| Server IP : 193.86.120.172 / Your IP : 216.73.216.215 Web Server : Apache/2.4.63 (Unix) System : Linux JServices 3.10.108 #86003 SMP Wed Oct 22 13:20:46 CST 2025 x86_64 User : kubec ( 1026) PHP Version : 8.2.28 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /volume1/web/_ADMIN/DB PHP/ |
Upload File : |
-- phpMyAdmin SQL Dump
-- version 4.9.2
-- https://www.phpmyadmin.net/
--
-- Počítač: localhost
-- Vytvořeno: Pon 04. led 2021, 15:46
-- Verze serveru: 5.5.62-MariaDB
-- Verze PHP: 7.2.29
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Databáze: `hotellesnizatisi`
--
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_aiowps_events`
--
CREATE TABLE `wp_aiowps_events` (
`id` bigint(20) NOT NULL,
`event_type` varchar(150) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`username` varchar(150) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`user_id` bigint(20) DEFAULT NULL,
`event_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`ip_or_host` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`referer_info` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`country_code` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`event_data` longtext COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_aiowps_failed_logins`
--
CREATE TABLE `wp_aiowps_failed_logins` (
`id` bigint(20) NOT NULL,
`user_id` bigint(20) NOT NULL,
`user_login` varchar(150) COLLATE utf8mb4_unicode_ci NOT NULL,
`failed_login_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`login_attempt_ip` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_aiowps_global_meta`
--
CREATE TABLE `wp_aiowps_global_meta` (
`meta_id` bigint(20) NOT NULL,
`date_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`meta_key1` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`meta_key2` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`meta_key3` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`meta_key4` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`meta_key5` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`meta_value1` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`meta_value2` text COLLATE utf8mb4_unicode_ci NOT NULL,
`meta_value3` text COLLATE utf8mb4_unicode_ci NOT NULL,
`meta_value4` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`meta_value5` longtext COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_aiowps_login_activity`
--
CREATE TABLE `wp_aiowps_login_activity` (
`id` bigint(20) NOT NULL,
`user_id` bigint(20) NOT NULL,
`user_login` varchar(150) COLLATE utf8mb4_unicode_ci NOT NULL,
`login_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`logout_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`login_ip` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`login_country` varchar(150) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`browser_type` varchar(150) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_aiowps_login_lockdown`
--
CREATE TABLE `wp_aiowps_login_lockdown` (
`id` bigint(20) NOT NULL,
`user_id` bigint(20) NOT NULL,
`user_login` varchar(150) COLLATE utf8mb4_unicode_ci NOT NULL,
`lockdown_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`release_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`failed_login_ip` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`lock_reason` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`unlock_key` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_aiowps_permanent_block`
--
CREATE TABLE `wp_aiowps_permanent_block` (
`id` bigint(20) NOT NULL,
`blocked_ip` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`block_reason` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`country_origin` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`blocked_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`unblock` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_commentmeta`
--
CREATE TABLE `wp_commentmeta` (
`meta_id` bigint(20) UNSIGNED NOT NULL,
`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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_comments`
--
CREATE TABLE `wp_comments` (
`comment_ID` bigint(20) UNSIGNED NOT NULL,
`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_parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`user_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_email_log`
--
CREATE TABLE `wp_email_log` (
`id` mediumint(9) NOT NULL,
`to_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
`subject` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL,
`message` text COLLATE utf8mb4_unicode_ci NOT NULL,
`headers` text COLLATE utf8mb4_unicode_ci NOT NULL,
`attachments` text COLLATE utf8mb4_unicode_ci NOT NULL,
`sent_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Vypisuji data pro tabulku `wp_email_log`
--
INSERT INTO `wp_email_log` (`id`, `to_email`, `subject`, `message`, `headers`, `attachments`, `sent_date`) VALUES
(1, 'jakub.dvorak@jservices.cz', '[Hotel Lesní zátiší] test', 'Od: Jakub Dvořák <jakub@jadv.cz>\nPředmět: test\n\nZpráva:\naoj\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.jservices.cz', 'From: Jakub Dvořák <wordpress@hotellesnizatisi.jservices.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: jakub@jadv.cz\n', 'false', '2017-12-26 12:56:12'),
(2, 'jakub.dvorak@jservices.cz', 'Hotel Lesní zátiší - TEST', 'Od: JaDv <jakub@jadv.cz>\nPředmět: TEST\n\nZpráva:\nahoj\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.jservices.cz', 'From: JaDv <wordpress@hotellesnizatisi.jservices.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: jakub@jadv.cz\n', 'false', '2017-12-26 12:58:02'),
(3, 'jakub.dvorak@jservices.cz', '[Hotel Lesní zátiší] TEST', 'Od: JaDv <jakub@jadv.cz>\nPředmět: TEST\n\nZpráva:\nahoj\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.jservices.cz', 'From: JaDv <wordpress@hotellesnizatisi.jservices.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: jakub@jadv.cz\n', 'false', '2017-12-26 13:07:56'),
(4, 'jakub.dvorak@jservices.cz', '[Hotel Lesní zátiší] TEST', 'Od: JaDv\nE-mail: <jakub@jadv.cz>\nTelefon: <7207520072>\n\nPředmět: TEST\n\nZpráva:\n\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.jservices.cz', 'From: JaDv <wordpress@hotellesnizatisi.jservices.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: jakub@jadv.cz\n', 'false', '2017-12-26 13:26:52'),
(5, 'jakub.dvorak@jservices.cz', '[Hotel Lesní zátiší] objednávka', 'Od: Jakub Dvořák\nE-mail: <jakub.dvorak@jservices.cz>\nTelefon: <720752007>\n\nPředmět: objednávka\n\nZpráva:\ndotaz ahojk opsíláa\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.jservices.cz', 'From: Jakub Dvořák <wordpress@hotellesnizatisi.jservices.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: jakub.dvorak@jservices.cz\n', 'false', '2017-12-26 13:27:19'),
(6, 'jakub.dvorak@jservices.cz', 'Hide My Wordpress - New Login Data', 'Thank you for using Hide My Wordpress!\n\n________________________________________\nYour new site URLs are:\nAdmin URL: http://hotellesnizatisi.jservices.cz/sprava\nLogin URL: http://hotellesnizatisi.jservices.cz/wp-login.php\n\n________________________________________\n\nNote: If you can\'t login to your site, just access this URL: \nhttp://hotellesnizatisi.jservices.cz/wp-login.php?hmw_disable=488537\n\n\n________________________________________\n\n\nSAVE UP TO $100 TODAY! Use coupon HMWP2017 for the PRO version of Hide My WP\nhttp://wpplugins.tips/wordpress\n\nBest regards,\nWpplugins.tips Team\n', 'From: Hide My WP <no-reply@wpplugins.tips>\nContent-type: text/plain', 'false', '2017-12-26 14:12:35'),
(7, 'jakub.dvorak@jservices.cz', 'Hide My Wordpress - New Login Data', 'Thank you for using Hide My Wordpress!\n\n________________________________________\nYour new site URLs are:\nAdmin URL: http://hotellesnizatisi.jservices.cz/sprava\nLogin URL: http://hotellesnizatisi.jservices.cz/wp-login.php\n\n________________________________________\n\nNote: If you can\'t login to your site, just access this URL: \nhttp://hotellesnizatisi.jservices.cz/wp-login.php?hmw_disable=488537\n\n\n________________________________________\n\n\nSAVE UP TO $100 TODAY! Use coupon HMWP2017 for the PRO version of Hide My WP\nhttp://wpplugins.tips/wordpress\n\nBest regards,\nWpplugins.tips Team\n', 'From: Hide My WP <no-reply@wpplugins.tips>\nContent-type: text/plain', 'false', '2017-12-26 14:12:36'),
(8, 'jakub.dvorak@jservices.cz', 'Hide My Wordpress - New Login Data', 'Thank you for using Hide My Wordpress!\n\n________________________________________\nYour new site URLs are:\nAdmin URL: http://hotellesnizatisi.jservices.cz/sprava\nLogin URL: http://hotellesnizatisi.jservices.cz/wp-login.php\n\n________________________________________\n\nNote: If you can\'t login to your site, just access this URL: \nhttp://hotellesnizatisi.jservices.cz/wp-login.php?hmw_disable=488537\n\n\n________________________________________\n\n\nSAVE UP TO $100 TODAY! Use coupon HMWP2017 for the PRO version of Hide My WP\nhttp://wpplugins.tips/wordpress\n\nBest regards,\nWpplugins.tips Team\n', 'From: Hide My WP <no-reply@wpplugins.tips>\nContent-type: text/plain', 'false', '2017-12-26 14:12:37'),
(9, 'jakub@jadv.cz', '[Hotel Lesní zátiší] test', 'Od: Jakub Dvořák\nE-mail: <jakub.dvorak@jservices.cz>\nTelefon: <720752007>\n\nPředmět: test\n\nZpráva:\ntest webovych stranek\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.jservices.cz', 'From: Jakub Dvořák <wordpress@hotellesnizatisi.jservices.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: jakub.dvorak@jservices.cz\n', 'false', '2017-12-27 18:01:34'),
(10, 'jakub@jadv.cz', '[Hotel Lesní zátiší] test', 'Od: JaDv\nE-mail: <jakub.dvorak@jservices.cz>\nTelefon: <>\n\nPředmět: test\n\nZpráva:\ntest www stranek\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.jservices.cz', 'From: JaDv <wordpress@hotellesnizatisi.jservices.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: jakub.dvorak@jservices.cz\n', 'false', '2017-12-27 19:04:17'),
(11, 'jakub@jadv.cz', 'WP Mail SMTP: Test email to jakub@jadv.cz', 'This email was sent by Other SMTP mailer, and generated by the WP Mail SMTP WordPress plugin.', '', 'false', '2017-12-27 19:04:52'),
(12, 'jakub@jadv.cz', '[Hotel Lesní zátiší] test', 'Od: JaDv\nE-mail: <jakub.dvorak@jservices.cz>\nTelefon: <>\n\nPředmět: test\n\nZpráva:\njhgjhgjlhkjl\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: JaDv <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: jakub.dvorak@jservices.cz\n', 'false', '2017-12-27 19:05:49'),
(13, 'jakub.dvorak@jservices.cz', 'Hide My Wordpress - New Login Data', 'Thank you for using Hide My Wordpress!\n\n________________________________________\nYour new site URLs are:\nAdmin URL: http://hotellesnizatisi.cz/sprava\nLogin URL: http://hotellesnizatisi.cz/wp-login.php\n\n________________________________________\n\nNote: If you can\'t login to your site, just access this URL: \nhttp://hotellesnizatisi.cz/wp-login.php?hmw_disable=749420\n\n\n________________________________________\n\n\nSAVE UP TO $100 TODAY! Use coupon HMWP2017 for the PRO version of Hide My WP\nhttp://wpplugins.tips/wordpress\n\nBest regards,\nWpplugins.tips Team\n', 'From: Hide My WP <no-reply@wpplugins.tips>\nContent-type: text/plain', 'false', '2017-12-27 19:09:34'),
(14, 'jakub.dvorak@jservices.cz', 'Hide My Wordpress - New Login Data', 'Thank you for using Hide My Wordpress!\n\n________________________________________\nYour new site URLs are:\nAdmin URL: http://hotellesnizatisi.cz/sprava\nLogin URL: http://hotellesnizatisi.cz/wp-login.php\n\n________________________________________\n\nNote: If you can\'t login to your site, just access this URL: \nhttp://hotellesnizatisi.cz/wp-login.php?hmw_disable=749420\n\n\n________________________________________\n\n\nSAVE UP TO $100 TODAY! Use coupon HMWP2017 for the PRO version of Hide My WP\nhttp://wpplugins.tips/wordpress\n\nBest regards,\nWpplugins.tips Team\n', 'From: Hide My WP <no-reply@wpplugins.tips>\nContent-type: text/plain', 'false', '2017-12-27 19:10:54'),
(15, 'jakub.dvorak@jservices.cz', 'Hide My Wordpress - New Login Data', 'Thank you for using Hide My Wordpress!\n\n________________________________________\nYour new site URLs are:\nAdmin URL: http://hotellesnizatisi.cz/sprava\nLogin URL: http://hotellesnizatisi.cz/wp-login.php\n\n________________________________________\n\nNote: If you can\'t login to your site, just access this URL: \nhttp://hotellesnizatisi.cz/wp-login.php?hmw_disable=749420\n\n\n________________________________________\n\n\nSAVE UP TO $100 TODAY! Use coupon HMWP2017 for the PRO version of Hide My WP\nhttp://wpplugins.tips/wordpress\n\nBest regards,\nWpplugins.tips Team\n', 'From: Hide My WP <no-reply@wpplugins.tips>\nContent-type: text/plain', 'false', '2017-12-27 19:11:51'),
(16, 'jakub@jadv.cz', '[Hotel Lesní zátiší] TEST', 'Od: Jakub Dvorak\nE-mail: <jakub@jadv.cz>\nTelefon: <720752007>\n\nPředmět: TEST\n\nZpráva:\nzkouska webovych stranek\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jakub Dvorak <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: jakub@jadv.cz\n', 'false', '2017-12-27 20:10:14'),
(17, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Rezervace', 'Od: Petr Kalčík\nE-mail: <kalcapetr@seznam.cz>\nTelefon: <607082294>\n\nPředmět: Rezervace\n\nZpráva:\nDobrý den paní Vrzalová\r\nDostal jsem dárkový poukaz pro dvě osoby na 4 denní ubytování a vybral jsem termín 7.6.-10.6.Prosím dejte mi vědět jestli je tento termín volný.\r\nDěkuji Petr Kalčík\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Petr Kalčík <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: kalcapetr@seznam.cz\n', 'false', '2017-12-29 07:02:46'),
(18, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování', 'Od: Ladislav Gutschnitz\nE-mail: <ladislav.g@centrum.sk>\nTelefon: <+421905831665>\n\nPředmět: Ubytování\n\nZpráva:\nDobrý deň\r\nBolo by možné u vás ubytovanie na dve noci od 4.7. do 6.7.2018 ? chceli by sme pokoje 2x 2 dospelý. Ďakujem s pozdravom Gutschnitz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Ladislav Gutschnitz <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: ladislav.g@centrum.sk\n', 'false', '2018-01-12 18:21:27'),
(19, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytování', 'Od: Jana Rašovská\nE-mail: <rasovskajana@seznam.cz>\nTelefon: <728816917>\n\nPředmět: ubytování\n\nZpráva:\nDobrý den, poptáváme ubytování pro cca 19 lidí ( přesný počet zatím ještě nevím) organizuji každý rok hasičský zájezd. Jezdíme mikrobusem, který je pro 19 lidí. Termín máme 23.-24.6.2018. (sobota-neděle) Máte v tomto období volné pokoje prosím? děkuji s pozdravem Rašovská\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jana Rašovská <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: rasovskajana@seznam.cz\n', 'false', '2018-01-13 16:41:41'),
(20, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Dotaz na ubytování', 'Od: Kateřina Pluhárová\nE-mail: <PluharovaKaterina@seznam.cz>\nTelefon: <731 233 639>\n\nPředmět: Dotaz na ubytování\n\nZpráva:\nDobrý den, máte volný termín od 5.7. do 7.7.2018 pro 5 osob? Děkuji za odpověď Pluhárová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Kateřina Pluhárová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: PluharovaKaterina@seznam.cz\n', 'false', '2018-01-15 18:09:19'),
(21, 'jakub.dvorak@jservices.cz', '[Hotel Lesní zátiší] Web byl aktualizován na WordPress 4.9.2', 'Zdravíme! Web http://hotellesnizatisi.cz/cs_CZ byl automaticky aktualizován na WordPress 4.9.2.\n\nNemusíte nic dalšího zařizovat ani nastavovat. Podrobnější informace o nové verzi 4.9.2 naleznete přímo v administraci na stránce O WordPressu:\nhttp://hotellesnizatisi.cz/wp-admin/about.php\n\nPokud došlo k nějakému technickému problému, objevila se nečekaná chyba nebo jen potřebujete s něčím poradit, tak můžete kontaktovat oficiální fórum podpory (česky).\nhttp://www.separatista.net/forum/\n\nPro některé pluginy nebo šablony jsou dostupné nové verze. Můžete je rovnou aktualizovat:\nhttp://hotellesnizatisi.cz/wp-admin/\n\nVývojáři WordPressu (a překladatelé)\n', '', 'false', '2018-01-17 07:34:19'),
(22, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytování', 'Od: Přemysl Szotkowski\nE-mail: <lokotov@seznam.cz>\nTelefon: <>\n\nPředmět: ubytování\n\nZpráva:\nDobrý den, chtěl bych se zeptat na pobyt od 22.6.-24.6 s tím že, 22.6. příjezd cca kolem 18:00 a odjezd 24.6. dopoledne bylo by nás tři páry a jeden pár s dítětem (8měsíců) a psem (boxer) na kolik by nás vyšlo ubytování u vás s jídlem (snídaně a večere)a poslední otázka je parkování pro osobní auta (škoda rapid,ford focus)děkuji předem za odpověd p.Szotkowski\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Přemysl Szotkowski <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: lokotov@seznam.cz\n', 'false', '2018-01-18 11:03:47'),
(23, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší]', 'Od: Markéta Nivnická\nE-mail: <marketa.chelikova@seznam.cz>\nTelefon: <>\n\nPředmět: \n\nZpráva:\nDobrý den,\r\nprosila bych o cenovou nabídku ubytování s polopenzí v termínu od 21.7.-28.7.2018 2x dospěla osoba a 2x děti (5 a 8 let).\r\nJaké jsou možnosti pokoje (rodinný, čtyřlůžkový...)\r\nPředem děkuji\r\nS pozdravem \r\nMarkéta Nivnická\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Markéta Nivnická <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: marketa.chelikova@seznam.cz\n', 'false', '2018-01-21 18:06:47'),
(24, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] dotaz ubytování', 'Od: Daniela Burianová\nE-mail: <d.chalupinka@seznam.cz>\nTelefon: <724256303>\n\nPředmět: dotaz ubytování\n\nZpráva:\nDobrý den, \r\nzdravím Vás ze Šumperka.\r\n\r\nProsím o informaci, zda je možné rezervovat ubytování ve Vašem penzionu pro 2 dospělé osoby v termínu 4.-8.7.2018. Pokud je možná rezervace, prosím o cenovou nabídku. \r\nDěkuji. \r\nPřeji hezký den. \r\n\r\nDaniela Burianová\r\nJugoslávská 9\r\n787 01 Šumperk \r\ntel.: 724 256 303\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Daniela Burianová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: d.chalupinka@seznam.cz\n', 'false', '2018-01-24 11:38:14'),
(25, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Angebot', 'Od: Frank Emmrich\nE-mail: <Frank.Emmrich@freenet.de>\nTelefon: <>\n\nPředmět: Angebot\n\nZpráva:\nSehr geehrte Damen und Herren,\r\nWir möchten unsere Wandertage bei Ihnen verbringen. Bitte ein Angebot für 4 Einzelzimmer/Nichtraucher für den 09.05.2018 (Anreise) bis 12.05.2018 (Abreise) incl. Frühstück.\r\nDanke mit freundlichen Grüssen\r\nFrank Emmrich\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Frank Emmrich <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: Frank.Emmrich@freenet.de\n', 'false', '2018-01-29 12:36:46'),
(26, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Poptávka', 'Od: Karel Blažek\nE-mail: <karel.blazek@potrusil.cz>\nTelefon: <606743376>\n\nPředmět: Poptávka\n\nZpráva:\nDobrý den.\r\nPoprosím Vás o zaslání ceny pobytu mne a dcery 12 let na týden od so do so o prázdninách (termín ? - dle možnosti) s polopenzí. Děkuji Vám za zaslání kalkulace.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Karel Blažek <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: karel.blazek@potrusil.cz\n', 'false', '2018-02-02 13:52:17'),
(27, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] nezávazná objednávka', 'Od: Františka Bučková\nE-mail: <fanynka.b@seznam.cz>\nTelefon: <605138449>\n\nPředmět: nezávazná objednávka\n\nZpráva:\nNástup ubytování 27.7. do 3.8.2018. Prosíme o cenovou nabídku.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Františka Bučková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: fanynka.b@seznam.cz\n', 'false', '2018-02-04 16:24:16'),
(28, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Objednávka ubytování', 'Od: Alena Sezimová\nE-mail: <alena.sezimova@seznam.cz>\nTelefon: <736518809>\n\nPředmět: Objednávka ubytování\n\nZpráva:\nDobrý den,\r\nchci objednat ubytování pro dvě dospělé osoby - na dvě noci a to v termínu od 5.7 do 7.7.\r\nProsím o potvrzení a sdělení bližších podmínek.¨\r\nS pozdravem\r\nA.Sezimová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Alena Sezimová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: alena.sezimova@seznam.cz\n', 'false', '2018-02-06 09:52:31'),
(29, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytování', 'Od: Petra Gunišová\nE-mail: <forstova.petra@seznam.cz>\nTelefon: <721717640>\n\nPředmět: ubytování\n\nZpráva:\nDobrý den,\r\nmáte prosím volné ubytování pro 2 od středy (zítra) do soboty?\r\nDěkuji \r\nGunišová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Petra Gunišová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: forstova.petra@seznam.cz\n', 'false', '2018-02-06 11:46:57'),
(30, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování', 'Od: Jakub Hyka\nE-mail: <jakub.hyka@email.cz>\nTelefon: <>\n\nPředmět: Ubytování\n\nZpráva:\nDobrý den, měl bych zájem o pobyt ve vašem ubytovacím zařízení ve dnech 15.7. - 21.7.Zajímalo by mě, na jakou částku by mě vyšel tento pobyt ve vašem zařízení v případě 2 lůžkoveho pokoje obsazeného 2 osobami včetně snídaně.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jakub Hyka <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: jakub.hyka@email.cz\n', 'false', '2018-02-08 20:33:33'),
(31, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] rezervace', 'Od: Aneta Dostálová\nE-mail: <aneta.dostal@seznam.cz>\nTelefon: <605242107>\n\nPředmět: rezervace\n\nZpráva:\nDobrý den,\r\n\r\nbylo by možné se u vás ubytovat v termínu od 27.4. do 1.5. Jendalo by se o 2 ososby s třemi hodnými vychovanými pejsky. \r\n\r\nDěkuji\r\n\r\nDostálová Aneta\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Aneta Dostálová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: aneta.dostal@seznam.cz\n', 'false', '2018-02-09 08:53:18'),
(32, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytovani', 'Od: Lenka Bernth\nE-mail: <lenka514@yahoo.com>\nTelefon: <>\n\nPředmět: Ubytovani\n\nZpráva:\nDobrý den, plánujeme cestu do Vašeho krásného kraje. Asi 6.6-10.6. Jak daleko je Vás hotel od nádraží? Cestu plánujeme vlakovým spojením z Brna. 4 osoby a 7 létě dítě. Děkuji Vám za informace\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Lenka Bernth <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: lenka514@yahoo.com\n', 'false', '2018-02-09 17:20:44'),
(33, 'jakub.dvorak@jservices.cz', '[Hotel Lesní zátiší] Web byl aktualizován na WordPress 4.9.4', 'Zdravíme! Web http://hotellesnizatisi.cz/cs_CZ byl automaticky aktualizován na WordPress 4.9.4.\n\nNemusíte nic dalšího zařizovat ani nastavovat. Podrobnější informace o nové verzi 4.9.4 naleznete přímo v administraci na stránce O WordPressu:\nhttp://hotellesnizatisi.cz/wp-admin/about.php\n\nPokud došlo k nějakému technickému problému, objevila se nečekaná chyba nebo jen potřebujete s něčím poradit, tak můžete kontaktovat oficiální fórum podpory (česky).\nhttp://www.separatista.net/forum/\n\nPro některé pluginy nebo šablony jsou dostupné nové verze. Můžete je rovnou aktualizovat:\nhttp://hotellesnizatisi.cz/wp-admin/\n\nVývojáři WordPressu (a překladatelé)\n', '', 'false', '2018-02-09 19:13:04'),
(34, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší]', 'Od: Petra Kubánková\nE-mail: <pkubankova@seznam.cz>\nTelefon: <>\n\nPředmět: \n\nZpráva:\nDobrý den.\r\nPoprosila bych o informaci, zda máte ještě volný pokoj pro čtyřčlennou rodinu ( 2 dospělí + 2děti ve věku 13 a 9 let) v termínu 5.7.2018-8.7.2018.\r\n\r\nMoc děkuji a hezký večer, Kubánková\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Petra Kubánková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: pkubankova@seznam.cz\n', 'false', '2018-02-09 20:26:41'),
(35, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] rezervace', 'Od: Lucie Macháčková\nE-mail: <machackova-lucie@seznam.cz>\nTelefon: <776855117>\n\nPředmět: rezervace\n\nZpráva:\nDobrý den,rádi bychom si u vás rezervovali dvě noci se snídaní v pokoji pro dvě osoby v termínu od 18.5-20.5.\r\nDěkuji Macháčková\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Lucie Macháčková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: machackova-lucie@seznam.cz\n', 'false', '2018-02-11 18:20:12'),
(36, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytovanyje', 'Od: Gintaras Taujanskas\nE-mail: <amberwilla@gmail.com>\nTelefon: <+37069800739>\n\nPředmět: Ubytovanyje\n\nZpráva:\nDo 28. dubna jsme prozkoumali ubytování pro 40 osob. Snídaně a večeře. Můžete mi pomoct?\r\nMluvím litevsky a rusky\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Gintaras Taujanskas <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: amberwilla@gmail.com\n', 'false', '2018-02-14 12:13:34'),
(37, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] rezervace', 'Od: Mieczysław Gabryś\nE-mail: <mieczyslawgabrys@wp.pl>\nTelefon: <+48 502 394848>\n\nPředmět: rezervace\n\nZpráva:\nDobrý den. Máte 3 pokoje pro 2 osoby pro skupinu 6 osob z Polska v období od 11. do 12. května 2018? Pokud ano, rád bych si rezervoval. Děkuji předem za Vaši odpověď.\r\nS pozdravem,\r\nMieczysław Gabryś\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Mieczysław Gabryś <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: mieczyslawgabrys@wp.pl\n', 'false', '2018-02-15 16:13:47'),
(38, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Objednání ubytování', 'Od: Božena Kadubcová\nE-mail: <bozenakadubcova@seznam.cz>\nTelefon: <723 171 472>\n\nPředmět: Objednání ubytování\n\nZpráva:\nVážená paní Vrzalová. Po telefonickém hovoru tedy ještě takto objednávám pobyt pro 3 osoby ve Vašem hotelu Lesní zátiší na týden od 8. IX. 2018 do 15. IX. číslo účtu a požadovanou zálohu zašlete na e-meil. Srdečně zdravíme, těšíme se opět k Vám a přejeme pohodové časy. PhDr Božena Kadubcová.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Božena Kadubcová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: bozenakadubcova@seznam.cz\n', 'false', '2018-02-17 13:54:27'),
(39, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Rezervace ubytování', 'Od: JiPajerndřich\nE-mail: <jindra.pajer@seznam.cz>\nTelefon: <607707116>\n\nPředmět: Rezervace ubytování\n\nZpráva:\nDobrý den , prosím o rezervaci ubytování v termínu od 8.8-11.8 \r\npočet osob 2 + pes střední rasa.\r\nProsím o informaci zda v tomto termínu je to možné. Děkuji Pajer\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: JiPajerndřich <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: jindra.pajer@seznam.cz\n', 'false', '2018-02-17 18:15:36'),
(40, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování 30.3.-1.4.', 'Od: Andrea Balážová\nE-mail: <ajuli@seznam.cz>\nTelefon: <720052842>\n\nPředmět: Ubytování 30.3.-1.4.\n\nZpráva:\ndobrý den, ráda bych se ubytovala 2+2děti 7,13 let + malý pes\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Andrea Balážová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: ajuli@seznam.cz\n', 'false', '2018-02-28 11:46:20'),
(41, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] informácie', 'Od: Tomáš Csörgő\nE-mail: <csorgopc@gmail.com>\nTelefon: <+421904161283>\n\nPředmět: informácie\n\nZpráva:\nChcel by som sa informovať o cene a obsadenosti pre 3 osoby (2 dospelí + 1 dieťa 12 rokov) v čase od 1.4.2018 do 3.4.2018. Mali by sme záujem o stravovanie, aspoň raňajky a večere. Za cenovú ponuku vám vopred ďakujem.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Tomáš Csörgő <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: csorgopc@gmail.com\n', 'false', '2018-03-07 16:24:17'),
(42, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Rezervace ubytování', 'Od: Gabriela Tomíčková\nE-mail: <gtoma@seznam.cz>\nTelefon: <+420 728 612 2>\n\nPředmět: Rezervace ubytování\n\nZpráva:\nDobrý den, rádi bychom se u Vás opět ubytovali na dvě noci kdykoliv o prázdninách od pátku do neděle. Máte, prosím, volné termíny? Bydleli jsme u Vás loni a byli jsme moc spokojení,jsme 2 dospělí a tři děti - 10, 12 a 13 let. Děkuji za informaci, s pozdravem Gabriela Tomíčková\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Gabriela Tomíčková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: gtoma@seznam.cz\n', 'false', '2018-03-11 15:35:31'),
(43, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] dinner 08.06', 'Od: Agnieszka Łaszczuk\nE-mail: <aga.laszczuk@wp.pl>\nTelefon: <0048661909043>\n\nPředmět: dinner 08.06\n\nZpráva:\nHello \r\ni would like to order dinner in your restaurant for about 45 person. Could you send me menu to choose?\r\n\r\nThank you\r\nAgnieszka\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Agnieszka Łaszczuk <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: aga.laszczuk@wp.pl\n', 'false', '2018-03-13 11:49:56'),
(44, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší]', 'Od: Joanna Kukla\nE-mail: <kuklajoanna49@gmail.com>\nTelefon: <>\n\nPředmět: \n\nZpráva:\nHi, do you have avalible one room for two person on 01-05-2018 to 04-05-2018?\r\nAnd now much does it costs?\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Joanna Kukla <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: kuklajoanna49@gmail.com\n', 'false', '2018-03-13 13:07:40'),
(45, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] rezervace ubytování', 'Od: Jitka Vodochodská\nE-mail: <jitka.vodochodska@seznam.cz>\nTelefon: <724313399>\n\nPředmět: rezervace ubytování\n\nZpráva:\nDobrý večer, prosím o info zda máte v termínu 5-8.5.2018 volný pokoj pro 3 osoby (2 dospělí + 1 dítě 13 let) možnost i přistýlky.\r\n\r\nDěkuji\r\n\r\nVodochodská\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jitka Vodochodská <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: jitka.vodochodska@seznam.cz\n', 'false', '2018-03-14 17:55:08'),
(46, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Poptávka', 'Od: Soňa Jelínková\nE-mail: <smichle@seznam.cz>\nTelefon: <604601456>\n\nPředmět: Poptávka\n\nZpráva:\nDobrý den. Prosím o informaci, zda je v termínu 30.6. -7.7. 2018 volný pokoj pro 2 dospělé a 1 dítě. Pokud ano, prosím cenovou kalkulaci. Děkuji, Jelínková.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Soňa Jelínková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: smichle@seznam.cz\n', 'false', '2018-03-20 21:00:25'),
(47, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] rezervace', 'Od: Ivo Hrdina\nE-mail: <hrdina54@gmail.com>\nTelefon: <602857553>\n\nPředmět: rezervace\n\nZpráva:\nDobrý den, \r\nmáte ještě volný 2 lůžkový pokoj v termínu od 5.5. do 8.5.2018.\r\n\r\nDěkuji za laskavou odpověď\r\n\r\nIvo Hrdina, Klatovy\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Ivo Hrdina <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: hrdina54@gmail.com\n', 'false', '2018-03-23 13:54:57'),
(48, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Objednávka ubytování', 'Od: Růžena Dobrotková\nE-mail: <dobr17@seznam.cz>\nTelefon: <721 627 095>\n\nPředmět: Objednávka ubytování\n\nZpráva:\nVážená paní Vrzalová,chtěla bych si tímto emailem objednat ve Vašem hotelu ubytování.\r\n Chtěla bych zarezervovat 2- lůžkový pokoj,se snídaní a sice v termínu od 4.8.- \r\ndo 12.8. 2018. Jestliže bude pokoj v tomto termínu volný,odpovězte mi prosím na výše uvedený email či tel. číslo. Děkuji za ochotu s pozdravem Dobrotková Růžena, Oblouková 35, Šternberk 785 01.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Růžena Dobrotková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: dobr17@seznam.cz\n', 'false', '2018-04-02 15:47:46'),
(49, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování', 'Od: Jiri Marincak\nE-mail: <jiri.marincak@atlas.cz>\nTelefon: <702207493>\n\nPředmět: Ubytování\n\nZpráva:\nDobrý den,\r\nprosím o nabídku ubytování v termínu\r\n28.4.2018\r\ndo\r\n1.5.2018\r\n\r\nJiří Marinčák\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jiri Marincak <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: jiri.marincak@atlas.cz\n', 'false', '2018-04-08 15:13:58'),
(50, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Dotaz na dostupnost', 'Od: Jana Sojová\nE-mail: <Sojovajana@seznam.cz>\nTelefon: <603213956>\n\nPředmět: Dotaz na dostupnost\n\nZpráva:\nDobrý den,\r\nměla bych zájem o ubytování od 25. do 27.5. 2018 pro 2 osoby a 1,5 roční dítě.\r\nProsím oodpověď, zda je v uvedeném termínu ubytování možné.\r\nDěkuji\r\nJana Sojová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jana Sojová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: Sojovajana@seznam.cz\n', 'false', '2018-04-09 12:43:10'),
(51, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytovani', 'Od: Martin Luňák\nE-mail: <m20lunak@gmail.com>\nTelefon: <731075295>\n\nPředmět: ubytovani\n\nZpráva:\nDobry den byl by prosim Vas volny pokoj pro 2osoby+ditě na 28.4 do 29.4? Dekuji. Lunak\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Martin Luňák <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: m20lunak@gmail.com\n', 'false', '2018-04-10 06:55:00'),
(52, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování červen', 'Od: Martina Adámková\nE-mail: <adamkova.martina@centrum.cz>\nTelefon: <>\n\nPředmět: Ubytování červen\n\nZpráva:\nDobrý den, \r\nchtěla jsem se touto cestou zeptat, zda máte volný dvoulůžkový pokoj (možno oddělené postele) v termínu od 15-17.6.2018.\r\nMoc děkuji a hezký zbytek víkendu.\r\n\r\nAdámková Martina\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Martina Adámková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: adamkova.martina@centrum.cz\n', 'false', '2018-04-15 15:18:04'),
(53, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] dotaz na pobyt během I. a II. týdne v červenci', 'Od: Magda Růžičková\nE-mail: <mruzickova@vsoud.olc.justice.cz>\nTelefon: <725179520>\n\nPředmět: dotaz na pobyt během I. a II. týdne v červenci\n\nZpráva:\nDobrý den, na základě našeho dnešního telefonického hovoru, vás žádám o sdělení možnosti ubytování ve vašem hotelu během prvních dvou prázdninových týdnů. Děkuji Růžičková Magda\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Magda Růžičková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: mruzickova@vsoud.olc.justice.cz\n', 'false', '2018-04-19 11:16:43'),
(54, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší]', 'Od: Justyna\nE-mail: <justyna.zielonka@gmail.com>\nTelefon: <534021530>\n\nPředmět: \n\nZpráva:\nCzy jest wolny pokój dla 2 osób, od 21-22/04 i ile kosztuje?\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Justyna <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: justyna.zielonka@gmail.com\n', 'false', '2018-04-19 14:50:32'),
(55, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování', 'Od: Marcela Blašková\nE-mail: <marcela.blasko@seznam.cz>\nTelefon: <+420606618333>\n\nPředmět: Ubytování\n\nZpráva:\nDobrý večer, \r\nchtěla jsem se zeptat,jestli nemáte volné ubytováni v termínu 28.4 - 1.5. nebo 4(5).5. - 8.5.2018 .\r\nRodina 2 dospěli + 2 děti (8,12)\r\nDěkuji Blašková\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Marcela Blašková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: marcela.blasko@seznam.cz\n', 'false', '2018-04-19 19:51:11'),
(56, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Rezervace ubytování', 'Od: Simona Stejskalová\nE-mail: <simona.kabrhelova@seznam.cz>\nTelefon: <608810094>\n\nPředmět: Rezervace ubytování\n\nZpráva:\nDobrý den, bylo by možné ubytování v termínu od 25-27.5.2018( víkend) pro dvě osoby. S pozdravem Stejskalová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Simona Stejskalová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: simona.kabrhelova@seznam.cz\n', 'false', '2018-04-22 08:40:50'),
(57, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] rezervace', 'Od: Roman Škutchan\nE-mail: <r.s.81@seznam.cz>\nTelefon: <733330600>\n\nPředmět: rezervace\n\nZpráva:\nDobrý den ,chtěl bych se zeptat jestli je možná rezervace ještě od 27.4.2018-29.4.2018 pro 2 osoby+pes.\r\nDěkuji za odpověď.\r\n\r\nR.Škutchan\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Roman Škutchan <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: r.s.81@seznam.cz\n', 'false', '2018-04-23 10:47:54'),
(58, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] reservace', 'Od: Jan Miffek\nE-mail: <jan.miffek@seznam.cz>\nTelefon: <605965739>\n\nPředmět: reservace\n\nZpráva:\nDobrý den, chtěl bych si ve vašem hotelu reservovat dvoulůžkový pokoj se snídaní pro dvě osoby a to od 24.6. 2018 do 28.6. 2018, to jest čtyři noci.\r\nDěkuji za odpověď.\r\nJan Miffek\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jan Miffek <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: jan.miffek@seznam.cz\n', 'false', '2018-04-23 17:18:58'),
(59, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] 2 osoby od 29.04 do 01.05', 'Od: Andrzej Zaleski\nE-mail: <andrzej.j.zaleski@wp.pl>\nTelefon: <+48603504052>\n\nPředmět: 2 osoby od 29.04 do 01.05\n\nZpráva:\nDzień dobry,\r\n\r\nCzy mógłbym zarezerwować pokój dwuosobowy na okres od 29.04 (niedziela) do 01.05 (wtorek) czyli - dwie noce. Przyjazd nastąpiłby około 15tej w niedzielę a wyjazd około 11tej we wtorek. Jeśli chcecie Państwo częściowa przedpłatę, proszę o podanie numeru konta do przelewu. Będziemy potrzebowali jednego miejsca parkingowego.\r\nUprzejmie proszę o potwierdzenie rezerwacji\r\n\r\nZ poważaniem\r\n\r\nAndrzej Zaleski\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Andrzej Zaleski <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: andrzej.j.zaleski@wp.pl\n', 'false', '2018-04-24 15:54:32'),
(60, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytovani+bezlepku', 'Od: magdalena haglund\nE-mail: <zelena.prisera@hotmail.com>\nTelefon: <0046762074098>\n\nPředmět: ubytovani+bezlepku\n\nZpráva:\ndobrý den, \r\nhledám ubytování 2 noci (13,14.7) pro 4 dospělé a 3 děti pokud máte volné pokoje. \r\nplus jedno z děží má bezlepkovou dietu, tak bych potřebovala vědet, jestli máte možnost zajistit snídani nebo pokud ne, jestli je problém mít s sebou vlastní pečivo/cereálie.\r\nděkuji magdalena haglund\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: magdalena haglund <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: zelena.prisera@hotmail.com\n', 'false', '2018-04-25 20:19:28'),
(61, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování', 'Od: Zdeněk Trubka\nE-mail: <z.trubka@gmail.com>\nTelefon: <737657597>\n\nPředmět: Ubytování\n\nZpráva:\nDobrý den. Rád bych se zeptal na možnost ubytování 3 noci, v termínu:\r\nSO 14. července příjezd (odpoledne)\r\nÚT 17. července odjezd (ráno)\r\nTři osoby (rodiče + dcera 16 let)\r\nMůžete mi sdělit, zda v tomto termínu máte ještě volno?\r\nDěkuji, Zdeněk Trubka\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Zdeněk Trubka <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: z.trubka@gmail.com\n', 'false', '2018-04-26 13:05:57'),
(62, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] letný pobyt', 'Od: Zuzana Rayová\nE-mail: <rayova.zuzana@gmail.com>\nTelefon: <+421907665565>\n\nPředmět: letný pobyt\n\nZpráva:\ndobrý deň, hľadám ubytovanie pre 3 osoby / dieťa 16 r. / s raňajkami v období 16.7. - 19.7.2018\r\nĎakujem\r\nRayová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Zuzana Rayová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: rayova.zuzana@gmail.com\n', 'false', '2018-04-28 19:24:24'),
(63, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] letný pobyt', 'Od: Zuzana Rayová\nE-mail: <rayova.zuzana@gmail.com>\nTelefon: <+421907665565>\n\nPředmět: letný pobyt\n\nZpráva:\ndobrý deň, hľadám ubytovanie pre 3 osoby / dieťa 16 r. / s raňajkami v období 16.7. - 19.7.2018\r\nĎakujem\r\nRayová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Zuzana Rayová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: rayova.zuzana@gmail.com\n', 'false', '2018-04-28 19:24:27'),
(64, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] letný pobyt', 'Od: Zuzana Rayová\nE-mail: <rayova.zuzana@gmail.com>\nTelefon: <+421907665565>\n\nPředmět: letný pobyt\n\nZpráva:\ndobrý deň, hľadám ubytovanie pre 3 osoby / dieťa 16 r. / s raňajkami v období 16.7. - 19.7.2018\r\nĎakujem\r\nRayová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Zuzana Rayová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: rayova.zuzana@gmail.com\n', 'false', '2018-04-28 19:25:04'),
(65, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] dotaz', 'Od: Martin Džačovský\nE-mail: <martin.dzacovsky@seznam.cz>\nTelefon: <>\n\nPředmět: dotaz\n\nZpráva:\nDobrý den,\r\nchtěl bych se zeptat na možnost ubytování v termínu od 4.5.18 do 7.5.18, jsme 2 dospělí a 8 letý syn, také mě zajímá cena za pobyt, děkuji Džačovský.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Martin Džačovský <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: martin.dzacovsky@seznam.cz\n', 'false', '2018-04-30 09:27:54'),
(66, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] dotaz', 'Od: Martin Džačovský\nE-mail: <martin.dzacovsky@seznam.cz>\nTelefon: <>\n\nPředmět: dotaz\n\nZpráva:\nDobrý den,\r\nchtěl bych se zeptat na možnost ubytování v termínu od 4.5.18 do 7.5.18, jsme 2 dospělí a 8 letý syn, také mě zajímá cena za pobyt, děkuji Džačovský.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Martin Džačovský <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: martin.dzacovsky@seznam.cz\n', 'false', '2018-04-30 09:28:18'),
(67, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] dotaz', 'Od: Martin Džačovský\nE-mail: <martin.dzacovsky@seznam.cz>\nTelefon: <>\n\nPředmět: dotaz\n\nZpráva:\nDobrý den,\r\nchtěl bych se zeptat na možnost ubytování v termínu od 4.5.18 do 7.5.18, jsme 2 dospělí a 8 letý syn, také mě zajímá cena za pobyt, děkuji Džačovský.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Martin Džačovský <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: martin.dzacovsky@seznam.cz\n', 'false', '2018-04-30 09:28:51'),
(68, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] dotaz', 'Od: Martin Džačovský\nE-mail: <martin.dzacovsky@seznam.cz>\nTelefon: <>\n\nPředmět: dotaz\n\nZpráva:\nDobrý den,\r\nchtěl bych se zeptat na možnost ubytování v termínu od 4.5.18 do 7.5.18, jsme 2 dospělí a 8 letý syn, také mě zajímá cena za pobyt, děkuji Džačovský.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Martin Džačovský <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: martin.dzacovsky@seznam.cz\n', 'false', '2018-04-30 09:29:31'),
(69, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] dotaz', 'Od: Martin Džačovský\nE-mail: <martin.dzacovsky@seznam.cz>\nTelefon: <>\n\nPředmět: dotaz\n\nZpráva:\nDobrý den,\r\nchtěl bych se zeptat na možnost ubytování v termínu od 4.5.18 do 7.5.18, jsme 2 dospělí a 8 letý syn, také mě zajímá cena za pobyt, děkuji Džačovský.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Martin Džačovský <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: martin.dzacovsky@seznam.cz\n', 'false', '2018-04-30 09:29:32'),
(70, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] dotaz', 'Od: Martin Džačovský\nE-mail: <martin.dzacovsky@seznam.cz>\nTelefon: <>\n\nPředmět: dotaz\n\nZpráva:\nDobrý den,\r\nchtěl bych se zeptat na možnost ubytování v termínu od 4.5.18 do 7.5.18, jsme 2 dospělí a 8 letý syn, také mě zajímá cena za pobyt, děkuji Džačovský.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Martin Džačovský <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: martin.dzacovsky@seznam.cz\n', 'false', '2018-04-30 09:29:32'),
(71, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] dotaz', 'Od: Martin Džačovský\nE-mail: <martin.dzacovsky@seznam.cz>\nTelefon: <>\n\nPředmět: dotaz\n\nZpráva:\nDobrý den,\r\nchtěl bych se zeptat na možnost ubytování v termínu od 4.5.18 do 7.5.18, jsme 2 dospělí a 8 letý syn, také mě zajímá cena za pobyt, děkuji Džačovský.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Martin Džačovský <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: martin.dzacovsky@seznam.cz\n', 'false', '2018-04-30 09:29:33'),
(72, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] dotaz', 'Od: Martin Džačovský\nE-mail: <martin.dzacovsky@seznam.cz>\nTelefon: <>\n\nPředmět: dotaz\n\nZpráva:\nDobrý den,\r\nchtěl bych se zeptat na možnost ubytování v termínu od 4.5.18 do 7.5.18, jsme 2 dospělí a 8 letý syn, také mě zajímá cena za pobyt, děkuji Džačovský.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Martin Džačovský <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: martin.dzacovsky@seznam.cz\n', 'false', '2018-04-30 09:31:57'),
(73, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] dotaz', 'Od: Martin Džačovský\nE-mail: <martin.dzacovsky@seznam.cz>\nTelefon: <>\n\nPředmět: dotaz\n\nZpráva:\nDobrý den,\r\nchtěl bych se zeptat na možnost ubytování v termínu od 4.5.18 do 7.5.18, jsme 2 dospělí a 8 letý syn, také mě zajímá cena za pobyt, děkuji Džačovský.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Martin Džačovský <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: martin.dzacovsky@seznam.cz\n', 'false', '2018-04-30 09:32:21'),
(74, 'jakub.dvorak@jservices.cz', '[Hotel Lesní zátiší] Web byl aktualizován na WordPress 4.9.5', 'Zdravíme! Web http://hotellesnizatisi.cz/cs_CZ byl automaticky aktualizován na WordPress 4.9.5.\n\nNemusíte nic dalšího zařizovat ani nastavovat. Podrobnější informace o nové verzi 4.9.5 naleznete přímo v administraci na stránce O WordPressu:\nhttp://hotellesnizatisi.cz/wp-admin/about.php\n\nPokud došlo k nějakému technickému problému, objevila se nečekaná chyba nebo jen potřebujete s něčím poradit, tak můžete kontaktovat oficiální fórum podpory (česky).\nhttps://www.separatista.net/forum/\n\nPro některé pluginy nebo šablony jsou dostupné nové verze. Můžete je rovnou aktualizovat:\nhttp://hotellesnizatisi.cz/wp-admin/\n\nVývojáři WordPressu (a překladatelé)\n', '', 'false', '2018-05-01 09:03:51'),
(75, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Room booking', 'Od: Mateusz Pacholec\nE-mail: <mateuszpacholec@gmail.com>\nTelefon: <>\n\nPředmět: Room booking\n\nZpráva:\nGood morning,\r\n\r\nI would like to ask if have you free room (2 people) for one night 19-20 May?\r\n\r\nHow can I book room or pay for it?\r\n\r\nThank you in advance.\r\n\r\nKind regards,\r\nMateusz Pacholec\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Mateusz Pacholec <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: mateuszpacholec@gmail.com\n', 'false', '2018-05-02 12:29:24'),
(76, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] volný termín', 'Od: Eva Smitalová\nE-mail: <evasmitalova@seznam.cz>\nTelefon: <>\n\nPředmět: volný termín\n\nZpráva:\nDobrý den,\r\nprosím o informaci, zda máte volný pokoj pro 2 osoby v době 5. 7. - 8. 7. 2018.\r\n\r\nDěkuji\r\n\r\nS pozdravem\r\n\r\nE. Smitalová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eva Smitalová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: evasmitalova@seznam.cz\n', 'false', '2018-05-07 08:47:42'),
(77, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Weekend in Dolní Adršpach', 'Od: Rafał Kacprzak\nE-mail: <rafal_kacprzak@o2.pl>\nTelefon: <+48 667 675 63>\n\nPředmět: Weekend in Dolní Adršpach\n\nZpráva:\nDzień Dobry\r\nPytanie moje, chcialbym u was, z żoną i 5 letnią córką odpocząć od 22.06 do 24.06.2018r. Razem ze sniadaniem i obiad +kolacja razem.\r\nCzy ten termin jest możliwy?\r\nOraz ile to będzie kosztowało?\r\n\r\nPozdrawiam Rafał Kacprzak\r\n\r\nPs. 20.06 obchodzimy 9 rocznicę ślubu i byłoby super jak to będzie u was. Do zobaczenia.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Rafał Kacprzak <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: rafal_kacprzak@o2.pl\n', 'false', '2018-05-08 10:43:51'),
(78, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Booking', 'Od: Momoko Przewlocki\nE-mail: <momokowakabayashi@gmail.com>\nTelefon: <>\n\nPředmět: Booking\n\nZpráva:\nHello,\r\n\r\nWe need accommodation for 3 nights, starting from 11 August. We need 1 room for 2 adults and 1 room for 2 adults with 3 and 6-years old children. Would you have such rooms available for that dates?\r\n\r\nThank you,\r\n\r\nKind regards,\r\nMomoko\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Momoko Przewlocki <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: momokowakabayashi@gmail.com\n', 'false', '2018-05-15 22:52:38'),
(79, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytování', 'Od: Marta Baránková\nE-mail: <barankova@culka-sadlik.cz>\nTelefon: <728754369>\n\nPředmět: ubytování\n\nZpráva:\nProsím o sdělení, zda je volný termín od 15.7. do 18.7.2018 dvoulůžkový pokoj pro dvě osoby. Děkuji Baránková\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Marta Baránková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: barankova@culka-sadlik.cz\n', 'false', '2018-05-16 19:52:41'),
(80, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší]', 'Od: Petr Rei\nE-mail: <reif.p@email.cz>\nTelefon: <723266914>\n\nPředmět: \n\nZpráva:\nDobrý den, máte prosímvolný pokoj na 22.-25.5,? Jsme rodina 2 dospělí a 2 děti(3,0). Pokud ano jaká by byla cena? Díky Reif\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Petr Rei <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: reif.p@email.cz\n', 'false', '2018-05-16 21:54:39');
INSERT INTO `wp_email_log` (`id`, `to_email`, `subject`, `message`, `headers`, `attachments`, `sent_date`) VALUES
(81, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Pokoje v srpnu', 'Od: Tomasz Tochowicz\nE-mail: <tomasztochowicz@interia.pl>\nTelefon: <+48692222221>\n\nPředmět: Pokoje v srpnu\n\nZpráva:\nChci si rezervovat dvě místnosti pro čtyři dospělé na jednu noc od 12. do 13. srpna. Napište prosím, zda jsou volná místa a za jakou cenu.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Tomasz Tochowicz <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: tomasztochowicz@interia.pl\n', 'false', '2018-05-17 19:41:10'),
(82, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Zaloha', 'Od: Tomasz Tochowicz\nE-mail: <tomasztochowicz@interia.pl>\nTelefon: <+48692222221>\n\nPředmět: Zaloha\n\nZpráva:\nDěkuji za informace. Zadejte prosím číslo účtu, ke kterému musíte zaplatit zálohu. Bylo by nejlepší, kdyby to byl účet v eurech, protože posílání českých korun z Polska může být nemožné.\r\nS pozdravem,\r\nTomasz Tochowicz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Tomasz Tochowicz <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: tomasztochowicz@interia.pl\n', 'false', '2018-05-20 17:24:09'),
(83, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] rezervace', 'Od: Eugen Hinterbuchner\nE-mail: <ehint@mybox.cz>\nTelefon: <+420606175501>\n\nPředmět: rezervace\n\nZpráva:\nProsím o rezervaci ubytování od 2. do 4. července pro dva dospělé a jedno dítě (8 let). Děkuji za brzkou zprávu.\r\nS pozdravem\r\nEugen Hinterbuchner, Roztoky u Prahy\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eugen Hinterbuchner <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: ehint@mybox.cz\n', 'false', '2018-05-21 17:46:07'),
(84, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] rezervace ubytování', 'Od: Ing. Vladimír Dolejš\nE-mail: <dolejs.vladimir@gmail.com>\nTelefon: <724 005 565>\n\nPředmět: rezervace ubytování\n\nZpráva:\nPotřebujeme ubytování vč.snídaně od 6.8.2018 do 8.8.2018 pro 2 osoby.\r\nPřijedeme autem.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Ing. Vladimír Dolejš <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: dolejs.vladimir@gmail.com\n', 'false', '2018-05-22 16:50:27'),
(85, 'jakub.dvorak@jservices.cz', '[Hotel Lesní zátiší] Web byl aktualizován na WordPress 4.9.6', 'Zdravíme! Web http://hotellesnizatisi.cz/cs_CZ byl automaticky aktualizován na WordPress 4.9.6.\n\nNemusíte nic dalšího zařizovat ani nastavovat. Podrobnější informace o nové verzi 4.9.6 naleznete přímo v administraci na stránce O WordPressu:\nhttp://hotellesnizatisi.cz/wp-admin/about.php\n\nPokud došlo k nějakému technickému problému, objevila se nečekaná chyba nebo jen potřebujete s něčím poradit, tak můžete kontaktovat oficiální fórum podpory (česky).\nhttps://www.separatista.net/forum/\n\nPro některé pluginy nebo šablony jsou dostupné nové verze. Můžete je rovnou aktualizovat:\nhttp://hotellesnizatisi.cz/wp-admin/\n\nVývojáři WordPressu (a překladatelé)\n', '', 'false', '2018-05-24 04:06:17'),
(86, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] dotaz na ubytování', 'Od: Jana Hanzlová\nE-mail: <jhanzlova14@seznam.cz>\nTelefon: <733667627>\n\nPředmět: dotaz na ubytování\n\nZpráva:\nDobrý den,\r\nchtěla jsem se zeptat, zda máte volno v termínu 21.9.-23.9.2018 pro tři osoby.\r\nDěkuji Hanzlová Jana\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jana Hanzlová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: jhanzlova14@seznam.cz\n', 'false', '2018-05-24 16:48:12'),
(87, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší]', 'Od: Antonín Machovec\nE-mail: <a.machovec@centrum.cz>\nTelefon: <>\n\nPředmět: \n\nZpráva:\nDobrý den.\r\nRád bych se Vás zeptal na možné ubytování pro 8 osob v termínu 23.6.2018 do 24.6.2018 nebo pokud by bylo obsazeno na termín 31.6.2018 do 1.7.2018. Tedy na jednu noc.\r\nJednalo by se o:\r\n1x čtyřlůžkový pokoj (popřípadě třílůžkový s přistýlkou pro dítě)\r\n2x dvoulůžkový pokoj\r\n\r\nDěkuji za informaci.\r\nS pozdravem\r\nAntonín Machovec\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Antonín Machovec <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: a.machovec@centrum.cz\n', 'false', '2018-06-08 00:08:35'),
(88, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování', 'Od: Milan Hrabovský\nE-mail: <milan.kosatka@seznam.cz>\nTelefon: <605 514 968>\n\nPředmět: Ubytování\n\nZpráva:\nDobrý den,\r\nobjednávám ubytování ve vašem hotelu na dvě noci; a sice ze středy 20.6. na čtvrtek 21.6. a ze čtvrtku 21.6. na pátek 22.6. pro dvě osoby na oddělených lůžkách.\r\nMilan Hrabovský\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Milan Hrabovský <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: milan.kosatka@seznam.cz\n', 'false', '2018-06-12 13:58:29'),
(89, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytování', 'Od: Markéta Pávová\nE-mail: <pavova67@gmail.com>\nTelefon: <603491408>\n\nPředmět: ubytování\n\nZpráva:\nDobrý den, chtěla jsem se zeptat zda by bylo možné ubytování od 21.6.2018 na dvě noci a dvě osoby.\r\n\r\nHezký den\r\n\r\nMarkéta Pávová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Markéta Pávová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: pavova67@gmail.com\n', 'false', '2018-06-14 09:11:55'),
(90, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Concerning hotellesnizatisi.cz', 'Od: Randy\nE-mail: <Randy@TalkWithLead.com>\nTelefon: <416-385-3200>\n\nPředmět: Concerning hotellesnizatisi.cz\n\nZpráva:\nHi,\r\n\r\nMy name is Randy and I was looking at a few different sites online and came across your site hotellesnizatisi.cz. I must say - your website is very impressive. I found your website on the first page of the Search Engine. \r\n\r\nHave you noticed that 70 percent of visitors who leave your website will never return? In most cases, this means that 95 percent to 98 percent of your marketing efforts are going to waste, not to mention that you are losing more money in customer acquisition costs than you need to.\r\n \r\nAs a business person, the time and money you put into your marketing efforts is extremely valuable. So why let it go to waste? Our users have seen staggering improvements in conversions with insane growths of 150 percent going upwards of 785 percent. Are you ready to unlock the highest conversion revenue from each of your website visitors? \r\n\r\nTalkWithLead is a widget which captures a website visitor’s Name, Email address and Phone Number and then calls you immediately, so that you can talk to the Lead exactly when they are live on your website — while they\'re hot!\r\n \r\nTry the TalkWithLead Live Demo now to see exactly how it works. Visit: https://www.talkwithlead.com/Contents/LiveDemo.aspx\r\n\r\nWhen targeting leads, speed is essential - there is a 100x decrease in Leads when a Lead is contacted within 30 minutes vs being contacted within 5 minutes.\r\n\r\nIf you would like to talk to me about this service, please give me a call. We do offer a 30 days free trial. \r\n\r\nThanks and Best Regards,\r\nRandy\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Randy <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: Randy@TalkWithLead.com\n', 'false', '2018-06-16 05:38:03'),
(91, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Booking 12.August bis 15.August 2018', 'Od: Christian Lammel\nE-mail: <christian.lammel@uni-wuerzburg.de>\nTelefon: <0172 1035518>\n\nPředmět: Booking 12.August bis 15.August 2018\n\nZpráva:\nDear Věra Vrzalová,\r\n\r\n\r\nwe would like to stay at your hotel from August 12th to 15th 2018. Is there a room for two persons? \r\n\r\nThank you for answering\r\nGreetings\r\nChristian Lammel\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Christian Lammel <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: christian.lammel@uni-wuerzburg.de\n', 'false', '2018-06-19 21:35:23'),
(92, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Nocleg', 'Od: Stanisław Haras\nE-mail: <miasto.krolewskie.poznan@gmail.com>\nTelefon: <+48 519820711>\n\nPředmět: Nocleg\n\nZpráva:\nDobré ráno. Bude zde místnost pro 3 osoby v tomto hotelu od 14. do 15. července? S pozdravem Stanisław Haras.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Stanisław Haras <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: miasto.krolewskie.poznan@gmail.com\n', 'false', '2018-06-21 20:27:58'),
(93, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší]', 'Od: Kateřina Kaprhálová\nE-mail: <katka.kaprhalova@email.cz>\nTelefon: <608855066>\n\nPředmět: \n\nZpráva:\nDobrý den, měli byste volný pokoj pro 2 dospělé a jedno šestileté dítě v termínu od 8.7. do 11.7.? \r\nDěkuji za odpověď. \r\nS pozdravem K. Kaprhálová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Kateřina Kaprhálová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: katka.kaprhalova@email.cz\n', 'false', '2018-06-23 19:50:52'),
(94, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Rezervace', 'Od: Jiří Gabriel\nE-mail: <Xface999@gmail.com>\nTelefon: <724526229>\n\nPředmět: Rezervace\n\nZpráva:\nDobrý den\r\n\r\nMám zájem o ubyování pro 2 osoby v dvoulůžkovém pokoji a pro jednu osobu jednolůžkový pokoj od 19.7.2018 do 22.7.2018. \r\n\r\nDěkuji za včasnou odpověď a cenovou nabídku. \r\n\r\nS pozdravem Jiří Gabriel\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jiří Gabriel <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: Xface999@gmail.com\n', 'false', '2018-06-24 20:35:11'),
(95, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování', 'Od: David Sanetrník\nE-mail: <737786926@email.cz>\nTelefon: <737786926>\n\nPředmět: Ubytování\n\nZpráva:\nDobrý den. Máte prosím volné ubytování pro 2 dosp. + 3 děti v termínu 10-14.7.2018\r\n\r\nDěkuji za info\r\nSanetrník\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: David Sanetrník <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: 737786926@email.cz\n', 'false', '2018-06-25 16:57:39'),
(96, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytovanie', 'Od: Gabriela Paliderová\nE-mail: <gabikapali@gmail.com>\nTelefon: <+421903476546>\n\nPředmět: ubytovanie\n\nZpráva:\nDobry den, chcem sa opytat, ci mate volny pokoj pre 3 dospele osoby na 3 noci v termine od 9.7. - 12.7. Dakujem.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Gabriela Paliderová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: gabikapali@gmail.com\n', 'false', '2018-06-25 20:36:03'),
(97, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Poptávka pobytu', 'Od: Barbora Razímová\nE-mail: <3bara@seznam.cz>\nTelefon: <+420602651012>\n\nPředmět: Poptávka pobytu\n\nZpráva:\nDobrý den,\r\nChtěla jsem se zeptat jestli by byla možnost ubytování se snídaní pro 2 osoby a 1 dítě věku 5let. V termínu 5.7.2018-6.7.2018 a nebo 6.7.2018-7.7.2018.\r\nDěkuji za odpověď \r\nS pozdravem Razímová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Barbora Razímová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: 3bara@seznam.cz\n', 'false', '2018-06-26 19:09:25'),
(98, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Room for the period 20-29.07.2018', 'Od: Wojciech Pyrda\nE-mail: <stas05@o2.pl>\nTelefon: <600083004>\n\nPředmět: Room for the period 20-29.07.2018\n\nZpráva:\nDear Sirs\r\nI\'m looking for room with double bed and breakfast since 20-07-2018 till 29-07-2018. \r\n\r\nPlease let me know about yours offer\r\n\r\n\r\nWojciech Pyrda\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Wojciech Pyrda <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: stas05@o2.pl\n', 'false', '2018-06-29 08:52:35'),
(99, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] poptávka ubytování', 'Od: Eva Němečková\nE-mail: <e.j.nemeckovi@seznam.cz>\nTelefon: <604940402>\n\nPředmět: poptávka ubytování\n\nZpráva:\nDobrý den,\r\npoptávám ubytování v termínu 14.7 -17.7.2018.\r\nDva dvoulůžkové pokoje s oddělenými postelemi.\r\nDěkuji za zprávu, s pozdravem Eva Němečková\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eva Němečková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: e.j.nemeckovi@seznam.cz\n', 'false', '2018-06-29 21:02:42'),
(100, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Dotaz na moznos ubytovania', 'Od: Jaroslav Šusta\nE-mail: <jaroslav.susta@gmail.com>\nTelefon: <+421903222956>\n\nPředmět: Dotaz na moznos ubytovania\n\nZpráva:\nDobry den,\r\n\r\nchcel by som sa informovat na moznost rezervacie ubytovania vo Vasom hoteli v termine 16.7.2018 doobeda a odchod 17.7.2018 poobede. Pre dve dospele osoby a dve deti (11 a 16 rokov). Mate prosim nieco volne v tom termine? Dakujem.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jaroslav Šusta <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: jaroslav.susta@gmail.com\n', 'false', '2018-07-04 13:22:05'),
(101, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytování', 'Od: Petr Doležal\nE-mail: <dodolezal.petr@seznam.cz>\nTelefon: <705240063>\n\nPředmět: ubytování\n\nZpráva:\nDobrý den ,po telefonické domluvě vám zasílám dotaz na ubytování dvou dospělých osob na termín 15.7. - 17.7.2018.\r\npředem děkuji s pozdravem Petr Doležal\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Petr Doležal <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: dodolezal.petr@seznam.cz\n', 'false', '2018-07-04 13:31:41'),
(102, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] poptávka ubytování', 'Od: JANA KUBÁNKOVÁ\nE-mail: <kub.jana@centrum.cz>\nTelefon: <732786894>\n\nPředmět: poptávka ubytování\n\nZpráva:\nDobrý den, chtěla bych se zeptat, zda nemáte na tento víkend volný dvoulůžkový pokoj, od 6.7. do 8.7.\r\nDěkuji Kubánková\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: JANA KUBÁNKOVÁ <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: kub.jana@centrum.cz\n', 'false', '2018-07-05 11:02:52'),
(103, 'jakub.dvorak@jservices.cz', '[Hotel Lesní zátiší] Web byl aktualizován na WordPress 4.9.7', 'Zdravíme! Web http://hotellesnizatisi.cz/cs_CZ byl automaticky aktualizován na WordPress 4.9.7.\n\nNemusíte nic dalšího zařizovat ani nastavovat. Podrobnější informace o nové verzi 4.9.7 naleznete přímo v administraci na stránce O WordPressu:\nhttp://hotellesnizatisi.cz/wp-admin/about.php\n\nPokud došlo k nějakému technickému problému, objevila se nečekaná chyba nebo jen potřebujete s něčím poradit, tak můžete kontaktovat oficiální fórum podpory (česky).\nhttps://www.separatista.net/forum/\n\nPro některé pluginy nebo šablony jsou dostupné nové verze. Můžete je rovnou aktualizovat:\nhttp://hotellesnizatisi.cz/wp-admin/\n\nVývojáři WordPressu (a překladatelé)\n', '', 'false', '2018-07-06 04:14:06'),
(104, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Poptávka ubytování', 'Od: Jiří Štembera\nE-mail: <stemjbc@seznam.cz>\nTelefon: <776273435>\n\nPředmět: Poptávka ubytování\n\nZpráva:\nDobrý den,\r\npoptávám ubytování pro 2 dospělé osoby a trpasličího pudla od 21. července na týden.\r\nDěkuji\r\nŠtembera\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jiří Štembera <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: stemjbc@seznam.cz\n', 'false', '2018-07-07 22:00:49'),
(105, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] wolne miejsca', 'Od: Barbara\nE-mail: <satyria1@tlen.pl>\nTelefon: <000000000>\n\nPředmět: wolne miejsca\n\nZpráva:\nDzień dobry. \r\nCzy są wolne miejsca 13.07 do 15.07.2018 dla dwóch rodzin. \r\n2 osoby dorosłe i dziecko 9 lat + 2 osoby dorosłe i dziecko 12 lat?\r\nJeśli tak to jaka jest cena.\r\nDziękuję\r\nBarbara\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Barbara <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: satyria1@tlen.pl\n', 'false', '2018-07-08 15:30:59'),
(106, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytovanie', 'Od: Lubomír Hickievič\nE-mail: <lubo.hickievic@gmail.com>\nTelefon: <948996732>\n\nPředmět: ubytovanie\n\nZpráva:\nDobrý deň , prosím vás chcel by som sa informovať či máte ešte volne ubytovanie u vás od 24.8 do 25.8. pre dve dospelé osoby a 2 detí 7 rok a 7 mes. ďakujem veľmi pekne\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Lubomír Hickievič <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: lubo.hickievic@gmail.com\n', 'false', '2018-07-09 14:57:53'),
(107, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování', 'Od: Monika Pleváková\nE-mail: <plevakovi@email.cz>\nTelefon: <608670625>\n\nPředmět: Ubytování\n\nZpráva:\nDobrý den, hledám ubytování pro 2 dospělé a 2 děti v termínu 25. - 29. 7. Můžete mi prosím v tomto termínu u Vás nabídnout vhodný pokoj? \r\nDěkuji \r\nMonika Pleváková\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Monika Pleváková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: plevakovi@email.cz\n', 'false', '2018-07-10 11:59:08'),
(108, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Poptávka ubytování', 'Od: David Lhota\nE-mail: <davidlh@seznam.cz>\nTelefon: <603410715>\n\nPředmět: Poptávka ubytování\n\nZpráva:\nDobrý den.\r\n\r\nRád bych se zeptal, zda je ve Vašem penzionu možnost volného pokoje pro 2 dospělé a 11ti měsíční batole v termínu: pá 31.8.-ne 2.9.2018.\r\n\r\nPředem děkuji za Vaši odpověď\r\n\r\nDavid Lhota\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: David Lhota <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: davidlh@seznam.cz\n', 'false', '2018-07-12 11:01:18'),
(109, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] rezervace', 'Od: Rudolf Janeček\nE-mail: <janecekrudolf@seznam.cz>\nTelefon: <737531511>\n\nPředmět: rezervace\n\nZpráva:\nDobrý den,\r\nje možná rezervace 2 - lůžkového pokoje\r\nv termínu 23. - 26.7?\r\nPředem děkuji za odpověd\r\nJaneček.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Rudolf Janeček <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: janecekrudolf@seznam.cz\n', 'false', '2018-07-12 11:35:28'),
(110, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Room reservation 26.8- 27.8', 'Od: Alexander Boruhovich\nE-mail: <tigra.zver@gmail.com>\nTelefon: <+972547946274>\n\nPředmět: Room reservation 26.8- 27.8\n\nZpráva:\nHello. Can you please tell if there is a room for 4 people. My wife and me,2 boys age (5-7) for just one night 26.8 -27.8?\r\nIt would be nice if you say how much it costs, and what kind of payment you prefer? \r\nThank you!\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Alexander Boruhovich <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: tigra.zver@gmail.com\n', 'false', '2018-07-13 22:28:49'),
(111, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] hotellesnizatisi.cz Expiration Notice', 'Od: DomainPortal Net\nE-mail: <noreply@domainportalnet.com>\nTelefon: <954-320-4679>\n\nPředmět: hotellesnizatisi.cz Expiration Notice\n\nZpráva:\nDisclaimer: We are not liable for any financial loss, lost data, missed customers, loss of search engine rankings, undelivered email or any other damages that you may incur due to the expiration of hotellesnizatisi.cz. For further information please refer to section 12.b.7a of our User Agreement. \n\n This is your final notification to renew hotellesnizatisi.cz: \n\n https://domainportalnet.com/?n=hotellesnizatisi.cz&r=a \n\n In the event that you allow hotellesnizatisi.cz to expire, the listing will be automatically deleted from our servers within 3 business days. After expiration, we reserve the right to offer your web listing to competing businesses or interested parties in the same category and state/region after 3 business days on an auction basis. \n\n This is the final notification that we are required to transmit for the expiration of hotellesnizatisi.cz \n\n Secure Online Payment: \n\n https://domainportalnet.com/?n=hotellesnizatisi.cz&r=a \n\n All services will be restored automatically on hotellesnizatisi.cz if payment is received in full on time before expiration. We thank you for your cooperation.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: DomainPortal Net <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: noreply@domainportalnet.com\n', 'false', '2018-07-14 00:06:41'),
(112, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování', 'Od: David Urban\nE-mail: <d.urban@seznam.cz>\nTelefon: <>\n\nPředmět: Ubytování\n\nZpráva:\nDobrý den, rád bych se informoval zda je možné si u vás rezervovat dvoulůžkový pokoj na dvě noci v termínu od 20.07.2018 (pátek) do 22.07.2018 (neděle odjezd).\r\nVím, že je to na poslední chvíli, proto zkouším kontaktovat většinu ubytovacích zařízení.\r\nPředem děkuji za brzkou informaci,\r\n\r\nS pozdravem\r\nDavid Urban\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: David Urban <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: d.urban@seznam.cz\n', 'false', '2018-07-15 19:24:13'),
(113, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] rezervace ubytování', 'Od: Zuzana Veselá\nE-mail: <vesela.zuzka1@seznam.cz>\nTelefon: <724025444>\n\nPředmět: rezervace ubytování\n\nZpráva:\nDobrý den, na základě našeho telefonického rozhovoru Vás prosím o rezervaci dvoulůžkového pokoje v termínu úterý 31/7 - pátek 3/8/2018.\r\nDěkuji, Zuzana Veselá\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Zuzana Veselá <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: vesela.zuzka1@seznam.cz\n', 'false', '2018-07-16 11:24:44'),
(114, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] booking', 'Od: Aleksander DADUSZ\nE-mail: <infralot@interia.eu>\nTelefon: <>\n\nPředmět: booking\n\nZpráva:\nHello!\r\nI would like to book 1 room for two persons, arrival 19JUL2018 evening, departure 22JUL2018 morning = 3 nights with breakfasts. Room with mountain view would be preffered. Place for parking car too. I would be obliged for feedback and confirmation \r\nWith best Regards\r\nAleksander Dadusz, Poland\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Aleksander DADUSZ <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: infralot@interia.eu\n', 'false', '2018-07-16 16:46:03'),
(115, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] dotaz ohledně ubytování', 'Od: Zuzana Máchová\nE-mail: <zuzkamach@email.cz>\nTelefon: <>\n\nPředmět: dotaz ohledně ubytování\n\nZpráva:\nDobrý den, \r\nprosím o zaslání informace, jestli máte v termínu od 8.8. do 12.8. 2018 ve vašem hotelu volný dvoulůžkový pokoj. Děkuji. \r\n\r\nS pozdravem\r\n\r\nZuzana Máchová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Zuzana Máchová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: zuzkamach@email.cz\n', 'false', '2018-07-21 11:47:25'),
(116, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] room booking', 'Od: Aleksander Dadusz\nE-mail: <infralot@interia.eu>\nTelefon: <+48535095132>\n\nPředmět: room booking\n\nZpráva:\nHello! We looking for 2 persons room with bathroom and WC from 27th JULY to 29th July . I would be obliged for feedback. With best regards\r\nAleksander Dadusz, Poland\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Aleksander Dadusz <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: infralot@interia.eu\n', 'false', '2018-07-22 18:21:48'),
(117, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování srpen', 'Od: Drexlerová\nE-mail: <danomis@seznam.cz>\nTelefon: <>\n\nPředmět: Ubytování srpen\n\nZpráva:\nUbytování srpen-Dobrý večer ráda bych se zeptala na ubytování v srpnu prakticky od 9.8. kdykoliv do konce měsíce je mi jedno jestli to bude v týdnu nebo víkend jednalo by se o jednoho dospělého a dvě děti 11 a 5 let zajímal by mě pobyt na 3 noci ideálně s polopenzí nebo alespoň se snídani poprosím vás o cenovou nabídku děkuji drexlerová,Že zkušenosti nám stačí dvoulůžkový pokoj s manželskou postelí\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Drexlerová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: danomis@seznam.cz\n', 'false', '2018-07-23 20:26:18'),
(118, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší]', 'Od: Jana Dymáčková\nE-mail: <ivana.dymackova@seznam.cz>\nTelefon: <>\n\nPředmět: \n\nZpráva:\nDobrý den, \r\nChtěla bych se zeptat jestli bys tě mi neposlali kalkulaci pobytu na týden pro 2 osoby. Děkuji s přáním zbytku krásného dne Dymáčková.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jana Dymáčková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: ivana.dymackova@seznam.cz\n', 'false', '2018-08-02 06:10:49'),
(119, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Accomodation', 'Od: Franz Kottek\nE-mail: <othremball@web.de>\nTelefon: <1734607929>\n\nPředmět: Accomodation\n\nZpráva:\nHello,\r\n\r\nI`d like to know if you have a room for two people for 2 nights. From 9 until 11.08 and how much does it cost?\r\n\r\nBest regards\r\n\r\nFranz Kottek\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Franz Kottek <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: othremball@web.de\n', 'false', '2018-08-02 12:04:27'),
(120, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší]', 'Od: Julie Sorensen\nE-mail: <julieduedahl@gmail.com>\nTelefon: <+45 26156213>\n\nPředmět: \n\nZpráva:\nDo you have available room for 2 person from 6th august - 7th of august?\r\n\r\nBest regards \r\nJulie Sorensen\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Julie Sorensen <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: julieduedahl@gmail.com\n', 'false', '2018-08-02 17:15:13'),
(121, 'jakub.dvorak@jservices.cz', '[Hotel Lesní zátiší] Web byl aktualizován na WordPress 4.9.8', 'Zdravíme! Web http://hotellesnizatisi.cz/cs_CZ byl automaticky aktualizován na WordPress 4.9.8.\n\nNemusíte nic dalšího zařizovat ani nastavovat. Podrobnější informace o nové verzi 4.9.8 naleznete přímo v administraci na stránce O WordPressu:\nhttp://hotellesnizatisi.cz/wp-admin/about.php\n\nPokud došlo k nějakému technickému problému, objevila se nečekaná chyba nebo jen potřebujete s něčím poradit, tak můžete kontaktovat oficiální fórum podpory (česky).\nhttps://www.separatista.net/forum/\n\nPro některé pluginy nebo šablony jsou dostupné nové verze. Můžete je rovnou aktualizovat:\nhttp://hotellesnizatisi.cz/wp-admin/\n\nVývojáři WordPressu (a překladatelé)\n', '', 'false', '2018-08-03 04:01:30'),
(122, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] rezervácia', 'Od: Peter Gurbicz\nE-mail: <gurbicz.peter@gmail.com>\nTelefon: <+421905511292>\n\nPředmět: rezervácia\n\nZpráva:\ndobrý deň,\r\nchcem si u Vás rezervovať ubytovanie na 2 noci od 31.8.2018 do 2.9.2018 pre dve osoby.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Peter Gurbicz <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: gurbicz.peter@gmail.com\n', 'false', '2018-08-03 19:04:33'),
(123, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] poptávka ubytování', 'Od: Aleš Horák\nE-mail: <alson77@seznam.cz>\nTelefon: <774744786>\n\nPředmět: poptávka ubytování\n\nZpráva:\ndobrý den,máte volný pokoj od 8.8.2018 do 11.8.2018 pro dvě osoby.\r\n\r\nDěkuji za info.\r\n\r\nHorák\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Aleš Horák <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: alson77@seznam.cz\n', 'false', '2018-08-04 08:34:10'),
(124, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytovanie', 'Od: Vladimír Labaš\nE-mail: <vladimir.labas@introplast.sk>\nTelefon: <+421 905652077>\n\nPředmět: ubytovanie\n\nZpráva:\nDobry den,\r\nVedeli by ste mi ponuknut ubytovanie s polpenziou \r\nPre 2 dospele osoby + 1 dieta 13rokov + 2 dospele osoby (t.j. 4 dospele osoby + 1 dieta )\r\nNa 3 noci v termine od 8.8.2018 do 11.8.2018\r\n\r\nDakujem, \r\nLabaš\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Vladimír Labaš <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: vladimir.labas@introplast.sk\n', 'false', '2018-08-06 12:01:58'),
(125, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] informácia', 'Od: Lenka Ďurová\nE-mail: <lenkakroc@gmail.com>\nTelefon: <4210908720641>\n\nPředmět: informácia\n\nZpráva:\nDobrý deň, prosím o informáciu či máte voľnú dvojlôžkovú izbu v termíne od 14.9 - 16.9. (2 noci). Ďakujem\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Lenka Ďurová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: lenkakroc@gmail.com\n', 'false', '2018-08-06 12:18:32'),
(126, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší]', 'Od: Eva Chrobokova\nE-mail: <evachrobokova@seznam.cz>\nTelefon: <>\n\nPředmět: \n\nZpráva:\nDobrý den, \r\nchci se zeptat zda Vás hotel nabízí i bezbariérový pokoj pro vozíčkáře? Pokud ano. Mate ještě volný termín 17-19.8.2018?\r\n\r\nDěkuji Chroboková\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eva Chrobokova <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: evachrobokova@seznam.cz\n', 'false', '2018-08-06 16:54:49'),
(127, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování', 'Od: Jiří Petrásek\nE-mail: <jpetras@volny.cz>\nTelefon: <603485876>\n\nPředmět: Ubytování\n\nZpráva:\nDobrý den,\r\n \r\nprosím Vás o informaci zda máte volný pokoj pro 2 osoby ze soboty 11.8. na neděli12. 8.\r\n \r\nDěkuji za odpověď Petrásek\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jiří Petrásek <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: jpetras@volny.cz\n', 'false', '2018-08-08 06:31:31'),
(128, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Rezervace možná?', 'Od: Christina Berchner\nE-mail: <tinahausen@posteo.de>\nTelefon: <00491762398145>\n\nPředmět: Rezervace možná?\n\nZpráva:\nDobrý den. Můj přítel a já bychom chtěli strávit noc v penzionu od 06.09.-10.09.18. Je to možné?\r\n\r\nDíky za odpověď. S pozdravem,\r\n\r\nChristina Berchnerová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Christina Berchner <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: tinahausen@posteo.de\n', 'false', '2018-08-08 13:37:33'),
(129, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Pokoj pro 3 a pes', 'Od: Marta Cendrowicz\nE-mail: <marta.anna.cendrowicz@gmail.com>\nTelefon: <663641413>\n\nPředmět: Pokoj pro 3 a pes\n\nZpráva:\nDobry den, \r\n\r\nchtela bych se zeptat, jestli je mozne pronajou pokoj pro 3 osoby a pro psa v nejblizsi sobotu, tj. 11.srpna?\r\n\r\nS hezkym pozdravem, \r\nMarta Cendrowicz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Marta Cendrowicz <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: marta.anna.cendrowicz@gmail.com\n', 'false', '2018-08-09 17:50:52'),
(130, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Übernachtung 2 Personen mit Frühstück', 'Od: Bernd Stephan\nE-mail: <Stephan.Bernd@arcor.de>\nTelefon: <00493529528277>\n\nPředmět: Übernachtung 2 Personen mit Frühstück\n\nZpráva:\nHallo, \r\nWir würden gerne vom Samstag 25.08. Bis Montag 27.08.2019 bei Ihnen ein Doppelzimmer reservieren. Bitte teilen Sie uns mit ob dies möglich ist und zu welchem Preis.\r\nMit freundlichen Grüßen \r\nBernd Stephan\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Bernd Stephan <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: Stephan.Bernd@arcor.de\n', 'false', '2018-08-12 18:30:18'),
(131, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší]', 'Od: JAN NIEWCZAS\nE-mail: <janex54@wp.pl>\nTelefon: <+48 605 280851>\n\nPředmět: \n\nZpráva:\nChciałbym zarezerwować obiad w dniu 14.09.2018r na godz. 13.00 dla ok. 30 osób , czeskie danie z piwem.\r\nProszę o propozycję.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: JAN NIEWCZAS <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: janex54@wp.pl\n', 'false', '2018-08-15 11:25:19'),
(132, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování', 'Od: Martin Schuster\nE-mail: <schuma007@seznam.cz>\nTelefon: <602541895>\n\nPředmět: Ubytování\n\nZpráva:\nDobrý den,\r\n měl bych zájem o ubytování ve dnech 22 - 24.8.2018 pro 2 osoby se snidaní. Předem děkuji za info.\r\nM.S.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Martin Schuster <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: schuma007@seznam.cz\n', 'false', '2018-08-15 15:44:05'),
(133, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší]', 'Od: Jan Mandelík\nE-mail: <lpgricany@seznam.cz>\nTelefon: <603343727>\n\nPředmět: \n\nZpráva:\nDobrý den, poptávám volnou kapacitu pro 2 osoby od středy 22.8 do soboty 25.8 tj 3 noci. Děkuji za info Mandelík\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jan Mandelík <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: lpgricany@seznam.cz\n', 'false', '2018-08-16 11:00:45'),
(134, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytování', 'Od: Jitka Demlová\nE-mail: <jitka.demlova@seznam.cz>\nTelefon: <>\n\nPředmět: ubytování\n\nZpráva:\nDobrý den.\r\nPoptávám ubytování pro 2 osoby na období 31.8. - 2.9.2018.\r\n\r\nPředem děkuji za jakoukoliv odpověď\r\n\r\nJitka Demlová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jitka Demlová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: jitka.demlova@seznam.cz\n', 'false', '2018-08-21 21:07:30'),
(135, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] objednávka', 'Od: Hana Hubková\nE-mail: <han.hu@seznam.cz>\nTelefon: <739027931>\n\nPředmět: objednávka\n\nZpráva:\nDobrý den, v pátek 17.8.2018 jsem mluvila s p. Vrzalovou a v pondělí 20.8.2018 jsem mailem poslala objednávku: 14.9.2018, 20 míst, 15:00-16:00 hod. \r\n( a nyní se připomínám) Moc děkuji za odpověď. Hubková\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Hana Hubková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: han.hu@seznam.cz\n', 'false', '2018-08-22 15:28:54'),
(136, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Nocleg 2 osoby', 'Od: Barbara Rainko\nE-mail: <mitsubashia@o2.pl>\nTelefon: <608286752>\n\nPředmět: Nocleg 2 osoby\n\nZpráva:\nCzy można zarezerwować pokój 2 osobowy 2 noclegi w dniach 9-11. 09. 2018r\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Barbara Rainko <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: mitsubashia@o2.pl\n', 'false', '2018-08-27 12:31:20'),
(137, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší]', 'Od: Ivo Mates\nE-mail: <im24552@gmail.com>\nTelefon: <723993732>\n\nPředmět: \n\nZpráva:\nDobry den, prosim rezervaci 13.-15.9.2018 pro 2 osoby+ maly pes. Dekuji I.Mates\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Ivo Mates <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: im24552@gmail.com\n', 'false', '2018-09-02 08:29:35'),
(138, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] rezervace', 'Od: Marcela Ibrahim\nE-mail: <marcela.hotova@post.cz>\nTelefon: <774747286>\n\nPředmět: rezervace\n\nZpráva:\nDobrý den, chtěla jsem se zeptat zda byste měli volný pokoj pro dvě osoby v období od 14.9.-16.9.2018 Děkuji za informaci Marcela Ibrahim\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Marcela Ibrahim <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: marcela.hotova@post.cz\n', 'false', '2018-09-02 20:54:20'),
(139, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytovani 13.-16.9.2018', 'Od: Miroslav Vorel\nE-mail: <skippyskippy@seznam.cz>\nTelefon: <603505737>\n\nPředmět: Ubytovani 13.-16.9.2018\n\nZpráva:\nDobry den. \r\n\r\nProsim o potvrzeni zda je mozne se v terminu uvedenem vyse ubytovat vcetne snidane. Pocet dospelich 4x, dite 1x 11let. \r\n\r\nRadi bychom dva pokoje 2+1 a 2 dospele. \r\n\r\nDekuji Vorel Miroslav\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Miroslav Vorel <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: skippyskippy@seznam.cz\n', 'false', '2018-09-03 06:00:40'),
(140, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší]', 'Od: Kamil Křůmal\nE-mail: <krumal.kamil@seznam.cz>\nTelefon: <>\n\nPředmět: \n\nZpráva:\nDobrý den, chtěl bych se zeptat, zdali máte volný pokoj pro jednu osobu na cca týden někdy v termínu od 15. 9. do 30. 9. Děkuji\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Kamil Křůmal <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: krumal.kamil@seznam.cz\n', 'false', '2018-09-03 19:04:24'),
(141, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování', 'Od: Josef Benedik\nE-mail: <pepik-benedik@seznam.cz>\nTelefon: <774516093>\n\nPředmět: Ubytování\n\nZpráva:\nDobrý večer, mám zájem o ubytování se snídaní pro dvě osoby od 14. do 16. září 2018. Zajímá mne, zda máte na tento termín volný dvoulůžkovy pokoj a zda nebude problém přijet v pátek později a to až okolo 22h? A popřípadě jaká by byla celková cena? Předem děkuji za odpověď Benedik\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Josef Benedik <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: pepik-benedik@seznam.cz\n', 'false', '2018-09-04 18:32:48'),
(142, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Poptávka ubytování', 'Od: Jiří Machala\nE-mail: <ciaf@seznam.cz>\nTelefon: <>\n\nPředmět: Poptávka ubytování\n\nZpráva:\nDobrý den,\r\n\r\n\r\n\r\n\r\nsháním ubytování v okolí Adršpachu a líbí se mi Váš penzion. Chtěl jsem se zeptat, jestli byste měli volnou kapacitu pro dva lidi v datech 27.-30.9. (čt-ne). A pokud možno, na kolik by to vyšlo a zda je možnost mít i snídaně. \r\n\r\n\r\n\r\n\r\nDěkuji moc za odpověď.\r\n\r\n\r\n\r\n\r\nJiří Machala\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jiří Machala <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: ciaf@seznam.cz\n', 'false', '2018-09-05 09:08:26'),
(143, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Concerning hotellesnizatisi.cz', 'Od: Randy\nE-mail: <Randy@TalkWithLead.com>\nTelefon: <416-385-3200>\n\nPředmět: Concerning hotellesnizatisi.cz\n\nZpráva:\nHi,\r\n\r\nMy name is Randy and I was looking at a few different sites online and came across your site hotellesnizatisi.cz. I must say - your website is very impressive. I found your website on the first page of the Search Engine. \r\n\r\nHave you noticed that 70 percent of visitors who leave your website will never return? In most cases, this means that 95 percent to 98 percent of your marketing efforts are going to waste, not to mention that you are losing more money in customer acquisition costs than you need to.\r\n \r\nAs a business person, the time and money you put into your marketing efforts is extremely valuable. So why let it go to waste? Our users have seen staggering improvements in conversions with insane growths of 150 percent going upwards of 785 percent. Are you ready to unlock the highest conversion revenue from each of your website visitors? \r\n\r\nTalkWithLead is a widget which captures a website visitor’s Name, Email address and Phone Number and then calls you immediately, so that you can talk to the Lead exactly when they are live on your website — while they\'re hot! Best feature of all, we offer FREE International Long Distance Calling!\r\n \r\nTry the TalkWithLead Live Demo now to see exactly how it works. Visit: https://www.talkwithlead.com/Contents/LiveDemo.aspx\r\n\r\nWhen targeting leads, speed is essential - there is a 100x decrease in Leads when a Lead is contacted within 30 minutes vs being contacted within 5 minutes.\r\n\r\nIf you would like to talk to me about this service, please give me a call. We do offer a 14 days free trial. \r\n\r\nThanks and Best Regards,\r\nRandy\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Randy <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: Randy@TalkWithLead.com\n', 'false', '2018-09-05 19:08:10'),
(144, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] poptávka', 'Od: Ľubomíra Garčicová\nE-mail: <info@moravskaoaza.cz>\nTelefon: <+420721124355>\n\nPředmět: poptávka\n\nZpráva:\nDobrý den, dejte mi prosím vědět, zda máte volný 2-lůžkový pokoj s manželskou postelí v termínu od neděle 16.9. - 18.9., na 2 noci, kolik se platí pokoj vč. snídaně a parkování. Děkuji.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Ľubomíra Garčicová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: info@moravskaoaza.cz\n', 'false', '2018-09-07 14:24:20'),
(145, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] termin', 'Od: Viliam Tóth\nE-mail: <vlmtoth@gmail.com>\nTelefon: <903918332>\n\nPředmět: termin\n\nZpráva:\nDobry den, \r\nmate volnu izbu pre 2 dosp +2 deti (10r a 6r) v obdobi medzi 31.10. a 4.11.2018 na cca 2-3 noci ?\r\n\r\nS pozdravom,\r\nViliam Toth\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Viliam Tóth <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: vlmtoth@gmail.com\n', 'false', '2018-09-10 11:02:26'),
(146, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] rezerwacja', 'Od: Joanna BielskaLegiec\nE-mail: <askabl@go2.pl>\nTelefon: <+48607723368>\n\nPředmět: rezerwacja\n\nZpráva:\nczy można zarezerwować pokój dla 2 osób 21-23.09.2018\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Joanna BielskaLegiec <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: askabl@go2.pl\n', 'false', '2018-09-11 12:33:18'),
(147, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování 26.9 až 28.9.2018', 'Od: Jiří Votruba\nE-mail: <votrubajiri@email.cz>\nTelefon: <777121255>\n\nPředmět: Ubytování 26.9 až 28.9.2018\n\nZpráva:\nDobrý den. \r\nPoptávám ubytování pro dvě osoby v prostorném pokoji s příslušenstvím, manželskou postelí a posezením pro dva, popř. psací stůl a dvě židle. Včetně snídaně. \r\nPodmínkou je restaurace v provozu (tj. ve všední dny).\r\nPříjezd ve středu 26.9., odjezd v pátek 28.9.2018.\r\nDěkuji, s pozdravem Jiří Votruba\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jiří Votruba <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: votrubajiri@email.cz\n', 'false', '2018-09-13 00:34:17'),
(148, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytovani', 'Od: Josef Matějka\nE-mail: <naznacky@seznam.cz>\nTelefon: <775659236>\n\nPředmět: ubytovani\n\nZpráva:\nPokoj dvoulůžkový na den 13.10.do 14.10.se snídani pro dvě osoby děkujem\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Josef Matějka <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: naznacky@seznam.cz\n', 'false', '2018-09-13 15:30:56'),
(149, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] objednávka ubytovania', 'Od: Milan Kozár\nE-mail: <milankozar@gmail.com>\nTelefon: <+421907029027>\n\nPředmět: objednávka ubytovania\n\nZpráva:\ndobrý večer\r\nchceli by sme sa u Vás ubytovať v termíne od pondelí 17.9.2018 do pátku 21.9.2018 \r\n2 osoby\r\nviete nám poslat, či je to možné a cenovú ponuku ?\r\nĎakujem\r\nKozár\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Milan Kozár <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: milankozar@gmail.com\n', 'false', '2018-09-13 19:38:33'),
(150, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytování', 'Od: Lucie Konvalinová\nE-mail: <Lucca93@seznam.cz>\nTelefon: <>\n\nPředmět: ubytování\n\nZpráva:\nDobrý den,\r\n Chtěla jsem se zeptat zda by bylo možné si u Vás rezervovat pokoje v termínu 12.10.-13.10.2018? Děkuji Konvalinová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Lucie Konvalinová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: Lucca93@seznam.cz\n', 'false', '2018-09-20 18:40:09'),
(151, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] informacia o dostupnosti', 'Od: Ľudmila Lacková\nE-mail: <ludmila_lackova@tatrabanka.sk>\nTelefon: <0907558525>\n\nPředmět: informacia o dostupnosti\n\nZpráva:\nDobrý deň želám, chcela by som sa informovať, či máte voľnú izbu pre 2 dospelé osoby v období: 26.9-29.9.2018.\r\n\r\nĎakujem \r\nLacková\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Ľudmila Lacková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: ludmila_lackova@tatrabanka.sk\n', 'false', '2018-09-25 09:21:52'),
(152, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování 28.9.-30.9.2018', 'Od: Barbora Švejnohová\nE-mail: <barbora.svejnohova@seznam.cz>\nTelefon: <>\n\nPředmět: Ubytování 28.9.-30.9.2018\n\nZpráva:\nDobrý den,\r\nráda bych si u Vás zarezervovala ubytování pro 2 osoby od 28.9.- 30.9.2018 (2 noci). Příjezd by byl k večerním hodinám.\r\n\r\nděkuji za brzkou odpověď,\r\nBarbora Švejnohová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Barbora Švejnohová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: barbora.svejnohova@seznam.cz\n', 'false', '2018-09-28 11:32:46'),
(153, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytování víkend', 'Od: Tomáš Kruml\nE-mail: <tomas.kruml.brno@gmail.com>\nTelefon: <>\n\nPředmět: ubytování víkend\n\nZpráva:\nDobrý den,\r\n\r\nměli byste od pátku 5.10 do neděle 7.10 dva dvoulůžkové pokoje?\r\n\r\nDěkuji předem za odpověď,\r\nTomá Kruml\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Tomáš Kruml <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: tomas.kruml.brno@gmail.com\n', 'false', '2018-09-30 20:07:54');
INSERT INTO `wp_email_log` (`id`, `to_email`, `subject`, `message`, `headers`, `attachments`, `sent_date`) VALUES
(154, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování', 'Od: Lucie Čejková\nE-mail: <luciecejkova1@gmail.com>\nTelefon: <777638378>\n\nPředmět: Ubytování\n\nZpráva:\nDobrý den, \r\nchtěla bych se zeptat, jestli máte někdy v říjnu nebo listopadu volný dvojlůžkový pokoj. Potřebovala bych poslat cenu za pobyt na faktuře zaměstnavateli a zeptat se, jestli je u vás možné zaplatit si i polopenzi? Nebo cenu na faktuře navýšit o nejakou částku, kterou bysme pak uplatnili na jídlo? \r\nDěkuji \r\n\r\nLucie Čejková\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Lucie Čejková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: luciecejkova1@gmail.com\n', 'false', '2018-10-02 10:45:07'),
(155, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Rezervace ubytování 12.-14.10.2018 R. Lázničková', 'Od: Radmila Lázničková\nE-mail: <jlaznicka@email.cz>\nTelefon: <736541530>\n\nPředmět: Rezervace ubytování 12.-14.10.2018 R. Lázničková\n\nZpráva:\nDobrý den,\r\n\r\nna základě telefonické domluvy zasílám poptávku případě rezervaci v termínu 12.-14.10.2018 pro:\r\n2 dospělý a 2 děti (5 a 11 let).\r\n\r\nDěkuji za potvrzení \r\n\r\nR. Lázničková\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Radmila Lázničková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: jlaznicka@email.cz\n', 'false', '2018-10-08 18:58:36'),
(156, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytování', 'Od: evžen jahoda\nE-mail: <evzenjahoda@centrum.cz>\nTelefon: <>\n\nPředmět: ubytování\n\nZpráva:\nDobrý den.\r\nJe možno se ubytovat ve dvoulůžkovém pokoji 19.10. a 20.10. 2018? Je možno objednati snídani?\r\nPozn. prosím manželské postele a parkování pro auto.\r\nDěkuji.\r\nE.Jahoda\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: evžen jahoda <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: evzenjahoda@centrum.cz\n', 'false', '2018-10-08 19:18:04'),
(157, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Concerning hotellesnizatisi.cz', 'Od: Randy\nE-mail: <Randy@TalkWithLead.com>\nTelefon: <416-385-3200>\n\nPředmět: Concerning hotellesnizatisi.cz\n\nZpráva:\nHi,\r\n\r\nMy name is Randy and I was looking at a few different sites online and came across your site hotellesnizatisi.cz. I must say - your website is very impressive. I found your website on the first page of the Search Engine. \r\n\r\nHave you noticed that 70 percent of visitors who leave your website will never return? In most cases, this means that 95 percent to 98 percent of your marketing efforts are going to waste, not to mention that you are losing more money in customer acquisition costs than you need to.\r\n \r\nAs a business person, the time and money you put into your marketing efforts is extremely valuable. So why let it go to waste? Our users have seen staggering improvements in conversions with insane growths of 150 percent going upwards of 785 percent. Are you ready to unlock the highest conversion revenue from each of your website visitors? \r\n\r\nTalkWithLead is a widget which captures a website visitor’s Name, Email address and Phone Number and then calls you immediately, so that you can talk to the Lead exactly when they are live on your website — while they\'re hot! Best feature of all, we offer FREE International Long Distance Calling!\r\n \r\nTry the TalkWithLead Live Demo now to see exactly how it works. Visit: https://www.talkwithlead.com/Contents/LiveDemo.aspx\r\n\r\nWhen targeting leads, speed is essential - there is a 100x decrease in Leads when a Lead is contacted within 30 minutes vs being contacted within 5 minutes.\r\n\r\nIf you would like to talk to me about this service, please give me a call. We do offer a 14 days free trial. \r\n\r\nThanks and Best Regards,\r\nRandy\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Randy <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: Randy@TalkWithLead.com\n', 'false', '2018-10-15 14:17:22'),
(158, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Dotaz na ubytovanie', 'Od: Erik Hevesi\nE-mail: <erik.hevesi@gmail.com>\nTelefon: <00421902828282>\n\nPředmět: Dotaz na ubytovanie\n\nZpráva:\nDobry den, sme traja, manzelia s dospelou dcerou, hladame na 2 noci 31.10-2.11. noclah idealne v apartmane s oddelenou spalnou. \r\nOdpoved aj s cenou mi prosim poslite na mail.\r\nDakujem,\r\nErik Hevesi\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Erik Hevesi <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: erik.hevesi@gmail.com\n', 'false', '2018-10-27 10:27:47'),
(159, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Poptávka', 'Od: Michaela Semela\nE-mail: <misusse@gmail.com>\nTelefon: <721561563>\n\nPředmět: Poptávka\n\nZpráva:\nDobrý den, chtěla bych se zeptat, zda by u Vás bylo možné zakoupit dárkový poukaz na ubytování pro 2 osoby na 3 dny s polopenzí? S pozdravem, Semela\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Michaela Semela <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: misusse@gmail.com\n', 'false', '2018-11-02 00:28:18'),
(160, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Room booking', 'Od: RUSLAN ALYEKSYENKO\nE-mail: <ryslan2305@gmail.com>\nTelefon: <00380958168923>\n\nPředmět: Room booking\n\nZpráva:\nhi\r\nI need 2 Double rooms (for 4 adults total) on 1 night 16-17 Nov. Do ypu have available rooms?\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: RUSLAN ALYEKSYENKO <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: ryslan2305@gmail.com\n', 'false', '2018-11-10 16:54:43'),
(161, 'jakub.dvorak@jservices.cz', '[Hotel Lesní zátiší] Web byl aktualizován na WordPress 4.9.9', 'Zdravíme! Web http://hotellesnizatisi.cz/cs_CZ byl automaticky aktualizován na WordPress 4.9.9.\n\nPodrobnější informace o nové verzi 4.9.9 naleznete přímo v administraci na stránce O WordPressu:\nhttp://hotellesnizatisi.cz/wp-admin/about.php\n\nV současné době už je dostupný také WordPress 5.0.1. Aktualizace je velmi jednoduchá a zabere opravdu jen chvilku:\nhttp://hotellesnizatisi.cz/wp-admin/update-core.php\n\nPokud došlo k nějakému technickému problému, objevila se nečekaná chyba nebo jen potřebujete s něčím poradit, tak můžete kontaktovat oficiální fórum podpory (česky).\nhttps://www.separatista.net/forum/\n\nZ hlediska bezpečnosti jsou pravidelné aktualizace WordPressu velmi důležité a přispívají alespoň trochu k tomu, aby mohl být internet bezpečnějším místem pro správce webů i čtenáře.\n\nVývojáři WordPressu (a překladatelé)\n', '', 'false', '2018-12-13 03:00:42'),
(162, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] možnost zakoupení poukazu?', 'Od: Eva Kohoutová\nE-mail: <imamiah@seznam.cz>\nTelefon: <728828588>\n\nPředmět: možnost zakoupení poukazu?\n\nZpráva:\nDobrý den, paní Vrzalová. Byli jsme u Vás s manželem na pobytu v roce 2015. Moc se nám to líbilo a stále mluvíme o tom, že se k Vám vrátíme. Je možné zakoupit několikadenní pobyt pro 2 na Dárkový poukaz bez konkrétního termínu? Ten bychom stanovili až bych manželovi dárek předala. Díky moc za Vaší odpověď. S pozdravem Eva Kohoutová, Mariánské Lázně\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eva Kohoutová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: imamiah@seznam.cz\n', 'false', '2018-12-14 18:36:08'),
(163, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší]', 'Od: Jaroslav Bára\nE-mail: <jaroslbara@seznam.cz>\nTelefon: <774307101>\n\nPředmět: \n\nZpráva:\nDobrý den, chtěl bych se informovat na ubytování pro 2 dospělé + 1 pes v termínu 20.7.2019 - 27.7.2019. Prosím sdělte cenu, možnosti stravování atd. Děkuji Jarek Bára\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jaroslav Bára <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: jaroslbara@seznam.cz\n', 'false', '2018-12-20 16:10:53'),
(164, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] hotellesnizatisi.cz Expiration Notice', 'Od: DomainNet Center\nE-mail: <noreply@domainnetcenter.net>\nTelefon: <954-320-4679>\n\nPředmět: hotellesnizatisi.cz Expiration Notice\n\nZpráva:\nDisclaimer: We are not liable for any financial loss, lost data, missed customers, loss of search engine rankings, undelivered email or any other damages that you may incur due to the expiration of hotellesnizatisi.cz. For further information please refer to section 12.b.7a of our User Agreement. \n\n This is your final notification to renew hotellesnizatisi.cz: \n\n https://domainnetcenter.net/?n=hotellesnizatisi.cz&r=a \n\n In the event that you allow hotellesnizatisi.cz to expire, the listing will be automatically deleted from our servers within 3 business days. After expiration, we reserve the right to offer your web listing to competing businesses or interested parties in the same category and state/region after 3 business days on an auction basis. \n\n This is the final notification that we are required to transmit for the expiration of hotellesnizatisi.cz \n\n Secure Online Payment: \n\n https://domainnetcenter.net/?n=hotellesnizatisi.cz&r=a \n\n All services will be restored automatically on hotellesnizatisi.cz if payment is received in full on time before expiration. We thank you for your cooperation.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: DomainNet Center <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: noreply@domainnetcenter.net\n', 'false', '2018-12-22 03:16:06'),
(165, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Accommodation for 3 ad + 1chd.', 'Od: Sławek Karlik\nE-mail: <slavcar@poczta.onet.pl>\nTelefon: <+48535338836>\n\nPředmět: Accommodation for 3 ad + 1chd.\n\nZpráva:\nDear Sir/Madam\r\n\r\nI am writing with a request for room availability. I would like to stay at your hotel from 29.01.2019 to 31.01.2019. There are possibly 3 adults and a child aged 12.\r\nAre the prices on your info website still up-to-date? If not, please inform about the new proces.\r\nWith regards,\r\nSławek Karlik\r\nPL\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Sławek Karlik <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: slavcar@poczta.onet.pl\n', 'false', '2018-12-26 02:10:36'),
(166, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Objednávka', 'Od: Jozef Labuda\nE-mail: <jozef.labuda@seznam.cz>\nTelefon: <605209601>\n\nPředmět: Objednávka\n\nZpráva:\nVážená paní Vrzalová,\r\n\r\nna Vašich stránkách jsem se dočetl o možnosti ubytování v hotelu Zátiší. Chci se zeptat, zda je možné si u Vás objednat pobyt pro dvě osoby a malého psa takto:\r\n\r\nTermín nástupu 8. 5. 2019\r\nTermín odjezdu 11. 5. 2019\r\n\r\nDěkuji a těším se na hezkou dovolenou u Vás.\r\n\r\nS pozdravem a přáním hezkého dne \r\n\r\nIng. Jozef LABUDA\r\nU Hřbitova 66 \r\nJIHLAVA\r\n586 01\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jozef Labuda <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: jozef.labuda@seznam.cz\n', 'false', '2018-12-27 16:56:46'),
(167, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Dovolená', 'Od: Petr Kapičák\nE-mail: <peto75@seznam.cz>\nTelefon: <721 626 893>\n\nPředmět: Dovolená\n\nZpráva:\nDobrý den.\r\nMám zájem o ubytování ve dnech 20.8.2019\r\ndo 27.8.2019 \r\n3 dospělé osoby,se snídaní,apartmánový pokoj.\r\nDěkuji\r\nPetr Kapičák\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Petr Kapičák <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: peto75@seznam.cz\n', 'false', '2019-01-03 10:05:22'),
(168, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] 完美之旅', 'Od: wang菲\nE-mail: <3111472462@qq.com>\nTelefon: <72 434 47 10>\n\nPředmět: 完美之旅\n\nZpráva:\naaa天无绝人之旅 穷穷游全世界 aaa\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: wang菲 <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: 3111472462@qq.com\n', 'false', '2019-01-06 20:39:11'),
(169, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] pobyt', 'Od: Lenka Henzlová\nE-mail: <henzlovalenka@seznam.cz>\nTelefon: <721347955>\n\nPředmět: pobyt\n\nZpráva:\nObjednávám u vás pobyt od 15.6.-22.6.2019(7 nocí) pro dvě osoby\r\n(dvoulůžkový pokoj).\r\nProsím o zprávu zdali je tento termín volný.\r\nDěkuji Henzlová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Lenka Henzlová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: henzlovalenka@seznam.cz\n', 'false', '2019-01-07 18:34:40'),
(170, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] 2 rooms booking', 'Od: VLADIMIR SHEPELOV\nE-mail: <vishep58rnd@mail.ru>\nTelefon: <>\n\nPředmět: 2 rooms booking\n\nZpráva:\nPani Vera, we would like to book 2 rooms for 2x2 persons with twin beds each for 2 nights with arrival at 20/09/19 and departure at 22/09/19.\r\nPlease reply with agreement.\r\nBest regards, V. Shepelov.\r\nRostov-on-Don, Russia\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: VLADIMIR SHEPELOV <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: vishep58rnd@mail.ru\n', 'false', '2019-01-18 18:04:36'),
(171, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Svatební cesta', 'Od: Jiří a Lenka Holešov\nE-mail: <Anna.holesova@seznam.cz>\nTelefon: <723479543>\n\nPředmět: Svatební cesta\n\nZpráva:\nDobrý den, na základě telefonické rezerv a ci Vám zasílám písemnou formu objednávky. Jedná se o manželé kteří slaví 9.4.stříbrnou svatbu.Prosim o polopenzi a jestli je to možné taky o hezkou výzdobu a večeři při špičkách.Platbu prosím pošlete na tento email Anna.holesova@seznam.cz mobil 723479543.Předem děkuji za odpověď a přeji hezký den Holešová Anna\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jiří a Lenka Holešov <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: Anna.holesova@seznam.cz\n', 'false', '2019-01-21 09:51:55'),
(172, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Concerning hotellesnizatisi.cz', 'Od: Randy\nE-mail: <randy@talkwithlead.com>\nTelefon: <416-385-3200>\n\nPředmět: Concerning hotellesnizatisi.cz\n\nZpráva:\nHi,\r\n\r\nMy name is Randy and I was looking at a few different sites online and came across your site hotellesnizatisi.cz. I must say - your website is very impressive. I found your website on the first page of the Search Engine.\r\n\r\nHave you noticed that 70 percent of visitors who leave your website will never return? In most cases, this means that 95 percent to 98 percent of your marketing efforts are going to waste, not to mention that you are losing more money in customer acquisition costs than you need to.\r\nAs a business person, the time and money you put into your marketing efforts is extremely valuable. So why let it go to waste? Our users have seen staggering improvements in conversions with insane growths of 150 percent going upwards of 785 percent. Are you ready to unlock the highest conversion revenue from each of your website visitors? \r\n\r\nTalkWithLead is a widget which captures a website visitor’s Name, Email address and Phone Number and then calls you immediately, so that you can talk to the Lead exactly when they are live on your website — while they\'re hot! Best feature of all, we offer FREE International Long Distance Calling!\r\n \r\nTry the TalkWithLead Live Demo now to see exactly how it works. Visit: http://www.talkwithcustomer.com\r\n\r\nWhen targeting leads, speed is essential - there is a 100x decrease in Leads when a Lead is contacted within 30 minutes vs being contacted within 5 minutes.\r\n\r\nIf you would like to talk to me about this service, please give me a call. We do offer a 14 days free trial. \r\n\r\nThanks and Best Regards,\r\nRandy\r\n\r\nIf you\'d like to unsubscribe click here. http://liveserveronline.com/talkwithcustomer.aspx?d=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Randy <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: randy@talkwithlead.com\n', 'false', '2019-01-25 08:59:35'),
(173, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování', 'Od: Marcela Nováková\nE-mail: <svimberska@seznam.cz>\nTelefon: <>\n\nPředmět: Ubytování\n\nZpráva:\nDobrý den,\r\nchtěla bych se zetat zda by u Vás bylo možné ubytování v termínu 18.4.-21.4.\r\nJednalo by se o 2 dospělé a 2 děti 6 a 9 let.\r\nDěkuji za informaci\r\nNováková\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Marcela Nováková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: svimberska@seznam.cz\n', 'false', '2019-01-25 09:59:11'),
(174, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování', 'Od: Gabriela Nosova\nE-mail: <gabca.nosova@seznam.cz>\nTelefon: <733718069>\n\nPředmět: Ubytování\n\nZpráva:\nDobrý den. Chtěla bych u Vás rezervovat jednu noc pro 4 osoby. Dva dospělý a dvě děti. 10.a 8.roku. Termín příjezdu 5.7.2019\r\nJe možnost i snídaně? \r\nDěkuji moc za info.\r\nS pozdravem Gabriela Nosova\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Gabriela Nosova <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: gabca.nosova@seznam.cz\n', 'false', '2019-01-26 15:46:15'),
(175, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování', 'Od: Rudolf Šedivý\nE-mail: <rudasedivy@seznam.cz>\nTelefon: <737580941>\n\nPředmět: Ubytování\n\nZpráva:\nProsím o ubytování od 3.7. do 6.7. 2019 \'3 noci\'. Předem děkuji paní Vrzalová. Hezký den. Rudolf Šedivý, 26301 Dobříš.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Rudolf Šedivý <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: rudasedivy@seznam.cz\n', 'false', '2019-02-03 10:12:37'),
(176, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Do you have a leaky bucket to fill for hotellesnizatisi.cz ?', 'Od: Eric\nE-mail: <eric@talkwithcustomer.com>\nTelefon: <416-385-3200>\n\nPředmět: Do you have a leaky bucket to fill for hotellesnizatisi.cz ?\n\nZpráva:\nHello,\r\n\r\nRunning a website like hotellesnizatisi.cz is a lot like trying to fill a leaky bucket.\r\n\r\nYou promote, get website visitor, they drop out... you promote, get more website visitors, they drop out...\r\n\r\nBut today I wanted to address the \"leaky bucket\" effect that keeps website owners and online businesses running on a treadmill without reaching their income goals.\r\n\r\nI\'ve identified 5 ongoing challenges that can keep you from reaching your business goals with your online business offering.\r\n\r\nOngoing Challenge 1: Attracting Leads and Getting People to Opt-In\r\n\r\nIn order to sustain your website and sell your product, you need people who are interested enough to actually consider your offers.\r\n\r\nBuilding an engaged list of subscribers is the key here... but did you know there\'s a way your website can help you with that?\r\n\r\nOngoing Challenge 2: Converting Leads into Happy Paying Customers\r\n\r\nOnce you\'ve figured out a way to get more people to join your email list, you need to tell them about your paid product and offerings in a way that converts.\r\n\r\nThe standard email marketing funnel works... but if they don\'t buy, there are more organic ways to get them to purchase your paid offerings right inside your website.\r\n\r\nOngoing Challenge 3: Having a Leaky Checkout Experience & Losing Out On Sales\r\n\r\nOnce you\'ve done all of the hard work of getting people to say yes to your paid offerings... you definitely don\'t want to lose out on sales by having a leaky checkout experience.\r\n\r\nStatistics show that 77% of people who click the “Buy Now” button never complete their order, but there\'s a way to recoup these sales.\r\n\r\nOngoing Challenge 4: Increasing Return Customers and Recurring Revenue\r\n\r\nOnce you\'ve got customers... your job is done, right? Not so fast!\r\n\r\nYou can offer more solutions, products, and ongoing access to these same customers over time... because the probability of selling to a new prospect is 5-20% and the probability of selling to an existing customer is 60-70%.\r\n\r\nOngoing Challenge 5: Customers Who Fall Off The Wagon and do not buy\r\n\r\nCustomer retention is key to the long-term success of your website. But it\'s normal for customers to fall off the wagon, get busy, and stop logging into your website.\r\n\r\nOr is it?\r\n\r\nIf you use smart nurturing strategies, you can keep your customers engaged and actively benefitting from your website to reduce drop offs and refunds.\r\n\r\nHow our software overcomes each of these ongoing challenges:\r\n\r\nThese are real challenges that never seem to go away...\r\n\r\nI know because I\'ve been there myself. I\'ve put in thousands of dollars and hundreds of hours figuring out what works, what doesn\'t, and how to fill my own website over the past 10 years.\r\n\r\nAnd I built all of the strategies to overcome these obstacles right into our best-selling lead converting software tool: http://www.talkwithcustomer.com\r\n\r\nTalk With Website Visitors is a widget which captures a website visitor’s Name, Email address and Phone Number and then calls you immediately, so that you can talk to the website visitors exactly when they are live on your website — while they\'re hot! Best feature of all, we offer FREE International Long Distance Calling!\r\n\r\nWhen targeting website visitors, speed is essential - there is a 100x decrease in Leads when a website visitors is contacted within 30 minutes vs being contacted within 5 minutes.\r\n\r\nI\'m so sure that Talk With Website Visitors will help you in your business endeavors that I\'m offering you a special incentive to get started today.\r\n\r\nSign up for Talk With Website Visitors and get a 14 days free trial today. Visit: http://www.talkwithcustomer.com\r\n\r\nThis is a one-time only promotion that expires in 14 days.\r\n\r\nWhy am I offering you this time sensitive 14 days free trial incentive?\r\n\r\nBecause I know that people who use Talk With Website Visitors get their sites up, running, and selling...\r\n\r\nSo, if you know its time to get serious about your online website hotellesnizatisi.cz, and you want the tool that\'s built by someone who has been in your shoes and understands the realities of selling online...\r\n\r\nThen take advantage of this special coupon code today. Visit: http://www.talkwithcustomer.com\r\n\r\nI\'m so excited to share my life\'s work with you, and I know you understand that there\'s work ahead to make your digital business successful. But having the right tools and the right strategies to overcome the unavoidable challenges makes it all the more doable!\r\n\r\nThanks so much for reading - and next time I\'ll be talking about my biggest pet peeve when it comes to technology! (You might be surprised about this one.)\r\n\r\nWith appreciation,\r\n-Eric \"simplifying tech\" Jones\r\n\r\nIf you\'d like to unsubscribe click here. http://liveserveronline.com/talkwithcustomer.aspx?d=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eric <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: eric@talkwithcustomer.com\n', 'false', '2019-02-05 14:26:48'),
(177, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Dotaz na ubytování', 'Od: Petr Fryč\nE-mail: <pe.fr@seznam.cz>\nTelefon: <608976141>\n\nPředmět: Dotaz na ubytování\n\nZpráva:\nDobrý den paní Vrzalová.\r\nPo naší dnešní telefonické domluvě mám dotaz na ubytování 3 noci 19.-22.4.2019.\r\nJedná se o 2 pokoje po 2 lidech.\r\nV případě, že máte volno, prosím o rezervaci.\r\nS přáním pěkného dne Petr Fryč\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Petr Fryč <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: pe.fr@seznam.cz\n', 'false', '2019-02-07 15:54:09'),
(178, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Rezervace restaurace 23.3.19', 'Od: Filip Novák\nE-mail: <filip.novak81@gmail.com>\nTelefon: <739370212>\n\nPředmět: Rezervace restaurace 23.3.19\n\nZpráva:\nDobrý den, na stránkach máte uvedeno, že kapacita vaší restaurace je 30 osob. Přesto se zeptám jestli by se u vás mohla najíst skupina až 36 osob, v sobotu 23.3.19 od cca 15h?\r\nNa číslo 491 586 202 se nedá dovolat (volané číslo neexistuje).\r\n\r\nDěkuji\r\nSe srdečným pozdravem\r\nF. Novák\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Filip Novák <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: filip.novak81@gmail.com\n', 'false', '2019-02-12 12:32:00'),
(179, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytování', 'Od: Ludmila Žemberiová\nE-mail: <lzemberiova@seznam.cz>\nTelefon: <>\n\nPředmět: ubytování\n\nZpráva:\nDobrý den, měla bych zájem o ubytování - dvoulůžkový pokoj pro dva dospělé v termínu 20.7. - 25.7.2019.\r\nDejte mi prosím vědět zda je termín k dispozici.\r\nDěkuji. Hezký den!\r\nŽemberiová Ludmila, Plzeň\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Ludmila Žemberiová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: lzemberiova@seznam.cz\n', 'false', '2019-02-14 11:58:13'),
(180, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Do you have a leaky bucket to fill for hotellesnizatisi.cz ?', 'Od: Eric\nE-mail: <eric@talkwithcustomer.com>\nTelefon: <416-385-3200>\n\nPředmět: Do you have a leaky bucket to fill for hotellesnizatisi.cz ?\n\nZpráva:\nHello,\r\n\r\nRunning a website like hotellesnizatisi.cz is a lot like trying to fill a leaky bucket.\r\n\r\nYou promote, get website visitor, they drop out... you promote, get more website visitors, they drop out...\r\n\r\nBut today I wanted to address the \"leaky bucket\" effect that keeps website owners and online businesses running on a treadmill without reaching their income goals.\r\n\r\nI\'ve identified 5 ongoing challenges that can keep you from reaching your business goals with your online business offering.\r\n\r\nOngoing Challenge 1: Attracting Leads and Getting People to Opt-In\r\n\r\nIn order to sustain your website and sell your product, you need people who are interested enough to actually consider your offers.\r\n\r\nBuilding an engaged list of subscribers is the key here... but did you know there\'s a way your website can help you with that?\r\n\r\nOngoing Challenge 2: Converting Leads into Happy Paying Customers\r\n\r\nOnce you\'ve figured out a way to get more people to join your email list, you need to tell them about your paid product and offerings in a way that converts.\r\n\r\nThe standard email marketing funnel works... but if they don\'t buy, there are more organic ways to get them to purchase your paid offerings right inside your website.\r\n\r\nOngoing Challenge 3: Having a Leaky Checkout Experience & Losing Out On Sales\r\n\r\nOnce you\'ve done all of the hard work of getting people to say yes to your paid offerings... you definitely don\'t want to lose out on sales by having a leaky checkout experience.\r\n\r\nStatistics show that 77% of people who click the “Buy Now” button never complete their order, but there\'s a way to recoup these sales.\r\n\r\nOngoing Challenge 4: Increasing Return Customers and Recurring Revenue\r\n\r\nOnce you\'ve got customers... your job is done, right? Not so fast!\r\n\r\nYou can offer more solutions, products, and ongoing access to these same customers over time... because the probability of selling to a new prospect is 5-20% and the probability of selling to an existing customer is 60-70%.\r\n\r\nOngoing Challenge 5: Customers Who Fall Off The Wagon and do not buy\r\n\r\nCustomer retention is key to the long-term success of your website. But it\'s normal for customers to fall off the wagon, get busy, and stop logging into your website.\r\n\r\nOr is it?\r\n\r\nIf you use smart nurturing strategies, you can keep your customers engaged and actively benefitting from your website to reduce drop offs and refunds.\r\n\r\nHow our software overcomes each of these ongoing challenges:\r\n\r\nThese are real challenges that never seem to go away...\r\n\r\nI know because I\'ve been there myself. I\'ve put in thousands of dollars and hundreds of hours figuring out what works, what doesn\'t, and how to fill my own website over the past 10 years.\r\n\r\nAnd I built all of the strategies to overcome these obstacles right into our best-selling lead converting software tool: http://www.talkwithcustomer.com\r\n\r\nTalk With Website Visitors is a widget which captures a website visitor’s Name, Email address and Phone Number and then calls you immediately, so that you can talk to the website visitors exactly when they are live on your website — while they\'re hot! Best feature of all, we offer FREE International Long Distance Calling!\r\n\r\nWhen targeting website visitors, speed is essential - there is a 100x decrease in Leads when a website visitors is contacted within 30 minutes vs being contacted within 5 minutes.\r\n\r\nI\'m so sure that Talk With Website Visitors will help you in your business endeavors that I\'m offering you a special incentive to get started today.\r\n\r\nSign up for Talk With Website Visitors and get a 14 days free trial today. Visit: http://www.talkwithcustomer.com\r\n\r\nThis is a one-time only promotion that expires in 14 days.\r\n\r\nWhy am I offering you this time sensitive 14 days free trial incentive?\r\n\r\nBecause I know that people who use Talk With Website Visitors get their sites up, running, and selling...\r\n\r\nSo, if you know its time to get serious about your online website hotellesnizatisi.cz, and you want the tool that\'s built by someone who has been in your shoes and understands the realities of selling online...\r\n\r\nThen take advantage of this special coupon code today. Visit: http://www.talkwithcustomer.com\r\n\r\nI\'m so excited to share my life\'s work with you, and I know you understand that there\'s work ahead to make your digital business successful. But having the right tools and the right strategies to overcome the unavoidable challenges makes it all the more doable!\r\n\r\nThanks so much for reading - and next time I\'ll be talking about my biggest pet peeve when it comes to technology! (You might be surprised about this one.)\r\n\r\nWith appreciation,\r\n-Eric \"simplifying tech\" Jones\r\n\r\nIf you\'d like to unsubscribe click here. http://liveserveronline.com/talkwithcustomer.aspx?d=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eric <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: eric@talkwithcustomer.com\n', 'false', '2019-02-15 03:59:22'),
(181, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] rezervácia', 'Od: Pater Gurbicz\nE-mail: <gurbicz.peter@gmail.com>\nTelefon: <+421905511292>\n\nPředmět: rezervácia\n\nZpráva:\nDobrý deň,\r\n\r\nchcem si rezervovať na 2 noci na termín od 19.8. do 21.8.2019 dve dvojpostelové izby.\r\nĎakujem za odpoveď\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Pater Gurbicz <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: gurbicz.peter@gmail.com\n', 'false', '2019-02-20 11:42:55'),
(182, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Dotaz ohledně rezervace - 7.9. - 15.9.2019', 'Od: Lucie Stříbrná\nE-mail: <lucie.argentum@gmail.com>\nTelefon: <774245226>\n\nPředmět: Dotaz ohledně rezervace - 7.9. - 15.9.2019\n\nZpráva:\nDobrý den. Ráda bych se zeptala na obsazenost dvoulůžkového pokoje v termínu od 7.9. do 15.9.2019? Budeme mít s sebou pejska. Děkuji za odpověď. Lucie Stříbrná\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Lucie Stříbrná <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: lucie.argentum@gmail.com\n', 'false', '2019-02-20 18:06:41'),
(183, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Žiadost o info', 'Od: Adriana Kryštůfková\nE-mail: <adriana.krystufkova@zoznam.sk>\nTelefon: <00421911459204>\n\nPředmět: Žiadost o info\n\nZpráva:\nDobrý deň.\r\nProsim o info. Mame zaujem 3 dospelé osoby o pobyt u vas, v termine 4 az 8 maj 2019. \r\nProsim ak by bola mozmost, o zaslanie cenovej kaukulacie, ubytovanie+raňajky.\r\n\r\nBudeme bez auta, preto prosim o info, ako su od vas vzdialene Adršspaské skaly a či je možnosť sa k vam do hotela dopraviť priamo autobusom, alebo si treba objednat taxik.\r\n\r\nĎakujem a prajem pekný deň.\r\nAdriana Kryštůfková\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Adriana Kryštůfková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: adriana.krystufkova@zoznam.sk\n', 'false', '2019-02-21 08:10:07'),
(184, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytování', 'Od: Radek Geisberger\nE-mail: <r.geisberger@seznam.cz>\nTelefon: <732467350>\n\nPředmět: ubytování\n\nZpráva:\nDobrý den, mám dotaz na volné ubytování v termínu 27.5 až 29.5, jeden dvoulůžkový pokoj. A také, zda je u vás možnost krytého parkování motocyklu.\r\nDěkuji za info.\r\nGeisberger\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Radek Geisberger <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: r.geisberger@seznam.cz\n', 'false', '2019-02-24 15:28:29'),
(185, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] inquiry', 'Od: Gyorgy Bartha\nE-mail: <gbartha01@t-online.hu>\nTelefon: <+36304881542>\n\nPředmět: inquiry\n\nZpráva:\nhello, we would like to book a room for two persons for 27.05.2019-30.05.2019 - 3 nights.\r\nwaiting for your offer, best regards\r\nGyörgy Bartha\r\n2105 Budapest, Hungary\r\nBáthory u. 20/a\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Gyorgy Bartha <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: gbartha01@t-online.hu\n', 'false', '2019-02-25 18:48:13'),
(186, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Rezervace', 'Od: Francesca carpeggian\nE-mail: <lab.sabot@gmail.com>\nTelefon: <721866472>\n\nPředmět: Rezervace\n\nZpráva:\nDobrý den, chtěla jsem vědět jestli máte místo pro jednu osobu na jednu noc, 1.03.2019. Děkuju, s pozdravem. Francesca\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Francesca carpeggian <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: lab.sabot@gmail.com\n', 'false', '2019-02-25 21:07:19'),
(187, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytování - rezervace', 'Od: Kuchařová Alena\nE-mail: <KucharovaAlena@seznam.cz>\nTelefon: <737961314>\n\nPředmět: ubytování - rezervace\n\nZpráva:\nDobrý den, měla bych zájem o ubytování pro cca 14 osob + 1 dítě v termínu od 27.7.2019 do 3.8.2019 vč. polopenze. Jedná se o manželské páry.\r\nMáte v tomto termínu volno?\r\nJaká by byla cena ubytování vč. polopenze.\r\nDěkuji za odpověď.\r\n\r\nKuchařová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Kuchařová Alena <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: KucharovaAlena@seznam.cz\n', 'false', '2019-02-28 13:33:53'),
(188, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Dotaz na ubytovanie', 'Od: Zdenko Kováč\nE-mail: <zdenko.kovac.zahrada@gmail.com>\nTelefon: <+421 911 70 35>\n\nPředmět: Dotaz na ubytovanie\n\nZpráva:\nDobrý deň,\r\n\r\nprosím Vás, chcel by som sa spýtať na možnosť ubytovania pre 6 dospelých ľudí, najlepšie v 3×2-lôžkových izbách (1× so psom) v období 20.04. - 22.04.2019.\r\n\r\nVopred Vám ďakujem za Vašu odpoveď a cenovú ponuku\r\n\r\nS pozdravom\r\n\r\nZdenko Kováč\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Zdenko Kováč <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: zdenko.kovac.zahrada@gmail.com\n', 'false', '2019-03-02 00:12:45'),
(189, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytování', 'Od: Ludvík Bouc\nE-mail: <bouc@post.cz>\nTelefon: <777123544>\n\nPředmět: ubytování\n\nZpráva:\nDobrý den,\r\nprosím o informaci, zda by bylo možné se u Vás ubytovat v termínu od 17.7. do 21.7.2019 (4 noci), 2 dospělí a 1 dítě ve věku 12 - ti let.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Ludvík Bouc <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: bouc@post.cz\n', 'false', '2019-03-02 10:47:43'),
(190, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] dotaz', 'Od: Jitka Škvorová\nE-mail: <skvorakova@seznam.cz>\nTelefon: <>\n\nPředmět: dotaz\n\nZpráva:\nDobrý den. Chtěla bych se zeptat , jestli máte volný 2-lůžkový pokoj v termínu od 1.5.2019-5.5.2019. Snídaně jsou formou bufetu? Je možná polopenze nebo výběr z jídelního lístku? Děkuji za odpověď Škvorová Jitka\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jitka Škvorová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: skvorakova@seznam.cz\n', 'false', '2019-03-08 13:30:29'),
(191, 'jakub.dvorak@jservices.cz', '[Hotel Lesní zátiší] Web byl aktualizován na WordPress 4.9.10', 'Zdravíme! Web http://hotellesnizatisi.cz/cs_CZ byl automaticky aktualizován na WordPress 4.9.10.\n\nPodrobnější informace o nové verzi 4.9.10 naleznete přímo v administraci na stránce O WordPressu:\nhttp://hotellesnizatisi.cz/wp-admin/about.php\n\nV současné době už je dostupný také WordPress 5.1.1. Aktualizace je velmi jednoduchá a zabere opravdu jen chvilku:\nhttp://hotellesnizatisi.cz/wp-admin/update-core.php\n\nPokud došlo k nějakému technickému problému, objevila se nečekaná chyba nebo jen potřebujete s něčím poradit, tak můžete kontaktovat oficiální fórum podpory (česky).\nhttps://www.separatista.net/forum/\n\nZ hlediska bezpečnosti jsou pravidelné aktualizace WordPressu velmi důležité a přispívají alespoň trochu k tomu, aby mohl být internet bezpečnějším místem pro správce webů i čtenáře.\n\nVývojáři WordPressu (a překladatelé)\n', '', 'false', '2019-03-13 04:04:20'),
(192, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytování- 29.7.-3.8.2019 tj.5 nocí', 'Od: JIŘÍ ŠKRABAL\nE-mail: <ji.skrabal@seznam.cz>\nTelefon: <604899934>\n\nPředmět: ubytování- 29.7.-3.8.2019 tj.5 nocí\n\nZpráva:\nDobrý den,měli bychom zájem o ubytování v daném termínu , pokoj- 2 lůžkový+ malý pejsek,s pozdravem Jiří Škrabal\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: JIŘÍ ŠKRABAL <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: ji.skrabal@seznam.cz\n', 'false', '2019-03-18 20:14:24'),
(193, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] poptavka ubytovani', 'Od: Miroslav Blažek\nE-mail: <blazek.miroslav@email.cz>\nTelefon: <731184155>\n\nPředmět: poptavka ubytovani\n\nZpráva:\nDobrý den,\r\nměl bych zájem o ubytování od 25.7.2019-28.7.2019. Je možné mi zaslat cenovou nabídku pro dva dospělé a dvě děti do 10r?\r\n\r\nDěkuji\r\nS pozdravem\r\nMiroslav Blažek\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Miroslav Blažek <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: blazek.miroslav@email.cz\n', 'false', '2019-03-20 18:02:43'),
(194, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Poptávka ubytování', 'Od: Bronislava Škodová\nE-mail: <brona.skodova@seznam.cz>\nTelefon: <605222667>\n\nPředmět: Poptávka ubytování\n\nZpráva:\nDobrý den, \r\nráda bych zjistila zda je možné ubytovat dva dospělé a dítě (14let) příjezd v pátek 29.3 a odjezd 31.3. 2019.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Bronislava Škodová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: brona.skodova@seznam.cz\n', 'false', '2019-03-23 11:07:23'),
(195, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Reagan Weber', 'Od: Reagan Weber\nE-mail: <persedia2024@gmail.com>\nTelefon: <Reagan Weber>\n\nPředmět: Reagan Weber\n\nZpráva:\n\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Reagan Weber <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: persedia2024@gmail.com\n', 'false', '2019-03-24 19:25:28'),
(196, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší]', 'Od: Petr Němčík\nE-mail: <nemcikpetr1@seznam.cz>\nTelefon: <>\n\nPředmět: \n\nZpráva:\nDobrý den !Rád bych se zeptal zda máte v termínu 1.8-3.8.2019 volný pokoj pro 2 osoby\r\nDěkuji za odpověď.S pozdravem Petr Němčík\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Petr Němčík <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: nemcikpetr1@seznam.cz\n', 'false', '2019-03-28 18:48:17'),
(197, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší]', 'Od: Anna Siemaszko\nE-mail: <asiema75@gmail.com>\nTelefon: <00447930913544>\n\nPředmět: \n\nZpráva:\nHi, have you got a room from 2-4 April for one adult and one child 4 years old?\r\nKind regards\r\nAnna\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Anna Siemaszko <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: asiema75@gmail.com\n', 'false', '2019-03-31 08:32:40'),
(198, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] poptávka', 'Od: Lenka Závodná\nE-mail: <zavodna2@seznam.cz>\nTelefon: <739286242>\n\nPředmět: poptávka\n\nZpráva:\nDobrý den, máte volný třílůžkový pokoj v termínu 20.4.-22.4. ??? Můžete nám prosím poslat kalkulaci (2 noci - 3 osoby - s polopenzí) Děkuji\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Lenka Závodná <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: zavodna2@seznam.cz\n', 'false', '2019-03-31 16:16:15'),
(199, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytování', 'Od: Ondřej Valenta\nE-mail: <digitalforestfestival@gmail.com>\nTelefon: <+420737837900>\n\nPředmět: ubytování\n\nZpráva:\nDobrý den,\r\nrád bych poptal pokoj pro mojí osobu od této soboty do pondělí. Máte volný pokoj prosím?\r\nDěkuji\r\nKrásný den Valenta Ondřej\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Ondřej Valenta <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: digitalforestfestival@gmail.com\n', 'false', '2019-04-04 09:38:49'),
(200, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Rezervace', 'Od: Lucie Dolezelova\nE-mail: <LDolezelova@seznam.cz>\nTelefon: <608481025>\n\nPředmět: Rezervace\n\nZpráva:\nDobry den, meli by jste volny dvouluzkovy pokoj v terminu od 4.7.-7.7.2019? Mame i mensiho pejska. Predem dekuji za odpoved\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Lucie Dolezelova <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: LDolezelova@seznam.cz\n', 'false', '2019-04-04 12:28:52'),
(201, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Objednávka ubytování', 'Od: Patrik Buben\nE-mail: <pbub@seznam.cz>\nTelefon: <775930087>\n\nPředmět: Objednávka ubytování\n\nZpráva:\nDobrý den. \r\nmám zájem o ubytování pro 4 osoby v termínu 19.-22.4.\r\nDva dvojluzkove nebo jeden ctyřlużkovy pokoj.\r\nDěkuji za odpověď. \r\nS pozdravem Patrik Buben\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Patrik Buben <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: pbub@seznam.cz\n', 'false', '2019-04-04 20:13:07'),
(202, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] poptávka ubytování', 'Od: Michaela Málková\nE-mail: <vorlova2@seznam.cz>\nTelefon: <776020904>\n\nPředmět: poptávka ubytování\n\nZpráva:\nDobrý den, \r\n\r\nráda bych se zeptala na možnost ubytování pro 2 osoby se snídaní 2.-5.5.\r\nPředem Vám děkuji za odpověď na e-mailovou adresu a přeji hezký den. \r\n\r\nS pozdravem Málková Michaela.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Michaela Málková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: vorlova2@seznam.cz\n', 'false', '2019-04-05 10:27:52'),
(203, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Rezervace pokojů', 'Od: Anna\nE-mail: <justme.annan@gmail.com>\nTelefon: <+48882185632>\n\nPředmět: Rezervace pokojů\n\nZpráva:\nPotřebuji místnost pro dvě osoby mezi 10 a 12.05.2019. Jaká je cena za dvě noci? díky\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Anna <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: justme.annan@gmail.com\n', 'false', '2019-04-07 19:40:23'),
(204, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Žádost o rezervaci', 'Od: Petr Krýda\nE-mail: <krydovi@seznam.cz>\nTelefon: <+420606105408>\n\nPředmět: Žádost o rezervaci\n\nZpráva:\nDobrý den,prosím máte ubytování pro dva dospělé v termínu 19.-21.4.2019,moc děkuji a přeji hezký den,Krýda\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Petr Krýda <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: krydovi@seznam.cz\n', 'false', '2019-04-09 10:19:43'),
(205, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Zájem o ubytování v letní sezóně', 'Od: Richard Mahel\nE-mail: <mahel.richard@centrum.cz>\nTelefon: <603 993 371>\n\nPředmět: Zájem o ubytování v letní sezóně\n\nZpráva:\nDobrý den,\r\n\r\nměli bychom zájem o ubytování ve Vašem hotelu Lesní zátiší, v době od 27. července 2019 (sobota) do 2. srpna 2019 (pátek). Jedná se o 2 osoby, tudíž bychom potřebovali dvoulůžkový pokoj. Pokud je možnost polopenze (zahrnout do ceny pobytu i každodenní večeři v restauraci), určitě to uvítáme. Pokud máte volné kapacity, dejte mi prosím vědět, případně zašlete další podrobnosti a pokyny. Rádi bychom využili Vašich služeb.\r\nS pozdravem\r\n\r\nRichard Mahel\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Richard Mahel <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: mahel.richard@centrum.cz\n', 'false', '2019-04-09 10:25:33'),
(206, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] dotaz na ubytování', 'Od: Jiří Dvořák\nE-mail: <jirik.dvorak@volny.cz>\nTelefon: <777 551 970>\n\nPředmět: dotaz na ubytování\n\nZpráva:\nDobrý den,\r\n\r\nchci se Vás zeptat, zda.li je možné se u Vás ubytovat ve třílůžkovém pokoji - 2 dospělí + dítě 16 let v termínu 31.5 - 3.6. , tj tři noci.\r\n\r\nDěkuji za Vaši zprávu.\r\n\r\nS přátelským pozdravem Jiří Dvořák\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jiří Dvořák <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: jirik.dvorak@volny.cz\n', 'false', '2019-04-14 16:44:45'),
(207, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Rezervace', 'Od: Vaclav Vrba\nE-mail: <djvrbis@seznam.cz>\nTelefon: <608155024>\n\nPředmět: Rezervace\n\nZpráva:\nDobrý den, \r\n\r\nměli by jste ještě volný pokoj na 19.4.19 (jedna noc) pro 2 osoby?\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Vaclav Vrba <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: djvrbis@seznam.cz\n', 'false', '2019-04-16 09:52:53'),
(208, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Rezervace', 'Od: Jiří Pospíšil\nE-mail: <pospisil.pospisil@seznam.cz>\nTelefon: <725 554 168>\n\nPředmět: Rezervace\n\nZpráva:\nProsím o poskytnutí ubytování v termínu od 1.8.2019 do 4.8.2019. \r\nDěkuji, Jiří Pospíšil\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jiří Pospíšil <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: pospisil.pospisil@seznam.cz\n', 'false', '2019-04-19 11:02:40');
INSERT INTO `wp_email_log` (`id`, `to_email`, `subject`, `message`, `headers`, `attachments`, `sent_date`) VALUES
(209, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Rezervační místnost', 'Od: Daniel Hofmann\nE-mail: <daniel.hofmann.butzbach@web.de>\nTelefon: <+4915152707928>\n\nPředmět: Rezervační místnost\n\nZpráva:\nDatum:\r\n4.Mai / květen\r\n1 Nacht / noční\r\n1 Person / osoba\r\nDěkuji !!\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Daniel Hofmann <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: daniel.hofmann.butzbach@web.de\n', 'false', '2019-04-23 12:30:05'),
(210, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Rezervace termínu ubytování', 'Od: Karel Beníšek\nE-mail: <karel.benisek@iol.cz>\nTelefon: <602521735>\n\nPředmět: Rezervace termínu ubytování\n\nZpráva:\nDobrý den, dle telefonního hovoru Vám posílám poptávku na možnost ubytování 8 osob v termínu 28.6. - 30.6.2019. Jsme parta výletníků z Brna. Pokud je to možné, tak raději požadujeme pokoje s oddělenými lůžky. Předem Vám děkuji za zpětnou informaci.\r\nS pozdravem Beníšek K..\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Karel Beníšek <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: karel.benisek@iol.cz\n', 'false', '2019-04-24 13:20:10'),
(211, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] poptávka na ubytování', 'Od: Zdeněk Babka\nE-mail: <dedababka@mail.com>\nTelefon: <737278980>\n\nPředmět: poptávka na ubytování\n\nZpráva:\nPoptávám ubytování v termínu od 13.-17.52019 na dvě noci pro dvě osoby/dvoulůžkový pokoj/\r\nDěkuji za zprávu Babka\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Zdeněk Babka <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: dedababka@mail.com\n', 'false', '2019-04-29 09:49:28'),
(212, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Averi Key', 'Od: Averi Key\nE-mail: <chesteramadrigal10885@gmail.com>\nTelefon: <Averi Key>\n\nPředmět: Averi Key\n\nZpráva:\n\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Averi Key <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: chesteramadrigal10885@gmail.com\n', 'false', '2019-04-29 16:37:44'),
(213, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytovani', 'Od: Marcin Kotyczka\nE-mail: <ko.mar@onet.eu>\nTelefon: <048508220558>\n\nPředmět: ubytovani\n\nZpráva:\n1 day (03-04.05.2019) for 2 person ?\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Marcin Kotyczka <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: ko.mar@onet.eu\n', 'false', '2019-04-29 21:14:30'),
(214, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytovani 1.5.-3.5.2019', 'Od: Daniel Herbolt\nE-mail: <daniel@herbolt.com>\nTelefon: <603104412>\n\nPředmět: Ubytovani 1.5.-3.5.2019\n\nZpráva:\nDobry den, mel bych zajem o ubytovani pro dve osoby od 1.5. do 3.5.2019.\r\n\r\nDekuji\r\nDaniel Herbolt\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Daniel Herbolt <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: daniel@herbolt.com\n', 'false', '2019-04-30 05:37:20'),
(215, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Rezervace', 'Od: Milan Velechovský\nE-mail: <milan.velechovsky@seznam.cz>\nTelefon: <737250058>\n\nPředmět: Rezervace\n\nZpráva:\nPokoj pro dvě osoby od 9,5-12.5.2019.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Milan Velechovský <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: milan.velechovsky@seznam.cz\n', 'false', '2019-05-01 09:02:57'),
(216, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Volné ubytování', 'Od: Jaroslava Maškovà\nE-mail: <jerryskodik@seznam.cz>\nTelefon: <773077393>\n\nPředmět: Volné ubytování\n\nZpráva:\nDobrý den, chtěla jsem se zeptat zda by bylo volné místo k ubytování od 5.7.-7.7.2019 pro 4 osoby. Předem děkuji za odpověď. S pozdravem Mašková.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jaroslava Maškovà <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: jerryskodik@seznam.cz\n', 'false', '2019-05-04 14:02:59'),
(217, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování', 'Od: Věra Koháčková\nE-mail: <vera.kohackova@seznam.cz>\nTelefon: <777397986>\n\nPředmět: Ubytování\n\nZpráva:\nDobrý podvečer,\r\n\r\nprosím je možné se u Vás ubytovat v termínu 29.7.2019 - 4.8.2019 - v počtu 3 osob ve věku 81;52 a 16 let . Děkuji moc za odpověď\r\n\r\nKoháčková Věra\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Věra Koháčková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: vera.kohackova@seznam.cz\n', 'false', '2019-05-05 15:16:48'),
(218, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Discovering your customers', 'Od: Hannah\nE-mail: <vnowstorm@yahoo.com>\nTelefon: <573-738-8918>\n\nPředmět: Discovering your customers\n\nZpráva:\nHey nice site. You seem like a hard working company, Im sure you do well. \r\n\r\nWhat if you had even more sales or customers, would you be able to keep up? \r\n\r\nWe direct people that are interested in your products / services to you. Discover how we can increase the visitors to your business:\r\n\r\nhttps://bestvisitors.icu/boost?=hotellesnizatisi.cz\r\n\r\nAllison\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n361 Southwest Drive Suite #731 Jonesboro, AR 72401\r\n\r\nNot the right commercial message for you? All good, we don’t\' want to bother you, please opt out here: https:/bestvisitors.icu/unsubscribe.php?site=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Hannah <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: vnowstorm@yahoo.com\n', 'false', '2019-05-10 12:01:06'),
(219, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Dotaz', 'Od: Klára Křížová\nE-mail: <kl.pilatova@seznam.cz>\nTelefon: <608427086>\n\nPředmět: Dotaz\n\nZpráva:\nDobrý den, prosím jak velké máte pokoje a máte cca 4 pokoje volné na termín 28. - 30.6? Děkuji za odpověď. Křížová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Klára Křížová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: kl.pilatova@seznam.cz\n', 'false', '2019-05-10 17:41:34'),
(220, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] dotaz', 'Od: Jitka Rybárová\nE-mail: <rybar4@seznam.cz>\nTelefon: <731788206>\n\nPředmět: dotaz\n\nZpráva:\nDobrý den mám dotaz na ubytovani v měsíci červenec nejlépe od 13 do 16.7.může být i jiný termín v červenci dvě osoby a platba by byla fakturou moc děkuji Rybárová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jitka Rybárová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: rybar4@seznam.cz\n', 'false', '2019-05-11 15:08:15'),
(221, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] obiad dla 53 osoby dnia 16.05.2019 r', 'Od: Jagoda Kras\nE-mail: <jagoda.kras@gmail.com>\nTelefon: <>\n\nPředmět: obiad dla 53 osoby dnia 16.05.2019 r\n\nZpráva:\nProszę o przyjęcie zamówienia na 53 obiady w dniu 16.05.2019 r.na godzinę 16.00.Będzie to drugie danie:kluseczki z gulaszem wieprzowym i surówki z buraka czerwonego i białej kapusty z marchewką,do tego piwo na życzenie. Proszę o potwierdzenie,czy zamówienie będzie zrealizowane.Mój telefon +48504 826 403\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jagoda Kras <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: jagoda.kras@gmail.com\n', 'false', '2019-05-13 20:31:08'),
(222, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Anfrage', 'Od: Klaus Uhlmann\nE-mail: <pistenhai@t-online.de>\nTelefon: <+4915203391887>\n\nPředmět: Anfrage\n\nZpráva:\nSehr geehrte Damen und Herren,\r\nist in der Zeit vom 30.05. bis 02.06.2019 noch ein Zimmer für eine Person frei?\r\nMit freundlichen Grüßen\r\nKlaus Uhlmann\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Klaus Uhlmann <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: pistenhai@t-online.de\n', 'false', '2019-05-14 15:04:18'),
(223, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] objednávka ubytování', 'Od: Jitka Rybárová\nE-mail: <rybar4@seznam.cz>\nTelefon: <731788206>\n\nPředmět: objednávka ubytování\n\nZpráva:\nDobrý den, ráda bych si u Vás objednala dvoulůžkový pokoj v období 8.7. -11.7.2019. Pokud by to bylo možné objednat s polopenzí, tak bych byla moc ráda, jinak jen se snídaní, jak nabízíte.Prosím Vás o vystavení faktury na mého zaměstnavatele - ZŠ Juventa,p.o., Komenského 578, 289 24 Milovice, IČ: 21551472. S textem na faktuře: Fakturujeme Vám pobyt za Vašeho zaměstnance Jitku Rybárovou v období 8. 7. -11.7. 2019\r\n\r\nDěkuji Vám\r\n\r\nJitka Rybárová\r\nDružstevní 20/4\r\n289 23 Milovice\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jitka Rybárová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: rybar4@seznam.cz\n', 'false', '2019-05-16 03:16:50'),
(224, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytování', 'Od: Pavol Cvíčela\nE-mail: <cvicela.p@seznam.cz>\nTelefon: <776768314>\n\nPředmět: ubytování\n\nZpráva:\nDobrý den,\r\nChtěl bych si rezervovat u vás dvoulůžkový pokoj na termín 27.7.-3.8.2019.\r\nZa kladné vyřízení předem děkuji.\r\nCvíčela\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Pavol Cvíčela <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: cvicela.p@seznam.cz\n', 'false', '2019-05-17 14:19:33'),
(225, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Rezervace ubytovánî', 'Od: Michaela Hartmanová\nE-mail: <miska.hartmanova@seznam.cz>\nTelefon: <778040720>\n\nPředmět: Rezervace ubytovánî\n\nZpráva:\nDobrý den, měla bych zájem o rezervaci pokoje pro dvě osoby v termínu od 8.-13.7.2019. Je v této době ubytování dostupné? Děkuji, Hartmanová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Michaela Hartmanová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: miska.hartmanova@seznam.cz\n', 'false', '2019-05-18 12:35:32'),
(226, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] WOlne pokoje', 'Od: Sylwia Owczarz\nE-mail: <s.owczarz.leg@hormann.pl>\nTelefon: <511834766>\n\nPředmět: WOlne pokoje\n\nZpráva:\nDzień Dobry, \r\nCzy mają Państwo wolne pokoje w terminie 07-09.2019 ? Jeżeli tak to w jakiej ilości lub ilu osobowe? \r\nPozdrawiam\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Sylwia Owczarz <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: s.owczarz.leg@hormann.pl\n', 'false', '2019-05-23 08:15:41'),
(227, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] polopenze', 'Od: Magdalena Vondruškov\nE-mail: <magdalenavondruskova@seznam.cz>\nTelefon: <607937180>\n\nPředmět: polopenze\n\nZpráva:\nDobrý den, \r\n\r\nchtěla bych se zeptat, zda Váš hotel nabízí i ubytování s polopenzí?\r\n\r\nDěkuji za odpověď. \r\nS pozdravem \r\nMagdalena Vondrušková\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Magdalena Vondruškov <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: magdalenavondruskova@seznam.cz\n', 'false', '2019-05-30 13:31:12'),
(228, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] poptávka ubytování', 'Od: Jiří Petráněk\nE-mail: <jirik.petranek@seznam.cz>\nTelefon: <733774933>\n\nPředmět: poptávka ubytování\n\nZpráva:\nDobrý den,\r\nmám zájem o rezervaci 2-lůžkového pokoje v termínu 7.-9. června 2019. A chtěl bych se zeptat, zda je u vás možná úschova jízdních kol.\r\nS pozdravem J.Petráněk.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jiří Petráněk <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: jirik.petranek@seznam.cz\n', 'false', '2019-05-30 21:01:29'),
(229, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] poptávka ubytování', 'Od: Pavlina Čapková\nE-mail: <pcapkova@seznam.cz>\nTelefon: <721745293>\n\nPředmět: poptávka ubytování\n\nZpráva:\nDobrý den,\r\nchtěla jsem se zeptat, jestli máte ještě volnou ubytovací kapacitu od 17.8. do 21.8?\r\nJedná se o dvoulůžkový pokoj event. s přistýlkou?\r\nDěkuji za odpověď.\r\nČapková.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Pavlina Čapková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: pcapkova@seznam.cz\n', 'false', '2019-05-31 14:04:42'),
(230, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší]', 'Od: kučera milan\nE-mail: <mijan.mijan@seznam.cz>\nTelefon: <776675575>\n\nPředmět: \n\nZpráva:\ndobry den zdravim😀😀😀😀chtel jsem se zeptat na termin červenec zda by nebyl volny pokoj na vikend pro 3 osoby😃😃😃dekuji s pozdravem Kučera\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: kučera milan <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: mijan.mijan@seznam.cz\n', 'false', '2019-06-01 18:28:45'),
(231, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] 2 single rooms for Saturday June 8', 'Od: Walter Salzmann\nE-mail: <wowaltero@googlemail.com>\nTelefon: <0176 44498698>\n\nPředmět: 2 single rooms for Saturday June 8\n\nZpráva:\nHello.\r\nWe are 2 cyclists and would like to stay at your place for one night this coming Saturday. Do you have 2 single rooms available?\r\nAnd if, how much would it cost including breakfast?\r\nThank you. \r\n\r\nRegards, \r\nWalter Salzmann\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Walter Salzmann <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: wowaltero@googlemail.com\n', 'false', '2019-06-05 19:31:38'),
(232, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování 5.-7.7.19', 'Od: Radek Riedel\nE-mail: <a.rko@seznam.cz>\nTelefon: <770149056>\n\nPředmět: Ubytování 5.-7.7.19\n\nZpráva:\nDobrý den, vážení,\r\nmám zájem o ubytování v době 5.-7.7.2019, 1 os, pokoj se sprchou, WC, parkování auta, kolo.\r\nPředem děkuji za Vaše info.\r\nRiedel\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Radek Riedel <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: a.rko@seznam.cz\n', 'false', '2019-06-07 17:00:23'),
(233, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Spusob platby', 'Od: Ruslan Sadikov\nE-mail: <sadikovrn@mail.ru>\nTelefon: <>\n\nPředmět: Spusob platby\n\nZpráva:\nDobry den. Muzeme u Vas zaplatit kartou Sodexo benefity?\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Ruslan Sadikov <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: sadikovrn@mail.ru\n', 'false', '2019-06-09 18:43:50'),
(234, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Poptavka ubytovani', 'Od: Miroslav Šlegr\nE-mail: <mirek.slegr@seznam.cz>\nTelefon: <603979093>\n\nPředmět: Poptavka ubytovani\n\nZpráva:\nDobry den,\r\n\r\nmame zajem o ubytovani na 2 noci, kdykoliv v terminu mezi 10.7. - 16.7.\r\n\r\nJsme 2 dospeli a 8-lete dite.\r\n\r\nMate jeste volny pokoj?\r\n\r\nS pozdravem\r\nMiroslav Slegr\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Miroslav Šlegr <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: mirek.slegr@seznam.cz\n', 'false', '2019-06-10 07:41:14'),
(235, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Dotaz na ubytování', 'Od: Václav Chadima\nE-mail: <vaclav.chadima@email.cz>\nTelefon: <721387189>\n\nPředmět: Dotaz na ubytování\n\nZpráva:\ndobrý den,chtěl bych se zeptat jestli by byl volný pokoj 2 + dítě 7 let na jednu noc v týdnu 24.6. až 28.6 nebo potom kdy v červenci.\r\nDěkuji\r\nVáclav Chadima\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Václav Chadima <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: vaclav.chadima@email.cz\n', 'false', '2019-06-11 16:16:28'),
(236, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Rezervace ubytování', 'Od: Alena Michalcová\nE-mail: <michalcova@pruziny-velka.cz>\nTelefon: <739663945>\n\nPředmět: Rezervace ubytování\n\nZpráva:\nDobrý deň, prosím vás, bolo by možné ubytovanie nástup 25.6.2019,- 26,6, 27,6, a odchod 28.6.2019 - teda 3 noci\r\n2x dvojlužkové pokoje, teda 2 manželské páry.\r\n+ parkovanie pre jedno auto.\r\nZa informáciu ďakujem.\r\nS pozdravom Alena Michalcová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Alena Michalcová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: michalcova@pruziny-velka.cz\n', 'false', '2019-06-13 06:18:40'),
(237, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Dotaz na ubytování', 'Od: Zdeněk Hložek\nE-mail: <z.hlozek@seznam.cz>\nTelefon: <606694537>\n\nPředmět: Dotaz na ubytování\n\nZpráva:\nDobrý den,\r\nje možné rezervovat u Vás ubytování v termínu Út 6.8. - St 7.8.2019 pro 2 osoby (1 dospělí, 1 dítě 12 let, pejsek)? Předem děkuji a přeji hezký den.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Zdeněk Hložek <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: z.hlozek@seznam.cz\n', 'false', '2019-06-15 17:34:39'),
(238, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Dotaz na ubytování', 'Od: Zuzana Stará\nE-mail: <Palanova.Zuzana@atlas.cz>\nTelefon: <722906124>\n\nPředmět: Dotaz na ubytování\n\nZpráva:\nDobrý den, chtěla jsem se zeptat, zda máte volno od 13.7. do 20.7. Bylo by to pro dvě osoby a dvě děti (3 a 5let). Děkuji za odpověď.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Zuzana Stará <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: Palanova.Zuzana@atlas.cz\n', 'false', '2019-06-20 09:42:24'),
(239, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Poptávka na ubytování', 'Od: Ivan Nekola\nE-mail: <ivan@tenis-nekola.cz>\nTelefon: <603235030>\n\nPředmět: Poptávka na ubytování\n\nZpráva:\nDobrý den,\r\n1 dvoulůžkový pokoj, 2 osoby, \r\n18. 7. - 21. 7. 2019, možnost uschování kol. \r\n\r\nProsím o zpětnou vazbu.\r\n\r\nDěkuji Nekola\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Ivan Nekola <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: ivan@tenis-nekola.cz\n', 'false', '2019-06-21 06:23:55'),
(240, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] A quick trip to a tomorrow of your dreams…', 'Od: Eric\nE-mail: <eric@talkwithcustomer.com>\nTelefon: <416-385-3200>\n\nPředmět: A quick trip to a tomorrow of your dreams…\n\nZpráva:\nHello,\r\n\r\nLet’s take a quick trip to Tomorrow-land.\r\n\r\nI’m not talking about a theme park, I’m talking about your business’s future…\r\n\r\nDon’t worry, we won’t even need a crystal ball. \r\n\r\nJust imagine…\r\n\r\n… a future where the money you invest in driving traffic to your hotellesnizatisi.cz site pays off with tons of calls from qualified leads. \r\n\r\nAnd the difference between what you experienced in the past is staggering – you’re seeing 10X, 20X, 50X, even up to a 100X more leads coming from your hotellesnizatisi.cz website. Leads that are already engaged with what you have to offer and are ready to learn more and even open their wallets.\r\n\r\nSeeing all this taking place in your business, you think back: \r\n\r\n“What did I do only a short time ago that made such a huge difference?”\r\n\r\nAnd then it hits you: \r\n\r\nYou took advantage of a free 14 day Test Drive of TalkWithCustomer.\r\n\r\nYou installed TalkWithCustomer on your website – it was a snap.\r\n\r\nAnd practically overnight customers started engaging more regularly and calling your business. Like this:\r\n\r\n”EMA has been looking for ways to reach out to an audience. TalkWithCustomer so far is the most direct call of action. It has produced above average closing ratios and we are thrilled. Thank you for providing a real and effective tool to generate REAL leads.” - Pat MontesDeOca\r\n\r\nSince you installed TalkWithCustomer it’s been great.\r\n\r\nIt’s fun to dream, but this isn’t just a dream. It could be your very real tomorrow. \r\n\r\nAll you have to do is CLICK HERE http://www.talkwithcustomer.com to sign up to try TalkWithCustomer today.\r\n\r\nNot tomorrow. Today.\r\n\r\nBecause there’s no better time than now to make your business work the way you’ve always wanted. \r\n\r\nSincerely,\r\nEric\r\n\r\nPS: Remember, there’s absolutely NO risk to you – if you’re 100% satisfied after the 14 days pass, there’s no obligation. And even ONE more lead-turned-into-customer could be worth hundreds, even thousands to you over their lifetime. Don’t let the moment pass you by. CLICK HERE http://www.talkwithcustomer.com to sign up for this free test drive now. \r\n\r\nIf you\'d like to unsubscribe click here. http://liveserveronline.com/talkwithcustomer.aspx?d=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eric <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: eric@talkwithcustomer.com\n', 'false', '2019-06-21 22:19:05'),
(241, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Poptávka po ubytování', 'Od: Anna Heřmanská\nE-mail: <andy.herm@seznam.cz>\nTelefon: <>\n\nPředmět: Poptávka po ubytování\n\nZpráva:\nDobrý den,\r\n\r\nprosím Vás, chtěla bych se zeptat, jestli máte v termínu od 3. - 5. 7. 2019 (2 noci) volný pokoj pro dvě osoby.\r\nDěkuji předem za zprávu a jsem\r\n\r\ns pozdravem\r\nAnna Heřmanská\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Anna Heřmanská <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: andy.herm@seznam.cz\n', 'false', '2019-06-23 11:33:10'),
(242, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Rezervace pokoje', 'Od: Renáta Flanderová\nE-mail: <renata.flanderova@seznam.cz>\nTelefon: <724002278>\n\nPředmět: Rezervace pokoje\n\nZpráva:\nDobry den, mela bych zájem pokud ma to volny pokoj od 1.7. Do 3.7. Pro dve osoby. Pokud nemate volny termin mohla bych poprosit o jine volne terminy?\r\n\r\nMoc dekuji za odpověd \r\n\r\nFlanderova\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Renáta Flanderová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: renata.flanderova@seznam.cz\n', 'false', '2019-06-23 15:55:04'),
(243, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] dotaz na termín 26.7.-28.7.', 'Od: Jindřich Moravec\nE-mail: <morjin@seznam.cz>\nTelefon: <603583791>\n\nPředmět: dotaz na termín 26.7.-28.7.\n\nZpráva:\nDobrý den, rád bych se zeptal, jestli máte v uvedeném termínu ještě volné pokoje.\r\nS pozdravem Moravec\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jindřich Moravec <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: morjin@seznam.cz\n', 'false', '2019-06-23 17:14:04'),
(244, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytovaní 11-13.7.2019', 'Od: Zdenek Poruba\nE-mail: <poruba.z@gmail.com>\nTelefon: <+420607954906>\n\nPředmět: Ubytovaní 11-13.7.2019\n\nZpráva:\nDobrý den,\r\n\r\nProsim o ubytovani 2 osob v terminu 11 - 13.7. Mate v tomto terminu volno?\r\nDekuji,\r\n\r\nPoruba\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Zdenek Poruba <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: poruba.z@gmail.com\n', 'false', '2019-06-23 19:25:15'),
(245, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytovanie', 'Od: Oliver Hargaš\nE-mail: <xdivinex@gmail.com>\nTelefon: <>\n\nPředmět: Ubytovanie\n\nZpráva:\nDobry den,mate prosim volne ubytovanie pre dve osoby od 4.7. do 7.7. t.j. tri noci ? Ak ano prosim o zaslanie ceny a ci sa da platit v EU alebo kartou. Dakujem.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Oliver Hargaš <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: xdivinex@gmail.com\n', 'false', '2019-06-24 13:07:53'),
(246, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Poptávka na ubytování v termínu od 4.9.19 do 8.9.19', 'Od: Renata Wurmova\nE-mail: <renata.wurmova@email.cz>\nTelefon: <607 171 309>\n\nPředmět: Poptávka na ubytování v termínu od 4.9.19 do 8.9.19\n\nZpráva:\nDobrý den,\r\n na základě našeho dnešního tel. hovoru prosím o prověření termínu na ubytování ve Vašem hotelu v termínu od 4.9.2019 (příjezd cca 19 hod) do neděle 8.9.2019 (odjezd) pro dvě osoby a dva psy. \r\nDěkuji za potvrzení a bližší informace ohledně zálohové platby.\r\n Renata Wurmová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Renata Wurmova <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: renata.wurmova@email.cz\n', 'false', '2019-06-26 15:23:43'),
(247, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytovani', 'Od: Petr Slavik\nE-mail: <Petanta@seznam.cz>\nTelefon: <724104881>\n\nPředmět: Ubytovani\n\nZpráva:\nPíši vám dle domluvy a tímto žádám o rezervaci pokoje pro dva na termín 5-7.7.2018 (dvě noci) moc děkuji s pozdravem Slavík\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Petr Slavik <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: Petanta@seznam.cz\n', 'false', '2019-06-30 18:02:07'),
(248, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] question about reservation', 'Od: Waclaw Hrycenko\nE-mail: <jmamhr@gmail.com>\nTelefon: <+48 502 189 25>\n\nPředmět: question about reservation\n\nZpráva:\nHello,\r\n\r\nI would like to ask you about possibility of booking of one room for 3 adults plus 1 child 10 years old and breakfast, for one night, checking in on Saturday, 13th July 2019.\r\n\r\nBest regards,\r\nWaclaw\r\n(I am from Poland)\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Waclaw Hrycenko <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: jmamhr@gmail.com\n', 'false', '2019-06-30 19:14:52'),
(249, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Poptávka ubytování 19.-21.7.2019', 'Od: Lucie Krbcová\nE-mail: <luci.krbcova@seznam.cz>\nTelefon: <605847484>\n\nPředmět: Poptávka ubytování 19.-21.7.2019\n\nZpráva:\nDobrý den, poptávám tímto ubytování v penzionu Lesní zátiší ve výše uvedeném termínu pro 3-4 osoby.\r\nDěkuji za odpověď. L.K.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Lucie Krbcová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: luci.krbcova@seznam.cz\n', 'false', '2019-07-01 13:09:19'),
(250, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Question about dog permission', 'Od: Katarzyna Letkiewicz\nE-mail: <zab.katarzyna@gmail.com>\nTelefon: <48692365434>\n\nPředmět: Question about dog permission\n\nZpráva:\nHello!\r\n\r\nI would like to know do you accept dogs? We travel with our dog - alaskan malamute and our friends travels with their dog - irish setter.\r\n\r\nAlso: do you have free two rooms for four plus two dogs on 13-14.07.2019? What is the cost?\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Katarzyna Letkiewicz <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: zab.katarzyna@gmail.com\n', 'false', '2019-07-02 14:36:46'),
(251, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytování dotaz', 'Od: Martina Rogozová\nE-mail: <mrogozova@seznam.cz>\nTelefon: <602 235 585>\n\nPředmět: ubytování dotaz\n\nZpráva:\nDobrý den,\r\nměli bychom zájem o dvoulůžkový pokoj v termínu 29.8. - 1.9.2019. Je možno udělat rezervaci, cena za pokoj na osobu a noc se snídaní je 550,-Kč? \r\n\r\nděkuji za odpověď. \r\n\r\nRogozová Martina\r\nPříbram\r\n\r\nP.S. Spali jsme u vás už několikrát :-)\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Martina Rogozová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: mrogozova@seznam.cz\n', 'false', '2019-07-03 07:19:46'),
(252, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování', 'Od: Eva Erbenová\nE-mail: <erben.vaclav@tiscali.cz>\nTelefon: <602614108>\n\nPředmět: Ubytování\n\nZpráva:\nPředběžné info. Od 8.7.do 10.7.2019 ubytování pro dvě osoby. Děkuji Erben\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eva Erbenová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: erben.vaclav@tiscali.cz\n', 'false', '2019-07-04 20:18:04'),
(253, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] rezervácia', 'Od: Paulína Lašová\nE-mail: <paula.lasova1@gmail.com>\nTelefon: <0911522507>\n\nPředmět: rezervácia\n\nZpráva:\nDobrý deň mám záujem v dňoch od 16-18 .7 o ubytovanie ďakujem vopred za odpoveď .\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Paulína Lašová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: paula.lasova1@gmail.com\n', 'false', '2019-07-05 17:19:59'),
(254, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Víkend', 'Od: Jana Jílková\nE-mail: <tvrdkovajana@seznam.cz>\nTelefon: <733798115>\n\nPředmět: Víkend\n\nZpráva:\nDobrý den, poptavám volný víkend v červenci. Dva dospělí + jedno dítě 11 let. Děkuji Jílková\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jana Jílková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: tvrdkovajana@seznam.cz\n', 'false', '2019-07-07 18:44:00'),
(255, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] rezervace', 'Od: Hana Kapounová\nE-mail: <hanca3006@seznam.cz>\nTelefon: <>\n\nPředmět: rezervace\n\nZpráva:\nDobrý den, \r\n\r\nchtěla bych si rezervovat dvoulůžkový pokoj pro dvě osoby v termínu od 27.7. do 29.7.. \r\n\r\nKapounová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Hana Kapounová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: hanca3006@seznam.cz\n', 'false', '2019-07-08 10:49:30'),
(256, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Objednávka pobytu', 'Od: Zdeňka Benešová\nE-mail: <petrazdenab@seznam.cz>\nTelefon: <724620901>\n\nPředmět: Objednávka pobytu\n\nZpráva:\nObjednávám pobyt ve vašem hotelu v termínu od\r\n17.7. - 21.7.2019 nebo 31.7. - 4.8.2019 nebo 28.8. - 1.9.2019 pro 2 dospělé osoby a 1 dítě (11 let).\r\nDěkuji za rezervaci pobytu a za odpověď.\r\nHezký den Benešová Z., M. Bureše 808, \r\n572 01Polička\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Zdeňka Benešová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: petrazdenab@seznam.cz\n', 'false', '2019-07-08 13:04:57'),
(257, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] It’s all about Perfect Timing', 'Od: Eric\nE-mail: <eric@talkwithcustomer.com>\nTelefon: <416-385-3200>\n\nPředmět: It’s all about Perfect Timing\n\nZpráva:\nHello hotellesnizatisi.cz,\r\n\r\nPeople ask, “why does TalkWithCustomer work so well?”\r\n\r\nIt’s simple.\r\n\r\nTalkWithCustomer enables you to connect with a prospective customer at EXACTLY the Perfect Time.\r\n\r\n- NOT one week, two weeks, three weeks after they’ve checked out your website hotellesnizatisi.cz.\r\n- NOT with a form letter style email that looks like it was written by a bot.\r\n- NOT with a robocall that could come at any time out of the blue.\r\n\r\nTalkWithCustomer connects you to that person within seconds of THEM asking to hear from YOU.\r\n\r\nThey kick off the conversation.\r\n\r\nThey take that first step.\r\n\r\nThey ask to hear from you regarding what you have to offer and how it can make their life better. \r\n\r\nAnd it happens almost immediately. In real time. While they’re still looking over your website hotellesnizatisi.cz, trying to make up their mind whether you are right for them.\r\n\r\nWhen you connect with them at that very moment it’s the ultimate in Perfect Timing – as one famous marketer put it, “you’re entering the conversation already going on in their mind.”\r\n\r\nYou can’t find a better opportunity than that.\r\n\r\nAnd you can’t find an easier way to seize that chance than TalkWithCustomer. \r\n\r\nCLICK HERE http://www.talkwithcustomer.com now to take a free, 14-day test drive and see what a difference “Perfect Timing” can make to your business.\r\n\r\nSincerely,\r\nEric\r\n\r\nPS: If you’re wondering whether NOW is the perfect time to try TalkWithCustomer, ask yourself this:\r\n“Will doing what I’m already doing now produce up to 100X more leads?”\r\nBecause those are the kinds of results we know TalkWithCustomer can deliver. \r\nIt shouldn’t even be a question, especially since it will cost you ZERO to give it a try. \r\nCLICK HERE http://www.talkwithcustomer.com to start your free 14-day test drive today.\r\n\r\nIf you\'d like to unsubscribe click here http://liveserveronline.com/talkwithcustomer.aspx?d=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eric <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: eric@talkwithcustomer.com\n', 'false', '2019-07-10 17:04:28'),
(258, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Instagram Growth for hotellesnizatisi.cz', 'Od: Megan\nE-mail: <meganmg96krodriguez@aol.com>\nTelefon: <(805) 372-1751>\n\nPředmět: Instagram Growth for hotellesnizatisi.cz\n\nZpráva:\nHi,\r\n I had a look at your Instagram Instagram and it looks pretty good. \r\n \r\nThe question I have is this, is your Instagram giving you the traffic and engagement that you deserve? \r\n \r\nWe help people organically increase their followers and engagement. Discover how we can help you get the genuine followers you deserve:\r\n\r\nhttps://businessintsa.top/wal/?=hotellesnizatisi.cz\r\n\r\nRegards,\r\nMegan\r\nInstagram Growth Specialist\r\nSEO Vale\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n500 Westover Dr #12733\r\nSanford, NC 27330\r\n\r\nIf you prefer not to receive commercial messages regarding Instagram for your website, please opt out here: https://www.businessintsa.top/out.php/?site=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Megan <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: meganmg96krodriguez@aol.com\n', 'false', '2019-07-10 23:49:27'),
(259, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] rezervace 26.-28.7.', 'Od: Pavlína Marešová\nE-mail: <pavlinamares@email.cz>\nTelefon: <775142977>\n\nPředmět: rezervace 26.-28.7.\n\nZpráva:\nDobrý den, máte prosím volný pokoj pro 2 osoby v termínu 26.-28.7.?\r\nDěkuji Marešová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Pavlína Marešová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: pavlinamares@email.cz\n', 'false', '2019-07-14 06:36:26'),
(260, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytovaní', 'Od: Moris Shweihat\nE-mail: <moris.shweihat@gmail.com>\nTelefon: <702556279>\n\nPředmět: ubytovaní\n\nZpráva:\nDobrý den vážená paní Vrzalová, \r\nchtěl bych se zeptat, zda by bylo možné se u vás ubytovat na jednu noc z 16.7 na 17.7 \r\ndvoulůžkový pokoj.\r\nPředem děkuji a jsem s Pozdravem\r\n\r\nMoris\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Moris Shweihat <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: moris.shweihat@gmail.com\n', 'false', '2019-07-14 22:32:08'),
(261, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Rekreace', 'Od: Andrea Krajcova\nE-mail: <ada.krajcova@seznam.cz>\nTelefon: <605462735>\n\nPředmět: Rekreace\n\nZpráva:\nDobrý den, mám zájem o ubytování ve Vašem hotelu od 22.7-26.7 2019 1×2luzkovy pokoj děkuji za kladné vyřízení Krajcova\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Andrea Krajcova <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: ada.krajcova@seznam.cz\n', 'false', '2019-07-15 14:24:46'),
(262, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Rezervace', 'Od: Michaela Dominiková\nE-mail: <mousa00@seznam.cz>\nTelefon: <605033255>\n\nPředmět: Rezervace\n\nZpráva:\nDobrý den, chtěla bych si u vás rezervovat 3 lůžkový pokoj + půl roční dítě s vlastní postylkou. Termín 29.7 do 31.7.2019 Děkuji Dominiková\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Michaela Dominiková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: mousa00@seznam.cz\n', 'false', '2019-07-15 18:33:27'),
(263, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytováni', 'Od: Vitězslav Lattenberg\nE-mail: <latosek@volny.cz>\nTelefon: <602728258>\n\nPředmět: Ubytováni\n\nZpráva:\nDobrý den máte volný Termin 16.-18.8 2019 pro 4 dospělé .\r\n\r\nS pozdravem Lattenberg\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Vitězslav Lattenberg <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: latosek@volny.cz\n', 'false', '2019-07-18 16:03:34'),
(264, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Dotaz na ubytovanie', 'Od: Marián Dujnič\nE-mail: <marian.dujnic@gmail.com>\nTelefon: <>\n\nPředmět: Dotaz na ubytovanie\n\nZpráva:\nDobrý deň, rád by som Vás poprosil o informáciu či máte voľné ubytovanie pre dve osoby v jednom pokoji v dňoch 22.-24.7.2019, t.j. od pondelka večera do stredy rána. Ďakujem.\r\nPhDr. Marián Dujnič\r\nBratislava\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Marián Dujnič <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: marian.dujnic@gmail.com\n', 'false', '2019-07-19 09:01:41'),
(265, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Rezervace', 'Od: Stanislava Braná\nE-mail: <stana.brana@seznam.cz>\nTelefon: <728110128>\n\nPředmět: Rezervace\n\nZpráva:\nDobrý den, na základě telefonické domluvy bychom rádi zarezervovali termín od 28,7 do 1,8,. Dva dospěli a jedno dítě 12 let. Děkuji za informace.\r\nS pozdravem Braná\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Stanislava Braná <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: stana.brana@seznam.cz\n', 'false', '2019-07-19 18:18:02'),
(266, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Dotaz', 'Od: Petra Křížová\nE-mail: <PetraHribalova@seznam.cz>\nTelefon: <723619884>\n\nPředmět: Dotaz\n\nZpráva:\nDobrý den,\r\nmáte prosím volný pokoj pro 2 dospělé a 1 dítě a jestli je možné ubytování se psem?\r\nTermín 25-28.7 2019?\r\nPředem děkuji za odpověď\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Petra Křížová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: PetraHribalova@seznam.cz\n', 'false', '2019-07-19 20:16:37'),
(267, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] hotel', 'Od: Elīna Andersone\nE-mail: <elina.andersons@gmail.com>\nTelefon: <+371 29286284>\n\nPředmět: hotel\n\nZpráva:\nHi\r\nWe would like to stay for two days from 3.08.2019-5.08.2019. We are family with 3 children (15,13 and 2 y). \r\nIs it possible for these dates and how much it will cost?\r\nKind regards\r\nElina\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Elīna Andersone <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: elina.andersons@gmail.com\n', 'false', '2019-07-20 07:22:55'),
(268, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Obtaining your customers', 'Od: Savannah\nE-mail: <savannahg@roipatron.icu>\nTelefon: <573-738-8918>\n\nPředmět: Obtaining your customers\n\nZpráva:\nYou look like a solid company based on your site, I assume you do well. \r\n\r\nDo you have the infrastructure/sales/support in place to handle considerably more sales?\r\n\r\nWe find people that are interested in your niche and send them to you. Discover how we can send you more potential leads:\r\n\r\nhttps://roipatron.icu/up?=hotellesnizatisi.cz\r\n\r\nSavannah\r\nChoice Traffic\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n361 Southwest Drive Suite #731 Jonesboro, AR 72401\r\n\r\nNot the right marketing message for you? If not, please opt out here: https://roipatron.icu/unsubscribe.php?site=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Savannah <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: savannahg@roipatron.icu\n', 'false', '2019-07-20 22:23:09'),
(269, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] dotaz', 'Od: Věra Flachsová\nE-mail: <vefla@seznam.cz>\nTelefon: <>\n\nPředmět: dotaz\n\nZpráva:\nDobrý den,\r\n\r\nráda bych si u vás rezervovala 1 dvoulůžkový pokoj na období 11.10. - 13. 10. (2 noci) s polopenzí. \r\nMám dotaz, zda můžežete vystavit fakturu na mého zaměstnavatele (chtěla bych uplatnit fond FKSP na rekreační účely) s tím, že text ve faktuře by byl napsán \"rekreace\".\r\n\r\nDěkuji za odpověď\r\n\r\nVěra Flachsová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Věra Flachsová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: vefla@seznam.cz\n', 'false', '2019-07-22 16:41:59'),
(270, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytování', 'Od: Alice Soukaná\nE-mail: <alice.soukana@seznam.cz>\nTelefon: <607669265>\n\nPředmět: ubytování\n\nZpráva:\nProsím o cenovou nabídku na ubytování pro 3 osoby(2 dospělí,dítě 11 let),pokud byste měli volný termín ve dnech 4.8.-9.8.19.Mám zájem o polopenzi.Děkuji Soukaná Alice\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Alice Soukaná <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: alice.soukana@seznam.cz\n', 'false', '2019-07-22 19:15:58'),
(271, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Možnost ubytování', 'Od: Helena Hoffmannová\nE-mail: <helena.hoffmannova89@seznam.cz>\nTelefon: <723304332>\n\nPředmět: Možnost ubytování\n\nZpráva:\nDobrý den, paní Vrzalová,\r\nměli by jsme zájem o ubytováni ve vašem Hotelu Lesní zátiší. Bylo by to v době od 25. - 28. října 2019. Jme manželský pár se 4 ročním klukem. Ještě jsme neměli možnost Váš hotel vyzkoušet. Na stránkách moc fotek nenabízíte ale recenze máte dobrý, tak snad se na to můžeme spolehnout... Lze touhle formou, v případě že máte volno si 3-lůžkový pokoj rezervovat? A kolik by stála rezervace včetně snídaně předem? Děkuji.\r\nS pozdravem,\r\nHoffmannová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Helena Hoffmannová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: helena.hoffmannova89@seznam.cz\n', 'false', '2019-07-23 17:27:30'),
(272, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Předmět', 'Od: Arne Lasch-Paszkier\nE-mail: <arne.lasch-paszkier@mailbox.org>\nTelefon: <00491762324450>\n\nPředmět: Předmět\n\nZpráva:\n2 dospělí 2 děti 2 pokoje \r\n2. až 5. srpna 2005\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Arne Lasch-Paszkier <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: arne.lasch-paszkier@mailbox.org\n', 'false', '2019-07-25 09:10:43'),
(273, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytovanie', 'Od: Zuzana ILLOVÁ\nE-mail: <illaj@tn.psg.sk>\nTelefon: <+421903138137>\n\nPředmět: Ubytovanie\n\nZpráva:\nDobrý deň,\r\nmala by som záujem o ubytovanie vo vašom zariadení v období od 11.8.2019 do 16.8.2019, počet 2 dospelé osoby.\r\nStravovanie - raňajky.\r\nZa skorú odpoveď ďakujem.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Zuzana ILLOVÁ <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: illaj@tn.psg.sk\n', 'false', '2019-07-30 08:05:33'),
(274, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytovani', 'Od: boris krzhepitski\nE-mail: <orbita721@atlas.cz>\nTelefon: <+420776762470>\n\nPředmět: ubytovani\n\nZpráva:\nVAZENI PANVE\r\n\r\nPROSU VAS REZEFVOVAT 1 -DVULUZKOVY POKOJ V TERMNU 19-25.08.2019 DEKUJE\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: boris krzhepitski <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: orbita721@atlas.cz\n', 'false', '2019-07-30 14:06:29'),
(275, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] REZERWACJA', 'Od: Anna Sobczak\nE-mail: <ania_jochym@wp.pl>\nTelefon: <>\n\nPředmět: REZERWACJA\n\nZpráva:\nDzień dobry.\r\nChciałabym zarezerwować 2 pokoje. Jeden dla 2 osób dorosłych i dziecka. Drugi dla jednej osoby dorosłej. w terminie od 24-08 do 26-08. Wraz ze śniadaniami.\r\nPozdrawiam.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Anna Sobczak <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: ania_jochym@wp.pl\n', 'false', '2019-08-01 17:50:42'),
(276, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytování', 'Od: Miroslav Ulrich Ing.\nE-mail: <ulrichmjf@seznam.cz>\nTelefon: <606400881>\n\nPředmět: ubytování\n\nZpráva:\nDobrý den.\r\nProsím můžete ubytovat čtyři osoby ( 3 muži a 1 žena),\r\n v termínu 27.příjezd-30.9.2019 odjezd, tj. 3 noci. \r\nPředem děkuji za vyřízení .\r\n Zdravím.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Miroslav Ulrich Ing. <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: ulrichmjf@seznam.cz\n', 'false', '2019-08-02 08:05:17'),
(277, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytování', 'Od: Miroslav Ulrich Ing.\nE-mail: <ulrichmjf@seznam.cz>\nTelefon: <606400881>\n\nPředmět: ubytování\n\nZpráva:\nDobrý den.\r\nProsím o změnu v naší objednávce ubytování.\r\nUpřesňuji počet osob ze čtyř na tři ( 3 muži),\r\nv termínu 27.příjezd-30.9.2019 odjezd, tj. 3 noci. \r\nPředem děkuji za vyřízení .\r\nZdravím.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Miroslav Ulrich Ing. <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: ulrichmjf@seznam.cz\n', 'false', '2019-08-03 13:11:39'),
(278, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytování', 'Od: Vladimír Houška\nE-mail: <vladimir.houska@centrum.cz>\nTelefon: <602661982>\n\nPředmět: ubytování\n\nZpráva:\nDobrý den.\r\nProsím info o možnosti ubytovíní v termíníu od 17.8. do 21.8.2019\r\nděkuji.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Vladimír Houška <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: vladimir.houska@centrum.cz\n', 'false', '2019-08-05 05:09:14'),
(279, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Stiznost', 'Od: Plzensky kraj\nE-mail: <bortin@seznam.cz>\nTelefon: <>\n\nPředmět: Stiznost\n\nZpráva:\nDobry den, obsluha byla suprova. Ale odpovedny vedouci Pani Vera Vrzalova si lesti svoje ego na hostech.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Plzensky kraj <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: bortin@seznam.cz\n', 'false', '2019-08-05 14:48:30');
INSERT INTO `wp_email_log` (`id`, `to_email`, `subject`, `message`, `headers`, `attachments`, `sent_date`) VALUES
(280, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování 9.-11.8.', 'Od: Zuzana Mödritzerová\nE-mail: <zuzana.modritzerova@gmail.com>\nTelefon: <604827722>\n\nPředmět: Ubytování 9.-11.8.\n\nZpráva:\nDobrý den, ráda bych se zeptala, zda máte ještě volný pokoj na tento víkend 9.-11.8. pro 2 dospělé a 2 děti.\r\nDěkuji Mödritzerová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Zuzana Mödritzerová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: zuzana.modritzerova@gmail.com\n', 'false', '2019-08-05 20:30:55'),
(281, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší]', 'Od: Pavel Šmíd\nE-mail: <pavkasmid@email.cz>\nTelefon: <>\n\nPředmět: \n\nZpráva:\nDobrý den,\r\nměl bych zájem o ubytování pro jednu osobu v termínu 9. – 11.8.2019. Chci se tedy zeptat, zda máte volný pokoj a za jakou cenu. Popřípadě, pokud by nebylo volno o tomto víkendu, tak bych poprosil o nabídnutí nějakého jiného volného termínu, ideálně přes víkend.\r\nPředem děkuji za ochotu, s pozdravem\r\nPavel Šmíd\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Pavel Šmíd <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: pavkasmid@email.cz\n', 'false', '2019-08-06 18:31:55'),
(282, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] nocleg', 'Od: Artur Jurczak\nE-mail: <artur_jurczak@interia.pl>\nTelefon: <882157371>\n\nPředmět: nocleg\n\nZpráva:\nWitam\r\nMają państwo Wolne pokoje dla 2 osób dorosłych i 2 dzieci( 4-letnie i 10 -miesieczne) na ten weekend, tj 9-08-2019 do 11 lub 12-08-2019.\r\nJaka była by cena za pobyt i co jestw cenie?\r\nPozdrawiam \r\nArtur Jurczak\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Artur Jurczak <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: artur_jurczak@interia.pl\n', 'false', '2019-08-07 11:27:31'),
(283, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] REZERVACE UBYTOVÁNÍ', 'Od: Rudolf Lukeš\nE-mail: <janamsp@seznam.cz>\nTelefon: <606561417>\n\nPředmět: REZERVACE UBYTOVÁNÍ\n\nZpráva:\nProsíme o rezervaci pobytu ve dvoulůžkovém pokoji na dny 4.-6.10.2019 ve Vašem hotelu.\r\n S pozdravem Rudolf Lukeš\r\n bytem: Archeologická 1881\r\n 155 00 Praha 5\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Rudolf Lukeš <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: janamsp@seznam.cz\n', 'false', '2019-08-08 09:10:45'),
(284, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] hotellesnizatisi.cz Expiration Notice', 'Od: SystemsNet Web\nE-mail: <noreply@systemsnetweb.com>\nTelefon: <954-320-4679>\n\nPředmět: hotellesnizatisi.cz Expiration Notice\n\nZpráva:\nDisclaimer statement: We are not legally liable for any losses or damages that you may incur due to the expiration of hotellesnizatisi.cz. Such losses may include but are not limited to: financial loss, deleted data, downgrade of search rankings, missed customers, undelivered email and any other technical or business damages that you may incur. For more information please refer section 14.a.1.e of our Terms of Service. \n\n This is your final renewal notification for hotellesnizatisi.cz: \n\n https://systemsnetweb.com/?n=hotellesnizatisi.cz&r=a \n\n If hotellesnizatisi.cz is allowed to expire, the listing will be automatically deleted from our servers within 3 business days. Upon expiration, we reserve the right to offer your website listing to competitors or interested parties in the same business category and location (state/city) after 3 business days on an auction-bidding basis. \n\n This is the final renewal notice that we are required to send out in regards to the expiration of hotellesnizatisi.cz \n\n Secure Online Payment: \n\n https://systemsnetweb.com/?n=hotellesnizatisi.cz&r=a \n\n All services will be restored automatically on hotellesnizatisi.cz if payment is received in full on time before expiration. We thank you for your attention and business.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: SystemsNet Web <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: noreply@systemsnetweb.com\n', 'false', '2019-08-08 12:07:05'),
(285, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] poptávka ubytování', 'Od: Zuzana Veselá\nE-mail: <vesela.zuzka1@seznam.cz>\nTelefon: <724025444>\n\nPředmět: poptávka ubytování\n\nZpráva:\nDobrý den,\r\nna základě telefonického hovoru bych Vás chtěla požádat, zda máte ubytování na 2 noci v termínu od 19.- 25.8. - dvoulůžák. A potom pokud máte někdy volný víkend.\r\n\r\nDěkuju, \r\nZuzana Veselá\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Zuzana Veselá <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: vesela.zuzka1@seznam.cz\n', 'false', '2019-08-09 12:55:43'),
(286, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] It’s all about Perfect Timing', 'Od: Eric\nE-mail: <eric@talkwithcustomer.com>\nTelefon: <416-385-3200>\n\nPředmět: It’s all about Perfect Timing\n\nZpráva:\nHello hotellesnizatisi.cz,\r\n\r\nPeople ask, “why does TalkWithCustomer work so well?”\r\n\r\nIt’s simple.\r\n\r\nTalkWithCustomer enables you to connect with a prospective customer at EXACTLY the Perfect Time.\r\n\r\n- NOT one week, two weeks, three weeks after they’ve checked out your website hotellesnizatisi.cz.\r\n- NOT with a form letter style email that looks like it was written by a bot.\r\n- NOT with a robocall that could come at any time out of the blue.\r\n\r\nTalkWithCustomer connects you to that person within seconds of THEM asking to hear from YOU.\r\n\r\nThey kick off the conversation.\r\n\r\nThey take that first step.\r\n\r\nThey ask to hear from you regarding what you have to offer and how it can make their life better. \r\n\r\nAnd it happens almost immediately. In real time. While they’re still looking over your website hotellesnizatisi.cz, trying to make up their mind whether you are right for them.\r\n\r\nWhen you connect with them at that very moment it’s the ultimate in Perfect Timing – as one famous marketer put it, “you’re entering the conversation already going on in their mind.”\r\n\r\nYou can’t find a better opportunity than that.\r\n\r\nAnd you can’t find an easier way to seize that chance than TalkWithCustomer. \r\n\r\nCLICK HERE http://www.talkwithcustomer.com now to take a free, 14-day test drive and see what a difference “Perfect Timing” can make to your business.\r\n\r\nSincerely,\r\nEric\r\n\r\nPS: If you’re wondering whether NOW is the perfect time to try TalkWithCustomer, ask yourself this:\r\n“Will doing what I’m already doing now produce up to 100X more leads?”\r\nBecause those are the kinds of results we know TalkWithCustomer can deliver. \r\nIt shouldn’t even be a question, especially since it will cost you ZERO to give it a try. \r\nCLICK HERE http://www.talkwithcustomer.com to start your free 14-day test drive today.\r\n\r\nIf you\'d like to unsubscribe click here http://liveserveronline.com/talkwithcustomer.aspx?d=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eric <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: eric@talkwithcustomer.com\n', 'false', '2019-08-16 11:34:37'),
(287, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytovani', 'Od: Anna Elina\nE-mail: <anu-tka@seznam.cz>\nTelefon: <704731375>\n\nPředmět: Ubytovani\n\nZpráva:\nDobrý den.Prosím Vas byla by moznost o rezervaci pokoje pro jednu osobu od 17.8 do 19.8.19. \r\nDekuju\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Anna Elina <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: anu-tka@seznam.cz\n', 'false', '2019-08-16 14:20:05'),
(288, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] objednání pobytu v hotelu', 'Od: Božena Brožková\nE-mail: <bozabrozkova@seznam.cz>\nTelefon: <728958964>\n\nPředmět: objednání pobytu v hotelu\n\nZpráva:\nDobrý večer, objednávám závazně pobyt v hotelu Lesní zátiší pro dvě osoby od 6.9. do 10.9.2019. Mějte se pěkně, \r\n\r\nBožena Brožková\r\nVestec 30\r\n538 43 Třemošnice\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Božena Brožková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: bozabrozkova@seznam.cz\n', 'false', '2019-08-16 18:08:38'),
(289, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] zapytanie o dostępność', 'Od: Ewa Wieliczko\nE-mail: <wieliczko.ewa@gmail.com>\nTelefon: <509857011>\n\nPředmět: zapytanie o dostępność\n\nZpráva:\nDzień dobry,\r\nczy jest wolny 3 osobowy pokój w dniach 16-18.09.2019 i w jakiej cenie. Proszę o informację.\r\npozdrawiam\r\nEwa Wieliczko\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Ewa Wieliczko <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: wieliczko.ewa@gmail.com\n', 'false', '2019-08-16 19:12:21'),
(290, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Mikina', 'Od: Iveta Lendělová\nE-mail: <ivetalendelova@email.cz>\nTelefon: <722559219>\n\nPředmět: Mikina\n\nZpráva:\nDobrý den prosím dnes jsem navštívila vás hotel a nechala jsem tam šedou delší mikinu pokud ji někdo vrátil je možnost poslat vše bych uhradila děkuji moc za odpověď\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Iveta Lendělová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: ivetalendelova@email.cz\n', 'false', '2019-08-17 15:40:21'),
(291, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Poptavka ubytování', 'Od: Michaela Prosková\nE-mail: <michaelaproskova@email.cz>\nTelefon: <774123413>\n\nPředmět: Poptavka ubytování\n\nZpráva:\nDobry den,\r\n\r\nRadi bychom si u vas rezervovali 1pokoj pro dve osoby na 1 noc dne 25.8.2019\r\n\r\nPredem dekuji \r\n\r\nProsková\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Michaela Prosková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: michaelaproskova@email.cz\n', 'false', '2019-08-24 06:28:45'),
(292, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] poptávka ubytování', 'Od: Monika Pikulová\nE-mail: <monika.pikulova@email.cz>\nTelefon: <>\n\nPředmět: poptávka ubytování\n\nZpráva:\nDobrý den,\r\nmáte volné ubytování od 26.-29.10.2019 pro čtyřčlennou rodinu?\r\nKolik by stálo ubytování?\r\nDěkuji.\r\nM.Pikulová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Monika Pikulová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: monika.pikulova@email.cz\n', 'false', '2019-08-25 12:21:23'),
(293, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] dotaz', 'Od: Havlíčková Lenka\nE-mail: <havlickovi.sluknov@seznam.cz>\nTelefon: <606 156 235>\n\nPředmět: dotaz\n\nZpráva:\nDobrý den ,chtěla bych se zeptat jestli máte volný dvoulůžkový pokoj na dvě noci + snídaně od 18.9 2019 .Odjezd 20.9 2019 .Děkuji Havlíčková\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Havlíčková Lenka <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: havlickovi.sluknov@seznam.cz\n', 'false', '2019-08-26 13:14:46'),
(294, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší]', 'Od: Agnieszka Kryczek\nE-mail: <agnieszka.kryczek@autograf.pl>\nTelefon: <792035533>\n\nPředmět: \n\nZpráva:\ndobré ráno,hledám volný pokoj mezi 31.08 / 01.09 pro dva dospělé a dvě děti ve věku 8 a 13 let. jaka bude cena ?\r\n \r\npozdravy\r\nAgnieszka Kryczek\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Agnieszka Kryczek <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: agnieszka.kryczek@autograf.pl\n', 'false', '2019-08-28 10:57:52'),
(295, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] wolne pokoje', 'Od: Patrycja Budna\nE-mail: <patrycja.budna@gmail.com>\nTelefon: <+48605887413>\n\nPředmět: wolne pokoje\n\nZpráva:\nDzien dobry, czy w terminie 13-15 wrzesnia (13-15.09.2019) macie dostepne noeclegi dla 4 osob (2+2)?\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Patrycja Budna <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: patrycja.budna@gmail.com\n', 'false', '2019-08-28 16:59:14'),
(296, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování', 'Od: Alena Martínková\nE-mail: <Alena.martinkova@cuzk.cz>\nTelefon: <603369242>\n\nPředmět: Ubytování\n\nZpráva:\nDobrý den, \r\nrádi bychom se ubytovali ve dnech 9-11.9.2019. Dvě dospělé osoby+ pejsek jorkšír. Potřebuji vystavit fakturu na zaměstnavatele. Děkuji za info \r\nA. Martínková\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Alena Martínková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: Alena.martinkova@cuzk.cz\n', 'false', '2019-09-03 06:53:30'),
(297, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Extra Site Publicity', 'Od: Katherine\nE-mail: <analyzung@yahoo.com>\nTelefon: <573-738-8918>\n\nPředmět: Extra Site Publicity\n\nZpráva:\nAfter landing on your site, I have to say its a pretty great website. :) \r\n\r\nHave you ever found it challenging to get enough people to your site? \r\n\r\nDiscover how we can send you guaranteed people that are targeted to your niche. \r\n\r\nhttps://maxtraffic.icu/boost?=hotellesnizatisi.cz\r\n\r\nIf you try out the trial we would love to hear what you think. \r\n\r\nKatherine\r\nTraffic Expert\r\nChoice Traffic\r\n\r\n\r\n\r\n\r\n\r\n361 Southwest Dr ste #731 Jonesboro, Arkansas 72401\r\n\r\nIf this commercial message isn\'t a good fit for you, you can avoid future messages : https://maxtraffic.icu/unsubscribe.php?site=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Katherine <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: analyzung@yahoo.com\n', 'false', '2019-09-03 18:48:48'),
(298, 'jakub.dvorak@jservices.cz', '[Hotel Lesní zátiší] Web byl aktualizován na WordPress 4.9.11', 'Zdravíme! Web http://hotellesnizatisi.cz/cs_CZ byl automaticky aktualizován na WordPress 4.9.11.\n\nPodrobnější informace o nové verzi 4.9.11 naleznete přímo v administraci na stránce O WordPressu:\nhttp://hotellesnizatisi.cz/wp-admin/about.php\n\nV současné době už je dostupný také WordPress 5.2.3. Aktualizace je velmi jednoduchá a zabere opravdu jen chvilku:\nhttp://hotellesnizatisi.cz/wp-admin/update-core.php\n\nPokud došlo k nějakému technickému problému, objevila se nečekaná chyba nebo jen potřebujete s něčím poradit, tak můžete kontaktovat oficiální fórum podpory (česky).\nhttps://cs.wordpress.org/podpora/\n\nZ hlediska bezpečnosti jsou pravidelné aktualizace WordPressu velmi důležité a přispívají alespoň trochu k tomu, aby mohl být internet bezpečnějším místem pro správce webů i čtenáře.\n\nVývojáři WordPressu (a překladatelé)\n', '', 'false', '2019-09-05 04:30:39'),
(299, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytování', 'Od: Pavla Dvořáčková\nE-mail: <pavlachalupnikova@gmail.com>\nTelefon: <608022288>\n\nPředmět: ubytování\n\nZpráva:\nDobrý den,\r\n\r\nmáme zájem o ubytování ve čtyřlůžkovém pokoji - dva dospělí a dvě děti (6, 9 let) v termínu 26. - 30. 10. 2019, s polopenzí.\r\n\r\nDěkuji.\r\n\r\nPavla Dvořáčková\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Pavla Dvořáčková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: pavlachalupnikova@gmail.com\n', 'false', '2019-09-08 15:57:02'),
(300, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší]', 'Od: Miriam Brhlíková\nE-mail: <miriambrhlik@gmail.com>\nTelefon: <00421903527319>\n\nPředmět: \n\nZpráva:\nDobrý deň,\r\nmali by sme záujem o 3-posteľovú izbu ( 2 dospelý, 1 dieťa) od 26.9. do 29.9. 2019.\r\nĎakujem\r\nS pozdravom\r\nMiriam Brhlíková\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Miriam Brhlíková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: miriambrhlik@gmail.com\n', 'false', '2019-09-10 19:26:48'),
(301, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Guest Post on Website', 'Od: George\nE-mail: <george1@georgemartinjr.com>\nTelefon: <035 377 47 28>\n\nPředmět: Guest Post on Website\n\nZpráva:\nWould you be interested in submitting a guest post on georgemartjr.com or possibly allowing us to submit a post to hotellesnizatisi.cz ? Maybe you know by now that links are essential\r\nto building a brand online? If you are interested in submitting a post and obtaining a link to hotellesnizatisi.cz , let me know and we will get it published in a speedy manner to our blog.\r\n\r\nHope to hear from you soon\r\nGeorge\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: George <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: george1@georgemartinjr.com\n', 'false', '2019-09-16 13:02:00'),
(302, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší]', 'Od: Steffen Dittrich\nE-mail: <s.dittrich@hzdr.de>\nTelefon: <>\n\nPředmět: \n\nZpráva:\nIch würde gern ein Zimmer für 2 Personen vom 20.9. zum 22.9. 2019 buchen. Ist das möglich?\r\n\r\nI would likem to rent a room for two people from 20.9. till 22.9. 2019. Is this possible?\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Steffen Dittrich <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: s.dittrich@hzdr.de\n', 'false', '2019-09-18 07:51:06'),
(303, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytovanie 12.10. - 14.10', 'Od: Alex Trstenský\nE-mail: <alex.trstensky@gmail.com>\nTelefon: <+421 903 463 8>\n\nPředmět: ubytovanie 12.10. - 14.10\n\nZpráva:\nDobrý deň,\r\nrád by som rezervoval ubytovanie vo Vašom hoteli. Išlo by o 2 noci pre 2 osoby check in sobota 12.10.2019, check out pondelok 14.10.2019. Bolo by to prosím možné?\r\nĎakujem za odpoveď a ostávam s pozdravom\r\nAlexander Trstenský\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Alex Trstenský <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: alex.trstensky@gmail.com\n', 'false', '2019-09-19 10:12:18'),
(304, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Rezervace ubytování', 'Od: Tomáš Froněk\nE-mail: <fafrman@gmail.com>\nTelefon: <724344510>\n\nPředmět: Rezervace ubytování\n\nZpráva:\nPěkný den,\r\n\r\nrádi bychom se u vás ubytovali v termínu 18-20.10.2019 (2 dospělí a pes Zlatý retrívr) Velice hodný a klidný pes, zvyklí být bytě.\r\n\r\nMoc děkuji za info.\r\n\r\nFroněk Tomáš\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Tomáš Froněk <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: fafrman@gmail.com\n', 'false', '2019-09-23 06:27:12'),
(305, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Rezervace', 'Od: Karel Němec\nE-mail: <karelzx6@gmail.com>\nTelefon: <608200774>\n\nPředmět: Rezervace\n\nZpráva:\nDobry den, chtel bych si rezervovat pokoj na sobotu 8.9. Pro dve osoby dekuji za zpravu zda je to mozné dekuji Němec\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Karel Němec <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: karelzx6@gmail.com\n', 'false', '2019-09-24 19:08:07'),
(306, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytování', 'Od: Hana Šolcová\nE-mail: <solcovahana@email.cz>\nTelefon: <>\n\nPředmět: ubytování\n\nZpráva:\nDobrý den, ráda bych se u Vás informvala, zda máte volno ubytování v termínu 27.-29.10.2019 pro 6 osob (2 dospělé + 4 děti 5-10 let). Díky zdraví Hana Šolcová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Hana Šolcová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: solcovahana@email.cz\n', 'false', '2019-09-29 09:21:42'),
(307, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Elsa Riley', 'Od: Elsa Riley\nE-mail: <persedia5002@gmail.com>\nTelefon: <Elsa Riley>\n\nPředmět: Elsa Riley\n\nZpráva:\n\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Elsa Riley <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: persedia5002@gmail.com\n', 'false', '2019-10-04 15:55:59'),
(308, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytování 11. - 13.10.2019', 'Od: Pavel Šmíd\nE-mail: <pavkasmid@email.cz>\nTelefon: <>\n\nPředmět: ubytování 11. - 13.10.2019\n\nZpráva:\nDobrý den,\r\nměl bych zájem o ubytování pro jednu osobu na tento víkend, tedy v termínu 11. – 13.10.2019.\r\nProsím o zaslání informace, zda by to bylo možné.\r\nPředem děkuji, s pozdravem\r\nPavel Šmíd\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Pavel Šmíd <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: pavkasmid@email.cz\n', 'false', '2019-10-09 16:27:50'),
(309, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytovani', 'Od: Lucie Dvorská\nE-mail: <luckadvorska@seznam.cz>\nTelefon: <775390032>\n\nPředmět: Ubytovani\n\nZpráva:\nDobry den, sháníme ubytovani na dve noci 27.10-29.10.\r\n2x pokoj pro tři \r\nDospeli + dite 7let + dite 12let\r\nDospeli + dite 10let +dite13let\r\nNejlepe s polopenzí nebo alespoň snídaně. \r\nProsim o cenovou nabidku. Děkuji Dvorská Lucie\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Lucie Dvorská <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: luckadvorska@seznam.cz\n', 'false', '2019-10-10 07:03:10'),
(310, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Additional Site Exposure', 'Od: Katherine\nE-mail: <katherine.brown@visitorsmax.icu>\nTelefon: <573-738-8918>\n\nPředmět: Additional Site Exposure\n\nZpráva:\nAfter landing on your homepage, I must say its a pretty great website. ;) \r\n\r\nHave you ever found it challenging to get a lot of traffic to your site? \r\n\r\nDiscover how we can send you guaranteed people that are interested in your niche. \r\n\r\nhttps://visitorsmax.icu/boost?=hotellesnizatisi.cz\r\n\r\nIf you check out the trial we would love to hear what you think of it. \r\n\r\nKatherine\r\nTraffic Expert\r\nChoice Visitors\r\n\r\n\r\n\r\n\r\n\r\n361 Southwest Dr Suite #731 Jonesboro, Arkansas 72401\r\n\r\nIf this message isn\'t a good fit for you, you can avoid future messages here: https://visitorsmax.icu/unsubscribe.php?site=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Katherine <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: katherine.brown@visitorsmax.icu\n', 'false', '2019-10-12 15:04:21'),
(311, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] hotellesnizatisi.cz Expiration Notice', 'Od: DomainBoard Server\nE-mail: <noreply@domainboardserver.com>\nTelefon: <954-320-4679>\n\nPředmět: hotellesnizatisi.cz Expiration Notice\n\nZpráva:\nDisclaimer statement: We are not legally liable for any losses or damages that you may incur due to the expiration of hotellesnizatisi.cz. Such losses may include but are not limited to: financial loss, deleted data, downgrade of search rankings, missed customers, undelivered email and any other technical or business damages that you may incur. For more information please refer section 14.a.1.e of our Terms of Service. \n\n This is your final renewal notification for hotellesnizatisi.cz: \n\n https://domainboardserver.com/?n=hotellesnizatisi.cz&r=a \n\n If hotellesnizatisi.cz is allowed to expire, the listing will be automatically deleted from our servers within 3 business days. Upon expiration, we reserve the right to offer your website listing to competitors or interested parties in the same business category and location (state/city) after 3 business days on an auction-bidding basis. \n\n This is the final renewal notice that we are required to send out in regards to the expiration of hotellesnizatisi.cz \n\n Secure Online Payment: \n\n https://domainboardserver.com/?n=hotellesnizatisi.cz&r=a \n\n All services will be restored automatically on hotellesnizatisi.cz if payment is received in full on time before expiration. We thank you for your attention and business.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: DomainBoard Server <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: noreply@domainboardserver.com\n', 'false', '2019-10-14 15:06:31'),
(312, 'jakub.dvorak@jservices.cz', '[Hotel Lesní zátiší] Web byl aktualizován na WordPress 4.9.12', 'Zdravíme! Web http://hotellesnizatisi.cz/cs_CZ byl automaticky aktualizován na WordPress 4.9.12.\n\nPodrobnější informace o nové verzi 4.9.12 naleznete přímo v administraci na stránce O WordPressu:\nhttp://hotellesnizatisi.cz/wp-admin/about.php\n\nV současné době už je dostupný také WordPress 5.2.4. Aktualizace je velmi jednoduchá a zabere opravdu jen chvilku:\nhttp://hotellesnizatisi.cz/wp-admin/update-core.php\n\nPokud došlo k nějakému technickému problému, objevila se nečekaná chyba nebo jen potřebujete s něčím poradit, tak můžete kontaktovat oficiální fórum podpory (česky).\nhttps://cs.wordpress.org/podpora/\n\nZ hlediska bezpečnosti jsou pravidelné aktualizace WordPressu velmi důležité a přispívají alespoň trochu k tomu, aby mohl být internet bezpečnějším místem pro správce webů i čtenáře.\n\nVývojáři WordPressu (a překladatelé)\n', '', 'false', '2019-10-15 04:08:34'),
(313, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] reservation 18.08-24.08.2020', 'Od: joanna bonarska\nE-mail: <bonarskaj3@gmail.com>\nTelefon: <00357 99233753>\n\nPředmět: reservation 18.08-24.08.2020\n\nZpráva:\nhello,I would like to make reservation for double room(2 person) for 18.08-24.08.2020,thak you in advance,\r\n regards joanna bonarska,cyprus\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: joanna bonarska <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: bonarskaj3@gmail.com\n', 'false', '2019-10-15 09:19:27'),
(314, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] termín', 'Od: Richard Vodička\nE-mail: <r.vodicka@seznam.cz>\nTelefon: <724658278>\n\nPředmět: termín\n\nZpráva:\nDobrý den.\r\nProsím o info ohledně ubytování v termínu 1. - 4. 11. ( 3 noci) pro 2 dosp.osoby na 1 pokoji.\r\nVámi nabízená snídaně je kontinentální, nebo bufetová forma??\r\nDěkuji za odpověď. Vodička\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Richard Vodička <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: r.vodicka@seznam.cz\n', 'false', '2019-10-15 18:23:09'),
(315, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování 25.-27.10?', 'Od: Miroslav Maciga\nE-mail: <macigam@email.cz>\nTelefon: <724739520>\n\nPředmět: Ubytování 25.-27.10?\n\nZpráva:\nDobrý den, měli byste ještě ubytování pro 2 osoby s vychovaným pejskem (upřednostníme větší pokoj) na 2 noci 25. - 27.10. ?\r\nDěkuji za reakci, s pozdravem Maciga, tel. 724739520\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Miroslav Maciga <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: macigam@email.cz\n', 'false', '2019-10-20 07:50:31'),
(316, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Do You Want Up to 100X More Conversions?', 'Od: Eric\nE-mail: <eric@talkwithcustomer.com>\nTelefon: <416-385-3200>\n\nPředmět: Do You Want Up to 100X More Conversions?\n\nZpráva:\nHey,\r\n\r\nYou have a website hotellesnizatisi.cz, right?\r\n\r\nOf course you do. I am looking at your website now.\r\n\r\nIt gets traffic every day – that you’re probably spending $2 / $4 / $10 or more a click to get. Not including all of the work you put into creating social media, videos, blog posts, emails, and so on.\r\n\r\nSo you’re investing seriously in getting people to that site.\r\n\r\nBut how’s it working? Great? Okay? Not so much?\r\n\r\nIf that answer could be better, then it’s likely you’re putting a lot of time, effort, and money into an approach that’s not paying off like it should.\r\n\r\nNow… imagine doubling your lead conversion in just minutes… In fact, I’ll go even better.\r\n \r\nYou could actually get up to 100X more conversions!\r\n\r\nI’m not making this up. As Chris Smith, best-selling author of The Conversion Code says: Speed is essential - there is a 100x decrease in Leads when a Lead is contacted within 14 minutes vs being contacted within 5 minutes.\r\n\r\nHe’s backed up by a study at MIT that found the odds of contacting a lead will increase by 100 times if attempted in 5 minutes or less.\r\n\r\nAgain, out of the 100s of visitors to your website, how many actually call to become clients?\r\n\r\nWell, you can significantly increase the number of calls you get – with ZERO extra effort.\r\n\r\nTalkWithCustomer makes it easy, simple, and fast – in fact, you can start getting more calls today… and at absolutely no charge to you.\r\n\r\nCLICK HERE http://www.talkwithcustomer.com now to take a free, 14-day test drive to find out how.\r\n\r\nSincerely,\r\nEric\r\n\r\nPS: Don’t just take my word for it, TalkWithCustomer works:\r\nEMA has been looking for ways to reach out to an audience. TalkWithCustomer so far is the most direct call of action. It has produced above average closing ratios and we are thrilled. Thank you for providing a real and effective tool to generate REAL leads. - P MontesDeOca.\r\nBest of all, act now to get a no-cost 14-Day Test Drive – our gift to you just for giving TalkWithCustomer a try. \r\nCLICK HERE http://www.talkwithcustomer.com to start converting up to 100X more leads today!\r\n\r\nIf you\'d like to unsubscribe click here http://liveserveronline.com/talkwithcustomer.aspx?d=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eric <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: eric@talkwithcustomer.com\n', 'false', '2019-10-20 10:19:13'),
(317, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování', 'Od: František Vencálek\nE-mail: <frantisekvencalek@seznam.cz>\nTelefon: <732172935>\n\nPředmět: Ubytování\n\nZpráva:\nDobrý den máme zájem o ubytování ve dvoulůžkovým pokoji v termínu od 25.10.2019-28.10.2019 \r\n Děkuji Vencálek\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: František Vencálek <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: frantisekvencalek@seznam.cz\n', 'false', '2019-10-20 10:20:23'),
(318, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Bouda - ubytování - 28-30. 10. 2019', 'Od: Jan Bouda\nE-mail: <jan.bouda@officedepot.eu>\nTelefon: <602118163>\n\nPředmět: Bouda - ubytování - 28-30. 10. 2019\n\nZpráva:\nDobrý večer paní Vrzalová, viz náš dnešní hovor prosím o zprávu/potvrzení, rádi bychom v termínu 28-30. října - 4 osoby (dvě děti 12 a 10 let) využili ubytování/snídaně. moc děkuji za potvrzení abych nemusel jinde hledat. pěkný večer Honza Bouda\r\n\r\nPS: pokud chcete poslat zálohu/platbu - prosím o info hned platím + je možné u vás platit kartou? děkuji.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jan Bouda <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: jan.bouda@officedepot.eu\n', 'false', '2019-10-20 16:58:04'),
(319, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování', 'Od: Václav Agel\nE-mail: <agel@seznam.cz>\nTelefon: <+420602729225>\n\nPředmět: Ubytování\n\nZpráva:\nPoptáváme u Vás ubytování pro dvě osoby v termínu 25.10. až 27.10.2019.\r\nDěkujeme za zprávu.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Václav Agel <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: agel@seznam.cz\n', 'false', '2019-10-21 21:12:51'),
(320, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší]', 'Od: Karel Koláčný\nE-mail: <mikarauto@seznam.cz>\nTelefon: <739467189>\n\nPředmět: \n\nZpráva:\nDobrý den,bylo by možné se ubytovat ze soboty 26.10 do neděle nebo pondělí?Dvoulůžkový pokoj,díky\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Karel Koláčný <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: mikarauto@seznam.cz\n', 'false', '2019-10-24 03:43:38'),
(321, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] 26. - 29.10. ubytování dvoulůžkový pokoj', 'Od: Zuzana Galgonek\nE-mail: <zuza.zuzina@seznam.cz>\nTelefon: <604174255>\n\nPředmět: 26. - 29.10. ubytování dvoulůžkový pokoj\n\nZpráva:\nDobrý večer,\r\nmáte prosím volný dvoulůžkový pokoj v termínu 26. - 29.10. se snídaní?\r\nDěkuji za odpověď \r\nZuzana Galgonek\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Zuzana Galgonek <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: zuza.zuzina@seznam.cz\n', 'false', '2019-10-24 17:44:03'),
(322, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] website traffic', 'Od: Madison\nE-mail: <madison.williams@businesstraffic1.xyz>\nTelefon: <(805) 372-1751>\n\nPředmět: website traffic\n\nZpráva:\nHi,\r\n Your website seems to indicate that you have a successful business, but could you handle even more customers? \r\n\r\nWe provide targeted website visitors that you can convert into leads and customers. \r\n\r\nWe also offer a 7 day free trial so you have nothing to lose:\r\n\r\nhttps://businesstraffic1.xyz/wal/?=hotellesnizatisi.cz\r\n\r\nRegards,\r\nMadison\r\nLead Specialist\r\nSEO Vale\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n500 Westover Dr #12733\r\nSanford, NC 27330\r\n\r\nIf you prefer not to receive commercial messages regarding traffic for your business, please opt out here: https://www.businesstraffic1.xyz/out.php/?site=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Madison <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: madison.williams@businesstraffic1.xyz\n', 'false', '2019-10-28 23:59:15'),
(323, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] How to convert website visitors into phone calls?', 'Od: Eric\nE-mail: <eric@talkwithcustomer.com>\nTelefon: <416-385-3200>\n\nPředmět: How to convert website visitors into phone calls?\n\nZpráva:\nHi,\r\n\r\nMy name is Eric and I was looking at a few different sites online and came across your site hotellesnizatisi.cz. I must say - your website is very impressive. I am seeing your website on the first page of the Search Engine. \r\n\r\nHave you noticed that 70 percent of visitors who leave your website will never return? In most cases, this means that 95 percent to 98 percent of your marketing efforts are going to waste, not to mention that you are losing more money in customer acquisition costs than you need to.\r\n \r\nAs a business person, the time and money you put into your marketing efforts is extremely valuable. So why let it go to waste? Our users have seen staggering improvements in conversions with insane growths of 150 percent going upwards of 785 percent. Are you ready to unlock the highest conversion revenue from each of your website visitors? \r\n\r\nTalkWithCustomer is a widget which captures a website visitor’s Name, Email address and Phone Number and then calls you immediately, so that you can talk to the Lead exactly when they are live on your website — while they\'re hot! Best feature of all, International Long Distance Calling is included!\r\n \r\nTry TalkWithCustomer Live Demo now to see exactly how it works. Visit http://www.talkwithcustomer.com\r\n\r\nWhen targeting leads, speed is essential - there is a 100x decrease in Leads when a Lead is contacted within 30 minutes vs being contacted within 5 minutes.\r\n\r\nIf you would like to talk to me about this service, please give me a call. We have a 14 days trial. Visit http://www.talkwithcustomer.com to start converting up to 100X more leads today!\r\n\r\nThanks and Best Regards,\r\nEric\r\n\r\nIf you\'d like to unsubscribe go to http://liveserveronline.com/talkwithcustomer.aspx?d=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eric <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: eric@talkwithcustomer.com\n', 'false', '2019-11-19 20:47:45'),
(324, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Whitehat Monthly SEO Plans for hotellesnizatisi.cz', 'Od: Marilou\nE-mail: <noreplygooglealexarank@gmail.com>\nTelefon: <06-76481131>\n\nPředmět: Whitehat Monthly SEO Plans for hotellesnizatisi.cz\n\nZpráva:\nIncrease ranks and visibility for hotellesnizatisi.cz with a monthly SEO plan that is built uniquely for your website\r\n\r\nIncrease SEO metrics and ranks while receiving complete reports on monthly basis\r\n\r\nCheck out our plans\r\nhttps://googlealexarank.com/index.php/seo-packages/\r\n\r\nthanks and regards\r\nTop SEO Experts\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Marilou <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: noreplygooglealexarank@gmail.com\n', 'false', '2019-11-25 01:11:57'),
(325, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] hotellesnizatisi.cz Expiration Notice', 'Od: StationWeb Domain\nE-mail: <noreply@stationwebdomain.com>\nTelefon: <954-320-4679>\n\nPředmět: hotellesnizatisi.cz Expiration Notice\n\nZpráva:\nDisclaimer statement: We are not legally liable for any losses or damages that you may incur due to the expiration of hotellesnizatisi.cz. Such losses may include but are not limited to: financial loss, deleted data, downgrade of search rankings, missed customers, undelivered email and any other technical or business damages that you may incur. For more information please refer section 14.a.1.e of our Terms of Service. \n\n This is your final renewal notification for hotellesnizatisi.cz: \n\n https://stationwebdomain.com/?n=hotellesnizatisi.cz&r=a \n\n If hotellesnizatisi.cz is allowed to expire, the listing will be automatically deleted from our servers within 3 business days. Upon expiration, we reserve the right to offer your website listing to competitors or interested parties in the same business category and location (state/city) after 3 business days on an auction-bidding basis. \n\n This is the final renewal notice that we are required to send out in regards to the expiration of hotellesnizatisi.cz \n\n Secure Online Payment: \n\n https://stationwebdomain.com/?n=hotellesnizatisi.cz&r=a \n\n All services will be restored automatically on hotellesnizatisi.cz if payment is received in full on time before expiration. We thank you for your attention and business.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: StationWeb Domain <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: noreply@stationwebdomain.com\n', 'false', '2019-12-05 00:06:38'),
(326, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Get Top ahrefs rank for hotellesnizatisi.cz', 'Od: Brady\nE-mail: <noreply-monkeydigital@gmail.com>\nTelefon: <(02) 4920 6032>\n\nPředmět: Get Top ahrefs rank for hotellesnizatisi.cz\n\nZpráva:\nBe in Top 500k ahrefs domain rank in just several weeks\r\nhttps://www.monkeydigital.co/product/ahrefs-seo-plan/\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Brady <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: noreply-monkeydigital@gmail.com\n', 'false', '2019-12-12 20:16:29'),
(327, 'jakub.dvorak@jservices.cz', '[Hotel Lesní zátiší] Web byl aktualizován na WordPress 4.9.13', 'Zdravíme! Web http://hotellesnizatisi.cz/cs_CZ byl automaticky aktualizován na WordPress 4.9.13.\n\nPodrobnější informace o nové verzi 4.9.13 naleznete přímo v administraci na stránce O WordPressu:\nhttp://hotellesnizatisi.cz/wp-admin/about.php\n\nV současné době už je dostupný také WordPress 5.3.1. Aktualizace je velmi jednoduchá a zabere opravdu jen chvilku:\nhttp://hotellesnizatisi.cz/wp-admin/update-core.php\n\nPokud došlo k nějakému technickému problému, objevila se nečekaná chyba nebo jen potřebujete s něčím poradit, tak můžete kontaktovat oficiální fórum podpory (česky).\nhttps://cs.wordpress.org/podpora/\n\nZ hlediska bezpečnosti jsou pravidelné aktualizace WordPressu velmi důležité a přispívají alespoň trochu k tomu, aby mohl být internet bezpečnějším místem pro správce webů i čtenáře.\n\nVývojáři WordPressu (a překladatelé)\n', '', 'false', '2019-12-13 04:05:46'),
(328, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] You deserve more clients… and it’s THIS easy…', 'Od: Eric\nE-mail: <eric@talkwithcustomer.com>\nTelefon: <416-385-3200>\n\nPředmět: You deserve more clients… and it’s THIS easy…\n\nZpráva:\nHi,\r\n\r\nYou know it’s true…\r\n\r\nYour competition just can’t hold a candle to the way you DELIVER real solutions to your customers on your website hotellesnizatisi.cz.\r\n\r\nBut it’s a shame when good people who need what you have to offer wind up settling for second best or even worse.\r\n\r\nNot only do they deserve better, you deserve to be at the top of their list.\r\n \r\nTalkWithCustomer can reliably turn your website hotellesnizatisi.cz into a serious, lead generating machine.\r\n\r\nWith TalkWithCustomer installed on your site, visitors can either call you immediately or schedule a call for you in the future.\r\n \r\nAnd the difference to your business can be staggering – up to 100X more leads could be yours, just by giving TalkWithCustomer a FREE 14 Day Test Drive.\r\n \r\nThere’s absolutely NO risk to you, so CLICK HERE http://www.talkwithcustomer.com to sign up for this free test drive now. \r\n\r\nTons more leads? You deserve it.\r\n\r\nSincerely,\r\nEric\r\nPS: Odds are, you won’t have long to wait before seeing results:\r\nThis service makes an immediate difference in getting people on the phone right away before they have a chance to turn around and surf off to a competitor\'s website. D Traylor, Traylor Law \r\nWhy wait any longer? \r\nCLICK HERE http://www.talkwithcustomer.com to take the FREE 14-Day Test Drive and start converting up to 100X more leads today!\r\n\r\nIf you\'d like to unsubscribe click here http://liveserveronline.com/talkwithcustomer.aspx?d=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eric <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: eric@talkwithcustomer.com\n', 'false', '2019-12-15 13:13:30'),
(329, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Christmas', 'Od: Erin\nE-mail: <erin@qualitywebtraffic.top>\nTelefon: <326-421-8475>\n\nPředmět: Christmas\n\nZpráva:\nHi,\r\nWill you get as much business this Christmas season as you hope for?\r\n\r\nDo you have a plan in place to get the customers to your site?\r\n\r\nWe can help drive targeted customers to your site this holiday season:\r\nhttps://qualitywebtraffic.top/up/?=hotellesnizatisi.cz\r\n\r\nRegards,\r\nErin\r\n\r\n\r\n\r\n\r\n\r\n\r\nQuality Web Traffic\r\n964 E. Badillo Street #2089\r\nCovina, CA 91724\r\n\r\nIf you do not want to recieve this marketing material:\r\nhttps://qualitywebtraffic.top/unsubscribe.php/?site=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Erin <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: erin@qualitywebtraffic.top\n', 'false', '2019-12-24 08:10:14'),
(330, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] missing', 'Od: Nicole\nE-mail: <nicole@finestwebtraffic.top>\nTelefon: <326-856-8918>\n\nPředmět: missing\n\nZpráva:\nHey, I know this up coming time is going to be slammed with the holidays, but are you missing potential customers?\r\n\r\nHow about even more customers, could you handle them?\r\n\r\nDiscover how we can drive more visitors for you:\r\nhttps://finestwebtraffic.top/up/?=hotellesnizatisi.cz\r\n\r\nHappy Holidays!\r\n\r\nRegards,\r\nNicole\r\n\r\nFinest Web Traffic\r\n30025 Alicia Pkwy #20-75\r\nLaguna Niguel, CA 92677\r\n\r\nIf you are unintersted in this type of marketing:\r\nhttps://finestwebtraffic.top/unsubscribe.php?site=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Nicole <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: nicole@finestwebtraffic.top\n', 'false', '2019-12-24 12:22:55'),
(331, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší]', 'Od: Věra Vrzalová\nE-mail: <vrzalova.vera@seznam.cz>\nTelefon: <777172786>\n\nPředmět: \n\nZpráva:\nmám zájem o ubytování\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Věra Vrzalová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: vrzalova.vera@seznam.cz\n', 'false', '2019-12-30 09:04:04'),
(332, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Dotaz na termín pobytu', 'Od: Marie Kadeřábková\nE-mail: <kaderabkovamarie@seznam.cz>\nTelefon: <605879771>\n\nPředmět: Dotaz na termín pobytu\n\nZpráva:\nDobrý den,prosím Vás jestli máte v termínu 22.4.až 24.4.2020 volné pokoje,dvakrát dvoulůžkový pokoj,Děkuji za odpověď s pozdravem Kadeřábková\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Marie Kadeřábková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: kaderabkovamarie@seznam.cz\n', 'false', '2019-12-30 17:21:41'),
(333, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Dotaz na ubytování', 'Od: Lukáš Hynek\nE-mail: <Hynek.lukas1@gmail.com>\nTelefon: <732766021>\n\nPředmět: Dotaz na ubytování\n\nZpráva:\nDobrý den,\r\n\r\nChtěl bych se zeptat zda by jste neměli volný pokoj pro 2 osoby od 10.4.-13.4.2020.\r\nvčetně snídaně.\r\n\r\nPředem Vám děkuji za informaci\r\n\r\nS pozdravem\r\nHynek\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Lukáš Hynek <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: Hynek.lukas1@gmail.com\n', 'false', '2020-01-02 17:22:27'),
(334, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Rezervace ubytování', 'Od: Stanislav Langer\nE-mail: <stanislav.langer@seznam.cz>\nTelefon: <725 223 258>\n\nPředmět: Rezervace ubytování\n\nZpráva:\nDobrý den ,\r\nprosím o rezervaci ubytování ve Vašem hotelu Lesní zátiší.\r\n\r\nPříjezd : 10.08.2020\r\n\r\nOdjezd : 14.08.2020\r\n\r\nProsím o potvrzení rezervace.\r\n\r\nDěkuji\r\n\r\nLanger Stanislav\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Stanislav Langer <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: stanislav.langer@seznam.cz\n', 'false', '2020-01-04 15:02:00'),
(335, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Rezervace ubytování', 'Od: Langer Stanislav\nE-mail: <stanislav.langer@seznam.cz>\nTelefon: <725 223 258>\n\nPředmět: Rezervace ubytování\n\nZpráva:\nDobrý den,\r\nprosím o rezervaci ubytování ve Vašem hotelu Lesní zátiší.\r\n\r\nPokoj : 1 x dvoulůžkový pokoj se snídaní\r\n\r\nPříjezd : 10.08.2020\r\n\r\nOdjezd : 14.08.2020\r\n\r\nProsím o potvrzení rezervace.\r\n\r\nDěkuji\r\n\r\nLanger Stanislav\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Langer Stanislav <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: stanislav.langer@seznam.cz\n', 'false', '2020-01-04 15:24:14');
INSERT INTO `wp_email_log` (`id`, `to_email`, `subject`, `message`, `headers`, `attachments`, `sent_date`) VALUES
(336, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] dotaz', 'Od: Jaroslava Pučálková\nE-mail: <jaroslavapucalkova@seznam.cz>\nTelefon: <+420605717472>\n\nPředmět: dotaz\n\nZpráva:\nDobrý den, je možné si k pobytu ve Vašem zařízení objednat polopenzi? Pokud ano, za jakou cenu? Předem děkuji za odpověď.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jaroslava Pučálková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: jaroslavapucalkova@seznam.cz\n', 'false', '2020-01-06 08:31:44'),
(337, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] rezervace ubytování', 'Od: René Schück\nE-mail: <schuckrene@gmail.com>\nTelefon: <+420602297033>\n\nPředmět: rezervace ubytování\n\nZpráva:\nDobrý den,\r\n\r\npotřeboval bych zajistit ubytování v termínu 6. června 2020 pro 7-8 osob, tj. 4x dvoulůžkový pokoj. Prosím o informaci zda je to možné.\r\n\r\nDěkuji a jsem s pozdravem\r\n\r\nRené Schück\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: René Schück <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: schuckrene@gmail.com\n', 'false', '2020-01-10 09:45:20'),
(338, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] dopyt ubytovanie', 'Od: Helena Klinčeková\nE-mail: <klincekova@gmail.com>\nTelefon: <+421907755593>\n\nPředmět: dopyt ubytovanie\n\nZpráva:\nDobrý deň! Mala by som záujem o ubytovanie u Vás v termíne od 5.7-11.7 2020 pre dve osoby. Radi by sme zobrali aj menšieho psíka cca 10 Kg. Je to možné? Ak áno môže byť s nami v reštaurácii pri raňajkách resp. večeri. S pozdravom Klinčeková\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Helena Klinčeková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: klincekova@gmail.com\n', 'false', '2020-01-10 12:43:44'),
(339, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] volný pokoj', 'Od: radka vlčková\nE-mail: <rad103@seznam.cz>\nTelefon: <>\n\nPředmět: volný pokoj\n\nZpráva:\nDobrý den, bylo by , prosím , možné, objednat ubytování pro 3 osoby od 10.4. do 13.4.2020 ( 3noci ) ?\r\nDěkuji za odpověď\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: radka vlčková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: rad103@seznam.cz\n', 'false', '2020-01-11 21:54:50'),
(340, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Whitehat SEO packages', 'Od: Daniel Baylis\nE-mail: <daniel.baylis59@gmail.com>\nTelefon: <0421 96 66 10>\n\nPředmět: Whitehat SEO packages\n\nZpráva:\nhi there\r\n\r\nDo you want better ranks for your website?\r\n\r\nConsider a whitehat SEO plan and grab yourself the visibility that will get you more sales/leads\r\n\r\nMore info:\r\nhttps://www.ghostdigital.co/product-category/seo-packages/\r\n\r\nthanks and regards\r\nGhost Digital\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Daniel Baylis <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: daniel.baylis59@gmail.com\n', 'false', '2020-01-11 22:24:27'),
(341, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytovanie', 'Od: bulavciakova\nE-mail: <andrea.bulavciakova@gmail.com>\nTelefon: <0908423822>\n\nPředmět: ubytovanie\n\nZpráva:\nmali by sme zaujem o pobyt v termine od 1.5 do 4.5 2020......jednalo by sa o 2x2dvojluzkova izba a 2x trojluzkova izba.Mame 2 deti do 10 rokov a mame maleho psika.Dakujem.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: bulavciakova <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: andrea.bulavciakova@gmail.com\n', 'false', '2020-01-13 16:18:12'),
(342, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] moznost pobytu pro 4 dosp. osoby v kvetnu 2020', 'Od: Alexandra Klages\nE-mail: <alexandra.klages@web.de>\nTelefon: <+49 5032 90120>\n\nPředmět: moznost pobytu pro 4 dosp. osoby v kvetnu 2020\n\nZpráva:\nHledam na dobu od 14.05. do 21.05.2020 dva dvouluzkove pokoje pro 4 dospele osoby se snidani, evtl. i s veceri, co nam muzete nabidnout?\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Alexandra Klages <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: alexandra.klages@web.de\n', 'false', '2020-01-14 13:57:24'),
(343, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Do You Want Up to 100X More Conversions?', 'Od: Eric\nE-mail: <eric@talkwithcustomer.com>\nTelefon: <416-385-3200>\n\nPředmět: Do You Want Up to 100X More Conversions?\n\nZpráva:\nHey,\r\n\r\nYou have a website hotellesnizatisi.cz, right?\r\n\r\nOf course you do. I am looking at your website now.\r\n\r\nIt gets traffic every day – that you’re probably spending $2 / $4 / $10 or more a click to get. Not including all of the work you put into creating social media, videos, blog posts, emails, and so on.\r\n\r\nSo you’re investing seriously in getting people to that site.\r\n\r\nBut how’s it working? Great? Okay? Not so much?\r\n\r\nIf that answer could be better, then it’s likely you’re putting a lot of time, effort, and money into an approach that’s not paying off like it should.\r\n\r\nNow… imagine doubling your lead conversion in just minutes… In fact, I’ll go even better.\r\n \r\nYou could actually get up to 100X more conversions!\r\n\r\nI’m not making this up. As Chris Smith, best-selling author of The Conversion Code says: Speed is essential - there is a 100x decrease in Leads when a Lead is contacted within 14 minutes vs being contacted within 5 minutes.\r\n\r\nHe’s backed up by a study at MIT that found the odds of contacting a lead will increase by 100 times if attempted in 5 minutes or less.\r\n\r\nAgain, out of the 100s of visitors to your website, how many actually call to become clients?\r\n\r\nWell, you can significantly increase the number of calls you get – with ZERO extra effort.\r\n\r\nTalkWithCustomer makes it easy, simple, and fast – in fact, you can start getting more calls today… and at absolutely no charge to you.\r\n\r\nCLICK HERE http://www.talkwithcustomer.com now to take a free, 14-day test drive to find out how.\r\n\r\nSincerely,\r\nEric\r\n\r\nPS: Don’t just take my word for it, TalkWithCustomer works:\r\nEMA has been looking for ways to reach out to an audience. TalkWithCustomer so far is the most direct call of action. It has produced above average closing ratios and we are thrilled. Thank you for providing a real and effective tool to generate REAL leads. - P MontesDeOca.\r\nBest of all, act now to get a no-cost 14-Day Test Drive – our gift to you just for giving TalkWithCustomer a try. \r\nCLICK HERE http://www.talkwithcustomer.com to start converting up to 100X more leads today!\r\n\r\nIf you\'d like to unsubscribe click here http://liveserveronline.com/talkwithcustomer.aspx?d=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eric <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: eric@talkwithcustomer.com\n', 'false', '2020-01-20 20:35:14'),
(344, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Volný termin', 'Od: Pavlína Kostincová\nE-mail: <kostincovapavlina@gmail.com>\nTelefon: <774252465>\n\nPředmět: Volný termin\n\nZpráva:\nDobrý večer.\r\nBylo by možné se u Vás ubytovat v termínu od 1.8.-4.8.? Nebo jiné dny v týdnu 3.8\r\n-10.8. .\r\nMěla bych zájem o jeden pokoj pro 2 dospělé, nejlépe s manželskou postelí. Popř.byla by možná snídaně v ceně nebo za příplatek?\r\n \r\n\r\nMoc děkuji za informaci a přeji hezký zbytek večera.\r\nKostincová Pavlína\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Pavlína Kostincová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: kostincovapavlina@gmail.com\n', 'false', '2020-01-20 20:42:31'),
(345, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Any interest?', 'Od: Valerie\nE-mail: <valerie@yourtargetcustomer.top>\nTelefon: <224-874-8991>\n\nPředmět: Any interest?\n\nZpráva:\nHi,\r\n\r\nI\'m inviting a small group of businesses to test our new web traffic-increase tool, with no obligation or strings attached.\r\n\r\n>> Yes, I\'m interested -- click here for more information:\r\nURL\r\n\r\nWhat we\'re offering:\r\n-- Up to 30,000 unique visitors to your website per month\r\n-- You can target the traffic by keyword and country\r\n-- Risk-free 7-day trial \r\n\r\nAfter the trial, you can stop there or continue receiving traffic if you\'re satisfied with the results.\r\n\r\nTo take part in this limited trial, please click here:\r\nhttps://yourtargetcustomer.top/up?=hotellesnizatisi.cz\r\n\r\nSincerely, \r\nValerie Reese\r\nWeb Traffic Analyst, CWT Your Target Customer\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nCWT Your Target Customer\r\n2764 Pleasant Road\r\nSuite A PMB 922 \r\nFort Mill, SC 29708\r\n\r\nNot interested in marketing:\r\nhttps://yourtargetcustomer.top/unsubscribe.php/?site=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Valerie <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: valerie@yourtargetcustomer.top\n', 'false', '2020-01-21 19:13:41'),
(346, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] How to convert website visitors into phone calls?', 'Od: Eric\nE-mail: <eric@talkwithcustomer.com>\nTelefon: <416-385-3200>\n\nPředmět: How to convert website visitors into phone calls?\n\nZpráva:\nHi,\r\n\r\nLet’s take a quick trip to Tomorrow-land.\r\n\r\nI’m not talking about a theme park, I’m talking about your business’s future…\r\n\r\nDon’t worry, we won’t even need a crystal ball. \r\n\r\nJust imagine… \r\n\r\n… a future where the money you invest in driving traffic to your site hotellesnizatisi.cz pays off with tons of calls from qualified leads.\r\n \r\nAnd the difference between what you experienced in the past is staggering – you’re seeing 10X, 20X, 50X, even up to a 100X more leads coming from your website hotellesnizatisi.cz. Leads that are already engaged with what you have to offer and are ready to learn more and even open their wallets.\r\n\r\nSeeing all this taking place in your business, you think back: What did I do only a short time ago that made such a huge difference?\r\n\r\nAnd then it hits you: You took advantage of a free 14 day Test Drive of TalkWithCustomer.\r\n\r\nYou installed TalkWithCustomer on hotellesnizatisi.cz – it was a snap.\r\n\r\nAnd practically overnight customers started engaging more regularly and calling your business. Like this: EMA has been looking for ways to reach out to an audience. TalkWithCustomer so far is the most direct call of action. It has produced above average closing ratios and we are thrilled. Thank you for providing a real and effective tool to generate REAL leads. - Patrick Montes\r\n\r\nSince you installed TalkWithCustomer it’s been great.\r\n\r\nIt’s fun to dream, but this isn’t just a dream. It could be your very real tomorrow.\r\n \r\nAll you have to do is CLICK HERE http://www.talkwithcustomer.com to sign up to try TalkWithCustomer today.\r\n\r\nNot tomorrow. Today.\r\n\r\nBecause there’s no better time than now to make your business work the way you’ve always wanted.\r\n \r\nSincerely,\r\nEric\r\nPS: Remember, there’s absolutely NO risk to you – if you’re 100% satisfied after the 14 days pass, there’s no obligation. And even ONE more lead-turned-into-customer could be worth hundreds, even thousands to you over their lifetime. \r\n\r\nDon’t let the moment pass you by. CLICK HERE http://www.talkwithcustomer.com to sign up for this free test drive now. \r\n\r\nIf you\'d like to unsubscribe click here http://liveserveronline.com/talkwithcustomer.aspx?d=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eric <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: eric@talkwithcustomer.com\n', 'false', '2020-01-23 01:46:47'),
(347, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší]', 'Od: Lenka Sedláčková\nE-mail: <lenka.barotkova@gmail.com>\nTelefon: <>\n\nPředmět: \n\nZpráva:\nDobrý den, máte volný pokoj pro dvě osoby na 1 týden někdy během července nebo srpna 2020?\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Lenka Sedláčková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: lenka.barotkova@gmail.com\n', 'false', '2020-01-23 10:35:07'),
(348, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Rezervace', 'Od: Josef Bartoň\nE-mail: <joejesuscz@gmail.com>\nTelefon: <775061054>\n\nPředmět: Rezervace\n\nZpráva:\nDobrý den, rád bych se zeptal, zda-li lze zarezervovat 2 lůžkový pokoj (2 dospělé osoby) v termínu od 31.1 do 2.2.2020. Předem děkuji za odpověď.\r\nS pozdravy,\r\nJosef Bartoň\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Josef Bartoň <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: joejesuscz@gmail.com\n', 'false', '2020-01-25 16:26:26'),
(349, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Rank hotellesnizatisi.cz locally', 'Od: Mike\nE-mail: <fryman.adrianne38@gmail.com>\nTelefon: <079 3088 1950>\n\nPředmět: Rank hotellesnizatisi.cz locally\n\nZpráva:\nIf you`ll ever need New Local SEO strategies for 2020\r\n\r\nPlease consider our local SEO plan strategy\r\nhttps://www.ghostdigital.co/product/local-seo-package/\r\n\r\nMike Fryman\r\nghostdigital.mike@gmail.com\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Mike <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: fryman.adrianne38@gmail.com\n', 'false', '2020-01-28 02:01:44'),
(350, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] hotellesnizatisi.cz SEO', 'Od: Brooke\nE-mail: <brooke.smith@businessseo1.top>\nTelefon: <213-558-1751>\n\nPředmět: hotellesnizatisi.cz SEO\n\nZpráva:\nHi,\r\n You have a great website. May I ask how your SEO is doing?\r\n\r\nDo you have enough people coming to your website?\r\n\r\nWe can help improve your SEO. \r\n\r\nhttps://businessseo1.top/wal/?=hotellesnizatisi.cz\r\n\r\nRegards,\r\nBrooke\r\nSEO Expert\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n964 E. Badillo Street #2055\r\nCovina, CA 91724\r\n\r\nIf you prefer not to receive commercial messages regarding seo for your business, please remove yourself here: https://www.businessseo1.top/out.php/?site=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Brooke <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: brooke.smith@businessseo1.top\n', 'false', '2020-01-30 01:39:47'),
(351, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování', 'Od: Ivana Žáková\nE-mail: <zakova@zlinstav.com>\nTelefon: <+420602514430>\n\nPředmět: Ubytování\n\nZpráva:\nDobrý den, poprosila bych o rezervaci dvojlůžkového pokoje od 6.5.2020 do 8.5.2020.\r\nDěkuji a s pozdravem Žáková\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Ivana Žáková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: zakova@zlinstav.com\n', 'false', '2020-02-03 09:56:16'),
(352, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Poptávka rezervace', 'Od: Jitka Blažková\nE-mail: <blazkovavm@gmail.com>\nTelefon: <607032022>\n\nPředmět: Poptávka rezervace\n\nZpráva:\nDobrý den prosím o nabídku a případnou rezervaci pro 2 dospělé a 2 děti (15 a 11 let) od termínu 13.7-17.7. Přivítali bychom polopenzi. Budu se těšit na Vaši odpověď.\r\nS pozdravem, Blažková\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jitka Blažková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: blazkovavm@gmail.com\n', 'false', '2020-02-04 19:56:14'),
(353, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Poptávka rezervace', 'Od: Jitka Blažková\nE-mail: <blazkovavm@gmail.com>\nTelefon: <607032022>\n\nPředmět: Poptávka rezervace\n\nZpráva:\nDobrý den prosím o nabídku a případnou rezervaci pro 2 dospělé a 2 děti (15 a 11 let) od termínu 13.7-17.7. Přivítali bychom polopenzi. Budu se těšit na Vaši odpověď.\r\nS pozdravem, Blažková\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jitka Blažková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: blazkovavm@gmail.com\n', 'false', '2020-02-04 19:56:16'),
(354, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Dotaz', 'Od: Antonín Divila\nE-mail: <ddefoe@seznam.cz>\nTelefon: <777186168>\n\nPředmět: Dotaz\n\nZpráva:\nChtěl jsem se zeptat na dostupnost pokoje v termínu 15.-18.7. Jednalo by se o dvě osoby s malým psem(cca 5kg).Děkuji za odpověď.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Antonín Divila <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: ddefoe@seznam.cz\n', 'false', '2020-02-04 20:18:52'),
(355, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] [Expiration Notice] hotellesnizatisi.cz Certificate', 'Od: SSL Security\nE-mail: <noreply@esslcerts.com>\nTelefon: <302-645-7400>\n\nPředmět: [Expiration Notice] hotellesnizatisi.cz Certificate\n\nZpráva:\nThis message is to alert you that the Free 1-Year subscription of the SSL certificate (HTTPS) on your website is no longer valid. This means that hackers can now snoop in on your website easily. Online viruses, bad actors or competitors can steal your sensitive personal information as well as your customers\' registration data for malicious purposes. \n\n Further, an invalid or expired SSL also infringes GDPR (General Data Protection Regulation; effective May 25, 2018). Article 32 of GDPR requires that regulated information must be protected with appropriate technical and organizational measures, including encryption of personal data and the ability to ensure the ongoing confidentiality of systems and services. \n\n As a result of this, Google has also started to mark all connections to your website as \"insecure\". You can check this by looking at the security status (to the left of the web address) of your website in any web browser. You will see that there is no Green PADLOCK visible next to your web address. \n\n To fix this problem, you are required to re-deploy an SSL certificate on your website now: https://esslcerts.com/hotellesnizatisi.cz/a/1581554852/v5 \n\n This will encrypt data and secure all connections on your website. The digital certificate will be emailed to you within minutes after verification. \n\n WARNING: Your website may stop functioning securely within 72 hours if it is reported as a malicious website, as a result of hosting insecure content. For more information see part 7.2P of our service agreement. We can not be held liable for any financial or technical losses resulting from this. \n\n Secure your website now: https://esslcerts.com/hotellesnizatisi.cz/a/1581554852/v5\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: SSL Security <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: noreply@esslcerts.com\n', 'false', '2020-02-13 00:47:37'),
(356, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Rezervace', 'Od: Jaromír Moravec\nE-mail: <moravec.jaromir.53@gmail.com>\nTelefon: <602232679>\n\nPředmět: Rezervace\n\nZpráva:\nProsím o rezervaci ubytování na dvě noci od 23.-25. 4. 2020 pro dvě osoby.\r\nPreferencí, nikoli nutnou podminkou, jsou oddělená lůžka.\r\n\r\nP.S. Rádi bychom poznali místo, kam naše \"sestřenka\" Ivana Langeová tak ráda jezdila.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jaromír Moravec <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: moravec.jaromir.53@gmail.com\n', 'false', '2020-02-15 15:03:55'),
(357, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Request for quotation', 'Od: Tonja Duncan\nE-mail: <noreply@arteseo.co>\nTelefon: <0477 15 76 57>\n\nPředmět: Request for quotation\n\nZpráva:\nAs per your inquiry, here is your unique domains backlinks package quotation and options for hotellesnizatisi.cz\r\n\r\nhttps://www.arteseo.co/quotation/\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Tonja Duncan <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: noreply@arteseo.co\n', 'false', '2020-02-16 11:46:31'),
(358, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší]', 'Od: irena hrníčková\nE-mail: <irisa79@seznam.cz>\nTelefon: <+420 725679627>\n\nPředmět: \n\nZpráva:\nDobrý den,\r\nchtěla by jsem rezervovat ubytování v termínu 9.4.2020-11.4.2020 pro jednu dospělou osobu a dvě děti ve věku 14 a 10 let\r\n\r\nDěkuji\r\n\r\nS pozdravem\r\n\r\nHrníčková\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: irena hrníčková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: irisa79@seznam.cz\n', 'false', '2020-02-20 08:48:32'),
(359, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] booking enquiry', 'Od: mark watson-jones\nE-mail: <mwjmwjmwj@gmail.com>\nTelefon: <+447780609912>\n\nPředmět: booking enquiry\n\nZpráva:\nHello\r\nwe would like to book a room for two people on sunday 9/8/2020. please can you confirm if you have availability?\r\nthank you\r\nMark\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: mark watson-jones <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: mwjmwjmwj@gmail.com\n', 'false', '2020-02-21 16:00:45'),
(360, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] [Expiration Notice] hotellesnizatisi.cz Certificate', 'Od: SSL Security\nE-mail: <noreply@esslcerts.com>\nTelefon: <302-645-7400>\n\nPředmět: [Expiration Notice] hotellesnizatisi.cz Certificate\n\nZpráva:\nThis message is to alert you that the Free 1-Year subscription of the SSL certificate (HTTPS) on your website is no longer valid. This means that hackers can now snoop in on your website easily. Online viruses, bad actors or competitors can steal your sensitive personal information as well as your customers\' registration data for malicious purposes. \n\n Further, an invalid or expired SSL also infringes GDPR (General Data Protection Regulation; effective May 25, 2018). Article 32 of GDPR requires that regulated information must be protected with appropriate technical and organizational measures, including encryption of personal data and the ability to ensure the ongoing confidentiality of systems and services. \n\n As a result of this, Google has also started to mark all connections to your website as \"insecure\". You can check this by looking at the security status (to the left of the web address) of your website in any web browser. You will see that there is no Green PADLOCK visible next to your web address. \n\n To fix this problem, you are required to re-deploy an SSL certificate on your website now: https://esslcerts.com/hotellesnizatisi.cz/a/1582342621/v5 \n\n This will encrypt data and secure all connections on your website. The digital certificate will be emailed to you within minutes after verification. \n\n WARNING: Your website may stop functioning securely within 72 hours if it is reported as a malicious website, as a result of hosting insecure content. For more information see part 7.2P of our service agreement. We can not be held liable for any financial or technical losses resulting from this. \n\n Secure your website now: https://esslcerts.com/hotellesnizatisi.cz/a/1582342621/v5\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: SSL Security <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: noreply@esslcerts.com\n', 'false', '2020-02-22 03:37:07'),
(361, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování', 'Od: Jan Zamazal\nE-mail: <zamazvinaric@gmail.com>\nTelefon: <604793985>\n\nPředmět: Ubytování\n\nZpráva:\nDobrý den,\r\nbylo by možné si u vás objednat jeden dvoulůžkový a jeden třílůžkový pokoj v termínu od 7.3 do 9.3?\r\nByly jsme u Vás na svatební cestě před dvaceti lety 28.7.2000 a teď by jsem rád manželku překvapil opakovaným pobytem i s našimi třemi syny a dvěma psy (velikost Yorkshire).\r\nRád bych manželku překvapil i stejným pokojem, ale bohužel si nepamatuji číslo.\r\nPředem děkuji za odpověď\r\nS pozdravem Zamazal\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jan Zamazal <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: zamazvinaric@gmail.com\n', 'false', '2020-02-22 19:25:11'),
(362, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Rezervace ubytování', 'Od: Monika Michela\nE-mail: <monikamich@web.de>\nTelefon: <732 422 067>\n\nPředmět: Rezervace ubytování\n\nZpráva:\nDobrý den paní Vrzalová,\r\nmužete mi rezervovat jeden dvojlužkový pokoj, pokud možno co nejníže, jsem ZTP, a to od neděle 24 do středy 27 května?\r\nPřijedeme vlakem v 16.43.\r\nDěkuji za odpověd\r\nMonika Michela\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Monika Michela <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: monikamich@web.de\n', 'false', '2020-02-23 19:29:14'),
(363, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Booking reservation', 'Od: Miguel Villarejo\nE-mail: <villarejo.miguel@gmail.com>\nTelefon: <+420776252265>\n\nPředmět: Booking reservation\n\nZpráva:\nHello, I would like to book if possible a room for me and my girlfriend on 10 april till 12 april.\r\n\r\nthanks for your time,\r\nregards, Miguel\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Miguel Villarejo <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: villarejo.miguel@gmail.com\n', 'false', '2020-02-23 21:06:30'),
(364, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] rezervace', 'Od: maria dokken\nE-mail: <mariadokken@hotmail.com>\nTelefon: <>\n\nPředmět: rezervace\n\nZpráva:\nDobri den\r\nmate volne pokoje pro 4 osoby 29.7-30.7? Aj parkovani pro 4 motorky\r\nDekuji\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: maria dokken <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: mariadokken@hotmail.com\n', 'false', '2020-02-24 09:21:48'),
(365, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování', 'Od: Tomáš Vyroubal\nE-mail: <tomasyamaha@seznam.cz>\nTelefon: <774773904>\n\nPředmět: Ubytování\n\nZpráva:\nDobrý večer.\r\nChtěl bych se zeptat jestli máte ještě volný pokoj pro dvě osoby na 10.4.-12.4.\r\nMáme miminko ale postel nebo přistýlku nepotřebujem.\r\nDěkuji za odpvěď.Vyroubal.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Tomáš Vyroubal <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: tomasyamaha@seznam.cz\n', 'false', '2020-02-26 19:45:38'),
(366, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] A quick trip to a tomorrow of your dreams…', 'Od: Eric\nE-mail: <eric@talkwithcustomer.com>\nTelefon: <416-385-3200>\n\nPředmět: A quick trip to a tomorrow of your dreams…\n\nZpráva:\nHi,\r\n\r\nLet’s take a quick trip to Tomorrow-land.\r\n\r\nI’m not talking about a theme park, I’m talking about your business’s future…\r\n\r\nDon’t worry, we won’t even need a crystal ball. \r\n\r\nJust imagine… \r\n\r\n… a future where the money you invest in driving traffic to your site hotellesnizatisi.cz pays off with tons of calls from qualified leads.\r\n \r\nAnd the difference between what you experienced in the past is staggering – you’re seeing 10X, 20X, 50X, even up to a 100X more leads coming from your website hotellesnizatisi.cz. Leads that are already engaged with what you have to offer and are ready to learn more and even open their wallets.\r\n\r\nSeeing all this taking place in your business, you think back: What did I do only a short time ago that made such a huge difference?\r\n\r\nAnd then it hits you: You took advantage of a free 14 day Test Drive of TalkWithCustomer.\r\n\r\nYou installed TalkWithCustomer on hotellesnizatisi.cz – it was a snap.\r\n\r\nAnd practically overnight customers started engaging more regularly and calling your business. Like this: EMA has been looking for ways to reach out to an audience. TalkWithCustomer so far is the most direct call of action. It has produced above average closing ratios and we are thrilled. Thank you for providing a real and effective tool to generate REAL leads. - Patrick Montes\r\n\r\nSince you installed TalkWithCustomer it’s been great.\r\n\r\nIt’s fun to dream, but this isn’t just a dream. It could be your very real tomorrow.\r\n \r\nAll you have to do is CLICK HERE http://www.talkwithcustomer.com to sign up to try TalkWithCustomer today.\r\n\r\nNot tomorrow. Today.\r\n\r\nBecause there’s no better time than now to make your business work the way you’ve always wanted.\r\n \r\nSincerely,\r\nEric\r\nPS: Remember, there’s absolutely NO risk to you – if you’re 100% satisfied after the 14 days pass, there’s no obligation. And even ONE more lead-turned-into-customer could be worth hundreds, even thousands to you over their lifetime. \r\n\r\nDon’t let the moment pass you by. CLICK HERE http://www.talkwithcustomer.com to sign up for this free test drive now. \r\n\r\nIf you\'d like to unsubscribe click here http://liveserveronline.com/talkwithcustomer.aspx?d=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eric <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: eric@talkwithcustomer.com\n', 'false', '2020-02-29 17:01:17'),
(367, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Strike when the iron’s hot', 'Od: Eric\nE-mail: <eric@talkwithwebvisitor.com>\nTelefon: <416-385-3200>\n\nPředmět: Strike when the iron’s hot\n\nZpráva:\nHey there, I just found your site, quick question…\r\n\r\nMy name’s Eric, I found hotellesnizatisi.cz after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site? Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE http://www.talkwithwebvisitor.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when the iron’s hot!\r\n\r\nCLICK HERE http://www.talkwithwebvisitor.com to learn more about everything Talk With Web Visitor can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately! \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE http://www.talkwithwebvisitor.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitor.com/unsubscribe.aspx?d=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eric <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: eric@talkwithwebvisitor.com\n', 'false', '2020-03-03 11:06:31'),
(368, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytování', 'Od: Pavel Kadaňka\nE-mail: <kadanka.pavel@seznam.cz>\nTelefon: <603432414>\n\nPředmět: ubytování\n\nZpráva:\nPřeji dobrý den, máte prosím volný 2 lůžkový pokoj z 13. na 15. 3.2020?\r\nS díky a pozdravem Pavel Kadaňka\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Pavel Kadaňka <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: kadanka.pavel@seznam.cz\n', 'false', '2020-03-04 21:51:36'),
(369, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytování', 'Od: Věra Vrzalová\nE-mail: <vrzalova.vera@seznam.cz>\nTelefon: <777172786>\n\nPředmět: ubytování\n\nZpráva:\nAhoj zítra\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Věra Vrzalová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: vrzalova.vera@seznam.cz\n', 'false', '2020-03-05 06:29:54'),
(370, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Not enough?', 'Od: Sharron\nE-mail: <sharron@primewebtraffic.xyz>\nTelefon: <326-421-8475>\n\nPředmět: Not enough?\n\nZpráva:\nHey! How\'s business so far this year?\r\n\r\nCould you use more customers? A lot more?\r\n\r\nCheck out how we can drive more visitors to your website:\r\nhttps://primewebtraffic.xyz/up?=hotellesnizatisi.cz\r\n\r\nBest wishes in 2020,\r\nSharron\r\n\r\n\r\n\r\nPrime Web Traffic\r\n2764 Pleasant Road \r\nBld APMB # 934\r\nFort Mill SC 29708\r\n\r\nIf you do not want to recieve this marketing material:\r\nhttps:///primewebtraffic.xyz/unsubscribe.php/?site=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Sharron <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: sharron@primewebtraffic.xyz\n', 'false', '2020-03-08 09:35:09'),
(371, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Booking 26 to 28 July 2020', 'Od: Margarita Suárez\nE-mail: <marga@elmelojar.com>\nTelefon: <654492880>\n\nPředmět: Booking 26 to 28 July 2020\n\nZpráva:\nDear sir,\r\nI would like to know availability and price for 1 double room for two nights with breakfast from the 26th to 28th July 2020\r\nKind regards,\r\nMargarita Suárez\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Margarita Suárez <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: marga@elmelojar.com\n', 'false', '2020-03-08 11:50:50'),
(372, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] [Expiration Notice] hotellesnizatisi.cz Certificate', 'Od: SSL Security\nE-mail: <noreply@esslcerts.com>\nTelefon: <302-645-7400>\n\nPředmět: [Expiration Notice] hotellesnizatisi.cz Certificate\n\nZpráva:\nThis message is to alert you that the Free 1-Year subscription of the SSL certificate (HTTPS) on your website is no longer valid. This means that hackers can now snoop in on your website easily. Online viruses, bad actors or competitors can steal your sensitive personal information as well as your customers\' registration data for malicious purposes. \n\n Further, an invalid or expired SSL also infringes GDPR (General Data Protection Regulation; effective May 25, 2018). Article 32 of GDPR requires that regulated information must be protected with appropriate technical and organizational measures, including encryption of personal data and the ability to ensure the ongoing confidentiality of systems and services. \n\n As a result of this, Google has also started to mark all connections to your website as \"insecure\". You can check this by looking at the security status (to the left of the web address) of your website in any web browser. You will see that there is no Green PADLOCK visible next to your web address. \n\n To fix this problem, you are required to re-deploy an SSL certificate on your website now: https://esslcerts.com/hotellesnizatisi.cz/a/1583783985/v5 \n\n This will encrypt data and secure all connections on your website. The digital certificate will be emailed to you within minutes after verification. \n\n WARNING: Your website may stop functioning securely within 72 hours if it is reported as a malicious website, as a result of hosting insecure content. For more information see part 7.2P of our service agreement. We can not be held liable for any financial or technical losses resulting from this. \n\n Secure your website now: https://esslcerts.com/hotellesnizatisi.cz/a/1583783985/v5\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: SSL Security <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: noreply@esslcerts.com\n', 'false', '2020-03-09 19:59:50'),
(373, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] [Expiration Notice] hotellesnizatisi.cz Certificate', 'Od: SSL Security\nE-mail: <noreply@esslcerts.com>\nTelefon: <302-645-7400>\n\nPředmět: [Expiration Notice] hotellesnizatisi.cz Certificate\n\nZpráva:\nThis message is to alert you that the Free 1-Year subscription of the SSL certificate (HTTPS) on your website is no longer valid. This means that hackers can now snoop in on your website easily. Online viruses, bad actors or competitors can steal your sensitive personal information as well as your customers\' registration data for malicious purposes. \n\n Further, an invalid or expired SSL also infringes GDPR (General Data Protection Regulation; effective May 25, 2018). Article 32 of GDPR requires that regulated information must be protected with appropriate technical and organizational measures, including encryption of personal data and the ability to ensure the ongoing confidentiality of systems and services. \n\n As a result of this, Google has also started to mark all connections to your website as \"insecure\". You can check this by looking at the security status (to the left of the web address) of your website in any web browser. You will see that there is no Green PADLOCK visible next to your web address. \n\n To fix this problem, you are required to re-deploy an SSL certificate on your website now: https://esslcerts.com/hotellesnizatisi.cz/a/1584166955/v5 \n\n This will encrypt data and secure all connections on your website. The digital certificate will be emailed to you within minutes after verification. \n\n WARNING: Your website may stop functioning securely within 72 hours if it is reported as a malicious website, as a result of hosting insecure content. For more information see part 7.2P of our service agreement. We can not be held liable for any financial or technical losses resulting from this. \n\n Secure your website now: https://esslcerts.com/hotellesnizatisi.cz/a/1584166955/v5\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: SSL Security <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: noreply@esslcerts.com\n', 'false', '2020-03-14 06:22:41'),
(374, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] [Expiration Notice] hotellesnizatisi.cz Certificate', 'Od: SSL Security\nE-mail: <noreply@esslcerts.com>\nTelefon: <302-645-7400>\n\nPředmět: [Expiration Notice] hotellesnizatisi.cz Certificate\n\nZpráva:\nThis message is to alert you that the Free 1-Year subscription of the SSL certificate (HTTPS) on your website is no longer valid. This means that hackers can now snoop in on your website easily. Online viruses, bad actors or competitors can steal your sensitive personal information as well as your customers\' registration data for malicious purposes. \n\n Further, an invalid or expired SSL also infringes GDPR (General Data Protection Regulation; effective May 25, 2018). Article 32 of GDPR requires that regulated information must be protected with appropriate technical and organizational measures, including encryption of personal data and the ability to ensure the ongoing confidentiality of systems and services. \n\n As a result of this, Google has also started to mark all connections to your website as \"insecure\". You can check this by looking at the security status (to the left of the web address) of your website in any web browser. You will see that there is no Green PADLOCK visible next to your web address. \n\n To fix this problem, you are required to re-deploy an SSL certificate on your website now: https://esslcerts.com/hotellesnizatisi.cz/a/1584513827/v5 \n\n This will encrypt data and secure all connections on your website. The digital certificate will be emailed to you within minutes after verification. \n\n WARNING: Your website may stop functioning securely within 72 hours if it is reported as a malicious website, as a result of hosting insecure content. For more information see part 7.2P of our service agreement. We can not be held liable for any financial or technical losses resulting from this. \n\n Secure your website now: https://esslcerts.com/hotellesnizatisi.cz/a/1584513827/v5\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: SSL Security <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: noreply@esslcerts.com\n', 'false', '2020-03-18 06:43:54'),
(375, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Cool website!', 'Od: Eric\nE-mail: <eric@talkwithwebvisitor.com>\nTelefon: <416-385-3200>\n\nPředmět: Cool website!\n\nZpráva:\nCool website!\r\n\r\nMy name’s Eric, and I just found your site - hotellesnizatisi.cz - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking – after someone like me stumbles across hotellesnizatisi.cz, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nI’m guessing some, but I also bet you’d like more… studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought – what if there was an easy way for every visitor to “raise their hand” to get a phone call from you INSTANTLY… the second they hit your site and said, “call me now.”\r\n\r\nYou can –\r\n \r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://www.talkwithwebvisitor.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nThat’s why we built out our new SMS Text With Lead feature… because once you’ve captured the visitor’s phone number, you can automatically start a text message (SMS) conversation.\r\n \r\nThink about the possibilities – even if you don’t close a deal then and there, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nWouldn’t that be cool?\r\n\r\nCLICK HERE http://www.talkwithwebvisitor.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://www.talkwithwebvisitor.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitor.com/unsubscribe.aspx?d=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eric <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: eric@talkwithwebvisitor.com\n', 'false', '2020-03-18 22:00:14'),
(376, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] hotellesnizatisi.cz Termination Notice', 'Od: DomainWeb Station\nE-mail: <noreply@domainwebstation.com>\nTelefon: <954-320-4679>\n\nPředmět: hotellesnizatisi.cz Termination Notice\n\nZpráva:\nThis message is to inform you that your invoice no. 280042723 to be due on 2020-03-19 is SUSPENDED. Please ensure that you make payment AS SOON AS POSSIBLE to avoid any TERMINATION of service to hotellesnizatisi.cz. \n\nDo take note that if no payment is made in the next 3 business days, your data will be purged and deleted. \n\nhttps://domainwebstation.com/?n=hotellesnizatisi.cz&r=a&t=1584590008&p=v1 \n\nDisclaimer notice: We can not be held legally liable for any claims, damage or loss that you may incur because of the cancellation of hotellesnizatisi.cz. Any such damages may include but are not exclusively limited to: monetary losses, deleted data without backups, loss of position in search rankings, missed appointments, undelivered email and any other service, business or technical damages that you may incur. For more information please refer section 19.a.3.f of our Terms of Service. \n\nThis is the final renewal message that we are required to communicate in regards to the expiration hotellesnizatisi.cz. \n\nSECURE ONLINE PAYMENT: https://domainwebstation.com/?n=hotellesnizatisi.cz&r=a&t=1584590008&p=v1 \n\nAll online services will be restored automatically on hotellesnizatisi.cz upon confirmation of payment. We thank you for your cooperation and continued business.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: DomainWeb Station <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: noreply@domainwebstation.com\n', 'false', '2020-03-19 03:53:36'),
(377, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Rezervace ubytování', 'Od: Marie Kadeřábková\nE-mail: <kaderabkovamarie@seznam.cz>\nTelefon: <605879771>\n\nPředmět: Rezervace ubytování\n\nZpráva:\nDobrý den,od 22.4 do 24.4. u vás máme rezervaci ubytování se zaplacenou zálohou.Vzhledem z situaci se tento termín určitě neuskuteční,rezervaci rušit nechceme,prosím, jestli by nebyl možný posun termínu podle situace jak se bude vyvíjet a podle Vašich možností.Děkuji Kadeřábková Marie\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Marie Kadeřábková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: kaderabkovamarie@seznam.cz\n', 'false', '2020-03-28 06:13:19'),
(378, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Regarding hotellesnizatisi.cz', 'Od: Virginia\nE-mail: <info@hotellesnizatisi.cz>\nTelefon: <0322 5153984>\n\nPředmět: Regarding hotellesnizatisi.cz\n\nZpráva:\nGood day\r\n\r\nBuy N95 Face Mask and Medical Face Mask to protect your loved ones from the deadly CoronaVirus. The price begins at $1.49 each. If interested, please visit our site: thefacemask.online\r\n\r\nKind Regards,\r\n\r\nHotel Lesní zátiší | ubytování v Adršpachu - hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Virginia <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: info@hotellesnizatisi.cz\n', 'false', '2020-03-31 12:48:02');
INSERT INTO `wp_email_log` (`id`, `to_email`, `subject`, `message`, `headers`, `attachments`, `sent_date`) VALUES
(379, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] 24-48 hours', 'Od: Kimberely\nE-mail: <kimberely@maxprimetraffic.xyz>\nTelefon: <326-856-8918>\n\nPředmět: 24-48 hours\n\nZpráva:\nHi,\r\n\r\nMy name is Kimberely Graham. I\'m reaching out to businesses who want to dramatically boost their website traffic in 24-48 hours.\r\n\r\nAny interest? Here\'s how it works:\r\nhttps://maxprimetraffic.xyz/up?=hotellesnizatisi.cz\r\n\r\nSincerely,\r\nKimberely\r\nTargeted Visitor Specialist\r\n\r\n\r\n\r\nMax PrimeTraffic\r\n30025 Alicia Pkwy Unit 20-75\r\nLaguna Niguel, CA 92677\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nIf you are unintersted in this type of marketing:\r\nhttps://maxprimetraffic.xyz/unsubscribe.php?site=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Kimberely <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: kimberely@maxprimetraffic.xyz\n', 'false', '2020-04-04 05:46:42'),
(380, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Thought I\'d let you know', 'Od: Amy\nE-mail: <amy@leggingshut.co>\nTelefon: <031 267 43 41>\n\nPředmět: Thought I\'d let you know\n\nZpráva:\nHey my name is Amy, I am from Leggings Hut.\r\n\r\nThought I\'d let you know that we ship our fitness apparel worldwide directly from New York City.\r\n\r\nFitness leggings and athletic wear for women made with quality soft material.\r\n\r\nYou will never overpay when shopping with us.\r\n\r\nDiscover our collection today http://www.leggingshut.co\r\n\r\nThanks and have a great day!\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Amy <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: amy@leggingshut.co\n', 'false', '2020-04-06 23:25:29'),
(381, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] info', 'Od: Roman Kočí\nE-mail: <romankoci@email.cz>\nTelefon: <737 777 845>\n\nPředmět: info\n\nZpráva:\nDobry den paní Vrzalová,\r\nradi vzpomíname jak jsme byli u vás.\r\nPřijímáte objednávky na noclech?\r\nDěkujeme Kočí, Litomyšl\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Roman Kočí <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: romankoci@email.cz\n', 'false', '2020-04-07 05:51:05'),
(382, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Strike when the iron’s hot', 'Od: Eric\nE-mail: <eric@talkwithwebvisitor.com>\nTelefon: <416-385-3200>\n\nPředmět: Strike when the iron’s hot\n\nZpráva:\nHey there, I just found your site, quick question…\r\n\r\nMy name’s Eric, I found hotellesnizatisi.cz after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site? Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE http://www.talkwithwebvisitor.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when the iron’s hot!\r\n\r\nCLICK HERE http://www.talkwithwebvisitor.com to learn more about everything Talk With Web Visitor can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately! \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE http://www.talkwithwebvisitor.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitor.com/unsubscribe.aspx?d=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eric <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: eric@talkwithwebvisitor.com\n', 'false', '2020-04-09 12:41:42'),
(383, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] how to turn eyeballs into phone calls', 'Od: Eric\nE-mail: <eric@talkwithwebvisitor.com>\nTelefon: <416-385-3200>\n\nPředmět: how to turn eyeballs into phone calls\n\nZpráva:\nHi, Eric here with a quick thought about your website hotellesnizatisi.cz...\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to engaging and connecting with anyone who visits.\r\n\r\nI get it – it’s hard. Studies show 7 out of 10 people who land on a site, abandon it in moments without leaving even a trace. You got the eyeball, but nothing else.\r\n\r\nHere’s a solution for you…\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. You’ll know immediately they’re interested and you can call them directly to talk with them literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://www.talkwithwebvisitor.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be huge for your business – and because you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately… and contacting someone in that 5 minute window is 100 times more powerful than reaching out 30 minutes or more later.\r\n\r\nPlus, with text messaging you can follow up later with new offers, content links, even just follow up notes to keep the conversation going.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable. \r\n \r\nCLICK HERE http://www.talkwithwebvisitor.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://www.talkwithwebvisitor.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitor.com/unsubscribe.aspx?d=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eric <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: eric@talkwithwebvisitor.com\n', 'false', '2020-04-14 05:10:30'),
(384, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Rezervace', 'Od: Ivo Beránek\nE-mail: <ivoberanekk@seznam.cz>\nTelefon: <721449954>\n\nPředmět: Rezervace\n\nZpráva:\nDobrý den\r\nMám zájem o rezervaci pokoje pro dvě osoby a dva psy(čivava) na tři noci v termínu13.6-16.6.(pokud to bude již možné).\r\nDěkuji\r\nS pozdravem\r\nBeránek Ivo\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Ivo Beránek <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: ivoberanekk@seznam.cz\n', 'false', '2020-04-17 10:58:41'),
(385, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] [Expiration Notice] hotellesnizatisi.cz Certificate', 'Od: SSL Security\nE-mail: <noreply@esslcerts.com>\nTelefon: <302-645-7400>\n\nPředmět: [Expiration Notice] hotellesnizatisi.cz Certificate\n\nZpráva:\nThis message is to alert you that the Free 1-Year subscription of the SSL certificate (HTTPS) on your website is no longer valid. This means that hackers can now snoop in on your website easily. Online viruses, bad actors or competitors can steal your sensitive personal information as well as your customers\' registration data for malicious purposes. \n\n Further, an invalid or expired SSL also infringes GDPR (General Data Protection Regulation; effective May 25, 2018). Article 32 of GDPR requires that regulated information must be protected with appropriate technical and organizational measures, including encryption of personal data and the ability to ensure the ongoing confidentiality of systems and services. \n\n As a result of this, Google has also started to mark all connections to your website as \"insecure\". You can check this by looking at the security status (to the left of the web address) of your website in any web browser. You will see that there is no Green PADLOCK visible next to your web address. \n\n To fix this problem, you are required to re-deploy an SSL certificate on your website now: https://esslcerts.com/hotellesnizatisi.cz/a/1587121532/v5 \n\n This will encrypt data and secure all connections on your website. The digital certificate will be emailed to you within minutes after verification. \n\n WARNING: Your website may stop functioning securely within 72 hours if it is reported as a malicious website, as a result of hosting insecure content. For more information see part 7.2P of our service agreement. We can not be held liable for any financial or technical losses resulting from this. \n\n Secure your website now: https://esslcerts.com/hotellesnizatisi.cz/a/1587121532/v5\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: SSL Security <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: noreply@esslcerts.com\n', 'false', '2020-04-17 11:05:39'),
(386, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Want the truth?', 'Od: Crystal\nE-mail: <crystal@moreseotraffic.top>\nTelefon: <213-558-1751>\n\nPředmět: Want the truth?\n\nZpráva:\nHi, \r\n\r\nYou probably get a ton of emails about \"getting on the first page of Google.\"\r\n\r\nToo bad most of them are SCAMS.\r\n\r\nIf you REALLY want to rank higher, you absolutely need to get this one part right:\r\nhttps://moreseotraffic.top/wal/?=hotellesnizatisi.cz\r\n\r\nIt\'s backed by data from thousands of SEO campaigns, across all industries.\r\n\r\nJust imagine what it could do for your business.\r\n\r\nCrystal DeMatio\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n964-2055 E. Badillo St\r\nCovina, CA 91724\r\n\r\nIf you prefer not to receive commercial messages regarding seo for your business, please remove yourself here: https://www.moreseotraffic.top/out.php/?site=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Crystal <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: crystal@moreseotraffic.top\n', 'false', '2020-04-17 21:27:17'),
(387, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] There they go…', 'Od: Eric\nE-mail: <eric@talkwithwebvisitor.com>\nTelefon: <416-385-3200>\n\nPředmět: There they go…\n\nZpráva:\nHey, my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at hotellesnizatisi.cz.\r\n\r\n- They hang out for a minute to check it out. “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://www.talkwithwebvisitor.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE http://www.talkwithwebvisitor.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://www.talkwithwebvisitor.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitor.com/unsubscribe.aspx?d=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eric <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: eric@talkwithwebvisitor.com\n', 'false', '2020-04-19 09:39:05'),
(388, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytováni', 'Od: Pavel Lipowski\nE-mail: <plipowski@seznam.cz>\nTelefon: <603830266>\n\nPředmět: ubytováni\n\nZpráva:\nDobrý den \r\nScháním ubytování 25.7 - 29.7 .2020 pro 3 osoby , pokud možno i se psem (malé plemeno čivava) ,Díky za odpověď\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Pavel Lipowski <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: plipowski@seznam.cz\n', 'false', '2020-04-20 18:09:31'),
(389, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] URGENT!', 'Od: Domenic\nE-mail: <domenic.sinnett27@gmail.com>\nTelefon: <78 326 94 17>\n\nPředmět: URGENT!\n\nZpráva:\nHi Everyone,\r\n\r\nI want to send you good wishes & good health in your future studies.\r\nI have a couple reading assignments for you.\r\n\r\n1984 by George Orwell\r\nBrave New World by Aldous Huxley\r\n\r\nWhat is happening now is criminal. I urge you to write local and federal goverments and voice your disgust with how they are handling this situation. \r\n\r\nYou should voice your opinion everywhere you go.\r\nYou will not be manipulated by fear.\r\n\r\nI urge you to do research and to think for yourself and question everything that government tells you.\r\n\r\nPlease share these links, we need to end this crime against us. \r\n\r\n\r\nImportant News Feeds\r\n\r\nhttps://bitcoinblockhalf.com\r\nhttps://londonreal.tv\r\nhttps://www.davidicke.com\r\nhttps://www.drudgereport.com\r\nhttps://www.zerohedge.com\r\nhttps://www.infowars.com\r\nhttps://www.cuttingthroughthematrix.com\r\nhttps://banned.video\r\nhttps://summit.news\r\n\r\n\r\nImportant Tools\r\n\r\nhttps://airvpn.org\r\nhttps://www.azirevpn.com\r\nhttps://www.torproject.org\r\nhttps://freenetproject.org\r\nhttps://www.openpgp.org/software\r\nhttps://sourceforge.net/projects/veracrypt\r\nhttps://bitcoin.org/en/bitcoin-core/features\r\nhttps://github.com/qbittorrent/qBittorrent\r\nhttps://pidgin.im\r\nhttps://otr.cypherpunks.ca\r\n\r\n\r\nDO NOT SUBMIT TO TYRANNY, HAVE COURAGE TO DEFEND YOUR FREEDOM!\r\nGOD BLESS YOU ALL\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Domenic <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: domenic.sinnett27@gmail.com\n', 'false', '2020-04-26 02:57:21'),
(390, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytování', 'Od: Jana Vlčková\nE-mail: <vlckova.jana@atlas.cz>\nTelefon: <+420608615321>\n\nPředmět: ubytování\n\nZpráva:\nMám zájem o ubytování pro dvě osoby včetně snídaně ve dvoulůžkovém pokoji v termínu\r\n12.9.2020 - 19.9.2020. Prosím o sdělení, zda je možná rezervace.\r\nDěkuji. Vlčková\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jana Vlčková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: vlckova.jana@atlas.cz\n', 'false', '2020-04-27 20:42:12'),
(391, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Too late', 'Od: Sarah\nE-mail: <sarah@primetraffic.club>\nTelefon: <224-874-6156>\n\nPředmět: Too late\n\nZpráva:\nHey, I know things are crazy right now, but do you need more customers?\r\n\r\nDon\'t wait until this crisis is over -- it could be too late.\r\n\r\nWe can send up to 30,000 targeted visitors to your website, starting THIS WEEK.\r\n\r\nhttps://primetraffic.club/up?=hotellesnizatisi.cz\r\n\r\nBe safe,\r\nSarah\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nCWT Prime Traffic\r\n2764 Pleasant Road\r\nUnit AP-MB922 \r\nFort Mill, SC 29708\r\n\r\nNot interested in marketing:\r\nhttps://primetraffic.club/unsubscribe.php/?site=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Sarah <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: sarah@primetraffic.club\n', 'false', '2020-04-29 04:11:11'),
(392, 'jakub.dvorak@jservices.cz', '[Hotel Lesní zátiší] Web byl aktualizován na WordPress 4.9.14', 'Zdravíme! Web http://hotellesnizatisi.cz/cs_CZ byl automaticky aktualizován na WordPress 4.9.14.\n\nPodrobnější informace o nové verzi 4.9.14 naleznete přímo v administraci na stránce O WordPressu:\nhttp://hotellesnizatisi.cz/wp-admin/about.php\n\nV současné době už je dostupný také WordPress 5.4.1. Aktualizace je velmi jednoduchá a zabere opravdu jen chvilku:\nhttp://hotellesnizatisi.cz/wp-admin/update-core.php\n\nPokud došlo k nějakému technickému problému, objevila se nečekaná chyba nebo jen potřebujete s něčím poradit, tak můžete kontaktovat oficiální fórum podpory (česky).\nhttps://cs.wordpress.org/podpora/\n\nZ hlediska bezpečnosti jsou pravidelné aktualizace WordPressu velmi důležité a přispívají alespoň trochu k tomu, aby mohl být internet bezpečnějším místem pro správce webů i čtenáře.\n\nVývojáři WordPressu (a překladatelé)\n', '', 'false', '2020-04-30 04:00:49'),
(393, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Dotaz na ubytování', 'Od: Patrik Drápela\nE-mail: <parid@post.cz>\nTelefon: <703342932>\n\nPředmět: Dotaz na ubytování\n\nZpráva:\nDobrý den, rád bych se zeptal na možnost ubytování ve dnech 7.-10.7. (tj. 3 noci) pro dva dospělé a dvě děti (2 a 6 let). Předem děkuji za odpověď. P. Drápela\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Patrik Drápela <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: parid@post.cz\n', 'false', '2020-05-04 17:52:10'),
(394, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] re: Your 6 months unlimited traffic Quote Request', 'Od: Mike\nE-mail: <noreply@arteseo.co>\nTelefon: <033 295 93 95>\n\nPředmět: re: Your 6 months unlimited traffic Quote Request\n\nZpráva:\nhere is your hotellesnizatisi.cz 6 months traffic quote\r\nhttps://www.arteseo.co/unlimited-traffic/\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Mike <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: noreply@arteseo.co\n', 'false', '2020-05-08 10:45:50'),
(395, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Turn Surf-Surf-Surf into Talk Talk Talk', 'Od: Eric\nE-mail: <eric@talkwithwebvisitor.com>\nTelefon: <416-385-3200>\n\nPředmět: Turn Surf-Surf-Surf into Talk Talk Talk\n\nZpráva:\nHello, my name’s Eric and I just ran across your website at hotellesnizatisi.cz...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://www.talkwithwebvisitor.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE http://www.talkwithwebvisitor.com to discover what Talk With Web Visitor can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://www.talkwithwebvisitor.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitor.com/unsubscribe.aspx?d=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eric <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: eric@talkwithwebvisitor.com\n', 'false', '2020-05-08 15:35:36'),
(396, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Dotaz ubytování', 'Od: Richard FUCHS\nE-mail: <fuchsrichard@seznam.cz>\nTelefon: <604833539>\n\nPředmět: Dotaz ubytování\n\nZpráva:\nDobrý den,\r\n\r\nprosím o info jestli v současnosti poskytujete ubytování a stravování. Jedná se o jednu noc 16.5.-17.5.2020 2 osoby.\r\nDěkuji Fuchs\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Richard FUCHS <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: fuchsrichard@seznam.cz\n', 'false', '2020-05-10 11:21:59'),
(397, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] poptávka ubytovaní', 'Od: Tomáš Herda\nE-mail: <tomas.truck@seznam.cz>\nTelefon: <778529193>\n\nPředmět: poptávka ubytovaní\n\nZpráva:\nDobrý den.\r\nChtěl bych se zeptat zda máte volné ubytování pro 2 osoby v termínu od 29.07.2020-02.08.2020 ( 4 noci)\r\nDěkuji a s pozdravem Herda T.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Tomáš Herda <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: tomas.truck@seznam.cz\n', 'false', '2020-05-10 14:05:48'),
(398, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Volné termíny ubytování', 'Od: Pavlína Divišová\nE-mail: <pavlinadivis@seznam.cz>\nTelefon: <603504000>\n\nPředmět: Volné termíny ubytování\n\nZpráva:\nDobrý den,\r\nProsím o informaci, jaké máte volné termíny ubytování s ohledem na nynější nepříjemnou situaci. Rády bychom navštívili skály co nejdříve a zůstaly na 3 dny, tj. dvě noci v pokoji pro dvě osoby a rozmístění lůžek není směrodatné.\r\nS pozdravem \r\nPavlína Divišová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Pavlína Divišová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: pavlinadivis@seznam.cz\n', 'false', '2020-05-13 08:37:38'),
(399, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Volné termíny ubytování', 'Od: Pavlína Divišová\nE-mail: <pavlinadivis@seznam.cz>\nTelefon: <603504000>\n\nPředmět: Volné termíny ubytování\n\nZpráva:\nDobrý den,\r\nProsím o informaci, jaké máte volné termíny ubytování s ohledem na nynější nepříjemnou situaci. Rády bychom navštívili skály co nejdříve a zůstaly na 3 dny, tj. dvě noci v pokoji pro dvě osoby a rozmístění lůžek není směrodatné.\r\nS pozdravem \r\nPavlína Divišová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Pavlína Divišová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: pavlinadivis@seznam.cz\n', 'false', '2020-05-13 08:37:48'),
(400, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytování', 'Od: Kateřina Bednářová\nE-mail: <katka.bedna@seznam.cz>\nTelefon: <737110507>\n\nPředmět: ubytování\n\nZpráva:\nDobrý den,\r\nmáte volný pokoj na 2 noci pro 2 osoby se snídaní ?\r\n\r\nPríjezd 25.5.2020\r\nOdjezd 27.5.2020\r\n\r\nDěkuji a jsem s pozdravem\r\nKateřina Bednářová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Kateřina Bednářová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: katka.bedna@seznam.cz\n', 'false', '2020-05-20 11:14:47'),
(401, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Rezevace ubytovani', 'Od: Lucia Kutscher\nE-mail: <lucilanovakova@gmail.com>\nTelefon: <>\n\nPředmět: Rezevace ubytovani\n\nZpráva:\nDobry den, \r\n\r\nprosim mate volne ubytovanie pre 3 osoby v termine 18-23.sprna? \r\nVopred dekuji, \r\nS pozdravom\r\nLucia\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Lucia Kutscher <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: lucilanovakova@gmail.com\n', 'false', '2020-05-20 15:11:42'),
(402, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytování', 'Od: Pavel Růžička\nE-mail: <pavel3025@seznam.cz>\nTelefon: <>\n\nPředmět: ubytování\n\nZpráva:\nDobrý den,\r\npoptávám ubytování pro dvě dospělé osoby a jedno dítě(13let) v termínu 5-8.7.2020. Děkuji Růžička\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Pavel Růžička <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: pavel3025@seznam.cz\n', 'false', '2020-05-21 18:58:46'),
(403, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování.od 12.06. - 14.06.', 'Od: Vladimir Hib\nE-mail: <w.vlhibs@gmail.com>\nTelefon: <725556711>\n\nPředmět: Ubytování.od 12.06. - 14.06.\n\nZpráva:\nDobrý.den, chtěl bych u vás zarezervovat pokoj od 12.06. - 14.06. pro 2 osoby plus 2 děti (6 a 10 let). Děkuji za odpověď, Hibš\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Vladimir Hib <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: w.vlhibs@gmail.com\n', 'false', '2020-05-23 09:52:18'),
(404, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování', 'Od: Miroslav Kusák\nE-mail: <mirek.kusak@email.cz>\nTelefon: <>\n\nPředmět: Ubytování\n\nZpráva:\nDobrý večer,\r\nprosím o informaci ohledně možnosti ubytování ve vašem hotelu pro 2 dospělé osoby + 1x dítě 8 let v termínu od 1.7.2020 do 3.7.2020.\r\nDěkuji za odpověď a přeji pohodový večer.\r\n\r\nKusák Miroslav\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Miroslav Kusák <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: mirek.kusak@email.cz\n', 'false', '2020-05-23 19:33:29'),
(405, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Poptavka ubytovani', 'Od: Ing. Jiří Basl\nE-mail: <basl.jiri@volny.cz>\nTelefon: <603216039>\n\nPředmět: Poptavka ubytovani\n\nZpráva:\nDobry den,\r\npotreboval bych ubytovani na 5 noci, kdykoliv v cervenci 2020. Dekuji.\r\nJiri Basl\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Ing. Jiří Basl <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: basl.jiri@volny.cz\n', 'false', '2020-05-27 12:14:16'),
(406, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Who needs eyeballs, you need BUSINESS', 'Od: Eric\nE-mail: <eric@talkwithwebvisitor.com>\nTelefon: <416-385-3200>\n\nPředmět: Who needs eyeballs, you need BUSINESS\n\nZpráva:\nMy name’s Eric and I just came across your website - hotellesnizatisi.cz - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like hotellesnizatisi.cz will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Talk With Web Visitor.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number. It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n \r\nCLICK HERE http://www.talkwithwebvisitor.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE http://www.talkwithwebvisitor.com to learn more about everything Talk With Web Visitor can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately! \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE http://www.talkwithwebvisitor.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitor.com/unsubscribe.aspx?d=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eric <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: eric@talkwithwebvisitor.com\n', 'false', '2020-05-29 15:57:11'),
(407, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] termín 11.6.-14.6.', 'Od: Tomáš Kalisch\nE-mail: <tomas.kalisch@gmail.com>\nTelefon: <732286888>\n\nPředmět: termín 11.6.-14.6.\n\nZpráva:\nDobrý den,\r\nmáte volný 3. lůžkový pokoj v termínu 11.6.-14.6.?\r\n\r\nDěkuji.\r\n\r\nKalisch\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Tomáš Kalisch <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: tomas.kalisch@gmail.com\n', 'false', '2020-05-31 08:17:13'),
(408, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Instead, congrats', 'Od: Eric\nE-mail: <eric@talkwithwebvisitor.com>\nTelefon: <416-385-3200>\n\nPředmět: Instead, congrats\n\nZpráva:\nGood day, \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement – Congratulations\r\n\r\nWhat for? \r\n\r\nPart of my job is to check out websites and the work you’ve done with hotellesnizatisi.cz definitely stands out. \r\n\r\nIt’s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catch… more accurately, a question…\r\n\r\nSo when someone like me happens to find your site – maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors don’t stick around – they’re there one second and then gone with the wind.\r\n\r\nHere’s a way to create INSTANT engagement that you may not have known about… \r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know INSTANTLY that they’re interested – so that you can talk to that lead while they’re literally checking out hotellesnizatisi.cz.\r\n\r\nCLICK HERE http://www.talkwithwebvisitor.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business – and it gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately (and there’s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you don’t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE http://www.talkwithwebvisitor.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://www.talkwithwebvisitor.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitor.com/unsubscribe.aspx?d=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eric <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: eric@talkwithwebvisitor.com\n', 'false', '2020-06-02 04:32:03'),
(409, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování', 'Od: Petr Hochmaul\nE-mail: <hochmaul@gmail.com>\nTelefon: <737986220>\n\nPředmět: Ubytování\n\nZpráva:\nDobrý den,\r\n chtěl bych se dotázat na možnost ubytování 1 osoby v termínu od 9. do 11. června 2020.\r\nDěkuji za odpověď a přeji pěkný den,\r\nPetr Hochmaul\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Petr Hochmaul <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: hochmaul@gmail.com\n', 'false', '2020-06-02 14:37:08'),
(410, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Your site – more leads?', 'Od: Eric\nE-mail: <eric@talkwithwebvisitor.com>\nTelefon: <416-385-3200>\n\nPředmět: Your site – more leads?\n\nZpráva:\nHey, this is Eric and I ran across hotellesnizatisi.cz a few minutes ago.\r\n\r\nLooks great… but now what?\r\n\r\nBy that I mean, when someone like me finds your website – either through Search or just bouncing around – what happens next? Do you get a lot of leads from your site, or at least enough to make you happy?\r\n\r\nHonestly, most business websites fall a bit short when it comes to generating paying customers. Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment.\r\n\r\nHere’s an idea…\r\n \r\nHow about making it really EASY for every visitor who shows up to get a personal phone call you as soon as they hit your site…\r\n \r\nYou can –\r\n \r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://www.talkwithwebvisitor.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nYou’ll be amazed - the difference between contacting someone within 5 minutes versus a half-hour or more later could increase your results 100-fold.\r\n\r\nIt gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation.\r\n \r\nThat way, even if you don’t close a deal right away, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nPretty sweet – AND effective.\r\n\r\nCLICK HERE http://www.talkwithwebvisitor.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://www.talkwithwebvisitor.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitor.com/unsubscribe.aspx?d=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eric <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: eric@talkwithwebvisitor.com\n', 'false', '2020-06-03 01:37:17'),
(411, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Dotaz na volné víkendy.', 'Od: Jindřich Moravec\nE-mail: <morjin@seznam.cz>\nTelefon: <603583791>\n\nPředmět: Dotaz na volné víkendy.\n\nZpráva:\nDobrý den paní Vrzalová.\r\nKdysi jsme už spolu byli v meilove komunikaci.\r\nRád bych se zeptal, bylo by možné zaslat volné víkendy pro dva u vás v hotelu?Rádi bychom si udělali s přítelkyní hezky vikend.\r\n\r\nDěkuji Moravec\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jindřich Moravec <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: morjin@seznam.cz\n', 'false', '2020-06-03 07:29:55'),
(412, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytovaní', 'Od: Tomáš Kořínek\nE-mail: <tomkori@seznam.cz>\nTelefon: <603822796>\n\nPředmět: Ubytovaní\n\nZpráva:\nDobry den chci se zeptat na ubytováni na 3 az 4 dny , 3 dospělí a kluk 14 let , \r\nOd 1 srpna do uterý 4 srpna , nebo 3 noci od středy 5 do soboty 9 srpna zàleži jestli màte volno\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Tomáš Kořínek <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: tomkori@seznam.cz\n', 'false', '2020-06-03 19:02:59'),
(413, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování', 'Od: Adriana Vahalova\nE-mail: <adriana.vahalova@seznam.cz>\nTelefon: <606623746>\n\nPředmět: Ubytování\n\nZpráva:\nDobrý den\r\n\r\nPoptávám ubytování na dvě noci pro manželský pár. V termínu od 10.7. - 23.7.2020.\r\n\r\nPředem děkuji za odpověď \r\nS pozdravem Vahalová Adriana\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Adriana Vahalova <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: adriana.vahalova@seznam.cz\n', 'false', '2020-06-03 22:50:22'),
(414, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] poptávka na ubytování', 'Od: Natalie Toužimská\nE-mail: <natytouza@gmail.com>\nTelefon: <604467432>\n\nPředmět: poptávka na ubytování\n\nZpráva:\nDobrý den,\r\nchtěla jsem se zeptat zda máte otevřeno.\r\nPokud ano tak jaké máte volné termíny v červenci a v srpnu na 3 noci. \r\njestli jich máte dost tak já bych se vám pak ozvala s přesným termínem.\r\nChtěla jsem jen vědět jestli vubec budete mít o prázdninách otevřeno \r\n\r\nmoc dekuji za odpověd \r\n\r\nNatalie Toužimská\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Natalie Toužimská <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: natytouza@gmail.com\n', 'false', '2020-06-04 17:49:43'),
(415, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] dotaz na ubytování', 'Od: Hana Volfová\nE-mail: <13.hanka@seznam.cz>\nTelefon: <>\n\nPředmět: dotaz na ubytování\n\nZpráva:\nDobrý večer, \r\nmám dotaz na volnou kapacitu ubytování v dvoulužkovém pokoji v termínu 18.-25.7. nebo 25.7.-1.8.2020. \r\nDěkuji za zprávu.\r\nVolfová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Hana Volfová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: 13.hanka@seznam.cz\n', 'false', '2020-06-05 16:32:44'),
(416, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Strike when the iron’s hot', 'Od: Eric\nE-mail: <eric@talkwithwebvisitor.com>\nTelefon: <416-385-3200>\n\nPředmět: Strike when the iron’s hot\n\nZpráva:\nHey there, I just found your site, quick question…\r\n\r\nMy name’s Eric, I found hotellesnizatisi.cz after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site? Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE http://www.talkwithwebvisitor.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when the iron’s hot!\r\n\r\nCLICK HERE http://www.talkwithwebvisitor.com to learn more about everything Talk With Web Visitor can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately! \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE http://www.talkwithwebvisitor.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitor.com/unsubscribe.aspx?d=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eric <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: eric@talkwithwebvisitor.com\n', 'false', '2020-06-06 15:22:08'),
(417, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Dostupnosť ubytovania', 'Od: Iveta Králiková\nE-mail: <k.iveta09@gmail.com>\nTelefon: <421915815905>\n\nPředmět: Dostupnosť ubytovania\n\nZpráva:\nDobrý deň,\r\n\r\nhľadáme ubytovanie v 2 posteľovej izbe v dňoch 20.6. až 23.6.2020 a zároveň v 3 posteľovej izbe v dňoch 20.6. až 25.6. 2020, všetko dospelé osoby.\r\nMáte voľné izby v tomto termíne?\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Iveta Králiková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: k.iveta09@gmail.com\n', 'false', '2020-06-06 19:37:10'),
(418, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Objednávka na ubytování', 'Od: Marie Divoká\nE-mail: <mariedivoka@seznam.cz>\nTelefon: <776713551>\n\nPředmět: Objednávka na ubytování\n\nZpráva:\nProsím o rezervaci dvou lůžkového pokoje, \r\nod 5.8. do 7.8. 2020\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Marie Divoká <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: mariedivoka@seznam.cz\n', 'false', '2020-06-07 08:08:26'),
(419, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytovanie', 'Od: Martina Debnárová\nE-mail: <tina.debnarova@gmail.com>\nTelefon: <00421908419611>\n\nPředmět: ubytovanie\n\nZpráva:\nDobrý deň,\r\nmáte prosím volné ubytovanie pre dve osoby na 3 noci v rozmedzí 27.7.-8.8.2020?\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Martina Debnárová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: tina.debnarova@gmail.com\n', 'false', '2020-06-08 07:23:34'),
(420, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytování', 'Od: Jiří Zeman\nE-mail: <jirka@jirkazeman.cz>\nTelefon: <734209136>\n\nPředmět: ubytování\n\nZpráva:\nDobrý den, máte prosm volný pkoj na 13.6.2020 - 14.6.2020 pro dva a díte 6 let? díky \r\n\r\nZeman\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jiří Zeman <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: jirka@jirkazeman.cz\n', 'false', '2020-06-08 14:57:10'),
(421, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Poptávka tento víkend', 'Od: Jiri Cyz\nE-mail: <jiri.cyz@seznam.cz>\nTelefon: <725593672>\n\nPředmět: Poptávka tento víkend\n\nZpráva:\nDobrý den, máte prosím volnou kapacitu pro 4 člennou rodinu ( 3 dospělí a dítě 8 let) tento víkend od čtvrtku 11.6do neděle 14.6.? Děkuji Jiří Cyž\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jiri Cyz <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: jiri.cyz@seznam.cz\n', 'false', '2020-06-08 18:41:49');
INSERT INTO `wp_email_log` (`id`, `to_email`, `subject`, `message`, `headers`, `attachments`, `sent_date`) VALUES
(422, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] pobyt', 'Od: Ivana Rašovská\nE-mail: <irasovska@seznam.cz>\nTelefon: <603404474>\n\nPředmět: pobyt\n\nZpráva:\nDobrý den,\r\npoptávám ubytování pro 2 dospělé a 2 děti (11 a 9 let) v období 3. - 6.7.\r\nDěkuji za zprávu.\r\nI.Rašovská\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Ivana Rašovská <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: irasovska@seznam.cz\n', 'false', '2020-06-09 20:31:04'),
(423, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Dovolená', 'Od: Dagmar Pospíšilová\nE-mail: <d.pospisilova2@seznam.cz>\nTelefon: <737 856 922>\n\nPředmět: Dovolená\n\nZpráva:\nMáme objednané ubytování od 20.7-26.7.2020\r\nPokud by to šlo,kdyby jsme mohli mít postele odděleně\r\nDěkuji za ochotu\r\nPospíšilová.D\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Dagmar Pospíšilová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: d.pospisilova2@seznam.cz\n', 'false', '2020-06-10 07:55:37'),
(424, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Negative Review About Your Business?', 'Od: Tony WebReviewSEO\nE-mail: <noreply@webreviewseo.com>\nTelefon: <860-331-8761>\n\nPředmět: Negative Review About Your Business?\n\nZpráva:\nHi, I was just going through your online reviews/social media pages and am reaching out as we can help you get to a 5 star review rating. \n\n If you want to push down negative reviews, delete complaints and post positive reviews + increase fans and followers for your online listings including Local listings, Social Media and Review platforms, give me a call on 860-331-8761 or Email TONY@WEBREVIEWSEO.COM \n\n Even if you don\'t have any negative reviews yet, it\'s always good business sense to improve your reputation by having as many positive reviews, fans and followers as possible. Your reputation is everything and over 78% of customers read online reviews and ratings before reaching out to a business or service. \n\n Please note that what we do is completely legal as we use only ethical methods to post positive reviews. You can provide the content to post by yourself, or use our included writing service. We only work with native English speaking writers for best quality reviews. \n\n Direct Line: 860-331-8761 \n Email: tony@webreviewseo.com \n Tony L. \n On Boarding Consultant \n Web Review SEO \n\n (London Office)\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Tony WebReviewSEO <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: noreply@webreviewseo.com\n', 'false', '2020-06-10 12:29:36'),
(425, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] dotaz na termín', 'Od: Helena Dýmová\nE-mail: <helena.dymova@seznam.cz>\nTelefon: <608963513>\n\nPředmět: dotaz na termín\n\nZpráva:\nDobrý den, ráda bych věděla, zda máte volnou kapacitu ubytování pro 2 osoby od 22. do 25.6.2020. Děkuji za odpověď.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Helena Dýmová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: helena.dymova@seznam.cz\n', 'false', '2020-06-10 13:00:26'),
(426, 'jakub.dvorak@jservices.cz', '[Hotel Lesní zátiší] Web byl aktualizován na WordPress 4.9.15', 'Zdravíme! Web http://hotellesnizatisi.cz/cs_CZ byl automaticky aktualizován na WordPress 4.9.15.\n\nPodrobnější informace o nové verzi 4.9.15 naleznete přímo v administraci na stránce O WordPressu:\nhttp://hotellesnizatisi.cz/wp-admin/about.php\n\nV současné době už je dostupný také WordPress 5.4.2. Aktualizace je velmi jednoduchá a zabere opravdu jen chvilku:\nhttp://hotellesnizatisi.cz/wp-admin/update-core.php\n\nPokud došlo k nějakému technickému problému, objevila se nečekaná chyba nebo jen potřebujete s něčím poradit, tak můžete kontaktovat oficiální fórum podpory (česky).\nhttps://cs.wordpress.org/podpora/\n\nZ hlediska bezpečnosti jsou pravidelné aktualizace WordPressu velmi důležité a přispívají alespoň trochu k tomu, aby mohl být internet bezpečnějším místem pro správce webů i čtenáře.\n\nVývojáři WordPressu (a překladatelé)\n', '', 'false', '2020-06-11 04:10:00'),
(427, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování', 'Od: Hana Blahová\nE-mail: <blahova.hana9@gmail.com>\nTelefon: <>\n\nPředmět: Ubytování\n\nZpráva:\nDobrý den,\r\n\r\nplánujeme být v Adršpachu 20. až 22. července. Chtěla jsem se zeptat, máte ještě volný třílůžkový pokoj na tento termín?\r\nDěkuji. \r\n\r\nHana Blahová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Hana Blahová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: blahova.hana9@gmail.com\n', 'false', '2020-06-11 08:46:45'),
(428, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování', 'Od: Hana Blahová\nE-mail: <blahova.hana9@gmail.com>\nTelefon: <>\n\nPředmět: Ubytování\n\nZpráva:\nDobrý den,\r\n\r\nplánujeme být v Adršpachu 20. až 22. července. Chtěla jsem se zeptat, máte ještě volný třílůžkový pokoj na tento termín?\r\nDěkuji. \r\n\r\nHana Blahová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Hana Blahová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: blahova.hana9@gmail.com\n', 'false', '2020-06-11 08:47:25'),
(429, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] GMB Quote', 'Od: Mike\nE-mail: <noreply@ghostdigital.co>\nTelefon: <0323 2269674>\n\nPředmět: GMB Quote\n\nZpráva:\nHere is your quotation regarding the promotion of your Google Maps listing\r\n\r\nhttps://www.ghostdigital.co/google-maps-citations/\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Mike <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: noreply@ghostdigital.co\n', 'false', '2020-06-13 08:40:18'),
(430, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Help', 'Od: Sherri\nE-mail: <sherri@webtrafficnow.xyz>\nTelefon: <326-421-7715>\n\nPředmět: Help\n\nZpráva:\nHi,\r\n\r\nDid you hear on the news how some businesses are doing really well right now? It\'s because more people are at home, searching the Internet for products and services.\r\n\r\nWe\'re one of the companies that is helping these businesses get more customers.\r\n\r\nDiscover how we can help your business too:\r\nhttps://webtrafficnow.xyz/up/?=hotellesnizatisi.cz\r\n\r\nBe well!\r\nSherri Owens\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nWeb Traffic Now\r\n1178 Broadway 3rd Floor Office#1251\r\nNew York, NY 10001\r\n\r\nIf you desire to skip this sort of marketing in the future:\r\nhttps://webtrafficnow.xyz/unsubscribe.php/?site=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Sherri <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: sherri@webtrafficnow.xyz\n', 'false', '2020-06-13 17:18:58'),
(431, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Poptávka o ubytování', 'Od: Marie Dosoudilová\nE-mail: <dosmajka@seznam.cz>\nTelefon: <604424261>\n\nPředmět: Poptávka o ubytování\n\nZpráva:\nDobrý den,\r\nMěla bych zájem o ubytování pro seniorku a 2 vnučky ve věku 15 a 10 let, v termínu od 3.8. do 6.8. 2020. Děkuji Dosoudilová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Marie Dosoudilová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: dosmajka@seznam.cz\n', 'false', '2020-06-14 17:46:41'),
(432, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší]', 'Od: Terezie Bicencova\nE-mail: <terbic@hotmail.com>\nTelefon: <607392940>\n\nPředmět: \n\nZpráva:\nDobrý den, Chtěla jsem se zeptat jestli máte volný termín od 13.7 -17.7 pro dva s pejskem. Děkuji moc za odpověď a přeji krásný den\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Terezie Bicencova <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: terbic@hotmail.com\n', 'false', '2020-06-15 07:00:06'),
(433, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytování', 'Od: Ladislav Merrell\nE-mail: <ladislav.merrell@seznam.cz>\nTelefon: <602275657>\n\nPředmět: ubytování\n\nZpráva:\nDobrý den,měl bych zájem o ubytování ve Vašem hotelu na 3 noci v červenci 2020.Prosím \r\no sdělení volných termínů a ceny.\r\nPředem děkuji. L.Merrell\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Ladislav Merrell <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: ladislav.merrell@seznam.cz\n', 'false', '2020-06-15 09:51:02'),
(434, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] There they go…', 'Od: Eric\nE-mail: <eric@talkwithwebvisitor.com>\nTelefon: <416-385-3200>\n\nPředmět: There they go…\n\nZpráva:\nHey, my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at hotellesnizatisi.cz.\r\n\r\n- They hang out for a minute to check it out. “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://www.talkwithwebvisitor.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE http://www.talkwithwebvisitor.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://www.talkwithwebvisitor.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitor.com/unsubscribe.aspx?d=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eric <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: eric@talkwithwebvisitor.com\n', 'false', '2020-06-18 00:16:55'),
(435, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] e-mailová adresa k zaslání faktury', 'Od: Dagmar Pospíšilová\nE-mail: <d.pospisilova2@seznam.cz>\nTelefon: <737856922>\n\nPředmět: e-mailová adresa k zaslání faktury\n\nZpráva:\nPo telefonickém hovoru, zasílám e-mailovou adresu k zaslání vystavené faktury do schránky naší školy : souviz@souviz.cz\r\nDěkuji za ochotu\r\nPospíšilová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Dagmar Pospíšilová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: d.pospisilova2@seznam.cz\n', 'false', '2020-06-19 08:49:32'),
(436, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování tuto neděli 21.6.-22.6.', 'Od: Tomáš Kubista\nE-mail: <kubista.technik@gmail.com>\nTelefon: <+420777315650>\n\nPředmět: Ubytování tuto neděli 21.6.-22.6.\n\nZpráva:\nDobrý den,\r\nrád bych se zeptal, zda je možné se u Vás ubytovat tuto neděli dopoledne a přespat do pondělí. Jsme dva dospělí a dvě děti 7 a 9 let. Předem děkuji za nabídku pokoje, zároveň prosím o orientační cenu, děkuji, Tomáš Kubista.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Tomáš Kubista <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: kubista.technik@gmail.com\n', 'false', '2020-06-20 10:26:34'),
(437, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Poptávka ubytování', 'Od: Zuzana Homolová\nE-mail: <zuzanahomolova@seznam.cz>\nTelefon: <605294531>\n\nPředmět: Poptávka ubytování\n\nZpráva:\nDobrý den, poptávám ubytování v termínu 25.07.-30.07.2020 pro 2 dospělé a 2 děti (14,9 let), nejlépe 2 pokoje. \r\nDěkuji\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Zuzana Homolová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: zuzanahomolova@seznam.cz\n', 'false', '2020-06-21 10:45:23'),
(438, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Jidelní lístek', 'Od: Lucie Ručková\nE-mail: <ruckovalucie@seznam.cz>\nTelefon: <>\n\nPředmět: Jidelní lístek\n\nZpráva:\nDobrý den,chtěla bych vás poprosit o zaslání jídelního lístku.Nebo o odkaz kde bych ho našla.Děkuji.Spozdravem Ručková.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Lucie Ručková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: ruckovalucie@seznam.cz\n', 'false', '2020-06-21 10:54:31'),
(439, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytování', 'Od: Libor Vašek\nE-mail: <libor.vasek25@gmail.com>\nTelefon: <608753392>\n\nPředmět: ubytování\n\nZpráva:\nDobrý den,\r\n\r\nmáte prosím volné ubytování v termínu 4.7 – 7.7. pro dva dospělé a dvě děti 16 a 13 let.\r\n\r\nDěkuji\r\n\r\nLibor Vašek\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Libor Vašek <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: libor.vasek25@gmail.com\n', 'false', '2020-06-24 07:42:38'),
(440, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Try this, get more leads', 'Od: Eric\nE-mail: <eric@talkwithwebvisitor.com>\nTelefon: <416-385-3200>\n\nPředmět: Try this, get more leads\n\nZpráva:\nHi, my name is Eric and I’m betting you’d like your website hotellesnizatisi.cz to generate more leads.\r\n\r\nHere’s how:\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at hotellesnizatisi.cz.\r\n\r\nTalk With Web Visitor – CLICK HERE http://www.talkwithwebvisitor.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://www.talkwithwebvisitor.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Talk With Web Visitor and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://www.talkwithwebvisitor.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitor.com/unsubscribe.aspx?d=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eric <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: eric@talkwithwebvisitor.com\n', 'false', '2020-06-27 06:02:44'),
(441, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování', 'Od: Alicja Kellerberg\nE-mail: <alicja.kellerberg@seznam.cz>\nTelefon: <602661435>\n\nPředmět: Ubytování\n\nZpráva:\nDobrý den, \r\n\r\nchtěla bych se zeptat, zda by bylo možno u Vás objednat ubytování pro naši rodinu - 2 dospělí, 2 děti (6 a 8 let) - na několik nocí v době od 3. do 12.07. Předem děkuji za odpověď a jsem s pozdravem, \r\n\r\nAlicja Kellerberg , Havířov\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Alicja Kellerberg <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: alicja.kellerberg@seznam.cz\n', 'false', '2020-06-27 11:28:13'),
(442, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] dotaz', 'Od: Zbyněk Štolpa\nE-mail: <stolpazbynek@seznam.cz>\nTelefon: <+420777067765>\n\nPředmět: dotaz\n\nZpráva:\nDobrý večer. Máte volno od 19-21.8. pro dva dospělé a dcera 13let? Děkuji\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Zbyněk Štolpa <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: stolpazbynek@seznam.cz\n', 'false', '2020-06-27 21:08:55'),
(443, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování', 'Od: Jana Pešlová\nE-mail: <pesl.jana@seznam.cz>\nTelefon: <603751227>\n\nPředmět: Ubytování\n\nZpráva:\nDobrý den, ráda bych se zeptala na možnost ubytování pro dvě osoby od čtvrtka 9.7. do neděle 12.7 a cenu. Moc vám děkuju, Pešlová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jana Pešlová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: pesl.jana@seznam.cz\n', 'false', '2020-06-28 18:56:08'),
(444, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Dotaz - ubytování', 'Od: Lukáš Borský\nE-mail: <lukas.borsky@gmail.com>\nTelefon: <>\n\nPředmět: Dotaz - ubytování\n\nZpráva:\nDobrý den,\r\n\r\nchtěl bych se zeptat, jaká by byla cena ubytování v termínech 26.7. - 1.8., 2.8. - 8.8., 9.8. - 15.8. pro 3 dospělé osoby. \r\n\r\nPředem děkuji za odpověď. \r\n\r\nS přátelským pozdravem\r\n\r\nLukáš Borský\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Lukáš Borský <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: lukas.borsky@gmail.com\n', 'false', '2020-06-29 18:50:54'),
(445, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] instead, congrats', 'Od: Eric\nE-mail: <eric@talkwithwebvisitor.com>\nTelefon: <416-385-3200>\n\nPředmět: instead, congrats\n\nZpráva:\nGood day, \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement – Congratulations\r\n\r\nWhat for? \r\n\r\nPart of my job is to check out websites and the work you’ve done with hotellesnizatisi.cz definitely stands out. \r\n\r\nIt’s clear you took building a website seriously and made a real investment of time and resources into making it top quality.\r\n\r\nThere is, however, a catch… more accurately, a question…\r\n\r\nSo when someone like me happens to find your site – maybe at the top of the search results (nice job BTW) or just through a random link, how do you know? \r\n\r\nMore importantly, how do you make a connection with that person?\r\n\r\nStudies show that 7 out of 10 visitors don’t stick around – they’re there one second and then gone with the wind.\r\n\r\nHere’s a way to create INSTANT engagement that you may not have known about… \r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know INSTANTLY that they’re interested – so that you can talk to that lead while they’re literally checking out hotellesnizatisi.cz.\r\n\r\nCLICK HERE http://www.talkwithwebvisitor.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nIt could be a game-changer for your business – and it gets even better… once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation – immediately (and there’s literally a 100X difference between contacting someone within 5 minutes versus 30 minutes.)\r\n\r\nPlus then, even if you don’t close a deal right away, you can connect later on with text messages for new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is simple, easy, and effective. \r\n\r\nCLICK HERE http://www.talkwithwebvisitor.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://www.talkwithwebvisitor.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitor.com/unsubscribe.aspx?d=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eric <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: eric@talkwithwebvisitor.com\n', 'false', '2020-06-30 07:00:03'),
(446, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Reservation', 'Od: mayumi ikeda\nE-mail: <takamayu2135@gmail.com>\nTelefon: <722629305>\n\nPředmět: Reservation\n\nZpráva:\nI want to stay from July 4th to 5th.\r\nCan I reserve a room?\r\n we are two adults.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: mayumi ikeda <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: takamayu2135@gmail.com\n', 'false', '2020-06-30 19:39:13'),
(447, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Help for businesses', 'Od: Alison\nE-mail: <alison@positivemarketingdept.top>\nTelefon: <224-874-4282>\n\nPředmět: Help for businesses\n\nZpráva:\nHi,\r\n\r\nHas your business lost customers due to COVID-19?\r\n\r\nWe might be able to help.\r\n\r\nhttps://positivemarketingdept.top/up?=hotellesnizatisi.cz\r\n\r\nWe\'re throwing a lifeline to businesses by sending targeted visitors to their websites. \r\n\r\nIf you\'re interested, click above for information about starting a free trial. There\'s no obligation or strings attached.\r\n\r\nBe safe and stay healthy.\r\n\r\nAlison\r\n\r\n\r\n\r\n\r\nPositive Marketing Dept\r\n2764 Pleasant RD \r\nBld APMB9 #34\r\nFort Mill SC 29708\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nIf you do not want to recieve this marketing material:\r\nhttps://positivemarketingdept.top/unsubscribe.php/?site=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Alison <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: alison@positivemarketingdept.top\n', 'false', '2020-07-01 08:39:33'),
(448, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Prosba ubytovsni', 'Od: Eva Brunclikovs\nE-mail: <info@centrumusmevu.eu>\nTelefon: <777787317>\n\nPředmět: Prosba ubytovsni\n\nZpráva:\nDobrý den, po tel.rozhovoru žádám touto cestou o termín ubytování ve Vašem hotelu pro tři osoby.\r\nSnad by nám stačil i nějaký pátek, sobota, neděle, pondělí.\r\nTěšíme se\r\nS pozdravem\r\nBrunclikova\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eva Brunclikovs <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: info@centrumusmevu.eu\n', 'false', '2020-07-01 20:45:46'),
(449, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] pobyt', 'Od: Roman Kočí\nE-mail: <romankoci@email.cz>\nTelefon: <737 777 845>\n\nPředmět: pobyt\n\nZpráva:\nDobrý den paní Vrzalová,\r\n\r\nměla byste volný pokoj pro dvě osoby na dvě noci ? Od středy 8.7. večer, do pátka 10.7. ráno bychom odjeli.\r\n\r\nByl by volný pokoj nad hlavním vchodem ?\r\n\r\nJaká by byla celková cena ?\r\n\r\nDěkujeme za odpověď a přeji pěkný den Roman Kočí\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Roman Kočí <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: romankoci@email.cz\n', 'false', '2020-07-02 06:57:24'),
(450, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytování', 'Od: Kateřina Nováčková\nE-mail: <katty.nov@email.cz>\nTelefon: <776310770>\n\nPředmět: ubytování\n\nZpráva:\nDobrý den, ráda bych si u vás rezervovala termín ubytování pro dva dospělé a jedno dítě 11 let. Na tři noci. Nejbližší termín příjezdu by byl možný 26.8. Děkuji Nováčková\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Kateřina Nováčková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: katty.nov@email.cz\n', 'false', '2020-07-02 14:46:18'),
(451, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Dotaz na ubytování', 'Od: Jana Pižlová\nE-mail: <jana@pizl.cz>\nTelefon: <724274142>\n\nPředmět: Dotaz na ubytování\n\nZpráva:\nDobrý den, ráda bych se informovala na možnost ubytování s polopenzí v termínu 5. až 10. srpna pro 3 osoby. Děkuji předem za odpověď. \r\nS pozdravem Jana Pižlová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jana Pižlová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: jana@pizl.cz\n', 'false', '2020-07-06 06:40:53'),
(452, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytování', 'Od: Karel Kadlec\nE-mail: <charles.kadlec@seznam.cz>\nTelefon: <602217811>\n\nPředmět: ubytování\n\nZpráva:\ndobrý den, prosím bylo by možné si rezervovat ubytování od 10. do 12.7 (2 noci) v pokoji s manželským lůžkem? děkuji Kadlec\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Karel Kadlec <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: charles.kadlec@seznam.cz\n', 'false', '2020-07-06 18:13:45'),
(453, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování', 'Od: Olga Pešková\nE-mail: <s.olga@seznam.cz>\nTelefon: <777550592>\n\nPředmět: Ubytování\n\nZpráva:\nDobrý den,\r\nMám zájem o ubytování pro 4 osoby (2 dosp., 2 deti) v termínu 6.-9.8. S terminem lze hybat dle Vasich moznosti.\r\nS pozdravem,\r\nOlga Pešková\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Olga Pešková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: s.olga@seznam.cz\n', 'false', '2020-07-06 20:04:05'),
(454, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Who needs eyeballs, you need BUSINESS', 'Od: Eric\nE-mail: <eric@talkwithwebvisitor.com>\nTelefon: <416-385-3200>\n\nPředmět: Who needs eyeballs, you need BUSINESS\n\nZpráva:\nMy name’s Eric and I just came across your website - hotellesnizatisi.cz - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like hotellesnizatisi.cz will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Talk With Web Visitor.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number. It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n \r\nCLICK HERE http://www.talkwithwebvisitor.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE http://www.talkwithwebvisitor.com to learn more about everything Talk With Web Visitor can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately! \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE http://www.talkwithwebvisitor.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitor.com/unsubscribe.aspx?d=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eric <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: eric@talkwithwebvisitor.com\n', 'false', '2020-07-07 02:51:23'),
(455, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Rezerwacja', 'Od: Joanna Lechicka-Blig\nE-mail: <j.blige@op.pl>\nTelefon: <+48/796404296>\n\nPředmět: Rezerwacja\n\nZpráva:\nDzień dobry,\r\n\r\nChciała bym zarezerwować 2 pokoje (6 osób) w terminie 21-22,08,2020.\r\npokój 4-os.: 2 os dorosłe + 2 dzieci (15 i 9 lat)\r\npokój 2-os. dorosłe.\r\nśniadanie + parking\r\nProszę o cenę.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Joanna Lechicka-Blig <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: j.blige@op.pl\n', 'false', '2020-07-07 18:22:32'),
(456, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování', 'Od: Lucie Chwistková\nE-mail: <luci.chwistkova@seznam.cz>\nTelefon: <736160698>\n\nPředmět: Ubytování\n\nZpráva:\nDobrý den. Chtěla jsem se zeptat jestli by bylo možné ubytování v termínu 23.8-27.8. Počet osob 3. Děkuji za odpověď. S pozdravem Lucie Ch.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Lucie Chwistková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: luci.chwistkova@seznam.cz\n', 'false', '2020-07-08 08:11:18'),
(457, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší]', 'Od: Martina Frýblová\nE-mail: <anitram02@seznam.cz>\nTelefon: <+420723194843>\n\nPředmět: \n\nZpráva:\nDobrý den, \r\nmáte prosím volný nějaký víkendový termín o letních prázdninách od pátku do neděle pro dva dospělé s polopenzí? A jaká by byla cena se stravou?\r\nDěkuji za odpověď na email s možnými termíny. \r\nMartina. F\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Martina Frýblová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: anitram02@seznam.cz\n', 'false', '2020-07-08 13:35:11'),
(458, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Volné termíny', 'Od: Pavel Širůček\nE-mail: <pavelsi55@seznam.cz>\nTelefon: <604898664>\n\nPředmět: Volné termíny\n\nZpráva:\nDobrý den,\r\nsháním ubytování pro dvě dospělé osoby (1 pokoj) na 4 až 5 nocí v období někdy mezi 26.7. až 6.8. 2020\r\nDěkuji za odpověď \r\nPavel Širůček\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Pavel Širůček <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: pavelsi55@seznam.cz\n', 'false', '2020-07-08 14:16:31'),
(459, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytovaný', 'Od: Lukáš Pinkava\nE-mail: <Pinnki@email.cz>\nTelefon: <733680817>\n\nPředmět: Ubytovaný\n\nZpráva:\nDobrý den chtěl bych poprosit o pokoj.. Od 7.9 až do 9.9 na dvě noci.. Pro dvě osoby z dvojlůžkem \r\nDěkuji s Pozdravem Lukáš Pinkava\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Lukáš Pinkava <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: Pinnki@email.cz\n', 'false', '2020-07-08 15:32:06'),
(460, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Poptávka ubytování', 'Od: Linda Zigmundova\nE-mail: <lin11@seznam.cz>\nTelefon: <728732950>\n\nPředmět: Poptávka ubytování\n\nZpráva:\nVážená paní Vrzalová, \r\n\r\nna základě dnešního telefonického hovoru poptávám ubytování ve Vašem hotelu pro 3 osoby v termínu od 20.8 - 23.8.2020 (případně od 27.8. - 30.8.2020).\r\n\r\nProsím o potvrzení, zda máte v jednom z termínů volno.\r\n\r\nPředem velice děkuji.\r\n\r\nS pozdravem Zigmundova\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Linda Zigmundova <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: lin11@seznam.cz\n', 'false', '2020-07-08 17:11:08'),
(461, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytování 13.-17.7.', 'Od: Eva Kotoučová\nE-mail: <kotoucova.eva@seznam.cz>\nTelefon: <737876053>\n\nPředmět: ubytování 13.-17.7.\n\nZpráva:\nDobrý den,\r\nměli byste prosím volné ubytování pro 4 člennou rodinu (2 děti, 6 a 7 let) na příští týden, zhruba od pondělí do pátku (13.-17.7.)?Děkuji, Kotoučová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eva Kotoučová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: kotoucova.eva@seznam.cz\n', 'false', '2020-07-08 21:25:03'),
(462, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] [Expiration Notice] hotellesnizatisi.cz Certificate', 'Od: SSL Security\nE-mail: <noreply@esslcerts.com>\nTelefon: <302-645-7400>\n\nPředmět: [Expiration Notice] hotellesnizatisi.cz Certificate\n\nZpráva:\nThis message is to alert you that the Free 1-Year subscription of the SSL certificate (HTTPS) on your website is no longer valid. This means that hackers can now snoop in on your website easily. Online viruses, bad actors or competitors can steal your sensitive personal information as well as your customers\' registration data for malicious purposes. \n\nFurther, an invalid or expired SSL also infringes GDPR (General Data Protection Regulation; effective May 25, 2018). Article 32 of GDPR requires that regulated information must be protected with appropriate technical and organizational measures, including encryption of personal data and the ability to ensure the ongoing confidentiality of systems and services. \n\nAs a result of this, Google has also started to mark all connections to your website as \"insecure\". You can check this by looking at the security status (to the left of the web address) of your website in any web browser. You will see that there is no Green PADLOCK visible next to your web address. \n\nTo fix this problem, you are required to re-deploy an SSL certificate on your website now: https://esslcerts.com/hotellesnizatisi.cz/a/1594352859/v3 \n\nThis will encrypt data and secure all connections on your website. The digital certificate will be emailed to you within minutes after verification. \n\nWARNING: Your website may stop functioning securely within 72 hours if it is reported as a malicious website, as a result of hosting insecure content. For more information see part 7.2P of our service agreement. We can not be held liable for any financial or technical losses resulting from this. \n\nSecure your website now: https://esslcerts.com/hotellesnizatisi.cz/a/1594352859/v3\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: SSL Security <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: noreply@esslcerts.com\n', 'false', '2020-07-10 03:47:47'),
(463, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Objednávka pobytu', 'Od: Marie Dosoudilová\nE-mail: <dosmajka@seznam.cz>\nTelefon: <604424261>\n\nPředmět: Objednávka pobytu\n\nZpráva:\nObjednávka pobytu od 6.8. do 9.8.2020 3 osoby.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Marie Dosoudilová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: dosmajka@seznam.cz\n', 'false', '2020-07-10 05:06:07'),
(464, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Objednání ubytování', 'Od: Dominika Havlová\nE-mail: <havlova95@email.cz>\nTelefon: <775508731>\n\nPředmět: Objednání ubytování\n\nZpráva:\nDobrý den, \r\nchtěli jsme se zeptat, zda by bylo možné objednat ubytování pro dvě osoby z 24.8. na 25.8 2020. \r\nPředem děkuji za odpověď \r\n Dominika Havlová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Dominika Havlová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: havlova95@email.cz\n', 'false', '2020-07-11 11:13:55'),
(465, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Rezervace pokoje od 14.8.2020. - 16.8.2020', 'Od: Petra Witzenberger\nE-mail: <petra.witzenberger@seznam.cz>\nTelefon: <776109777>\n\nPředmět: Rezervace pokoje od 14.8.2020. - 16.8.2020\n\nZpráva:\nDobrý večer, prosím o rezervaci pokoje pro 2 dospělé osoby v termínu od 14.8. ,2020 ,- 16.8.2020., a pokud je to možné o rezervaci parkovacího stání. Na stránce jsem našla fotky pouze jednoho pokoje, pokud máte v nabídce větší výběr pokojů, budu ráda za zaslání pár fotografií.\r\n\r\nKamarádka Irena Hrníčková by u vás měla rezervaci už míti udělanou, tak pokud to bude možné, rádi budeme za pokoje vedle sebe nebo alespoň v nejbližší vzdálenosti.\r\n\r\nProsím o informaci zda je rezervace možná.\r\n\r\nKrásnou neděli přeje Petra Witzenberger\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Petra Witzenberger <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: petra.witzenberger@seznam.cz\n', 'false', '2020-07-11 21:30:17'),
(466, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Want the truth?', 'Od: Crystal\nE-mail: <crystal@moreseotraffic.top>\nTelefon: <719-809-2561>\n\nPředmět: Want the truth?\n\nZpráva:\nHi, \r\n\r\nYou probably get a ton of emails about \"getting on the first page of Google.\"\r\n\r\nToo bad most of them are SCAMS.\r\n\r\nIf you REALLY want to rank higher, you absolutely need to get this one part right:\r\nhttps://moreseotraffic.top/wal/?=hotellesnizatisi.cz\r\n\r\nIt\'s backed by data from thousands of SEO campaigns, across all industries.\r\n\r\nJust imagine what it could do for your business.\r\n\r\nCrystal Delrey\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nMore SEO Traffic\r\n964-2055 E. Badillo St\r\nCovina, CA 91724\r\n\r\nIf you prefer not to receive commercial messages regarding seo for your business, please remove yourself here: https://www.moreseotraffic.top/out.php/?site=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Crystal <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: crystal@moreseotraffic.top\n', 'false', '2020-07-12 04:50:36'),
(467, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování', 'Od: Eva Pešková\nE-mail: <evpeskova@seznam.cz>\nTelefon: <604258259>\n\nPředmět: Ubytování\n\nZpráva:\nDobrý den,\r\nchtěla bych rezervovat pokoj pro dvě osoby a malého psa. Příjezd 7.9.2020 - odjezd 8.9.2020 popřípadě jiný všední den. \r\nPředem děkuji za Vaší odpověď.\r\nS pozdravem\r\nEva Pešková\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eva Pešková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: evpeskova@seznam.cz\n', 'false', '2020-07-12 18:13:48'),
(468, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Poptávka ubytování', 'Od: Martin Pospíšil\nE-mail: <martin.pospisil69@seznam.cz>\nTelefon: <732249389>\n\nPředmět: Poptávka ubytování\n\nZpráva:\nDobrý den\r\nPoptávám u vás ubytování na 3 až 5 dnů pro 2 osoby v měsíci září. prosím nabídněte termíny a ceny. K pobytu bychom chtěli i snídaně.\r\nS přátelským pozdravem\r\nMartin Pospíšil, Bruntál\r\ntel: 732 249 389\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Martin Pospíšil <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: martin.pospisil69@seznam.cz\n', 'false', '2020-07-12 18:44:24'),
(469, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] rezervace', 'Od: Kristýna Chvostková\nE-mail: <krista.chvostkova@seznam.cz>\nTelefon: <721044166>\n\nPředmět: rezervace\n\nZpráva:\nDobrý den, chtěla bych se zeptat jestli nemáte náhodou volno na nějaký prázdninový víkend pro 2 osoby? Děkuji a přeji pěkný den.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Kristýna Chvostková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: krista.chvostkova@seznam.cz\n', 'false', '2020-07-13 10:21:25'),
(470, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] dotaz na ubytování', 'Od: Jolana Hönigová\nE-mail: <jolana.honigova@hotmail.com>\nTelefon: <724819966>\n\nPředmět: dotaz na ubytování\n\nZpráva:\nDobrý den, prosím o informaci, zda máte volný pokoj pro 2 osoby na termín 21.7.-24.7.2020.\r\nDěkuji. J.H.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jolana Hönigová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: jolana.honigova@hotmail.com\n', 'false', '2020-07-14 09:12:24'),
(471, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Volný pokoj', 'Od: Vít Kubíček\nE-mail: <vit.kubicek@centrum.cz>\nTelefon: <777199512>\n\nPředmět: Volný pokoj\n\nZpráva:\nDobrý den,\r\n\r\nprosím o informaci jestli ideálně v termínu 2.8 - 5.8 máte volný pokoj pro 2.\r\n\r\nDěkuji \r\nKubíček\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Vít Kubíček <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: vit.kubicek@centrum.cz\n', 'false', '2020-07-14 11:38:13'),
(472, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] NEW: Rare DA 50+ backlinks', 'Od: Etta\nE-mail: <noreplymonkeydigital@gmai.com>\nTelefon: <20-38-11-45>\n\nPředmět: NEW: Rare DA 50+ backlinks\n\nZpráva:\nGet backlinks from websites which have Domain Authority above 50. Very rare and hard to get backlinks. Order today at a very low price, while the offer lasts.\r\n\r\nread more:\r\nhttps://www.monkeydigital.co/product/250-da-50-backlinks/\r\n\r\nthanks and regards\r\nMonkey Digital Team\r\nsupport@monkeydigital.co\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Etta <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: noreplymonkeydigital@gmai.com\n', 'false', '2020-07-15 18:43:03'),
(473, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování', 'Od: Iva Navrátilová\nE-mail: <ivanavratilova2@seznam.cz>\nTelefon: <736276785>\n\nPředmět: Ubytování\n\nZpráva:\nDobrý den, prosím o ubytování v termínu 1.8.-3.8.2020 pro dvě rodiny: 1. rodina (6 osob), 2. rodina (4 osoby, z toho 2 děti). Děkuji\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Iva Navrátilová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: ivanavratilova2@seznam.cz\n', 'false', '2020-07-15 20:45:46'),
(474, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] poptávka', 'Od: Magdalena Baičevová\nE-mail: <mbaicevovi@seznam.cz>\nTelefon: <+420724165985>\n\nPředmět: poptávka\n\nZpráva:\nDobrý den, hledáme ubytování od 30.7. do 2.8. pro dvě osoby, neměli byste ,prosím, volný pokoj ? Děkuji za odpověď Baičevová 724165985\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Magdalena Baičevová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: mbaicevovi@seznam.cz\n', 'false', '2020-07-16 11:19:54'),
(475, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] poptávka ubytování', 'Od: Vladimír Lacek\nE-mail: <lacek@email.cz>\nTelefon: <728864153>\n\nPředmět: poptávka ubytování\n\nZpráva:\nDobrý den, poptávám ubytování na 2 noci v termínu od 21.7.2020 do 31.7.2020 spíše v týdnu (ne víkend) pro dva dospělé a dvě děti (8 a 10 let). Máte prosím něco volného? Děkuji za odpověď Lacek\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Vladimír Lacek <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: lacek@email.cz\n', 'false', '2020-07-16 12:45:24'),
(476, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Poptávka ubytování 8.8.2020-15.8.2020', 'Od: Jana Plachá\nE-mail: <japl@atlas.cz>\nTelefon: <>\n\nPředmět: Poptávka ubytování 8.8.2020-15.8.2020\n\nZpráva:\nDobrý den, \r\nChtěla bych se zeptat zda máte volný dvoulůžkový pokoj v termínu 8.8.-15.8.2020 a zda je možná polopenze? \r\nPředem děkuji\r\n\r\nJana Plachá\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jana Plachá <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: japl@atlas.cz\n', 'false', '2020-07-17 10:22:45'),
(477, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší]', 'Od: Doris Trommer\nE-mail: <doristrommer@gmx.de>\nTelefon: <00491728213905>\n\nPředmět: \n\nZpráva:\nAhoj,\r\nmy (rodina 4 lidí) bychom s nimi chtěli zůstat od 21. do 22. července. Je to možné? Bohužel nemluvím česky, takže používám překladatelský program.\r\ns pozdravem\r\nDoris Trommer\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Doris Trommer <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: doristrommer@gmx.de\n', 'false', '2020-07-17 12:54:59');
INSERT INTO `wp_email_log` (`id`, `to_email`, `subject`, `message`, `headers`, `attachments`, `sent_date`) VALUES
(478, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Let “AI” Take Over Your Website & Finally Get Results', 'Od: Lanora\nE-mail: <lanora.bryant@gmail.com>\nTelefon: <079 5702 4976>\n\nPředmět: Let “AI” Take Over Your Website & Finally Get Results\n\nZpráva:\nHi,\r\n\r\nDo you have a Website? Of course you do because I am looking at your website hotellesnizatisi.cz now.\r\n\r\nAre you struggling for Leads and Sales?\r\n\r\nYou’re not the only one.\r\n\r\nSo many Website owners struggle to convert their Visitors into Leads & Sales.\r\n\r\nThere’s a simple way to fix this problem.\r\n\r\nYou could use a Live Chat app on your Website hotellesnizatisi.cz and hire Chat Agents.\r\n\r\nBut only if you’ve got deep pockets and you’re happy to fork out THOUSANDS of dollars for the quality you need.\r\n\r\n=====\r\n\r\nBut what if you could automate Live Chat so it’s HUMAN-FREE?\r\n\r\nWhat if you could exploit NEW “AI” Technology to engage with your Visitors INSTANTLY.\r\n\r\nAnd AUTOMATICALLY convert them into Leads & Sales.\r\n\r\nWITHOUT spending THOUSANDS of dollars on Live Chat Agents.\r\n\r\nAnd WITHOUT hiring expensive coders.\r\n\r\nIn fact, all you need to do to activate this LATEST “AI” Website Tech..\r\n\r\n..is to COPY & PASTE a single line of “Website Code”.\r\n\r\n==> http://www.zoomsoft.net/ConversioBot\r\n\r\n======\r\n\r\nJoin HUGE Fortune 500 companies like:\r\n\r\nFacebook Spotify Starbucks Staples The Wall Street Journal Pizza Hut Amtrak Disney H&M & Mastercard\r\n\r\nThey all use similar “AI” Chat Technology to ConversioBot - the Internet’s #1 Chatbot for Website Owners.\r\n\r\nThe founders of ConversioBot have used their highly sophisticated ChatBot to:\r\n\r\n- AUTOMATICALLY build a massive Email List of 11,643 Subscribers in just 7 Days\r\n\r\n- AUTOMATICALLY add 6,386 Sales in only 6 Months\r\n\r\n- AUTOMATICALLY explode their Conversion Rate by 198% in only 6 Hours.\r\n\r\n=====\r\n\r\nNow it’s your turn to get in on this exciting NEW Cloud-Based App.\r\n\r\nYou can start using ConversioBot today by copying and pasting ONE line of “Automated Bot Code\" to your Website.\r\n\r\nWatch this short video to find out how >> http://www.zoomsoft.net/ConversioBot\r\n\r\nRegards,\r\n\r\nConversioBot Team\r\n\r\nP.S. This “AI” Technology works with: - Affiliate Review Sites - List-Building Pages - WordPress Blogs (it comes with a Plugin) - Sales Letters - eCommerce Websites - Local Business Sites - Webinar Registration Pages - Consultancy Websites - Freelance Websites\r\n\r\nAlmost ANY Website you can think of..\r\n\r\n==> This could be happening on your Website TODAY.. http://www.zoomsoft.net/ConversioBot\r\n\r\nUNSUBSCRIBE http://www.zoomsoft.net/unsubscribe\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Lanora <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: lanora.bryant@gmail.com\n', 'false', '2020-07-18 01:59:14'),
(479, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší]', 'Od: Petr Krása\nE-mail: <petrzps@seznam.cz>\nTelefon: <777346207>\n\nPředmět: \n\nZpráva:\nDobrý den,\r\nchci se zeptat zda máte volný termín na ubytování pro dva od 27.7. do 1.8. (nebo do 2.8.) ? A jestli je možnost úschovy kol?\r\nDěkuji za odpověď,\r\nPetr Krása\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Petr Krása <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: petrzps@seznam.cz\n', 'false', '2020-07-18 12:55:23'),
(480, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Regarding hotellesnizatisi.cz', 'Od: Morgan\nE-mail: <info@hotellesnizatisi.cz>\nTelefon: <06-69014278>\n\nPředmět: Regarding hotellesnizatisi.cz\n\nZpráva:\nHi there\r\n\r\nBe Free from Neck Pain\r\nTry NeckFlexer & Relieve Neck Pain Effortlessly In 10 Min!\r\nSave 50% OFF + FREE Worldwide Shipping\r\n\r\nShop Now: neckflexer.online\r\n\r\n✅ Designed By Doctor & Chiropractor\r\n✅ Ergonomic Design - Fits Everyone\r\n✅ Circulation To Head\r\n✅ Stimulating Key Result Area\r\n\r\nThank You,\r\n\r\nHotel Lesní zátiší | ubytování v Adršpachu - hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Morgan <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: info@hotellesnizatisi.cz\n', 'false', '2020-07-18 23:16:21'),
(481, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování', 'Od: Irena Šantorová\nE-mail: <irenasantorova@seznam.cz>\nTelefon: <723411749>\n\nPředmět: Ubytování\n\nZpráva:\nDobrý den,máte volné ubytování v termínu od 31.7.-2.8.2020?Měli by jsme zájem o dva pokoje.1 pokoj pro 2 dospělý a jedno 7-leté dítě.A druhý pokoj 1 dospělý a jedno 14 leté dítě.děkuji Šantorová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Irena Šantorová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: irenasantorova@seznam.cz\n', 'false', '2020-07-21 17:49:47'),
(482, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování 5-7.8.2020 2 osoby', 'Od: Tomáš Vlasák\nE-mail: <tomasvl@seznam.cz>\nTelefon: <+420602283367>\n\nPředmět: Ubytování 5-7.8.2020 2 osoby\n\nZpráva:\nUbytování 5-7.8.2020 2 osoby.\r\nMáte volné ubytování v tomto termínu.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Tomáš Vlasák <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: tomasvl@seznam.cz\n', 'false', '2020-07-21 18:23:31'),
(483, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Pobyt', 'Od: Andrea Libovická\nE-mail: <andre.libovicka@seznam.cz>\nTelefon: <604117395>\n\nPředmět: Pobyt\n\nZpráva:\nDobrý den,chtěla jsem se na volný pokoj pro dvě osoby v termínu od 27.7.-29.7. 2020 nebo 28.8.-30.8.2020.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Andrea Libovická <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: andre.libovicka@seznam.cz\n', 'false', '2020-07-22 05:24:10'),
(484, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] info', 'Od: Marián Galo\nE-mail: <majo333889@icloud.com>\nTelefon: <+421911599112>\n\nPředmět: info\n\nZpráva:\nDobry večer. Poptavam ubytovani na 31.7-2.8.2020 , 2 noci , 2 dospelý, 2 deti(6a9let). Dik za info\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Marián Galo <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: majo333889@icloud.com\n', 'false', '2020-07-23 20:14:04'),
(485, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytování', 'Od: Václava Svádová Pšen\nE-mail: <Vendyss.P@seznam.cz>\nTelefon: <604326595>\n\nPředmět: ubytování\n\nZpráva:\nDobrý den, chtěla jsem se zeptat zdali by bylo možné se u Vás ubytovat od 24.-26.7 . Jsme dva dospělí a pes . S pozdravem Svádová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Václava Svádová Pšen <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: Vendyss.P@seznam.cz\n', 'false', '2020-07-23 20:34:40'),
(486, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] cheap monthly SEO plans', 'Od: Mike\nE-mail: <ricardo.sands@outlook.com>\nTelefon: <079 8218 9834>\n\nPředmět: cheap monthly SEO plans\n\nZpráva:\nhi there\r\nI have just checked hotellesnizatisi.cz for the ranking keywords and seen that your SEO metrics could use a boost.\r\n\r\nWe will improve your SEO metrics and ranks organically and safely, using only whitehat methods, while providing monthly reports and outstanding support.\r\n\r\nPlease check our pricelist here, we offer SEO at cheap rates. \r\nhttps://www.hilkom-digital.de/cheap-seo-packages/\r\n\r\nStart increasing your sales and leads with us, today!\r\n\r\nBe safe and best regards\r\n\r\nMike\r\nHilkom Digital Team\r\nsupport@hilkom-digital.de\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Mike <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: ricardo.sands@outlook.com\n', 'false', '2020-07-24 08:28:30'),
(487, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubtovani pro rodinu 2+2 deti', 'Od: Karel Přibyl\nE-mail: <poptavka.nabidka@gmail.com>\nTelefon: <>\n\nPředmět: Ubtovani pro rodinu 2+2 deti\n\nZpráva:\nDobrý den,\r\nchtěl jsem se zeptat jestli nemáte volné ubytování pro rodinu s dětmi 2dosp. + 2děti (8+12let).. plus minus na 3dny v rozmezi .. 27.7. - 2.8. 2020.\r\n\r\nDíky s pozdravem Karel Přibyl\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Karel Přibyl <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: poptavka.nabidka@gmail.com\n', 'false', '2020-07-24 11:01:53'),
(488, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší]', 'Od: Soňa Ondráčková\nE-mail: <ondrackova.s@email.cz>\nTelefon: <737703737>\n\nPředmět: \n\nZpráva:\nDobrý den,\r\nchci se zeptat jestli máte volný pokoj pro 3 dospělé osoby v termínu od 19.8.2020 - 21-8-2020.\r\n\r\nDěkuji Ondráčková\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Soňa Ondráčková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: ondrackova.s@email.cz\n', 'false', '2020-07-26 17:00:03'),
(489, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] poptávka', 'Od: Natalie Toužimská\nE-mail: <natytouza@gmail.com>\nTelefon: <604467432>\n\nPředmět: poptávka\n\nZpráva:\nDobrý den,\r\nchtela jsem se zeptat zda máte volné ubytování 13-14.9.2020 pro 2 osoby s manželskou postelí.\r\njestli ano, šla by napsat faktura pro mého zaměstnavatele? Podklady bych poslala.\r\nJídlo se platí zvlášt že ? \r\nmoc dekuji za odpověd \r\nN.Toužimská\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Natalie Toužimská <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: natytouza@gmail.com\n', 'false', '2020-07-26 18:59:00'),
(490, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Obsazenost', 'Od: Simona Faltýnková\nE-mail: <fasima@seznam.cz>\nTelefon: <>\n\nPředmět: Obsazenost\n\nZpráva:\nDobrý den, máte prosím volné ubytování s vlastním soc.zařízením pro 2 dospělé osoby s 1 5ti měsíčním miminem v termínu 3.-5.-8-2020? Děkuji, Faltýnková\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Simona Faltýnková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: fasima@seznam.cz\n', 'false', '2020-07-26 21:08:21'),
(491, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Help', 'Od: Sherri\nE-mail: <sherri@webtrafficnow.xyz>\nTelefon: <326-421-7715>\n\nPředmět: Help\n\nZpráva:\nHi,\r\n\r\nDid you hear on the news how some businesses are doing really well right now? It\'s because more people are at home, searching the Internet for products and services.\r\n\r\nWe\'re one of the companies that is helping these businesses get more customers.\r\n\r\nDiscover how we can help your business too:\r\nhttps://webtrafficnow.xyz/up/?=hotellesnizatisi.cz\r\n\r\nBe well!\r\nSherri Owens\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nWeb Traffic Now\r\n1178 Broadway 3rd Floor Office#1251\r\nNew York, NY 10001\r\n\r\nIf you desire to skip this sort of marketing in the future:\r\nhttps://webtrafficnow.xyz/unsubscribe.php/?site=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Sherri <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: sherri@webtrafficnow.xyz\n', 'false', '2020-07-28 14:21:07'),
(492, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] dotaz na volnou kapacitu ubytování', 'Od: milan buša\nE-mail: <mbusa@seznam.cz>\nTelefon: <731125115>\n\nPředmět: dotaz na volnou kapacitu ubytování\n\nZpráva:\nZdravým Vás , prosím o info možnosti pobytu pro dvě osoby na 4-5 nocí kdykoli v měsících srpen , září, říjen .\r\n Díky, Bušovi Plzeň\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: milan buša <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: mbusa@seznam.cz\n', 'false', '2020-07-28 21:17:04'),
(493, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytování', 'Od: Petr Staňura\nE-mail: <petr.stanura@seznam.cz>\nTelefon: <773501225>\n\nPředmět: ubytování\n\nZpráva:\nDobrý den\r\n\r\nMěl bych zájem o dvoulůžkový pokoj od 31.7. do 2.8., máte volno?\r\n\r\nS pozdravem\r\n\r\nPetr Staňura\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Petr Staňura <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: petr.stanura@seznam.cz\n', 'false', '2020-07-29 09:56:56'),
(494, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování', 'Od: Naďa Hanko\nE-mail: <nadenka@seznam.cz>\nTelefon: <774309977>\n\nPředmět: Ubytování\n\nZpráva:\nDobrý den, chtěla bych se zeptat zda máte volný termín v hotelu od 5.8 do 9.8 pro dvě osoby. Děkuji Naďa Hanko\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Naďa Hanko <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: nadenka@seznam.cz\n', 'false', '2020-07-29 20:20:43'),
(495, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší]', 'Od: Petra Witzenberger\nE-mail: <petra.witzenberger@seznam.cz>\nTelefon: <776109777>\n\nPředmět: \n\nZpráva:\n13.7. jsem si psala o číslo účtu, abych mohla převést zálohu na pevnou rezervaci v datumu od 14.8.20 - 16.8.20 . \r\nDodnes mi nepřišla jaká koliv odpověď , číslo účtu kam zálohu poslat . Doufám tedy , že má rezervace ve vašem hotelu stále trvá .\r\n\r\nHezký den a děkuji \r\nPetra Witzenberger\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Petra Witzenberger <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: petra.witzenberger@seznam.cz\n', 'false', '2020-07-30 08:37:57'),
(496, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytování 29.8 - 4.9.2020', 'Od: vlastimil zelený\nE-mail: <zeleny.vlasta@seznam.cz>\nTelefon: <737829444>\n\nPředmět: ubytování 29.8 - 4.9.2020\n\nZpráva:\nDobrý den, měli by jste volný dvoulůžkový pokoj (oddělené postele) v termínu 29.8 - 4.9.2020 ? \r\nByla by k nim možná polopenze ? \r\nA za jakou cenu ,\r\nDěkuji Zelený\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: vlastimil zelený <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: zeleny.vlasta@seznam.cz\n', 'false', '2020-07-31 10:17:38'),
(497, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Concerning hotellesnizatisi.cz', 'Od: Greg\nE-mail: <info@hotellesnizatisi.cz>\nTelefon: <812-267-0133>\n\nPředmět: Concerning hotellesnizatisi.cz\n\nZpráva:\nHi\r\n\r\nBody Revolution - Medico Postura™ Body Posture Corrector\r\nImprove Your Posture INSTANTLY!\r\nGet it while it\'s still 50% OFF!\r\nFREE Worldwide Shipping!\r\n\r\nGet yours here: medicopostura.online\r\n\r\nThe Best,\r\n\r\nHotel Lesní zátiší | ubytování v Adršpachu - hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Greg <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: info@hotellesnizatisi.cz\n', 'false', '2020-08-02 11:55:54'),
(498, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytovani', 'Od: Viktor Hós\nE-mail: <viktorhos@seznam.cz>\nTelefon: <774487448>\n\nPředmět: ubytovani\n\nZpráva:\nDobrý den, chci se zeptat jak jste na tom s obsazeností v terminu od 6-12.8.\r\nSháníme ubytování na 3 noci, 2 dospělé osoby, ideálně od 9-12.8. Děkuji za info\r\n\r\nS pozdravem Viktor Hós\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Viktor Hós <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: viktorhos@seznam.cz\n', 'false', '2020-08-04 12:25:31'),
(499, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytování 15.-22.8.', 'Od: Kateřina Jenišová\nE-mail: <krejkatka@gmail.com>\nTelefon: <723772216>\n\nPředmět: ubytování 15.-22.8.\n\nZpráva:\nDobrý den.\r\nHledám ubytování v termínu 15.-22.8. pro rodinu - 2 dospělí+ 2 děti (5 a 9 let).\r\nMáte prosím v tomto termínu volný pokoj?\r\nDěkuji.\r\n\r\nS pozdravem\r\nKateřina Jenišová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Kateřina Jenišová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: krejkatka@gmail.com\n', 'false', '2020-08-04 16:23:24'),
(500, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Volné ubytování', 'Od: Richard Šilar\nE-mail: <motorisa@seznam.cz>\nTelefon: <>\n\nPředmět: Volné ubytování\n\nZpráva:\nDobrý den\r\nProsím o info,zda máte volné ubytování v termínu 27.8.až 30.8.2020 pro dvě osoby.\r\n\r\nDěkuji za odpověď R.Šilar\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Richard Šilar <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: motorisa@seznam.cz\n', 'false', '2020-08-05 17:32:05'),
(501, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] rezervace pobytu', 'Od: milan buša\nE-mail: <mbusa@seznam.cz>\nTelefon: <731125115>\n\nPředmět: rezervace pobytu\n\nZpráva:\nZdravým p. Vrzalová , dle vašeho infa ohledně dostupných volných termínů nám vyhovuje třetí možný od 30.9 do 4,10 ( zřejmě mělo být ).\r\nprosím tedy o rezervaci s plat. podmínkami na uvedený termín pro dvě osoby se snídaní ( nebo i polopenzí ).\r\n Díky Bušovi , Plzeň\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: milan buša <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: mbusa@seznam.cz\n', 'false', '2020-08-05 21:28:00'),
(502, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] [Expiration Notice] hotellesnizatisi.cz Certificate', 'Od: SSL Security\nE-mail: <noreply@esslcerts.com>\nTelefon: <302-645-7400>\n\nPředmět: [Expiration Notice] hotellesnizatisi.cz Certificate\n\nZpráva:\nThis message is to alert you that the Free 1-Year subscription of the SSL certificate (HTTPS) on your website is no longer valid. This means that hackers can now snoop in on your website easily. Online viruses, bad actors or competitors can steal your sensitive personal information as well as your customers\' registration data for malicious purposes. \n\nFurther, an invalid or expired SSL also infringes GDPR (General Data Protection Regulation; effective May 25, 2018). Article 32 of GDPR requires that regulated information must be protected with appropriate technical and organizational measures, including encryption of personal data and the ability to ensure the ongoing confidentiality of systems and services. \n\nAs a result of this, Google has also started to mark all connections to your website as \"insecure\". You can check this by looking at the security status (to the left of the web address) of your website in any web browser. You will see that there is no Green PADLOCK visible next to your web address. \n\nTo fix this problem, you are required to re-deploy an SSL certificate on your website now: https://esslcerts.com/hotellesnizatisi.cz/a/1596767479/v2 \n\nThis will encrypt data and secure all connections on your website. The digital certificate will be emailed to you within minutes after verification. \n\nWARNING: Your website may stop functioning securely within 72 hours if it is reported as a malicious website, as a result of hosting insecure content. For more information see part 7.2P of our service agreement. We can not be held liable for any financial or technical losses resulting from this. \n\nSecure your website now: https://esslcerts.com/hotellesnizatisi.cz/a/1596767479/v2\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: SSL Security <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: noreply@esslcerts.com\n', 'false', '2020-08-07 02:31:25'),
(503, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Poptávka ubytování', 'Od: Andrea Illeová\nE-mail: <andy.illeova@seznam.cz>\nTelefon: <728204580>\n\nPředmět: Poptávka ubytování\n\nZpráva:\nDobrý den,\r\npoptávám ubytování pro 3 dospělé osoby v termínu 17 - 19.8.\r\nPředem děkuji za rychlou zpětnou vazbu\r\nS pozdravem\r\nAndrea Illeová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Andrea Illeová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: andy.illeova@seznam.cz\n', 'false', '2020-08-11 08:56:39'),
(504, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Who needs eyeballs, you need BUSINESS', 'Od: Eric\nE-mail: <eric@talkwithwebvisitor.com>\nTelefon: <416-385-3200>\n\nPředmět: Who needs eyeballs, you need BUSINESS\n\nZpráva:\nMy name’s Eric and I just came across your website - hotellesnizatisi.cz - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like hotellesnizatisi.cz will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Talk With Web Visitor.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number. It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n \r\nCLICK HERE http://www.talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE http://www.talkwithwebvisitors.com to learn more about everything Talk With Web Visitor can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately! \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE http://www.talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eric <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: eric@talkwithwebvisitor.com\n', 'false', '2020-08-11 09:24:19'),
(505, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování', 'Od: Ivana Harmimová\nE-mail: <harmimova@seznam.cz>\nTelefon: <724903269>\n\nPředmět: Ubytování\n\nZpráva:\nDobrý den, na základě tel.hovoru objednávám ubytování pro 2 osoby od 12. do 14.8.2020 - 2 noci. Děkuji, s pozdravem Harmimová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Ivana Harmimová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: harmimova@seznam.cz\n', 'false', '2020-08-11 10:34:41'),
(506, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] rezervace', 'Od: Denisa Michálková\nE-mail: <deni.komi@seznam.cz>\nTelefon: <605949309>\n\nPředmět: rezervace\n\nZpráva:\nDobrý den,\r\nrádi bychom si u vás rezervovali dvoulůžkový pokoj pro 2 se snídani.\r\nTermín příjezdu 24.8 odjezd 26.8.\r\nDěkuji za zpětnou odpověd.\r\nS pozdravem\r\nMichálková\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Denisa Michálková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: deni.komi@seznam.cz\n', 'false', '2020-08-11 11:45:57'),
(507, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] [Expiration Notice] hotellesnizatisi.cz Certificate', 'Od: SSL Security\nE-mail: <noreply@esslcerts.com>\nTelefon: <302-645-7400>\n\nPředmět: [Expiration Notice] hotellesnizatisi.cz Certificate\n\nZpráva:\nThis message is to alert you that the Free 1-Year subscription of the SSL certificate (HTTPS) on your website is no longer valid. This means that hackers can now snoop in on your website easily. Online viruses, bad actors or competitors can steal your sensitive personal information as well as your customers\' registration data for malicious purposes. \n\nFurther, an invalid or expired SSL also infringes GDPR (General Data Protection Regulation; effective May 25, 2018). Article 32 of GDPR requires that regulated information must be protected with appropriate technical and organizational measures, including encryption of personal data and the ability to ensure the ongoing confidentiality of systems and services. \n\nAs a result of this, Google has also started to mark all connections to your website as \"insecure\". You can check this by looking at the security status (to the left of the web address) of your website in any web browser. You will see that there is no Green PADLOCK visible next to your web address. \n\nTo fix this problem, you are required to re-deploy an SSL certificate on your website now: https://esslcerts.com/hotellesnizatisi.cz/a/1597162945/v2 \n\nThis will encrypt data and secure all connections on your website. The digital certificate will be emailed to you within minutes after verification. \n\nWARNING: Your website may stop functioning securely within 72 hours if it is reported as a malicious website, as a result of hosting insecure content. For more information see part 7.2P of our service agreement. We can not be held liable for any financial or technical losses resulting from this. \n\nSecure your website now: https://esslcerts.com/hotellesnizatisi.cz/a/1597162945/v2\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: SSL Security <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: noreply@esslcerts.com\n', 'false', '2020-08-11 16:22:31'),
(508, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] DA 96 Do-follow Backlink from Amazon', 'Od: Claudia\nE-mail: <claudiauclement@yahoo.com>\nTelefon: <0161 9496 0002>\n\nPředmět: DA 96 Do-follow Backlink from Amazon\n\nZpráva:\nHi, We are wondering if you would be interested in our service, where we can provide you with a dofollow link from Amazon (DA 96) back to hotellesnizatisi.cz?\r\n\r\nThe price is just $87 per link, via Paypal.\r\n\r\nTo explain what DA is and the benefit for your website, along with a sample of an existing link, please read here: https://pastelink.net/1nm60\r\n\r\nIf you\'d be interested in learning more, reply to this email but please make sure you include the word INTERESTED in the subject line field.\r\n\r\nKind Regards,\r\nClaudia\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Claudia <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: claudiauclement@yahoo.com\n', 'false', '2020-08-13 04:58:22'),
(509, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Lead For hotellesnizatisi.cz', 'Od: Mona\nE-mail: <contact@hotellesnizatisi.cz>\nTelefon: <077 8658 7641>\n\nPředmět: Lead For hotellesnizatisi.cz\n\nZpráva:\nGood day\r\n\r\nCAREDOGBEST™ - Personalized Dog Harness. All sizes from XS to XXL. Easy ON/OFF in just 2 seconds. LIFETIME WARRANTY.\r\n\r\nFREE Worldwide Shipping!\r\n\r\nClick here: caredogbest.online\r\n\r\nThanks and Best Regards,\r\n\r\nHotel Lesní zátiší | ubytování v Adršpachu\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Mona <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: contact@hotellesnizatisi.cz\n', 'false', '2020-08-14 07:11:12'),
(510, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Rezervace pokoje pro dva na druhou polovinu září.', 'Od: Miroslava Žochová\nE-mail: <zochovamirka@hotmail.com>\nTelefon: <+420 605 054 1>\n\nPředmět: Rezervace pokoje pro dva na druhou polovinu září.\n\nZpráva:\nDobrý den, chtěla bych se touto cestou zeptat na možnost rezervace pro dvě osoby na druhou polovinu září 2020. \r\nMáte prosím volné pokoje? \r\nDěkuji M.Žochová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Miroslava Žochová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: zochovamirka@hotmail.com\n', 'false', '2020-08-14 07:48:44'),
(511, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] objednávka pobytu', 'Od: Helena Stošková\nE-mail: <milan.stosek@volny.cz>\nTelefon: <607 232 717>\n\nPředmět: objednávka pobytu\n\nZpráva:\nna základě telef.dohody, prosím o rezervaci\r\ndvoulůžkového pokoje od středy 19.8. do pátku 21.8., bude-li to možné. (nebo čtvrtek až sobota?) Děkuji za odpověď\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Helena Stošková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: milan.stosek@volny.cz\n', 'false', '2020-08-16 11:32:08'),
(512, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší]', 'Od: Jakub Botwina\nE-mail: <jakubbotwina@gmail.com>\nTelefon: <+48606824344>\n\nPředmět: \n\nZpráva:\nDobrý den, rád bych si rezervoval dva pokoje od 18/08 do 20/08 pro dvě rodiny 2 + 1.\r\nVšechno nejlepší\r\nJacobe\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jakub Botwina <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: jakubbotwina@gmail.com\n', 'false', '2020-08-16 14:11:26'),
(513, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Rezervce', 'Od: Jaroslav Liss\nE-mail: <Liss.J@seznam.cz>\nTelefon: <776105677>\n\nPředmět: Rezervce\n\nZpráva:\nDobrý den. Chtěl bych si zarezervovat dvojlůžkový pokoj od 10.10 do 17.10. 2020. Mám malého pejska (maltézáček). Děkuji, Jaroslav Liss\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jaroslav Liss <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: Liss.J@seznam.cz\n', 'false', '2020-08-18 11:25:52'),
(514, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Uncertain times', 'Od: Melissa\nE-mail: <melissa@aaamarketing.top>\nTelefon: <224-635-0127>\n\nPředmět: Uncertain times\n\nZpráva:\nHey, are you still open during the COVID lockdown?\r\n\r\nCould you handle more customers? A lot more?\r\n\r\nWe can help drive targeted customers to your website during these uncertain times:\r\n\r\nhttps://aaamarketing.top/up?=hotellesnizatisi.cz\r\n\r\nBe safe and stay healthy,\r\nMelissa\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nAAA Marketing\r\n11918 SE Division Street Unit#1054\r\nPortland, OR 97266\r\n\r\nUnsub from future marketing:\r\nhttps://aaamarketing.top/unsubscribe.php/?site=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Melissa <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: melissa@aaamarketing.top\n', 'false', '2020-08-19 03:24:54'),
(515, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší]', 'Od: Tino Spantig\nE-mail: <tino.spantig@t-online.de>\nTelefon: <4915901333485>\n\nPředmět: \n\nZpráva:\nGuten Tag,\r\nwir suchen vom 29.08.2020 bis 30.08.2020 \r\nfür 4 Erwachsene 2 Zimmer für eine Nacht.\r\nVielen Dank\r\nFamilie Tino Spantig\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Tino Spantig <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: tino.spantig@t-online.de\n', 'false', '2020-08-20 19:48:29'),
(516, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytovanie 22,8,-23,8,', 'Od: Jana Sokolova\nE-mail: <jsokolova@centrum.sk>\nTelefon: <0915918265>\n\nPředmět: ubytovanie 22,8,-23,8,\n\nZpráva:\nDobry den, checla by som sa spytat, ci mate volnu 1 dvojlozkovu izbu pre 2 osoby v termine\r\n22.-23.8.\r\n\r\nDakujem\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jana Sokolova <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: jsokolova@centrum.sk\n', 'false', '2020-08-21 09:09:13'),
(517, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] [Expiration Notice] hotellesnizatisi.cz Certificate', 'Od: SSL Security\nE-mail: <noreply@esslcerts.com>\nTelefon: <302-645-7400>\n\nPředmět: [Expiration Notice] hotellesnizatisi.cz Certificate\n\nZpráva:\nThis message is to alert you that the Free 1-Year subscription of the SSL certificate (HTTPS) on your website is no longer valid. This means that hackers can now snoop in on your website easily. Online viruses, bad actors or competitors can steal your sensitive personal information as well as your customers\' registration data for malicious purposes. \n\nFurther, an invalid or expired SSL also infringes GDPR (General Data Protection Regulation; effective May 25, 2018). Article 32 of GDPR requires that regulated information must be protected with appropriate technical and organizational measures, including encryption of personal data and the ability to ensure the ongoing confidentiality of systems and services. \n\nAs a result of this, Google has also started to mark all connections to your website as \"insecure\". You can check this by looking at the security status (to the left of the web address) of your website in any web browser. You will see that there is no Green PADLOCK visible next to your web address. \n\nTo fix this problem, you are required to re-deploy an SSL certificate on your website now: https://esslcerts.com/hotellesnizatisi.cz/a/1598221137/v2 \n\nThis will encrypt data and secure all connections on your website. The digital certificate will be emailed to you within minutes after verification. \n\nWARNING: Your website may stop functioning securely within 72 hours if it is reported as a malicious website, as a result of hosting insecure content. For more information see part 7.2P of our service agreement. We can not be held liable for any financial or technical losses resulting from this. \n\nSecure your website now: https://esslcerts.com/hotellesnizatisi.cz/a/1598221137/v2\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: SSL Security <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: noreply@esslcerts.com\n', 'false', '2020-08-23 22:19:04'),
(518, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] There they go…', 'Od: Eric\nE-mail: <eric@talkwithwebvisitor.com>\nTelefon: <416-385-3200>\n\nPředmět: There they go…\n\nZpráva:\nHey, my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at hotellesnizatisi.cz.\r\n\r\n- They hang out for a minute to check it out. “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://www.talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE http://www.talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://www.talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eric <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: eric@talkwithwebvisitor.com\n', 'false', '2020-08-24 03:53:52'),
(519, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] rezervace pobytu 25-28.9.2020', 'Od: Lubomír Hrdlička\nE-mail: <uniel@volny.cz>\nTelefon: <603417366>\n\nPředmět: rezervace pobytu 25-28.9.2020\n\nZpráva:\nDobrý den.\r\nRádi bychom si u Vás rezervovali 1 dvojlůžkový pokoj.\r\n2 osoby\r\ndatum příjezdu: 25.9.2020\r\ndatum odjezdu 28.9.2020\r\nBylo by to možné?\r\nDěkuji a ještě jednou přeji hezký den.\r\nHrdlička\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Lubomír Hrdlička <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: uniel@volny.cz\n', 'false', '2020-08-26 06:31:08'),
(520, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] cheap monthly SEO plans', 'Od: Mike\nE-mail: <godinez.george@gmail.com>\nTelefon: <(85) 3341-3722>\n\nPředmět: cheap monthly SEO plans\n\nZpráva:\nhi there\r\nI have just checked hotellesnizatisi.cz for the ranking keywords and seen that your SEO metrics could use a boost.\r\n\r\nWe will improve your SEO metrics and ranks organically and safely, using only whitehat methods, while providing monthly reports and outstanding support.\r\n\r\nPlease check our pricelist here, we offer SEO at cheap rates. \r\nhttps://www.hilkom-digital.de/cheap-seo-packages/\r\n\r\nStart increasing your sales and leads with us, today!\r\n\r\nBe safe and best regards\r\n\r\nMike\r\nHilkom Digital Team\r\nsupport@hilkom-digital.de\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Mike <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: godinez.george@gmail.com\n', 'false', '2020-08-26 07:09:18'),
(521, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Cool website!', 'Od: Eric\nE-mail: <eric@talkwithwebvisitor.com>\nTelefon: <416-385-3200>\n\nPředmět: Cool website!\n\nZpráva:\nCool website!\r\n\r\nMy name’s Eric, and I just found your site - hotellesnizatisi.cz - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking – after someone like me stumbles across hotellesnizatisi.cz, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nI’m guessing some, but I also bet you’d like more… studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought – what if there was an easy way for every visitor to “raise their hand” to get a phone call from you INSTANTLY… the second they hit your site and said, “call me now.”\r\n\r\nYou can –\r\n \r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://www.talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nThat’s why we built out our new SMS Text With Lead feature… because once you’ve captured the visitor’s phone number, you can automatically start a text message (SMS) conversation.\r\n \r\nThink about the possibilities – even if you don’t close a deal then and there, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nWouldn’t that be cool?\r\n\r\nCLICK HERE http://www.talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://www.talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eric <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: eric@talkwithwebvisitor.com\n', 'false', '2020-08-28 08:38:00'),
(522, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší]', 'Od: Mojmír Galas\nE-mail: <mojekgalas@seznam.cz>\nTelefon: <704726210>\n\nPředmět: \n\nZpráva:\nDobrý den,hledám 2luž. pokoj najednu noc 4.9.2020.Děkuji Galas\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Mojmír Galas <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: mojekgalas@seznam.cz\n', 'false', '2020-08-28 17:01:05'),
(523, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Objednávka pobytu', 'Od: Iva Vitvarová\nE-mail: <ivitvarova@seznam.cz>\nTelefon: <730543055>\n\nPředmět: Objednávka pobytu\n\nZpráva:\nDobrý den,\r\ndnes jsem s Vámi mluvila telefonicky, chtěla bych se tedy zeptat na možnost ubytování o víkendu 19. - 20.9. pro 2 dospělé.\r\nDěkuji za odpověď.\r\nS pozdravem\r\nIva Vitvarová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Iva Vitvarová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: ivitvarova@seznam.cz\n', 'false', '2020-08-28 19:55:11'),
(524, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Regarding hotellesnizatisi.cz', 'Od: Latashia\nE-mail: <info@hotellesnizatisi.cz>\nTelefon: <905-948-2274>\n\nPředmět: Regarding hotellesnizatisi.cz\n\nZpráva:\nMorning\r\n\r\nWear with intent, live with purpose. Fairly priced sunglasses with high quality UV400 lenses protection only $19.99 for the next 24 Hours ONLY.\r\n\r\nOrder here: kickshades.online\r\n\r\nEnjoy,\r\n\r\nHotel Lesní zátiší | ubytování v Adršpachu\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Latashia <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: info@hotellesnizatisi.cz\n', 'false', '2020-08-30 12:40:10'),
(525, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Rezervace ubytování od 15.-17.9.2020', 'Od: Jana Pastýřová\nE-mail: <jenpast@tiscali.cz>\nTelefon: <727988905>\n\nPředmět: Rezervace ubytování od 15.-17.9.2020\n\nZpráva:\nDobrý den, \r\nrádi bychom se u Vás ubytovali (2osoby) ve dnech 15.- 17.9.2020. Prosím tímto o sdělení, zda nám můžete jeden dvoulůžkový pokoj zarezervovat. \r\nDěkuji za odpověď. Jana Pastýřová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jana Pastýřová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: jenpast@tiscali.cz\n', 'false', '2020-09-01 07:52:25'),
(526, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Pobyt', 'Od: Jan Mládek\nE-mail: <mladek.j@email.cz>\nTelefon: <>\n\nPředmět: Pobyt\n\nZpráva:\nDobrý den, poptávám ubytování ve Vaší lokalitě pro dvě dospělé osoby, bylo by to s polopenzí nebo dle možností od 4.9.2020 do 6.9.2020. Díky za zprávu. Mládek, Svratka\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jan Mládek <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: mladek.j@email.cz\n', 'false', '2020-09-01 16:23:15'),
(527, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování', 'Od: Dušan Petr\nE-mail: <dus.petr@centrum.cz>\nTelefon: <737107643>\n\nPředmět: Ubytování\n\nZpráva:\nDobrý den, prosím Vás o ubytování na 1 den pro 2 osoby ,dnes 3.9.2020. děkuji\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Dušan Petr <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: dus.petr@centrum.cz\n', 'false', '2020-09-03 09:59:05'),
(528, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Concerning hotellesnizatisi.cz', 'Od: Yasmin\nE-mail: <info@hotellesnizatisi.cz>\nTelefon: <02.01.18.14.70>\n\nPředmět: Concerning hotellesnizatisi.cz\n\nZpráva:\nHi\r\n\r\nBe Buzz Free! The Original Mosquito Trap.\r\n60% OFF for the next 24 Hours ONLY + FREE Worldwide Shipping\r\n✔️LED Bionic Wave Technology\r\n✔️Eco-Friendly\r\n✔️15 Day Money-Back Guarantee\r\n\r\nShop Now: mosquitotrap.online\r\n\r\nThank You,\r\n\r\nHotel Lesní zátiší | ubytování v Adršpachu\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Yasmin <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: info@hotellesnizatisi.cz\n', 'false', '2020-09-03 12:19:12'),
(529, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Dotaz na ubytování', 'Od: Jaroslav Náplava\nE-mail: <naplava.jaroslav@seznam.cz>\nTelefon: <724662497>\n\nPředmět: Dotaz na ubytování\n\nZpráva:\nDobrý den.\r\nByla by u Vás možnost se ubytovat v termínu\r\nod 22.09. do 26.09.2020.\r\nDěkuji Náplava Jaroslav\r\n Kadaň\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jaroslav Náplava <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: naplava.jaroslav@seznam.cz\n', 'false', '2020-09-03 13:35:41'),
(530, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Dotaz na ubytování', 'Od: Jaroslav Náplava\nE-mail: <naplava.jaroslav@seznam.cz>\nTelefon: <724662497>\n\nPředmět: Dotaz na ubytování\n\nZpráva:\nDobrý den.\r\nUpřesňuji - pro 2osoby,1pokoj.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jaroslav Náplava <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: naplava.jaroslav@seznam.cz\n', 'false', '2020-09-03 13:41:57');
INSERT INTO `wp_email_log` (`id`, `to_email`, `subject`, `message`, `headers`, `attachments`, `sent_date`) VALUES
(531, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Strike when the iron’s hot', 'Od: Eric\nE-mail: <eric@talkwithwebvisitor.com>\nTelefon: <416-385-3200>\n\nPředmět: Strike when the iron’s hot\n\nZpráva:\nHey there, I just found your site, quick question…\r\n\r\nMy name’s Eric, I found hotellesnizatisi.cz after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site? Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE http://www.talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when the iron’s hot!\r\n\r\nCLICK HERE http://www.talkwithwebvisitors.com to learn more about everything Talk With Web Visitor can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately! \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE http://www.talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eric <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: eric@talkwithwebvisitor.com\n', 'false', '2020-09-03 18:42:51'),
(532, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Strike when the iron’s hot', 'Od: Eric\nE-mail: <eric@talkwithwebvisitor.com>\nTelefon: <416-385-3200>\n\nPředmět: Strike when the iron’s hot\n\nZpráva:\nHey there, I just found your site, quick question…\r\n\r\nMy name’s Eric, I found hotellesnizatisi.cz after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site? Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE http://www.talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when the iron’s hot!\r\n\r\nCLICK HERE http://www.talkwithwebvisitors.com to learn more about everything Talk With Web Visitor can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately! \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE http://www.talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eric <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: eric@talkwithwebvisitor.com\n', 'false', '2020-09-03 20:56:18'),
(533, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Cool website!', 'Od: Eric\nE-mail: <eric@talkwithwebvisitor.com>\nTelefon: <416-385-3200>\n\nPředmět: Cool website!\n\nZpráva:\nCool website!\r\n\r\nMy name’s Eric, and I just found your site - hotellesnizatisi.cz - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking – after someone like me stumbles across hotellesnizatisi.cz, what usually happens?\r\n\r\nIs your site generating leads for your business? \r\n \r\nI’m guessing some, but I also bet you’d like more… studies show that 7 out 10 who land on a site wind up leaving without a trace.\r\n\r\nNot good.\r\n\r\nHere’s a thought – what if there was an easy way for every visitor to “raise their hand” to get a phone call from you INSTANTLY… the second they hit your site and said, “call me now.”\r\n\r\nYou can –\r\n \r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://www.talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nThat’s why we built out our new SMS Text With Lead feature… because once you’ve captured the visitor’s phone number, you can automatically start a text message (SMS) conversation.\r\n \r\nThink about the possibilities – even if you don’t close a deal then and there, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nWouldn’t that be cool?\r\n\r\nCLICK HERE http://www.talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\nEric\r\n\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://www.talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eric <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: eric@talkwithwebvisitor.com\n', 'false', '2020-09-05 22:52:28'),
(534, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování', 'Od: Kamila Povey\nE-mail: <kamila-aero@seznam.cz>\nTelefon: <775336369>\n\nPředmět: Ubytování\n\nZpráva:\nDobrý den, bylo by prosim možné zarezervovat pokoj pro 2 dospělé a 1 dítě na jednu noc od soboty 26.9 - 27.9? Děkuji a přeji pěkný den Kamila Povey\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Kamila Povey <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: kamila-aero@seznam.cz\n', 'false', '2020-09-06 07:00:14'),
(535, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Rezervace ubytování', 'Od: Lenka Heřmanová\nE-mail: <lhb@email.cz>\nTelefon: <724712435>\n\nPředmět: Rezervace ubytování\n\nZpráva:\nDobrý den,\r\npoptávám dvoulůžkový pokoj na termín 30.10.-31.10.2020.\r\nS pozdravem\r\nHeřmanová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Lenka Heřmanová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: lhb@email.cz\n', 'false', '2020-09-10 07:17:31'),
(536, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] hotellesnizatisi.cz NOTICE.', 'Od: Carla\nE-mail: <expiry@hotellesnizatisi.cz>\nTelefon: <0225-2673382>\n\nPředmět: hotellesnizatisi.cz NOTICE.\n\nZpráva:\nATT: hotellesnizatisi.cz / Hotel Lesní zátiší | ubytování v Adršpachu WEBSITE SERVICES\r\nThis notification ENDS ON: Sep 11, 2020\r\n\r\n\r\nWe have actually not gotten a settlement from you.\r\nWe\'ve attempted to contact you however were not able to contact you.\r\n\r\n\r\nKindly Visit: https://bit.ly/32glVKN .\r\n\r\nFor information and to process a discretionary settlement for solutions.\r\n\r\n\r\n\r\n09112020003124.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Carla <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: expiry@hotellesnizatisi.cz\n', 'false', '2020-09-11 04:57:58'),
(537, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Reservation', 'Od: Tamar Benashvili\nE-mail: <tamar_benashvili@yahoo.com>\nTelefon: <+420601359146>\n\nPředmět: Reservation\n\nZpráva:\nDear Vera, \r\n\r\nI would like to make a reservation for a Single Room.\r\n\r\nCheck in: 12.09.2020\r\nCheck out: 13.09.2020\r\n\r\nPlease, confirm the reservation by sending an email to tamar_benashvili@yahoo.com\r\n\r\nbest, \r\n\r\nTamar\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Tamar Benashvili <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: tamar_benashvili@yahoo.com\n', 'false', '2020-09-11 11:21:12'),
(538, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] [Expiration Notice] hotellesnizatisi.cz', 'Od: DomainWeb Corp\nE-mail: <noreply@domainwebcorp.com>\nTelefon: <302-645-7400>\n\nPředmět: [Expiration Notice] hotellesnizatisi.cz\n\nZpráva:\nNotice: We are not liable for any losses or damages that may be caused due to the expiration of hotellesnizatisi.cz. The losses may include - but are not limited to - financial loss, data deletion, loss of search engine rankings, missed customers, undelivered email and/or any other technical or business damage(s). For more information please refer to section 14.7.a of our Terms of Service. \n\n This is your final notification to renew hotellesnizatisi.cz: \n\n https://domainwebcorp.com/hotellesnizatisi.cz/a/1599969555/v2 \n\n In case hotellesnizatisi.cz expires, the listing will be automatically deleted from our servers within 3 business days. Upon expiration, we reserve the right to offer your website listing to interested parties. \n\n This is the final notice in regards to the expiration of hotellesnizatisi.cz \n\n Secure Online Payment: \n\n https://domainwebcorp.com/hotellesnizatisi.cz/a/1599969555/v2 \n\n All services will be restored automatically if payment is received in full and on-time. Thank you for your business.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: DomainWeb Corp <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: noreply@domainwebcorp.com\n', 'false', '2020-09-13 03:59:24'),
(539, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Help for businesses', 'Od: Alison\nE-mail: <alison@positivemarketingdept.top>\nTelefon: <224-874-4282>\n\nPředmět: Help for businesses\n\nZpráva:\nHi,\r\n\r\nHas your business lost customers due to COVID-19?\r\n\r\nWe might be able to help.\r\n\r\nhttps://positivemarketingdept.top/up?=hotellesnizatisi.cz\r\n\r\nWe\'re throwing a lifeline to businesses by sending targeted visitors to their websites. \r\n\r\nIf you\'re interested, click above for information about starting a free trial. There\'s no obligation or strings attached.\r\n\r\nBe safe and stay healthy.\r\n\r\nAlison\r\n\r\n\r\n\r\n\r\nPositive Marketing Dept\r\n2764 Pleasant RD \r\nBld APMB9 #34\r\nFort Mill SC 29708\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nIf you do not want to recieve this marketing material:\r\nhttps://positivemarketingdept.top/unsubscribe.php/?site=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Alison <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: alison@positivemarketingdept.top\n', 'false', '2020-09-15 09:27:05'),
(540, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytování', 'Od: Milan Krauskopf\nE-mail: <krauskopf@tiscali.cz>\nTelefon: <420604481489>\n\nPředmět: ubytování\n\nZpráva:\nDobrý den\r\nbyl by možný nocleh \r\n2 dospělý v termínu 19-20.9 .2020\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Milan Krauskopf <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: krauskopf@tiscali.cz\n', 'false', '2020-09-15 21:01:20'),
(541, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Regarding hotellesnizatisi.cz', 'Od: Darryl\nE-mail: <info@hotellesnizatisi.cz>\nTelefon: <515-972-5753>\n\nPředmět: Regarding hotellesnizatisi.cz\n\nZpráva:\nHello \r\n \r\nBuy all styles of Ray-Ban Sunglasses only 19.99 dollars. If interested, please visit our site: framesoutlet.online\r\n \r\n \r\nHave a great time, \r\n \r\nHotel Lesní zátiší | ubytování v Adršpachu\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Darryl <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: info@hotellesnizatisi.cz\n', 'false', '2020-09-16 08:24:27'),
(542, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování', 'Od: Zdenka Jasanská\nE-mail: <Zdenkajasan@seznam.cz>\nTelefon: <606578942>\n\nPředmět: Ubytování\n\nZpráva:\nDobrý den\r\n\r\nMáte volný pokoj 26.9-28.9? Jsme 2 dospělí a dvě děti(4 a 11 let).\r\n\r\npředem děkuji za odpověď\r\n\r\nJasanská\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Zdenka Jasanská <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: Zdenkajasan@seznam.cz\n', 'false', '2020-09-20 12:17:37'),
(543, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Reliable and fast hosting for $10/year', 'Od: Bronagh\nE-mail: <Bronagh@gmail.com>\nTelefon: <800840660>\n\nPředmět: Reliable and fast hosting for $10/year\n\nZpráva:\nNeed cheap, fast and reliable hosting? Our shared plans start at $10 for an year and VPS plans for $6/Mo.\r\n\r\nCheck here: https://www.good-webhosting.com/\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Bronagh <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: Bronagh@gmail.com\n', 'false', '2020-09-22 09:00:13'),
(544, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] ubytování', 'Od: Luděk Konečný\nE-mail: <Ldkony@gmail.com>\nTelefon: <777166691>\n\nPředmět: ubytování\n\nZpráva:\ntermín 2.10-4.10 \r\n3 dospělí 1 dítě do 13 let\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Luděk Konečný <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: Ldkony@gmail.com\n', 'false', '2020-09-24 17:25:50'),
(545, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Poptávka ubytování', 'Od: Drahomíra Kopřivová\nE-mail: <dadakoprivova@centrum.cz>\nTelefon: <607399976>\n\nPředmět: Poptávka ubytování\n\nZpráva:\nDobrý den,\r\nprosím o informaci, zda byste měli v termínu 2.-4.10. volný třílůžkový pokoj se sociálním zařízení a snídaní pro 3 ženy.\r\nDěkuji \r\nKopřivová\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Drahomíra Kopřivová <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: dadakoprivova@centrum.cz\n', 'false', '2020-09-25 21:10:50'),
(546, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] There they go…', 'Od: Eric\nE-mail: <eric@talkwithwebvisitor.com>\nTelefon: <416-385-3200>\n\nPředmět: There they go…\n\nZpráva:\nHey, my name’s Eric and for just a second, imagine this…\r\n\r\n- Someone does a search and winds up at hotellesnizatisi.cz.\r\n\r\n- They hang out for a minute to check it out. “I’m interested… but… maybe…”\r\n\r\n- And then they hit the back button and check out the other search results instead. \r\n\r\n- Bottom line – you got an eyeball, but nothing else to show for it.\r\n\r\n- There they go.\r\n\r\nThis isn’t really your fault – it happens a LOT – studies show 7 out of 10 visitors to any site disappear without leaving a trace.\r\n\r\nBut you CAN fix that.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It lets you know right then and there – enabling you to call that lead while they’re literally looking over your site.\r\n\r\nCLICK HERE http://www.talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nTime is money when it comes to connecting with leads – the difference between contacting someone within 5 minutes versus 30 minutes later can be huge – like 100 times better!\r\n\r\nPlus, now that you have their phone number, with our new SMS Text With Lead feature you can automatically start a text (SMS) conversation… so even if you don’t close a deal then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nStrong stuff.\r\n\r\nCLICK HERE http://www.talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nYou could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://www.talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eric <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: eric@talkwithwebvisitor.com\n', 'false', '2020-09-27 09:04:53'),
(547, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] How To Get More Traffic to hotellesnizatisi.cz in 2020', 'Od: Stephan\nE-mail: <maitland.stephan@gmail.com>\nTelefon: <51-14-24-55>\n\nPředmět: How To Get More Traffic to hotellesnizatisi.cz in 2020\n\nZpráva:\nHi,\r\n\r\nWe\'re wondering if you\'ve considered taking the written content from hotellesnizatisi.cz and converting it into videos to promote on Youtube? It\'s another method of generating traffic.\r\n\r\nThere\'s a 14 day free trial available to you at the following link: https://www.vidnami.com/c/Trevor91-vn-freetrial\r\n\r\nRegards,\r\nStephan\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Stephan <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: maitland.stephan@gmail.com\n', 'false', '2020-09-30 04:33:20'),
(548, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] COVID-1984: The Scamdemic That Is Being Used to Destroy Your Livelihood and Business', 'Od: Gwendolyn\nE-mail: <buchanan.gwendolyn@gmail.com>\nTelefon: <063-9758073>\n\nPředmět: COVID-1984: The Scamdemic That Is Being Used to Destroy Your Livelihood and Business\n\nZpráva:\nThis Google doc exposes how this scamdemic is part of a bigger plan to crush your business and keep it closed or semi-operational (with heavy rescritions) while big corporations remain open without consequences. This Covid lie has ruined many peoples lives and businesses and is all done on purpose to bring about the One World Order. It goes much deeper than this but the purpose of this doc is to expose the evil and wickedness that works in the background to ruin peoples lives. So feel free to share this message with friends and family. No need to reply to the email i provided above as its not registered. But this information will tell you everything you need to know. https://docs.google.com/document/d/1fn6n924-xoeNehBt68iFvaExJFMhWmDsTypG4CneWCk/edit\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Gwendolyn <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: buchanan.gwendolyn@gmail.com\n', 'false', '2020-09-30 06:45:58'),
(549, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Best Offer For hotellesnizatisi.cz', 'Od: Reuben\nE-mail: <info@hotellesnizatisi.cz>\nTelefon: <801-367-6611>\n\nPředmět: Best Offer For hotellesnizatisi.cz\n\nZpráva:\nHey\r\n\r\nDefrost frozen foods in minutes safely and naturally with our THAW KING™. \r\n\r\n50% OFF for the next 24 Hours ONLY + FREE Worldwide Shipping for a LIMITED time\r\n\r\nBuy now: thawking.online\r\n\r\nBest Wishes,\r\n\r\nHotel Lesní zátiší | ubytování v Adršpachu\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Reuben <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: info@hotellesnizatisi.cz\n', 'false', '2020-10-01 18:55:07'),
(550, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] [Expiration Notice] hotellesnizatisi.cz', 'Od: DomainWeb Corp\nE-mail: <noreply@domainwebcorp.com>\nTelefon: <302-645-7400>\n\nPředmět: [Expiration Notice] hotellesnizatisi.cz\n\nZpráva:\nNotice: We are not liable for any losses or damages that may be caused due to the expiration of hotellesnizatisi.cz. The losses may include - but are not limited to - financial loss, data deletion, loss of search engine rankings, missed customers, undelivered email and/or any other technical or business damage(s). For more information please refer to section 14.7.a of our Terms of Service. \n\n This is your final notification to renew hotellesnizatisi.cz: \n\n https://domainwebcorp.com/hotellesnizatisi.cz/a/1601808435/v1 \n\n In case hotellesnizatisi.cz expires, the listing will be automatically deleted from our servers within 3 business days. Upon expiration, we reserve the right to offer your website listing to interested parties. \n\n This is the final notice in regards to the expiration of hotellesnizatisi.cz \n\n Secure Online Payment: \n\n https://domainwebcorp.com/hotellesnizatisi.cz/a/1601808435/v1 \n\n All services will be restored automatically if payment is received in full and on-time. Thank you for your business.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: DomainWeb Corp <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: noreply@domainwebcorp.com\n', 'false', '2020-10-04 10:47:22'),
(551, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] COVID-19 relief for businesses', 'Od: Katie\nE-mail: <katie@keywordtraffic.top>\nTelefon: <213-558-4521>\n\nPředmět: COVID-19 relief for businesses\n\nZpráva:\nHi,\r\n\r\nDue to the current economic crisis, we\'re on a mission to help businesses.\r\n\r\nIf you could benefit from having more visitors on your website, we can help you immediately: \r\n\r\nhttps://keywordtraffic.top/up/?=hotellesnizatisi.cz\r\n\r\nBecause of COVID-19, we\'re offering a completely free trial, with the option to receive an additional 5,000-30,000 targeted visitors per month if you decide to keep going.\r\n\r\nKatie Dematto\r\nTargeted Visitor Specialist\r\n\r\n\r\nKeyword Traffic Club\r\n410 E Santa Clara Street Unit #814\r\nSan Jose, CA 95113\r\n\r\n\r\n\r\n\r\n\r\n\r\nIf you are unintersted in this type of marketing:\r\nhttps://keywordtraffic.top/unsubscribe.php/?site=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Katie <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: katie@keywordtraffic.top\n', 'false', '2020-10-04 18:27:45'),
(552, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Turn Surf-Surf-Surf into Talk Talk Talk', 'Od: Eric\nE-mail: <eric@talkwithwebvisitor.com>\nTelefon: <416-385-3200>\n\nPředmět: Turn Surf-Surf-Surf into Talk Talk Talk\n\nZpráva:\nHello, my name’s Eric and I just ran across your website at hotellesnizatisi.cz...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://www.talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE http://www.talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://www.talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eric <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: eric@talkwithwebvisitor.com\n', 'false', '2020-10-05 08:09:13'),
(553, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Ubytování', 'Od: Kateřina Křeková\nE-mail: <katerina.krekova@seznam.cz>\nTelefon: <>\n\nPředmět: Ubytování\n\nZpráva:\nDobrý den,\r\n\r\nměli bychom zájem se ve vašem hotelu ubytovat od 21.10 do 24.10. Máte volné místa pro 2 osoby?\r\n\r\nPředem děkuji za vaši odpověď.\r\n\r\nS přáním pěkného dne,\r\n\r\nKřeková Kateřina\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Kateřina Křeková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: katerina.krekova@seznam.cz\n', 'false', '2020-10-16 14:43:11'),
(554, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] hotellesnizatisi.cz NOTICE.', 'Od: Brittney\nE-mail: <information@hotellesnizatisi.cz>\nTelefon: <02.93.84.45.70>\n\nPředmět: hotellesnizatisi.cz NOTICE.\n\nZpráva:\nATT: hotellesnizatisi.cz / Hotel Lesní zátiší | ubytování v Adršpachu WEBSITE SOLUTIONS\r\nThis notification ENDS ON: Oct 18, 2020\r\n\r\n\r\nWe have actually not gotten a settlement from you.\r\nWe have actually attempted to contact you however were not able to contact you.\r\n\r\n\r\nKindly Check Out: https://bit.ly/3j9MiqI .\r\n\r\nFor information and to process a optional settlement for solutions.\r\n\r\n\r\n\r\n10182020125732.\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Brittney <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: information@hotellesnizatisi.cz\n', 'false', '2020-10-18 16:57:33'),
(555, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Turn Surf-Surf-Surf into Talk Talk Talk', 'Od: Eric\nE-mail: <eric@talkwithwebtraffic.com>\nTelefon: <416-385-3200>\n\nPředmět: Turn Surf-Surf-Surf into Talk Talk Talk\n\nZpráva:\nHello, my name’s Eric and I just ran across your website at hotellesnizatisi.cz...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nTalk With Web Traffic is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\n==> https://www.talkwithwebtraffic.com to try out a Live Demo with Talk With Web Traffic now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\n==> https://www.talkwithwebtraffic.com to discover what Talk With Web Traffic can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Traffic offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\n==> https://www.talkwithwebtraffic.com to try Talk With Web Traffic now.\r\n\r\nIf you\'d like to unsubscribe click here https://talkwithwebtraffic.com/unsubscribe.aspx?d=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eric <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: eric@talkwithwebtraffic.com\n', 'false', '2020-10-21 08:42:17'),
(556, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Uncertain times', 'Od: Melissa\nE-mail: <melissa@aaamarketing.top>\nTelefon: <224-635-0127>\n\nPředmět: Uncertain times\n\nZpráva:\nHey, are you still open during the COVID lockdown?\r\n\r\nCould you handle more customers? A lot more?\r\n\r\nWe can help drive targeted customers to your website during these uncertain times:\r\n\r\nhttps://aaamarketing.top/up?=hotellesnizatisi.cz\r\n\r\nBe safe and stay healthy,\r\nMelissa\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nAAA Marketing\r\n11918 SE Division Street Unit#1054\r\nPortland, OR 97266\r\n\r\nUnsub from future marketing:\r\nhttps://aaamarketing.top/unsubscribe.php/?site=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Melissa <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: melissa@aaamarketing.top\n', 'false', '2020-10-24 18:59:20'),
(557, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Concerning hotellesnizatisi.cz', 'Od: Jed\nE-mail: <contact@hotellesnizatisi.cz>\nTelefon: <(08) 9037 8580>\n\nPředmět: Concerning hotellesnizatisi.cz\n\nZpráva:\nHello \r\n \r\nBuy all styles of Ray-Ban Sunglasses only 19.99 dollars. If interested, please visit our site: framesoutlet.online\r\n \r\n \r\nAll the best, \r\n \r\nHotel Lesní zátiší | ubytování v Adršpachu\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jed <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: contact@hotellesnizatisi.cz\n', 'false', '2020-10-25 16:12:59'),
(558, 'jakub.dvorak@jservices.cz', '[Hotel Lesní zátiší] Web byl aktualizován na WordPress 4.9.16', 'Zdravíme! Web http://hotellesnizatisi.cz/cs_CZ byl automaticky aktualizován na WordPress 4.9.16.\n\nPodrobnější informace o nové verzi 4.9.16 naleznete přímo v administraci na stránce O WordPressu:\nhttp://hotellesnizatisi.cz/wp-admin/about.php\n\nV současné době už je dostupný také WordPress 5.5.2. Aktualizace je velmi jednoduchá a zabere opravdu jen chvilku:\nhttp://hotellesnizatisi.cz/wp-admin/update-core.php\n\nPokud došlo k nějakému technickému problému, objevila se nečekaná chyba nebo jen potřebujete s něčím poradit, tak můžete kontaktovat oficiální fórum podpory (česky).\nhttps://cs.wordpress.org/podpora/\n\nZ hlediska bezpečnosti jsou pravidelné aktualizace WordPressu velmi důležité a přispívají alespoň trochu k tomu, aby mohl být internet bezpečnějším místem pro správce webů i čtenáře.\n\nVývojáři WordPressu (a překladatelé)\n', '', 'false', '2020-10-29 21:14:37'),
(559, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Strike when the iron’s hot', 'Od: Eric\nE-mail: <eric@talkwithwebvisitor.com>\nTelefon: <416-385-3200>\n\nPředmět: Strike when the iron’s hot\n\nZpráva:\nHey there, I just found your site, quick question…\r\n\r\nMy name’s Eric, I found hotellesnizatisi.cz after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site? Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE http://www.talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when the iron’s hot!\r\n\r\nCLICK HERE http://www.talkwithwebvisitors.com to learn more about everything Talk With Web Visitor can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately! \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE http://www.talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eric <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: eric@talkwithwebvisitor.com\n', 'false', '2020-11-01 20:45:57'),
(560, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Try this, get more leads', 'Od: Eric\nE-mail: <ericjonesonline@outlook.com>\nTelefon: <555-555-1212>\n\nPředmět: Try this, get more leads\n\nZpráva:\nHi, my name is Eric and I’m betting you’d like your website hotellesnizatisi.cz to generate more leads.\r\n\r\nHere’s how:\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at hotellesnizatisi.cz.\r\n\r\nTalk With Web Visitor – CLICK HERE http://www.talkwithcustomer.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://www.talkwithcustomer.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Talk With Web Visitor and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://www.talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eric <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: ericjonesonline@outlook.com\n', 'false', '2020-11-06 15:57:36');
INSERT INTO `wp_email_log` (`id`, `to_email`, `subject`, `message`, `headers`, `attachments`, `sent_date`) VALUES
(561, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Leaked Email From Liberal Party of Canada Lays Out The Plan, Very Concerning.', 'Od: Jan\nE-mail: <jan.roby@gmail.com>\nTelefon: <270-520-3943>\n\nPředmět: Leaked Email From Liberal Party of Canada Lays Out The Plan, Very Concerning.\n\nZpráva:\nw: LPC Strategic Committee LeakInboxLPC leaker <LPC_leaker@protonmail.com>1:47 PM (7 hours ago)toHello,\r\n\r\nOriginal Message ‐‐‐‐‐‐‐ On Saturday, October 10, 2020 1:38 PM, REMOVED <REMOVED> wrote:\r\n\r\nDear *******,\r\n\r\nI want to provide you some very important information. I\'m a committee member within the Liberal Party of Canada. I sit within several committee groups but the information I am providing is originating from the Strategic Planning committee (which is steered by the PMO).\r\n\r\nI need to start off by saying that I\'m not happy doing this but I have to. As a Canadian and more importantly as a parent who wants a better future not only for my children but for other children as well. The other reason I am doing this is because roughly 30% of the committee members are not pleased with the direction this will take Canada, but our opinions have been ignored and they plan on moving forward toward their goals. They have also made it very clear that nothing will stop the planned outcomes.\r\n\r\nThe road map and aim was set out by the PMO and is as follows:\r\n\r\nPhase in secondary lock down restrictions on a rolling basis, starting with major metropolitan areas first and expanding outward. Expected by November 2020.\r\n\r\nRush the acquisition of (or construction of) isolation facilities across every province and territory. Expected by December 2020.\r\n\r\nDaily new cases of COVID-19 will surge beyond capacity of testing, including increases in COVID related deaths following the same growth curves. Expected by end of November 2020.\r\n\r\nComplete and total secondary lock down (much stricter than the first and second rolling phase restrictions). Expected by end of December 2020 - early January 2021\r\n\r\nReform and expansion of the unemployment program to be transitioned into the universal basic income program. Expected by Q1 2021.\r\n\r\nProjected COVID-19 mutation and/or co-infection with secondary virus (referred to as COVID-21) leading to a third wave with much higher mortality rate and higher rate of infection. Expected by February 2021.\r\n\r\nDaily new cases of COVID-21 hospitalizations and COVID-19 and COVID-21 related deaths will exceed medical care facilities capacity. Expected Q1 - Q2 2021.\r\n\r\nEnhanced lock down restrictions (referred to as Third Lock Down) will be implemented. Full travel restrictions will be imposed (including inter-province and inter-city). Expected Q2 2021.\r\n\r\nTransitioning of individuals into the universal basic income program. Expected mid Q2 2021.\r\n\r\nProjected supply chain break downs, inventory shortages, large economic instability. Expected late Q2 2021.\r\n\r\nDeployment of military personnel into major metropolitan areas as well as all major roadways to establish travel checkpoints. Restrict travel and movement. Provide logistical support to the area. Expected by Q3 2021.\r\n\r\nAlong with that provided road map the Strategic Planning committee was asked to design an effective way of transitioning Canadians to meet a unprecedented economic endeavor. One that would change the face of Canada and forever alter the lives of Canadians.\r\n\r\nWhat we were told was that in order to offset what was essentially an economic collapse on a international scale, that the federal government was going to offer Canadians a total debt relief.\r\n\r\nThis is how it works: the federal government will offer to eliminate all personal debts (mortgages, loans, credit cards, etc) which all funding will be provided to Canada by the IMF under what will become known as the World Debt Reset program.\r\n\r\nIn exchange for acceptance of this total debt forgiveness the individual would forfeit ownership of any and all property and assets forever.\r\n\r\nThe individual would also have to agree to partake in the COVID-19 and COVID-21 vaccination schedule, which would provide the individual with unrestricted travel and unrestricted living even under a full lock down (through the use of photo identification referred to as Canada\'s HealthPass) .\r\n\r\nCommittee members asked who would become the owner of the forfeited property and assets in that scenario and what would happen to lenders or financial institutions, we were simply told \"the World Debt Reset program will handle all of the details\".\r\n\r\nSeveral committee members also questioned what would happen to individuals if they refused to participate in the World Debt Reset program, or the HealthPass, or the vaccination schedule, and the answer we got was very troubling. Essentially we were told it was our duty to make sure we came up with a plan to ensure that would never happen. We were told it was in the individuals best interest to participate.\r\n\r\nWhen several committee members pushed relentlessly to get an answer we were told that those who refused would first live under the lock down restrictions indefinitely.\r\n\r\nAnd that over a short period of time as more Canadians transitioned into the debt forgiveness program, the ones who refused to participate would be deemed a public safety risk and would be relocated into isolation facilities. Once in those facilities they would be given two options, participate in the debt forgiveness program and be released, or stay indefinitely in the isolation facility under the classification of a serious public health risk and have all their assets seized.\r\n\r\nSo as you can imagine after hearing all of this it turned into quite the heated discussion and escalated beyond anything I\'ve ever witnessed before.\r\n\r\nIn the end it was implied by the PMO that the whole agenda will move forward no matter who agrees with it or not.\r\n\r\nThat it wont just be Canada but in fact all nations will have similar roadmaps and agendas. That we need to take advantage of the situations before us to promote change on a grander scale for the betterment of everyone. The members who were opposed and ones who brought up key issues that would arise from such a thing were completely ignored. Our opinions and concerns were ignored. We were simply told to just do it.\r\n\r\nAll I know is that I don\'t like it and I think its going to place Canadians into a dark future.\r\n\r\nFull Link: https://thecanadianreport.ca/is-this-leaked-memo-really-trudeaus-covid-plan-for-2021-you-decide/\r\n\r\nAlternate Link: https://www.godlikeproductions.com/forum1/message4551385/pg1?c1=1&c2=1&disclaimer=Continue\r\n\r\nYoutube Link based on email leak: Questions: What\'s Going On??? https://youtu.be/AzWLlfwfD4Y\r\n\r\nCanadian Government construction contract page to bid on building COVID \"isolation\" camps: http://web-old.archive.org/web/20201022044041/https://buyandsell.gc.ca/procurement-data/tender-notice/PW-ZL-105-38463\r\n\r\nGov of Canada Announces Funding for voluntary self-isolation centre in Toronto: https://www.canada.ca/en/public-health/news/2020/09/government-of-canada-announces-funding-for-new-voluntary-self-isolation-centre-in-toronto.html\r\n\r\nJustin Trudeau\'s COVID-19 detention centres: What you need to know : https://youtu.be/u6I69M1iTKo\r\n\r\nJesus Christ Is Coming Back Soon So Repent of sin, pray, and have faith in Jesus Christ!\r\n\r\nhttps://www.facebook.com/groups/38928... (Join Our Pre-Tribulation Rapture Group)\r\n\r\nPray this prayer sincerely to know your saved \r\nJesus, I believe you came to earth, I believe you died on the Cross for my sins. I believe you rose again on the 3rd day and went back to Heaven to prepare a place for Your Children To live with You Forever . Please forgive me of my sins. Clean my heart, white as snow. Come live in my heart, make me a child of the King, a new creature in Christ, in your precious Name I ask this...amen. \r\n \r\nDo these things after praying the Salvation Prayer: \r\n \r\n1) Get a King James Version Bible and read it daily, it will feed your spirit and soul, the way you feed your body with food and water. \r\n \r\n2) Pray to Jesus Everyday. He is your NEW Best Friend and He Wants to Talk with you daily. \r\n \r\n3) Make sure you find a christian church and get water Baptized, dunked under water, if you have been sprinkle baptized in the past it does NOT count. \r\n \r\n4) Pray to be filled with the Holy Spirit, \"Sanctified\". You do this by praying, reading the Bible and living for Jesus. \r\n \r\n5) take your King James Bible to church. When the preacher speaks, make sure what he says matches your Bible, it not, get up and walk out and find a new church. \r\n \r\n6) ***VERY IMPORTANT*** Make SURE you REPENT of EVERY SIN you do now, ask Jesus to forgive you with an honest heart and He will. \r\n***If you would like me to pray with you or for you for ANYTHING, please message me and I will add you to my daily prayer list. May God bless you!\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jan <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: jan.roby@gmail.com\n', 'false', '2020-11-06 21:11:54'),
(562, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Admin hotellesnizatisi.cz', 'Od: Dominick\nE-mail: <info@hotellesnizatisi.cz>\nTelefon: <(03) 5341 8399>\n\nPředmět: Admin hotellesnizatisi.cz\n\nZpráva:\nHey \r\n \r\nBuy all styles of Oakley Sunglasses only 19.99 dollars. If interested, please visit our site: designeroutlets.online\r\n \r\n \r\nBest, \r\n \r\nHotel Lesní zátiší | ubytování v Adršpachu\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Dominick <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: info@hotellesnizatisi.cz\n', 'false', '2020-11-07 03:34:54'),
(563, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Admin hotellesnizatisi.cz', 'Od: Alvin\nE-mail: <info@hotellesnizatisi.cz>\nTelefon: <(08) 9019 2298>\n\nPředmět: Admin hotellesnizatisi.cz\n\nZpráva:\nGood Morning \r\n \r\nCAREDOGBEST™ - Personalized Dog Harness. All sizes from XS to XXL. Easy ON/OFF in just 2 seconds. LIFETIME WARRANTY.\r\n\r\nClick here: caredogbest.online\r\n \r\n \r\nCheers, \r\n \r\nHotel Lesní zátiší | ubytování v Adršpachu\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Alvin <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: info@hotellesnizatisi.cz\n', 'false', '2020-11-08 07:53:56'),
(564, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší]', 'Od: petr bejvl\nE-mail: <radik52@seznam.cz>\nTelefon: <776576734>\n\nPředmět: \n\nZpráva:\ndobry den jsou v okoli zeny a za kolik\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: petr bejvl <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: radik52@seznam.cz\n', 'false', '2020-11-11 14:45:08'),
(565, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Concerning hotellesnizatisi.cz', 'Od: Thad\nE-mail: <info@hotellesnizatisi.cz>\nTelefon: <077 1154 7551>\n\nPředmět: Concerning hotellesnizatisi.cz\n\nZpráva:\nHi there\r\n\r\nWorld\'s Best Neck Massager. Get it Now 50% OFF + Free Shipping!\r\nWellness Enthusiasts! There has never been a better time to take care of your neck pain! \r\n\r\nOur clinical-grade TENS technology will ensure you have neck relief in as little as 20 minutes.\r\n\r\nGet Yours: hineck.online\r\n\r\nBest Wishes,\r\n\r\nHotel Lesní zátiší | ubytování v Adršpachu\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Thad <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: info@hotellesnizatisi.cz\n', 'false', '2020-11-11 15:15:00'),
(566, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Turn Surf-Surf-Surf into Talk Talk Talk', 'Od: Eric\nE-mail: <ericjonesonline@outlook.com>\nTelefon: <555-555-1212>\n\nPředmět: Turn Surf-Surf-Surf into Talk Talk Talk\n\nZpráva:\nHello, my name’s Eric and I just ran across your website at hotellesnizatisi.cz...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://www.talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE http://www.talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://www.talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eric <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: ericjonesonline@outlook.com\n', 'false', '2020-11-12 00:21:40'),
(567, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Negative SEO Services', 'Od: Mildred Macgeorge\nE-mail: <mildred.macgeorge@gmail.com>\nTelefon: <027 968 14 30>\n\nPředmět: Negative SEO Services\n\nZpráva:\nCompetition not playing the game fair and square?\r\nNow you can fight back.\r\n\r\nNegative SEO, to make ranks go down:\r\nhttp://blackhat.to/\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Mildred Macgeorge <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: mildred.macgeorge@gmail.com\n', 'false', '2020-11-14 02:15:00'),
(568, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Turn Surf-Surf-Surf into Talk Talk Talk', 'Od: Eric\nE-mail: <ericjonesonline@outlook.com>\nTelefon: <555-555-1212>\n\nPředmět: Turn Surf-Surf-Surf into Talk Talk Talk\n\nZpráva:\nHello, my name’s Eric and I just ran across your website at hotellesnizatisi.cz...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBecause studies show that a web lead like me will only hang out a few seconds – 7 out of 10 disappear almost instantly, Surf Surf Surf… then gone forever.\r\n\r\nI have the solution:\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. You’ll know immediately they’re interested and you can call them directly to TALK with them - literally while they’re still on the web looking at your site.\r\n\r\nCLICK HERE http://www.talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works and even give it a try… it could be huge for your business.\r\n\r\nPlus, now that you’ve got that phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation pronto… which is so powerful, because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\r\n\r\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just follow up notes to build a relationship.\r\n\r\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\r\n \r\nCLICK HERE http://www.talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business, potentially converting up to 100X more eyeballs into leads today!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://www.talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eric <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: ericjonesonline@outlook.com\n', 'false', '2020-11-14 08:37:30'),
(569, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Help for businesses', 'Od: Alison\nE-mail: <alison@positivemarketingdept.top>\nTelefon: <224-874-4282>\n\nPředmět: Help for businesses\n\nZpráva:\nHi,\r\n\r\nHas your business lost customers due to COVID-19?\r\n\r\nWe might be able to help.\r\n\r\nhttps://positivemarketingdept.top/up?=hotellesnizatisi.cz\r\n\r\nWe\'re throwing a lifeline to businesses by sending targeted visitors to their websites. \r\n\r\nIf you\'re interested, click above for information about starting a free trial. There\'s no obligation or strings attached.\r\n\r\nBe safe and stay healthy.\r\n\r\nAlison\r\n\r\n\r\n\r\n\r\nPositive Marketing Dept\r\n2764 Pleasant RD \r\nBld APMB9 #34\r\nFort Mill SC 29708\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nIf you do not want to recieve this marketing material:\r\nhttps://positivemarketingdept.top/unsubscribe.php/?site=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Alison <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: alison@positivemarketingdept.top\n', 'false', '2020-11-14 13:31:55'),
(570, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Strike when the iron’s hot', 'Od: Eric\nE-mail: <ericjonesonline@outlook.com>\nTelefon: <555-555-1212>\n\nPředmět: Strike when the iron’s hot\n\nZpráva:\nHey there, I just found your site, quick question…\r\n\r\nMy name’s Eric, I found hotellesnizatisi.cz after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my question – what happens AFTER someone lands on your site? Anything?\r\n\r\nResearch tells us at least 70% of the people who find your site, after a quick once-over, they disappear… forever.\r\n\r\nThat means that all the work and effort you put into getting them to show up, goes down the tubes.\r\n\r\nWhy would you want all that good work – and the great site you’ve built – go to waste?\r\n\r\nBecause the odds are they’ll just skip over calling or even grabbing their phone, leaving you high and dry.\r\n\r\nBut here’s a thought… what if you could make it super-simple for someone to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket?\r\n \r\nYou can – thanks to revolutionary new software that can literally make that first call happen NOW.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number. It lets you know IMMEDIATELY – so that you can talk to that lead while they’re still there at your site.\r\n \r\nYou know, strike when the iron’s hot!\r\n\r\nCLICK HERE http://www.talkwithcustomer.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nWhen targeting leads, you HAVE to act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s why you should check out our new SMS Text With Lead feature as well… once you’ve captured the phone number of the website visitor, you can automatically kick off a text message (SMS) conversation with them. \r\n \r\nImagine how powerful this could be – even if they don’t take you up on your offer immediately, you can stay in touch with them using text messages to make new offers, provide links to great content, and build your credibility.\r\n\r\nJust this alone could be a game changer to make your website even more effective.\r\n\r\nStrike when the iron’s hot!\r\n\r\nCLICK HERE http://www.talkwithcustomer.com to learn more about everything Talk With Web Visitor can do for your business – you’ll be amazed.\r\n\r\nThanks and keep up the great work!\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately! \r\nIt even includes International Long Distance Calling. \r\nStop wasting money chasing eyeballs that don’t turn into paying customers. \r\nCLICK HERE http://www.talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eric <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: ericjonesonline@outlook.com\n', 'false', '2020-11-19 10:45:24'),
(571, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] hotellesnizatisi.cz', 'Od: Elisha\nE-mail: <hotellesnizatisi.cz@hotellesnizatisi.cz>\nTelefon: <0384 0685914>\n\nPředmět: hotellesnizatisi.cz\n\nZpráva:\nYour domain name: hotellesnizatisi.cz\r\n\r\nHotel Lesní zátiší | ubytování v Adršpachu\r\n\r\nThis announcement ENDS ON: Nov 19, 2020.\r\n\r\n\r\nWe have actually not received a settlement from you.\r\nWe\'ve attempted to contact you but were unable to reach you.\r\n\r\n\r\nPlease Check Out: https://cutt.ly/ZhqbphA\r\n\r\n\r\nFor info and also to process a discretionary payment for service.\r\n\r\n\r\n11192020131215\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Elisha <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: hotellesnizatisi.cz@hotellesnizatisi.cz\n', 'false', '2020-11-19 18:12:23'),
(572, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Try this, get more leads', 'Od: Eric\nE-mail: <ericjonesonline@outlook.com>\nTelefon: <555-555-1212>\n\nPředmět: Try this, get more leads\n\nZpráva:\nHi, my name is Eric and I’m betting you’d like your website hotellesnizatisi.cz to generate more leads.\r\n\r\nHere’s how:\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at hotellesnizatisi.cz.\r\n\r\nTalk With Web Visitor – CLICK HERE http://www.talkwithcustomer.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://www.talkwithcustomer.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Talk With Web Visitor and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://www.talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eric <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: ericjonesonline@outlook.com\n', 'false', '2020-11-21 02:41:00'),
(573, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Help', 'Od: Sally\nE-mail: <sally@hyperleads.top>\nTelefon: <326-421-7718>\n\nPředmět: Help\n\nZpráva:\nHi,\r\n\r\nDid you hear on the news how some businesses are doing really well right now? It\'s because more people are at home, searching the Internet for products and services.\r\n\r\nWe\'re one of the companies that is helping these businesses get more customers.\r\n\r\nDiscover how we can help your business too:\r\nhttps://hyperleads.top/up/?=hotellesnizatisi.cz\r\n\r\nBe well!\r\nSally\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nHyperLeads\r\n30025 Alicia Pkwy \r\nFL 20-75 \r\nLaguna Niguel, CA 92677\r\n\r\nIf you desire to skip this sort of marketing in the future:\r\nhttps://hyperleads.top/unsubscribe.php/?site=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Sally <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: sally@hyperleads.top\n', 'false', '2020-12-06 00:40:05'),
(574, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] hotellesnizatisi.cz', 'Od: Tonia\nE-mail: <hotellesnizatisi.cz@hotellesnizatisi.cz>\nTelefon: <>\n\nPředmět: hotellesnizatisi.cz\n\nZpráva:\nWWW.hotellesnizatisi.cz\r\n\r\n\r\nNotice EXPIRES ON: Dec 07, 2020!.\r\n\r\n\r\nWe have not gotten a settlement from you.\r\nWe have actually attempted to contact you however were unable to reach you.\r\n\r\n\r\nGo To: https://domainlogging.com/?web=hotellesnizatisi.cz\r\n\r\n\r\nFor info as well as to process a optional settlement for your domain services.\r\n\r\n\r\n12072020014704\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Tonia <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: hotellesnizatisi.cz@hotellesnizatisi.cz\n', 'false', '2020-12-07 09:24:13'),
(575, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Lead For hotellesnizatisi.cz', 'Od: Beatris\nE-mail: <info@hotellesnizatisi.cz>\nTelefon: <070 4428 7948>\n\nPředmět: Lead For hotellesnizatisi.cz\n\nZpráva:\nMorning\r\n\r\nDeliver the Highest-Quality disposable face mask from Certified Manufacturers Directly to You. The price for N95 Face Mask is $1.99 each. If interested, please visit our site: pharmacyoutlets.online\r\n\r\nThe Best,\r\n\r\nHotel Lesní zátiší | ubytování v Adršpachu\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Beatris <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: info@hotellesnizatisi.cz\n', 'false', '2020-12-11 13:47:08'),
(576, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Get Domain Authority 50+ for hotellesnizatisi.cz', 'Od: Kimberly\nE-mail: <primrose.kimberly@yahoo.com>\nTelefon: <0384 7396567>\n\nPředmět: Get Domain Authority 50+ for hotellesnizatisi.cz\n\nZpráva:\nHi there\r\n\r\nIf you want to get ahead of your competition then you must have a higher Domain Authority score for your website. Its just as simple as that. With our service your hotellesnizatisi.cz DA score will get above 50 points in just 30 days.\r\n\r\nThis service is guaranteed\r\n\r\nFor more information, check our service here\r\nhttps://speed-seo.net/product/moz-da50-seo-plan/\r\n\r\n\r\nthank you\r\nSpeed SEO Digital Team\r\nsupport@speed-seo.net\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Kimberly <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: primrose.kimberly@yahoo.com\n', 'false', '2020-12-19 03:23:00'),
(577, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Help for businesses', 'Od: Sarah\nE-mail: <sarah@besttraffic.link>\nTelefon: <224-874-4281>\n\nPředmět: Help for businesses\n\nZpráva:\nHi,\r\n\r\nHas your business lost customers due to COVID-19?\r\n\r\nWe might be able to help.\r\n\r\nhttps://positivemarketingdept.top/up?=hotellesnizatisi.cz\r\n\r\nWe\'re throwing a lifeline to businesses by sending targeted visitors to their websites. \r\n\r\nIf you\'re interested, click above for information about starting a free trial. There\'s no obligation or strings attached.\r\n\r\nBe safe and stay healthy.\r\n\r\nAlison\r\n\r\n\r\n\r\n\r\nPositive Marketing Dept\r\n2764 Pleasant RD \r\nBld APMB9 #34\r\nFort Mill SC 29708\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nIf you do not want to recieve this marketing material:\r\nhttps://positivemarketingdept.top/unsubscribe.php/?site=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Sarah <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: sarah@besttraffic.link\n', 'false', '2020-12-19 12:43:11'),
(578, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] [Expiration Notice] hotellesnizatisi.cz Certificate', 'Od: SSL Security\nE-mail: <noreply@esslcerts.com>\nTelefon: <302-645-7400>\n\nPředmět: [Expiration Notice] hotellesnizatisi.cz Certificate\n\nZpráva:\nThis message is to alert you that the Free 1-Year subscription of the SSL certificate (HTTPS) on your website is no longer valid. This means that hackers can now snoop in on your website easily. Online viruses, bad actors or competitors can steal your sensitive personal information as well as your customers\' registration data for malicious purposes. \n\nFurther, an invalid or expired SSL also infringes GDPR (General Data Protection Regulation; effective May 25, 2018). Article 32 of GDPR requires that regulated information must be protected with appropriate technical and organizational measures, including encryption of personal data and the ability to ensure the ongoing confidentiality of systems and services. \n\nAs a result of this, Google has also started to mark all connections to your website as \"insecure\". You can check this by looking at the security status (to the left of the web address) of your website in any web browser. You will see that there is no Green PADLOCK visible next to your web address. \n\nTo fix this problem, you are required to re-deploy an SSL certificate on your website now: https://esslcerts.com/hotellesnizatisi.cz/a/1608569464/v0 \n\nThis will encrypt data and secure all connections on your website. The digital certificate will be emailed to you within minutes after verification. \n\nWARNING: Your website may stop functioning securely within 72 hours if it is reported as a malicious website, as a result of hosting insecure content. For more information see part 7.2P of our service agreement. We can not be held liable for any financial or technical losses resulting from this. \n\nSecure your website now: https://esslcerts.com/hotellesnizatisi.cz/a/1608569464/v0\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: SSL Security <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: noreply@esslcerts.com\n', 'false', '2020-12-21 16:51:09'),
(579, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Regarding hotellesnizatisi.cz', 'Od: Jeana\nE-mail: <info@hotellesnizatisi.cz>\nTelefon: <06-76484410>\n\nPředmět: Regarding hotellesnizatisi.cz\n\nZpráva:\nMorning\r\n\r\nBuy face mask to protect your loved ones from the deadly CoronaVirus. The price for Surgical Masks for both adult and kids is $0.35 each. If interested, please check our site: facemaskusa.online\r\n\r\nThanks and Best Regards,\r\n\r\nHotel Lesní zátiší | ubytování v Adršpachu\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Jeana <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: info@hotellesnizatisi.cz\n', 'false', '2020-12-23 03:22:28'),
(580, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Hotel Lesní zátiší | ubytování v Adršpachu - Your site needs to be upgraded to Antispam', 'Od: Maggie\nE-mail: <maggie.toscano@gmail.com>\nTelefon: <079 6857 3517>\n\nPředmět: Hotel Lesní zátiší | ubytování v Adršpachu - Your site needs to be upgraded to Antispam\n\nZpráva:\nGood Afternoon people at hotellesnizatisi.cz,\r\nHope you’re excellent. \r\nI\'m , I hope that business is good and you’ve been succeeding during the entire current situation.\r\nI think your site is not protected from spam, I mean literally, it isn’t cool, you must prevent leakages.\r\nhttps://huit.re/antispam789371\r\nIn case you are not interested, simply ignore this email and that we won\'t email you again.\r\nKind regards,\r\n\r\nOneTwo GmbH\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Maggie <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: maggie.toscano@gmail.com\n', 'false', '2020-12-24 21:28:03'),
(581, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Rezervace pokoje', 'Od: Lenka Hložková\nE-mail: <lenice.repkova@seznam.cz>\nTelefon: <720318256>\n\nPředmět: Rezervace pokoje\n\nZpráva:\nDobrý den chtěla bych rezervovat pokoj pro 2 dospělé, 1 dítě 2roky a jeden malinký pes. V termínu od 3.7 - 7.7.2021\r\nDekuji předem za odpověď\r\nHložková\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Lenka Hložková <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: lenice.repkova@seznam.cz\n', 'false', '2020-12-30 18:39:43'),
(582, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Try this, get more leads', 'Od: Eric\nE-mail: <ericjonesonline@outlook.com>\nTelefon: <555-555-1212>\n\nPředmět: Try this, get more leads\n\nZpráva:\nHi, my name is Eric and I’m betting you’d like your website hotellesnizatisi.cz to generate more leads.\r\n\r\nHere’s how:\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at hotellesnizatisi.cz.\r\n\r\nTalk With Web Visitor – CLICK HERE http://www.talkwithcustomer.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://www.talkwithcustomer.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Talk With Web Visitor and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://www.talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eric <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: ericjonesonline@outlook.com\n', 'false', '2021-01-01 22:33:58'),
(583, 'lesni.zatisi@email.cz', '[Hotel Lesní zátiší] Why not TALK with your leads?', 'Od: Eric\nE-mail: <ericjonesonline@outlook.com>\nTelefon: <555-555-1212>\n\nPředmět: Why not TALK with your leads?\n\nZpráva:\nMy name’s Eric and I just found your site hotellesnizatisi.cz.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nTalk With Web Visitor – CLICK HERE http://www.talkwithwebvisitors.com for a live demo now.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://www.talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://www.talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\'d like to unsubscribe click here http://talkwithwebvisitors.com/unsubscribe.aspx?d=hotellesnizatisi.cz\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz', 'From: Eric <wordpress@hotellesnizatisi.cz>\nX-WPCF7-Content-Type: text/plain\nReply-To: ericjonesonline@outlook.com\n', 'false', '2021-01-03 16:30:40');
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_gmp_icons`
--
CREATE TABLE `wp_gmp_icons` (
`id` int(11) NOT NULL,
`title` varchar(100) DEFAULT NULL,
`description` text,
`path` varchar(250) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Vypisuji data pro tabulku `wp_gmp_icons`
--
INSERT INTO `wp_gmp_icons` (`id`, `title`, `description`, `path`) VALUES
(1, 'marker', 'blue,white,star,pin', 'bblue.png'),
(2, 'marker', 'green,white,star,pin', 'bgreen.png'),
(3, 'marker', 'purple,white,star,pin', 'purple.png'),
(4, 'marker', 'blue,white,star,pin', 'bred.png'),
(5, 'marker', 'blue,pin', 'blue.png'),
(6, 'marker', 'gray,pin', 'gray.png'),
(7, 'marker', 'green,pin', 'green.png'),
(8, 'marker', 'pin,yellow', 'orange.png'),
(9, 'marker', 'pin,red', 'red.png'),
(10, 'flag', 'gray', 'flag_black.png'),
(11, 'flag', 'blue', 'flag_blue.png'),
(12, 'flag', 'green', 'flag_green.png'),
(13, 'flag', 'orange', 'flag_orange.png'),
(14, 'flag', 'purple', 'flag_purple.png'),
(15, 'flag', 'red', 'flag_red.png'),
(16, 'marker', 'pin,cycle,blue', 'blue_circle.png'),
(17, 'marker', 'white,blue,pin', 'blue_orifice.png'),
(18, 'marker', 'blue,pin', 'blue_std.png'),
(19, 'pin', 'green,marker,cycle', 'green_circle.png'),
(20, 'pin', 'green,cycle', 'green_orifice.png'),
(21, 'pin', 'green', 'green_std.png'),
(22, 'pin', 'orange,cycle', 'orange_circle.png'),
(23, 'pin', 'orange,cycle', 'orange_orifice.png'),
(24, 'pin', 'orange', 'orange_std.png'),
(25, 'pin', 'purple,cycle', 'purple_circle.png'),
(26, 'pin', 'purple,cycle', 'purple_orifice.png'),
(27, 'pin', 'purple', 'purple_std.png'),
(28, 'pin', 'red,cycle', 'red_circle.png'),
(29, 'pin', 'red,cycle', 'red_orifice.png'),
(30, 'pin', 'red', 'red_std.png'),
(31, 'star', 'black,dark,pin', 'star_pin_black.png'),
(32, 'star', 'blue,pin', 'star_pin_blue.png'),
(33, 'star', 'green,pin', 'star_pin_green.png'),
(34, 'star', 'orange,pin', 'star_pin_orange.png'),
(35, 'star', 'purple', 'star_pin_purple.png'),
(36, 'star', 'red,pin', 'star_pin_red.png'),
(37, 'pin', 'gray,white,cycle', 'white_circlepng.png'),
(38, 'pin', 'gray,white,cycle', 'white_orifice.png'),
(39, 'pin', 'white,gray', 'white_std.png'),
(40, 'pin', 'yellow,cycle', 'yellow_circlepng.png'),
(41, 'pin', 'yellow,cycle', 'yellow_orifice.png'),
(42, 'pin', 'yellow', 'yellow_std.png'),
(43, 'marker', 'red', 'marker.png'),
(44, 'marker', 'blue', 'marker_blue.png'),
(45, 'marker', 'red,letter', 'markerA.png'),
(46, 'marker', 'orange', 'marker_orange.png'),
(47, 'marker', 'green', 'marker_green.png');
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_gmp_maps`
--
CREATE TABLE `wp_gmp_maps` (
`id` int(11) NOT NULL,
`title` varchar(125) NOT NULL,
`description` text,
`params` text,
`html_options` text NOT NULL,
`create_date` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Vypisuji data pro tabulku `wp_gmp_maps`
--
INSERT INTO `wp_gmp_maps` (`id`, `title`, `description`, `params`, `html_options`, `create_date`) VALUES
(3, 'Lesní Zátiší', NULL, 'a:43:{s:11:\"width_units\";s:1:\"%\";s:16:\"membershipEnable\";s:1:\"0\";s:26:\"adapt_map_to_screen_height\";s:0:\"\";s:4:\"type\";N;s:8:\"map_type\";s:7:\"ROADMAP\";s:16:\"map_display_mode\";N;s:10:\"map_center\";a:3:{s:7:\"address\";s:0:\"\";s:7:\"coord_x\";s:17:\"50.61581559656262\";s:7:\"coord_y\";s:18:\"16.119813323020935\";}s:8:\"language\";N;s:11:\"enable_zoom\";N;s:17:\"enable_mouse_zoom\";N;s:16:\"mouse_wheel_zoom\";s:1:\"1\";s:9:\"zoom_type\";s:10:\"zoom_level\";s:4:\"zoom\";s:2:\"16\";s:11:\"zoom_mobile\";s:1:\"8\";s:8:\"zoom_min\";s:1:\"1\";s:8:\"zoom_max\";s:2:\"21\";s:12:\"type_control\";s:14:\"HORIZONTAL_BAR\";s:12:\"zoom_control\";s:7:\"DEFAULT\";s:14:\"dbl_click_zoom\";s:1:\"1\";s:19:\"street_view_control\";s:1:\"1\";s:11:\"pan_control\";N;s:16:\"overview_control\";N;s:9:\"draggable\";s:1:\"1\";s:15:\"map_stylization\";s:4:\"none\";s:18:\"marker_title_color\";s:7:\"#A52A2A\";s:17:\"marker_title_size\";s:2:\"19\";s:23:\"marker_title_size_units\";s:2:\"px\";s:16:\"marker_desc_size\";s:2:\"13\";s:22:\"marker_desc_size_units\";s:2:\"px\";s:19:\"hide_marker_tooltip\";s:0:\"\";s:28:\"center_on_cur_marker_infownd\";s:0:\"\";s:20:\"marker_infownd_width\";s:3:\"200\";s:26:\"marker_infownd_width_units\";s:4:\"auto\";s:21:\"marker_infownd_height\";s:3:\"100\";s:27:\"marker_infownd_height_units\";s:4:\"auto\";s:23:\"marker_infownd_bg_color\";s:7:\"#FFFFFF\";s:16:\"marker_clasterer\";s:15:\"MarkerClusterer\";s:21:\"marker_clasterer_icon\";s:96:\"http://hotellesnizatisi.jservices.cz/wp-content/plugins/google-maps-easy/modules/gmap/img/m1.png\";s:27:\"marker_clasterer_icon_width\";s:2:\"53\";s:28:\"marker_clasterer_icon_height\";s:2:\"52\";s:26:\"marker_clasterer_grid_size\";s:2:\"60\";s:17:\"markers_list_type\";s:0:\"\";s:18:\"markers_list_color\";s:7:\"#55BA68\";}', 'a:2:{s:5:\"width\";s:3:\"100\";s:6:\"height\";s:3:\"250\";}', '2017-12-26 13:58:29');
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_gmp_markers`
--
CREATE TABLE `wp_gmp_markers` (
`id` int(11) NOT NULL,
`title` varchar(125) NOT NULL,
`description` text,
`coord_x` varchar(30) NOT NULL,
`coord_y` varchar(30) NOT NULL,
`icon` int(11) DEFAULT NULL,
`map_id` int(11) DEFAULT NULL,
`marker_group_id` int(11) DEFAULT NULL,
`address` text,
`animation` int(1) DEFAULT NULL,
`create_date` datetime DEFAULT NULL,
`params` text NOT NULL,
`sort_order` tinyint(1) NOT NULL DEFAULT '0',
`user_id` int(11) DEFAULT NULL,
`period_from` date DEFAULT NULL,
`period_to` date DEFAULT NULL,
`hash` varchar(32) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Vypisuji data pro tabulku `wp_gmp_markers`
--
INSERT INTO `wp_gmp_markers` (`id`, `title`, `description`, `coord_x`, `coord_y`, `icon`, `map_id`, `marker_group_id`, `address`, `animation`, `create_date`, `params`, `sort_order`, `user_id`, `period_from`, `period_to`, `hash`) VALUES
(2, 'Lesní Zátiší', '', '50', '16', 1, 0, 0, '', NULL, '2017-12-26 13:41:02', 'a:2:{s:15:\"marker_link_src\";s:0:\"\";s:23:\"marker_list_def_img_url\";s:0:\"\";}', 1, NULL, NULL, NULL, NULL),
(3, 'Lesní Zátiší', '', '50.615249708842', '16.119810640812', 28, 3, 0, '', NULL, '2017-12-26 13:59:35', 'a:2:{s:15:\"marker_link_src\";s:0:\"\";s:23:\"marker_list_def_img_url\";s:0:\"\";}', 1, NULL, NULL, NULL, NULL);
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_gmp_marker_groups`
--
CREATE TABLE `wp_gmp_marker_groups` (
`id` int(11) NOT NULL,
`title` varchar(250) DEFAULT NULL,
`description` text,
`params` text,
`parent` tinyint(1) NOT NULL DEFAULT '0',
`sort_order` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_gmp_marker_groups_relation`
--
CREATE TABLE `wp_gmp_marker_groups_relation` (
`id` int(11) NOT NULL,
`marker_id` int(11) NOT NULL,
`groups_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Vypisuji data pro tabulku `wp_gmp_marker_groups_relation`
--
INSERT INTO `wp_gmp_marker_groups_relation` (`id`, `marker_id`, `groups_id`) VALUES
(1, 2, 0),
(2, 3, 0);
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_gmp_membership_presets`
--
CREATE TABLE `wp_gmp_membership_presets` (
`maps_id` int(11) NOT NULL,
`allow_use` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Vypisuji data pro tabulku `wp_gmp_membership_presets`
--
INSERT INTO `wp_gmp_membership_presets` (`maps_id`, `allow_use`) VALUES
(1, 0),
(2, 0),
(3, 0);
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_gmp_modules`
--
CREATE TABLE `wp_gmp_modules` (
`id` int(11) NOT NULL,
`code` varchar(64) NOT NULL,
`active` tinyint(1) NOT NULL DEFAULT '0',
`type_id` smallint(3) NOT NULL DEFAULT '0',
`params` text,
`has_tab` tinyint(1) NOT NULL DEFAULT '0',
`label` varchar(128) DEFAULT NULL,
`description` text,
`ex_plug_dir` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Vypisuji data pro tabulku `wp_gmp_modules`
--
INSERT INTO `wp_gmp_modules` (`id`, `code`, `active`, `type_id`, `params`, `has_tab`, `label`, `description`, `ex_plug_dir`) VALUES
(1, 'adminmenu', 1, 1, '', 0, 'Admin Menu', '', NULL),
(2, 'options', 1, 1, '', 1, 'Options', '', NULL),
(3, 'user', 1, 1, '', 1, 'Users', '', NULL),
(4, 'templates', 1, 1, '', 1, 'Templates for Plugin', '', NULL),
(5, 'shortcodes', 1, 6, '', 0, 'Shortcodes', 'Shortcodes data', NULL),
(6, 'gmap', 1, 1, '', 1, 'Gmap', 'Gmap', NULL),
(7, 'marker', 1, 1, '', 0, 'Markers', 'Google Maps Markers', NULL),
(8, 'marker_groups', 1, 1, '', 0, 'Marker Gropus', 'Marker Groups', NULL),
(9, 'supsystic_promo', 1, 1, '', 0, 'Promo', 'Promo', NULL),
(10, 'icons', 1, 1, '', 1, 'Marker Icons', 'Marker Icons', NULL),
(11, 'mail', 1, 1, '', 1, 'mail', 'mail', NULL),
(12, 'membership', 1, 1, '', 1, 'membership', 'membership', NULL),
(13, 'csv', 1, 1, '', 0, 'csv', 'csv', NULL),
(14, 'gmap_widget', 1, 1, '', 0, 'gmap_widget', 'gmap_widget', NULL);
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_gmp_modules_type`
--
CREATE TABLE `wp_gmp_modules_type` (
`id` int(11) NOT NULL,
`label` varchar(64) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Vypisuji data pro tabulku `wp_gmp_modules_type`
--
INSERT INTO `wp_gmp_modules_type` (`id`, `label`) VALUES
(1, 'system'),
(4, 'widget'),
(6, 'addons'),
(7, 'template');
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_gmp_options`
--
CREATE TABLE `wp_gmp_options` (
`id` int(11) NOT NULL,
`code` varchar(64) CHARACTER SET latin1 NOT NULL,
`value` text,
`label` varchar(128) CHARACTER SET latin1 DEFAULT NULL,
`description` text CHARACTER SET latin1,
`htmltype_id` smallint(2) NOT NULL DEFAULT '1',
`params` text,
`cat_id` mediumint(3) DEFAULT '0',
`sort_order` mediumint(3) DEFAULT '0',
`value_type` varchar(16) CHARACTER SET latin1 DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Vypisuji data pro tabulku `wp_gmp_options`
--
INSERT INTO `wp_gmp_options` (`id`, `code`, `value`, `label`, `description`, `htmltype_id`, `params`, `cat_id`, `sort_order`, `value_type`) VALUES
(1, 'save_statistic', '0', 'Send statistic', NULL, 1, NULL, 0, 0, NULL),
(2, 'infowindow_size', 'a:2:{s:5:\"width\";s:3:\"100\";s:6:\"height\";s:3:\"100\";}', 'Info Window Size', NULL, 1, NULL, 0, 0, 'array');
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_gmp_options_categories`
--
CREATE TABLE `wp_gmp_options_categories` (
`id` int(11) NOT NULL,
`label` varchar(128) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Vypisuji data pro tabulku `wp_gmp_options_categories`
--
INSERT INTO `wp_gmp_options_categories` (`id`, `label`) VALUES
(1, 'General'),
(2, 'Template'),
(3, 'Subscribe'),
(4, 'Social');
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_gmp_usage_stat`
--
CREATE TABLE `wp_gmp_usage_stat` (
`id` int(11) NOT NULL,
`code` varchar(64) NOT NULL,
`visits` int(11) NOT NULL DEFAULT '0',
`spent_time` int(11) NOT NULL DEFAULT '0',
`modify_timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_links`
--
CREATE TABLE `wp_links` (
`link_id` bigint(20) UNSIGNED NOT NULL,
`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 ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_mltlngg_terms_translate`
--
CREATE TABLE `wp_mltlngg_terms_translate` (
`ID` int(6) UNSIGNED NOT NULL,
`term_ID` int(6) NOT NULL,
`name` text NOT NULL,
`language` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_mltlngg_translate`
--
CREATE TABLE `wp_mltlngg_translate` (
`ID` int(6) UNSIGNED NOT NULL,
`post_ID` int(6) NOT NULL,
`post_content` longtext NOT NULL,
`post_excerpt` text NOT NULL,
`post_title` text NOT NULL,
`language` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Vypisuji data pro tabulku `wp_mltlngg_translate`
--
INSERT INTO `wp_mltlngg_translate` (`ID`, `post_ID`, `post_content`, `post_excerpt`, `post_title`, `language`) VALUES
(1, 55, '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.19.18\" background_image=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" module_id=\"uvod\" next_background_color=\"#ffffff\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row _builder_version=\"3.19.18\" width=\"90%\" max_width=\"1200px\"][et_pb_column type=\"4_4\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text _builder_version=\"3.19.18\" width=\"90%\" max_width=\"1200px\"]\r\n\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\" prev_background_color=\"#000000\" next_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"90%\" max_width=\"1200px\"][et_pb_column type=\"1_3\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_image src=\"http://hotellesnizatisi.cz/wp-content/uploads/2018/01/hotel.jpg\" _builder_version=\"3.0.97\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" show_bottom_space=\"on\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\" align_last_edited=\"on|desktop\" align_tablet=\"center\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text admin_label=\"e-pobyty\" _builder_version=\"3.26.1\" width=\"90%\" max_width=\"1200px\" text_text_shadow_horizontal_length=\"text_text_shadow_style,%91object Object%93\" text_text_shadow_horizontal_length_tablet=\"0px\" text_text_shadow_vertical_length=\"text_text_shadow_style,%91object Object%93\" text_text_shadow_vertical_length_tablet=\"0px\" text_text_shadow_blur_strength=\"text_text_shadow_style,%91object Object%93\" text_text_shadow_blur_strength_tablet=\"1px\" link_text_shadow_horizontal_length=\"link_text_shadow_style,%91object Object%93\" link_text_shadow_horizontal_length_tablet=\"0px\" link_text_shadow_vertical_length=\"link_text_shadow_style,%91object Object%93\" link_text_shadow_vertical_length_tablet=\"0px\" link_text_shadow_blur_strength=\"link_text_shadow_style,%91object Object%93\" link_text_shadow_blur_strength_tablet=\"1px\" ul_text_shadow_horizontal_length=\"ul_text_shadow_style,%91object Object%93\" ul_text_shadow_horizontal_length_tablet=\"0px\" ul_text_shadow_vertical_length=\"ul_text_shadow_style,%91object Object%93\" ul_text_shadow_vertical_length_tablet=\"0px\" ul_text_shadow_blur_strength=\"ul_text_shadow_style,%91object Object%93\" ul_text_shadow_blur_strength_tablet=\"1px\" ol_text_shadow_horizontal_length=\"ol_text_shadow_style,%91object Object%93\" ol_text_shadow_horizontal_length_tablet=\"0px\" ol_text_shadow_vertical_length=\"ol_text_shadow_style,%91object Object%93\" ol_text_shadow_vertical_length_tablet=\"0px\" ol_text_shadow_blur_strength=\"ol_text_shadow_style,%91object Object%93\" ol_text_shadow_blur_strength_tablet=\"1px\" quote_text_shadow_horizontal_length=\"quote_text_shadow_style,%91object Object%93\" quote_text_shadow_horizontal_length_tablet=\"0px\" quote_text_shadow_vertical_length=\"quote_text_shadow_style,%91object Object%93\" quote_text_shadow_vertical_length_tablet=\"0px\" quote_text_shadow_blur_strength=\"quote_text_shadow_style,%91object Object%93\" quote_text_shadow_blur_strength_tablet=\"1px\" header_text_shadow_horizontal_length=\"header_text_shadow_style,%91object Object%93\" header_text_shadow_horizontal_length_tablet=\"0px\" header_text_shadow_vertical_length=\"header_text_shadow_style,%91object Object%93\" header_text_shadow_vertical_length_tablet=\"0px\" header_text_shadow_blur_strength=\"header_text_shadow_style,%91object Object%93\" header_text_shadow_blur_strength_tablet=\"1px\" header_2_text_shadow_horizontal_length=\"header_2_text_shadow_style,%91object Object%93\" header_2_text_shadow_horizontal_length_tablet=\"0px\" header_2_text_shadow_vertical_length=\"header_2_text_shadow_style,%91object Object%93\" header_2_text_shadow_vertical_length_tablet=\"0px\" header_2_text_shadow_blur_strength=\"header_2_text_shadow_style,%91object Object%93\" header_2_text_shadow_blur_strength_tablet=\"1px\" header_3_text_shadow_horizontal_length=\"header_3_text_shadow_style,%91object Object%93\" header_3_text_shadow_horizontal_length_tablet=\"0px\" header_3_text_shadow_vertical_length=\"header_3_text_shadow_style,%91object Object%93\" header_3_text_shadow_vertical_length_tablet=\"0px\" header_3_text_shadow_blur_strength=\"header_3_text_shadow_style,%91object Object%93\" header_3_text_shadow_blur_strength_tablet=\"1px\" header_4_text_shadow_horizontal_length=\"header_4_text_shadow_style,%91object Object%93\" header_4_text_shadow_horizontal_length_tablet=\"0px\" header_4_text_shadow_vertical_length=\"header_4_text_shadow_style,%91object Object%93\" header_4_text_shadow_vertical_length_tablet=\"0px\" header_4_text_shadow_blur_strength=\"header_4_text_shadow_style,%91object Object%93\" header_4_text_shadow_blur_strength_tablet=\"1px\" header_5_text_shadow_horizontal_length=\"header_5_text_shadow_style,%91object Object%93\" header_5_text_shadow_horizontal_length_tablet=\"0px\" header_5_text_shadow_vertical_length=\"header_5_text_shadow_style,%91object Object%93\" header_5_text_shadow_vertical_length_tablet=\"0px\" header_5_text_shadow_blur_strength=\"header_5_text_shadow_style,%91object Object%93\" header_5_text_shadow_blur_strength_tablet=\"1px\" header_6_text_shadow_horizontal_length=\"header_6_text_shadow_style,%91object Object%93\" header_6_text_shadow_horizontal_length_tablet=\"0px\" header_6_text_shadow_vertical_length=\"header_6_text_shadow_style,%91object Object%93\" header_6_text_shadow_vertical_length_tablet=\"0px\" header_6_text_shadow_blur_strength=\"header_6_text_shadow_style,%91object Object%93\" header_6_text_shadow_blur_strength_tablet=\"1px\" box_shadow_horizontal_tablet=\"0px\" box_shadow_vertical_tablet=\"0px\" box_shadow_blur_tablet=\"40px\" box_shadow_spread_tablet=\"0px\" z_index_tablet=\"500\" link_option_url_new_window=\"on\" link_option_url=\"http://e-pobyty.cz\"]\r\n\r\n<p><img class=\"alignnone size-full wp-image-331 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2019/03/epobyty.png\" alt=\"\" width=\"223\" height=\"40\" /></p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\" prev_background_color=\"#000000\" next_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"90%\" max_width=\"1200px\"][et_pb_column type=\"4_4\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<p><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\" prev_background_color=\"#000000\" next_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"90%\" max_width=\"1200px\"][et_pb_column type=\"4_4\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" />\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-full wp-image-174 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"98\" height=\"202\" />\r\n\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\" prev_background_color=\"#000000\" next_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"90%\" max_width=\"1200px\"][et_pb_column type=\"1_3\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n<p>\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<p>\r\n<b><br />Věra Vrzalová</b><br /><b>IČ:</b> 16124693</p>\r\n<p>549 51 Dolní Adršpach 121<br /><b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E</p>\r\n<p><b>tel.: </b>+420 491 586 202<br /><b>mobil: </b>+420 777 172 786<br /><b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a><br /><b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\" show_bottom_space=\"on\" align_last_edited=\"on|desktop\" align_tablet=\"center\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" prev_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row][et_pb_column type=\"4_4\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.93\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n<p>\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', '', 'Hlavní stránka', 'cs_CZ'),
(2, 55, '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.92\" background_image=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" module_id=\"uvod\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.92\" background_layout=\"light\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.cz/wp-content/uploads/2018/01/hotel.jpg\" _builder_version=\"3.0.97\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" show_bottom_space=\"on\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" background_layout=\"light\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\nThe hotel LESNÍ ZÁTIŠÍ finds itself in one of the most beautiful parts of Eastern Bohemia – in The Adršpach Rocks. You will find it right at the enter-which is appreciated by every admirer of nature.\r\n\r\nIn summer season you can recreate in the near bathing pool. Hotel guests have the opportunity to hire mountain bicycles or to take the advantage of horse back riding.\r\n\r\nWinter season pens the gate to white beauty both in short outings and demanding tours. In addition to numerous cross country tracks downhill runners can use ski-lifts in neighborhood of 10 km.\r\n\r\nIn each season the not too distant range of the Giant Mountains with its peak Sněžka (1,602 m) is worth visiting. Tourists interested in history will be satisfied with number of cultural objects od admiration in this region.\r\n\r\nIn the hotel there are 30 beds at your disposal – from single rooms to 4 bed apartments (bathroom, minibar, TV set, W.C.). Central TV circuit enables guests to watch satellite programmers (SAT Astra) and miscellaneous videoprogrammes.\r\n\r\nBesides accommodation the hotel offers typical Czech meals, pleasant lounging in the restaurant, at the bar or in a cosy lounge. In summer there is a terrace in the open air.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurant\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_tab][et_pb_tab title=\"Rooms\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"237,235,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Activity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-full wp-image-174 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"98\" height=\"202\" />\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Price list\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Cancel fees\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', '', 'Hlavní stránka', 'en_GB'),
(3, 55, '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.92\" background_image=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/logo_skaly.jpg\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"uvod\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.cz/wp-content/uploads/2018/01/hotel.jpg\" _builder_version=\"3.0.97\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" show_bottom_space=\"on\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" background_layout=\"light\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\nDas Hotel LESNÍ ZÁTIŠÍ befindet sich in einem der schönsten Winkel des Ostböhmens in Adršpach Felsen. Sie finden es direkt am Eingang in die Sandfelsenstadt, deren Schönheit jeder Naturliebhaber schätz.\r\n\r\nIm Sommer können sie sich im nahen Freibad erholen, die Hotelgäste haben die Möglichkeit sich Bergfahrräder auszuleihen oder den Spazierritt vorzuziehen.\r\n\r\nDer Winter bietet das Kennen lernen der Schönheit hiesiger Natur bei kurzen Spaziergängen sowie bei anspruchsvollen Touren an. Neben den zahlreichen Langlaufstrecken können die Gönner.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n \r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"237,235,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-full wp-image-174 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"98\" height=\"202\" />\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', '', 'Hlavní stránka', 'de_DE');
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_ngg_album`
--
CREATE TABLE `wp_ngg_album` (
`id` bigint(20) NOT NULL,
`name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`previewpic` bigint(20) NOT NULL DEFAULT '0',
`albumdesc` mediumtext COLLATE utf8mb4_unicode_ci,
`sortorder` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`pageid` bigint(20) NOT NULL DEFAULT '0',
`extras_post_id` bigint(20) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_ngg_gallery`
--
CREATE TABLE `wp_ngg_gallery` (
`gid` bigint(20) NOT NULL,
`name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`path` mediumtext COLLATE utf8mb4_unicode_ci,
`title` mediumtext COLLATE utf8mb4_unicode_ci,
`galdesc` mediumtext COLLATE utf8mb4_unicode_ci,
`pageid` bigint(20) NOT NULL DEFAULT '0',
`previewpic` bigint(20) NOT NULL DEFAULT '0',
`author` bigint(20) NOT NULL DEFAULT '0',
`extras_post_id` bigint(20) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Vypisuji data pro tabulku `wp_ngg_gallery`
--
INSERT INTO `wp_ngg_gallery` (`gid`, `name`, `slug`, `path`, `title`, `galdesc`, `pageid`, `previewpic`, `author`, `extras_post_id`) VALUES
(1, 'restaurace', 'restaurace', 'wp-content/gallery/restaurace', 'Restaurace', '', 0, 1, 1, 99),
(2, 'skladba-pokoju', 'Skladba-pokoju', '/wp-content/gallery/skladba-pokoju', 'Skladba pokoju', NULL, 0, 7, 1, 167);
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_ngg_pictures`
--
CREATE TABLE `wp_ngg_pictures` (
`pid` bigint(20) NOT NULL,
`image_slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`post_id` bigint(20) NOT NULL DEFAULT '0',
`galleryid` bigint(20) NOT NULL DEFAULT '0',
`filename` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`description` mediumtext COLLATE utf8mb4_unicode_ci,
`alttext` mediumtext COLLATE utf8mb4_unicode_ci,
`imagedate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`exclude` tinyint(4) DEFAULT '0',
`sortorder` bigint(20) NOT NULL DEFAULT '0',
`meta_data` longtext COLLATE utf8mb4_unicode_ci,
`extras_post_id` bigint(20) NOT NULL DEFAULT '0',
`updated_at` bigint(20) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Vypisuji data pro tabulku `wp_ngg_pictures`
--
INSERT INTO `wp_ngg_pictures` (`pid`, `image_slug`, `post_id`, `galleryid`, `filename`, `description`, `alttext`, `imagedate`, `exclude`, `sortorder`, `meta_data`, `extras_post_id`, `updated_at`) VALUES
(1, 'restaurace01', 0, 1, 'restaurace01.jpg', '', 'restaurace01', '2003-01-01 01:02:11', 0, 0, 'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJyZXN0YXVyYWNlMDEuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo2MDAsImdlbmVyYXRlZCI6IjAuNzA0OTQ1MDAgMTUxMzE4NzM3MiJ9LCJhcGVydHVyZSI6IkYgMi44IiwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiS09EQUsgRFg2NDkwIFpPT00gRElHSVRBTCBDQU1FUkEiLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOjEwNDEzODI5MzEsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6IjYuM21tIiwiaXNvIjpbMCwwXSwic2h1dHRlcl9zcGVlZCI6IjFcLzYwc2VjIiwiZmxhc2giOiJQb3VcdTAxN2VpdCIsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjYwMCwic2F2ZWQiOnRydWUsIm1kNSI6IjY0MTRmZmIxNDc2ZmFlMDllMmNhZTJhY2Q1YWQ4NGNiIiwiZnVsbCI6eyJ3aWR0aCI6ODAwLCJoZWlnaHQiOjYwMCwibWQ1IjoiNjQxNGZmYjE0NzZmYWUwOWUyY2FlMmFjZDVhZDg0Y2IifSwidGh1bWJuYWlsIjp7IndpZHRoIjoyNDAsImhlaWdodCI6MTYwLCJmaWxlbmFtZSI6InRodW1ic19yZXN0YXVyYWNlMDEuanBnIiwiZ2VuZXJhdGVkIjoiMC44MzE1NjUwMCAxNTEzMTg3MzczIn0sIm5nZzBkeW4tMHgyNTAtMDBmMHcwMTFjMDEwcjExMGYxMTByMDEwdDAxMCI6eyJ3aWR0aCI6MzMzLCJoZWlnaHQiOjI1MCwiZmlsZW5hbWUiOiJyZXN0YXVyYWNlMDEuanBnLW5nZ2lkMDExLW5nZzBkeW4tMHgyNTAtMDBmMHcwMTFjMDEwcjExMGYxMTByMDEwdDAxMC5qcGciLCJnZW5lcmF0ZWQiOiIwLjU0MTc0NjAwIDE1MTMxODc0MzQifX0=', 98, 1513187434),
(2, 'restaurace02', 0, 1, 'restaurace02.jpg', '', 'restaurace02', '2003-01-01 00:13:00', 0, 0, 'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJyZXN0YXVyYWNlMDIuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo2MDAsImdlbmVyYXRlZCI6IjAuOTI0OTA1MDAgMTUxMzE4NzM3NCJ9LCJhcGVydHVyZSI6IkYgMy4yIiwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiS09EQUsgRFg2NDkwIFpPT00gRElHSVRBTCBDQU1FUkEiLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOjEwNDEzNzk5ODAsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6IjIzLjFtbSIsImlzbyI6WzAsMF0sInNodXR0ZXJfc3BlZWQiOiIxXC85MHNlYyIsImZsYXNoIjoiUG91XHUwMTdlaXQiLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo2MDAsInNhdmVkIjp0cnVlLCJtZDUiOiJmZDEzMzczNjllZWI5NTMzMTE0ZTNkYjE5ZTZiZmViMiIsImZ1bGwiOnsid2lkdGgiOjgwMCwiaGVpZ2h0Ijo2MDAsIm1kNSI6ImZkMTMzNzM2OWVlYjk1MzMxMTRlM2RiMTllNmJmZWIyIn0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjQwLCJoZWlnaHQiOjE2MCwiZmlsZW5hbWUiOiJ0aHVtYnNfcmVzdGF1cmFjZTAyLmpwZyIsImdlbmVyYXRlZCI6IjAuNDAxMTM4MDAgMTUxMzE4NzM3NSJ9fQ==', 101, 1513187375),
(3, 'restaurace03', 0, 1, 'restaurace03.jpg', '', 'restaurace03', '2008-08-29 00:36:12', 0, 0, 'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJyZXN0YXVyYWNlMDMuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo2MDAsImdlbmVyYXRlZCI6IjAuNjM5MTc2MDAgMTUxMzE4NzM3NiJ9LCJhcGVydHVyZSI6IkYgMy4yIiwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiS09EQUsgRFg2NDkwIFpPT00gRElHSVRBTCBDQU1FUkEiLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOjEyMTk5NzAxNzIsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6IjkuOG1tIiwiaXNvIjpbMCwwXSwic2h1dHRlcl9zcGVlZCI6IjFcLzYwc2VjIiwiZmxhc2giOiJQb3VcdTAxN2VpdCIsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjYwMCwic2F2ZWQiOnRydWUsIm1kNSI6Ijg4ZWU5Mzc1NmZiZDg4NTI2MWY2YjJmZTE0MjE2NDY5IiwiZnVsbCI6eyJ3aWR0aCI6ODAwLCJoZWlnaHQiOjYwMCwibWQ1IjoiODhlZTkzNzU2ZmJkODg1MjYxZjZiMmZlMTQyMTY0NjkifSwidGh1bWJuYWlsIjp7IndpZHRoIjoyNDAsImhlaWdodCI6MTYwLCJmaWxlbmFtZSI6InRodW1ic19yZXN0YXVyYWNlMDMuanBnIiwiZ2VuZXJhdGVkIjoiMC4xNDU1MDUwMCAxNTEzMTg3Mzc3In19', 103, 1513187377),
(4, 'restaurace04', 0, 1, 'restaurace04.jpg', '', 'restaurace04', '2008-09-24 18:17:46', 0, 0, 'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJyZXN0YXVyYWNlMDQuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo2MDAsImdlbmVyYXRlZCI6IjAuMTg3NzE3MDAgMTUxMzE4NzM3OCJ9LCJhcGVydHVyZSI6IkYgMi44IiwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiS09EQUsgRFg2NDkwIFpPT00gRElHSVRBTCBDQU1FUkEiLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOjEyMjIyODAyNjYsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6IjYuM21tIiwiaXNvIjpbMCwwXSwic2h1dHRlcl9zcGVlZCI6IjFcLzYwc2VjIiwiZmxhc2giOiJQb3VcdTAxN2VpdCIsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjYwMCwic2F2ZWQiOnRydWUsIm1kNSI6Ijc0OTBkOWNkZDUzMDA5YzliYmE0MzA3Mjc0N2JjNTMwIiwiZnVsbCI6eyJ3aWR0aCI6ODAwLCJoZWlnaHQiOjYwMCwibWQ1IjoiNzQ5MGQ5Y2RkNTMwMDljOWJiYTQzMDcyNzQ3YmM1MzAifSwidGh1bWJuYWlsIjp7IndpZHRoIjoyNDAsImhlaWdodCI6MTYwLCJmaWxlbmFtZSI6InRodW1ic19yZXN0YXVyYWNlMDQuanBnIiwiZ2VuZXJhdGVkIjoiMC42NTg2MzYwMCAxNTEzMTg3Mzc4In19', 105, 1513187378),
(5, 'restaurace05', 0, 1, 'restaurace05.jpg', '', 'restaurace05', '2010-01-14 09:40:30', 0, 0, 'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJyZXN0YXVyYWNlMDUuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo2MDAsImdlbmVyYXRlZCI6IjAuNjkzNzM2MDAgMTUxMzE4NzM3OSJ9LCJhcGVydHVyZSI6IkYgMy4yIiwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiS09EQUsgRFg2NDkwIFpPT00gRElHSVRBTCBDQU1FUkEiLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOjEyNjM0NjIwMzAsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6IjguNW1tIiwiaXNvIjpbMCwwXSwic2h1dHRlcl9zcGVlZCI6IjFcLzYwc2VjIiwiZmxhc2giOiJQb3VcdTAxN2VpdCIsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjYwMCwic2F2ZWQiOnRydWUsIm1kNSI6Ijg2ODdhYzc0NTUwMWNlZmIyYjk3NDUxYmFlNTQzYzUyIiwiZnVsbCI6eyJ3aWR0aCI6ODAwLCJoZWlnaHQiOjYwMCwibWQ1IjoiODY4N2FjNzQ1NTAxY2VmYjJiOTc0NTFiYWU1NDNjNTIifSwidGh1bWJuYWlsIjp7IndpZHRoIjoyNDAsImhlaWdodCI6MTYwLCJmaWxlbmFtZSI6InRodW1ic19yZXN0YXVyYWNlMDUuanBnIiwiZ2VuZXJhdGVkIjoiMC4xNzkxODUwMCAxNTEzMTg3MzgwIn19', 107, 1513187380),
(6, 'restaurace06', 0, 1, 'restaurace06.jpg', '', 'restaurace06', '2010-01-14 09:52:35', 0, 0, 'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJyZXN0YXVyYWNlMDYuanBnIiwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo2MDAsImdlbmVyYXRlZCI6IjAuMjA0NzMyMDAgMTUxMzE4NzM4MSJ9LCJhcGVydHVyZSI6IkYgMi44IiwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiS09EQUsgRFg2NDkwIFpPT00gRElHSVRBTCBDQU1FUkEiLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOjEyNjM0NjI3NTUsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6IjYuM21tIiwiaXNvIjpbMCwwXSwic2h1dHRlcl9zcGVlZCI6IjFcLzYwc2VjIiwiZmxhc2giOiJQb3VcdTAxN2VpdCIsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6ODAwLCJoZWlnaHQiOjYwMCwic2F2ZWQiOnRydWUsIm1kNSI6ImNkOTgzZmVhNmYxMjdmNTQ4Y2Q2YzhhYTZmZGZkNjg5IiwiZnVsbCI6eyJ3aWR0aCI6ODAwLCJoZWlnaHQiOjYwMCwibWQ1IjoiY2Q5ODNmZWE2ZjEyN2Y1NDhjZDZjOGFhNmZkZmQ2ODkifSwidGh1bWJuYWlsIjp7IndpZHRoIjoyNDAsImhlaWdodCI6MTYwLCJmaWxlbmFtZSI6InRodW1ic19yZXN0YXVyYWNlMDYuanBnIiwiZ2VuZXJhdGVkIjoiMC42NzA1MjQwMCAxNTEzMTg3MzgxIn19', 109, 1513187381),
(7, 'pokoj1', 0, 2, 'pokoj1.jpg', '', 'pokoj1', '2017-12-26 12:09:10', 0, 0, 'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJwb2tvajEuanBnIiwid2lkdGgiOjI1NywiaGVpZ2h0IjoxOTMsImdlbmVyYXRlZCI6IjAuNTE4ODUxMDAgMTUxNDI5MDE1MCJ9LCJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6MjU3LCJoZWlnaHQiOjE5Mywic2F2ZWQiOnRydWUsIm1kNSI6IjI3OGY1Y2MzZmZhZjRmNGVlYjU4NDc3Njk4NTQyZmYzIiwiZnVsbCI6eyJ3aWR0aCI6MjU3LCJoZWlnaHQiOjE5MywibWQ1IjoiMjc4ZjVjYzNmZmFmNGY0ZWViNTg0Nzc2OTg1NDJmZjMifSwidGh1bWJuYWlsIjp7IndpZHRoIjoyNDAsImhlaWdodCI6MTYwLCJmaWxlbmFtZSI6InRodW1ic19wb2tvajEuanBnIiwiZ2VuZXJhdGVkIjoiMC45ODUwODAwMCAxNTE0MjkwMTUwIn19', 166, 1514290150),
(8, 'pokoj01', 0, 2, 'pokoj01.jpg', '', 'pokoj01', '2017-12-26 12:09:12', 0, 0, 'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJwb2tvajAxLmpwZyIsIndpZHRoIjo4MDAsImhlaWdodCI6NTY0LCJnZW5lcmF0ZWQiOiIwLjQ2MzY1NTAwIDE1MTQyOTAxNTIifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1NjQsInNhdmVkIjp0cnVlLCJtZDUiOiIwZDIwNDRkYTM3OGRiODY4ZjVkZTQ0NGFmNzYyMmI4OCIsImZ1bGwiOnsid2lkdGgiOjgwMCwiaGVpZ2h0Ijo1NjQsIm1kNSI6IjBkMjA0NGRhMzc4ZGI4NjhmNWRlNDQ0YWY3NjIyYjg4In0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjQwLCJoZWlnaHQiOjE2MCwiZmlsZW5hbWUiOiJ0aHVtYnNfcG9rb2owMS5qcGciLCJnZW5lcmF0ZWQiOiIwLjk1MTgwOTAwIDE1MTQyOTAxNTIifX0=', 169, 1514290152),
(9, 'pokoj2', 0, 2, 'pokoj2.jpg', '', 'pokoj2', '2017-12-26 12:09:15', 0, 0, 'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJwb2tvajIuanBnIiwid2lkdGgiOjI5MiwiaGVpZ2h0IjoyNDQsImdlbmVyYXRlZCI6IjAuODc0NzM2MDAgMTUxNDI5MDE1NSJ9LCJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6MjkyLCJoZWlnaHQiOjI0NCwic2F2ZWQiOnRydWUsIm1kNSI6IjNiZjg0NDcyZDUzMjgxZjk5YWU3NWQyZTFiYWU2NzE5IiwiZnVsbCI6eyJ3aWR0aCI6MjkyLCJoZWlnaHQiOjI0NCwibWQ1IjoiM2JmODQ0NzJkNTMyODFmOTlhZTc1ZDJlMWJhZTY3MTkifSwidGh1bWJuYWlsIjp7IndpZHRoIjoyNDAsImhlaWdodCI6MTYwLCJmaWxlbmFtZSI6InRodW1ic19wb2tvajIuanBnIiwiZ2VuZXJhdGVkIjoiMC4xMjYwNDIwMCAxNTE0MjkwMTU2In19', 171, 1514290156);
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_options`
--
CREATE TABLE `wp_options` (
`option_id` bigint(20) UNSIGNED NOT NULL,
`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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Vypisuji data pro tabulku `wp_options`
--
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'http://hotellesnizatisi.cz', 'yes'),
(2, 'home', 'http://hotellesnizatisi.cz', 'yes'),
(3, 'blogname', 'Hotel Lesní zátiší', 'yes'),
(4, 'blogdescription', 'ubytování v Adršpachu', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'jakub.dvorak@jservices.cz', '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', 'j.n.Y', 'yes'),
(24, 'time_format', 'G:i', 'yes'),
(25, 'links_updated_date_format', 'j.n.Y, G:i', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/index.php/%year%/%monthnum%/%day%/%postname%/', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(29, 'rewrite_rules', 'a:365:{s:22:\"(cs_CZ|en_GB|de_DE)/?$\";s:26:\"index.php?lang=$matches[1]\";s:40:\"(cs_CZ|en_GB|de_DE)/index.php/project/?$\";s:44:\"index.php?post_type=project&lang=$matches[1]\";s:70:\"(cs_CZ|en_GB|de_DE)/index.php/project/feed/(feed|rdf|rss|rss2|atom)/?$\";s:61:\"index.php?post_type=project&feed=$matches[2]&lang=$matches[1]\";s:65:\"(cs_CZ|en_GB|de_DE)/index.php/project/(feed|rdf|rss|rss2|atom)/?$\";s:61:\"index.php?post_type=project&feed=$matches[2]&lang=$matches[1]\";s:57:\"(cs_CZ|en_GB|de_DE)/index.php/project/page/([0-9]{1,})/?$\";s:62:\"index.php?post_type=project&paged=$matches[2]&lang=$matches[1]\";s:31:\"(cs_CZ|en_GB|de_DE)/^wp-json/?$\";s:39:\"index.php?rest_route=/&lang=$matches[1]\";s:34:\"(cs_CZ|en_GB|de_DE)/^wp-json/(.*)?\";s:50:\"index.php?rest_route=/$matches[2]&lang=$matches[1]\";s:41:\"(cs_CZ|en_GB|de_DE)/^index.php/wp-json/?$\";s:39:\"index.php?rest_route=/&lang=$matches[1]\";s:44:\"(cs_CZ|en_GB|de_DE)/^index.php/wp-json/(.*)?\";s:50:\"index.php?rest_route=/$matches[2]&lang=$matches[1]\";s:77:\"(cs_CZ|en_GB|de_DE)/index.php/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:69:\"index.php?category_name=$matches[2]&feed=$matches[3]&lang=$matches[1]\";s:72:\"(cs_CZ|en_GB|de_DE)/index.php/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:69:\"index.php?category_name=$matches[2]&feed=$matches[3]&lang=$matches[1]\";s:53:\"(cs_CZ|en_GB|de_DE)/index.php/category/(.+?)/embed/?$\";s:63:\"index.php?category_name=$matches[2]&embed=true&lang=$matches[1]\";s:65:\"(cs_CZ|en_GB|de_DE)/index.php/category/(.+?)/page/?([0-9]{1,})/?$\";s:70:\"index.php?category_name=$matches[2]&paged=$matches[3]&lang=$matches[1]\";s:47:\"(cs_CZ|en_GB|de_DE)/index.php/category/(.+?)/?$\";s:52:\"index.php?category_name=$matches[2]&lang=$matches[1]\";s:74:\"(cs_CZ|en_GB|de_DE)/index.php/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?tag=$matches[2]&feed=$matches[3]&lang=$matches[1]\";s:69:\"(cs_CZ|en_GB|de_DE)/index.php/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?tag=$matches[2]&feed=$matches[3]&lang=$matches[1]\";s:50:\"(cs_CZ|en_GB|de_DE)/index.php/tag/([^/]+)/embed/?$\";s:53:\"index.php?tag=$matches[2]&embed=true&lang=$matches[1]\";s:62:\"(cs_CZ|en_GB|de_DE)/index.php/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?tag=$matches[2]&paged=$matches[3]&lang=$matches[1]\";s:44:\"(cs_CZ|en_GB|de_DE)/index.php/tag/([^/]+)/?$\";s:42:\"index.php?tag=$matches[2]&lang=$matches[1]\";s:75:\"(cs_CZ|en_GB|de_DE)/index.php/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:67:\"index.php?post_format=$matches[2]&feed=$matches[3]&lang=$matches[1]\";s:70:\"(cs_CZ|en_GB|de_DE)/index.php/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:67:\"index.php?post_format=$matches[2]&feed=$matches[3]&lang=$matches[1]\";s:51:\"(cs_CZ|en_GB|de_DE)/index.php/type/([^/]+)/embed/?$\";s:61:\"index.php?post_format=$matches[2]&embed=true&lang=$matches[1]\";s:63:\"(cs_CZ|en_GB|de_DE)/index.php/type/([^/]+)/page/?([0-9]{1,})/?$\";s:68:\"index.php?post_format=$matches[2]&paged=$matches[3]&lang=$matches[1]\";s:45:\"(cs_CZ|en_GB|de_DE)/index.php/type/([^/]+)/?$\";s:50:\"index.php?post_format=$matches[2]&lang=$matches[1]\";s:86:\"(cs_CZ|en_GB|de_DE)/index.php/layout_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:85:\"index.php?taxonomy=layout_category&term=$matches[2]&feed=$matches[3]&lang=$matches[1]\";s:81:\"(cs_CZ|en_GB|de_DE)/index.php/layout_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:85:\"index.php?taxonomy=layout_category&term=$matches[2]&feed=$matches[3]&lang=$matches[1]\";s:62:\"(cs_CZ|en_GB|de_DE)/index.php/layout_category/([^/]+)/embed/?$\";s:79:\"index.php?taxonomy=layout_category&term=$matches[2]&embed=true&lang=$matches[1]\";s:74:\"(cs_CZ|en_GB|de_DE)/index.php/layout_category/([^/]+)/page/?([0-9]{1,})/?$\";s:86:\"index.php?taxonomy=layout_category&term=$matches[2]&paged=$matches[3]&lang=$matches[1]\";s:56:\"(cs_CZ|en_GB|de_DE)/index.php/layout_category/([^/]+)/?$\";s:68:\"index.php?taxonomy=layout_category&term=$matches[2]&lang=$matches[1]\";s:82:\"(cs_CZ|en_GB|de_DE)/index.php/layout_pack/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:81:\"index.php?taxonomy=layout_pack&term=$matches[2]&feed=$matches[3]&lang=$matches[1]\";s:77:\"(cs_CZ|en_GB|de_DE)/index.php/layout_pack/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:81:\"index.php?taxonomy=layout_pack&term=$matches[2]&feed=$matches[3]&lang=$matches[1]\";s:58:\"(cs_CZ|en_GB|de_DE)/index.php/layout_pack/([^/]+)/embed/?$\";s:75:\"index.php?taxonomy=layout_pack&term=$matches[2]&embed=true&lang=$matches[1]\";s:70:\"(cs_CZ|en_GB|de_DE)/index.php/layout_pack/([^/]+)/page/?([0-9]{1,})/?$\";s:82:\"index.php?taxonomy=layout_pack&term=$matches[2]&paged=$matches[3]&lang=$matches[1]\";s:52:\"(cs_CZ|en_GB|de_DE)/index.php/layout_pack/([^/]+)/?$\";s:64:\"index.php?taxonomy=layout_pack&term=$matches[2]&lang=$matches[1]\";s:82:\"(cs_CZ|en_GB|de_DE)/index.php/layout_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:81:\"index.php?taxonomy=layout_type&term=$matches[2]&feed=$matches[3]&lang=$matches[1]\";s:77:\"(cs_CZ|en_GB|de_DE)/index.php/layout_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:81:\"index.php?taxonomy=layout_type&term=$matches[2]&feed=$matches[3]&lang=$matches[1]\";s:58:\"(cs_CZ|en_GB|de_DE)/index.php/layout_type/([^/]+)/embed/?$\";s:75:\"index.php?taxonomy=layout_type&term=$matches[2]&embed=true&lang=$matches[1]\";s:70:\"(cs_CZ|en_GB|de_DE)/index.php/layout_type/([^/]+)/page/?([0-9]{1,})/?$\";s:82:\"index.php?taxonomy=layout_type&term=$matches[2]&paged=$matches[3]&lang=$matches[1]\";s:52:\"(cs_CZ|en_GB|de_DE)/index.php/layout_type/([^/]+)/?$\";s:64:\"index.php?taxonomy=layout_type&term=$matches[2]&lang=$matches[1]\";s:76:\"(cs_CZ|en_GB|de_DE)/index.php/scope/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:75:\"index.php?taxonomy=scope&term=$matches[2]&feed=$matches[3]&lang=$matches[1]\";s:71:\"(cs_CZ|en_GB|de_DE)/index.php/scope/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:75:\"index.php?taxonomy=scope&term=$matches[2]&feed=$matches[3]&lang=$matches[1]\";s:52:\"(cs_CZ|en_GB|de_DE)/index.php/scope/([^/]+)/embed/?$\";s:69:\"index.php?taxonomy=scope&term=$matches[2]&embed=true&lang=$matches[1]\";s:64:\"(cs_CZ|en_GB|de_DE)/index.php/scope/([^/]+)/page/?([0-9]{1,})/?$\";s:76:\"index.php?taxonomy=scope&term=$matches[2]&paged=$matches[3]&lang=$matches[1]\";s:46:\"(cs_CZ|en_GB|de_DE)/index.php/scope/([^/]+)/?$\";s:58:\"index.php?taxonomy=scope&term=$matches[2]&lang=$matches[1]\";s:83:\"(cs_CZ|en_GB|de_DE)/index.php/module_width/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:82:\"index.php?taxonomy=module_width&term=$matches[2]&feed=$matches[3]&lang=$matches[1]\";s:78:\"(cs_CZ|en_GB|de_DE)/index.php/module_width/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:82:\"index.php?taxonomy=module_width&term=$matches[2]&feed=$matches[3]&lang=$matches[1]\";s:59:\"(cs_CZ|en_GB|de_DE)/index.php/module_width/([^/]+)/embed/?$\";s:76:\"index.php?taxonomy=module_width&term=$matches[2]&embed=true&lang=$matches[1]\";s:71:\"(cs_CZ|en_GB|de_DE)/index.php/module_width/([^/]+)/page/?([0-9]{1,})/?$\";s:83:\"index.php?taxonomy=module_width&term=$matches[2]&paged=$matches[3]&lang=$matches[1]\";s:53:\"(cs_CZ|en_GB|de_DE)/index.php/module_width/([^/]+)/?$\";s:65:\"index.php?taxonomy=module_width&term=$matches[2]&lang=$matches[1]\";s:70:\"(cs_CZ|en_GB|de_DE)/index.php/et_pb_layout/[^/]+/attachment/([^/]+)/?$\";s:49:\"index.php?attachment=$matches[2]&lang=$matches[1]\";s:80:\"(cs_CZ|en_GB|de_DE)/index.php/et_pb_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:54:\"index.php?attachment=$matches[2]&tb=1&lang=$matches[1]\";s:100:\"(cs_CZ|en_GB|de_DE)/index.php/et_pb_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?attachment=$matches[2]&feed=$matches[3]&lang=$matches[1]\";s:95:\"(cs_CZ|en_GB|de_DE)/index.php/et_pb_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?attachment=$matches[2]&feed=$matches[3]&lang=$matches[1]\";s:95:\"(cs_CZ|en_GB|de_DE)/index.php/et_pb_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?attachment=$matches[2]&cpage=$matches[3]&lang=$matches[1]\";s:76:\"(cs_CZ|en_GB|de_DE)/index.php/et_pb_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:60:\"index.php?attachment=$matches[2]&embed=true&lang=$matches[1]\";s:59:\"(cs_CZ|en_GB|de_DE)/index.php/et_pb_layout/([^/]+)/embed/?$\";s:77:\"index.php?post_type=et_pb_layout&name=$matches[2]&embed=true&lang=$matches[1]\";s:63:\"(cs_CZ|en_GB|de_DE)/index.php/et_pb_layout/([^/]+)/trackback/?$\";s:71:\"index.php?post_type=et_pb_layout&name=$matches[2]&tb=1&lang=$matches[1]\";s:71:\"(cs_CZ|en_GB|de_DE)/index.php/et_pb_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:84:\"index.php?post_type=et_pb_layout&name=$matches[2]&paged=$matches[3]&lang=$matches[1]\";s:78:\"(cs_CZ|en_GB|de_DE)/index.php/et_pb_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:84:\"index.php?post_type=et_pb_layout&name=$matches[2]&cpage=$matches[3]&lang=$matches[1]\";s:67:\"(cs_CZ|en_GB|de_DE)/index.php/et_pb_layout/([^/]+)(?:/([0-9]+))?/?$\";s:83:\"index.php?post_type=et_pb_layout&name=$matches[2]&page=$matches[3]&lang=$matches[1]\";s:59:\"(cs_CZ|en_GB|de_DE)/index.php/et_pb_layout/[^/]+/([^/]+)/?$\";s:49:\"index.php?attachment=$matches[2]&lang=$matches[1]\";s:69:\"(cs_CZ|en_GB|de_DE)/index.php/et_pb_layout/[^/]+/([^/]+)/trackback/?$\";s:54:\"index.php?attachment=$matches[2]&tb=1&lang=$matches[1]\";s:89:\"(cs_CZ|en_GB|de_DE)/index.php/et_pb_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?attachment=$matches[2]&feed=$matches[3]&lang=$matches[1]\";s:84:\"(cs_CZ|en_GB|de_DE)/index.php/et_pb_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?attachment=$matches[2]&feed=$matches[3]&lang=$matches[1]\";s:84:\"(cs_CZ|en_GB|de_DE)/index.php/et_pb_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?attachment=$matches[2]&cpage=$matches[3]&lang=$matches[1]\";s:65:\"(cs_CZ|en_GB|de_DE)/index.php/et_pb_layout/[^/]+/([^/]+)/embed/?$\";s:60:\"index.php?attachment=$matches[2]&embed=true&lang=$matches[1]\";s:65:\"(cs_CZ|en_GB|de_DE)/index.php/project/[^/]+/attachment/([^/]+)/?$\";s:49:\"index.php?attachment=$matches[2]&lang=$matches[1]\";s:75:\"(cs_CZ|en_GB|de_DE)/index.php/project/[^/]+/attachment/([^/]+)/trackback/?$\";s:54:\"index.php?attachment=$matches[2]&tb=1&lang=$matches[1]\";s:95:\"(cs_CZ|en_GB|de_DE)/index.php/project/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?attachment=$matches[2]&feed=$matches[3]&lang=$matches[1]\";s:90:\"(cs_CZ|en_GB|de_DE)/index.php/project/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?attachment=$matches[2]&feed=$matches[3]&lang=$matches[1]\";s:90:\"(cs_CZ|en_GB|de_DE)/index.php/project/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?attachment=$matches[2]&cpage=$matches[3]&lang=$matches[1]\";s:71:\"(cs_CZ|en_GB|de_DE)/index.php/project/[^/]+/attachment/([^/]+)/embed/?$\";s:60:\"index.php?attachment=$matches[2]&embed=true&lang=$matches[1]\";s:54:\"(cs_CZ|en_GB|de_DE)/index.php/project/([^/]+)/embed/?$\";s:57:\"index.php?project=$matches[2]&embed=true&lang=$matches[1]\";s:58:\"(cs_CZ|en_GB|de_DE)/index.php/project/([^/]+)/trackback/?$\";s:51:\"index.php?project=$matches[2]&tb=1&lang=$matches[1]\";s:78:\"(cs_CZ|en_GB|de_DE)/index.php/project/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:63:\"index.php?project=$matches[2]&feed=$matches[3]&lang=$matches[1]\";s:73:\"(cs_CZ|en_GB|de_DE)/index.php/project/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:63:\"index.php?project=$matches[2]&feed=$matches[3]&lang=$matches[1]\";s:66:\"(cs_CZ|en_GB|de_DE)/index.php/project/([^/]+)/page/?([0-9]{1,})/?$\";s:64:\"index.php?project=$matches[2]&paged=$matches[3]&lang=$matches[1]\";s:73:\"(cs_CZ|en_GB|de_DE)/index.php/project/([^/]+)/comment-page-([0-9]{1,})/?$\";s:64:\"index.php?project=$matches[2]&cpage=$matches[3]&lang=$matches[1]\";s:62:\"(cs_CZ|en_GB|de_DE)/index.php/project/([^/]+)(?:/([0-9]+))?/?$\";s:63:\"index.php?project=$matches[2]&page=$matches[3]&lang=$matches[1]\";s:54:\"(cs_CZ|en_GB|de_DE)/index.php/project/[^/]+/([^/]+)/?$\";s:49:\"index.php?attachment=$matches[2]&lang=$matches[1]\";s:64:\"(cs_CZ|en_GB|de_DE)/index.php/project/[^/]+/([^/]+)/trackback/?$\";s:54:\"index.php?attachment=$matches[2]&tb=1&lang=$matches[1]\";s:84:\"(cs_CZ|en_GB|de_DE)/index.php/project/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?attachment=$matches[2]&feed=$matches[3]&lang=$matches[1]\";s:79:\"(cs_CZ|en_GB|de_DE)/index.php/project/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?attachment=$matches[2]&feed=$matches[3]&lang=$matches[1]\";s:79:\"(cs_CZ|en_GB|de_DE)/index.php/project/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?attachment=$matches[2]&cpage=$matches[3]&lang=$matches[1]\";s:60:\"(cs_CZ|en_GB|de_DE)/index.php/project/[^/]+/([^/]+)/embed/?$\";s:60:\"index.php?attachment=$matches[2]&embed=true&lang=$matches[1]\";s:87:\"(cs_CZ|en_GB|de_DE)/index.php/project_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:72:\"index.php?project_category=$matches[2]&feed=$matches[3]&lang=$matches[1]\";s:82:\"(cs_CZ|en_GB|de_DE)/index.php/project_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:72:\"index.php?project_category=$matches[2]&feed=$matches[3]&lang=$matches[1]\";s:63:\"(cs_CZ|en_GB|de_DE)/index.php/project_category/([^/]+)/embed/?$\";s:66:\"index.php?project_category=$matches[2]&embed=true&lang=$matches[1]\";s:75:\"(cs_CZ|en_GB|de_DE)/index.php/project_category/([^/]+)/page/?([0-9]{1,})/?$\";s:73:\"index.php?project_category=$matches[2]&paged=$matches[3]&lang=$matches[1]\";s:57:\"(cs_CZ|en_GB|de_DE)/index.php/project_category/([^/]+)/?$\";s:55:\"index.php?project_category=$matches[2]&lang=$matches[1]\";s:82:\"(cs_CZ|en_GB|de_DE)/index.php/project_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:67:\"index.php?project_tag=$matches[2]&feed=$matches[3]&lang=$matches[1]\";s:77:\"(cs_CZ|en_GB|de_DE)/index.php/project_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:67:\"index.php?project_tag=$matches[2]&feed=$matches[3]&lang=$matches[1]\";s:58:\"(cs_CZ|en_GB|de_DE)/index.php/project_tag/([^/]+)/embed/?$\";s:61:\"index.php?project_tag=$matches[2]&embed=true&lang=$matches[1]\";s:70:\"(cs_CZ|en_GB|de_DE)/index.php/project_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:68:\"index.php?project_tag=$matches[2]&paged=$matches[3]&lang=$matches[1]\";s:52:\"(cs_CZ|en_GB|de_DE)/index.php/project_tag/([^/]+)/?$\";s:50:\"index.php?project_tag=$matches[2]&lang=$matches[1]\";s:66:\"(cs_CZ|en_GB|de_DE)/index.php/amn_smtp/[^/]+/attachment/([^/]+)/?$\";s:49:\"index.php?attachment=$matches[2]&lang=$matches[1]\";s:76:\"(cs_CZ|en_GB|de_DE)/index.php/amn_smtp/[^/]+/attachment/([^/]+)/trackback/?$\";s:54:\"index.php?attachment=$matches[2]&tb=1&lang=$matches[1]\";s:96:\"(cs_CZ|en_GB|de_DE)/index.php/amn_smtp/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?attachment=$matches[2]&feed=$matches[3]&lang=$matches[1]\";s:91:\"(cs_CZ|en_GB|de_DE)/index.php/amn_smtp/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?attachment=$matches[2]&feed=$matches[3]&lang=$matches[1]\";s:91:\"(cs_CZ|en_GB|de_DE)/index.php/amn_smtp/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?attachment=$matches[2]&cpage=$matches[3]&lang=$matches[1]\";s:72:\"(cs_CZ|en_GB|de_DE)/index.php/amn_smtp/[^/]+/attachment/([^/]+)/embed/?$\";s:60:\"index.php?attachment=$matches[2]&embed=true&lang=$matches[1]\";s:55:\"(cs_CZ|en_GB|de_DE)/index.php/amn_smtp/([^/]+)/embed/?$\";s:58:\"index.php?amn_smtp=$matches[2]&embed=true&lang=$matches[1]\";s:59:\"(cs_CZ|en_GB|de_DE)/index.php/amn_smtp/([^/]+)/trackback/?$\";s:52:\"index.php?amn_smtp=$matches[2]&tb=1&lang=$matches[1]\";s:67:\"(cs_CZ|en_GB|de_DE)/index.php/amn_smtp/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?amn_smtp=$matches[2]&paged=$matches[3]&lang=$matches[1]\";s:74:\"(cs_CZ|en_GB|de_DE)/index.php/amn_smtp/([^/]+)/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?amn_smtp=$matches[2]&cpage=$matches[3]&lang=$matches[1]\";s:63:\"(cs_CZ|en_GB|de_DE)/index.php/amn_smtp/([^/]+)(?:/([0-9]+))?/?$\";s:64:\"index.php?amn_smtp=$matches[2]&page=$matches[3]&lang=$matches[1]\";s:55:\"(cs_CZ|en_GB|de_DE)/index.php/amn_smtp/[^/]+/([^/]+)/?$\";s:49:\"index.php?attachment=$matches[2]&lang=$matches[1]\";s:65:\"(cs_CZ|en_GB|de_DE)/index.php/amn_smtp/[^/]+/([^/]+)/trackback/?$\";s:54:\"index.php?attachment=$matches[2]&tb=1&lang=$matches[1]\";s:85:\"(cs_CZ|en_GB|de_DE)/index.php/amn_smtp/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?attachment=$matches[2]&feed=$matches[3]&lang=$matches[1]\";s:80:\"(cs_CZ|en_GB|de_DE)/index.php/amn_smtp/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?attachment=$matches[2]&feed=$matches[3]&lang=$matches[1]\";s:80:\"(cs_CZ|en_GB|de_DE)/index.php/amn_smtp/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?attachment=$matches[2]&cpage=$matches[3]&lang=$matches[1]\";s:61:\"(cs_CZ|en_GB|de_DE)/index.php/amn_smtp/[^/]+/([^/]+)/embed/?$\";s:60:\"index.php?attachment=$matches[2]&embed=true&lang=$matches[1]\";s:68:\"(cs_CZ|en_GB|de_DE)/.*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:35:\"index.php?feed=old&lang=$matches[1]\";s:40:\"(cs_CZ|en_GB|de_DE)/.*wp-app\\.php(/.*)?$\";s:36:\"index.php?error=403&lang=$matches[1]\";s:38:\"(cs_CZ|en_GB|de_DE)/.*wp-register.php$\";s:40:\"index.php?register=true&lang=$matches[1]\";s:62:\"(cs_CZ|en_GB|de_DE)/index.php/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?&feed=$matches[2]&lang=$matches[1]\";s:57:\"(cs_CZ|en_GB|de_DE)/index.php/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?&feed=$matches[2]&lang=$matches[1]\";s:38:\"(cs_CZ|en_GB|de_DE)/index.php/embed/?$\";s:38:\"index.php?&embed=true&lang=$matches[1]\";s:50:\"(cs_CZ|en_GB|de_DE)/index.php/page/?([0-9]{1,})/?$\";s:45:\"index.php?&paged=$matches[2]&lang=$matches[1]\";s:57:\"(cs_CZ|en_GB|de_DE)/index.php/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?&page_id=55&cpage=$matches[2]&lang=$matches[1]\";s:71:\"(cs_CZ|en_GB|de_DE)/index.php/comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?&feed=$matches[2]&withcomments=1&lang=$matches[1]\";s:66:\"(cs_CZ|en_GB|de_DE)/index.php/comments/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?&feed=$matches[2]&withcomments=1&lang=$matches[1]\";s:47:\"(cs_CZ|en_GB|de_DE)/index.php/comments/embed/?$\";s:38:\"index.php?&embed=true&lang=$matches[1]\";s:74:\"(cs_CZ|en_GB|de_DE)/index.php/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?s=$matches[2]&feed=$matches[3]&lang=$matches[1]\";s:69:\"(cs_CZ|en_GB|de_DE)/index.php/search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?s=$matches[2]&feed=$matches[3]&lang=$matches[1]\";s:50:\"(cs_CZ|en_GB|de_DE)/index.php/search/(.+)/embed/?$\";s:51:\"index.php?s=$matches[2]&embed=true&lang=$matches[1]\";s:62:\"(cs_CZ|en_GB|de_DE)/index.php/search/(.+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?s=$matches[2]&paged=$matches[3]&lang=$matches[1]\";s:44:\"(cs_CZ|en_GB|de_DE)/index.php/search/(.+)/?$\";s:40:\"index.php?s=$matches[2]&lang=$matches[1]\";s:77:\"(cs_CZ|en_GB|de_DE)/index.php/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:67:\"index.php?author_name=$matches[2]&feed=$matches[3]&lang=$matches[1]\";s:72:\"(cs_CZ|en_GB|de_DE)/index.php/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:67:\"index.php?author_name=$matches[2]&feed=$matches[3]&lang=$matches[1]\";s:53:\"(cs_CZ|en_GB|de_DE)/index.php/author/([^/]+)/embed/?$\";s:61:\"index.php?author_name=$matches[2]&embed=true&lang=$matches[1]\";s:65:\"(cs_CZ|en_GB|de_DE)/index.php/author/([^/]+)/page/?([0-9]{1,})/?$\";s:68:\"index.php?author_name=$matches[2]&paged=$matches[3]&lang=$matches[1]\";s:47:\"(cs_CZ|en_GB|de_DE)/index.php/author/([^/]+)/?$\";s:50:\"index.php?author_name=$matches[2]&lang=$matches[1]\";s:99:\"(cs_CZ|en_GB|de_DE)/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[2]&monthnum=$matches[3]&day=$matches[4]&feed=$matches[5]&lang=$matches[1]\";s:94:\"(cs_CZ|en_GB|de_DE)/index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&feed=$matches[5]&lang=$matches[1]\";s:75:\"(cs_CZ|en_GB|de_DE)/index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:91:\"index.php?year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&embed=true&lang=$matches[1]\";s:87:\"(cs_CZ|en_GB|de_DE)/index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&paged=$matches[5]&lang=$matches[1]\";s:69:\"(cs_CZ|en_GB|de_DE)/index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:80:\"index.php?year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&lang=$matches[1]\";s:86:\"(cs_CZ|en_GB|de_DE)/index.php/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:81:\"index.php?year=$matches[2]&monthnum=$matches[3]&feed=$matches[4]&lang=$matches[1]\";s:81:\"(cs_CZ|en_GB|de_DE)/index.php/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:81:\"index.php?year=$matches[2]&monthnum=$matches[3]&feed=$matches[4]&lang=$matches[1]\";s:62:\"(cs_CZ|en_GB|de_DE)/index.php/([0-9]{4})/([0-9]{1,2})/embed/?$\";s:75:\"index.php?year=$matches[2]&monthnum=$matches[3]&embed=true&lang=$matches[1]\";s:74:\"(cs_CZ|en_GB|de_DE)/index.php/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:82:\"index.php?year=$matches[2]&monthnum=$matches[3]&paged=$matches[4]&lang=$matches[1]\";s:56:\"(cs_CZ|en_GB|de_DE)/index.php/([0-9]{4})/([0-9]{1,2})/?$\";s:64:\"index.php?year=$matches[2]&monthnum=$matches[3]&lang=$matches[1]\";s:73:\"(cs_CZ|en_GB|de_DE)/index.php/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?year=$matches[2]&feed=$matches[3]&lang=$matches[1]\";s:68:\"(cs_CZ|en_GB|de_DE)/index.php/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?year=$matches[2]&feed=$matches[3]&lang=$matches[1]\";s:49:\"(cs_CZ|en_GB|de_DE)/index.php/([0-9]{4})/embed/?$\";s:54:\"index.php?year=$matches[2]&embed=true&lang=$matches[1]\";s:61:\"(cs_CZ|en_GB|de_DE)/index.php/([0-9]{4})/page/?([0-9]{1,})/?$\";s:61:\"index.php?year=$matches[2]&paged=$matches[3]&lang=$matches[1]\";s:43:\"(cs_CZ|en_GB|de_DE)/index.php/([0-9]{4})/?$\";s:43:\"index.php?year=$matches[2]&lang=$matches[1]\";s:88:\"(cs_CZ|en_GB|de_DE)/index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:49:\"index.php?attachment=$matches[2]&lang=$matches[1]\";s:98:\"(cs_CZ|en_GB|de_DE)/index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:54:\"index.php?attachment=$matches[2]&tb=1&lang=$matches[1]\";s:118:\"(cs_CZ|en_GB|de_DE)/index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?attachment=$matches[2]&feed=$matches[3]&lang=$matches[1]\";s:113:\"(cs_CZ|en_GB|de_DE)/index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?attachment=$matches[2]&feed=$matches[3]&lang=$matches[1]\";s:113:\"(cs_CZ|en_GB|de_DE)/index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?attachment=$matches[2]&cpage=$matches[3]&lang=$matches[1]\";s:94:\"(cs_CZ|en_GB|de_DE)/index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:60:\"index.php?attachment=$matches[2]&embed=true&lang=$matches[1]\";s:83:\"(cs_CZ|en_GB|de_DE)/index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:108:\"index.php?year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&name=$matches[5]&embed=true&lang=$matches[1]\";s:87:\"(cs_CZ|en_GB|de_DE)/index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:102:\"index.php?year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&name=$matches[5]&tb=1&lang=$matches[1]\";s:107:\"(cs_CZ|en_GB|de_DE)/index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:114:\"index.php?year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&name=$matches[5]&feed=$matches[6]&lang=$matches[1]\";s:102:\"(cs_CZ|en_GB|de_DE)/index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:114:\"index.php?year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&name=$matches[5]&feed=$matches[6]&lang=$matches[1]\";s:95:\"(cs_CZ|en_GB|de_DE)/index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:115:\"index.php?year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&name=$matches[5]&paged=$matches[6]&lang=$matches[1]\";s:102:\"(cs_CZ|en_GB|de_DE)/index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:115:\"index.php?year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&name=$matches[5]&cpage=$matches[6]&lang=$matches[1]\";s:91:\"(cs_CZ|en_GB|de_DE)/index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:114:\"index.php?year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&name=$matches[5]&page=$matches[6]&lang=$matches[1]\";s:77:\"(cs_CZ|en_GB|de_DE)/index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:49:\"index.php?attachment=$matches[2]&lang=$matches[1]\";s:87:\"(cs_CZ|en_GB|de_DE)/index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:54:\"index.php?attachment=$matches[2]&tb=1&lang=$matches[1]\";s:107:\"(cs_CZ|en_GB|de_DE)/index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?attachment=$matches[2]&feed=$matches[3]&lang=$matches[1]\";s:102:\"(cs_CZ|en_GB|de_DE)/index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?attachment=$matches[2]&feed=$matches[3]&lang=$matches[1]\";s:102:\"(cs_CZ|en_GB|de_DE)/index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?attachment=$matches[2]&cpage=$matches[3]&lang=$matches[1]\";s:83:\"(cs_CZ|en_GB|de_DE)/index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:60:\"index.php?attachment=$matches[2]&embed=true&lang=$matches[1]\";s:94:\"(cs_CZ|en_GB|de_DE)/index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&cpage=$matches[5]&lang=$matches[1]\";s:81:\"(cs_CZ|en_GB|de_DE)/index.php/([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:82:\"index.php?year=$matches[2]&monthnum=$matches[3]&cpage=$matches[4]&lang=$matches[1]\";s:68:\"(cs_CZ|en_GB|de_DE)/index.php/([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:61:\"index.php?year=$matches[2]&cpage=$matches[3]&lang=$matches[1]\";s:57:\"(cs_CZ|en_GB|de_DE)/index.php/.?.+?/attachment/([^/]+)/?$\";s:49:\"index.php?attachment=$matches[2]&lang=$matches[1]\";s:67:\"(cs_CZ|en_GB|de_DE)/index.php/.?.+?/attachment/([^/]+)/trackback/?$\";s:54:\"index.php?attachment=$matches[2]&tb=1&lang=$matches[1]\";s:87:\"(cs_CZ|en_GB|de_DE)/index.php/.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?attachment=$matches[2]&feed=$matches[3]&lang=$matches[1]\";s:82:\"(cs_CZ|en_GB|de_DE)/index.php/.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?attachment=$matches[2]&feed=$matches[3]&lang=$matches[1]\";s:82:\"(cs_CZ|en_GB|de_DE)/index.php/.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?attachment=$matches[2]&cpage=$matches[3]&lang=$matches[1]\";s:63:\"(cs_CZ|en_GB|de_DE)/index.php/.?.+?/attachment/([^/]+)/embed/?$\";s:60:\"index.php?attachment=$matches[2]&embed=true&lang=$matches[1]\";s:46:\"(cs_CZ|en_GB|de_DE)/index.php/(.?.+?)/embed/?$\";s:58:\"index.php?pagename=$matches[2]&embed=true&lang=$matches[1]\";s:50:\"(cs_CZ|en_GB|de_DE)/index.php/(.?.+?)/trackback/?$\";s:52:\"index.php?pagename=$matches[2]&tb=1&lang=$matches[1]\";s:70:\"(cs_CZ|en_GB|de_DE)/index.php/(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?pagename=$matches[2]&feed=$matches[3]&lang=$matches[1]\";s:65:\"(cs_CZ|en_GB|de_DE)/index.php/(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?pagename=$matches[2]&feed=$matches[3]&lang=$matches[1]\";s:58:\"(cs_CZ|en_GB|de_DE)/index.php/(.?.+?)/page/?([0-9]{1,})/?$\";s:65:\"index.php?pagename=$matches[2]&paged=$matches[3]&lang=$matches[1]\";s:65:\"(cs_CZ|en_GB|de_DE)/index.php/(.?.+?)/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?pagename=$matches[2]&cpage=$matches[3]&lang=$matches[1]\";s:54:\"(cs_CZ|en_GB|de_DE)/index.php/(.?.+?)(?:/([0-9]+))?/?$\";s:64:\"index.php?pagename=$matches[2]&page=$matches[3]&lang=$matches[1]\";s:20:\"index.php/project/?$\";s:27:\"index.php?post_type=project\";s:50:\"index.php/project/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=project&feed=$matches[1]\";s:45:\"index.php/project/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=project&feed=$matches[1]\";s:37:\"index.php/project/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=project&paged=$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: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:66:\"index.php/layout_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:68:\"index.php?taxonomy=layout_category&term=$matches[1]&feed=$matches[2]\";s:61:\"index.php/layout_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:68:\"index.php?taxonomy=layout_category&term=$matches[1]&feed=$matches[2]\";s:42:\"index.php/layout_category/([^/]+)/embed/?$\";s:62:\"index.php?taxonomy=layout_category&term=$matches[1]&embed=true\";s:54:\"index.php/layout_category/([^/]+)/page/?([0-9]{1,})/?$\";s:69:\"index.php?taxonomy=layout_category&term=$matches[1]&paged=$matches[2]\";s:36:\"index.php/layout_category/([^/]+)/?$\";s:51:\"index.php?taxonomy=layout_category&term=$matches[1]\";s:62:\"index.php/layout_pack/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?taxonomy=layout_pack&term=$matches[1]&feed=$matches[2]\";s:57:\"index.php/layout_pack/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?taxonomy=layout_pack&term=$matches[1]&feed=$matches[2]\";s:38:\"index.php/layout_pack/([^/]+)/embed/?$\";s:58:\"index.php?taxonomy=layout_pack&term=$matches[1]&embed=true\";s:50:\"index.php/layout_pack/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?taxonomy=layout_pack&term=$matches[1]&paged=$matches[2]\";s:32:\"index.php/layout_pack/([^/]+)/?$\";s:47:\"index.php?taxonomy=layout_pack&term=$matches[1]\";s:62:\"index.php/layout_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?taxonomy=layout_type&term=$matches[1]&feed=$matches[2]\";s:57:\"index.php/layout_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?taxonomy=layout_type&term=$matches[1]&feed=$matches[2]\";s:38:\"index.php/layout_type/([^/]+)/embed/?$\";s:58:\"index.php?taxonomy=layout_type&term=$matches[1]&embed=true\";s:50:\"index.php/layout_type/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?taxonomy=layout_type&term=$matches[1]&paged=$matches[2]\";s:32:\"index.php/layout_type/([^/]+)/?$\";s:47:\"index.php?taxonomy=layout_type&term=$matches[1]\";s:56:\"index.php/scope/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?taxonomy=scope&term=$matches[1]&feed=$matches[2]\";s:51:\"index.php/scope/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?taxonomy=scope&term=$matches[1]&feed=$matches[2]\";s:32:\"index.php/scope/([^/]+)/embed/?$\";s:52:\"index.php?taxonomy=scope&term=$matches[1]&embed=true\";s:44:\"index.php/scope/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?taxonomy=scope&term=$matches[1]&paged=$matches[2]\";s:26:\"index.php/scope/([^/]+)/?$\";s:41:\"index.php?taxonomy=scope&term=$matches[1]\";s:63:\"index.php/module_width/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:65:\"index.php?taxonomy=module_width&term=$matches[1]&feed=$matches[2]\";s:58:\"index.php/module_width/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:65:\"index.php?taxonomy=module_width&term=$matches[1]&feed=$matches[2]\";s:39:\"index.php/module_width/([^/]+)/embed/?$\";s:59:\"index.php?taxonomy=module_width&term=$matches[1]&embed=true\";s:51:\"index.php/module_width/([^/]+)/page/?([0-9]{1,})/?$\";s:66:\"index.php?taxonomy=module_width&term=$matches[1]&paged=$matches[2]\";s:33:\"index.php/module_width/([^/]+)/?$\";s:48:\"index.php?taxonomy=module_width&term=$matches[1]\";s:50:\"index.php/et_pb_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:60:\"index.php/et_pb_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:80:\"index.php/et_pb_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:75:\"index.php/et_pb_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:75:\"index.php/et_pb_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:56:\"index.php/et_pb_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"index.php/et_pb_layout/([^/]+)/embed/?$\";s:60:\"index.php?post_type=et_pb_layout&name=$matches[1]&embed=true\";s:43:\"index.php/et_pb_layout/([^/]+)/trackback/?$\";s:54:\"index.php?post_type=et_pb_layout&name=$matches[1]&tb=1\";s:51:\"index.php/et_pb_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?post_type=et_pb_layout&name=$matches[1]&paged=$matches[2]\";s:58:\"index.php/et_pb_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?post_type=et_pb_layout&name=$matches[1]&cpage=$matches[2]\";s:47:\"index.php/et_pb_layout/([^/]+)(?:/([0-9]+))?/?$\";s:66:\"index.php?post_type=et_pb_layout&name=$matches[1]&page=$matches[2]\";s:39:\"index.php/et_pb_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"index.php/et_pb_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"index.php/et_pb_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"index.php/et_pb_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"index.php/et_pb_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"index.php/et_pb_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:45:\"index.php/project/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"index.php/project/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"index.php/project/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"index.php/project/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"index.php/project/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"index.php/project/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"index.php/project/([^/]+)/embed/?$\";s:40:\"index.php?project=$matches[1]&embed=true\";s:38:\"index.php/project/([^/]+)/trackback/?$\";s:34:\"index.php?project=$matches[1]&tb=1\";s:58:\"index.php/project/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?project=$matches[1]&feed=$matches[2]\";s:53:\"index.php/project/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?project=$matches[1]&feed=$matches[2]\";s:46:\"index.php/project/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&paged=$matches[2]\";s:53:\"index.php/project/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&cpage=$matches[2]\";s:42:\"index.php/project/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?project=$matches[1]&page=$matches[2]\";s:34:\"index.php/project/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"index.php/project/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"index.php/project/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"index.php/project/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"index.php/project/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"index.php/project/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:67:\"index.php/project_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:62:\"index.php/project_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:43:\"index.php/project_category/([^/]+)/embed/?$\";s:49:\"index.php?project_category=$matches[1]&embed=true\";s:55:\"index.php/project_category/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?project_category=$matches[1]&paged=$matches[2]\";s:37:\"index.php/project_category/([^/]+)/?$\";s:38:\"index.php?project_category=$matches[1]\";s:62:\"index.php/project_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project_tag=$matches[1]&feed=$matches[2]\";s:57:\"index.php/project_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project_tag=$matches[1]&feed=$matches[2]\";s:38:\"index.php/project_tag/([^/]+)/embed/?$\";s:44:\"index.php?project_tag=$matches[1]&embed=true\";s:50:\"index.php/project_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?project_tag=$matches[1]&paged=$matches[2]\";s:32:\"index.php/project_tag/([^/]+)/?$\";s:33:\"index.php?project_tag=$matches[1]\";s:46:\"index.php/amn_smtp/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:56:\"index.php/amn_smtp/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"index.php/amn_smtp/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"index.php/amn_smtp/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"index.php/amn_smtp/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:52:\"index.php/amn_smtp/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"index.php/amn_smtp/([^/]+)/embed/?$\";s:41:\"index.php?amn_smtp=$matches[1]&embed=true\";s:39:\"index.php/amn_smtp/([^/]+)/trackback/?$\";s:35:\"index.php?amn_smtp=$matches[1]&tb=1\";s:47:\"index.php/amn_smtp/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?amn_smtp=$matches[1]&paged=$matches[2]\";s:54:\"index.php/amn_smtp/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?amn_smtp=$matches[1]&cpage=$matches[2]\";s:43:\"index.php/amn_smtp/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?amn_smtp=$matches[1]&page=$matches[2]\";s:35:\"index.php/amn_smtp/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"index.php/amn_smtp/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"index.php/amn_smtp/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"index.php/amn_smtp/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"index.php/amn_smtp/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"index.php/amn_smtp/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";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:37:\"index.php/comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=55&cpage=$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');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:6:{i:0;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:23:\"email-log/email-log.php\";i:3;s:24:\"google-maps-easy/gmp.php\";i:4;s:31:\"multilanguage/multilanguage.php\";i:5;s:25:\"tablepress/tablepress.php\";i:6;s:29:\"wp-mail-smtp/wp_mail_smtp.php\";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', 'a:4:{i:0;s:86:\"/volume1/web/hotellesnizatisi_cz/wp-content/uploads/bws-custom-code/bws-custom-code.js\";i:1;s:87:\"/volume1/web/hotellesnizatisi_cz/wp-content/uploads/bws-custom-code/bws-custom-code.php\";i:2;s:87:\"/volume1/web/hotellesnizatisi_cz/wp-content/uploads/bws-custom-code/bws-custom-code.css\";i:4;s:0:\"\";}', 'no'),
(40, 'template', 'Divi', 'yes'),
(41, 'stylesheet', 'Divi', 'yes'),
(42, 'comment_whitelist', '1', 'yes'),
(43, 'blacklist_keys', '', 'no'),
(44, 'comment_registration', '0', 'yes'),
(45, 'html_type', 'text/html', 'yes'),
(46, 'use_trackback', '0', 'yes'),
(47, 'default_role', 'subscriber', 'yes'),
(48, 'db_version', '38590', 'yes'),
(49, 'uploads_use_yearmonth_folders', '1', 'yes'),
(50, 'upload_path', '', 'yes'),
(51, 'blog_public', '1', 'yes'),
(52, 'default_link_category', '2', 'yes'),
(53, 'show_on_front', 'page', 'yes'),
(54, 'tag_base', '', 'yes'),
(55, 'show_avatars', '1', 'yes'),
(56, 'avatar_rating', 'G', 'yes'),
(57, 'upload_url_path', '', 'yes'),
(58, 'thumbnail_size_w', '150', 'yes'),
(59, 'thumbnail_size_h', '150', 'yes'),
(60, 'thumbnail_crop', '1', 'yes'),
(61, 'medium_size_w', '300', 'yes'),
(62, 'medium_size_h', '300', 'yes'),
(63, 'avatar_default', 'mystery', 'yes'),
(64, 'large_size_w', '1024', 'yes'),
(65, 'large_size_h', '1024', 'yes'),
(66, 'image_default_link_type', 'none', 'yes'),
(67, 'image_default_size', '', 'yes'),
(68, 'image_default_align', '', 'yes'),
(69, 'close_comments_for_old_posts', '0', 'yes'),
(70, 'close_comments_days_old', '14', 'yes'),
(71, 'thread_comments', '1', 'yes'),
(72, 'thread_comments_depth', '5', 'yes'),
(73, 'page_comments', '0', 'yes'),
(74, 'comments_per_page', '50', 'yes'),
(75, 'default_comments_page', 'newest', 'yes'),
(76, 'comment_order', 'asc', 'yes'),
(77, 'sticky_posts', 'a:0:{}', 'yes'),
(78, 'widget_categories', 'a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(79, 'widget_text', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(80, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(81, 'uninstall_plugins', 'a:2:{s:24:\"google-maps-easy/gmp.php\";a:2:{i:0;s:8:\"utilsGmp\";i:1;s:12:\"deletePlugin\";}s:31:\"multilanguage/multilanguage.php\";s:22:\"mltlngg_delete_options\";}', 'no'),
(82, 'timezone_string', 'Europe/Prague', 'yes'),
(83, 'page_for_posts', '0', 'yes'),
(84, 'page_on_front', '55', 'yes'),
(85, 'default_post_format', '0', 'yes'),
(86, 'link_manager_enabled', '0', 'yes'),
(87, 'finished_splitting_shared_terms', '1', 'yes'),
(88, 'site_icon', '0', 'yes'),
(89, 'medium_large_size_w', '768', 'yes'),
(90, 'medium_large_size_h', '0', 'yes'),
(91, 'initial_db_version', '38590', 'yes'),
(92, 'wp_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:75:{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:19:\"NextGEN Manage tags\";b:1;s:29:\"NextGEN Manage others gallery\";b:1;s:22:\"tablepress_edit_tables\";b:1;s:24:\"tablepress_delete_tables\";b:1;s:22:\"tablepress_list_tables\";b:1;s:21:\"tablepress_add_tables\";b:1;s:22:\"tablepress_copy_tables\";b:1;s:24:\"tablepress_import_tables\";b:1;s:24:\"tablepress_export_tables\";b:1;s:32:\"tablepress_access_options_screen\";b:1;s:30:\"tablepress_access_about_screen\";b:1;s:29:\"tablepress_import_tables_wptr\";b:1;s:23:\"tablepress_edit_options\";b:1;s:17:\"manage_email_logs\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:43:{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:22:\"tablepress_edit_tables\";b:1;s:24:\"tablepress_delete_tables\";b:1;s:22:\"tablepress_list_tables\";b:1;s:21:\"tablepress_add_tables\";b:1;s:22:\"tablepress_copy_tables\";b:1;s:24:\"tablepress_import_tables\";b:1;s:24:\"tablepress_export_tables\";b:1;s:32:\"tablepress_access_options_screen\";b:1;s:30:\"tablepress_access_about_screen\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:19:{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:22:\"tablepress_edit_tables\";b:1;s:24:\"tablepress_delete_tables\";b:1;s:22:\"tablepress_list_tables\";b:1;s:21:\"tablepress_add_tables\";b:1;s:22:\"tablepress_copy_tables\";b:1;s:24:\"tablepress_import_tables\";b:1;s:24:\"tablepress_export_tables\";b:1;s:32:\"tablepress_access_options_screen\";b:1;s:30:\"tablepress_access_about_screen\";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;}}}', 'yes'),
(93, 'fresh_site', '0', 'yes'),
(94, 'WPLANG', 'cs_CZ', 'yes'),
(95, 'widget_search', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(96, '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'),
(97, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(98, 'widget_archives', 'a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(99, 'widget_meta', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(100, 'sidebars_widgets', 'a:7:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:7:{i:0;s:23:\"multi_language_widget-2\";i:1;s:8:\"search-2\";i:2;s:14:\"recent-posts-2\";i:3;s:17:\"recent-comments-2\";i:4;s:10:\"archives-2\";i:5;s:12:\"categories-2\";i:6;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}s:13:\"array_version\";i:3;}', 'yes'),
(101, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(102, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(103, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(104, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(105, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(106, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'cron', 'a:8:{i:1609773818;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:1609776014;a:3:{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;}}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;}}}i:1609776029;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1609776272;a:1:{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:1609778016;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:1609795814;a:1:{s:21:\"et_builder_fonts_cron\";a:1:{s:32:\"552cbb9d6515dadbbc4718ad75114f08\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:1:{s:8:\"interval\";s:5:\"daily\";}s:8:\"interval\";i:86400;}}}i:1610139188;a:1:{s:32:\"et_core_page_resource_auto_clear\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}}s:7:\"version\";i:2;}', 'yes'),
(110, 'theme_mods_twentyseventeen', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1513181136;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}', 'yes'),
(123, 'can_compress_scripts', '1', 'no'),
(136, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(144, 'current_theme', 'Divi', 'yes'),
(145, 'theme_mods_Divi', 'a:10:{i:0;b:0;s:16:\"et_pb_css_synced\";s:3:\"yes\";s:18:\"nav_menu_locations\";a:1:{s:12:\"primary-menu\";i:2;}s:21:\"et_pb_layouts_updated\";s:3:\"yes\";s:39:\"et_updated_layouts_built_for_post_types\";s:3:\"yes\";s:30:\"et_pb_predefined_layouts_added\";s:2:\"on\";s:34:\"et_pb_predefined_layouts_version_2\";s:2:\"on\";s:18:\"custom_css_post_id\";i:37;s:16:\"background_color\";s:6:\"ededd3\";s:34:\"et_pb_predefined_layouts_version_6\";s:2:\"on\";}', 'yes'),
(146, 'theme_switched', '', 'yes'),
(147, 'et_pb_cache_notice', 'a:1:{s:6:\"3.0.39\";s:6:\"ignore\";}', 'yes'),
(148, 'widget_aboutmewidget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(149, 'widget_adsensewidget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(150, 'widget_advwidget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(151, 'shop_catalog_image_size', 'a:3:{s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";s:4:\"crop\";i:1;}', 'yes'),
(152, 'shop_single_image_size', 'a:3:{s:5:\"width\";s:3:\"510\";s:6:\"height\";s:4:\"9999\";s:4:\"crop\";i:0;}', 'yes'),
(153, 'shop_thumbnail_image_size', 'a:3:{s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"157\";s:4:\"crop\";i:1;}', 'yes'),
(154, 'et_divi', 'a:154:{s:23:\"2_5_flush_rewrite_rules\";s:4:\"done\";s:25:\"3_0_flush_rewrite_rules_2\";s:4:\"done\";s:30:\"divi_2_4_documentation_message\";s:9:\"triggered\";s:15:\"divi_1_3_images\";s:7:\"checked\";s:12:\"boxed_layout\";b:1;s:15:\"section_padding\";i:0;s:12:\"accent_color\";s:7:\"#6ed624\";s:16:\"show_search_icon\";b:0;s:12:\"phone_number\";s:37:\"+420 491 586 202 *** +420 777 172 786\";s:12:\"header_email\";s:21:\"lesni.zatisi@email.cz\";s:14:\"footer_columns\";s:1:\"2\";s:24:\"show_footer_social_icons\";b:0;s:21:\"custom_footer_credits\";s:52:\"<a href=\"http://jservices.cz\">J Services</a> © 2021\";s:9:\"divi_logo\";s:71:\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/logo_hlavicka.jpg\";s:12:\"divi_favicon\";s:0:\"\";s:14:\"divi_fixed_nav\";s:2:\"on\";s:26:\"divi_gallery_layout_enable\";s:2:\"on\";s:18:\"divi_color_palette\";s:63:\"#000000|#ffffff|#e02b20|#e09900|#edf000|#7cda24|#0c71c3|#8300e9\";s:15:\"divi_grab_image\";s:5:\"false\";s:15:\"divi_blog_style\";s:5:\"false\";s:22:\"divi_shop_page_sidebar\";s:16:\"et_right_sidebar\";s:22:\"divi_mailchimp_api_key\";s:0:\"\";s:30:\"et_google_api_settings_api_key\";s:0:\"\";s:29:\"et_enqueue_google_maps_script\";s:2:\"on\";s:31:\"divi_regenerate_mailchimp_lists\";s:5:\"false\";s:28:\"divi_regenerate_aweber_lists\";s:5:\"false\";s:23:\"divi_show_facebook_icon\";s:5:\"false\";s:22:\"divi_show_twitter_icon\";s:5:\"false\";s:21:\"divi_show_google_icon\";s:5:\"false\";s:18:\"divi_show_rss_icon\";s:5:\"false\";s:17:\"divi_facebook_url\";s:1:\"#\";s:16:\"divi_twitter_url\";s:1:\"#\";s:15:\"divi_google_url\";s:1:\"#\";s:12:\"divi_rss_url\";s:0:\"\";s:34:\"divi_woocommerce_archive_num_posts\";i:9;s:17:\"divi_catnum_posts\";i:6;s:21:\"divi_archivenum_posts\";i:5;s:20:\"divi_searchnum_posts\";i:5;s:17:\"divi_tagnum_posts\";i:5;s:16:\"divi_date_format\";s:6:\"M j, Y\";s:16:\"divi_use_excerpt\";s:5:\"false\";s:26:\"divi_responsive_shortcodes\";s:2:\"on\";s:33:\"divi_gf_enable_all_character_sets\";s:2:\"on\";s:16:\"divi_back_to_top\";s:5:\"false\";s:18:\"divi_smooth_scroll\";s:5:\"false\";s:25:\"divi_disable_translations\";s:5:\"false\";s:15:\"divi_custom_css\";s:0:\"\";s:21:\"divi_enable_dropdowns\";s:2:\"on\";s:14:\"divi_home_link\";s:2:\"on\";s:15:\"divi_sort_pages\";s:10:\"post_title\";s:15:\"divi_order_page\";s:3:\"asc\";s:22:\"divi_tiers_shown_pages\";i:3;s:32:\"divi_enable_dropdowns_categories\";s:2:\"on\";s:21:\"divi_categories_empty\";s:2:\"on\";s:27:\"divi_tiers_shown_categories\";i:3;s:13:\"divi_sort_cat\";s:4:\"name\";s:14:\"divi_order_cat\";s:3:\"asc\";s:20:\"divi_disable_toptier\";s:5:\"false\";s:25:\"divi_scroll_to_anchor_fix\";s:5:\"false\";s:14:\"divi_postinfo2\";a:4:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";i:3;s:8:\"comments\";}s:22:\"divi_show_postcomments\";s:2:\"on\";s:15:\"divi_thumbnails\";s:2:\"on\";s:20:\"divi_page_thumbnails\";s:5:\"false\";s:23:\"divi_show_pagescomments\";s:5:\"false\";s:14:\"divi_postinfo1\";a:3:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";}s:21:\"divi_thumbnails_index\";s:2:\"on\";s:19:\"divi_seo_home_title\";s:5:\"false\";s:25:\"divi_seo_home_description\";s:5:\"false\";s:22:\"divi_seo_home_keywords\";s:5:\"false\";s:23:\"divi_seo_home_canonical\";s:5:\"false\";s:23:\"divi_seo_home_titletext\";s:0:\"\";s:29:\"divi_seo_home_descriptiontext\";s:0:\"\";s:26:\"divi_seo_home_keywordstext\";s:0:\"\";s:18:\"divi_seo_home_type\";s:27:\"BlogName | Blog description\";s:22:\"divi_seo_home_separate\";s:3:\" | \";s:21:\"divi_seo_single_title\";s:5:\"false\";s:27:\"divi_seo_single_description\";s:5:\"false\";s:24:\"divi_seo_single_keywords\";s:5:\"false\";s:25:\"divi_seo_single_canonical\";s:5:\"false\";s:27:\"divi_seo_single_field_title\";s:9:\"seo_title\";s:33:\"divi_seo_single_field_description\";s:15:\"seo_description\";s:30:\"divi_seo_single_field_keywords\";s:12:\"seo_keywords\";s:20:\"divi_seo_single_type\";s:21:\"Post title | BlogName\";s:24:\"divi_seo_single_separate\";s:3:\" | \";s:24:\"divi_seo_index_canonical\";s:5:\"false\";s:26:\"divi_seo_index_description\";s:5:\"false\";s:19:\"divi_seo_index_type\";s:24:\"Category name | BlogName\";s:23:\"divi_seo_index_separate\";s:3:\" | \";s:28:\"divi_integrate_header_enable\";s:2:\"on\";s:26:\"divi_integrate_body_enable\";s:2:\"on\";s:31:\"divi_integrate_singletop_enable\";s:2:\"on\";s:34:\"divi_integrate_singlebottom_enable\";s:2:\"on\";s:21:\"divi_integration_head\";s:0:\"\";s:21:\"divi_integration_body\";s:0:\"\";s:27:\"divi_integration_single_top\";s:0:\"\";s:30:\"divi_integration_single_bottom\";s:0:\"\";s:37:\"et_automatic_updates_options_username\";s:0:\"\";s:36:\"et_automatic_updates_options_api_key\";s:0:\"\";s:15:\"divi_468_enable\";s:5:\"false\";s:14:\"divi_468_image\";s:0:\"\";s:12:\"divi_468_url\";s:0:\"\";s:16:\"divi_468_adsense\";s:0:\"\";s:32:\"et_fb_pref_settings_bar_location\";s:6:\"bottom\";s:30:\"et_fb_pref_modal_snap_location\";s:4:\"left\";s:21:\"et_fb_pref_modal_snap\";s:5:\"false\";s:27:\"et_fb_pref_modal_fullscreen\";s:5:\"false\";s:32:\"et_fb_pref_modal_dimension_width\";i:1007;s:33:\"et_fb_pref_modal_dimension_height\";i:341;s:27:\"et_fb_pref_modal_position_x\";i:100;s:27:\"et_fb_pref_modal_position_y\";i:132;s:39:\"static_css_custom_css_safety_check_done\";b:1;s:40:\"divi_email_provider_credentials_migrated\";b:1;s:12:\"divi_sidebar\";s:16:\"et_right_sidebar\";s:27:\"divi_minify_combine_scripts\";s:2:\"on\";s:26:\"divi_minify_combine_styles\";s:2:\"on\";s:21:\"et_pb_static_css_file\";s:2:\"on\";s:19:\"et_pb_css_in_footer\";s:3:\"off\";s:25:\"et_pb_product_tour_global\";s:2:\"on\";s:19:\"product_tour_status\";a:1:{i:1;s:3:\"off\";}s:27:\"divi_skip_font_subset_force\";b:1;s:28:\"et_fb_pref_builder_animation\";s:4:\"true\";s:41:\"et_fb_pref_builder_display_modal_settings\";s:5:\"false\";s:21:\"et_fb_pref_event_mode\";s:5:\"hover\";s:32:\"et_fb_pref_hide_disabled_modules\";s:5:\"false\";s:28:\"et_fb_pref_history_intervals\";i:1;s:27:\"et_fb_pref_modal_preference\";s:7:\"default\";s:24:\"et_fb_pref_toolbar_click\";s:5:\"false\";s:26:\"et_fb_pref_toolbar_desktop\";s:4:\"true\";s:23:\"et_fb_pref_toolbar_grid\";s:5:\"false\";s:24:\"et_fb_pref_toolbar_hover\";s:5:\"false\";s:24:\"et_fb_pref_toolbar_phone\";s:4:\"true\";s:25:\"et_fb_pref_toolbar_tablet\";s:4:\"true\";s:28:\"et_fb_pref_toolbar_wireframe\";s:4:\"true\";s:23:\"et_fb_pref_toolbar_zoom\";s:4:\"true\";s:24:\"footer_widget_text_color\";s:7:\"#ffffff\";s:24:\"footer_widget_link_color\";s:7:\"#ffffff\";s:21:\"bottom_bar_text_color\";s:7:\"#ffffff\";s:21:\"et_pb_layouts_updated\";b:1;s:30:\"library_removed_legacy_layouts\";b:1;s:30:\"et_flush_rewrite_rules_library\";s:6:\"3.26.1\";s:31:\"divi_previous_installed_version\";s:7:\"3.19.18\";s:29:\"divi_latest_installed_version\";s:6:\"3.26.1\";s:39:\"et_fb_pref_builder_enable_dummy_content\";s:4:\"true\";s:20:\"et_fb_pref_view_mode\";s:7:\"desktop\";s:29:\"et_fb_pref_page_creation_flow\";s:7:\"default\";s:42:\"et_fb_pref_quick_actions_always_start_with\";s:7:\"nothing\";s:44:\"et_fb_pref_quick_actions_show_recent_queries\";s:3:\"off\";s:39:\"et_fb_pref_quick_actions_recent_queries\";s:0:\"\";s:40:\"et_fb_pref_quick_actions_recent_category\";s:0:\"\";s:23:\"builder_custom_defaults\";O:8:\"stdClass\":0:{}s:33:\"customizer_settings_migrated_flag\";b:1;s:34:\"builder_custom_defaults_unmigrated\";b:0;s:26:\"divi_bfb_optin_modal_shown\";s:3:\"yes\";s:27:\"et_pb_clear_templates_cache\";b:1;}', 'yes'),
(155, 'et_images_temp_folder', '/volume1/web/hotellesnizatisi_cz/wp-content/uploads/et_temp', 'yes'),
(156, 'et_schedule_clean_images_last_time', '1609706667', 'yes'),
(157, '_site_transient_et_update_all_plugins', 'O:8:\"stdClass\":1:{s:12:\"last_checked\";i:1563043749;}', 'no'),
(159, 'et_account_status', 'active', 'yes'),
(160, '_site_transient_et_update_themes', 'O:8:\"stdClass\":3:{s:7:\"checked\";a:4:{s:4:\"Divi\";s:6:\"3.26.1\";s:13:\"twentyfifteen\";s:3:\"2.5\";s:15:\"twentyseventeen\";s:3:\"2.2\";s:13:\"twentysixteen\";s:3:\"2.0\";}s:8:\"response\";a:1:{s:4:\"Divi\";a:5:{s:11:\"new_version\";s:5:\"4.7.7\";s:5:\"theme\";s:4:\"Divi\";s:3:\"url\";s:52:\"https://www.elegantthemes.com/api/changelog/divi.txt\";s:18:\"et_username_status\";s:6:\"active\";s:7:\"package\";s:143:\"https://www.elegantthemes.com/api/api_downloads.php?api_update=1&theme=Divi&api_key=a7816d6ac1adf3c732e559587a3e08909867ccf8&username=jservices\";}}s:12:\"last_checked\";i:1609771203;}', 'no'),
(165, 'et_google_api_settings', 'a:2:{s:7:\"api_key\";s:39:\"AIzaSyBFPxRksd6EvAFmPKJNEkanIizh2hxJC14\";s:26:\"enqueue_google_maps_script\";s:2:\"on\";}', 'yes'),
(166, 'et_automatic_updates_options', 'a:2:{s:8:\"username\";s:9:\"jservices\";s:7:\"api_key\";s:40:\"a7816d6ac1adf3c732e559587a3e08909867ccf8\";}', 'yes'),
(173, 'category_children', 'a:0:{}', 'yes'),
(174, 'nav_menu_options', 'a:1:{s:8:\"auto_add\";a:0:{}}', 'yes'),
(180, 'recently_activated', 'a:0:{}', 'yes'),
(214, 'ngg_run_freemius', '1', 'yes'),
(215, 'fs_active_plugins', 'O:8:\"stdClass\":2:{s:7:\"plugins\";a:1:{s:24:\"nextgen-gallery/freemius\";O:8:\"stdClass\":3:{s:7:\"version\";s:7:\"1.2.1.5\";s:9:\"timestamp\";i:1514395335;s:11:\"plugin_path\";s:29:\"nextgen-gallery/nggallery.php\";}}s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:29:\"nextgen-gallery/nggallery.php\";s:8:\"sdk_path\";s:24:\"nextgen-gallery/freemius\";s:7:\"version\";s:7:\"1.2.1.5\";s:13:\"in_activation\";b:1;s:9:\"timestamp\";i:1514395335;}}', 'yes'),
(216, 'fs_debug_mode', '', 'yes'),
(217, 'fs_accounts', 'a:7:{s:11:\"plugin_data\";a:1:{s:15:\"nextgen-gallery\";a:14:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:81:\"/volume1/web/hotellesnizatisi_cz/wp-content/plugins/nextgen-gallery/nggallery.php\";}s:17:\"install_timestamp\";i:1513186680;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:7:\"1.2.1.5\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";s:6:\"2.2.30\";s:14:\"plugin_version\";s:6:\"2.2.33\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:21:\"is_plugin_new_install\";b:0;s:17:\"was_plugin_loaded\";b:1;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:0;s:4:\"host\";s:29:\"hotellesnizatisi.jservices.cz\";s:9:\"server_ip\";s:13:\"109.105.54.52\";s:9:\"is_active\";b:0;s:9:\"timestamp\";i:1514395335;s:7:\"version\";s:6:\"2.2.33\";}s:22:\"install_sync_timestamp\";i:1514395335;}}s:13:\"file_slug_map\";a:1:{s:29:\"nextgen-gallery/nggallery.php\";s:15:\"nextgen-gallery\";}s:7:\"plugins\";a:1:{s:15:\"nextgen-gallery\";O:9:\"FS_Plugin\":16:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:15:\"NextGEN Gallery\";s:4:\"slug\";s:15:\"nextgen-gallery\";s:4:\"type\";N;s:4:\"file\";s:29:\"nextgen-gallery/nggallery.php\";s:7:\"version\";s:6:\"2.2.33\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:7:\"is_live\";b:1;s:10:\"public_key\";s:32:\"pk_009356711cd548837f074e1ef60a4\";s:10:\"secret_key\";N;s:2:\"id\";s:3:\"266\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:9:\"unique_id\";s:32:\"626d71d26c7b7ca0079181e1f1e9259a\";s:13:\"admin_notices\";a:1:{s:15:\"nextgen-gallery\";a:0:{}}s:11:\"all_plugins\";O:8:\"stdClass\":3:{s:9:\"timestamp\";i:1514395335;s:3:\"md5\";s:32:\"0422e10a6aabb99fa1eea77ae9eda74e\";s:7:\"plugins\";a:10:{s:36:\"contact-form-7/wp-contact-form-7.php\";a:5:{s:4:\"slug\";s:14:\"contact-form-7\";s:7:\"version\";s:5:\"4.9.2\";s:5:\"title\";s:14:\"Contact Form 7\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:23:\"email-log/email-log.php\";a:5:{s:4:\"slug\";s:9:\"email-log\";s:7:\"version\";s:5:\"2.2.4\";s:5:\"title\";s:9:\"Email Log\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";a:5:{s:4:\"slug\";s:33:\"google-analytics-dashboard-for-wp\";s:7:\"version\";s:7:\"5.1.2.5\";s:5:\"title\";s:41:\"Google Analytics Dashboard for WP (GADWP)\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:24:\"google-maps-easy/gmp.php\";a:5:{s:4:\"slug\";s:16:\"google-maps-easy\";s:7:\"version\";s:5:\"1.8.4\";s:5:\"title\";s:16:\"Google Maps Easy\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:20:\"hide-my-wp/index.php\";a:5:{s:4:\"slug\";s:10:\"hide-my-wp\";s:7:\"version\";s:7:\"1.1.034\";s:5:\"title\";s:22:\"Hide My Wordpress Lite\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:31:\"multilanguage/multilanguage.php\";a:5:{s:4:\"slug\";s:13:\"multilanguage\";s:7:\"version\";s:5:\"1.2.8\";s:5:\"title\";s:28:\"Multilanguage by BestWebSoft\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:29:\"nextgen-gallery/nggallery.php\";a:5:{s:4:\"slug\";s:15:\"nextgen-gallery\";s:7:\"version\";s:6:\"2.2.33\";s:5:\"title\";s:15:\"NextGEN Gallery\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:25:\"tablepress/tablepress.php\";a:5:{s:4:\"slug\";s:10:\"tablepress\";s:7:\"version\";s:3:\"1.9\";s:5:\"title\";s:10:\"TablePress\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:29:\"wp-mail-smtp/wp_mail_smtp.php\";a:5:{s:4:\"slug\";s:12:\"wp-mail-smtp\";s:7:\"version\";s:5:\"1.2.1\";s:5:\"title\";s:12:\"WP Mail SMTP\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:33:\"wp-maintenance/wp-maintenance.php\";a:5:{s:4:\"slug\";s:14:\"wp-maintenance\";s:7:\"version\";s:5:\"3.0.9\";s:5:\"title\";s:14:\"WP Maintenance\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}}}s:10:\"all_themes\";O:8:\"stdClass\":3:{s:9:\"timestamp\";i:1514395335;s:3:\"md5\";s:32:\"3e3aa477a5ccaf7c7dfd9eb553c1315b\";s:6:\"themes\";a:4:{s:4:\"Divi\";a:5:{s:4:\"slug\";s:4:\"Divi\";s:7:\"version\";s:6:\"3.0.92\";s:5:\"title\";s:4:\"Divi\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:13:\"twentyfifteen\";a:5:{s:4:\"slug\";s:13:\"twentyfifteen\";s:7:\"version\";s:3:\"1.9\";s:5:\"title\";s:14:\"Twenty Fifteen\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:15:\"twentyseventeen\";a:5:{s:4:\"slug\";s:15:\"twentyseventeen\";s:7:\"version\";s:3:\"1.4\";s:5:\"title\";s:16:\"Twenty Seventeen\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:13:\"twentysixteen\";a:5:{s:4:\"slug\";s:13:\"twentysixteen\";s:7:\"version\";s:3:\"1.4\";s:5:\"title\";s:14:\"Twenty Sixteen\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}}}}', 'yes'),
(218, 'ngg_transient_groups', 'a:7:{s:9:\"__counter\";i:7;s:15:\"col_in_wp_posts\";a:2:{s:2:\"id\";i:2;s:7:\"enabled\";b:1;}s:21:\"col_in_wp_ngg_gallery\";a:2:{s:2:\"id\";i:3;s:7:\"enabled\";b:1;}s:3:\"MVC\";a:2:{s:2:\"id\";i:4;s:7:\"enabled\";b:1;}s:22:\"col_in_wp_ngg_pictures\";a:2:{s:2:\"id\";i:5;s:7:\"enabled\";b:1;}s:27:\"displayed_gallery_rendering\";a:2:{s:2:\"id\";i:6;s:7:\"enabled\";b:1;}s:19:\"col_in_wp_ngg_album\";a:2:{s:2:\"id\";i:7;s:7:\"enabled\";b:1;}}', 'yes'),
(223, 'fs_api_cache', 'a:0:{}', 'yes'),
(224, 'widget_ngg-images', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(225, 'widget_ngg-mrssw', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(226, 'widget_slideshow', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(227, 'ngg_options', 'a:72:{s:11:\"gallerypath\";s:19:\"wp-content/gallery/\";s:11:\"wpmuCSSfile\";s:13:\"nggallery.css\";s:9:\"wpmuStyle\";b:0;s:9:\"wpmuRoles\";b:0;s:16:\"wpmuImportFolder\";b:0;s:13:\"wpmuZipUpload\";b:0;s:14:\"wpmuQuotaCheck\";b:0;s:17:\"datamapper_driver\";s:22:\"custom_post_datamapper\";s:21:\"gallerystorage_driver\";s:25:\"ngglegacy_gallery_storage\";s:20:\"maximum_entity_count\";i:500;s:17:\"router_param_slug\";s:9:\"nggallery\";s:22:\"router_param_separator\";s:2:\"--\";s:19:\"router_param_prefix\";s:0:\"\";s:9:\"deleteImg\";b:1;s:9:\"swfUpload\";b:1;s:13:\"usePermalinks\";b:0;s:13:\"permalinkSlug\";s:9:\"nggallery\";s:14:\"graphicLibrary\";s:2:\"gd\";s:14:\"imageMagickDir\";s:15:\"/usr/local/bin/\";s:11:\"useMediaRSS\";b:0;s:18:\"galleries_in_feeds\";b:0;s:12:\"activateTags\";i:0;s:10:\"appendType\";s:4:\"tags\";s:9:\"maxImages\";i:7;s:14:\"relatedHeading\";s:32:\"<h3>Související obrázky:</h3>\";s:10:\"thumbwidth\";i:240;s:11:\"thumbheight\";i:160;s:8:\"thumbfix\";b:1;s:12:\"thumbquality\";i:100;s:8:\"imgWidth\";i:800;s:9:\"imgHeight\";i:600;s:10:\"imgQuality\";i:100;s:9:\"imgBackup\";b:1;s:13:\"imgAutoResize\";b:0;s:9:\"galImages\";s:2:\"20\";s:17:\"galPagedGalleries\";i:0;s:10:\"galColumns\";i:0;s:12:\"galShowSlide\";b:1;s:12:\"galTextSlide\";s:20:\"[Ukázat prezentaci]\";s:14:\"galTextGallery\";s:18:\"[Ukázat náhledy]\";s:12:\"galShowOrder\";s:7:\"gallery\";s:7:\"galSort\";s:9:\"sortorder\";s:10:\"galSortDir\";s:3:\"ASC\";s:10:\"galNoPages\";b:1;s:13:\"galImgBrowser\";i:0;s:12:\"galHiddenImg\";i:0;s:10:\"galAjaxNav\";i:0;s:11:\"thumbEffect\";s:8:\"fancybox\";s:9:\"thumbCode\";s:41:\"class=\"ngg-fancybox\" rel=\"%GALLERY_NAME%\"\";s:18:\"thumbEffectContext\";s:14:\"nextgen_images\";s:5:\"wmPos\";s:8:\"botRight\";s:6:\"wmXpos\";i:5;s:6:\"wmYpos\";i:5;s:6:\"wmType\";s:5:\"image\";s:6:\"wmPath\";s:0:\"\";s:6:\"wmFont\";s:9:\"arial.ttf\";s:6:\"wmSize\";i:10;s:6:\"wmText\";s:22:\"Hotel Lesní zátiší\";s:7:\"wmColor\";s:6:\"000000\";s:8:\"wmOpaque\";s:3:\"100\";s:7:\"slideFX\";s:4:\"fade\";s:7:\"irWidth\";i:600;s:8:\"irHeight\";i:400;s:12:\"irRotatetime\";i:10;s:11:\"activateCSS\";i:1;s:7:\"CSSfile\";s:13:\"nggallery.css\";s:28:\"always_enable_frontend_logic\";b:0;s:22:\"dynamic_thumbnail_slug\";s:13:\"nextgen-image\";s:23:\"dynamic_stylesheet_slug\";s:12:\"nextgen-dcss\";s:13:\"gallery_count\";i:2;s:11:\"installDate\";i:1513186756;s:40:\"gallery_created_after_reviews_introduced\";b:1;}', 'yes'),
(229, 'photocrati_auto_update_admin_update_list', '', 'yes'),
(230, 'photocrati_auto_update_admin_check_date', '', 'yes'),
(231, 'ngg_db_version', '1.8.1', 'yes'),
(232, 'pope_module_list', 'a:1:{i:20;s:33:\"photocrati-dynamic_stylesheet|0.4\";}', 'yes'),
(325, 'et_account_status_last_checked', '1609771201', 'no'),
(331, 'et_core_version', '3.26.1', 'yes'),
(333, 'et_pb_builder_options', 'a:2:{i:0;b:0;s:35:\"email_provider_credentials_migrated\";b:1;}', 'yes'),
(408, 'tablepress_plugin_options', '{\"plugin_options_db_version\":38,\"table_scheme_db_version\":3,\"prev_tablepress_version\":\"1.9\",\"tablepress_version\":\"1.9.2\",\"first_activation\":1514294342,\"message_plugin_update\":true,\"message_donation_nag\":true,\"use_custom_css\":true,\"use_custom_css_file\":true,\"custom_css\":\"\",\"custom_css_minified\":\"\",\"custom_css_version\":0}', 'yes'),
(413, 'tablepress_tables', '{\"last_id\":1,\"table_post\":{\"1\":178}}', 'yes'),
(418, 'wp_mail_smtp_version', '1.2.1', 'yes'),
(419, 'wp_mail_smtp', 'a:6:{s:4:\"mail\";a:4:{s:10:\"from_email\";s:24:\"info@hotellesnizatisi.cz\";s:9:\"from_name\";s:22:\"Hotel Lesní zátiší\";s:6:\"mailer\";s:4:\"smtp\";s:11:\"return_path\";b:1;}s:5:\"gmail\";a:2:{s:9:\"client_id\";s:0:\"\";s:13:\"client_secret\";s:0:\"\";}s:7:\"mailgun\";a:2:{s:7:\"api_key\";s:0:\"\";s:6:\"domain\";s:0:\"\";}s:8:\"sendgrid\";a:1:{s:7:\"api_key\";s:0:\"\";}s:8:\"pepipost\";a:5:{s:4:\"host\";s:0:\"\";s:4:\"port\";s:0:\"\";s:10:\"encryption\";s:4:\"none\";s:4:\"user\";s:0:\"\";s:4:\"pass\";s:0:\"\";}s:4:\"smtp\";a:6:{s:4:\"host\";s:14:\"smtp.seznam.cz\";s:4:\"port\";i:25;s:10:\"encryption\";s:4:\"none\";s:4:\"auth\";b:1;s:4:\"user\";s:24:\"info@hotellesnizatisi.cz\";s:4:\"pass\";s:15:\"LesniZatisi2017\";}}', 'yes'),
(424, '_amn_smtp_last_checked', '1609718400', 'yes'),
(429, 'wp_mail_smtp_debug', 'a:0:{}', 'no'),
(445, 'email-log-db', '0.1', 'yes'),
(450, 'wpcf7', 'a:2:{s:7:\"version\";s:5:\"5.1.1\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";d:1514296439;s:7:\"version\";s:5:\"4.9.2\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}', 'yes'),
(484, 'wpgmza_temp_api', 'AIzaSyChPphumyabdfggISDNBuGOlGVBgEvZnGE', 'yes'),
(485, 'wpgmza_xml_location', '{uploads_dir}/wp-google-maps/', 'yes'),
(486, 'wpgmza_xml_url', '{uploads_url}/wp-google-maps/', 'yes'),
(487, 'wpgmza_db_version', '6.4.06', 'yes'),
(488, 'wpgmaps_current_version', '6.4.06', 'yes'),
(493, 'widget_wpgmza_map_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(494, 'WPGMZA_OTHER_SETTINGS', 'a:5:{s:34:\"wpgmza_settings_map_open_marker_by\";s:1:\"1\";s:18:\"wpgmza_api_version\";s:4:\"3.25\";s:17:\"wpgmza_custom_css\";s:0:\"\";s:28:\"wpgmza_settings_access_level\";s:14:\"manage_options\";s:27:\"wpgmza_settings_marker_pull\";s:1:\"0\";}', 'yes'),
(495, 'WPGMZA_FIRST_TIME', '6.4.06', 'yes'),
(500, 'wpgmza_stats', 'a:3:{s:15:\"list_maps_basic\";a:3:{s:5:\"views\";i:2;s:13:\"last_accessed\";s:19:\"2018-01-04 21:20:32\";s:14:\"first_accessed\";s:19:\"2017-12-26 13:32:23\";}s:14:\"settings_basic\";a:3:{s:5:\"views\";i:4;s:13:\"last_accessed\";s:19:\"2018-01-04 21:20:28\";s:14:\"first_accessed\";s:19:\"2018-01-04 21:03:15\";}s:9:\"dashboard\";a:3:{s:5:\"views\";i:1;s:13:\"last_accessed\";s:19:\"2018-01-04 21:20:35\";s:14:\"first_accessed\";s:19:\"2018-01-04 21:20:35\";}}', 'yes'),
(511, 'wp_gmp_mg_cleared_inv', '1', 'yes'),
(512, 'wp_gmp_db_version', '1.9.15', 'yes'),
(513, 'wp_gmp_db_installed', '1', 'yes'),
(514, 'gmp_def_icons_installed', '1', 'yes'),
(515, 'gmp_plugin_activation_errors', '', 'yes'),
(520, 'widget_gmpmapswidget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(521, 'gmp_opts_data', 'a:6:{s:10:\"api_domain\";a:2:{s:5:\"value\";s:28:\"https://maps.googleapis.com/\";s:10:\"changed_on\";i:1515100932;}s:12:\"user_api_key\";a:2:{s:5:\"value\";s:39:\"AIzaSyBFPxRksd6EvAFmPKJNEkanIizh2hxJC14\";s:10:\"changed_on\";i:1515100932;}s:10:\"send_stats\";a:1:{s:5:\"value\";s:1:\"0\";}s:13:\"add_love_link\";a:1:{s:5:\"value\";s:1:\"0\";}s:12:\"access_roles\";a:2:{s:5:\"value\";a:1:{i:0;s:13:\"administrator\";}s:10:\"changed_on\";i:1515100932;}s:11:\"start_usage\";a:2:{s:5:\"value\";i:1514295443;s:10:\"changed_on\";i:1514295443;}}', 'yes'),
(546, 'new_admin_email', 'jakub.dvorak@jservices.cz', 'yes'),
(661, 'mltlngg_options', 'a:18:{s:21:\"plugin_option_version\";s:5:\"1.3.0\";s:10:\"wp_version\";s:6:\"4.9.16\";s:22:\"suggest_feature_banner\";i:1;s:23:\"display_settings_notice\";i:1;s:13:\"first_install\";i:1514380168;s:16:\"default_language\";s:5:\"cs_CZ\";s:17:\"list_of_languages\";a:3:{i:0;a:4:{s:6:\"locale\";s:5:\"cs_CZ\";s:4:\"name\";s:9:\"Čeština\";s:6:\"enable\";b:1;s:8:\"priority\";i:1;}i:1;a:4:{s:6:\"locale\";s:5:\"en_GB\";s:4:\"name\";s:12:\"English (UK)\";s:6:\"enable\";b:1;s:8:\"priority\";i:2;}i:2;a:4:{s:6:\"locale\";s:5:\"de_DE\";s:4:\"name\";s:7:\"Deutsch\";s:6:\"enable\";b:1;s:8:\"priority\";i:3;}}s:9:\"save_mode\";s:6:\"manual\";s:15:\"wp_localization\";i:1;s:17:\"language_switcher\";s:14:\"drop-down-list\";s:6:\"search\";s:6:\"single\";s:15:\"video_providers\";a:66:{i:0;s:79:\"[(https?://((m|www)\\.)?youtube\\.com/watch)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:1;s:82:\"[(https?://((m|www)\\.)?youtube\\.com/playlist)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:2;s:59:\"[(https?://youtu\\.be/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:3;s:67:\"[(https?://(.+\\.)?vimeo\\.com/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:4;s:74:\"[(https?://(www\\.)?dailymotion\\.com/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:5;s:57:\"[(https?://dai\\.ly/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:6;s:69:\"[(https?://(www\\.)?flickr\\.com/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:7;s:58:\"[(https?://flic\\.kr/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:8;s:69:\"[(https?://(.+\\.)?smugmug\\.com/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:9;s:73:\"[(https?://(www\\.)?hulu\\.com/watch/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:10;s:73:\"[(http://i*.photobucket.com/albums/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:11;s:74:\"[(http://gi*.photobucket.com/groups/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:12;s:73:\"[(https?://(www\\.)?scribd\\.com/doc/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:13;s:63:\"[(https?://wordpress\\.tv/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:14;s:71:\"[(https?://(.+\\.)?polldaddy\\.com/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:15;s:58:\"[(https?://poll\\.fm/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:16;s:80:\"[(https?://(www\\.)?funnyordie\\.com/videos/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:17;s:91:\"[(https?://(www\\.)?twitter\\.com/\\w{1,15}/status(es)?/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:18;s:82:\"[(#https?://(www\\.)?twitter\\.com/\\w{1,15}$#i)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:19;s:88:\"[(#https?://(www\\.)?twitter\\.com/\\w{1,15}/likes$#i)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:20;s:85:\"[(https?://(www\\.)?twitter\\.com/\\w{1,15}/lists/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:21;s:89:\"[(https?://(www\\.)?twitter\\.com/\\w{1,15}/timelines/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:22;s:80:\"[(https?://(www\\.)?twitter\\.com/i/moments/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:23;s:73:\"[(https?://(www\\.)?soundcloud\\.com/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:24;s:73:\"[(https?://(.+?\\.)?slideshare\\.net/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:25;s:81:\"[(https?://(www\\.)?instagr(\\.am|am\\.com)/p/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:26;s:75:\"[(https?://(open|play)\\.spotify\\.com/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:27;s:67:\"[(https?://(.+\\.)?imgur\\.com/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:28;s:76:\"[(https?://(www\\.)?meetu(\\.ps|p\\.com)/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:29;s:81:\"[(#https?://(www\\.)?issuu\\.com/.+/docs/.+#i)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:30;s:81:\"[(https?://(www\\.)?collegehumor\\.com/video/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:31;s:71:\"[(https?://(www\\.)?mixcloud\\.com/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:32;s:80:\"[(https?://(www\\.|embed\\.)?ted\\.com/talks/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:33;s:86:\"[(https?://(www\\.)?(animoto|video214)\\.com/play/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:34;s:72:\"[(https?://(.+)\\.tumblr\\.com/post/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:35;s:83:\"[(https?://(www\\.)?kickstarter\\.com/projects/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:36;s:57:\"[(https?://kck\\.st/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:37;s:62:\"[(https?://cloudup\\.com/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:38;s:75:\"[(https?://(www\\.)?reverbnation\\.com/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:39;s:68:\"[(https?://videopress\\.com/v/.)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:40;s:86:\"[(https?://(www\\.)?reddit\\.com/r/[^/]+/comments/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:41;s:74:\"[(https?://(www\\.)?speakerdeck\\.com/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:42;s:77:\"[(https?://www\\.facebook\\.com/.*/posts/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:43;s:80:\"[(https?://www\\.facebook\\.com/.*/activity/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:44;s:78:\"[(https?://www\\.facebook\\.com/.*/photos/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:45;s:83:\"[(https?://www\\.facebook\\.com/photo(s/|\\.php))(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:46;s:82:\"[(https?://www\\.facebook\\.com/permalink\\.php)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:47;s:74:\"[(https?://www\\.facebook\\.com/media/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:48;s:78:\"[(https?://www\\.facebook\\.com/questions/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:49;s:74:\"[(https?://www\\.facebook\\.com/notes/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:50;s:78:\"[(https?://www\\.facebook\\.com/.*/videos/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:51;s:78:\"[(https?://www\\.facebook\\.com/video\\.php)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:52;s:73:\"[(https?://(www\\.)?screencast\\.com/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:53;s:97:\"[(https?://([a-z0-9-]+\\.)?amazon\\.(com|com\\.mx|com\\.br|ca)/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:54;s:102:\"[(https?://([a-z0-9-]+\\.)?amazon\\.(co\\.uk|de|fr|it|es|in|nl|ru)/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:55;s:89:\"[(https?://([a-z0-9-]+\\.)?amazon\\.(co\\.jp|com\\.au)/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:56;s:75:\"[(https?://([a-z0-9-]+\\.)?amazon\\.cn/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:57;s:63:\"[(https?://(www\\.)?a\\.co/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:58;s:66:\"[(https?://(www\\.)?amzn\\.to/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:59;s:66:\"[(https?://(www\\.)?amzn\\.eu/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:60;s:66:\"[(https?://(www\\.)?amzn\\.in/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:61;s:68:\"[(https?://(www\\.)?amzn\\.asia/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:62;s:63:\"[(https?://(www\\.)?z\\.cn/)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:63;s:84:\"[(#https?://www\\.someecards\\.com/.+-cards/.+#i)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:64;s:94:\"[(#https?://www\\.someecards\\.com/usercards/viewcard/.+#i)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";i:65;s:64:\"[(#https?://some\\.ly\\/.+#i)(([^\\s]*)|([^ ]*)|([^\n]*)|([^\\<]*))]i\";}s:20:\"translate_open_graph\";i:0;s:24:\"display_alternative_link\";i:0;s:14:\"hide_link_slug\";i:0;s:20:\"hide_premium_options\";a:0:{}s:17:\"plugin_db_version\";s:3:\"0.3\";s:19:\"go_settings_counter\";i:6;}', 'yes'),
(662, 'widget_multi_language_widget', 'a:2:{i:2;a:2:{s:11:\"wiget_title\";s:0:\"\";s:25:\"mltlngg_language_switcher\";s:14:\"drop-down-list\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(667, 'bstwbsftwppdtplgns_options', 'a:1:{s:8:\"bws_menu\";a:1:{s:7:\"version\";a:1:{s:31:\"multilanguage/multilanguage.php\";s:5:\"2.1.5\";}}}', 'yes'),
(1377, 'dismissed_update_core', 'a:1:{s:11:\"4.9.1|cs_CZ\";b:1;}', 'no'),
(1454, 'wpseh_l01gnhdlwp', 'sprava', 'yes'),
(1459, 'gmp_unique_stats', 'a:2:{i:0;s:13:\"rate_msg.show\";i:1;s:26:\"check_other_plugs_msg.show\";}', 'yes'),
(1476, 'wpgmza_google_maps_api_key', 'AIzaSyBFPxRksd6EvAFmPKJNEkanIizh2hxJC14', 'yes'),
(2414, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:25:\"jakub.dvorak@jservices.cz\";s:7:\"version\";s:6:\"4.9.16\";s:9:\"timestamp\";i:1604006077;}', 'no'),
(2802, 'aiowpsec_db_version', '1.9', 'yes'),
(2803, 'aio_wp_security_configs', 'a:83:{s:19:\"aiowps_enable_debug\";s:0:\"\";s:36:\"aiowps_remove_wp_generator_meta_info\";s:0:\"\";s:25:\"aiowps_prevent_hotlinking\";s:0:\"\";s:28:\"aiowps_enable_login_lockdown\";s:0:\"\";s:28:\"aiowps_allow_unlock_requests\";s:0:\"\";s:25:\"aiowps_max_login_attempts\";s:1:\"3\";s:24:\"aiowps_retry_time_period\";s:1:\"5\";s:26:\"aiowps_lockout_time_length\";s:2:\"60\";s:28:\"aiowps_set_generic_login_msg\";s:0:\"\";s:26:\"aiowps_enable_email_notify\";s:0:\"\";s:20:\"aiowps_email_address\";s:25:\"jakub.dvorak@jservices.cz\";s:27:\"aiowps_enable_forced_logout\";s:0:\"\";s:25:\"aiowps_logout_time_period\";s:2:\"60\";s:39:\"aiowps_enable_invalid_username_lockdown\";s:0:\"\";s:43:\"aiowps_instantly_lockout_specific_usernames\";a:0:{}s:32:\"aiowps_unlock_request_secret_key\";s:20:\"9xe7ka8e7pbwsh89dp1v\";s:35:\"aiowps_lockdown_enable_whitelisting\";s:0:\"\";s:36:\"aiowps_lockdown_allowed_ip_addresses\";s:0:\"\";s:26:\"aiowps_enable_whitelisting\";s:0:\"\";s:27:\"aiowps_allowed_ip_addresses\";s:0:\"\";s:27:\"aiowps_enable_login_captcha\";s:0:\"\";s:34:\"aiowps_enable_custom_login_captcha\";s:0:\"\";s:31:\"aiowps_enable_woo_login_captcha\";s:0:\"\";s:34:\"aiowps_enable_woo_register_captcha\";s:0:\"\";s:25:\"aiowps_captcha_secret_key\";s:20:\"qgyqhh5vc48brc92c869\";s:42:\"aiowps_enable_manual_registration_approval\";s:0:\"\";s:39:\"aiowps_enable_registration_page_captcha\";s:0:\"\";s:35:\"aiowps_enable_registration_honeypot\";s:0:\"\";s:27:\"aiowps_enable_random_prefix\";s:0:\"\";s:31:\"aiowps_enable_automated_backups\";s:0:\"\";s:26:\"aiowps_db_backup_frequency\";s:1:\"4\";s:25:\"aiowps_db_backup_interval\";s:1:\"2\";s:26:\"aiowps_backup_files_stored\";s:1:\"2\";s:32:\"aiowps_send_backup_email_address\";s:0:\"\";s:27:\"aiowps_backup_email_address\";s:25:\"jakub.dvorak@jservices.cz\";s:27:\"aiowps_disable_file_editing\";s:0:\"\";s:37:\"aiowps_prevent_default_wp_file_access\";s:0:\"\";s:22:\"aiowps_system_log_file\";s:9:\"error_log\";s:26:\"aiowps_enable_blacklisting\";s:0:\"\";s:26:\"aiowps_banned_ip_addresses\";s:0:\"\";s:28:\"aiowps_enable_basic_firewall\";s:0:\"\";s:31:\"aiowps_enable_pingback_firewall\";s:0:\"\";s:38:\"aiowps_disable_xmlrpc_pingback_methods\";s:0:\"\";s:34:\"aiowps_block_debug_log_file_access\";s:0:\"\";s:26:\"aiowps_disable_index_views\";s:0:\"\";s:30:\"aiowps_disable_trace_and_track\";s:0:\"\";s:28:\"aiowps_forbid_proxy_comments\";s:0:\"\";s:29:\"aiowps_deny_bad_query_strings\";s:0:\"\";s:34:\"aiowps_advanced_char_string_filter\";s:0:\"\";s:25:\"aiowps_enable_5g_firewall\";s:0:\"\";s:25:\"aiowps_enable_6g_firewall\";s:0:\"\";s:26:\"aiowps_enable_custom_rules\";s:0:\"\";s:32:\"aiowps_place_custom_rules_at_top\";s:0:\"\";s:19:\"aiowps_custom_rules\";s:0:\"\";s:25:\"aiowps_enable_404_logging\";s:0:\"\";s:28:\"aiowps_enable_404_IP_lockout\";s:0:\"\";s:30:\"aiowps_404_lockout_time_length\";s:2:\"60\";s:28:\"aiowps_404_lock_redirect_url\";s:16:\"http://127.0.0.1\";s:31:\"aiowps_enable_rename_login_page\";s:0:\"\";s:28:\"aiowps_enable_login_honeypot\";s:0:\"\";s:43:\"aiowps_enable_brute_force_attack_prevention\";s:0:\"\";s:30:\"aiowps_brute_force_secret_word\";s:0:\"\";s:24:\"aiowps_cookie_brute_test\";s:0:\"\";s:44:\"aiowps_cookie_based_brute_force_redirect_url\";s:16:\"http://127.0.0.1\";s:59:\"aiowps_brute_force_attack_prevention_pw_protected_exception\";s:0:\"\";s:51:\"aiowps_brute_force_attack_prevention_ajax_exception\";s:0:\"\";s:19:\"aiowps_site_lockout\";s:0:\"\";s:23:\"aiowps_site_lockout_msg\";s:0:\"\";s:30:\"aiowps_enable_spambot_blocking\";s:0:\"\";s:29:\"aiowps_enable_comment_captcha\";s:0:\"\";s:31:\"aiowps_enable_autoblock_spam_ip\";s:0:\"\";s:33:\"aiowps_spam_ip_min_comments_block\";s:0:\"\";s:32:\"aiowps_enable_automated_fcd_scan\";s:0:\"\";s:25:\"aiowps_fcd_scan_frequency\";s:1:\"4\";s:24:\"aiowps_fcd_scan_interval\";s:1:\"2\";s:28:\"aiowps_fcd_exclude_filetypes\";s:0:\"\";s:24:\"aiowps_fcd_exclude_files\";s:0:\"\";s:26:\"aiowps_send_fcd_scan_email\";s:0:\"\";s:29:\"aiowps_fcd_scan_email_address\";s:25:\"jakub.dvorak@jservices.cz\";s:27:\"aiowps_fcds_change_detected\";b:0;s:22:\"aiowps_copy_protection\";s:0:\"\";s:40:\"aiowps_prevent_site_display_inside_frame\";s:0:\"\";s:32:\"aiowps_prevent_users_enumeration\";s:0:\"\";}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(2810, 'aiowps_temp_configs', 'a:83:{s:19:\"aiowps_enable_debug\";s:0:\"\";s:36:\"aiowps_remove_wp_generator_meta_info\";s:0:\"\";s:25:\"aiowps_prevent_hotlinking\";s:0:\"\";s:28:\"aiowps_enable_login_lockdown\";s:0:\"\";s:28:\"aiowps_allow_unlock_requests\";s:0:\"\";s:25:\"aiowps_max_login_attempts\";s:1:\"3\";s:24:\"aiowps_retry_time_period\";s:1:\"5\";s:26:\"aiowps_lockout_time_length\";s:2:\"60\";s:28:\"aiowps_set_generic_login_msg\";s:0:\"\";s:26:\"aiowps_enable_email_notify\";s:0:\"\";s:20:\"aiowps_email_address\";s:25:\"jakub.dvorak@jservices.cz\";s:27:\"aiowps_enable_forced_logout\";s:0:\"\";s:25:\"aiowps_logout_time_period\";s:2:\"60\";s:39:\"aiowps_enable_invalid_username_lockdown\";s:0:\"\";s:43:\"aiowps_instantly_lockout_specific_usernames\";a:0:{}s:32:\"aiowps_unlock_request_secret_key\";s:20:\"9xe7ka8e7pbwsh89dp1v\";s:35:\"aiowps_lockdown_enable_whitelisting\";s:0:\"\";s:36:\"aiowps_lockdown_allowed_ip_addresses\";s:0:\"\";s:26:\"aiowps_enable_whitelisting\";s:0:\"\";s:27:\"aiowps_allowed_ip_addresses\";s:0:\"\";s:27:\"aiowps_enable_login_captcha\";s:0:\"\";s:34:\"aiowps_enable_custom_login_captcha\";s:0:\"\";s:31:\"aiowps_enable_woo_login_captcha\";s:0:\"\";s:34:\"aiowps_enable_woo_register_captcha\";s:0:\"\";s:25:\"aiowps_captcha_secret_key\";s:20:\"qgyqhh5vc48brc92c869\";s:42:\"aiowps_enable_manual_registration_approval\";s:0:\"\";s:39:\"aiowps_enable_registration_page_captcha\";s:0:\"\";s:35:\"aiowps_enable_registration_honeypot\";s:0:\"\";s:27:\"aiowps_enable_random_prefix\";s:0:\"\";s:31:\"aiowps_enable_automated_backups\";s:0:\"\";s:26:\"aiowps_db_backup_frequency\";s:1:\"4\";s:25:\"aiowps_db_backup_interval\";s:1:\"2\";s:26:\"aiowps_backup_files_stored\";s:1:\"2\";s:32:\"aiowps_send_backup_email_address\";s:0:\"\";s:27:\"aiowps_backup_email_address\";s:25:\"jakub.dvorak@jservices.cz\";s:27:\"aiowps_disable_file_editing\";s:0:\"\";s:37:\"aiowps_prevent_default_wp_file_access\";s:0:\"\";s:22:\"aiowps_system_log_file\";s:9:\"error_log\";s:26:\"aiowps_enable_blacklisting\";s:0:\"\";s:26:\"aiowps_banned_ip_addresses\";s:0:\"\";s:28:\"aiowps_enable_basic_firewall\";s:0:\"\";s:31:\"aiowps_enable_pingback_firewall\";s:0:\"\";s:38:\"aiowps_disable_xmlrpc_pingback_methods\";s:0:\"\";s:34:\"aiowps_block_debug_log_file_access\";s:0:\"\";s:26:\"aiowps_disable_index_views\";s:0:\"\";s:30:\"aiowps_disable_trace_and_track\";s:0:\"\";s:28:\"aiowps_forbid_proxy_comments\";s:0:\"\";s:29:\"aiowps_deny_bad_query_strings\";s:0:\"\";s:34:\"aiowps_advanced_char_string_filter\";s:0:\"\";s:25:\"aiowps_enable_5g_firewall\";s:0:\"\";s:25:\"aiowps_enable_6g_firewall\";s:0:\"\";s:26:\"aiowps_enable_custom_rules\";s:0:\"\";s:32:\"aiowps_place_custom_rules_at_top\";s:0:\"\";s:19:\"aiowps_custom_rules\";s:0:\"\";s:25:\"aiowps_enable_404_logging\";s:0:\"\";s:28:\"aiowps_enable_404_IP_lockout\";s:0:\"\";s:30:\"aiowps_404_lockout_time_length\";s:2:\"60\";s:28:\"aiowps_404_lock_redirect_url\";s:16:\"http://127.0.0.1\";s:31:\"aiowps_enable_rename_login_page\";s:0:\"\";s:28:\"aiowps_enable_login_honeypot\";s:0:\"\";s:43:\"aiowps_enable_brute_force_attack_prevention\";s:0:\"\";s:30:\"aiowps_brute_force_secret_word\";s:0:\"\";s:24:\"aiowps_cookie_brute_test\";s:0:\"\";s:44:\"aiowps_cookie_based_brute_force_redirect_url\";s:16:\"http://127.0.0.1\";s:59:\"aiowps_brute_force_attack_prevention_pw_protected_exception\";s:0:\"\";s:51:\"aiowps_brute_force_attack_prevention_ajax_exception\";s:0:\"\";s:19:\"aiowps_site_lockout\";s:0:\"\";s:23:\"aiowps_site_lockout_msg\";s:0:\"\";s:30:\"aiowps_enable_spambot_blocking\";s:0:\"\";s:29:\"aiowps_enable_comment_captcha\";s:0:\"\";s:31:\"aiowps_enable_autoblock_spam_ip\";s:0:\"\";s:33:\"aiowps_spam_ip_min_comments_block\";s:0:\"\";s:32:\"aiowps_enable_automated_fcd_scan\";s:0:\"\";s:25:\"aiowps_fcd_scan_frequency\";s:1:\"4\";s:24:\"aiowps_fcd_scan_interval\";s:1:\"2\";s:28:\"aiowps_fcd_exclude_filetypes\";s:0:\"\";s:24:\"aiowps_fcd_exclude_files\";s:0:\"\";s:26:\"aiowps_send_fcd_scan_email\";s:0:\"\";s:29:\"aiowps_fcd_scan_email_address\";s:25:\"jakub.dvorak@jservices.cz\";s:27:\"aiowps_fcds_change_detected\";b:0;s:22:\"aiowps_copy_protection\";s:0:\"\";s:40:\"aiowps_prevent_site_display_inside_frame\";s:0:\"\";s:32:\"aiowps_prevent_users_enumeration\";s:0:\"\";}', 'yes'),
(42135, 'wp_gmp_markers_groups_multiple_updated', '1', 'yes'),
(42152, '_transient_timeout_tablepress_c_c4ca4238a0b923820dcc509a6f75849b', '1609873186', 'no'),
(42153, '_transient_tablepress_c_c4ca4238a0b923820dcc509a6f75849b', '[\"tablepress_e5288f05edf2c43d89f270f47fe24495\",\"tablepress_b6f06971aa72c54b2bf418c407c11be7\",\"tablepress_9751dc8c9670a8794e075f7115f28069\"]', 'no'),
(57209, 'et_support_site_id', 'IZ5NBdPpaWqCs0oeXvtf', 'yes'),
(57210, 'et_safe_mode_plugins_whitelist', 'a:6:{i:0;s:27:\"ari-adminer/ari-adminer.php\";i:1;s:15:\"etdev/etdev.php\";i:2;s:29:\"divi-builder/divi-builder.php\";i:3;s:31:\"query-monitor/query-monitor.php\";i:4;s:27:\"woocommerce/woocommerce.php\";i:5;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";}', 'yes'),
(57211, 'et_support_center_installed', 'true', 'yes'),
(119147, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:10:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:63:\"https://downloads.wordpress.org/release/cs_CZ/wordpress-5.6.zip\";s:6:\"locale\";s:5:\"cs_CZ\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:63:\"https://downloads.wordpress.org/release/cs_CZ/wordpress-5.6.zip\";s:10:\"no_content\";b:0;s:11:\"new_bundled\";b:0;s:7:\"partial\";b:0;s:8:\"rollback\";b: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:\"\";}i:1;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";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\";b:0;s:8:\"rollback\";b: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:\"\";}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\";b:0;s:8:\"rollback\";b: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\";b:0;s:8:\"rollback\";b:0;}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:0:\"\";s:9:\"new_files\";s:1:\"1\";}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\";b:0;s:8:\"rollback\";b:0;}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:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.4.4.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.4.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.4.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.4.4-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.4.4\";s:7:\"version\";s:5:\"5.4.4\";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:6;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.3.6.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.3.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.3.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.3.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.3.6\";s:7:\"version\";s:5:\"5.3.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:7;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.2.9.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.2.9.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.2.9-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.2.9-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.2.9\";s:7:\"version\";s:5:\"5.2.9\";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:8;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.1.8.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.1.8.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.1.8-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.8-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.1.8\";s:7:\"version\";s:5:\"5.1.8\";s:11:\"php_version\";s:5:\"5.2.4\";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:9;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.0.11.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.0.11.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.0.11-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.0.11-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.0.11\";s:7:\"version\";s:6:\"5.0.11\";s:11:\"php_version\";s:5:\"5.2.4\";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\";}}s:12:\"last_checked\";i:1609733086;s:15:\"version_checked\";s:6:\"4.9.16\";s:12:\"translations\";a:0:{}}', 'no'),
(119152, '_transient_timeout_et_core_version', '1609780412', 'no'),
(119153, '_transient_et_core_version', '3.26.1', 'no'),
(119622, '_transient_timeout_tablepress_b6f06971aa72c54b2bf418c407c11be7', '1609777721', 'no'),
(119623, '_transient_tablepress_b6f06971aa72c54b2bf418c407c11be7', '\n<table id=\"tablepress-1\" class=\"tablepress tablepress-id-1\">\n<tbody class=\"row-hover\">\n<tr class=\"row-1 odd\">\n <td class=\"column-1\">Jednodenní pobyt</td><td class=\"column-2\">800,- Kč</td>\n</tr>\n<tr class=\"row-2 even\">\n <td class=\"column-1\">Dvou a více denní pobyt</td><td class=\"column-2\">550,- Kč</td>\n</tr>\n<tr class=\"row-3 odd\">\n <td class=\"column-1\">Děti do 10ti let s vlastním lůžkem</td><td class=\"column-2\">350,- Kč</td>\n</tr>\n<tr class=\"row-4 even\">\n <td class=\"column-1\">Poplatek za psa / den</td><td class=\"column-2\">100,- Kč</td>\n</tr>\n<tr class=\"row-5 odd\">\n <td class=\"column-1\">Samostatně servírovaná snídaně včetně nápoje bez pobytu</td><td class=\"column-2\">100,- Kč</td>\n</tr>\n</tbody>\n</table>\n', 'no'),
(119624, '_transient_timeout_tablepress_9751dc8c9670a8794e075f7115f28069', '1609777732', 'no'),
(119625, '_transient_tablepress_9751dc8c9670a8794e075f7115f28069', '\n<table id=\"tablepress-1\" class=\"tablepress tablepress-id-1\">\n<tbody class=\"row-hover\">\n<tr class=\"row-1 odd\">\n <td class=\"column-1\">Jednodenní pobyt</td><td class=\"column-2\">800,- Kč</td>\n</tr>\n<tr class=\"row-2 even\">\n <td class=\"column-1\">Dvou a více denní pobyt</td><td class=\"column-2\">550,- Kč</td>\n</tr>\n<tr class=\"row-3 odd\">\n <td class=\"column-1\">Děti do 10ti let s vlastním lůžkem</td><td class=\"column-2\">350,- Kč</td>\n</tr>\n<tr class=\"row-4 even\">\n <td class=\"column-1\">Poplatek za psa / den</td><td class=\"column-2\">100,- Kč</td>\n</tr>\n<tr class=\"row-5 odd\">\n <td class=\"column-1\">Samostatně servírovaná snídaně včetně nápoje bez pobytu</td><td class=\"column-2\">100,- Kč</td>\n</tr>\n</tbody>\n</table>\n', 'no'),
(119627, '_transient_timeout_et_core_path', '1609780412', 'no'),
(119628, '_transient_et_core_path', '/volume1/web/hotellesnizatisi_cz/wp-content/themes/Divi/core', 'no'),
(119639, '_transient_timeout_tablepress_e5288f05edf2c43d89f270f47fe24495', '1609786785', 'no'),
(119640, '_transient_tablepress_e5288f05edf2c43d89f270f47fe24495', '\n<table id=\"tablepress-1\" class=\"tablepress tablepress-id-1\">\n<tbody class=\"row-hover\">\n<tr class=\"row-1 odd\">\n <td class=\"column-1\">Jednodenní pobyt</td><td class=\"column-2\">800,- Kč</td>\n</tr>\n<tr class=\"row-2 even\">\n <td class=\"column-1\">Dvou a více denní pobyt</td><td class=\"column-2\">550,- Kč</td>\n</tr>\n<tr class=\"row-3 odd\">\n <td class=\"column-1\">Děti do 10ti let s vlastním lůžkem</td><td class=\"column-2\">350,- Kč</td>\n</tr>\n<tr class=\"row-4 even\">\n <td class=\"column-1\">Poplatek za psa / den</td><td class=\"column-2\">100,- Kč</td>\n</tr>\n<tr class=\"row-5 odd\">\n <td class=\"column-1\">Samostatně servírovaná snídaně včetně nápoje bez pobytu</td><td class=\"column-2\">100,- Kč</td>\n</tr>\n</tbody>\n</table>\n', 'no'),
(119679, '_site_transient_update_themes', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1609771203;s:7:\"checked\";a:4:{s:4:\"Divi\";s:6:\"3.26.1\";s:13:\"twentyfifteen\";s:3:\"2.5\";s:15:\"twentyseventeen\";s:3:\"2.2\";s:13:\"twentysixteen\";s:3:\"2.0\";}s:8:\"response\";a:4:{s:13:\"twentyfifteen\";a:6:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"2.8\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.2.8.zip\";s:8:\"requires\";b:0;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.5\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.2.5.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:13:\"twentysixteen\";a:6:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"2.3\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.2.3.zip\";s:8:\"requires\";s:3:\"4.4\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:4:\"Divi\";a:5:{s:11:\"new_version\";s:5:\"4.7.7\";s:5:\"theme\";s:4:\"Divi\";s:3:\"url\";s:52:\"https://www.elegantthemes.com/api/changelog/divi.txt\";s:18:\"et_username_status\";s:6:\"active\";s:7:\"package\";s:143:\"https://www.elegantthemes.com/api/api_downloads.php?api_update=1&theme=Divi&api_key=a7816d6ac1adf3c732e559587a3e08909867ccf8&username=jservices\";}}s:12:\"translations\";a:0:{}}', 'no'),
(119680, '_site_transient_update_plugins', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1609733092;s:8:\"response\";a:5:{s:23:\"email-log/email-log.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:23:\"w.org/plugins/email-log\";s:4:\"slug\";s:9:\"email-log\";s:6:\"plugin\";s:23:\"email-log/email-log.php\";s:11:\"new_version\";s:5:\"2.4.3\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/email-log/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/email-log.2.4.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/email-log/assets/icon-256x256.png?rev=1710920\";s:2:\"1x\";s:62:\"https://ps.w.org/email-log/assets/icon-128x128.png?rev=1710920\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/email-log/assets/banner-1544x500.png?rev=1708230\";s:2:\"1x\";s:64:\"https://ps.w.org/email-log/assets/banner-772x250.png?rev=1708230\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/email-log/assets/banner-1544x500-rtl.png?rev=1708230\";s:2:\"1x\";s:68:\"https://ps.w.org/email-log/assets/banner-772x250-rtl.png?rev=1708230\";}s:6:\"tested\";s:5:\"5.5.3\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:24:\"google-maps-easy/gmp.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:30:\"w.org/plugins/google-maps-easy\";s:4:\"slug\";s:16:\"google-maps-easy\";s:6:\"plugin\";s:24:\"google-maps-easy/gmp.php\";s:11:\"new_version\";s:6:\"1.9.30\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/google-maps-easy/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/google-maps-easy.1.9.30.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/google-maps-easy/assets/icon-256x256.png?rev=1086633\";s:2:\"1x\";s:69:\"https://ps.w.org/google-maps-easy/assets/icon-128x128.png?rev=1086633\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:71:\"https://ps.w.org/google-maps-easy/assets/banner-772x250.png?rev=1143604\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.5.3\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:31:\"multilanguage/multilanguage.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:27:\"w.org/plugins/multilanguage\";s:4:\"slug\";s:13:\"multilanguage\";s:6:\"plugin\";s:31:\"multilanguage/multilanguage.php\";s:11:\"new_version\";s:5:\"1.3.6\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/multilanguage/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/multilanguage.1.3.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/multilanguage/assets/icon-256x256.png?rev=2293478\";s:2:\"1x\";s:66:\"https://ps.w.org/multilanguage/assets/icon-128x128.png?rev=2293478\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/multilanguage/assets/banner-1544x500.jpg?rev=2293478\";s:2:\"1x\";s:68:\"https://ps.w.org/multilanguage/assets/banner-772x250.jpg?rev=2293478\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.5.3\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:29:\"wp-mail-smtp/wp_mail_smtp.php\";O:8:\"stdClass\":12:{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.5.1\";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.5.1.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=2120094\";s:2:\"1x\";s:67:\"https://ps.w.org/wp-mail-smtp/assets/banner-772x250.png?rev=2120094\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.5.3\";s:12:\"requires_php\";s:3:\"5.5\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:33:\"wp-maintenance/wp-maintenance.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/wp-maintenance\";s:4:\"slug\";s:14:\"wp-maintenance\";s:6:\"plugin\";s:33:\"wp-maintenance/wp-maintenance.php\";s:11:\"new_version\";s:5:\"6.0.0\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/wp-maintenance/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wp-maintenance.6.0.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/wp-maintenance/assets/icon-256x256.png?rev=2194706\";s:2:\"1x\";s:67:\"https://ps.w.org/wp-maintenance/assets/icon-128x128.png?rev=2194706\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/wp-maintenance/assets/banner-772x250.png?rev=2449063\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.6\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{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:3:\"5.6\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}s:25:\"tablepress/tablepress.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:24:\"w.org/plugins/tablepress\";s:4:\"slug\";s:10:\"tablepress\";s:6:\"plugin\";s:25:\"tablepress/tablepress.php\";s:11:\"new_version\";s:4:\"1.12\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/tablepress/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/tablepress.1.12.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/tablepress/assets/icon-256x256.png?rev=1064192\";s:2:\"1x\";s:63:\"https://ps.w.org/tablepress/assets/icon-128x128.png?rev=1064192\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/tablepress/assets/banner-1544x500.png?rev=1275767\";s:2:\"1x\";s:65:\"https://ps.w.org/tablepress/assets/banner-772x250.png?rev=1275767\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/tablepress/assets/banner-1544x500-rtl.png?rev=1275767\";s:2:\"1x\";s:69:\"https://ps.w.org/tablepress/assets/banner-772x250-rtl.png?rev=1275767\";}s:14:\"upgrade_notice\";s:99:\"<p>This update is a stability, maintenance, and compatibility release. Updating is recommended.</p>\";s:6:\"tested\";s:3:\"5.6\";s:12:\"requires_php\";s:6:\"5.6.20\";s:13:\"compatibility\";a:0:{}}}}', 'no'),
(119717, '_site_transient_timeout_theme_roots', '1609771801', 'no'),
(119718, '_site_transient_theme_roots', 'a:5:{s:6:\"@eaDir\";s:7:\"/themes\";s:4:\"Divi\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}', 'no'),
(119720, '_transient_timeout_el_addon_data', '1609814369', 'no'),
(119721, '_transient_el_addon_data', 'a:2:{s:8:\"products\";a:5:{i:0;a:3:{s:4:\"info\";a:14:{s:2:\"id\";i:18;s:4:\"slug\";s:11:\"more-fields\";s:5:\"title\";s:11:\"More Fields\";s:11:\"create_date\";s:19:\"2017-03-07 11:50:43\";s:13:\"modified_date\";s:19:\"2020-07-05 11:31:48\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:46:\"http://wpemaillog.com/?post_type=download&p=18\";s:7:\"content\";s:409:\"More Fields add-on shows additional fields about the email in the email log list page. The following are the additional fields that are added by this add-on.\r\n<ul>\r\n <li>From</li>\r\n <li>CC</li>\r\n <li>BCC</li>\r\n <li>Reply To</li>\r\n <li>Attachment</li>\r\n</ul>\r\nThese additional fields will allow you to see more information about the logged email.\r\n<h3>Screenshots</h3>\r\n[gallery columns=\"2\" ids=\"974,975\"]\";s:7:\"excerpt\";s:110:\"More Fields add-on shows additional fields in the email log page like From, CC, BCC, Reply To, Attachment etc.\";s:9:\"thumbnail\";s:75:\"https://wpemaillog.com/wp-content/uploads/edd/2016/11/more-fields-addon.png\";s:8:\"category\";a:1:{i:0;a:10:{s:7:\"term_id\";i:4;s:4:\"name\";s:5:\"Addon\";s:4:\"slug\";s:5:\"addon\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:4;s:8:\"taxonomy\";s:17:\"download_category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:5;s:6:\"filter\";s:3:\"raw\";}}s:4:\"tags\";b:0;s:9:\"permalink\";s:42:\"https://wpemaillog.com/addons/more-fields/\";s:7:\"version\";s:5:\"2.1.0\";}s:7:\"pricing\";a:3:{s:10:\"singlesite\";s:5:\"19.00\";s:8:\"2-5sites\";s:5:\"37.00\";s:14:\"unlimitedsites\";s:5:\"49.00\";}s:9:\"licensing\";a:4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"2.1.0\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}}i:1;a:3:{s:4:\"info\";a:14:{s:2:\"id\";i:16;s:4:\"slug\";s:12:\"resend-email\";s:5:\"title\";s:12:\"Resend Email\";s:11:\"create_date\";s:19:\"2017-03-07 11:40:25\";s:13:\"modified_date\";s:19:\"2020-05-22 13:44:15\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:46:\"http://wpemaillog.com/?post_type=download&p=16\";s:7:\"content\";s:369:\"Resend Email add-on allows you to resend the entire email directly from the email log. Before re-sending the email, this add-on allows you to modify the different fields before re-sending the email.\r\n\r\nYou can also resend all emails or only selected emails in bulk in addition to individually re-sending them.\r\n<h3>Screenshots</h3>\r\n[gallery ids=\"980,981,982,983,984\"]\";s:7:\"excerpt\";s:156:\"Resend Email add-on allows you to resend the entire email directly from the email log. You can also modify the different fields before re-sending the email.\";s:9:\"thumbnail\";s:76:\"https://wpemaillog.com/wp-content/uploads/edd/2016/11/resend-email-addon.png\";s:8:\"category\";a:1:{i:0;a:10:{s:7:\"term_id\";i:4;s:4:\"name\";s:5:\"Addon\";s:4:\"slug\";s:5:\"addon\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:4;s:8:\"taxonomy\";s:17:\"download_category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:5;s:6:\"filter\";s:3:\"raw\";}}s:4:\"tags\";b:0;s:9:\"permalink\";s:43:\"https://wpemaillog.com/addons/resend-email/\";s:7:\"version\";s:5:\"2.2.0\";}s:7:\"pricing\";a:3:{s:10:\"singlesite\";s:5:\"19.00\";s:8:\"2-5sites\";s:5:\"37.00\";s:14:\"unlimitedsites\";s:5:\"49.00\";}s:9:\"licensing\";a:4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"2.2.0\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}}i:2;a:3:{s:4:\"info\";a:14:{s:2:\"id\";i:311;s:4:\"slug\";s:16:\"auto-delete-logs\";s:5:\"title\";s:16:\"Auto Delete Logs\";s:11:\"create_date\";s:19:\"2017-03-07 11:30:56\";s:13:\"modified_date\";s:19:\"2020-07-05 11:33:41\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:48:\"https://wpemaillog.com/?post_type=download&p=311\";s:7:\"content\";s:154:\"The Auto Delete Logs add-on allows you to automatically delete logs based on a schedule.\r\n<h3>Screenshots</h3>\r\n[gallery columns=\"2\" ids=\"791182, 791183\"]\";s:7:\"excerpt\";s:88:\"The Auto Delete Logs add-on allows you to automatically delete logs based on a schedule.\";s:9:\"thumbnail\";s:75:\"https://wpemaillog.com/wp-content/uploads/edd/2017/03/delete-logs-addon.png\";s:8:\"category\";a:1:{i:0;a:10:{s:7:\"term_id\";i:4;s:4:\"name\";s:5:\"Addon\";s:4:\"slug\";s:5:\"addon\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:4;s:8:\"taxonomy\";s:17:\"download_category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:5;s:6:\"filter\";s:3:\"raw\";}}s:4:\"tags\";b:0;s:9:\"permalink\";s:47:\"https://wpemaillog.com/addons/auto-delete-logs/\";s:7:\"version\";s:5:\"1.1.1\";}s:7:\"pricing\";a:3:{s:10:\"singlesite\";s:5:\"19.00\";s:8:\"2-5sites\";s:5:\"37.00\";s:14:\"unlimitedsites\";s:5:\"49.00\";}s:9:\"licensing\";a:4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.1.1\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}}i:3;a:3:{s:4:\"info\";a:14:{s:2:\"id\";i:20;s:4:\"slug\";s:13:\"forward-email\";s:5:\"title\";s:13:\"Forward Email\";s:11:\"create_date\";s:19:\"2017-03-07 11:30:56\";s:13:\"modified_date\";s:19:\"2020-05-27 13:21:45\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:46:\"http://wpemaillog.com/?post_type=download&p=20\";s:7:\"content\";s:358:\"Forward Email add-on allows you to send a copy of all the emails send from WordPress, to another email address. The add-on allows you to choose whether you want to forward through to, cc or bcc fields. This can be extremely useful when you want to debug by analyzing the emails that are sent from WordPress.\r\n<h3>Screenshots</h3>\r\n[gallery ids=\"987,988,989\"]\";s:7:\"excerpt\";s:110:\"Forward Email add-on allows you to send a copy of all the emails send from WordPress, to another email address\";s:9:\"thumbnail\";s:77:\"https://wpemaillog.com/wp-content/uploads/edd/2016/11/forward-email-addon.png\";s:8:\"category\";a:1:{i:0;a:10:{s:7:\"term_id\";i:4;s:4:\"name\";s:5:\"Addon\";s:4:\"slug\";s:5:\"addon\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:4;s:8:\"taxonomy\";s:17:\"download_category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:5;s:6:\"filter\";s:3:\"raw\";}}s:4:\"tags\";b:0;s:9:\"permalink\";s:44:\"https://wpemaillog.com/addons/forward-email/\";s:7:\"version\";s:5:\"2.0.2\";}s:7:\"pricing\";a:3:{s:10:\"singlesite\";s:5:\"19.00\";s:8:\"2-5sites\";s:5:\"37.00\";s:14:\"unlimitedsites\";s:5:\"49.00\";}s:9:\"licensing\";a:4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"2.0.2\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}}i:4;a:3:{s:4:\"info\";a:14:{s:2:\"id\";i:308;s:4:\"slug\";s:11:\"export-logs\";s:5:\"title\";s:11:\"Export Logs\";s:11:\"create_date\";s:19:\"2017-03-07 11:20:12\";s:13:\"modified_date\";s:19:\"2020-07-05 11:34:53\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:48:\"https://wpemaillog.com/?post_type=download&p=308\";s:7:\"content\";s:215:\"Export Logs add-on allows you to export the logged email logs as a csv file. The exported logs can be used for further processing or for record keeping.\r\n<h3>Screenshots</h3>\r\n[gallery ids=\"965,966,967,968, 791221\"]\";s:7:\"excerpt\";s:103:\"Export Logs add-on allows you to export the logged email logs for further processing or record keeping.\";s:9:\"thumbnail\";s:75:\"https://wpemaillog.com/wp-content/uploads/edd/2017/03/export-logs-addon.png\";s:8:\"category\";a:1:{i:0;a:10:{s:7:\"term_id\";i:4;s:4:\"name\";s:5:\"Addon\";s:4:\"slug\";s:5:\"addon\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:4;s:8:\"taxonomy\";s:17:\"download_category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:5;s:6:\"filter\";s:3:\"raw\";}}s:4:\"tags\";b:0;s:9:\"permalink\";s:42:\"https://wpemaillog.com/addons/export-logs/\";s:7:\"version\";s:5:\"1.3.0\";}s:7:\"pricing\";a:3:{s:10:\"singlesite\";s:5:\"19.00\";s:8:\"2-5sites\";s:5:\"37.00\";s:14:\"unlimitedsites\";s:5:\"49.00\";}s:9:\"licensing\";a:4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.3.0\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}}}s:13:\"request_speed\";d:0.0055980682373046875;}', 'no'),
(119722, '_site_transient_timeout_browser_2d6330f380f44ac20f3a02eed0958f66', '1610375981', 'no'),
(119723, '_site_transient_browser_2d6330f380f44ac20f3a02eed0958f66', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"87.0.4280.88\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}', 'no'),
(119724, '_site_transient_timeout_community-events-21617dc804d138978f4dc31fba800e73', '1609814389', 'no'),
(119725, '_site_transient_community-events-21617dc804d138978f4dc31fba800e73', 'a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"88.146.175.0\";}s:6:\"events\";a:0:{}}', 'no'),
(119726, '_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1609814391', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(119727, '_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', '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, 23 Dec 2020 03:35:14 +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.7-alpha-49904\";s: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: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:27:\"Introducing Learn 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:63:\"https://wordpress.org/news/2020/12/introducing-learn-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:\"Tue, 15 Dec 2020 13: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:3:{i:0;a:5:{s:4:\"data\";s:7:\"Updates\";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:14:\"learnwordpress\";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:7:\"learnwp\";s: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=9444\";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:133:\"Learn WordPress is a learning resource providing workshops, quizzes, courses, and lesson plans to help you to do more 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:15:\"Hugh Lashbrooke\";s: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:10336:\"\n<p><strong><a href=\"https://learn.wordpress.org/\">Learn WordPress</a> is a learning resource providing workshops, quizzes, courses, lesson plans, and discussion groups so that anyone, from beginners to advanced users, can learn to do more with WordPress. Learning how to use, build for, and contribute to WordPress is essential for anyone wanting to dive deeper into the software and its community. </strong></p>\n\n\n\n<div class=\"wp-block-buttons aligncenter\">\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link\" href=\"https://learn.wordpress.org/\">Learn WordPress</a></div>\n</div>\n\n\n\n<p>This cross-team initiative is part of the WordPress.org network and features content from contributors from the global community. It will be updated weekly and will help connect new and existing WordPress users with the broader community while they learn.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"331\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?resize=632%2C331&ssl=1\" alt=\"\" class=\"wp-image-9457\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?resize=1024%2C537&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?resize=300%2C157&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?resize=768%2C403&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?resize=1536%2C806&ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?w=1700&ssl=1 1700w, https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?w=1264&ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2>What can you learn about WordPress?</h2>\n\n\n\n<p>On Learn WordPress you can find a range of material and opportunities to use at the time which works for you.</p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/workshops/\"><strong>Workshops</strong></a> are practical, skills-based videos that show viewers how to do new things with WordPress, whether you publish, manage, develop with, or contribute to WordPress. Most workshops include quizzes for you to test your newly gained knowledge.</p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/discussion-groups/\"><strong>Discussion groups</strong></a> provide an opportunity for further collaborative learning with participants meeting together to discuss the workshop content – they take place online, either in video calls or Slack and accommodate all time zones.</p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/lesson-plans/\"><strong>Lesson plans</strong></a> are guides for facilitators to use while presenting at events or within educational environments. Facilitators will find learning objectives (telling people what they are going to learn), any prerequisite skills, assets such as screenshots and slide decks, and learning assessments. </p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/courses/\"><strong>Courses</strong></a> are a series of interconnected lesson plans to be presented by a facilitator that will strategically focus on defined learning outcomes. Participants can go through these courses individually or as part of a group. After completing the learning, attendees should be able to apply their skills in the real world.</p>\n\n\n\n<p>In addition to the wealth of valuable content available on Learn WordPress, the platform provides an opportunity for individuals to learn alongside other community members and become connected with a global network of WordPress users, developers, and contributors.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe class=\'youtube-player\' width=\'632\' height=\'356\' src=\'https://www.youtube.com/embed?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent&listType=playlist&list=PLCVEqsAbLffeEXhn9T1yBVTMaHIMtlzFj\' allowfullscreen=\'true\' style=\'border:0;\' sandbox=\'allow-scripts allow-same-origin allow-popups allow-presentation\'></iframe>\n</div></figure>\n\n\n\n<p><a href=\"https://www.youtube.com/playlist?list=PLCVEqsAbLffeEXhn9T1yBVTMaHIMtlzFj\">Why you should use Learn WordPress</a> – videos from our community.</p>\n\n\n\n<h2>How can you get involved?</h2>\n\n\n\n<div class=\"wp-block-buttons aligncenter\">\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link\" href=\"https://learn.wordpress.org/\">Start learning today!</a></div>\n</div>\n\n\n\n<p>Learn WordPress is an open-source platform available for anyone to contribute content in any areas mentioned above. <a href=\"https://learn.wordpress.org/contribute/\">Find out more about how you can get involved</a> with this initiative.</p>\n\n\n\n<p><a href=\"https://make.wordpress.org/marketing/2020/12/09/help-us-promote-learn-wordpress/\">Take part in our fun promotion campaigns</a> on social and with your local community.</p>\n\n\n\n<p><em>Hundreds of people spanning a number of years have contributed to the development of learning materials. Thanks to everyone who worked so hard to make Learn WordPress a reality. </em></p>\n\n\n\n<p><strong><em>Particular thanks to</em></strong>:</p>\n\n\n\n<p><strong><em>Training:</em></strong><em> <a href=\'https://profiles.wordpress.org/courane01/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>courane01</a>, <a href=\'https://profiles.wordpress.org/azhiyadev/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>azhiyadev</a>, <a href=\'https://profiles.wordpress.org/geheren/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>geheren</a>, <a href=\'https://profiles.wordpress.org/webtechpooja/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webtechpooja</a>, <a href=\'https://profiles.wordpress.org/jessecowens/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jessecowens</a>, <a href=\'https://profiles.wordpress.org/onealtr/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>onealtr</a>, <a href=\'https://profiles.wordpress.org/rastaban/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rastaban</a>, <a href=\'https://profiles.wordpress.org/evarlese/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>evarlese</a>, <a href=\'https://profiles.wordpress.org/manzwebdesigns/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>manzwebdesigns</a></em><br><strong><em>Meta: </em></strong><em><a href=\'https://profiles.wordpress.org/coreymckrill/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>coreymckrill</a>, <a href=\'https://profiles.wordpress.org/dufresnesteven/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dufresnesteven</a>, <em><a href=\'https://profiles.wordpress.org/jonoaldersonwp/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jonoaldersonwp</a></em></em><br><strong><em>Community:</em></strong><em> <a href=\'https://profiles.wordpress.org/hlashbrooke/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>hlashbrooke</a>, <a href=\'https://profiles.wordpress.org/camikaos/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>camikaos</a>, <a href=\'https://profiles.wordpress.org/harishanker/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>harishanker</a>, <a href=\'https://profiles.wordpress.org/angelasjin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>angelasjin</a>, <a href=\'https://profiles.wordpress.org/nao/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nao</a>, <a href=\'https://profiles.wordpress.org/courtneypk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>courtneypk</a>, <a href=\'https://profiles.wordpress.org/andreamiddleton/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>andreamiddleton</a>, <a href=\'https://profiles.wordpress.org/rmarks/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmarks</a>, <a href=\'https://profiles.wordpress.org/sippis/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sippis</a></em><br><strong><em>Marketing: </em></strong><em><a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>, <a href=\'https://profiles.wordpress.org/oglekler/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>oglekler</a>, <a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>, <a href=\'https://profiles.wordpress.org/yvettesonneveld/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>yvettesonneveld</a>, <a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>, <a href=\'https://profiles.wordpress.org/nalininonstopnewsuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nalininonstopnewsuk</a>, <a href=\'https://profiles.wordpress.org/megphillips91/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>megphillips91</a>, <a href=\'https://profiles.wordpress.org/marks99/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marks99</a>, <em><a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a></em></em>, <em><a href=\'https://profiles.wordpress.org/antialiasfactory/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>antialiasfactory</a>, <a href=\'https://profiles.wordpress.org/herculespekkas/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>herculespekkas</a>, <a href=\'https://profiles.wordpress.org/chaion07/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chaion07</a></em><br><strong><em>Design:</em></strong><em> <a href=\'https://profiles.wordpress.org/melchoyce/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>melchoyce</a> </em></p>\n\n\n\n<p><em>For a fuller list of the contributors who have been involved in training and Learn WordPress, visit <a href=\"https://make.wordpress.org/community/2020/08/12/learn-wordpress-is-live/\">the initial beta launch post</a>. Thanks to everyone who has been involved to date and will be in the future. </em></p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/tag/learnwordpress\">#LearnWordPress</a> <a href=\"https://learn.wordpress.org/tag/learnwp\">#LearnWP</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:4:\"9444\";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:26:\"WordPress 5.6 “Simone”\";s: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:42:\"https://wordpress.org/news/2020/12/simone/\";s: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, 08 Dec 2020 19:46: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: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:3:\"5.6\";s: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=9325\";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:206:\"Meet Simone, our latest and greatest WordPress release. Named for the legendary performer Nina Simone. Fire up a playlist with her best work and read on to discover what WordPress 5.6 has in store for you. \";s: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: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:63924:\"\n<p>Meet Simone, our latest and greatest WordPress release. Named for the legendary performer Nina Simone, who is known for tunes like “Feeling Good”, “Young, Gifted and Black”, and “Four Women”. Fire up a playlist with her best work and read on to discover what we have in store for you. </p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"633\" src=\"https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?resize=632%2C633&ssl=1\" alt=\"WordPress 5.6 Simone with a photo of Nina Simone\" class=\"wp-image-9416\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?resize=1022%2C1024&ssl=1 1022w, https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?resize=300%2C300&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?resize=150%2C150&ssl=1 150w, https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?resize=768%2C769&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?w=1264&ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#d1e4dd;min-height:300px\"><div class=\"wp-block-cover__inner-container\">\n<p class=\"has-text-align-center has-black-color has-text-color has-background has-large-font-size\" style=\"background-color:#d1e4dd;padding: 10px\">Welcome to WordPress 5.6</p>\n<h3 class=\"has-text-align-center has-black-color has-text-color\">Sharing your stories has never been easier.</h3>\n</div></div>\n\n\n\n<p>WordPress 5.6 brings you countless ways to set your ideas free and bring them to life. With a brand-new default theme as your canvas, it supports an ever-growing collection of blocks as your brushes. Paint with words. Pictures. Sound. Or rich embedded media.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"234\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-1.jpeg?resize=632%2C234&ssl=1\" alt=\"colored circles\" class=\"wp-image-9346\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-1.jpeg?resize=1024%2C379&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-1.jpeg?resize=300%2C111&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-1.jpeg?resize=768%2C284&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-1.jpeg?w=1264&ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3>Greater layout flexibility</h3>\n\n\n\n<p>Bring your stories to life with more tools that let you edit your layout with or without code. Single column blocks, designs using mixed widths and columns, full-width headers, and gradients in your cover block—make small changes or big statements with equal ease!</p>\n\n\n\n<h3>More block patterns</h3>\n\n\n\n<p>In some themes, preconfigured block patterns make setting up standard pages on your site a breeze. Let the power of patterns streamline your workflow and save you clicks. Plus, share these features with clients, editors, and more.</p>\n\n\n\n<h3>Better video captioning</h3>\n\n\n\n<p>To help you add subtitles or captions to your videos, you can now upload them within your post or page. This makes it easier than ever to make your videos accessible for anyone who needs or prefers to use subtitles.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"120\" src=\"https://i2.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-2.jpeg?resize=632%2C120&ssl=1\" alt=\"black vertical line\" class=\"wp-image-9347\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-2.jpeg?resize=1024%2C194&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-2.jpeg?resize=300%2C57&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-2.jpeg?resize=768%2C146&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-2.jpeg?w=1264&ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2>Twenty Twenty-One is here!</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"714\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=632%2C714&ssl=1\" alt=\"Examples of block patterns available in Twenty Twenty-One.\" class=\"wp-image-9426\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=907%2C1024&ssl=1 907w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=266%2C300&ssl=1 266w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=768%2C867&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=1360%2C1536&ssl=1 1360w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=1814%2C2048&ssl=1 1814w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?w=1975&ssl=1 1975w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?w=1264&ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure>\n\n\n\n<p>Twenty Twenty-One is a blank canvas for your ideas, and the block editor is the best brush. It is built for the block editor and packed with brand-new block patterns you can only get in the default themes. Try different layouts in a matter of seconds, and let the theme’s eye-catching, yet timeless design make your work shine. </p>\n\n\n\n<p>What’s more, this default theme puts accessibility at the heart of your website. It conforms to the <a href=\"https://make.wordpress.org/themes/handbook/review/accessibility/\">WordPress accessibility-ready guidelines</a> and addresses several more specialized standards from the <a href=\"https://www.w3.org/WAI/WCAG2AAA-Conformance\">Web Content Accessibility Guidelines (WCAG) 2.1 at level AAA</a>. It will help you meet the highest level of international accessibility standards when you create accessible content and choose plugins which are accessible too!</p>\n\n\n\n<h3>A rainbow of soft pastels</h3>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"167\" src=\"https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=632%2C167&ssl=1\" alt=\"A mobile screenshot of each included color palette in Twenty Twenty-One, going in ROYGBIV order.\" class=\"wp-image-9424\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=1024%2C270&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=300%2C79&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=768%2C202&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=1536%2C405&ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=2048%2C540&ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?w=1264&ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure>\n\n\n\n<p>Perfect for a new year, Twenty Twenty-One gives you a range of pre-selected color palettes in pastel, all of which conform to AAA standards for contrast. You can also choose your own background color for the theme, and the theme chooses accessibility-conscious text colors for you — automatically!</p>\n\n\n\n<p>Need more flexibility than that? You can also choose your own color palette from the color picker.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"151\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-3.jpeg?resize=632%2C151&ssl=1\" alt=\"colored circles\" class=\"wp-image-9351\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-3.jpeg?resize=1024%2C245&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-3.jpeg?resize=300%2C72&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-3.jpeg?resize=768%2C183&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-3.jpeg?w=1264&ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2>Improvements for everyone</h2>\n\n\n\n<h3>Expanding auto-updates</h3>\n\n\n\n<p>For years, only developers have been able to update WordPress automatically. But now you have that option, right in your dashboard. If this is your first site, you have auto-updates ready to go, right now! Upgrading an existing site? No problem! Everything is the same as it was before.</p>\n\n\n\n<h3>Accessibility Statement </h3>\n\n\n\n<p>Even if you’re not an expert, you can start letting others know about your site’s commitment to accessibility! The new <a href=\"https://github.com/10degrees/accessibility-statement-plugin\">feature plugin</a> includes template copy for you to edit and publish, and it’s written to support different contexts and jurisdictions. </p>\n\n\n\n<h3>Built-in Patterns</h3>\n\n\n\n<p>If you’ve not had the chance to play with block patterns yet, all default themes now feature a range of block patterns that let you master complex layouts with minimal effort. Customize the patterns to your liking with the copy, images, and colors that fit your story or brand. </p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"185\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress-5-6-4.jpeg?resize=632%2C185&ssl=1\" alt=\"colored and textured rectangles\" class=\"wp-image-9352\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress-5-6-4.jpeg?resize=1024%2C300&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress-5-6-4.jpeg?resize=300%2C88&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress-5-6-4.jpeg?resize=768%2C225&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress-5-6-4.jpeg?w=1264&ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2>For developers</h2>\n\n\n\n<h3>REST API authentication with Application Passwords</h3>\n\n\n\n<p>Thanks to the API’s new Application Passwords authorization feature, third-party apps can connect to your site seamlessly and securely. This new REST API feature lets you see what apps are connecting to your site and control what they do. </p>\n\n\n\n<h3>More PHP 8 support</h3>\n\n\n\n<p>5.6 marks the first steps toward WordPress Core support for PHP 8. Now is a great time to start planning how your WordPress products, services, and sites can support the latest PHP version. For more information about what to expect next, <a href=\"https://make.wordpress.org/core/2020/11/23/wordpress-and-php-8-0/\">read the PHP 8 developer note</a>.</p>\n\n\n\n<h3>jQuery</h3>\n\n\n\n<p>Updates to jQuery in WordPress take place across three releases 5.5, 5.6, and 5.7. As we reach the mid-point of this process, <a href=\"https://wordpress.org/plugins/wp-jquery-update-test/\">run the update test plugin to check your sites for errors</a> ahead of time. </p>\n\n\n\n<p>If you find issues with the way your site looks ( e.g. a slider doesn’t work, a button is stuck — that sort of thing), install <a href=\"https://wordpress.org/plugins/enable-jquery-migrate-helper/\">the jQuery Migrate plugin</a>.</p>\n\n\n\n<h3>Check out the Field Guide</h3>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2020/11/20/wordpress-5-6-field-guide/\">Read about the latest version of WordPress in this guide.</a> It highlights developer notes for each change in the release. </p>\n\n\n\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#d1e4dd;min-height:300px\"><div class=\"wp-block-cover__inner-container\">\n<p class=\"has-text-align-center has-black-color has-text-color has-background has-large-font-size\" style=\"background-color:#d1e4dd;padding: 10px\">“It’s a new day, it’s a new life for me….and I’m feeling good.”</p>\n<h3 class=\"has-text-align-center has-black-color has-text-color\">~Nina Simone</h3>\n</div></div>\n\n\n\n<h2>The Squad</h2>\n\n\n\n<p>The WordPress 5.6 release comes to you from an all-women and non-binary identifying release squad: </p>\n\n\n\n<ul><li><strong>Release Lead:</strong> Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\">@chanthaboune</a>). Cohort: Chloé Bringmann (<a href=\"https://profiles.wordpress.org/cbringmann/\">@cbringmann</a>) and Angela Jin (<a href=\"https://profiles.wordpress.org/angelasjin/\">@angelasjin</a>).</li><li><strong>Release Coordinator:</strong> Dee Teal (<a href=\"https://profiles.wordpress.org/thewebprincess/\">@thewebprincess</a>). Cohort: Thelma Mutete (<a href=\"https://profiles.wordpress.org/thelmachido/\">@thelmachido</a>) and Laura Nelson (<a href=\"https://profiles.wordpress.org/laurora/\">@laurora</a>).</li><li><strong>Triage Lead:</strong> Tonya Mork (<a href=\"https://profiles.wordpress.org/hellofromtonya/\">@hellofromtonya</a>). </li><li><strong>Core Tech Lead:</strong> Helen Hou-Sandì (<a href=\"https://profiles.wordpress.org/helen/\">@helen</a>). Cohort: Amy Kamala (<a href=\"https://profiles.wordpress.org/amykamala/\">@amykamala</a>) and Ebonie Butler (<a href=\"https://profiles.wordpress.org/metalandcoffee/\">@metalandcoffee</a>).</li><li><strong>Editor Tech Lead:</strong> Isabel Brison (<a href=\"https://profiles.wordpress.org/isabel_brison/\">@isabel_brison</a>). Cohort: Chandrika Guntur (<a href=\"https://profiles.wordpress.org/cguntur/\">@cguntur</a>), Anchen le Roux (<a href=\"https://profiles.wordpress.org/anchenlr/\">@anchenlr</a>), and Rebecca Hum (<a href=\"https://profiles.wordpress.org/rebasaurus/\">@rebasaurus</a>).</li><li><strong>Design Leads:</strong> Ellen Bauer (<a href=\"https://profiles.wordpress.org/elmastudio/\">@elmastudio</a>) and Tammie Lister (<a href=\"https://profiles.wordpress.org/karmatosed/\">@karmatosed</a>). Cohort: Anyssa Ferreira (<a href=\"https://profiles.wordpress.org/anyssa/\">@anyssa</a>), Estela Rueda (<a href=\"https://profiles.wordpress.org/estelaris/\">@estelaris</a>), Tracy Apps (<a href=\"https://profiles.wordpress.org/tray/\">@tray</a>), and Sophia DeRosia (<a href=\"https://profiles.wordpress.org/eringoblog/\">@eringoblog</a>).</li><li><strong>Design Tech Lead:</strong> Shital Marakana (<a href=\"https://profiles.wordpress.org/shital-patel/\">@shital-patel</a>).</li><li><strong>Accessibility Lead:</strong> Sarah Ricker (<a href=\"https://profiles.wordpress.org/sarahricker/\">@sarahricke<strong>r</strong></a>). Cohort: Hauwa Abashiya (<a href=\"https://profiles.wordpress.org/azhiyadev/\">@azhiyadev</a>).</li><li><strong>Marketing & Communications Leads:</strong> Abha Thakor (<a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>) and Yvette Sonneveld (<a href=\"https://profiles.wordpress.org/yvettesonneveld/\">@yvettesonneveld</a>). Cohort: Nalini Thakor (<a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\">@nalininonstopnewsuk</a>), Meher Bala (<a href=\"https://profiles.wordpress.org/meher/\">@meher</a>), Olga Gleckler (<a href=\"https://profiles.wordpress.org/oglekler/\">@ogleckler</a>), Larissa Murrillo (<a href=\"https://profiles.wordpress.org/lmurillom/\">@lmurillom</a>), Michelle Frechette (<a href=\"https://profiles.wordpress.org/michelleames/\">@michelleames</a>), Breann McDede (<a href=\"https://profiles.wordpress.org/bmcdede/\">@bmcdede</a>), and Afshana Diya (<a href=\"https://profiles.wordpress.org/afshanadiya/\">@afshanadiya</a>).</li><li><strong>Documentation Lead: </strong>Shawntelle Coker (<a href=\"https://profiles.wordpress.org/sncoker/\">@sncoker</a>). Cohort: Daisy Olsen (<a href=\"https://profiles.wordpress.org/daisyo/\">@DaisyO</a>), Meher Bala (<a href=\"https://profiles.wordpress.org/meher/\">@meher</a>), Winstina Hughes (<a href=\"https://profiles.wordpress.org/planningwrite/\">@planningwrite</a>).</li><li><strong>Documentation Review Lead:</strong> Michele Butcher-Jones (<a href=\"https://profiles.wordpress.org/m_butcher/\">@m_butcher</a>). Cohort: Nidhi Jain (<a href=\"https://profiles.wordpress.org/jainnidhi/\">@jainnidhi</a>), Laura Byrne Cristiano (<a href=\"https://wordpress.org/support/users/newyorkerlaura/\">@newyorkerlaura</a>).</li><li><strong>Default Theme Design Lead:</strong> Mel Choyce-Dwan (<a href=\"https://profiles.wordpress.org/melchoyce/\">@melchoyce</a>). Cohort: Ellen Bauer (<a href=\"https://profiles.wordpress.org/elmastudio/\">@elmastudio</a>).</li><li><strong>Default Theme Development Lead:</strong> Carolina Nymark (<a href=\"https://profiles.wordpress.org/poena/\">@poena</a>). Cohort: Kelly Choyce-Dwan (<a href=\"https://profiles.wordpress.org/ryelle/\">@ryelle</a>) and Jessica Lyschik (<a href=\"https://profiles.wordpress.org/luminuu/\">@luminuu</a>).</li><li><strong>Default Theme Wrangler:</strong> Jessica Lyschik (<a href=\"https://profiles.wordpress.org/luminuu/\">@luminuu</a>).</li><li><strong>Test Lead:</strong> Monika Rao (<a href=\"https://profiles.wordpress.org/monikarao/\">@monikarao</a>). Cohort: Allie Nimmons (<a href=\"https://profiles.wordpress.org/alliennimmons/\">@alliennimmons</a>).</li><li><strong>Support Lead:</strong> Bet Hannon (<a href=\"https://profiles.wordpress.org/bethannon1/\">@bethannon1</a>).</li></ul>\n\n\n\n<p>As always, this release reflects the hard work of 605 generous volunteer contributors. They collaborated on nearly 350 tickets on Trac and over 1,000 pull requests on GitHub.</p>\n\n\n\n<a href=\"https://profiles.wordpress.org/zgrkaralar/\">Özgür KARALAR</a>, <a href=\"https://profiles.wordpress.org/1naveengiri/\">1naveengiri</a>, <a href=\"https://profiles.wordpress.org/a5hleyrich/\">A5hleyRich</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/abderrahman/\">abderrahman</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a>, <a href=\"https://profiles.wordpress.org/abhijitrakas/\">Abhijit Rakas</a>, <a href=\"https://profiles.wordpress.org/pokhriyal/\">Abhishek Pokhriyal</a>, <a href=\"https://profiles.wordpress.org/acosmin/\">acosmin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zielinski</a>, <a href=\"https://profiles.wordpress.org/addiestavlo/\">Addie</a>, <a href=\"https://profiles.wordpress.org/adriandegrafreak/\">Adrián de Grafreak</a>, <a href=\"https://profiles.wordpress.org/adriantirusli/\">Adrianti Rusli</a>, <a href=\"https://profiles.wordpress.org/afshanadiya/\">Afshana Diya</a>, <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Chaion</a>, <a href=\"https://profiles.wordpress.org/elgameel/\">Ahmed Elgameel</a>, <a href=\"https://profiles.wordpress.org/ajensen/\">ajensen</a>, <a href=\"https://profiles.wordpress.org/ajitbohra/\">Ajit Bohra</a>, <a href=\"https://profiles.wordpress.org/atachibana/\">Akira Tachibana</a>, <a href=\"https://profiles.wordpress.org/aktasfatih/\">aktasfatih</a>, <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juhé Lluveras</a>, <a href=\"https://profiles.wordpress.org/albertomake/\">albertomake</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/akirk/\">Alex Kirk</a>, <a href=\"https://profiles.wordpress.org/cawa-93/\">Alex Kozack</a>, <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a>, <a href=\"https://profiles.wordpress.org/viper007bond/\">Alex Mills</a>, <a href=\"https://profiles.wordpress.org/alexstandiford/\">Alex Standiford</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/alliennimmons/\">Allie Nimmons</a>, <a href=\"https://profiles.wordpress.org/ambienthack/\">ambienthack</a>, <a href=\"https://profiles.wordpress.org/wpamitkumar/\">Amit Dudhat</a>, <a href=\"https://profiles.wordpress.org/amolv/\">Amol Vhankalas</a>, <a href=\"https://profiles.wordpress.org/amykamala/\">Amy Kamala</a>, <a href=\"https://profiles.wordpress.org/anandau14/\">Anand Upadhyay</a>, <a href=\"https://profiles.wordpress.org/anchenlr/\">Anchen le Roux</a>, <a href=\"https://profiles.wordpress.org/anlino/\">Anders Norén</a>, <a href=\"https://profiles.wordpress.org/nosolosw/\">André Maneiro</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andreamiddleton/\">Andrea Middleton</a>, <a href=\"https://profiles.wordpress.org/baicusandrei/\">Andrei Baicus</a>, <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a>, <a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/nacin/\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rarst/\">Andrey \"Rarst\" Savchenko</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/andy/\">Andy Skelton</a>, <a href=\"https://profiles.wordpress.org/andystitt829/\">Andy Stitt</a>, <a href=\"https://profiles.wordpress.org/akissz/\">Angel Hess</a>, <a href=\"https://profiles.wordpress.org/angelasjin/\">Angela Jin</a>, <a href=\"https://profiles.wordpress.org/wpgurudev/\">Ankit Gade</a>, <a href=\"https://profiles.wordpress.org/ankitmaru/\">Ankit Panchal</a>, <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a>, <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/ahortin/\">Anthony Hortin</a>, <a href=\"https://profiles.wordpress.org/antonlukin/\">Anton Lukin</a>, <a href=\"https://profiles.wordpress.org/antonisme/\">Antonis Lilis</a>, <a href=\"https://profiles.wordpress.org/anuj2/\">anuj2</a>, <a href=\"https://profiles.wordpress.org/anyssa/\">Anyssa Ferreira</a>, <a href=\"https://profiles.wordpress.org/apedog/\">apedog</a>, <a href=\"https://profiles.wordpress.org/apermo/\">Apermo</a>, <a href=\"https://profiles.wordpress.org/archduck/\">archduck</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/arippberger/\">arippberger</a>, <a href=\"https://profiles.wordpress.org/arjendejong/\">arjendejong</a>, <a href=\"https://profiles.wordpress.org/arnaudban/\">ArnaudBan</a>, <a href=\"https://profiles.wordpress.org/arpitgshah/\">Arpit G Shah</a>, <a href=\"https://profiles.wordpress.org/passoniate/\">Arslan Ahmed</a>, <a href=\"https://profiles.wordpress.org/akkspro/\">Arslan Ahmed Kalwar</a>, <a href=\"https://profiles.wordpress.org/asvinballoo/\">Asvin Balloo</a>, <a href=\"https://profiles.wordpress.org/tacitonic/\">Atharva Dhekne</a>, <a href=\"https://profiles.wordpress.org/austyfrosty/\">Austin Passy</a>, <a href=\"https://profiles.wordpress.org/austin880625/\">austin880625</a>, <a href=\"https://profiles.wordpress.org/avixansa/\">avixansa</a>, <a href=\"https://profiles.wordpress.org/ayesh/\">ayesh</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/backups/\">BackuPs</a>, <a href=\"https://profiles.wordpress.org/barry/\">Barry</a>, <a href=\"https://profiles.wordpress.org/bartczyz/\">Bart Czyz</a>, <a href=\"https://profiles.wordpress.org/bduclos/\">bduclos</a>, <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a>, <a href=\"https://profiles.wordpress.org/benmeredithgmailcom/\">Ben Meredith</a>, <a href=\"https://profiles.wordpress.org/kau-boy/\">Bernhard Kau</a>, <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernhard Reiter</a>, <a href=\"https://profiles.wordpress.org/bethannon1/\">Bet Hannon</a>, <a href=\"https://profiles.wordpress.org/bethsoderberg/\">Beth Soderberg</a>, <a href=\"https://profiles.wordpress.org/bgermann/\">bgermann</a>, <a href=\"https://profiles.wordpress.org/hareshlive/\">Bhagvan Mangukiya</a>, <a href=\"https://profiles.wordpress.org/bhautikvirani/\">bhautikvirani</a>, <a href=\"https://profiles.wordpress.org/bananastalktome/\">Billy S</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/boldgrid/\">BoldGrid</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/bradyvercher/\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/bpayton/\">Brandon Payton</a>, <a href=\"https://profiles.wordpress.org/bmcdede/\">Breann McDede</a>, <a href=\"https://profiles.wordpress.org/bmillersw/\">Brent Miller</a>, <a href=\"https://profiles.wordpress.org/brentswisher/\">Brent Swisher</a>, <a href=\"https://profiles.wordpress.org/brianhenryie/\">Brian Henry</a>, <a href=\"https://profiles.wordpress.org/brianhogg/\">Brian Hogg</a>, <a href=\"https://profiles.wordpress.org/bridgetwillard/\">bridgetwillard</a>, <a href=\"https://profiles.wordpress.org/brijeshb42/\">brijeshb42</a>, <a href=\"https://profiles.wordpress.org/burhandodhy/\">Burhan Nasir</a>, <a href=\"https://profiles.wordpress.org/icaleb/\">Caleb Burks</a>, <a href=\"https://profiles.wordpress.org/calin/\">Calin Don</a>, <a href=\"https://profiles.wordpress.org/cvoell/\">Cameron Voell</a>, <a href=\"https://profiles.wordpress.org/campusboy1987/\">campusboy</a>, <a href=\"https://profiles.wordpress.org/carike/\">Carike</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/carolinegeven/\">Caroline</a>, <a href=\"https://profiles.wordpress.org/ceyhun0/\">ceyhun0</a>, <a href=\"https://profiles.wordpress.org/chadreitsma/\">Chad Reitsma</a>, <a href=\"https://profiles.wordpress.org/cguntur/\">Chandrika Guntur</a>, <a href=\"https://profiles.wordpress.org/cpapazoglou/\">Charalampos Papazoglou</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/chexwarrior/\">chexwarrior</a>, <a href=\"https://profiles.wordpress.org/chintan1896/\">Chintan hingrajiya</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/alexandec/\">Chris Alexander</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/chriscct7/\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/ctmartin0/\">Christian Martin</a>, <a href=\"https://profiles.wordpress.org/christophherr/\">Christoph Herr</a>, <a href=\"https://profiles.wordpress.org/vimes1984/\">Christopher Churchill</a>, <a href=\"https://profiles.wordpress.org/chunkysteveo/\">chunkysteveo</a>, <a href=\"https://profiles.wordpress.org/claudiulodro/\">Claudiu Lodromanean</a>, <a href=\"https://profiles.wordpress.org/claytoncollie/\">Clayton Collie</a>, <a href=\"https://profiles.wordpress.org/collizo4sky/\">Collins Agbonghama</a>, <a href=\"https://profiles.wordpress.org/commeuneimage/\">Commeuneimage</a>, <a href=\"https://profiles.wordpress.org/copons/\">Copons</a>, <a href=\"https://profiles.wordpress.org/salzano/\">Corey Salzano</a>, <a href=\"https://profiles.wordpress.org/cranewest/\">cranewest</a>, <a href=\"https://profiles.wordpress.org/littlebigthing/\">Csaba (LittleBigThings)</a>, <a href=\"https://profiles.wordpress.org/ctmartin/\">ctmartin</a>, <a href=\"https://profiles.wordpress.org/davidszabo/\">Dávid Szabó</a>, <a href=\"https://profiles.wordpress.org/daisyo/\">Daisy Olsen</a>, <a href=\"https://profiles.wordpress.org/danfarrow/\">Dan Farrow</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</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/danieltj/\">danieltj</a>, <a href=\"https://profiles.wordpress.org/dantahoua/\">dantahoua</a>, <a href=\"https://profiles.wordpress.org/dkotter/\">Darin Kotter</a>, <a href=\"https://profiles.wordpress.org/dmchale/\">Dave McHale</a>, <a href=\"https://profiles.wordpress.org/davilera/\">David Aguilera</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/dgwyer/\">David Gwyer</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dshanske/\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a>, <a href=\"https://profiles.wordpress.org/davidjlaietta/\">David Wolfpaw</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">david.binda</a>, <a href=\"https://profiles.wordpress.org/davisshaver/\">Davis Shaver</a>, <a href=\"https://profiles.wordpress.org/dd32/\">dd32</a>, <a href=\"https://profiles.wordpress.org/p00ya/\">Dean</a>, <a href=\"https://profiles.wordpress.org/dkarfa/\">Debabrata Karfa</a>, <a href=\"https://profiles.wordpress.org/thewebprincess/\">Dee Teal</a>, <a href=\"https://profiles.wordpress.org/deepaklalwani/\">Deepak Lalwani</a>, <a href=\"https://profiles.wordpress.org/dekervit/\">dekervit</a>, <a href=\"https://profiles.wordpress.org/demetris/\">demetris (Demetris Kikizas)</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy/\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/valendesigns/\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/designer023/\">Designer023</a>, <a href=\"https://profiles.wordpress.org/dfenton/\">dfenton</a>, <a href=\"https://profiles.wordpress.org/dharm1025/\">Dharmesh Patel</a>, <a href=\"https://profiles.wordpress.org/dharmin16/\">Dharmin Shah</a>, <a href=\"https://profiles.wordpress.org/dhruvin/\">Dhruvin</a>, <a href=\"https://profiles.wordpress.org/dhulwells/\">Dhul Wells</a>, <a href=\"https://profiles.wordpress.org/dietpawel/\">dietpawel</a>, <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/dingo_d/\">dingo-d</a>, <a href=\"https://profiles.wordpress.org/djzone/\">DjZoNe</a>, <a href=\"https://profiles.wordpress.org/dogwithblog/\">dogwithblog</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/donsony/\">donsony</a>, <a href=\"https://profiles.wordpress.org/dossy/\">Dossy Shiobara</a>, <a href=\"https://profiles.wordpress.org/dpacks/\">dpacks</a>, <a href=\"https://profiles.wordpress.org/raubvogel/\">Dr. Ronny Harbich</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/dsifford/\">dsifford</a>, <a href=\"https://profiles.wordpress.org/dushakov/\">dushakov</a>, <a href=\"https://profiles.wordpress.org/dushanthi/\">dushanthi</a>, <a href=\"https://profiles.wordpress.org/dyrer/\">dyrer</a>, <a href=\"https://profiles.wordpress.org/elrae/\">Earle Davies</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/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/elmastudio/\">Ellen Bauer</a>, <a href=\"https://profiles.wordpress.org/enej/\">Enej Bajgorić</a>, <a href=\"https://profiles.wordpress.org/nrqsnchz/\">Enrique Sánchez</a>, <a href=\"https://profiles.wordpress.org/epiqueras/\">epiqueras</a>, <a href=\"https://profiles.wordpress.org/kebbet/\">Erik Betshammar</a>, <a href=\"https://profiles.wordpress.org/erikjandelange/\">erikjandelange</a>, <a href=\"https://profiles.wordpress.org/folletto/\">Erin \'Folletto\' Casali</a>, <a href=\"https://profiles.wordpress.org/eringoblog/\">eringoblog</a>, <a href=\"https://profiles.wordpress.org/eroraghav/\">eroraghav</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/thegp/\">EugeneBos</a>, <a href=\"https://profiles.wordpress.org/circlecube/\">Evan Mullins</a>, <a href=\"https://profiles.wordpress.org/fabifott/\">Fabian</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian Kägy</a>, <a href=\"https://profiles.wordpress.org/gaambo/\">Fabian Todt</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/ferkho/\">Ferenc Forgacs</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/flymike/\">flymike</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/fjarrett/\">Frankie Jarrett</a>, <a href=\"https://profiles.wordpress.org/fullofcaffeine/\">fullofcaffeine</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/garyc40/\">Gary Cao</a>, <a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/gchtr/\">gchtr</a>, <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/subscriptiongroup/\">George</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/glauberglauber/\">Glauber Mota</a>, <a href=\"https://profiles.wordpress.org/glendaviesnz/\">glendaviesnz</a>, <a href=\"https://profiles.wordpress.org/goldenapples/\">goldenapples</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/guidooffermans/\">guidooffermans</a>, <a href=\"https://profiles.wordpress.org/gumacahin/\">gumacahin</a>, <a href=\"https://profiles.wordpress.org/hvar/\">H-var</a>, <a href=\"https://profiles.wordpress.org/hakre/\">hakre</a>, <a href=\"https://profiles.wordpress.org/happiryu/\">happiryu</a>, <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh</a>, <a href=\"https://profiles.wordpress.org/isharis/\">Haris Zulfiqar</a>, <a href=\"https://profiles.wordpress.org/harrym/\">harrym</a>, <a href=\"https://profiles.wordpress.org/harshbarach/\">harshbarach</a>, <a href=\"https://profiles.wordpress.org/azhiyadev/\">Hauwa Abashiya</a>, <a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</a>, <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/henrywright/\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/herregroen/\">Herre Groen</a>, <a href=\"https://profiles.wordpress.org/hoasi/\">HoaSi</a>, <a href=\"https://profiles.wordpress.org/hongnizzle/\">Hong Nga Nguyen</a>, <a href=\"https://profiles.wordpress.org/howdy_mcgee/\">Howdy_McGee</a>, <a href=\"https://profiles.wordpress.org/hlashbrooke/\">Hugh Lashbrooke</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/igorradovanov/\">Igor Radovanov</a>, <a href=\"https://profiles.wordpress.org/gsayed786/\">Imran Sayed</a>, <a href=\"https://profiles.wordpress.org/ingereck/\">ingereck</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/iqbalbary/\">iqbalbary</a>, <a href=\"https://profiles.wordpress.org/ireneyoast/\">Irene Strikkers</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/jagirbaheshwp/\">jagirbaheshwp</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/twentyzerotwo/\">Jake Whiteley</a>, <a href=\"https://profiles.wordpress.org/jamescollins/\">James Collins</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/jameslnewell/\">jameslnewell</a>, <a href=\"https://profiles.wordpress.org/janthiel/\">Jan Thiel</a>, <a href=\"https://profiles.wordpress.org/javidalkaruzi/\">Janvo Aldred</a>, <a href=\"https://profiles.wordpress.org/jaredcobb/\">Jared Cobb</a>, <a href=\"https://profiles.wordpress.org/jaswrks/\">Jason Caldwell</a>, <a href=\"https://profiles.wordpress.org/madtownlems/\">Jason LeMahieu (MadtownLems)</a>, <a href=\"https://profiles.wordpress.org/javorszky/\">javorszky</a>, <a href=\"https://profiles.wordpress.org/jaydeep-rami/\">Jaydip Rami</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a>, <a href=\"https://profiles.wordpress.org/jeffmatson/\">Jeff Matson</a>, <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeff Paul</a>, <a href=\"https://profiles.wordpress.org/jeffikus/\">jeffikus</a>, <a href=\"https://profiles.wordpress.org/jellypixel/\">jellypixel</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jeremyescott/\">Jeremy Scott</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/jeryj/\">jeryj</a>, <a href=\"https://profiles.wordpress.org/jeslen/\">Jeslen Bucci</a>, <a href=\"https://profiles.wordpress.org/luminuu/\">Jessica Lyschik</a>, <a href=\"https://profiles.wordpress.org/jfoulquier/\">jfoulquier</a>, <a href=\"https://profiles.wordpress.org/jimyaghi/\">jimyaghi</a>, <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</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/joelyoder/\">joelyoder</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johannadevos/\">Johanna de Vos</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnny5/\">John Godley</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/jb510/\">Jon Brown</a>, <a href=\"https://profiles.wordpress.org/psykro/\">Jonathan Bossenger</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/koke/\">Jorge Bernal</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/joseaneto/\">joseaneto</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a>, <a href=\"https://profiles.wordpress.org/joshlevinson/\">Josh Levinson</a>, <a href=\"https://profiles.wordpress.org/shelob9/\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/joshuatf/\">joshuatf</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/jsnajdr/\">jsnajdr</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/junaidbhura/\">Junaid Bhura</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/justlevine/\">justlevine</a>, <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</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/karthikbhatb/\">Karthik Bhat</a>, <a href=\"https://profiles.wordpress.org/kasparsd/\">Kaspars</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kellychoffman/\">Kelly Hoffman</a>, <a href=\"https://profiles.wordpress.org/kelsu02/\">Kelly R</a>, <a href=\"https://profiles.wordpress.org/kellybleck/\">kellybleck</a>, <a href=\"https://profiles.wordpress.org/kellylawrence/\">kellylawrence</a>, <a href=\"https://profiles.wordpress.org/khag7/\">Kevin Hagerty</a>, <a href=\"https://profiles.wordpress.org/kharisblank/\">Kharis Sulistiyono</a>, <a href=\"https://profiles.wordpress.org/kipperlenny/\">Kipperlenny</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/kishanjasani/\">Kishan Jasani</a>, <a href=\"https://profiles.wordpress.org/ixkaito/\">Kite</a>, <a href=\"https://profiles.wordpress.org/kittmedia/\">KittMedia</a>, <a href=\"https://profiles.wordpress.org/kjbenk/\">kjbenk</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/komagain/\">komagain</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/krupajnanda/\">Krupa</a>, <a href=\"https://profiles.wordpress.org/kbjohnson90/\">Kyle B. Johnson</a>, <a href=\"https://profiles.wordpress.org/landau/\">landau</a>, <a href=\"https://profiles.wordpress.org/lmurillom/\">Larissa Murillo</a>, <a href=\"https://profiles.wordpress.org/latifi/\">latifi</a>, <a href=\"https://profiles.wordpress.org/newyorkerlaura/\">Laura Byrne</a>, <a href=\"https://profiles.wordpress.org/laurora/\">Laura Nelson</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/gamerz/\">Lester Chan</a>, <a href=\"https://profiles.wordpress.org/leutrimh/\">Leutrim Husaj</a>, <a href=\"https://profiles.wordpress.org/limera1n/\">lim3ra</a>, <a href=\"https://profiles.wordpress.org/lpointet/\">Lionel Pointet</a>, <a href=\"https://profiles.wordpress.org/llizard/\">llizard</a>, <a href=\"https://profiles.wordpress.org/louislaugesen/\">Louis</a>, <a href=\"https://profiles.wordpress.org/lucagrandicelli/\">Luca Grandicelli</a>, <a href=\"https://profiles.wordpress.org/_luigi/\">Luigi Cavalieri</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh/\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/lumne/\">Lumne</a>, <a href=\"https://profiles.wordpress.org/mager19/\">mager19</a>, <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a>, <a href=\"https://profiles.wordpress.org/mahesh901122/\">Mahesh Waghmare</a>, <a href=\"https://profiles.wordpress.org/mailnew2ster/\">mailnew2ster</a>, <a href=\"https://profiles.wordpress.org/shamimmoeen/\">Mainul Hassan Main</a>, <a href=\"https://profiles.wordpress.org/malinajirka/\">malinajirka</a>, <a href=\"https://profiles.wordpress.org/manzwebdesigns/\">manzwebdesigns</a>, <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a>, <a href=\"https://profiles.wordpress.org/marekhrabe/\">Marek Hrabe</a>, <a href=\"https://profiles.wordpress.org/chaton666/\">Marie Comet</a>, <a href=\"https://profiles.wordpress.org/marijnkoopman/\">Marijn</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/markjaquith/\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/markparnell/\">Mark Parnell</a>, <a href=\"https://profiles.wordpress.org/markscottrobson/\">Mark Robson</a>, <a href=\"https://profiles.wordpress.org/marks99/\">Mark Smallman</a>, <a href=\"https://profiles.wordpress.org/mapk/\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/markoheijnen/\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/markshep/\">markshep</a>, <a href=\"https://profiles.wordpress.org/m-e-h/\">Marty Helmick</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a>, <a href=\"https://profiles.wordpress.org/wetah/\">Mateus Machado Luna</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/webdevmattcrom/\">Matt Cromwell</a>, <a href=\"https://profiles.wordpress.org/gothickgothickorguk/\">Matt Gibson</a>, <a href=\"https://profiles.wordpress.org/mattkeys/\">Matt Keys</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/mattchowning/\">mattchowning</a>, <a href=\"https://profiles.wordpress.org/pfefferle/\">Matthias Pfefferle</a>, <a href=\"https://profiles.wordpress.org/mattoperry/\">mattoperry</a>, <a href=\"https://profiles.wordpress.org/mayankmajeji/\">Mayank Majeji</a>, <a href=\"https://profiles.wordpress.org/meaganhanes/\">Meagan Hanes</a>, <a href=\"https://profiles.wordpress.org/megphillips91/\">Meg Phillips</a>, <a href=\"https://profiles.wordpress.org/meher/\">Meher Bala</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/mgol/\">mgol</a>, <a href=\"https://profiles.wordpress.org/mgrenierfarmmedia/\">mgrenierfarmmedia</a>, <a href=\"https://profiles.wordpress.org/michael-arestad/\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/tw2113/\">Michael Beckwith</a>, <a href=\"https://profiles.wordpress.org/m_butcher/\">Michele Butcher-Jones</a>, <a href=\"https://profiles.wordpress.org/michelleames/\">Michelle Frechette</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/mihdan/\">mihdan</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikelopez/\">mikelopez</a>, <a href=\"https://profiles.wordpress.org/mikeyarce/\">Mikey Arce</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/eemitch/\">Mitchell Bennis</a>, <a href=\"https://profiles.wordpress.org/mmarco9/\">mmarco9</a>, <a href=\"https://profiles.wordpress.org/batmoo/\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/monikarao/\">Monika Rao</a>, <a href=\"https://profiles.wordpress.org/mopsyd/\">mopsyd</a>, <a href=\"https://profiles.wordpress.org/morganestes/\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/gwendydd/\">Morgan Kay</a>, <a href=\"https://profiles.wordpress.org/man4toman/\">Morteza Geransayeh</a>, <a href=\"https://profiles.wordpress.org/computerguru/\">mqudsi</a>, <a href=\"https://profiles.wordpress.org/mreishus/\">mreishus</a>, <a href=\"https://profiles.wordpress.org/mrgrt/\">mrgrt</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/musicaljoeker/\">musicaljoeker</a>, <a href=\"https://profiles.wordpress.org/mweichert/\">mweichert</a>, <a href=\"https://profiles.wordpress.org/n5hzr/\">n5hzr</a>, <a href=\"https://profiles.wordpress.org/nabilmoqbel/\">Nabil Moqbel</a>, <a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\">Nalini Thakor</a>, <a href=\"https://profiles.wordpress.org/naoki0h/\">Naoki Ohashi</a>, <a href=\"https://profiles.wordpress.org/nao/\">Naoko Takano</a>, <a href=\"https://profiles.wordpress.org/nateinaction/\">Nate Gay</a>, <a href=\"https://profiles.wordpress.org/nathanatmoz/\">Nathan Johnson</a>, <a href=\"https://profiles.wordpress.org/navanathbhosale/\">Navanath Bhosale</a>, <a href=\"https://profiles.wordpress.org/naveenkharwar/\">Naveen Kharwar</a>, <a href=\"https://profiles.wordpress.org/lcyh78/\">Neil James (lcyh78)</a>, <a href=\"https://profiles.wordpress.org/nendeb55/\">nendeb</a>, <a href=\"https://profiles.wordpress.org/krstarica/\">net</a>, <a href=\"https://profiles.wordpress.org/arealnobrainer/\">Netravnen</a>, <a href=\"https://profiles.wordpress.org/nicomollet/\">nicomollet</a>, <a href=\"https://profiles.wordpress.org/jainnidhi/\">Nidhi Jain</a>, <a href=\"https://profiles.wordpress.org/nielslange/\">Niels Lange</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/nikolam/\">Nikola</a>, <a href=\"https://profiles.wordpress.org/nbachiyski/\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/njbrown/\">njbrown</a>, <a href=\"https://profiles.wordpress.org/nlpro/\">nlpro</a>, <a href=\"https://profiles.wordpress.org/noahtallen/\">Noah Allen</a>, <a href=\"https://profiles.wordpress.org/noahshrader/\">noahshrader</a>, <a href=\"https://profiles.wordpress.org/nourma/\">nourma</a>, <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a>, <a href=\"https://profiles.wordpress.org/oguzkocer/\">oguzkocer</a>, <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a>, <a href=\"https://profiles.wordpress.org/alshakero/\">Omar Alshaker</a>, <a href=\"https://profiles.wordpress.org/omarreiss/\">Omar Reiss</a>, <a href=\"https://profiles.wordpress.org/oolleegg55/\">oolleegg55</a>, <a href=\"https://profiles.wordpress.org/optimizingmatters/\">Optimizing Matters</a>, <a href=\"https://profiles.wordpress.org/ov3rfly/\">Ov3rfly</a>, <a href=\"https://profiles.wordpress.org/ovann86/\">ovann86</a>, <a href=\"https://profiles.wordpress.org/ovenall/\">ovenall</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/jhonqwerty/\">pabloselin</a>, <a href=\"https://profiles.wordpress.org/paddy/\">Paddy</a>, <a href=\"https://profiles.wordpress.org/pankajmohale/\">Pankaj Mohale</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/casiepa/\">Pascal Casier</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/paulstonier/\">Paul Stonier</a>, <a href=\"https://profiles.wordpress.org/pschrottky/\">Paul Von Schrottky</a>, <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendonça</a>, <a href=\"https://profiles.wordpress.org/pentatonicfunk/\">pentatonicfunk</a>, <a href=\"https://profiles.wordpress.org/pputzer/\">pepe</a>, <a href=\"https://profiles.wordpress.org/pekz0r/\">Peter Elmered</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/johnstonphilip/\">Phil Johnston</a>, <a href=\"https://profiles.wordpress.org/pierlo/\">Pierre Gordon</a>, <a href=\"https://profiles.wordpress.org/decrecementofeliz/\">Pilar Mera</a>, <a href=\"https://profiles.wordpress.org/wppinar/\">Pinar</a>, <a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a>, <a href=\"https://profiles.wordpress.org/pishmishy/\">pishmishy</a>, <a href=\"https://profiles.wordpress.org/pkvillanueva/\">pkvillanueva</a>, <a href=\"https://profiles.wordpress.org/prashanttholia/\">prashanttholia</a>, <a href=\"https://profiles.wordpress.org/pratikkry/\">Pratik K. Yadav</a>, <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/presstoke/\">presstoke</a>, <a href=\"https://profiles.wordpress.org/prionkor/\">prionkor</a>, <a href=\"https://profiles.wordpress.org/psealock/\">psealock</a>, <a href=\"https://profiles.wordpress.org/puneetsahalot/\">Puneet Sahalot</a>, <a href=\"https://profiles.wordpress.org/itsjonq/\">Q</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rajanit2000/\">Rajan Vijayan</a>, <a href=\"https://profiles.wordpress.org/rajeshsingh520/\">rajeshsingh520</a>, <a href=\"https://profiles.wordpress.org/ramiy/\">Rami Yushuvaev</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/rebasaurus/\">rebasaurus</a>, <a href=\"https://profiles.wordpress.org/redstar504/\">redstar504</a>, <a href=\"https://profiles.wordpress.org/regankhadgi/\">Regan Khadgi</a>, <a href=\"https://profiles.wordpress.org/renehermi/\">Rene Hermenau</a>, <a href=\"https://profiles.wordpress.org/retlehs/\">retlehs</a>, <a href=\"https://profiles.wordpress.org/retrofox/\">retrofox</a>, <a href=\"https://profiles.wordpress.org/riaanlom/\">riaanlom</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/ribaricplusplus/\">ribaricplusplus</a>, <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a>, <a href=\"https://profiles.wordpress.org/rnaby/\">Rnaby</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/miqrogroove/\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/kreppar/\">Rodrigo Arias</a>, <a href=\"https://profiles.wordpress.org/rogerlos/\">rogerlos</a>, <a href=\"https://profiles.wordpress.org/roikles/\">roikles</a>, <a href=\"https://profiles.wordpress.org/rolfsiebers/\">Rolf Siebers</a>, <a href=\"https://profiles.wordpress.org/ronakganatra/\">Ronak Ganatra</a>, <a href=\"https://profiles.wordpress.org/roo2/\">roo2</a>, <a href=\"https://profiles.wordpress.org/rtagliento/\">rtagliento</a>, <a href=\"https://profiles.wordpress.org/bookdude13/\">Ryan Fredlund</a>, <a href=\"https://profiles.wordpress.org/ryankienstra/\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/soean/\">Sören Wrede</a>, <a href=\"https://profiles.wordpress.org/sabrinazeidan/\">Sabrina Zeidan</a>, <a href=\"https://profiles.wordpress.org/saeedfard/\">Saeed Fard</a>, <a href=\"https://profiles.wordpress.org/salvoaranzulla/\">salvoaranzulla</a>, <a href=\"https://profiles.wordpress.org/samful/\">Sam Fullalove</a>, <a href=\"https://profiles.wordpress.org/sswebster/\">Sam Webster</a>, <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sanzeeb3/\">Sanjeev Aryal</a>, <a href=\"https://profiles.wordpress.org/saqibameen/\">Saqib Ameen</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/sawanoboly/\">sawanoboly</a>, <a href=\"https://profiles.wordpress.org/scarolan/\">scarolan</a>, <a href=\"https://profiles.wordpress.org/l3rady/\">Scott Cariss</a>, <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/scribu/\">scribu</a>, <a href=\"https://profiles.wordpress.org/scruffian/\">scruffian</a>, <a href=\"https://profiles.wordpress.org/seanpaulrasmussen/\">seanpaulrasmussen</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/senning/\">Senning</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/sergioestevao/\">SergioEstevao</a>, <a href=\"https://profiles.wordpress.org/shaunandrews/\">shaunandrews</a>, <a href=\"https://profiles.wordpress.org/sncoker/\">Shawntelle Coker</a>, <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/shramee/\">shramee</a>, <a href=\"https://profiles.wordpress.org/sresok/\">Simon Resok</a>, <a href=\"https://profiles.wordpress.org/sirreal/\">sirreal</a>, <a href=\"https://profiles.wordpress.org/smerriman/\">smerriman</a>, <a href=\"https://profiles.wordpress.org/snapfractalpop/\">snapfractalpop</a>, <a href=\"https://profiles.wordpress.org/sproutchris/\">sproutchris</a>, <a href=\"https://profiles.wordpress.org/stulab/\">Stéphane Treilhou</a>, <a href=\"https://profiles.wordpress.org/metodiew/\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/garubi/\">Stefano Garuti</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/dufresnesteven/\">Steve Dufresne</a>, <a href=\"https://profiles.wordpress.org/sterndata/\">Steven Stern (sterndata)</a>, <a href=\"https://profiles.wordpress.org/stevenlinx/\">stevenlinx</a>, <a href=\"https://profiles.wordpress.org/stoyangeorgiev/\">Stoyan Georgiev</a>, <a href=\"https://profiles.wordpress.org/sudoshreyansh/\">sudoshreyansh</a>, <a href=\"https://profiles.wordpress.org/smub/\">Syed Balkhi</a>, <a href=\"https://profiles.wordpress.org/szaqal21/\">szaqal21</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/utz119/\">TeBenachi</a>, <a href=\"https://profiles.wordpress.org/techboyg5/\">techboyg5</a>, <a href=\"https://profiles.wordpress.org/tellyworth/\">Tellyworth</a>, <a href=\"https://profiles.wordpress.org/thefarlilacfield/\">thefarlilacfield</a>, <a href=\"https://profiles.wordpress.org/thelmachido/\">Thelma Mutete</a>, <a href=\"https://profiles.wordpress.org/thib3113/\">thib3113</a>, <a href=\"https://profiles.wordpress.org/thijsvanloef/\">thijsvanloef</a>, <a href=\"https://profiles.wordpress.org/webzunft/\">Thomas M</a>, <a href=\"https://profiles.wordpress.org/thomasplevy/\">Thomas Patrick Levy</a>, <a href=\"https://profiles.wordpress.org/thomaslhotta/\">thomaslhotta</a>, <a href=\"https://profiles.wordpress.org/timhavinga/\">Tim Havinga</a>, <a href=\"https://profiles.wordpress.org/hedgefield/\">Tim Hengeveld</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/timotijhof/\">TimoTijhof</a>, <a href=\"https://profiles.wordpress.org/tkama/\">Tkama</a>, <a href=\"https://profiles.wordpress.org/tmdesigned/\">tmdesigned</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/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/torres126/\">torres126</a>, <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/itowhid06/\">Towhidul I Chowdhury</a>, <a href=\"https://profiles.wordpress.org/tray/\">tracy apps</a>, <a href=\"https://profiles.wordpress.org/treibstoff/\">treibstoff</a>, <a href=\"https://profiles.wordpress.org/trisha_cornelius/\">Trisha Cornelius</a>, <a href=\"https://profiles.wordpress.org/dinhtungdu/\">Tung Du</a>, <a href=\"https://profiles.wordpress.org/tzafrir/\">tzafrir</a>, <a href=\"https://profiles.wordpress.org/desaiuditd/\">Udit Desai</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/uxkai/\">uxkai</a>, <a href=\"https://profiles.wordpress.org/valentinbora/\">Valentin Bora</a>, <a href=\"https://profiles.wordpress.org/contact-banker/\">Varun Sharma</a>, <a href=\"https://profiles.wordpress.org/vcanales/\">vcanales</a>, <a href=\"https://profiles.wordpress.org/ravivaddweb/\">vidhiaddweb</a>, <a href=\"https://profiles.wordpress.org/vinayakanivase/\">Vinayak Anivase</a>, <a href=\"https://profiles.wordpress.org/vinita29/\">Vinita Tandulkar</a>, <a href=\"https://profiles.wordpress.org/usestrict/\">Vinny</a>, <a href=\"https://profiles.wordpress.org/virgodesign/\">virgodesign</a>, <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design | Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/webmigrates/\">Webmigrates Technologies</a>, <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/williampatton/\">williampatton</a>, <a href=\"https://profiles.wordpress.org/planningwrite/\">Winstina Hughes</a>, <a href=\"https://profiles.wordpress.org/wittich/\">wittich</a>, <a href=\"https://profiles.wordpress.org/worldweb/\">worldweb</a>, <a href=\"https://profiles.wordpress.org/y_kolev/\">Y_Kolev</a>, <a href=\"https://profiles.wordpress.org/yansern/\">Yan Sern</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/yvettesonneveld/\">Yvette Sonneveld</a>, and <a href=\"https://profiles.wordpress.org/zebulan/\">Zebulan Stanphill</a>.\n\n\n\n<p></p>\n\n\n\n<p>In addition, many thanks to all of the community volunteers who contribute in the <a href=\"https://wordpress.org/support/\">support forums</a>. They answer questions from people across the world, whether they are using WordPress for the first time, or they’ve been around since the first release all the way back in 2003. These releases are as successful as they are because of their efforts!</p>\n\n\n\n<p>Finally, thanks to all the community translators who helped make WordPress 5.6. available in 38 languages at the time of release. Our community translators are hard at work ensuring more languages are on their way (70 are already at 90%). If contributing to WordPress appeals to you, it’s easy to learn more. Check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> or the <a href=\"https://make.wordpress.org/core/\">core development blog</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:4:\"9325\";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: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:22:\"State of the Word 2020\";s: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/2020/12/state-of-the-word-2020/\";s: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, 04 Dec 2020 22:55: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s: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=9296\";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:110:\"State of the Word will be streamed on Facebook, YouTube, and Twitter on Thursday, Dec 17th, 2020 at 1600 UTC.\";s: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: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:1225:\"\n<p>State of the Word is an annual keynote address delivered by the project co-founder, Matt Mullenweg. Catch this year’s keynote in the video below!</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe class=\'youtube-player\' width=\'632\' height=\'356\' src=\'https://www.youtube.com/embed/QI3qCoiuG3w?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\' sandbox=\'allow-scripts allow-same-origin allow-popups allow-presentation\'></iframe>\n</div></figure>\n\n\n\n<h3>New to State of the Word?</h3>\n\n\n\n<p>If this is your first time hearing of this talk, you’re in luck! Check out previous recordings below.</p>\n\n\n\n<ul><li><a href=\"https://wordpress.tv/2019/11/03/2019-state-of-the-word/\">State of the Word 2019 – WordCamp US, St. Louis</a></li><li><a href=\"https://wordpress.tv/2018/12/27/state-of-the-word-2018/\">State of the Word 2018 – WordCamp US, Nashville</a></li><li><a href=\"https://wordpress.tv/tag/state-of-the-word/\">All recordings</a></li></ul>\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:\"9296\";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: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:37:\"The Month in WordPress: November 2020\";s: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:72:\"https://wordpress.org/news/2020/12/the-month-in-wordpress-november-2020/\";s: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, 02 Dec 2020 09:13:48 +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:34:\"https://wordpress.org/news/?p=9283\";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:304:\"November 2020 saw several updates to the WordPress 5.6 release. Read on to follow all the latest news from the WordPress world! WordPress 5.6 updates The Core team released WordPress 5.6 Beta 3 on Nov. 2, Beta 4 on Nov. 12, release candidate 1 on Nov. 17, and release candidate 2 on Dec. 1. You […]\";s: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:10892:\"\n<p>November 2020 saw several updates to the WordPress 5.6 release. Read on to follow all the latest news from the WordPress world!</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.6 updates</h2>\n\n\n\n<p>The Core team released WordPress 5.6 <a href=\"https://wordpress.org/news/2020/11/wordpress-5-6-beta-3/\">Beta 3</a> on Nov. 2, <a href=\"https://wordpress.org/news/2020/11/wordpress-5-6-beta-4/\">Beta 4</a> on Nov. 12, <a href=\"https://wordpress.org/news/2020/11/wordpress-5-6-release-candidate/\">release candidate</a> 1 on Nov. 17, and <a href=\"https://wordpress.org/news/2020/12/wordpress-5-6-release-candidate-2/\">release candidate 2</a> on Dec. 1. You can test the Beta versions and the release candidates by <a href=\"https://wordpress.org/wordpress-5.6-beta2.zip\">downloading them from WordPress.org</a> or by using the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin. Check out the <a href=\"https://make.wordpress.org/core/2020/11/20/wordpress-5-6-field-guide/\">WordPress 5.6 field guide</a> to understand the features of WordPress 5.6 and learn how you can incorporate them into your websites. WordPress 5.6 <a href=\"https://make.wordpress.org/core/5-6/\">will be out by Dec. 9, 2020</a>. </p>\n\n\n\n<p>But our work is never done: You can submit <a href=\"https://make.wordpress.org/core/2020/11/23/wordpress-5-7-whats-on-your-wishlist/\">feature suggestions for WordPress 5.7</a> by Dec. 15. </p>\n\n\n\n<p>Want to contribute to upcoming WordPress releases? Join the WordPress Core dev chats on Wednesdays at 5 a.m. and 8 p.m. UTC in the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel on the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a>, and <a href=\"https://make.wordpress.org/core/tag/dev-chat/\">catch up with recaps</a> on the <a href=\"https://make.wordpress.org/core/\">Core team blog</a>. If you would like to help with WordPress 5.6 outreach, contact the <a href=\"https://make.wordpress.org/marketing/\">WordPress Marketing team</a> on the <a href=\"https://wordpress.slack.com/archives/C0GKJ7TFA\">#marketing</a> channel.</p>\n\n\n\n<h2>Gutenberg 9.3 and 9.4 are out</h2>\n\n\n\n<p>Contributor teams released Gutenberg <a href=\"https://make.wordpress.org/core/2020/11/04/whats-new-in-gutenberg-4-november/\">Version 9.3</a> on Nov. 4 and <a href=\"https://make.wordpress.org/core/2020/11/19/whats-new-in-gutenberg-18-november-2/\">Version 9.4</a> on Nov. 18. Both versions include several improvements to Full Site Editing (FSE) flows, in addition to bug fixes and feature upgrades. Version 9.3 is the first release that isn’t included entirely in WordPress 5.6; the version automatically enables FSE experiments when a block-based theme is active. Version 9.4 introduces some new features like percentage width for button blocks, block variation transformations, social icon support, and font size support for the list block. You can find out more about the Gutenberg roadmap in the <a href=\"https://make.wordpress.org/core/2020/11/02/whats-next-in-gutenberg-november-2020/\">What’s next in Gutenberg blog post</a>.</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 Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Learn WordPress updates</h2>\n\n\n\n<p>WordPress contributor teams are all set to launch <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> in December. Community members can now watch<a href=\"https://learn.wordpress.org/workshops\"> video workshops</a> to learn about various WordPress topics, <a href=\"https://www.meetup.com/learn-wordpress-discussions/\">participate in discussion groups</a>, and use <a href=\"https://learn.wordpress.org/lesson-plans/\">lesson plans</a> for organizing their own workshops. Contributor teams have launched <a href=\"https://make.wordpress.org/community/2020/11/18/quizzes-are-now-live-on-learn-wordpress/\">quizzes</a> and are also working on <a href=\"https://make.wordpress.org/community/2020/11/18/standards-for-learn-wordpress-workshop-content/\">setting standards</a> for workshops.<br></p>\n\n\n\n<p>Want to contribute to Learn WordPress? You can now submit a <a href=\"https://learn.wordpress.org/workshop-presenter-application/\">workshop application</a> (submissions in languages other than English are welcome!), apply to become a <a href=\"https://learn.wordpress.org/discussion-group-leader-application/\">discussion group leader</a>, organize <a href=\"https://make.wordpress.org/community/handbook/virtual-events/organize-learn-wordpress-discussion-groups-for-your-wordpress-meetup/\">discussions for your local WordPress meetup group</a>, or <a href=\"https://make.wordpress.org/training/2020/11/25/high-priority-items-before-learn-wordpress-org-launch-part-2/\">help fix issues with existing lesson plans</a>.</p>\n\n\n\n<h2>WordPress 5.6 Translations and Polyglots survey</h2>\n\n\n\n<p>WordPress 5.6 is ready to be translated and is now at <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a>. If you would like to contribute, <a href=\"https://make.wordpress.org/polyglots/2020/11/07/wordpress-5-6-ready-to-be-translated/\">check out these instructions</a> and ensure that <a href=\"https://make.wordpress.org/polyglots/handbook/translating/packaging-localized-wordpress/automated-release-packages/\">your locale is ready for an automated release</a>. The Polyglots team has also kicked off its <a href=\"https://wordpressdotorg.survey.fm/polyglots-translator-research\">translator research survey</a>. Please <a href=\"https://wordpressdotorg.survey.fm/polyglots-translator-research\">participate in the survey</a>, share the <a href=\"https://wordpressdotorg.survey.fm/polyglots-translator-research\">survey link</a> with members of your locale, and help amplify the <a href=\"https://www.facebook.com/WPTranslationDay/posts/1275404086174610\">Facebook</a>, <a href=\"https://twitter.com/TranslateWP/status/1333342595913834496\">Twitter</a>, and <a href=\"https://www.linkedin.com/posts/wptranslationday_makewordpress-wordpress-activity-6739110862650523648-fX8R/\">LinkedIn</a> posts about it.</p>\n\n\n\n<p>Want to help WordPress speak your language? Follow <a href=\"https://make.wordpress.org/polyglots\">the Polyglots team blog</a> and join the <a href=\"https://wordpress.slack.com/archives/C02RP50LK\">#polyglots</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li><a href=\"https://www.php.net/releases/8.0/en.php\">PHP 8</a> is out, and WordPress 5.6 <a href=\"https://make.wordpress.org/core/2020/11/23/wordpress-and-php-8-0/\">aims to be “beta-compatible” with the latest PHP version</a>.</li><li>Contributor teams have kicked off <a href=\"https://make.wordpress.org/themes/2020/11/18/theme-previews-in-the-time-of-blocks/\">an ongoing discussion on starter content for WordPress themes</a>. Starter content for the <a href=\"http://wp-themes.com/twentytwentyone/\">Twenty Twenty One</a>, <a href=\"http://wp-themes.com/twentytwenty/\">Twenty Twenty</a>, and <a href=\"http://wp-themes.com/twentyseventeen/\">Twenty Seventeen</a> themes are now available.</li><li>The Accessibility team is <a href=\"https://github.com/10degrees/accessibility-statement-plugin\">testing a tool</a> to generate the structure of an accessibility statement for WordPress websites based on <a href=\"https://www.w3.org/WAI/planning/statements/generator/#create\">W3C standards</a>, and it is <a href=\"https://github.com/10degrees/accessibility-statement-plugin/issues\">requesting feedback from the community</a>.</li><li>The <a href=\"https://wordpressfoundation.org/\">WordPress Foundation</a> has published a <a href=\"https://wordpressfoundation.org/2020/open-source-workshops-november-2020-report/\">report on Open Source workshops</a> that were held online in 2020, based on the <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> platform.</li><li>The Docs team is actively <a href=\"https://make.wordpress.org/docs/2020/11/12/follow-up-on-gutenberg-developer-documentation-restructuring-proposal/\">following up</a> on a proposal to <a href=\"https://make.wordpress.org/docs/2020/08/13/plan-proposal-for-a-new-better-structured-gutenberg-developer-documentation/\">restructure the Gutenberg developer documentation</a>.</li><li>The Community team is back with <a href=\"https://make.wordpress.org/community/tag/tuesdaytrainings/\">Tuesday Trainings</a>. The team is <a href=\"https://make.wordpress.org/community/2020/11/16/community-team-goals-for-2021-share-your-suggestions/\">also inviting suggestions on team goals for 2021</a> with a deadline of Dec. 14.</li><li>The Support team is <a href=\"https://make.wordpress.org/support/2020/11/changing-up-the-forum-front-page/\">making changes to the forum page</a> to improve discoverability. </li><li>Two online WordCamps took place in November: <a href=\"https://finland.wordcamp.org/2020/\">WordCamp Finland Online</a> and <a href=\"https://mexico.wordcamp.org/2020/\">WordCamp Mexico Online</a>. You can find Livestream recaps of the events on their websites. Videos will soon be available on WordPress.tv as well.</li><li>The Themes team <a href=\"https://make.wordpress.org/themes/2020/11/11/meeting-notes-tuesday-november-10-2020/\">made some changes to WordPress theme requirements</a>. These include removing updated CSS guidelines and a proposed plan to make WordPress themes accessibility-ready. The team is also <a href=\"https://make.wordpress.org/themes/2020/11/19/feedback-requested-resolution-process-for-issues-found-in-live-themes/\">requesting feedback</a> on the resolution process for issues found in live themes.</li><li>WordPress 5.6 will feature a <a href=\"https://make.wordpress.org/core/2020/11/05/updating-core-jquery-to-version-3-part-2/\">major jQuery change</a>, with the bundled jQuery version being updated to Version 3.5.1 and jQuery Migrate being updated to Version 3.3.2.</li><li>The <a href=\"https://make.wordpress.org/community/tag/wpdiversity/\">Diversity speaker training group</a> of the Community team is requesting feedback on reimagining their work. Please <a href=\"https://make.wordpress.org/community/2020/11/12/input-requested-re-imagining-the-work-of-the-diverse-speaker-training-group-wpdiversity/\">share your feedback as comments on the post</a> by Dec. 18.</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 here</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:4:\"9283\";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: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:33:\"WordPress 5.6 Release Candidate 2\";s: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/2020/12/wordpress-5-6-release-candidate-2/\";s: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, 01 Dec 2020 22:09:28 +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: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:\"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:2;a:5:{s:4:\"data\";s:3:\"5.6\";s: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=9274\";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:388:\"The second release candidate for WordPress 5.6 is here! WordPress 5.6 is slated for release on December 8, 2020, and we need your help to get there—if you haven’t tried 5.6 yet, now is the time! You can test WordPress 5.6 release candidate 2 in two ways: Try the WordPress Beta Tester plugin (choose the “bleeding edge nightlies” option). Or download the 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: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:2249:\"\n<p>The second release candidate for WordPress 5.6 is here!</p>\n\n\n\n<p>WordPress 5.6 is slated for release on <strong>December 8, 2020</strong>, and we need <em>your</em> help to get there—if you haven’t tried 5.6 yet, now is the time!</p>\n\n\n\n<p>You can test WordPress 5.6 release candidate 2 in two ways:</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (choose the “bleeding edge nightlies” option).</li><li>Or <a href=\"https://wordpress.org/wordpress-5.6-RC2.zip\">download the release candidate here (zip)</a>.</li></ul>\n\n\n\n<p>Thank you to all of the contributors who tested the Beta releases and gave feedback. Testing for bugs is a critical part of polishing every release and a great way to contribute to WordPress.</p>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.6 and update the <em>Tested up to</em> version in the readme file to 5.6. If you find compatibility problems, please be sure to post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>. That way, those can be figured out before the final release. </p>\n\n\n\n<p>For a more detailed breakdown of the changes included in WordPress 5.6, check out the <a href=\"https://wordpress.org/news/2020/10/wordpress-5-6-beta-1/\">WordPress 5.6 beta 1 post</a>. The <a href=\"https://make.wordpress.org/core/2020/11/20/wordpress-5-6-field-guide/\">WordPress 5.6 Field Guide</a> is also out! It’s your source for details on all the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages!</a></p>\n\n\n\n<p><em><strong>Think you found a bug?</strong> Post it to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We would love to hear from you! If you’re comfortable writing a reproducible bug report you can <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>. Don’t forget to check <a href=\"https://core.trac.wordpress.org/tickets/major\">the list of known bugs</a></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:\"9274\";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: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:31:\"WordPress 5.6 Release Candidate\";s: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:67:\"https://wordpress.org/news/2020/11/wordpress-5-6-release-candidate/\";s: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, 17 Nov 2020 22:43: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:8:\"category\";a:3:{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:\"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:2;a:5:{s:4:\"data\";s:3:\"5.6\";s: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=9258\";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:49:\"WordPress 5.6 Release Candidate is now available!\";s: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: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:3349:\"\n<p>The first release candidate for WordPress 5.6 is now available!</p>\n\n\n\n<p>This is an important milestone in the community’s progress toward the final release of WordPress 5.6.</p>\n\n\n\n<p>“Release Candidate” means that the new version is ready for release, but with millions of users and thousands of plugins and themes, it’s possible something was missed. WordPress 5.6 is slated for release on <strong>December 8, 2020</strong>, but we need <em>your</em> help to get there—if you haven’t tried 5.6 yet, <strong>now is the time</strong>!</p>\n\n\n\n<p>You can test the WordPress 5.6 release candidate in two ways:</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (choose the “Bleeding edge” channel and Beta/RC Only” stream options)</li><li>Or <a href=\"https://wordpress.org/wordpress-5.6-RC1.zip\">download the release candidate here (zip)</a>.</li></ul>\n\n\n\n<p>Thank you to all of the contributors who tested the Beta releases and gave feedback. Testing for bugs is a critical part of polishing every release and a great way to contribute to WordPress.</p>\n\n\n\n<h2>What’s in WordPress 5.6?</h2>\n\n\n\n<p>The final release of 2020 continues the annual tradition of a new default theme that is custom built to showcase the new features and functionality of the software. Continued progress on the block editor is especially clear in this release, which brings more blocks to more places, and fewer clicks to implement your layouts.</p>\n\n\n\n<p>WordPress 5.6 also has lots of refinements to polish the developer experience. To learn more, subscribe to the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> and pay special attention to the <a href=\"https://make.wordpress.org/core/tag/5-6+dev-notes/\">developer notes</a> tag for updates on those and other changes that could affect your products.</p>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.6 and update the <em>Tested up to</em> version in the readme file to 5.6. If you find compatibility problems, please be sure to post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>, so those can be figured out before the final release.</p>\n\n\n\n<p>The WordPress 5.6 Field Guide, due very shortly, will give you a more detailed dive into the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a> This release also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a> point of the 5.6 release schedule.</p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</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:\"9258\";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: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:20:\"WordPress 5.6 Beta 4\";s: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:56:\"https://wordpress.org/news/2020/11/wordpress-5-6-beta-4/\";s: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, 12 Nov 2020 23:49: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:8:\"category\";a:3:{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:\"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:2;a:5:{s:4:\"data\";s:3:\"5.6\";s: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=9249\";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:363:\"WordPress 5.6 Beta 4 is now available for testing! This software is still in development, so we recommend that you run this version on a test site. You can test the WordPress 5.6 beta in two ways: Try the WordPress Beta Tester plugin (choose the “bleeding edge nightlies” option). Or download the beta here (zip). The current target for the […]\";s: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: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:5658:\"\n<p>WordPress 5.6 Beta 4 is now available for testing!</p>\n\n\n\n<p><strong>This software is still in development,</strong> so we recommend that you run this version on a test site.</p>\n\n\n\n<p>You can test the WordPress 5.6 beta in two ways:</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (choose the “bleeding edge nightlies” option).</li><li>Or <a href=\"https://wordpress.org/wordpress-5.6-beta4.zip\">download the beta here (zip)</a>.</li></ul>\n\n\n\n<p>The current target for the final release is December 8, 2020. This is just over<strong> three weeks away</strong>, so your help is needed to ensure this release is tested properly.</p>\n\n\n\n<p>Thank you to all of the contributors that tested the <a href=\"https://wordpress.org/news/2020/11/wordpress-5-6-beta-3/\">beta 3</a> development release and provided feedback. Testing for bugs is an important part of polishing each release and a great way to contribute to WordPress.</p>\n\n\n\n<h2><strong>Some Highlights</strong></h2>\n\n\n\n<p>Since beta 3, <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://core.trac.wordpress.org/query?status=closed&changetime=11%2F04%2F2020..11%2F12%2F2020&milestone=5.6&group=component&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">42 bugs</a> have been fixed. Here is a summary of a few changes included in beta 4:</p>\n\n\n\n<ul><li>There was a change to the auto-updates implementation for new installations of the software (<a href=\"https://core.trac.wordpress.org/ticket/50907\">#50907</a>). <em><a href=\"https://make.wordpress.org/core/2020/11/10/upgrade-install-component-meeting-summary-november-10-2020/\">Next steps</a>, and <a href=\"https://make.wordpress.org/core/2020/11/10/wp5-6-auto-update-implementation-change/\">rationale</a> are both available.</em></li><li>Added better handling of unexpected values in Site Health (<a href=\"https://core.trac.wordpress.org/ticket/50145\">#50145</a>).</li><li>Added a way for developers to filter the available authors list in Quick Edit (<a href=\"https://core.trac.wordpress.org/ticket/47685\">#47685</a>).</li><li>More accessible handling of the tag cloud widget (<a href=\"https://core.trac.wordpress.org/ticket/51455\">#51455</a>).</li><li><a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=11%2F04%2F2020..11%2F12%2F2020&component=Media&milestone=5.6&group=component&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">Multiple improvements in the Media component</a>.</li><li><a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=11%2F04%2F2020..11%2F12%2F2020&component=Build%2FTest+Tools&milestone=5.6&group=component&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">Multiple improvements in the Build/Test Tools component</a>.</li></ul>\n\n\n\n<p><em>To see all of the features for each Gutenberg release in detail, check out the release posts: <a href=\"https://make.wordpress.org/core/2020/07/22/whats-new-in-gutenberg-july-22/\">8.6</a>, <a href=\"https://make.wordpress.org/core/2020/08/05/whats-new-in-gutenberg-august-5/\">8.7</a>, <a href=\"https://make.wordpress.org/core/2020/08/19/whats-new-in-gutenberg-august-19/\">8.8</a>, <a href=\"https://make.wordpress.org/core/2020/09/03/whats-new-in-gutenberg-2-september/\">8.9</a>, <a href=\"https://make.wordpress.org/core/2020/09/16/whats-new-in-gutenberg-16-september/\">9.0</a>, <a href=\"https://make.wordpress.org/core/2020/10/01/whats-new-in-gutenberg-30-september/\">9.1</a>, <a href=\"https://make.wordpress.org/core/2020/10/21/whats-new-in-gutenberg-21-october/\">9.2</a>, and <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v9.3.0-rc.1\">9.3</a>.</em></p>\n\n\n\n<h2 id=\"block-76156b2b-0a52-4502-b585-6cbe9481f55b\">Developer notes</h2>\n\n\n\n<p id=\"block-3fe5e264-0a95-4f12-9a18-0cb9dc5955d1\">WordPress 5.6 has lots of refinements to the developer experience. To keep up, subscribe to the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> and pay special attention to the <a href=\"https://make.wordpress.org/core/tag/5-6+dev-notes/\">developers’ notes</a> for updates on those and other changes that could affect your products.</p>\n\n\n\n<h2 id=\"block-bc89fd56-47b0-439f-8e2c-4a642c80a616\">How to Help</h2>\n\n\n\n<p id=\"block-9d871099-ec49-446c-8322-9e49b7498c10\">If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. We’d love to hear from you!</p>\n\n\n\n<p id=\"block-bd71c1d3-39d9-4b2a-8193-3486497b45fd\">If you’re comfortable writing a reproducible bug report, <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>, where you can also find a list of <a href=\"https://core.trac.wordpress.org/query?status=new&milestone=5.6&group=component&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">known bugs</a>.</p>\n\n\n\n<p><em>Props to @tonyamork, @audrasjb for technical notes and @angelasjin,<em> </em><a href=\"https://profiles.wordpress.org/yvettesonneveld/\">@yvettesonneveld</a><em>, </em><a href=\"https://profiles.wordpress.org/cguntur/\">@cguntur</a>, <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a> for final review.</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:\"9249\";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: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:20:\"WordPress 5.6 Beta 3\";s: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:56:\"https://wordpress.org/news/2020/11/wordpress-5-6-beta-3/\";s: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, 02 Nov 2020 21:23:07 +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: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:\"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:2;a:5:{s:4:\"data\";s:3:\"5.6\";s: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=9234\";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:379:\"WordPress 5.6 Beta 3 is now available for testing! This software is still in development, so we recommend that you run this version on a test site. You can test the WordPress 5.6 beta in two ways: Try the WordPress Beta Tester plugin (choose the “bleeding edge nightlies” option). Or download the beta here (zip). The current target for the […]\";s: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:5206:\"\n<p>WordPress 5.6 Beta 3 is now available for testing!</p>\n\n\n\n<p><strong>This software is still in development,</strong> so we recommend that you run this version on a test site.</p>\n\n\n\n<p>You can test the WordPress 5.6 beta in two ways:</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (choose the “bleeding edge nightlies” option).</li><li>Or <a href=\"https://wordpress.org/wordpress-5.6-beta3.zip\">download the beta here (zip)</a>.</li></ul>\n\n\n\n<p>The current target for the final release is December 8, 2020. This is just <strong>five weeks away</strong>, so your help is needed to ensure this release is tested properly.</p>\n\n\n\n<p>Thank you to all of the contributors that tested the <a href=\"https://wordpress.org/news/2020/10/wordpress-5-6-beta-2/\">beta 2 </a>development release and provided feedback. Testing for bugs is an important part of polishing each release and a great way to contribute to WordPress.</p>\n\n\n\n<h2><strong>Some Highlights</strong></h2>\n\n\n\n<p>Since beta 2, <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://core.trac.wordpress.org/query?status=closed&changetime=10%2F28%2F2020..11%2F03%2F2020&milestone=5.6&group=component&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">20 bugs</a> have been fixed. Here is a summary of a few changes included in beta 3:</p>\n\n\n\n<ul><li>Added block patterns for Twenty Twenty (see <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://core.trac.wordpress.org/ticket/51098\">#51098</a>) and Twenty Nineteen (see <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://core.trac.wordpress.org/ticket/51099\">#51099</a>) themes.</li><li>Added theme support for navigation-widgets (see <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://core.trac.wordpress.org/ticket/51445\">#51445</a>).</li><li>Fixed incorrect slashes in the URL if the parent is empty for REST API (see <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://core.trac.wordpress.org/ticket/44745\">#44745</a>).</li><li>Added a test to Site Health to verify that the <code>Authorization</code> header is working as expected for Application Passwords (see <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://core.trac.wordpress.org/ticket/51638\">#51638</a>).</li><li>10 additional bugs fixed in the block editor (see <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://github.com/WordPress/gutenberg/pull/26588\">#26588</a>).</li></ul>\n\n\n\n<p>To see all of the features for each Gutenberg release in detail, check out the release posts: <a href=\"https://make.wordpress.org/core/2020/07/22/whats-new-in-gutenberg-july-22/\">8.6</a>, <a href=\"https://make.wordpress.org/core/2020/08/05/whats-new-in-gutenberg-august-5/\">8.7</a>, <a href=\"https://make.wordpress.org/core/2020/08/19/whats-new-in-gutenberg-august-19/\">8.8</a>, <a href=\"https://make.wordpress.org/core/2020/09/03/whats-new-in-gutenberg-2-september/\">8.9</a>, <a href=\"https://make.wordpress.org/core/2020/09/16/whats-new-in-gutenberg-16-september/\">9.0</a>, <a href=\"https://make.wordpress.org/core/2020/10/01/whats-new-in-gutenberg-30-september/\">9.1</a>, <a href=\"https://make.wordpress.org/core/2020/10/21/whats-new-in-gutenberg-21-october/\">9.2</a>, and <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v9.3.0-rc.1\">9.3</a>.</p>\n\n\n\n<h2 id=\"block-76156b2b-0a52-4502-b585-6cbe9481f55b\">Developer notes</h2>\n\n\n\n<p id=\"block-3fe5e264-0a95-4f12-9a18-0cb9dc5955d1\">WordPress 5.6 has lots of refinements to the developer experience as well. To keep up, subscribe to the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> and pay special attention to the <a href=\"https://make.wordpress.org/core/tag/5-6+dev-notes/\">developers’ notes</a> for updates on those and other changes that could affect your products.</p>\n\n\n\n<h2 id=\"block-bc89fd56-47b0-439f-8e2c-4a642c80a616\">How to Help</h2>\n\n\n\n<p id=\"block-9d871099-ec49-446c-8322-9e49b7498c10\">If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. We’d love to hear from you!</p>\n\n\n\n<p id=\"block-bd71c1d3-39d9-4b2a-8193-3486497b45fd\">If you’re comfortable writing a reproducible bug report, <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>, where you can also find a list of <a href=\"https://core.trac.wordpress.org/query?status=new&milestone=5.6&group=component&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">known bugs</a>.</p>\n\n\n\n<p><em>Props to <a href=\'https://profiles.wordpress.org/hellofromtonya/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>hellofromtonya</a> for help and <a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a> for final review.</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:\"9234\";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: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:36:\"The Month in WordPress: October 2020\";s: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:71:\"https://wordpress.org/news/2020/11/the-month-in-wordpress-october-2020/\";s: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, 02 Nov 2020 18:14: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:34:\"https://wordpress.org/news/?p=9225\";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:329:\"October 2020 was a notable month for WordPress lovers, thanks to the release of several products and updates. Read on to keep up with all the latest news! The 2020 WordPress Annual Survey is out The team published the 2020 WordPress Annual survey —  to help those who build WordPress to understand more about our […]\";s: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:11855:\"\n<p>October 2020 was a notable month for WordPress lovers, thanks to the release of several products and updates. Read on to keep up with all the latest news!</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>The 2020 WordPress Annual Survey is out</h2>\n\n\n\n<p>The team published the <a href=\"https://wordpressdotorg.survey.fm/wordpress-2020-survey-english\">2020 WordPress Annual survey</a> — to help those who build WordPress to understand more about our software usage and our contributors’ experience. The Annual Survey will be open for at least 6 weeks and is available in <a href=\"https://wordpressdotorg.survey.fm/wordpress-2020-survey-french\">French</a>, <a href=\"https://wordpressdotorg.survey.fm/wordpress-2020-survey-german\">German</a>, <a href=\"https://wordpressdotorg.survey.fm/wordpress-2020-survey-japanese\">Japanese</a>, <a href=\"https://wordpressdotorg.survey.fm/wordpress-2020-survey-russian\">Russian</a>, and <a href=\"https://wordpressdotorg.survey.fm/wordpress-2020-survey-spanish\">Spanish</a>. The survey results (once complete) will be posted on <a href=\"https://wordpress.org/news/\">WordPress.org/news</a>. The<a href=\"https://wordpress.org/news/2020/10/take-the-2020-wordpress-annual-survey-and-view-the-2019-results/\"> 2019 survey results</a> have also been released and can now be viewed as <a href=\"https://docs.google.com/presentation/d/1FI7eEvSB5SHTSILIBpwOmH9rBffgD6mFnnqSkrEScYo/edit\">slides</a> or downloaded in <a href=\"https://www.dropbox.com/sh/bq62sficymopgos/AAA-wx73cDviVG84NSCTgjNDa?dl=0\">PDF format</a>. </p>\n\n\n\n<h2>WordPress Translation celebrations spanned four weeks</h2>\n\n\n\n<p>The last week of September and most of October were focused on recruiting and encouraging polyglot contributors to the WordPress translation project. What was originally envisioned as a single-day event lasted 24 days! The Polyglots and Marketing Teams are exploring how future mini-events can be supported to continue building the momentum. Recordings of the live talks and interviews with contributors are available <a href=\"https://www.youtube.com/playlist?list=PLCVEqsAbLfffK5WzOT9BhPsh82HgM8vj1\">on YouTube</a>. Write-ups from the different events are <a href=\"https://wptranslationday.org/\">on the WPTranslationDay website</a>. </p>\n\n\n\n<p>Want to help WordPress speak your own language? Follow <a href=\"https://make.wordpress.org/polyglots\">the Polyglots team blog</a> and join the <a href=\"https://wordpress.slack.com/archives/C02RP50LK\">#polyglots</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. </p>\n\n\n\n<h2>WordPress maintenance and beta releases</h2>\n\n\n\n<p>The Core team released <a href=\"https://make.wordpress.org/core/2020/10/30/wordpress-5-5-3-release-some-technical-details/\">WordPress 5.5.3 on Oct. 31</a>, following the release of Version <a href=\"https://wordpress.org/news/2020/10/wordpress-5-5-2-security-and-maintenance-release/\">5.5.2 on Oct. 29</a>. Both releases fix several bugs and security issues with WordPress. You can update to the latest version directly from your WordPress dashboard or <a href=\"https://wordpress.org/download/\">download</a> it now from WordPress.org. The team also released WordPress 5.6 <a href=\"https://wordpress.org/news/2020/10/wordpress-5-6-beta-1/\">Beta 1</a> on Oct. 20, followed by <a href=\"https://wordpress.org/news/2020/10/wordpress-5-6-beta-2/\">Beta 2 </a>on Oct. 27. When ready, the final release will include improvements to the editor, auto-updates for major releases, PHP 8 support, and the Twenty Twenty One theme. You can test the Beta versions by <a href=\"https://wordpress.org/wordpress-5.6-beta2.zip\">downloading them from WordPress.org</a> or using the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin.<br></p>\n\n\n\n<p>Want to be involved in the next release? Follow WordPress 5.6 updates on the <a href=\"https://make.wordpress.org/core/5-6/\">development cycle</a> and sign-up for the <a href=\"https://make.wordpress.org/core/2020/10/22/code-review-commit-office-hours-for-5-6/\">code review/commit office hours</a>. You can help build WordPress Core by following<a href=\"https://make.wordpress.org/core/\"> the Core team blog</a> and joining the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. If you would like to help out with WordPress 5.6 outreach, contact the <a href=\"https://make.wordpress.org/marketing/\">WordPress Marketing team</a> on the <a href=\"https://wordpress.slack.com/archives/C0GKJ7TFA\">#marketing</a> channel.</p>\n\n\n\n<h2>Gutenberg 9.2 is released</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2020/10/21/whats-new-in-gutenberg-21-october/\">Version 9.2</a> of the Gutenberg plugin came out on Oct. 21. This release offers support for video subtitles, the ability to transform selected blocks into the columns block, background patterns in cover blocks, along with several exciting features such as improvements to the widget screen, as well as bug fixes. You can find out more about the Gutenberg roadmap in the <a href=\"https://make.wordpress.org/core/2020/10/01/whats-next-in-gutenberg-october/\">What’s next in Gutenberg blog post</a>.</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 #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Learn WordPress is gearing up for launch</h2>\n\n\n\n<p>The <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> initiative, which offers <a href=\"https://learn.wordpress.org/workshops/\">WordPress video workshops</a> followed by <a href=\"https://www.meetup.com/learn-wordpress-discussions/\">interactive discussions</a>, is aiming to put out two courses by the end of the year as part of its full launch. The team is working on creating courses and is requesting feedback from community members on the <a href=\"https://make.wordpress.org/community/2020/10/23/learn-wordpress-course-planning/\">planned list of courses</a>.<br><br>Want to contribute to Learn WordPress? You can now submit a <a href=\"https://learn.wordpress.org/workshop-presenter-application/\">workshop application</a> (submissions in non-English languages are welcome), apply to become a <a href=\"https://learn.wordpress.org/discussion-group-leader-application/\">discussion group leader</a>, organize <a href=\"https://make.wordpress.org/community/handbook/virtual-events/organize-learn-wordpress-discussion-groups-for-your-wordpress-meetup/\">discussions for your local WordPress meetup group</a>, or <a href=\"https://make.wordpress.org/training/2020/10/14/call-for-screenshots-contributors/\">update screenshots</a> on existing <a href=\"https://learn.wordpress.org/lesson-plans/\">lesson plans</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>The <a href=\"https://make.wordpress.org/updates/2020/10/20/quarterly-updates-q3-2020/\">Q3 2020 update</a> from the WordPress project is now out!</li><li>The <a href=\"https://make.wordpress.org/marketing/\">WordPress Marketing team</a> has put together a list of <a href=\"https://github.com/wpmarketingteam/WP5.5\">WordPress 5.5 marketing resources</a> consisting of video presentations, slides, questions & answers, social media posts, and more – aimed at both developers and non-developers. The team has also prepared a list of <a href=\"https://www.youtube.com/playlist?list=PLCVEqsAbLffcS1Rx-COZ5CZBOmXZJEe6k\">captioned screen-recordings</a> in several languages to aid new contributors. Contact the team on the <a href=\"https://wordpress.slack.com/archives/C0GKJ7TFA\">#marketing</a> channel if you would like to contribute to these and upcoming projects. </li><li>The <a href=\"https://make.wordpress.org/core\">WordPress Core team</a> has <a href=\"https://make.wordpress.org/core/2020/09/23/proposal-rest-api-authentication-application-passwords/\">announced a proposal</a> to introduce application passwords for REST API integrations.</li><li>Five online WordCamps took place in October: <a href=\"https://2020.rochester.wordcamp.org/\">WordCamp Rochester, NY</a>, <a href=\"https://austin.wordcamp.org/2020/\">WordCamp Austin, TX</a>, <a href=\"https://2020.italia.wordcamp.org/\">WordCamp Italia Online</a>, <a href=\"https://la.wordcamp.org/2020/\">WordCamp Los Angeles, CA</a>, and <a href=\"https://bulgaria.wordcamp.org/2020/\">WordCamp Bulgaria Online</a>. You can find livestream recaps of these camps on their websites. The camps are also in the process of uploading their videos to <a href=\"https://wordpress.tv/\">WordPress.tv</a>. Check out the <a href=\"https://central.wordcamp.org/schedule/\">WordCamp Schedule</a> to catch up with upcoming online WordCamps.</li><li>Contributor teams have started work on <a href=\"https://make.wordpress.org/core/2020/10/22/twenty-twenty-one-dark-mode-discussion/\">adding dark mode support for the Twenty Twenty One theme</a>. Additionally, the development of the <a href=\"https://make.wordpress.org/themes/2020/10/23/developing-the-full-site-editing-version-of-twenty-twenty-one/\">Full Site Editing version of Twenty Twenty One</a> has also kicked-off in the <a href=\"https://github.com/WordPress/theme-experiments/tree/master/twentytwentyone-blocks\">Theme Experiments GitHub repository</a>.</li><li><a href=\"https://buddypress.org/2020/10/buddypress-7-0-0-beta1/\">BuddyPress 7.0 beta</a>, which comes with new administration screens, blocks, and improved CLI support – is now available! </li><li>The Core team is <a href=\"https://make.wordpress.org/core/2020/10/06/revisiting-starter-content-on-org-and-beyond/\">revisiting starter content for WordPress themes</a> as part of the 5.6 release. The team also decided not to ship the widgets screen in WordPress 5.6 and have started discussions on <a href=\"https://make.wordpress.org/core/2020/10/29/discussion-align-the-wordpress-release-cycle-with-the-industry-standard/\">aligning the WordPress release cycle with industry standards</a>.</li><li>WordPress Accessibility enthusiasts all over the world joined hands for the first ever 24 hour <a href=\"https://wpaccessibilityday.org/\">WP Accessibility day</a> event on Oct. 2. You can find the recorded livestream of the event on its <a href=\"https://www.youtube.com/channel/UCes9XCUZd51CAigbBEGlfNg/featured?view_as=subscriber\">YouTube channel</a>.</li><li>The <a href=\"https://make.wordpress.org/meta\">Meta</a> team has <a href=\"https://make.wordpress.org/meta/2020/10/27/block-pattern-directory-ideas-and-discussion/\">kicked off a discussion</a> on setting up a <a href=\"https://developer.wordpress.org/block-editor/developers/block-api/block-patterns/\">Block pattern</a> directory (similar to the <a href=\"https://wordpress.org/support/article/block-directory/\">existing block directory</a>). </li><li>The <a href=\"https://make.wordpress.org/themes\">Themes</a> team has published a post clarifying <a href=\"https://make.wordpress.org/themes/2020/10/07/block-based-themes-and-wordpress-5-6/\">how Block based themes will work with WordPress 5.6</a>. Check out the <a href=\"https://developer.wordpress.org/block-editor/tutorials/block-based-themes/\">block-based theme tutorial</a> and its <a href=\"https://github.com/WordPress/gutenberg/blob/master/docs/designers-developers/developers/themes/block-based-themes.md\">documentation</a> to learn how to build block-based themes. </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 here</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:4:\"9225\";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: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:35:\"WordPress 5.5.3 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:71:\"https://wordpress.org/news/2020/10/wordpress-5-5-3-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:\"Fri, 30 Oct 2020 20:25: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: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:3:\"5.5\";s: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=9212\";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:\"WordPress 5.5.3 is now available.  This maintenance release fixes an issue introduced in WordPress 5.5.2 which makes it impossible to install WordPress on a brand new website that does not have a database connection configured. This release does not affect sites where a database connection is already configured, for example, via one-click installers or an […]\";s: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:\"Jake Spurlock\";s: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:4118:\"\n<p>WordPress 5.5.3 is now available. </p>\n\n\n\n<p>This maintenance release fixes an issue introduced in WordPress 5.5.2 which makes it impossible to install WordPress on a brand new website that does not have a database connection configured. This release does not affect sites where a database connection is already configured, for example, via one-click installers or an existing <code>wp-config.php</code> file.</p>\n\n\n\n<h2>5.5.3-alpha Issue</h2>\n\n\n\n<p>Earlier today — between approximately 15:30 and 16:00 UTC — the auto-update system for WordPress updated some sites from version 5.5.2 to version 5.5.3-alpha. This auto-update was due to an error in the Updates API caused by the 5.5.3 release preparations (<a href=\"https://wordpress.org/support/topic/wordpress-5-5-3-alpha-auto-updates/\">see more here</a>). The 5.5.3-alpha version at this point was functionally identical to 5.5.2 as no development work had been started on 5.5.3; however, the following changes may have been made to your site:</p>\n\n\n\n<ul><li>The default “Twenty” themes installed as part of the pre-release package.</li><li>The “Akismet” plugin installed as part of the pre-release package.</li></ul>\n\n\n\n<p>These themes and plugins were not activated and therefore remain non-functional unless you installed them previously. It is safe to delete these features should you prefer not to use them. </p>\n\n\n\n<p>If you are not on 5.5.2, or have auto-updates for minor releases disabled, please manually update to the 5.5.3 version by downloading WordPress 5.5.3 or visiting Dashboard → Updates and click “Update Now.”</p>\n\n\n\n<p>For more technical details of the issue, we’ve <a href=\"https://make.wordpress.org/core/2020/10/30/wordpress-5-5-3-release-some-technical-details/\">posted on our Core Development blog</a>.</p>\n\n\n\n<h2>Thanks and props!</h2>\n\n\n\n<p>Thanks to those who contributed to the 5.5.3 release: <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a>, <a href=\'https://profiles.wordpress.org/barry/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>barry</a>, <a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>, <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>, <a href=\'https://profiles.wordpress.org/clorith/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>clorith</a>, <a href=\'https://profiles.wordpress.org/davidbaumwald/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>davidbaumwald</a>, <a href=\'https://profiles.wordpress.org/desrosj/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>desrosj</a>, <a href=\'https://profiles.wordpress.org/hellofromtonya/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>hellofromtonya</a>, <a href=\'https://profiles.wordpress.org/jeffpaul/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jeffpaul</a>, <a href=\'https://profiles.wordpress.org/johnbillion/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>johnbillion</a>, <a href=\'https://profiles.wordpress.org/garubi/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>garubi</a>, <a href=\'https://profiles.wordpress.org/metalandcoffee/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>metalandcoffee</a>, <a href=\'https://profiles.wordpress.org/mukesh27/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mukesh27</a>, <a href=\'https://profiles.wordpress.org/otto42/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>otto42</a>, <a href=\'https://profiles.wordpress.org/punitsoftac/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>punitsoftac</a>, <a href=\'https://profiles.wordpress.org/sergeybiryukov/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sergeybiryukov</a>, <a href=\'https://profiles.wordpress.org/whyisjake/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>whyisjake</a>, and <a href=\'https://profiles.wordpress.org/xknown/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>xknown</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:4:\"9212\";s: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:\"Mon, 04 Jan 2021 14:39: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, 23 Dec 2020 03:35:15 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:\"20171213125319\";}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(119728, '_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1609814391', 'no'),
(119729, '_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1609771191', 'no'),
(119730, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1609814393', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(119731, '_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:30:\"Matt: What’s In My Bag, 2020\";s: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=53341\";s: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:43:\"https://ma.tt/2021/01/whats-in-my-bag-2020/\";s: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:15289:\"<p>Instead of <a href=\"https://ma.tt/category/in-my-bag/\">sharing what’s in my backpack</a> this year, I want to share the apps and pandemic purchases that were meaningful to me, along with a few words on each. Something I haven’t shared with you yet on this blog is… I went down a #vanlife rabbit hole and ended up camping and working remotely a decent chunk of the year. I learned a ton and feel much more resilient. So this is a phoneful and truckful update of my year.</p>\n\n\n\n<p>First I’ll start with apps, these all link to Apple’s app store but almost all have Android equivalents that I also use:</p>\n\n\n\n<ul><li><a href=\"https://apps.apple.com/us/app/calm/id571800810\">Calm</a> and <a href=\"https://apps.apple.com/us/app/waking-up-guided-meditation/id1307736395\">Waking Up</a> — Very different but both incredibly valuable meditation apps. I had an 82-day streak with Calm this year! I wouldn’t have survived without these.</li><li><a href=\"https://apps.apple.com/us/app/fitbod-workout-fitness-plans/id1041517543\">Fitbod</a> — You tell the app what equipment you have, how much time you have, and it gives you a workout like a trainer would, rotating muscle groups.</li><li><a href=\"https://apps.apple.com/us/app/streaks/id963034692\">Streaks</a> — An app for starting and tracking habits. This is a funny one because I actually stopped using it because it worked. The things I was tracking on Streaks became daily habits and I stopped using the app every day. The same thing happened for me with <a href=\"https://www.zerofasting.com/\">Zero</a>, my daily fast became part of my routine so I’d only use Zero if I was doing a longer one.</li><li><a href=\"https://apps.apple.com/us/app/tumblr/id305343404\">Tumblr</a> — It was so nice to have a social network centered around creativity and humor.</li><li><a href=\"https://apps.apple.com/us/app/asana-your-work-manager/id489969512\">Asana</a> — Getting organized helped lessen anxiety.</li><li><a href=\"https://itunes.apple.com/au/app/pocket-casts/id414834813\">Pocket Casts</a> — I switched to this because it syncs between devices, and I used my Android device a lot especially while driving.</li><li><a href=\"https://apps.apple.com/us/app/alltrails-hike-bike-run/id405075943\">AllTrails</a> — I spent more time in nature this year than almost any previous, and AllTrails was an amazing way to find great hikes.</li><li><a href=\"https://apps.apple.com/us/app/the-economist/id1239397626\">The Economist</a> — The most insightful news, and the weekly cadence helped me avoid the wild variance of the daily news cycle. My favorite news app.</li><li><a href=\"https://apps.apple.com/us/app/youtube-watch-listen-stream/id544007664\">YouTube</a> — Wow, there’s a lot of stuff on here. This was the year I started to “get” why people spend so much time on YouTube. Some favorite finds were <a href=\"https://www.youtube.com/channel/UCtmY49Zn4l0RMJnTWfV7Wsg\">Jacob Collier</a> and <a href=\"https://www.youtube.com/channel/UCY1kMZp36IQSyNx_9h4mpCg\">Mark Rober</a>.</li><li><a href=\"https://apps.apple.com/us/app/walmart-shopping-grocery/id338137227\">Walmart</a> — Surprisingly good on road trips for curbside pickup orders scheduled a few hours ahead. Yes, I have now <a href=\"https://www.cnbc.com/2017/04/12/nearly-every-american-spent-money-at-wal-mart-last-year.html\">joined 95% of the US population</a>.</li><li><a href=\"https://apps.apple.com/us/app/blueground/id1183301329\">Blueground</a> and <a href=\"https://apps.apple.com/us/app/avantstay/id1455404746\">Avantstay</a> — Good for longer stays in places. I found both through <a href=\"https://www.airbnb.com/\">Airbnb</a>, which is still the king.</li><li>Food apps in order of usage: <a href=\"https://apps.apple.com/us/app/doordash-food-delivery/id719972451\">DoorDash</a>, <a href=\"https://apps.apple.com/us/app/uber-eats-food-delivery/id1058959277\">Uber Eats</a>, <a href=\"https://apps.apple.com/us/app/tock-restaurant-reservations/id1369347408\">Tock</a>, <a href=\"https://apps.apple.com/us/app/toast-takeout-delivery/id1362180579\">Toast TakeOut</a>.</li><li>Camping apps in order of usage: <a href=\"https://apps.apple.com/us/app/alltrails-hike-bike-run/id405075943\">AllTrails</a>, <a href=\"https://apps.apple.com/us/app/chimani-national-park-guides/id436381327\">Chimani</a>, <a href=\"https://apps.apple.com/us/app/recreation-gov/id1440487780\">Recreation.gov</a>, <a href=\"https://apps.apple.com/us/app/ioverlander/id894352689\">iOverlander</a>, <a href=\"https://apps.apple.com/us/app/boondocking/id561352659\">Boondocking</a>, <a href=\"https://apps.apple.com/us/app/freeroam-boondocking-more/id1434359242\">FreeRoam</a>, <a href=\"https://apps.apple.com/us/app/harvest-hosts/id1321631420\">Harvest Hosts</a>.</li><li>App I deleted and re-added the most: <a href=\"https://apps.apple.com/us/app/twitter/id333903271\">Twitter</a>. I love the things I learn from using it, but hate feeling like I’m wasting time.</li></ul>\n\n\n\n<p>When on road trips I found Android Auto running off the Pixel 5 much more reliable than CarPlay, which would frequently freeze up on me. Things have improved with iOS 14, but I still always use the Pixel when I’m on a longer drive.</p>\n\n\n\n<p>I also have been living with my Mom since July, including her two cats and <a href=\"https://matt.blog/2021/01/02/introducing-lily-belle/\">new Coton du Tulear puppy</a>. Pets are humbling! It’s been great to learn how to support them best, as I last lived with animals when I was in high school and wasn’t that conscious of the responsibility then.</p>\n\n\n\n<p>Amazon says I made over 850 orders this year, more than double from any previous year. Here are the non-tech purchases that ended up having a big impact on me:</p>\n\n\n\n<ul><li><a href=\"https://www.amazon.com/gp/product/B07GZ2DY7K/?tag=photomatt08-20\">SmartMouth mouthwash</a> — Available in <a href=\"https://www.amazon.com/gp/product/B01IADXVUY/?tag=photomatt08-20\">travel packs as well</a>, this is magical for having great breath, which you’ll notice more now that you’re wearing a mask all the time.</li><li><a href=\"https://www.amazon.com/gp/product/B06XHMNGF9/?tag=photomatt08-20\">Marvis Royal Toothpaste</a> — Delicious! SLS-free! I switch between this and the <a href=\"https://www.amazon.com/gp/product/B000MUH344/?tag=photomatt08-20\">SmartMouth toothpaste</a> which works better but isn’t as luxuriously tasty.</li><li><a href=\"https://www.amazon.com/Theragun-Elite-Generation-Percussive-Treatment/dp/B08G3Q44YJ/?tag=photomatt08-20\">Theragun</a> — Because you can’t get a massage.</li><li><a href=\"https://www.amazon.com/gp/product/B07N41D7QY/?tag=photomatt08-20\">Hurtle vibration platform</a> — Really weird but seems to shake the stress out of you, especially if you stretch on it for 5-10 minutes.</li><li><a href=\"https://www.amazon.com/Bowflex-SelectTech-Adjustable-Dumbbells-Pair/dp/B001ARYU58/?tag=photomatt08-20\">Bowflex Adjustable Dumbbells</a> — I was lucky enough to get these before they sold out and became crazy expensive. </li><li><a href=\"https://www.amazon.com/gp/product/B01JQU3BPK/?tag=photomatt08-20\">Buckwheat meditation cushion</a> — So much more comfortable to have a cushion, especially for longer meditation sessions. <a href=\"https://www.amazon.com/gp/product/B01GDF47Q8/?tag=photomatt08-20\">Here’s a smaller version</a> I use on the road.</li><li><a href=\"https://www.philips-hue.com/en-us\">Tons of Philips Hue lights</a> — Got a ton of joy from playing with the colors on these.</li><li><a href=\"https://www.amazon.com/gp/product/B07S7DWWJZ/?tag=photomatt08-20\">Cloth napkins</a> — Felt so luxurious, easy to wash and re-use.</li><li><a href=\"https://www.amazon.com/gp/product/B07HML9YLD/?tag=photomatt08-20\">Heated cat bed</a> — My Mom’s cats are obsessed with this now. </li><li><a href=\"https://www.amazon.com/SHARONDS-Scissors-Thinning-Professional-Stainless/dp/B08BWXWHWH/?tag=photomatt08-20\">Sharonds hair cutting scissors</a> — 10x better than the scissors I had lying around the house.</li><li><a href=\"https://www.amazon.com/dp/B07L67KL81/?tag=photomatt08-20\">Babyliss clippers</a> — They’re gold and have a “Lamborghini” motor which is ostentatious but works great.</li><li><a href=\"https://www.amazon.com/gp/product/B07GB4TDST/?tag=photomatt08-20\">Hair Apron Cape</a> — You feel like a dog with <a href=\"https://neothesamoyed.tumblr.com/post/173710808330/ice-cream-cone-boy\">one of those cones</a>, but mostly works.</li><li><a href=\"https://www.amazon.com/gp/product/B07QN7FWC9/?tag=photomatt08-20\">Yeti Lowlands picnic blanket</a> — Expensive but sturdy.</li><li><a href=\"https://www.amazon.com/gp/product/B07V6MR1R5/?tag=photomatt08-20\">Cliq camping chair</a> — Super small and great design, but ended up using these less than I thought because we mostly just stayed on the ground on the Yeti blanket.</li><li><a href=\"https://www.amazon.com/gp/product/B07RX1TBKM/?tag=photomatt08-20\">Isdin foot care cream</a> — Really softens your feet.</li><li><a href=\"https://www.amazon.com/gp/product/B018GXZ016/?tag=photomatt08-20\">Silicone tip cooking chopsticks</a> or the <a href=\"https://www.amazon.com/gp/product/B07LC6253B/?tag=photomatt08-20\">ones with the spoon on the end</a>.</li><li><a href=\"https://www.amazon.com/Surpahs-Multipurpose-Roll-Up-Drying-Inches/dp/B08196DX71/?tag=photomatt08-20\">Roll-up drying rack</a> — Goes great over the sink.</li><li>Joseph Joseph <a href=\"https://www.amazon.com/gp/product/B07TD663Y1/?tag=photomatt08-20\">nesting kitchen tools</a>, <a href=\"https://www.amazon.com/dp/B006BSBRWK/?tag=photomatt08-20\">nesting bowls</a> — They’re so pretty as well.</li><li><a href=\"https://www.amazon.com/gp/product/B07CPSJRT4/\">Hanging solar mason jar lights</a> — Like fireflies in a jar.</li><li><a href=\"https://www.amazon.com/dp/B0828BNW82/?tag=photomatt08-20\">Matador Freerain32 waterproof packable backpack</a> — My new favorite for hiking.</li><li><a href=\"https://www.amazon.com/gp/product/B07PFJZ1LV/?tag=photomatt08-20\">Matador Transit30 packable duffle bag</a> — I ended up using this way more than I expected.</li><li><a href=\"https://www.amazon.com/gp/product/B08CXPBZLD/?tag=photomatt08-20\">This bamboo table</a> — Just the right size for eating or working on the ground.</li><li><a href=\"https://www.amazon.com/Ikea-Large-Shopping-Bags-SET/dp/B00KVJJGN2/?tag=photomatt08-20\">Ikea Frakta bag</a> — Just a few dollars each and can hold so much, and available on Amazon.</li></ul>\n\n\n\n<p>Clothing and wearables, like much of the world I trended toward comfort and away from normal shoes and socks:</p>\n\n\n\n<ul><li><a href=\"https://www.amazon.com/gp/product/B01IKRF2PW/?tag=photomatt08-20\">Bumpers flip flops</a> — Weird but you get used to them.</li><li><a href=\"https://www.oofos.com/products/mens-ooahh-sport-slide-sandal-black-matte\">Oofos slide sandals</a> — Ridiculously comfortable, and this model looks like it has the <a href=\"https://automattic.com/\">Automattic</a> logo on it.</li><li><a href=\"https://www.amazon.com/gp/product/B077LJSDQL/?tag=photomatt08-20\">Glerups wool slippers</a> — Like wool clogs, I wear the rubber-soled ones out if just stepping out for a bit.</li><li><a href=\"https://www.patagonia.com/shop/capilene-air-baselayers\">Patagonia Capilene Air baselayers</a> — So warm! Addictive.</li><li><a href=\"https://fahertybrand.com/\">Faherty Brand</a> — I just love their whole look and feel, and have met the brothers before.</li><li><a href=\"https://www.aloyoga.com/\">Alo Yoga</a> — Pricey but looks great and fun to workout in. I’ve had some quality issues with their items though.</li><li><a href=\"https://shop.lululemon.com/\">Lululemon</a> — Especially their new tech canvas pants.</li><li><a href=\"https://unboundmerino.com/\">Unbound Merino</a> — My go-to shirt, also decent socks.</li><li><a href=\"https://www.uniqlo.com/us/en/home/\">Uniqlo</a> — Great value, and no logos!</li></ul>\n\n\n\n<p>Electronics:</p>\n\n\n\n<ul><li><a href=\"https://ma.tt/2020/05/ceo-video-streaming/\">Everything in the streaming post</a> — I ended up doing a ton of press and talks this year as the world became more <a href=\"https://distributed.blog/\">distributed</a>. I also personally helped many others get similar setups.</li><li><a href=\"https://store.ui.com/\">Everything Unifi</a> — It’s a year I really appreciated solid internet. </li><li><a href=\"https://www.amazon.com/gp/product/B01LVZ3UI6/?tag=photomatt08-20\">Retractable 50′ ethernet cord</a> — I actually daisy-chained two of these to do an internal company town hall presentation.</li><li><a href=\"https://www.amazon.com/gp/product/B07RVF386D/?tag=photomatt08-20\">25′ retractable power extension cord</a> — I also carry two of these.</li><li><a href=\"https://www.apple.com/macbook-pro-13/\">Macbook 13″ M1</a> — It really is the fastest computer you’ve ever used. This replaced a maxed out 16″.</li><li><a href=\"https://www.amazon.com/gp/product/B088666T68/?tag=photomatt08-20\">Hyppr 100w USB-C charger</a> — Smaller and better than Apple’s charger.</li><li><a href=\"https://www.apple.com/airpods-max/\">Airpods Max</a> — I didn’t want to like them but they’re slick.</li><li><a href=\"https://www.amazon.com/gp/product/B089N2RJ4X/?tag=photomatt08-20\">Airpods Pro Dekoni Tips</a> — Great upgrade for normal Airpods.</li><li><a href=\"https://www.apple.com/iphone-12-pro/\">iPhone 12 Pro Max</a> — It’s like a mini iPad. Camera with RAW support is fantastic.</li><li><a href=\"https://www.apple.com/pro-display-xdr/\">Apple Pro Display XDR</a> — Wow.</li><li><a href=\"https://store.google.com/us/product/pixel_5\">Pixel 5</a> — Pretty great that they got the fingerprint reader back in as FaceID with a mask is terrible, so this has become my primary device if I’m out for a walk.</li><li><a href=\"https://www.amazon.com/gp/product/B07FJ91TLB/\">Kindle Oasis with the new warm light</a> — Even though I read less this year, this made what I did read a pleasure.</li><li>Sinjimou charging stand for <a href=\"https://www.amazon.com/Sinjimoru-Including-iPhone-Convenient-Silicone/dp/B07GQNY5RD/?tag=photomatt08-20\">iPhone</a> and <a href=\"https://www.amazon.com/gp/product/B07GQV2NXN/?tag=photomatt08-20\">USB-C</a> — Works great, really cheap.</li><li><a href=\"https://www.amazon.com/gp/product/B07DD9TQSG/?tag=photomatt08-20\">Megaboom 3</a> — Two of these paired together in stereo is the best sound, weight, and battery life combo I’ve found on the road and in parks.</li><li><a href=\"https://www.amazon.com/dp/B07QTVMWVL/?tag=photomatt08-20\">Garmin 945 watch</a> — I’ve talked about this watch previously, but this year I discovered the GPS maps feature when in hiking mode, which can literally be a lifesaver. Amazing for going off-trail.</li></ul>\n\n\n\n<p>There you have it. As always, if you’ve tried something here and found an alternative that’s better, let me know in the comments!</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, 03 Jan 2021 04:37:14 +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: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:39:\"WPTavern: 2020: Step Away From the Fire\";s: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=109487\";s: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:121:\"https://wptavern.com/2020-step-away-from-the-fire?utm_source=rss&utm_medium=rss&utm_campaign=2020-step-away-from-the-fire\";s: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:11328:\"<img />\n\n\n\n<p class=\"has-drop-cap\">If there was a common theme that held humanity together in 2020, it was that most of us agreed that the year was nothing short of a dumpster fire. That and <a href=\"https://wptavern.com/you-deserve-to-wear-sweatpants-dont-let-anyone-tell-you-any-different\">sweatpants.</a></p>\n\n\n\n<p>As people <a href=\"https://wptavern.com/finding-balance-in-these-uncertain-times-remote-work-and-sharing-our-struggles\">learned to cope</a> with a new reality in the Covid-19 era, the WordPress community has been a <a href=\"https://wptavern.com/need-to-smile-today-stay-wordpress-strong\">beacon of hope</a>. When other industries needed to learn how to work remotely, we were already <a href=\"https://wptavern.com/leave-at-door-new-free-woocommerce-plugin-enables-contact-free-delivery\">ahead of the pack</a> and <a href=\"https://wptavern.com/big-orange-heart-opens-2020-remote-work-wellbeing-and-mental-health-survey\">willing to help</a>. As people dealt with the stress of not having meetups in person, the WordPress community thrived with online events.</p>\n\n\n\n<p>The early year was tough. From toilet paper shortages to being unable to work from a favorite coffee shop, the pandemic took its toll.</p>\n\n\n\n<p>However, we have learned to cope throughout the year. We used new ways to communicate from a distance. Created new circles of friends. Found extra time for long-forgotten hobbies online and off.</p>\n\n\n\n<p>We continued to create art, which is the thing that makes our species so undeniably unique.</p>\n\n\n\n<p>Maybe it is all the lessons we have learned through the past several months. Perhaps it is that a new year is upon us. The winds of change feel like they are gently nudging us forward.</p>\n\n\n\n<p>Over the past couple of months, I have noticed a new calmness. A new hopefulness. A feeling that we will continue to rise above any challenges that come our way. While death and illness are still a part of our daily reality, we must continue to lean on the people within communities like WordPress for support. We will continue marching ahead together.</p>\n\n\n\n<p>I always like to take stock of the past year. This helps keep me grounded and remain optimistic about the future. The following is a look back at 2020 for WP Tavern and WordPress.</p>\n\n\n\n<h2>WP Tavern Stats</h2>\n\n\n\n<p class=\"has-drop-cap\">We have had a solid year of publishing here at the Tavern. Our team, including guest authors, wrote 401 posts. In 2019, we knocked out 382. Next year, I expect that figure to increase.</p>\n\n\n\n<p>Our word count average soared. This year, we averaged 790 words per post. In 2019, that number was 589. While word count is not a testament to quality writing, we did have opportunities to dive deeper into topics than before. In total, we wrote over 315,000 words. That is about 80,000 words shy of Brandon Sanderson’s <em>The Way of Kings</em>. You could say that we wrote enough to fill an epic fantasy novel.</p>\n\n\n\n<p>“Likes” were up this year too. We went from an average of 7.0 likes per post in 2019 to 8.7 in 2020.</p>\n\n\n\n<p>For comments, it is hard to gauge. The WordPress.com Stats feature does not seem to be accurately tracking our comment counts. The figure is nowhere close to correct. By my rough estimate (counting in hundreds), we have at least twice as many published comments as the data shows.</p>\n\n\n\n<p>There were a few days scattered throughout the year in which we came within a hair’s breadth of surpassing the site’s all-time daily view count. But, alas, we fell just shy of the mark. <em>Maybe next year.</em></p>\n\n\n\n<h2>Most Viewed Posts of the Year</h2>\n\n\n\n<p class=\"has-drop-cap\">The following is a list of the 10 most-viewed posts published this year. They are not necessarily representative of our best work. However, they do represent what folks were reading. Everything beyond this was pretty close in terms of stats.</p>\n\n\n\n<ol><li><a href=\"https://wptavern.com/preparing-for-wordpress-5-4-changes-theme-and-plugin-developers-should-know-about\">Preparing for WordPress 5.4: Changes Theme and Plugin Developers Should Know About</a></li><li><a href=\"https://wptavern.com/matt-mullenweg-unveils-gutenberg-roadmap-at-wceu-wordpress-agencies-and-product-developers-sprint-to-prepare\">Matt Mullenweg Unveils Gutenberg Roadmap at WCEU, WordPress Agencies and Product Developers Sprint to Prepare</a></li><li><a href=\"https://wptavern.com/w3c-drops-wordpress-from-consideration-for-redesign-narrows-cms-shortlist-to-statamic-and-craft\">W3C Drops WordPress from Consideration for Redesign, Narrows CMS Shortlist to Statamic and Craft</a></li><li><a href=\"https://wptavern.com/major-jquery-changes-on-the-way-for-wordpress-5-5-and-beyond\">Major jQuery Changes on the Way for WordPress 5.5 and Beyond</a></li><li><a href=\"https://wptavern.com/what-is-full-site-editing-and-what-does-it-mean-for-the-future-of-wordpress\">What Is Full Site Editing and What Does It Mean for the Future of WordPress?</a></li><li><a href=\"https://wptavern.com/biden-harris-transition-website-launches-on-wordpress\">Biden-Harris Transition Website Launches on WordPress</a></li><li><a href=\"https://wptavern.com/wordpress-5-6-will-ship-with-another-major-jquery-change\">WordPress 5.6 Will Ship With Another Major jQuery Change</a></li><li><a href=\"https://wptavern.com/godaddys-go-wordpress-theme-offers-a-page-building-experience-via-the-block-editor\">GoDaddy’s ‘Go’ WordPress Theme Offers a Page-Building Experience via the Block Editor</a></li><li><a href=\"https://wptavern.com/font-awesome-releases-new-covid-19-awareness-icons\">Font Awesome Releases New COVID-19 Awareness Icons</a></li><li><a href=\"https://wptavern.com/automatic-theme-and-plugin-updates-slated-for-wordpress-5-5\">Automatic Theme and Plugin Updates Slated for WordPress 5.5</a></li></ol>\n\n\n\n<p>For some reason, Sarah’s piece on <a href=\"https://wptavern.com/how-to-add-subscript-and-superscript-characters-in-wordpress\">adding subscript and superscript characters</a> from 2014 always sneaks its way into the most-viewed posts of the year. It was technically #6 on the list, but it wasn’t published in 2020.</p>\n\n\n\n<h2>The Year in WordPress</h2>\n\n\n\n<p class=\"has-drop-cap\">It was the year that saw the rise of online-only WordCamps. What started with WordCamp Asia <a href=\"https://wptavern.com/wordcamp-asia-2020-canceled-over-covid-19-concerns\">canceling its inaugural event</a> in February ended with Matt Mullenweg giving the annual <a href=\"https://wptavern.com/state-of-the-word-2020-wordpress-moves-toward-full-site-editing\">State of the Word</a> virtually, a first. WordCamp Europe <a href=\"https://wptavern.com/wordcamp-europe-2020-online-registration-now-open-tickets-are-free\">took its massive event online</a> for 2020 while WordCamp U.S. canceled its planned virtual get-together after months of <a href=\"https://wptavern.com/wordcamp-us-2020-canceled-due-to-pandemic-stress-and-online-event-fatigue\">pandemic stress and online event fatigue</a>.</p>\n\n\n\n<p>We saw the community rise up and tackle problems from the beginning. Companies like Wordfence, Yoast, and GoDaddy <a href=\"https://wptavern.com/the-international-wordpress-community-and-wordcamps-amid-covid-19\">provided help</a> for those who were not refunded travel expenses after cancellations. At the end of the day, that is what the WordPress community is all about: people helping other people.</p>\n\n\n\n<p>WordPress kept chugging along, despite the stressful year. The big highlights were three major releases of the software:</p>\n\n\n\n<ul><li><a href=\"https://wptavern.com/wordpress-5-4-adderley-released-includes-improved-editor-new-blocks-and-developer-apis\">WordPress 5.4 “Adderley”</a></li><li><a href=\"https://wptavern.com/wordpress-5-5-eckstine-introduces-block-directory-block-patterns-and-automatic-updates-for-themes-and-plugins\">WordPress 5.5 “Eckstine”</a></li><li><a href=\"https://wptavern.com/wordpress-5-6-simone-includes-new-twenty-twenty-one-theme-and-improved-editor\">WordPress 5.6 “Simone”</a></li></ul>\n\n\n\n<p>WordPress also <a href=\"https://wptavern.com/happy-17th-wordpress\">turned 17</a> this year. Its step into adulthood next year should be an adventure.</p>\n\n\n\n<h2>Posts From Contributing Writers</h2>\n\n\n\n<p class=\"has-drop-cap\">Rather than focusing too much on the work that Sarah and I have put into the Tavern this year, I want to say thank you to our contributing writers. They managed to fill some gaps when we were unable to throughout the past 12 months. They have added viewpoints outside of our own, enriching the content that our site offers. If anything, I want to see further contributions from a wider range of the WordPress community in the future.</p>\n\n\n\n<p>I do not typically like to play favorites with our guest writers, but Francesca Marano’s piece titled <a href=\"https://wptavern.com/a-non-technical-release-leads-journey-to-becoming-a-mentor-for-wordpress-core-development\">A Non-Technical Release Lead’s Journey to Becoming a Mentor for WordPress Core Development</a> was one of my favorite reads of the year. Her backstory is a good intro to the article. Her depth of knowledge and insight into <em>the room where it happens</em> makes it a must-read for anyone unfamiliar with how WordPress gets made.</p>\n\n\n\n<p>Chris Maiorana’s <a href=\"https://wptavern.com/wordpress-university-was-always-online\">WordPress University Was Always Online</a> is a reminder that the education we need to excel in the online business market is but at our fingertips. It also touches on how the pandemic has allowed more people to realize that the traditional college experience is not the only path forward. It is a great piece that forces us to explore alternatives. And, these alternatives have always been available in the WordPress ecosystem.</p>\n\n\n\n<p>Maiorana’s piece on the <a href=\"https://wptavern.com/state-of-the-meetup-under-lockdown\">State of the Meetup Under Lockdown</a> explores how the virtual realm has changed meetups. <a href=\"https://wptavern.com/bringing-back-blogs-in-the-age-of-social-media-censorship\">Bringing Back Blogs in the Age of Social Media Censorship</a> is a look into how blogs are the answer in the age of censorship, even when we disagree with a person’s position on a subject.</p>\n\n\n\n<p>On the technical end of things, Jonathan Bossenger wrote an in-depth piece for <a href=\"https://wptavern.com/getting-your-wordpress-plugins-and-themes-ready-for-php-8\">Getting Your WordPress Plugins and Themes Ready for PHP 8</a>. He goes through everything that developers need to know to get their projects updated. The article also provides tools and resources to make things easier.</p>\n\n\n\n<h2>Goodbye, 2020</h2>\n\n\n\n<p class=\"has-drop-cap\">While the year might not have been ideal in many ways, there were some great moments. As I reflect upon the events of the last 12 months, I do not see a complete dumpster fire. There was a lot of good that came out of it. The world has changed in some large ways. Our societies have undergone some subtle reshaping. I do not know what 2021 holds, but I remain optimistic.</p>\n\n\n\n<p>I look forward to another year covering the events surrounding WordPress. I hope you continue down this journey with the WP Tavern team.</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, 31 Dec 2020 22:44: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: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:43:\"Matt: Jack Dorsey and Running Two Companies\";s: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=53328\";s: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:44:\"https://ma.tt/2020/12/running-two-companies/\";s: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:1808:\"<p>I had the <a href=\"https://distributed.blog/2020/12/16/episode-26-jack-dorsey-and-remote-collaboration/\">pleasure of interviewing Jack Dorsey for the Distributed podcast</a>, a conversation that ended up going a bit deeper and longer than previous episodes.</p>\n\n\n\n<p>In preparation for the interview I kept coming across people critical about the fact that Jack is the CEO of two companies simultaneously, <a href=\"https://twitter.com/\">Twitter</a> and <a href=\"https://squareup.com\">Square</a>, each having over 5,000 employees.</p>\n\n\n\n<p>I think what people miss is that at that scale, running a company is not that different from running a large division of a company. No one asks Jeff Bezos how he’s CEO of both a retail company and a cloud computing one (AWS), or Tim Cook how he’s CEO of a hardware business and a services business, and of course with both of those examples the breadth of what the companies cover is much wider. Also as an added benefit, shareholders can choose to invest in Square and Twitter together or not.</p>\n\n\n\n<p>All of that said, I think having a CEO-level seat at two of the most influential technology companies today does allow for accelerated learning, as organizational experiments will naturally happen at each company and then the best practice can be shared to the other. Jack wasn’t aware how much peer executives at each company meet with each other to share learnings, but that seems like an obvious win. </p>\n\n\n\n<p>Readers of this blog will especially appreciate how much we talked about open source and cryptocurrencies, and his view on the three things he’s responsible for as CEO. <a href=\"https://distributed.blog/2020/12/16/episode-26-jack-dorsey-and-remote-collaboration/\">Give it a listen and let me know what you think</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, 31 Dec 2020 03:18: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: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: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:74:\"WPTavern: Understanding the Query Block and Its Importance in Site Editing\";s: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=109593\";s: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:193:\"https://wptavern.com/understanding-the-query-block-and-its-importance-in-site-editing?utm_source=rss&utm_medium=rss&utm_campaign=understanding-the-query-block-and-its-importance-in-site-editing\";s: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:5285:\"<blockquote class=\"wp-block-quote\"><p>I really don’t understand this Query block even though it’s been mentioned in several Tavern posts. My eyes seem to gloss over when reading about it – ha!</p><p>Is it important that regular WordPress users understand this block, or is it really a block for developers?</p><p><a href=\"https://wptavern.com/gutenberg-9-6-introduces-drag-and-drop-blocks-and-global-inheritance-for-the-query-block#comment-357249\">Marcus</a></p></blockquote>\n\n\n\n<p class=\"has-drop-cap\">I have given the Query block a lot of attention as of late. On occasion, I may have even called it one of the largest hurdles the Gutenberg development team has needed to jump before block-based themes become a reality. However, the “query” WordPress term is not something all users or Tavern readers are familiar with. It is a concept as old as WordPress and generally something that only developers needed to familiarize themselves with. When Full Site Editing lands in WordPress, the new block will expose the Query to far more users as part of the site editor interface.</p>\n\n\n\n<p>It is a block that is currently a part of the Gutenberg plugin but not WordPress core. However, at some point in 2021, more and more end-users and developers will be working with it.</p>\n\n\n\n<p>In WordPress terminology, we are really talking about two things, the Query and the Loop. The Query is defined by a set of arguments or options that determine what posts to display. The Loop is the part of the machine that “loops” through the queried posts and displays them, one after another. The Query asks for posts; the Loop cycles through them.</p>\n\n\n\n<p>Traditionally, theme authors were responsible for adding the Loop code to their templates, which used the global Query that WordPress supplied. Themes could also create custom queries, such as adding a posts list widget, categorized homepage post sections, or anything. And, “posts” can be anything from normal blog posts to WooCommerce products to the latest topics from the bbPress plugin.</p>\n\n\n\n<p>The Query may be one of the single most important aspects of WordPress. In essence, it is the engine behind displaying the content of every page on the site. Without it, all WordPress sites would simply be a header and a footer.</p>\n\n\n\n<p>The Gutenberg plugin provides two blocks for the Query:</p>\n\n\n\n<ul><li><strong>Query:</strong> The outer block for setting the options for which posts will show.</li><li><strong>Query Loop:</strong> The inner block, which is automatically added when using Query.</li></ul>\n\n\n\n<p>Currently, users can select between four fairly standard variations when first adding the Query block. They are combinations of the post featured image, title, date, and excerpt.</p>\n\n\n\n<img />Query block variations.\n\n\n\n<p>These can be further customized via the block options panel in the sidebar. Users can also find “view” options in the toolbar for selecting between List and Grid views. The List view is the traditional list of posts flowing vertically down the page. The Grid view displays posts in two to six columns.</p>\n\n\n\n<img />Grid view of posts while using the Query block.\n\n\n\n<p>The Query block has a basic set of options for which post types to display and how to order them. It has filters for categories, tags, authors, and keywords. The block is not as robust as what is possible with code yet. It is missing some basic options like a post number limit and nearly all of the more advanced parameters. However, it is a promising starting point.</p>\n\n\n\n<p>The more exciting aspects of this feature for end-users may not be the Query block at all. It is customizing the blocks that go inside, which display things like the featured image, post title, and more.</p>\n\n\n\n<p>As a former theme author, I cannot count the number of times users have asked me about customizing some aspect of the posts layout. Having them dive into code to make minor changes, such as removing the post author name or displaying the category in a different place, was not an ideal experience. The site editor will put this power directly into each user’s hands.</p>\n\n\n\n<img />Adding post-related blocks to the Query block in Grid view.\n\n\n\n<p>The comment by Marcus was on the Tavern’s post covering <a href=\"https://wptavern.com/gutenberg-9-6-introduces-drag-and-drop-blocks-and-global-inheritance-for-the-query-block\">Gutenberg 9.6</a>. The latest version of the plugin introduced global query inheritance for the Query block. This means that theme authors can now replicate the content layer in block-based themes. Previously, pages like archives and search results would simply display the latest posts when a theme used the Query block. Now, each of those pages can display the correct posts.</p>\n\n\n\n<p>However, the Query block is so much more than that. In the hands of users, it can be a powerful tool for creating custom output on a homepage — think newspaper-style categorized sections. Users can also create post lists in a sidebar, such as the latest forum replies or products. Theme authors can offer templates or block patterns with unique designs or as starting points for end-users to modify. There is no shortage of possibilities.</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, 30 Dec 2020 23:05:39 +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:158:\"WPTavern: GitHub’s 2020 State of the Octoverse Report Highlights: Developers are Working More Hours but Turning to Open Source Projects for Creative Outlets\";s: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=109613\";s: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:353:\"https://wptavern.com/githubs-2020-state-of-the-octoverse-report-highlights-developers-are-working-more-hours-but-turning-to-open-source-projects-for-creative-outlets?utm_source=rss&utm_medium=rss&utm_campaign=githubs-2020-state-of-the-octoverse-report-highlights-developers-are-working-more-hours-but-turning-to-open-source-projects-for-creative-outlets\";s: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:3644:\"<p>GitHub has published its annual <a href=\"https://octoverse.github.com/\">Octoverse report</a> for 2020. The code hosting platform currently serves more than 56 million developers who created 60+ million new repositories this past year. The volume of work pumping through GitHub’s pipes and its preeminence as the world’s largest developer platform gives the company access to a trove of data on how people have been working during the pandemic. </p>\n\n\n\n<p>The Productivity report shows that developers have been putting in longer hours as compared to the previous year. It includes data on what time of day people seem to be more productive, as well as minute changes in the volume of work across various time zones and countries with different COVID-19 responses. The graph below tracks the US Pacific Time Zone, showing a spike in the push window and work volume beginning in mid-March with lockdowns. The volume of work remained consistently higher than the previous year.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>GitHub recorded 35% more repositories created than last year and 7.5 hours faster pull request merge times in teams’ most productive and collaborative weeks.</p>\n\n\n\n<p>Developers seem to be getting more done and GitHub attributes this to people using automation to accelerate their work, improved development practices, and the flexibility of blurring the lines between work and life. The report also cautions that this high volume of work may not be sustainable long-term should be tempered with regular breaks and conscious energy management practices.</p>\n\n\n\n<p>This collection of reports also highlights a few trends in the wider open source community. Alongside a general jump in work volume, GitHub tracked an increase in open source activity on weekends and holidays, at the same time that Enterprise developer activity dropped. Open source project creation is also up by 25% year over year since April 2020.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The data suggests that even when developers conclude their regular work, they are turning to open source projects for creative outlets. These projects often provide meaningful connections and community while the world is stuck at home.</p>\n\n\n\n<p>Based on these findings, GitHub recommends that organizations recognize the importance open source projects hold for employee wellbeing and enrichment when they are contributing outside of work.</p>\n\n\n\n<p>The State of the Octoverse also includes reports on Community and Security. GitHub found that 17% of the vulnerabilities hosted on its platform were explicitly malicious but triggered just 0.2% of alerts. The remaining 83% of vulnerabilities were the result of mistakes. The company found that vulnerabilities are fixed 1.4x faster when repositories are set up to automatically generate a pull request when a patch is available.</p>\n\n\n\n<p>In 2020, the average time for vulnerabilities to go undetected before being identified is four years for GitHub-hosted repositories. On average, it takes 4.4 weeks for the community to code and release a fix, and 10 weeks to alert the community on the availability of a security update. Once notified, users generally apply the update within one week.</p>\n\n\n\n<p>GitHub reports that its community is becoming more diverse as those who identify as developers have decreased from 60% in 2016 to 54% in 2020. Profiles related to education are growing (up from 17% in 2016 to 23% in 2020), followed by users working in data. The platform is becoming more approachable for collaborators who do not come from a development background. </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, 30 Dec 2020 07:08:51 +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: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:94:\"WPTavern: Armando WordPress Theme Provides Insight Into the Current State of Full Site Editing\";s: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=109503\";s: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/armando-wordpress-theme-provides-insight-into-the-current-state-of-full-site-editing?utm_source=rss&utm_medium=rss&utm_campaign=armando-wordpress-theme-provides-insight-into-the-current-state-of-full-site-editing\";s: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:5271:\"<p class=\"has-drop-cap\">As we inch closer to a year in which <a href=\"https://wptavern.com/what-is-full-site-editing-and-what-does-it-mean-for-the-future-of-wordpress\">WordPress’s primary focus</a> will be on Full Site Editing, it is fortunate timing that Themes Team representative Carolina Nymark publicly <a href=\"https://twitter.com/carolinapoena/status/1343541924028968963\">announced her latest theme</a>, Armando. It is a blogging theme that makes use of the latest features from the Gutenberg plugin.</p>\n\n\n\n<p>The theme is currently <a href=\"https://themes.trac.wordpress.org/ticket/93476\">awaiting review</a> for the WordPress theme directory. It is also <a href=\"https://github.com/carolinan/fullsiteediting/tree/course/armando\">available via GitHub</a>.</p>\n\n\n\n<p>The news of Armando came moments after Nymark <a href=\"https://twitter.com/carolinapoena/status/1343538279346544643\">announced a redesign</a> of her <a href=\"https://fullsiteediting.com/\">Full Site Editing</a> website. The site is a resource for WordPress users and developers to learn more about upcoming features. It is built entirely out of blocks. It is also one of the few sites in the wild running a block-based theme in production.</p>\n\n\n\n<p>Armando is one of the better themes for testing Full Site Editing. This should come as no surprise. Nymark is a veteran of the Themes Team. She tends to cover all the bases and has done so with this theme. There are even notes in the code where she intends to change things as site editing improves.</p>\n\n\n\n<p>The theme is a solid starting point for theme authors who have yet to dip their toes into block-based theme development. It is also usable enough for end-users who want to experience the current state of Full Site Editing.</p>\n\n\n\n<img />Editing a single post template in the site editor.\n\n\n\n<p>The theme does not have a particular artistic flair. It is simple. It is a basic blogging theme that showcases each element the Gutenberg team has covered thus far in its journey toward the new block-based design system.</p>\n\n\n\n<p>Armando also uncovers some of the current problems with the system. As Nymark noted in her stylesheet, “Date and categories are all block elements, we need to adjust them to align them better next to each other.” On the front end, the theme’s CSS adjusts these block-level elements to correctly line up with each other. However, as seen in the site editor view, they are separated as blocks. Post metadata like the author, date, and category often need to be inline. This choice for aligning basic elements of theme design also needs to exist in the site editor. That is if we ever want theme authors to adopt it. <em>And, we haven’t even gotten to the complicated stuff yet.</em></p>\n\n\n\n<p>Armando is one of the first block-based themes I have seen to include a 404 template. This is important because it is one reason the site editor needs to exist in WordPress. Throughout all of the platform’s history, there was no standard way for users to edit their 404 page, which is the page visitors see when they travel to an invalid URL on a site.</p>\n\n\n\n<img />Editing the 404 template \n\n\n\n<p>Landing on a 404 page on most WordPress sites is one of the worst user experiences a site visitor can have on the web. Traditionally, themes might have added some unhelpful text, a search box, and maybe a list of recent posts. But, most users had no control over it unless they directly edited their theme’s code. They could not add a bit of pizzazz, personalized messages, or more meaningful directions for the visitor who stumbled upon the page through no fault of their own. Some themes have provided workarounds for this over the years. Such solutions have included allowing users to assign a private page or adding customizer options. However, changing themes meant losing that 404-page customization because it was a non-standard solution.</p>\n\n\n\n<p>Full Site Editing changes that. Users will have direct access to creating a custom 404 page that best suits their site. It is nice that the Armando theme already includes a template to start from.</p>\n\n\n\n<p>The Armando theme also includes three different header templates for users to switch between. This could offer some insight into how theme authors may tackle design choices in the future. Traditional themes often have numerous checkboxes, input fields, and dropdowns for changing such design elements. Selectable template parts could be the alternative.</p>\n\n\n\n<img />Switching the header template part.\n\n\n\n<p>I lean more toward seeing theme authors using block patterns rather than templates for this. However, WordPress needs to add a method for designating patterns on specific editing screens (e.g., post editor vs. site editor). In the long run, the patterns UI feels like it will be a better place. That is assuming it ever receives an <a href=\"https://wptavern.com/proposal-to-create-an-expanded-view-or-overlay-for-the-block-patterns-inserter\">expanded view or overlay option</a>. There may be solutions where patterns and template parts merge as well.</p>\n\n\n\n<p>Either way, this type of experimentation is what we need to see in the WordPress theme development world at the moment. I welcome more of it.</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, 29 Dec 2020 22:37: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: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: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:64:\"WPTavern: AMP Under Fire in New Antitrust Lawsuit Against Google\";s: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=109265\";s: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:173:\"https://wptavern.com/amp-under-fire-in-new-antitrust-lawsuit-against-google?utm_source=rss&utm_medium=rss&utm_campaign=amp-under-fire-in-new-antitrust-lawsuit-against-google\";s: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:6515:\"<p><a href=\"https://amp.dev/\">AMP</a> (Accelerated Mobile Pages), an open source initiative that originated with Google, is coming under greater scrutiny at the tail end of 2020, as the company is facing a rash of antitrust lawsuits beginning in October. The second suit is the one most pertinent to the AMP project. (A third suit brought by 38 state attorneys general alleges that Google is operating an illegal monopoly for online search and search advertising.)</p>\n\n\n\n<p>The second suit is led by Texas Attorney General Ken Paxton and nine other state attorneys general. It alleges that AMP was created for the purpose of pushing publishers away from “header bidding,” an advertising mechanism that allows sites to route their ad inventory through several ad exchanges and sell the space to the highest bidder. Header bidding requires JavaScript and therefore doesn’t play well with AMP.</p>\n\n\n\n<p>The <a href=\"https://www.texasattorneygeneral.gov/sites/default/files/images/admin/2020/Press/20201216%20COMPLAINT_REDACTED.pdf\">complaint</a> claims that “Google’s program secretly let its own<br />exchange win, even when another exchange submitted a higher bid.” It also alleges that “Google ad server employees met with AMP employees to strategize about using AMP to impede header bidding, and how much pressure publishers and advertisers would tolerate:” </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>First, Google restricted the code to prohibit publishers from routing their bids to or sharing their user data with more than a few exchanges a time, which limited AMP compatibility with header bidding. At the same time, Google made AMP fully compatible with routing to exchanges through Google. Google also designed AMP to force publishers to route rival exchange bids through Google’s ad server so that Google could continue to peek at rivals’ bids and trade on inside information. Third, Google designed AMP so that users loading AMP pages would make direct communication with Google servers, rather than publishers’ servers. This enabled Google’s access to publishers’ inside and non-public user data. AMP pages also limit the number of ads on a page, the types of ads publishers can sell, as well as enriched content that publishers can have on their pages.</p></blockquote>\n\n\n\n<p>There are many more claims about collusion with Facebook and other anti-competitive practices, but the section regarding AMP may be of particular interest to publishers who are considering implementing it:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Google falsely told publishers that adopting AMP would enhance load times, but Google employees knew that AMP only improves the [redacted] and AMP pages can actually [redacted] [redacted] [redacted]. In other words, the ostensible benefits of faster load times for cached AMP version of webpages were not true for publishers that designed their web pages for speed. Some publishers did not adopt AMP because they knew their pages actually loaded faster than AMP pages.</p><p>Google also [redacted] <em>of non-AMP ads by giving them artificial one second delays</em> in order to give Google AMP a [redacted] [redacted] slows down header bidding, which Google uses to turn around and denigrate header bidding for being too slow.</p></blockquote>\n\n\n\n<p>The complaint references internal documents that demonstrate how AMP is an inferior product when compared to the options previously available to publishers:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Google gave publishers a Faustian bargain: (1) publishers could lose more money by using header bidding because Google Search would suppress their search rankings and send traffic to competing AMP-compatible publishers; or (2) publishers could lose less money by using AMP pages and forgoing exchange competition in header bidding. Either option was far inferior to the options available to publishers before AMP was introduced. Just how inferior? [redacted] [redacted] [redacted] according to internal Google documents.</p></blockquote>\n\n\n\n<p>Just 48 hours after this lawsuit was filed, AMP Advisory Committee member Terence Eden <a href=\"https://shkspr.mobi/blog/2020/12/i-have-resigned-from-the-google-amp-advisory-committee/\">resigned</a> from his position as a non-corporate representative. </p>\n\n\n\n<p>The <a href=\"https://github.com/ampproject/meta-ac/blob/master/WORKING_MODE.md#goal-of-the-ac\">goal of the AMP AC</a> is to “Make AMP a great web citizen,” but Eden declined to nominate a replacement candidate, because he is concerned that “Google has limited interest in that goal.”</p>\n\n\n\n<p>“Google’s thesis is that the mobile-web is dying and people prefer to use apps – therefore making the web faster and more app-like will retain users,” Eden wrote. “<a href=\"https://github.com/ampproject/meta-ac/issues/32\">Google doesn’t publish data about this</a>, so I can’t directly criticize their motives. But I do not think AMP, in its current implementation, helps make the web better.</p>\n\n\n\n<p>“I remain convinced that AMP is poorly implemented, hostile to the interests of both users and publishers, and a proprietary and unnecessary incursion into the open web.”</p>\n\n\n\n<p>In a follow-up email to <em><a href=\"https://www.theregister.com/2020/12/19/google_amp_resignation\">The Register</a></em>, Eden said, “I don’t know what Google’s motives are. But AMP has not been responsive to the needs of users, publishers, or the web community. We need an open, standards based approach to the web.”</p>\n\n\n\n<p>Where will AMP go in 2021? Publishers have already invested a lot of resources in order to comply with its proprietary subset of HTML. Smaller sites often lack the resources to support AMP, which may be one reason why Google began investing heavily in developing <a href=\"https://profiles.wordpress.org/google/#content-plugins\">WordPress plugins</a> that make its products easier to use. More than 500,000 WordPress site are now using the official <a href=\"https://wordpress.org/plugins/amp/\">AMP plugin</a>.</p>\n\n\n\n<p>Google has spent years clawing for greater AMP adoption, despite widespread criticism that the project is a threat to the open web. Every last bit of that effort is now in jeopardy if the complaints in the antitrust lawsuits and their supporting documents are found to be true.</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, 29 Dec 2020 05:43: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: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: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:84:\"WPTavern: Navigate the Content Canvas With the Block Editor Outline WordPress 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=109480\";s: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:213:\"https://wptavern.com/navigate-the-content-canvas-with-the-block-editor-outline-wordpress-plugin?utm_source=rss&utm_medium=rss&utm_campaign=navigate-the-content-canvas-with-the-block-editor-outline-wordpress-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:4173:\"<p class=\"has-drop-cap\">Last week, Kalimah Apps released its <a href=\"https://wordpress.org/plugins/editor-block-outline/\">Editor Block Outline</a> plugin to the WordPress plugin repository. The idea is simple. The plugin adds a bordered outline to each block in the document along with their associated labels. For some users, this will help them navigate more complex layouts.</p>\n\n\n\n<p>There is little information available about Kalimah Apps through the usual WordPress-related channels. However, this is its second plugin in the directory. Its first plugin, which has not been updated in four years, was a massive library of over 40 shortcodes, 1,000s of icons, and dozens of animations. Editor Block Outline is much more scaled back and lean.</p>\n\n\n\n<p>The plugin adds a new sidebar panel to the editor. Its icon, located in the upper right of the screen, looks like a picture frame. It has several options to allow users to personalize the experience, such as what contexts to show the outline and whether to show the block name. The latter option is sometimes best disabled when inserting blocks with many inner blocks. Otherwise, the interface may look a bit cluttered.</p>\n\n\n\n<p>Users can also select an outline color, border style, and opacity. I recommend knocking opacity down below 50% for more of a <em>guideline</em> look, something that is visible but does not feel like it is a part of the content.</p>\n\n\n\n<img />Selecting outline options for Editor Block Outline.\n\n\n\n<p>All of the settings are stored as user metadata. Using this data storage method means that each user can decide how they want to use this plugin. Or, they can even disable it altogether. Because it is stored this way, settings will carry over from one post to the next.</p>\n\n\n\n<p>“Do you want to know the feeling of driving while drunk, or to move around with blinders on? Then use Gutenberg without this plugin!!!” That is how one user <a href=\"https://wordpress.org/support/topic/works-perfectly-2168/\">reviewed this plugin</a>. While I may not describe the default editor quite so — ahem — <em>eloquently</em>, this plugin does solve some problems, particularly when you need to more easily click around the interface.</p>\n\n\n\n<p>As Brian Gardner <a href=\"https://twitter.com/bgardner/status/1329543944401801227\">joked on Twitter</a>, selecting some blocks like Columns is tedious work or a fun game of whack-a-mole:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Live footage of me trying to select the main Columns block in WordPress to increase the number. <a href=\"https://t.co/Fud3DLQ4VH\">pic.twitter.com/Fud3DLQ4VH</a></p>— Brian Gardner (@bgardner) <a href=\"https://twitter.com/bgardner/status/1329543944401801227?ref_src=twsrc%5Etfw\">November 19, 2020</a></blockquote>\n</div>\n\n\n\n<p>Of course, there are ways around that, such as using the navigation tree, breadcrumbs, or keyboard commands. However, the block editor is meant to be a visual interface that allows end-users to simply point and click on the elements they wish to edit. Selecting specific blocks has generally improved over time, but users still run into issues. Editor Block Outline makes it a much simpler affair.</p>\n\n\n\n<img />Selecting the Columns block.\n\n\n\n<p>In Full Site Editing (FSE) mode with the Gutenberg plugin enabled, the plugin did not hold up quite as well. Depending on the theme in use, the blocks’ text labels were sometimes huge or did not match across the canvas. The plugin’s icon was also not available on the site editor screen.</p>\n\n\n\n<p>FSE is still in beta. The plugin cannot be expected to work with it yet. However, this is where I imagine the plugin will make the most sense for many users. In the post editor, it would get in the way of writing long-form posts. However, the plugin could become an invaluable tool for navigating complex layouts in both the post and site editors.</p>\n\n\n\n<p>More than anything, the reason I like Editor Block Outline is its dedication to a singular purpose. It adds a simple feature that enhances the editor without taking on too large of a role.</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, 28 Dec 2020 21:05: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: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: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:46:\"BuddyPress: BuddyPress in 2020, it’s a wrap!\";s: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=316282\";s: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:61:\"https://buddypress.org/2020/12/buddypress-in-2020-its-a-wrap/\";s: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:9203:\"<p>Hello dear members of the BuddyPress community,</p>\n\n\n\n<p>For this last day of 2020, we are inaugurating our very first End of Year wrap-up post. We believe it’s a good way to congratulate ourselves (<em>the whole BuddyPress community</em>) about the free & priceless hard work we’ve all put together into our open source project.</p>\n\n\n\n<p>There are many ways we are <a href=\"https://codex.buddypress.org/participate-and-contribute/\">getting involved</a> into BuddyPress and we all know the best way to maintain BuddyPress in the long term is to give some of our spare time to carry on bringing that little piece to the project. Every contribution makes a difference.</p>\n\n\n\n<p>Let’s thank us all, the users, the support forum moderators, the documentation writers, the translators, the theme designers, the plugin developers & the BuddyPress Core committers team. We have built great community features all along the 2020 year.</p>\n\n\n\n<p class=\"has-text-align-center has-huge-font-size\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f44f.png\" alt=\"👏\" class=\"wp-smiley\" /></p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Here are our results:</h2>\n\n\n\n<h3>2020 releases</h3>\n\n\n\n<ul><li>9 releases (3 more than in 2019)</li><li><strong>2 major releases</strong> (1 more than in 2019)</li><li>7 minor releases (2 more than in 2019)</li></ul>\n\n\n\n<h3>2020 Tickets</h3>\n\n\n\n<ul><li>We’ve fixed 186 tickets, it’s <strong>62% more than in 2019</strong>.</li><li>The 6.0.0 release (May 2020) was the one which fixed the most tickets for 2 years (89).</li><li>Comparing to 2019, we’ve increased the fixed tickets per release average from 14 to 23.</li></ul>\n\n\n\n<h3>2020 Code contributors</h3>\n\n\n\n<ul><li>7.0.0 gathered the highest number of contributors for 2 years. We were <strong>55</strong> involved into the making of this release. It’s almost twice the number of contributors the 5.0.0 release got in 2019.</li><li>For each release we are an average of 14 contributors per release. In 2019 we were 9 contributors. <strong>Contributions to the BuddyPress project grew by 40% in 2020</strong>.</li></ul>\n\n\n\n<h3>2020 Downloads</h3>\n\n\n\n<ul><li>Most important spike for 2 years happened in 2020 for the 7.0.0 releases: <strong>34.236 downloads</strong> on December 11.</li><li>BuddyPress was downloaded more than 1.257.556 times in 2020 (the year is not finished yet <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f60c.png\" alt=\"😌\" class=\"wp-smiley\" />).</li><li><strong>The growth ratio is 23% compared to 2019</strong>.</li></ul>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Here are our achievements:</h2>\n\n\n\n<h3>Acknowledging <a href=\"https://translate.wordpress.org/projects/wp-plugins/buddypress/contributors/\">Polyglots contributions</a></h3>\n\n\n\n<p>Making BuddyPress available in as many languages as possible is very important to ensure the best user experience of the plugin features. We are always trying to improve how we credits translators and ease their tasks. During the 6.0.0 release, we’ve reviewed all the strings needing translators comments to explain the meaning of the placeholders we use (e.g.: <code>%s</code>, <code>%d</code>, <code>%1$s</code>, etc.).</p>\n\n\n\n<p>We’ve also decided to include, from now on, into major release credits the translation contributor names that have given their times to make sure the development (Trunk) translation is 100% ready once our major releases final string freeze step is over. <strong>This work is strategic to BuddyPress users</strong> as they will be able to get the new strings translation as soon as they upgrade or install the plugin.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h3>Easing & welcoming code contributions</h3>\n\n\n\n<p>At the end of 2019, we’ve made available a <a href=\"https://wordpress.org/plugins/bp-beta-tester/\">new plugin to ease beta-testing</a>, this year we’ve added the <code><a href=\"https://developer.wordpress.org/block-editor/packages/packages-env/\">@wordpress/env</a></code> package to our development version (Trunk) and <a href=\"https://codex.buddypress.org/participate-and-contribute/contribute-with-code/\">wrote a tutorial</a> about how you can easily set up a development environment to play with BuddyPress code thanks to it. We believe it’s an important step towards making contributing to BuddyPress easier and we hope it will increase the number of people getting involved into BuddyPress source code improvements.</p>\n\n\n\n<p>Before starting the 7.0.0 development cycle and just like the WordPress Core team does before each major milestone, we’ve published <a href=\"https://bpdevel.wordpress.com/2020/05/27/buddypress-7-0-0-call-for-tickets/\">our first “Call for tickets”</a>. We’ll do it before each major release so that you can share with the BuddyPress Core committers the tickets you think should be fixed for the next development cycle. <strong>The priorities of the BuddyPress community matter</strong>, we encourage you to use this call for tickets to make your voice heard.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h3>Informing BuddyPress Theme & Plugin authors about important changes</h3>\n\n\n\n<p>During the 6.0.0 development cycle we (<em>re</em>)started to take the time to write developer notes as soon as possible. We also organized these notes into categories according to the version number of the release being built.</p>\n\n\n\n<ul><li>To prepare 6.0.0, we’ve published <a href=\"https://bpdevel.wordpress.com/category/development-notes/6-0/\">4 notes</a>,</li><li>To prepare 7.0.0, we’ve published <a href=\"https://bpdevel.wordpress.com/category/development-notes/7-0/\">9 notes</a>.</li></ul>\n\n\n\n<p>Our goals doing so is to limit the risk of “breaking” your active theme or plugins keeping their authors aware of changes they should check before a major release is published. It can also help developers to start working early on extending BuddyPress new features. Please do read these notes and share them with your networks to increase their audience and contribute to cover this risk.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h3>Checking how you use BuddyPress and what are your needs:</h3>\n\n\n\n<p>BuddyPress surveys are back! <strong>BuddyPress is about users</strong>: we are very happy we could organize the <a href=\"https://buddypress.org/2020/12/buddypress-2020-survey-results/\">2020 survey</a> to get you inputs about your BuddyPress usage and about the specific directions for the plugin we are thinking of for its future.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h3>Introducing new community features to the BuddyPress plugin:</h3>\n\n\n\n<ul><li>The BP REST API welcomed 6 new endpoints to help you build great interactions from your applications about: Blogs, Blog avatar, Friends, Group Cover Image, Member Cover Image, and User Signups.</li><li>5 BuddyPress blocks have landed into the BuddyPress blocks category of your WordPress Block Editor.</li><li>New Administration screens to manage BuddyPress Types (Member & Group ones) are now available within your WordPress Dashboard. </li><li>Just like Members & Groups, the Blogs component can now enjoy a new default avatar for Sites.</li><li>A great 2.0 version of BP WP CLI to help you manage your BuddyPress site right from the command lines.</li><li>And many fixes and improvements about the existing features (See <a href=\"https://codex.buddypress.org/releases/version-6-0-0/\">6.0.0</a> & <a href=\"https://codex.buddypress.org/releases/version-7-0-0/\">7.0.0</a> release notes)</li></ul>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h3>Starting side projects:</h3>\n\n\n\n<ul><li>A new design for the BuddyPress.org network</li><li><a href=\"https://github.com/buddypress/bp-blocks/pull/7\">Block based Activity Post Form</a>.</li><li>Migrating the <a href=\"https://bpdevel.wordpress.com/\">Developer Updates blog</a> from WordPress.com to BuddyPress.org (See <a href=\"https://buddypress.trac.wordpress.org/ticket/5525#comment:11\">#5525</a>).</li></ul>\n\n\n\n<p>If one of these projects is interesting you, don’t hesitate to contribute to it.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>2021 Goals</h2>\n\n\n\n<p>Based on the discussions the Core Team had during our development meetings (every other Wednesday at 19:00 UTC in <a href=\"https://wordpress.slack.com/messages/buddypress\">#BuddyPress</a>), here’s a list of directions we mostly agree on about: </p>\n\n\n\n<ul><li>A fantastic standalone BuddyPress theme.</li><li>BuddyPress code reference.</li><li>A BuddyPress Attachments component.</li><li>Improve ways to get help about & for BuddyPress.</li></ul>\n\n\n\n<p><strong>Let’s try to make them concrete in 2021!</strong></p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p><em>Thanks for reading this post and for your involvement in contributing to BuddyPress in 2020. Let’s wish us all a great new year’s eve <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f389.png\" alt=\"🎉\" class=\"wp-smiley\" />. Bye 2020 and Happy 2021, full of great contributions, to the BuddyPress community.</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:\"Mon, 28 Dec 2020 19:29: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: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: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:28:\"Matt: State of the Word 2020\";s: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=53321\";s: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:32:\"https://ma.tt/2020/12/sotw-2020/\";s: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:1319:\"<p>This tumultuous year, two things really helped me get through it: my colleagues at <a href=\"https://automattic.com/\">Automattic</a> and the community of <a href=\"https://wordpress.org/\">WordPress</a>. </p>\n\n\n\n<p>At the end of the year I usually deliver a speech to the WP community we call the State of the Word, that celebrates what we accomplished the previous year and shines a light on what we could focus on in the coming year. There’s always a great energy in the room and I love mixing with the audience before and after the talk. This year we did it online, which meant we could produce the talk a little more, and we made extra time for the Q&A afterward with answers not just from me but folks across the community. </p>\n\n\n\n<p>One thing I’ll call out <a href=\"https://wordpress.org/news/2020/12/simone/\">WordPress 5.6</a> had an all women and non-binary release squad of over 50 people, a first for WordPress and probably any large open source project. Also the <a href=\"https://w3techs.com/technologies/history_overview/content_management/all/y\">market share of WordPress</a> grew more in 2020 than it has in any year since it started being tracked!</p>\n\n\n\n<p>If you’re curious about what’s next for WordPress, check it out:</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:\"Sun, 27 Dec 2020 22:55: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: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: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:115:\"WPTavern: Google to Migrate Structured Data Testing Tool to New Domain after Backlash from Deprecation Announcement\";s: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=109332\";s: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:275:\"https://wptavern.com/google-to-migrate-structured-data-testing-tool-to-new-domain-after-backlash-from-deprecation-announcement?utm_source=rss&utm_medium=rss&utm_campaign=google-to-migrate-structured-data-testing-tool-to-new-domain-after-backlash-from-deprecation-announcement\";s: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:2781:\"<p>Google’s <a href=\"https://search.google.com/test/rich-results\">Rich Results Test</a> came <a href=\"https://developers.google.com/search/blog/2020/07/rich-results-test-out-of-beta\">out of beta</a> in July with support for all Google Search rich result features like carousels, images, or other non-textual elements. At that time, Google announced it would be deprecating the <a href=\"https://search.google.com/structured-data/testing-tool/u/0/\">Structured Data Testing Tool</a>, which SEOs, developers, and site owners have relied on for testing structured markup and troubleshooting schema issues.</p>\n\n\n\n<p>The SEO community reacted strongly to this change, because the Rich Results Test only validates structured data that is supported by Google. It also does not provide much useful feedback on errors. </p>\n\n\n\n<p>“This is awful,” SEO consultant Barry Adams said in response to the change. “The SDTT is a tool that validates ALL schemas and helps make the web a semantically richer place. The RR test only supports a tiny narrow subset of Google-approved schemas. You’re downgrading the web with this move.”</p>\n\n\n\n<p>When Google <a href=\"https://twitter.com/googlesearchc/status/1280507131318460418\">announced</a> the Structured Data Testing Tool’s deprecation on Twitter, comments from various web professions indicated widespread disappointment in the decision.</p>\n\n\n\n<p>“The new tool is painfully slow,” digital marketing consultant Ian Lurie said. “The old tool showed a structured data result for the URL tested above. It provided useful feedback and supported industry-wide standardization. The truth is, you’re replacing a great structured data tool for an inferior Google-specific one.”</p>\n\n\n\n<p>After taking note of all the negative feedback, Google <a href=\"https://developers.google.com/search/blog/2020/12/structured-data-testing-tool-update\">announced</a> last week that it will no longer be deprecating the tool. Instead, the company plans to migrate it to a new domain: </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>To better support open standards and development experience, we’re refocusing the Structured Data Testing Tool and migrating it to a new domain serving the schema.org community by April 2021. The main purpose of the tool will be to check syntax and compliance of markup with schema.org standards. </p></blockquote>\n\n\n\n<p>Google is making some changes to the tool to differentiate it from the Rich Results Test. The Structured Data Testing tool will not be able to check for Google Search rich result types. It will be refocused to validate only schema.org properties, and is recommended for validating types that Google Search doesn’t yet consume.</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, 23 Dec 2020 23:56:28 +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:61:\"WPTavern: Learn WordPress Launches Trac Introductory Workshop\";s: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=109334\";s: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:167:\"https://wptavern.com/learn-wordpress-launches-trac-introductory-workshop?utm_source=rss&utm_medium=rss&utm_campaign=learn-wordpress-launches-trac-introductory-workshop\";s: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:2230:\"<p>Jonathan Desrosiers, a WordPress core committer and software engineer at Bluehost, has published a new workshop titled “<a href=\"https://learn.wordpress.org/workshop/how-to-use-trac/\">How to Use Trac</a>” on the <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> platform. The 20-minute video offers a crash course on the ticket tracking software that WordPress relies on to manage core development. Trac is also used for contributing to <a href=\"https://meta.trac.wordpress.org/\">WordPress’ meta</a> component, which includes WordPress.org sites and API, directories, support areas, and other projects.</p>\n\n\n\n<p>Trac’s antiquated UI can be intimidating for newcomers, posing another barrier to contribution. Even experienced WordPress contributors are eager to move core development to GitHub or some other platform. It can get confusing since bugs related to the editor need to be reported on GitHub instead of Trac. Until WordPress adopts another platform, the ability to navigate Trac remains an important skill.</p>\n\n\n\n<p>Desrosiers’ workshop covers topics like searching for pre-existing tickets before reporting a new issue, how to write a good bug report or feature request, how to identify component maintainers, attaching patches, and how proper classification of the ticket can help other teams get involved. He also helps workshop students understand ticket resolutions so they can frame their expectations accordingly. This video includes a full walkthrough of creating a new ticket where Desrosiers explains each field on the form. </p>\n\n\n\n<p>Once you get up to speed on learning Trac and start contributing, you may also want to follow the <a href=\"https://twitter.com/wordpresstrac\">WordPress Trac on Twitter</a>. New contributors may also want to explore <a href=\"https://wptavern.com/wptracsearch-an-elasticsearch-powered-search-interface-for-wordpress-trac-tickets\">WPTracSearch</a>, an unofficial project that provides an alternative Elasticsearch-powered interface for searching WordPress Trac tickets. WPTracSearch delivers more accurate results, even for basic queries, that can be filtered based on milestone, component, focuses, usernames, and more criteria.</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, 23 Dec 2020 21:38: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: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:98:\"WPTavern: Gutenberg 9.6 Introduces Drag-and-Drop Blocks and Global Inheritance for the Query Block\";s: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=109323\";s: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:241:\"https://wptavern.com/gutenberg-9-6-introduces-drag-and-drop-blocks-and-global-inheritance-for-the-query-block?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-9-6-introduces-drag-and-drop-blocks-and-global-inheritance-for-the-query-block\";s: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:5098:\"<p class=\"has-drop-cap\">For some people, Christmas arrived a couple of days early. <a href=\"https://make.wordpress.org/core/2020/12/23/whats-new-in-gutenberg-23-december/\">Gutenberg 9.6 launched</a> with its first iteration of drag-and-drop blocks from the inserter. There are some other enhancements like <a href=\"https://github.com/WordPress/gutenberg/pull/27297\">vertical buttons</a>, heaps of bug fixes, new APIs, and other improvements. But, let’s be real. The ability to drag blocks from the inserter into the content canvas is the highlight of this release.</p>\n\n\n\n<p>Another key feature is that the Query block, which is only available when Full Site Editing is enabled, now <a href=\"https://github.com/WordPress/gutenberg/pull/27128\">inherits from the global query arguments</a>. As has been usual as of late, much of the work in the Gutenberg plugin has focused on improving the site editor.</p>\n\n\n\n<h2>Drag Blocks Into the Content Canvas</h2>\n\n\n\n<img />Dragging a block from the inserter and dropping it between paragraphs.\n\n\n\n<p class=\"has-drop-cap\">Perhaps the Gutenberg development team has <a href=\"https://wptavern.com/wordpress-5-7-development-kicks-off-with-focus-on-full-site-editing#comment-357130\">seen</a> <a href=\"https://wptavern.com/proposal-to-create-an-expanded-view-or-overlay-for-the-block-patterns-inserter#comment-353059\">your</a> <a href=\"https://wptavern.com/google-search-to-add-page-experience-to-ranking-signals-in-may-2021#comment-351977\">comments</a> and <a href=\"https://wptavern.com/gutenberg-9-0-brings-major-improvements-to-navigation-screen-and-query-block#comment-344463\">your</a> <a href=\"https://wptavern.com/wordpress-5-6-wish-list-homepage-post-type-selection-and-block-management#comment-336374\">other</a> <a href=\"https://wptavern.com/gutenberg-8-5-adds-single-gallery-image-editing-allows-image-uploads-from-external-sources-and-improves-drag-and-drop#comment-334299\">comments</a>. If there is one common thread among the comments on our Gutenberg-related posts, it is that a segment of the WordPress user base wants more drag-and-drop capabilities.</p>\n\n\n\n<p>The new feature only works with blocks right now. Users cannot yet drag and drop patterns from the inserter.</p>\n\n\n\n<p>After several tests since Gutenberg 9.6 Release Candidate 1 landed last week, I have had no issues with it. For the most part, the experience felt smooth and easy to use.</p>\n\n\n\n<p>I have never seen the allure of drag-and-drop features in a content editor. If I am not typing in Markdown, I am in the WordPress editor and using keyboard shortcuts. Throughout my career, I have either been writing code or writing words daily. Picking up my fingers from the keyboard only serves to waste time.</p>\n\n\n\n<p>Sometimes I forget that the block editor already has some drag-and-drop capabilities available, which allow end-users to move blocks from one position to another in the canvas. I tend to work with the top toolbar enabled, so I rarely see the feature.</p>\n\n\n\n<p>Nevertheless, I do see how dragging and dropping blocks could be useful to some users. I use them in other types of editors, such as Gimp or Photoshop, at times. The one thing I like about those is the toolset is always available in the sidebar. This is not the case with the block inserter. While it will stay open for users to drag multiple elements into their content, it disappears once users begin working elsewhere. That could become irritating if the user is in more of a visual-design workflow instead of a content-editing mode.</p>\n\n\n\n<p>Dragging blocks from the inserter would make more sense for my workflow in the upcoming site editor rather than the post editor. The feature works great in that context too.</p>\n\n\n\n<h2>Query Block Supports Inheriting the Global Query Arguments</h2>\n\n\n\n<img />Inheriting the Query block’s options from the URL.\n\n\n\n<p class=\"has-drop-cap\">The low-key star of this release is an update to the Query block, which is only available when using a block-based theme. The update is one of the most important breakthroughs for Full Site Editing, a pivotal moment in the history of the Gutenberg project.</p>\n\n\n\n<p>In previous iterations, the Query block required that themes via their block templates or end-users via the site editor define which posts to display. While that is a necessary function of the block, the missing piece was the global query support.</p>\n\n\n\n<p>In the simplest terms, whatever URL a visitor lands upon tells WordPress which posts to load. The data for loading these posts is all stored in a global set of query arguments. Themes can then loop through these posts to display them.</p>\n\n\n\n<p>In Gutenberg 9.6, the Query block can now inherit these query arguments. This means that things like the blog posts page, category archives, search results, and more will display the correct posts when someone visits one of those specific URLs.</p>\n\n\n\n<p>On the surface, this change merely adds a single option to the interface. However, under the hood, it is a achievement that clears a gaping path for developing block-based themes.</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, 23 Dec 2020 20:16: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: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: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:79:\"WPTavern: Exploring Photo Blocks, an Experimental FSE-Ready Photoblogging Theme\";s: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=109274\";s: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/exploring-photo-blocks-an-experimental-fse-ready-photoblogging-theme?utm_source=rss&utm_medium=rss&utm_campaign=exploring-photo-blocks-an-experimental-fse-ready-photoblogging-theme\";s: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:4979:\"<p class=\"has-drop-cap\">Kjell Reigstad announced the <a href=\"https://github.com/WordPress/theme-experiments/tree/master/photo-blocks\">Photo Blocks</a> theme on December 9. It is a part of an ongoing set of experimental work from the WordPress <a href=\"https://github.com/WordPress/theme-experiments\">Theme Experiments</a> repository on GitHub. It is essentially a testbed of ideas that are helping to propel the upcoming block-based theming era.</p>\n\n\n\n<p>In the past few months, I have covered the repository’s <a href=\"https://wptavern.com/carrd-like-theme-experiment-provides-a-glimpse-into-the-future-of-theming\">Carrd-like landing page theme</a>, <a href=\"https://wptavern.com/twenty-twenty-one-blocks-theme-launching-as-a-separate-project\">Twenty Twenty-One Blocks</a>, and the Full Site Editing (FSE) <a href=\"https://wptavern.com/jump-start-block-based-theme-development-with-the-fse-theme-generator\">Theme Generator</a>. There is a lot of movement happening in the repository that theme developers would be remiss to overlook.</p>\n\n\n\n<p>“I built a new block-based photoblog theme in the experiments repo,” Reigstad <a href=\"https://twitter.com/kjellr/status/1336697938538618882\">tweeted</a> just a couple of weeks ago. “It’s refreshing to see how well this works just with existing FSE tools.”</p>\n\n\n\n<p>Like most FSE-capable themes currently making the rounds, it is simple. There are miles left before block-based themes and the upcoming site editor reach maturity. Photo Blocks showcases yet another step in the evolution of the system.</p>\n\n\n\n<img />Posts page view of Photo Blocks in the site editor.\n\n\n\n<p>The theme uses the Query block’s new grid view, which was added in <a href=\"https://wptavern.com/gutenberg-9-5-improves-site-editor-and-adds-new-options-for-cover-and-code-blocks\">Gutenberg 9.5</a>. The Query block is one of the most important pieces of the Full Site Editing system. Like in traditional themes, the query and “the loop” output posts on the front end.</p>\n\n\n\n<p>The addition of the grid view allows themes to output their posts in columns. This is a nice addition for Photo Blocks and other photoblogging or portfolio themes. Currently, the Query block supports only a second type of view, the default list of posts. It all seems to limit design possibilities right now, but the grid option does provide some hope that more robust tools are coming.</p>\n\n\n\n<p>The Query block is undoubtedly one of the most complex features the Gutenberg team is building, and it is a crucial block for the upcoming site editor.</p>\n\n\n\n<p>There is also no posts pagination or navigation at the moment. That is because the Gutenberg team is still <a href=\"https://github.com/WordPress/gutenberg/issues/26557\">ironing out the details</a> of such a block. This is another Herculean task given the near-limitless variations on designing posts navigation. The block will need to provide theme authors the flexibility they are accustomed to when writing code.</p>\n\n\n\n<h2>Why Testing and Building Experimental Themes Matters</h2>\n\n\n\n<p class=\"has-drop-cap\">The development of Photo Blocks exposed some missing features in Gutenberg. Without community feedback from building and testing block-based themes, it is tough for the development team to identify such issues.</p>\n\n\n\n<p>Currently, the only way to have same-height images in the Photo Blocks theme’s post grid is to manually crop and upload images with the same aspect ratio. Reigstad opened a ticket to <a href=\"https://github.com/WordPress/gutenberg/issues/27620\">set a consistent crop</a> for the Post Featured Image block. <em>I would also recommend an image-size option similar to how it is handled in the Image block.</em></p>\n\n\n\n<p>Traditionally, themes that output a grid of featured images would fall back to a default image or use the first image from the post content if one was not set. There is currently no way to do this with the Post Featured Image block — another missing key feature. Reigstad opened a new ticket that proposed <a href=\"https://github.com/WordPress/gutenberg/issues/27617\">taking the idea further</a>.</p>\n\n\n\n<p>“In the past, the featured image was a single image, added and managed separately from the rest of the post content,” he wrote. “For block-based sites however, that restriction is largely unnecessary. Rather than just an image, we should consider making it possible to set a video or audio embed as the ‘Featured’ block. Also, since posts are made up of structured data, it’s theoretically possible to signify any block from within post content as a ‘Featured’ block.”</p>\n\n\n\n<p>The idea of featured media is not new. Many themes have had featured audio and video in the past. However, the concept of marking any type of block as featured is worth exploring. Even if not every block lends itself well to this, surely some do beyond images.</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, 23 Dec 2020 00:35: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: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: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:57:\"WPTavern: Shutterstock Launches Official WordPress 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=108844\";s: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:159:\"https://wptavern.com/shutterstock-launches-official-wordpress-plugin?utm_source=rss&utm_medium=rss&utm_campaign=shutterstock-launches-official-wordpress-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:2130:\"<p>Shutterstock has released an <a href=\"https://wordpress.org/plugins/shutterstock\">official plugin for WordPress</a>. The 17-year old company is as old as WordPress itself but this is the first time it has provided convenient access to its library inside the admin. </p>\n\n\n\n<p>Seven years ago, Shutterstock released a <a href=\"https://wordpress.org/plugins/shutterstock-affiliate-plugin/\">plugin for affiliates</a> using a third-party development company, but it failed to gain much traction and is no longer updated. The new block-based plugin applies more broadly to WordPress site owners looking for commercial stock photography. It provides a block that allows users to search Shutterstock’s library of 340 million images and get suggestions based on the text content. Users can place preview images on pages and posts, license with one click, download, and publish images and editorial content.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Shutterstock’s plugin respects WordPress’ user roles and permissions system, so organizations can restrict image licensing to editors and administrators while still allowing authors to insert image previews. The plugin also has access to the user’s license history so they can download any content that has been previously licensed on Shutterstock.</p>\n\n\n\n<p>A couple weeks after launching, the plugin is active on fewer than 10 WordPress sites. It’s not clear if that is due to its customers not knowing about it or the endless variety of free images that WordPress users have access to through other services. Since the plugin only offers access to a limited library by default, it is primarily aimed at Shutterstock customers who have an existing subscription to connect for the full collection. </p>\n\n\n\n<p>Along with the official plugin release, Shutterstock also announced a new partnership with WordPress.com VIP. It is now one of the service’s “<a href=\"https://wpvip.com/partner/shutterstock/\">Featured Technology Partners</a>,” streamlining the publishing workflow for Automattic’s enterprise customers. </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, 22 Dec 2020 23:32: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: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:86:\"WPTavern: What Is Full Site Editing and What Does It Mean for the Future 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:30:\"https://wptavern.com/?p=109217\";s: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/what-is-full-site-editing-and-what-does-it-mean-for-the-future-of-wordpress?utm_source=rss&utm_medium=rss&utm_campaign=what-is-full-site-editing-and-what-does-it-mean-for-the-future-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10892:\"<img />Block-based Twenty Twenty-One theme in the site editor.\n\n\n\n<p class=\"has-drop-cap\">As I said last week, <em>2021 will be the year of the site editor</em>. Matt Mullenweg’s <a href=\"https://wptavern.com/state-of-the-word-2020-wordpress-moves-toward-full-site-editing\">State of the Word</a> confirms it. WordPress 5.7’s <a href=\"https://wptavern.com/wordpress-5-7-development-kicks-off-with-focus-on-full-site-editing\">release planning</a> is focused on it. It has been a long journey getting to this point, and it will be a much longer adventure afterward. The ultimate promise of the work that <a href=\"https://wptavern.com/wordpress-core-editor-team-publishes-ui-prototype-for-gutenberg-an-experimental-block-based-editor\">began nearly four years ago</a> is nigh.</p>\n\n\n\n<p>The Gutenberg project was never <em>just</em> about editing content. WordPress was aging software by late 2016. It needed to cater to modern audiences who may be less tech-savvy than the platform’s existing user base. It needed to capture a younger generation of developers who were looking at the greener grass of JavaScript-heavy software. It needed to offer an experience on par with modern web applications. WordPress had a lot of boxes it needed to check or face irrelevance.</p>\n\n\n\n<p>The one thing that has truly kept the platform afloat is its large and diverse ecosystem of third-party developers.</p>\n\n\n\n<p><em>One of the most popular types of plugins?</em> Page builders. Those such as Elementor, which launched in early 2016, were filling in the experience gaps that WordPress was missing. While it was a testament to the platform’s extendibility for such third-party projects to arise, it was also a failure that the core platform could not offer a better experience to both users and developers out of the box. Far too many theme authors were forced into supporting third-party builders to remain relevant. They were focusing more and more on compatibility with plugins than simply designing.</p>\n\n\n\n<p>The shortcomings of the widgets, shortcodes, meta boxes, and settings systems meant that developers had to either rely on non-core frameworks or reinvent the wheel. Every new API brought with it a new method for adding basic form fields. At best, it was inelegant, a platter of spaghetti that had been thrown at the wall, some of it managing to stick.</p>\n\n\n\n<p>WordPress was beginning to show its wrinkles. It needed to revolutionize itself. It needed to feel fresh again. For better or worse, the developers behind the Gutenberg project have been putting in the work to do just that.</p>\n\n\n\n<p>It is slow work. But, it is promising work.</p>\n\n\n\n<p>While the term “Gutenberg” is often used interchangeably with “block editor,” the two are not one and the same. Gutenberg is a project. A plugin. An idea. A new way of thinking about publishing on the web. As the opening lines of the description of the plugin read:</p>\n\n\n\n<blockquote><p>“Gutenberg” is a codename for a whole new paradigm in WordPress site building and publishing, that aims to revolutionize the entire publishing experience as much as Gutenberg did the printed word.</p></blockquote>\n\n\n\n<p>The project has four phases:</p>\n\n\n\n<ol><li>Easier Editing</li><li>Customization</li><li>Collaboration</li><li>Multilingual</li></ol>\n\n\n\n<p>WordPress users who have not been testing the Gutenberg plugin have only experienced Phase 1 of the project. The launch of the block editor in <a href=\"https://wptavern.com/wordpress-5-0-bebo-released-lays-a-foundation-for-the-platforms-future\">WordPress 5.0</a> and its continued work set the stage for the phases to follow. The underlying block system is what will fuel the next decade or longer of WordPress.</p>\n\n\n\n<p>Today, we are firmly in the midst of Phase 2. And, this is where things will get interesting.</p>\n\n\n\n<h2>Full Site Editing</h2>\n\n\n\n<img />Selecting a template in the site editor, using the Block-Based Bosco theme.\n\n\n\n<p class=\"has-drop-cap\">Phase 2 of Gutenberg, which began in late 2018, promised to bring blocks outside of the post content. In an introduction to this next step, Mel Choyce-Dwan <a href=\"https://make.wordpress.org/core/2018/12/08/gutenberg-phase-2/\">outlined the three main focuses:</a></p>\n\n\n\n<ul><li>Be outside of <code>post_content</code>.</li><li>Focus on customization.</li><li>Upgrading themes, widgets, and menus.</li></ul>\n\n\n\n<p>Since then, those core concepts have remained the same. However, the full picture, the shape of what those concepts would look like, has changed in the last two years. If there is one thing anyone on the development team has learned, it is probably that it is hard to launch such drastic changes.</p>\n\n\n\n<p>Full Site Editing is a mix of concepts. It is one part transition from tradition and one part full overhaul of how users and developers design the front end of WordPress sites.</p>\n\n\n\n<p>Nav menus and widgets, which are a part of the old paradigm, have been set to relaunch under the block system for the past two major WordPress releases. They were not ready. Users should expect to see them in WordPress 5.7. However, these feature upgrades are merely stepping stones to true the true Full Site Editing feature. They offer a way for end-users who are still using classic WordPress themes to get a taste of blocks outside of the post-editing screen.</p>\n\n\n\n<p>For the users who take the next step, widgets and nav menus — at least the traditional admin screens — will disappear. The customizer, which was once touted as the future of theme development, is also getting the ax. Site customization via a system where everything is a block will reign supreme.</p>\n\n\n\n<p>Once the switch flips, the world will be looking at a whole new WordPress.</p>\n\n\n\n<p>WordPress 5.7 and beyond will be about the site editor and block-based themes. The site editor is the visual representation of block templates that theme developers offer to users. Templates are infinitely customizable by the user from the WordPress admin. While themers will create custom configurations and set defaults, the power to decide what the front end of the site will look like will ultimately reside in the user’s hands.</p>\n\n\n\n<p>Since the launch of Phase 1, the block editor has been a love/hate affair. Expect the site editor to be no less controversial.</p>\n\n\n\n<p>Underneath it all, a theme’s code and the site editor will be talking in the same language. This essentially means that users could transition to theme authors if they have a knack for design or simply want to give it a go. They should be able to do this without leaving the comfort of the trusty site editor, which already allows exporting templates.</p>\n\n\n\n<p>Because the post editor and the site editor both work on the same, underlying block-based foundation, there is no reason for users to not be able to seamlessly switch between the two. There is <a href=\"https://github.com/WordPress/gutenberg/pull/26355\">currently a ticket</a> for adding such a toggle on the post-editing screen. It will allow users to switch to a template-editing mode while never leaving the post editor.</p>\n\n\n\n<img />Template-editing mode likely to land in Gutenberg 9.6.\n\n\n\n<p>This is not a newly-introduced concept. Josepha Haden, who led the WordPress 5.6 release, <a href=\"https://wptavern.com/wordpress-5-6-release-team-pulls-the-plug-on-block-based-widgets\">touched on this earlier this year</a>. “I think one of the problems that we’re trying to solve with Gutenberg has always been a more consistent experience for editing elements across the WordPress interface,” she said. “No user should have to learn five different workflows to make sure their page looks the way they imagined it when it’s published.”</p>\n\n\n\n<p>One of the larger goals is reducing the number of workflows into a single interface. We are likely years away from seeing the whole of WordPress site management reduced that far. However, the site editor is the next step toward that potential user experience.</p>\n\n\n\n<h2>What Does All This Mean for the Future?</h2>\n\n\n\n<p class=\"has-drop-cap\">While the last few years may have felt like a whirlwind of changes to our beloved platform, <em>you ain’t seen nothing yet</em>. We were just getting our bearings in Phase 1. The development team was building the foundation while also launching the user-facing block editor. With that foundation in place, the team can focus more on features. This will especially be true as the <a href=\"https://wptavern.com/g2-components-a-from-scratch-reimagining-of-wordpress-components\">G2 Components project </a>overhauls and standardizes how core and third-party developers build upon the block system.</p>\n\n\n\n<p>The big Phase 2 changes this year means that theme authors will need to get up to speed. Traditional WordPress themes will still be necessary for a while. However, any theme author who is not already tinkering with block-based themes is already months behind. This is the time to be exploring and helping to shape the system. It is time to be filing bug reports and feature requests.</p>\n\n\n\n<p>If possible, theme authors should be attending the twice-monthly <a href=\"https://make.wordpress.org/themes/handbook/about/#meetings\">block-based themes meetings</a>. If time does not allow for attendance, you should at least be reading and participating on the <a href=\"https://make.wordpress.org/themes/\">Make Themes blog</a>.</p>\n\n\n\n<p>It is also important to check out projects like the <a href=\"https://wptavern.com/q-first-fse-wordpress-theme-now-live\">Q theme</a> or follow the <a href=\"https://github.com/WordPress/theme-experiments\">Theme Experiments</a> repository.</p>\n\n\n\n<img /><a href=\"https://wptavern.com/carrd-like-theme-experiment-provides-a-glimpse-into-the-future-of-theming\">Carrd-like theme experiment</a> from the site editor.\n\n\n\n<p>For end-users, this entire project is about you. Your feedback is crucial. If you are not already testing your site with the Gutenberg plugin, you should be. It is sometimes weeks or months ahead of what you are getting with WordPress alone. Try out an FSE theme like <a href=\"https://wptavern.com/block-based-bosco-second-full-site-editing-theme-lands-in-the-wordpress-directory\">Block-Based Bosco</a>. Consider joining the <a href=\"https://wptavern.com/help-steer-the-future-of-wordpress-via-the-fse-outreach-program\">FSE Outreach Program</a>. You can test and provide feedback directly on upcoming features.</p>\n\n\n\n<p>FSE brings with it the promise of major changes in 2021. Many of these changes will uproot old methods of managing your WordPress websites. Those methods will be replaced with one of the largest overhauls to the platform in its history. It is time to get prepared.</p>\n\n\n\n<p>It is going to be an interesting new year.</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, 22 Dec 2020 00:56: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: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: WordPress 5.7 Development Kicks Off with Focus on Full Site Editing\";s: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=109212\";s: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/wordpress-5-7-development-kicks-off-with-focus-on-full-site-editing?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-5-7-development-kicks-off-with-focus-on-full-site-editing\";s: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:3662:\"<p>If the 2020 <a href=\"https://wptavern.com/state-of-the-word-2020-wordpress-moves-toward-full-site-editing\">State of the Word</a> address was any indication, WordPress is moving full steam ahead to land full site editing in 2021. The 5.7 release cycle <a href=\"https://make.wordpress.org/core/2020/12/21/wordpress-5-7-planning-roundup/\">kicked off</a> this week with the proposed scope centered around full site editing via Gutenberg. Matt Mullenweg will be leading the release and the rest of the team leadership is still being rounded up. Bug scrubs for<em> </em><a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/tickets/early\" target=\"_blank\">early tickets</a> that require more time or early testing are already underway. </p>\n\n\n\n<p>WordPress 5.7 contributors anticipate working on the following features in the next release:</p>\n\n\n\n<ul><li>Update WordPress Core to include current releases of the Gutenberg plugin</li><li>Gutenberg: ship additional blocks, refine the UI, add tools for themes and design, and continue working on the widget screen</li><li>Continue work on <a href=\"https://make.wordpress.org/core/2020/11/10/wp5-6-auto-update-implementation-change/\">auto-updates</a> and<a href=\"https://make.wordpress.org/core/2020/06/29/updating-jquery-version-shipped-with-wordpress/\"> jQuery</a></li></ul>\n\n\n\n<p>“We might add more items in the upcoming weeks, and we will reconfirm the above-proposed list after the end-of-Gregorian year holidays,” Francesca Marano said in a planning roundup post. She said core development is not “closing up shop” for the holidays, and volunteers plan to run <a href=\"https://make.wordpress.org/core/2020/12/11/call-for-volunteers-early-bug-scrubs-for-wordpress-5-7/\">bug scrubs</a> and <a href=\"https://make.wordpress.org/core/2020/12/11/dev-chat-schedule-for-the-end-of-the-year/\">dev chats</a>. Those who cannot attend a meeting but want to advocate for a ticket can always comment on the dev chat agenda post to have it included in the discussion.</p>\n\n\n\n<p>Matias Ventura created a GitHub issue in August for contributors to track the progress of <a href=\"https://github.com/WordPress/gutenberg/issues/24551\">full-site editing milestones</a>. Some of the infrastructure and UI is already in place, as well as the ability to navigate through pages, templates, parts, and know which is area is active. Styling, theme blocks, the Query block, and the Navigation block are still in progress.</p>\n\n\n\n<p>There are a lot of moving pieces to make full-site editing features cohesive and ready for prime time. In Ventura’s most recent <a href=\"https://make.wordpress.org/core/2020/12/10/status-check-site-editing-and-customization/\">status update</a> on the project he reported that all of the features outlined are “in advanced stages” and can be used in the Gutenberg plugin already.</p>\n\n\n\n<p>“The main hurdle to include the work in major WordPress releases are the various dependencies between each project when it comes to ensuring a great user experience,” Ventura said. “The immediate focus is then on completing the milestones, stabilizing the work, and doing as much testing with different kinds of users as possible.” </p>\n\n\n\n<p>WordPress contributors are planning <a href=\"https://wordpress.org/about/roadmap/\">four releases in 2021</a>, allowing for multiple opportunities to introduce new features.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Beta 1 for 5.7 is planned for early February and the general release is expected March 9, 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:\"Mon, 21 Dec 2020 23:18: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: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:48:\"BuddyPress: BuddyPress 7.1.0 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:32:\"https://buddypress.org/?p=316287\";s: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:68:\"https://buddypress.org/2020/12/buddypress-7-1-0-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:1204:\"<p>Immediately available is <a href=\"https://downloads.wordpress.org/plugin/buddypress.7.1.0.zip\">BuddyPress 7.1.0</a>. This maintenance release fixes two bugs related to issues introduced in the 7.0.0 release.</p>\n\n\n\n<ul><li>It makes sure the BP Blogs tools to repare Site icons / Site profile photos synchronization is only available to WordPress multisite configs, </li><li>It fixes the unavailability of the Groups Admin screen for site networks using the BuddyPress multiblog mode.</li></ul>\n\n\n\n<p>For details on the changes, please read the <a href=\"https://codex.buddypress.org/releases/version-7-1-0/\">7.1.0 release notes</a>.</p>\n\n\n\n<p>Update to BuddyPress 7.1.0 today in your WordPress Dashboard, or by <a href=\"https://wordpress.org/plugins/buddypress/\">downloading from the WordPress.org plugin repository</a>.</p>\n\n\n\n<h2>Many thanks to 7.1.0 contributors <span class=\"dashicons dashicons-heart\"></span></h2>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/hareesh-pillai/\"></a><a href=\"https://profiles.wordpress.org/shawfactor\">shawfactor</a>, <a href=\"https://profiles.wordpress.org/slaffik\">slaFFik</a> & <a href=\"https://profiles.wordpress.org/imath/\">imath</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:\"Mon, 21 Dec 2020 21:08:26 +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: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:91:\"WPTavern: Ask the Bartender: Integrate With Third-Party App or Use Native WordPress 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=109173\";s: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:223:\"https://wptavern.com/ask-the-bartender-integrate-with-third-party-app-or-use-native-wordpress-plugin?utm_source=rss&utm_medium=rss&utm_campaign=ask-the-bartender-integrate-with-third-party-app-or-use-native-wordpress-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:5054:\"<blockquote class=\"wp-block-quote\"><p>My question to you is how you see the future (or even the present) of integrating software with WordPress and when you should make the distinction of going the integration vs. native approach.</p><p>In other words, with the vast ecosystem of WordPress plugins out there, how can a website owner discern which responsibilities WordPress the software should handle and whether that functionality is actually better to plug another software or service into instead?</p><p>Alex</p></blockquote>\n\n\n\n<p class=\"has-drop-cap\">There was a time when I would have said build <em>all the things</em> in WordPress. I was younger then, a bit more naive. I was optimistic about using WordPress as a framework to build anything. There is a part of me that still leans in this direction. Mostly, this is because I want to see what developers in the WordPress ecosystem can achieve. I applaud anyone who pushes the platform beyond its current limits.</p>\n\n\n\n<p>Few people would have guessed that WordPress would become an eCommerce powerhouse. However, WooCommerce has proven it can be done. I still remember when nearly every WordPress theme and plugin author was selling their commercial products via E-junkie. Now, Easy Digital Downloads is the go-to solution, and AffiliateWP handles the affiliate side of things.</p>\n\n\n\n<p>Some of the best products from the WordPress plugin market arose from issues with third-party app integration. Their creators bucked the system and brought useful tools directly into WordPress. Many of these are now multi-million dollar products and companies that employ dozens, hundreds, or even thousands of people. They have their own ecosystems that allow even more third-party developers to make a living. And this is all done on top of WordPress.</p>\n\n\n\n<p>I will always root for the home team, for the developers in our community to build native solutions.</p>\n\n\n\n<p>However, the reality is that WordPress is not the best solution for everything. Depending on the application, the development team has likely put years of work into it, creating a specialized system that caters to that application’s users. The experience can often be far better than something available for WordPress.</p>\n\n\n\n<p>I cannot imagine using WordPress as the backbone of a social video site like YouTube, even if it was a small site. The hosting costs would be astronomical. It is far easier and cheaper to rely on integration with YouTube rather than trying to rebuild it.</p>\n\n\n\n<p>In Alex’s original correspondence, he also brought up a specific case about integrating with a third-party forum. This is a far more realistic quandary than an average user trying to build the next YouTube. It is also a question that does not have a single answer.</p>\n\n\n\n<p>For users who are creating forums on their site for the first time, my advice would be to go with bbPress. It is a plugin that brings native forums to WordPress. While it is not nearly as powerful as some third-party forum applications, its best feature is that it works directly with the built-in user, role, and capability systems in WordPress. These are some of the more complex APIs in WordPress, and trying to sync user accounts between applications can often be a headache. It is also a complex technical topic that goes beyond the scope of this post. If starting from scratch, I would recommend bbPress or another WordPress forum plugin.</p>\n\n\n\n<p>On the other hand, if a user already has an existing forum with a large amount of content, I would lean toward integrating it and WordPress, particularly if the site owner plans to keep user registrations strictly within the forum software. Much of that will come down to what the end-user feels comfortable with. If they have a strong history with their existing application, making a change may simply not be the best route. There are other items to consider, such as whether sharing a single theme across both platforms is necessary. bbPress can also import content from many existing forum applications.</p>\n\n\n\n<p>The answer to the question is that it depends. Each use case is different.</p>\n\n\n\n<p><em>Should a popular seller on Etsy move everything to WooCommerce?</em> Probably not. That user might want to install the <a href=\"https://wordpress.org/plugins/etsy-shop/\">Etsy Shop</a> integration plugin. Eventually, they might expand their brand enough to no longer rely on the Etsy platform. At that point, WooCommerce could be the answer.</p>\n\n\n\n<p>It comes down to time, cost, research, and testing. Even when a plugin brings a native solution to WordPress that is ideal for most people, it might not be the best answer for an individual. Specifics matter, and I am always happy to talk those over.</p>\n\n\n\n<p class=\"has-white-color has-blue-700-background-color has-text-color has-background text-white bg-blue-700\">This is the second post in the Ask the Bartender series. Have a question of your own? <a href=\"https://wptavern.com/contact-me/ask-the-bartender\">Shoot it over</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:\"Fri, 18 Dec 2020 20:50:28 +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:74:\"WPTavern: State of the Word 2020: WordPress Moves Toward Full Site Editing\";s: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=109009\";s: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:191:\"https://wptavern.com/state-of-the-word-2020-wordpress-moves-toward-full-site-editing?utm_source=rss&utm_medium=rss&utm_campaign=state-of-the-word-2020-wordpress-moves-toward-full-site-editing\";s: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:6819:\"<p>WordPress enthusiasts around the world tuned into Matt Mullenweg’s annual State of the Word address this week, delivered virtually for the first time. Mullenweg recognized the community’s efforts in working together during a global pandemic, without the benefit of periodic in-person events that have traditionally re-energized collaboration on the project.</p>\n\n\n\n<p>During a most unusual year that has warped the passage of time and slowed it to the speed of molasses, WordPress’ release schedule kept a steady, reassuring pace in contrast. The first part of the State of the Word highlighted the three major releases shipped in 2020, which introduced improvements to the block editor, a new default theme, application passwords for the REST API, and new, game-changing features like block patterns, to name just a few. </p>\n\n\n\n<p>WordPress continues to grow its dominant market share and is currently sitting at 39.3% of the <a href=\"https://www.alexa.com/\">Alexa</a> top 10 million sites. Mullenweg attributed that growth to three major contributing factors: the lockdown, e-commerce, and economic uncertainty. The lockdowns put in place to mitigate the virus’ spread had the effect of giving people the space and time to connect online. It also drove an uptick in entrepreneurship and e-commerce. Mullenweg reported that WooCommerce facilitated more than $20 billion in sales. </p>\n\n\n\n<h3>Site Editor Beta Demo Shows Progress on Full Site Editing Project</h3>\n\n\n\n<p>Gutenberg design contributor Joen Asmussen joined by video to unveil a sneak peek of the progress on the Full Site Editing (FSE) project with a <a href=\"https://youtu.be/QI3qCoiuG3w?t=1293\">demo of the Site Editor beta</a>. The Site Editor allows users to edit a theme’s template outside of the post’s content. It introduces new blocks for things like the query loop, navigation, site title, tagline, and other aspects of editing templates.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The block list view shows all the different areas of the page, such as the header, footer, columns, and site title, so the user can jump to the section for quick access. Block patterns can also be used within template designs to speed up page layout or match a demo design. Given the current complexity of creating a template design from a blank canvas, block patterns have the potential to become even more indispensable when WordPress users finally get the reins for editing theme templates.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>“This is the culmination of several ongoing projects to expand upon and improve the customization possibilities in WordPress,” Asmussen said. The demo offers a quick overview of how the FSE project is coming together. The reality of “everything becoming a block” is finally materializing. Gutenberg will soon be capable of providing a consistent editing experience across all aspects of site customization. </p>\n\n\n\n<p>“By creating this common framework that every theme and plugin can build on, we’re reducing the balkanization within WordPress from people who are solving these problems lots of different ways, and providing what I believe is the basis for the next decade of WordPress’ growth,” Mullenweg said.</p>\n\n\n\n<h3>WordPress’ Global Community Reiterates the Demand for Multilingual Capabilities</h3>\n\n\n\n<p>The number of questions during the Q&A related to multilingual capabilities underscores the fact that WordPress is undeniably a global community. More than 50% of WordPress sites are not using English. Better multilingual support could be key to the next era of WordPress’ growth. Nevertheless, multilingual features are at the tail end of the four-phase roadmap for the project’s immediate future. </p>\n\n\n\n<p>Mullenweg said WordPress is about “two years into a 10-year project,” with good chunks of phase 1 and phase 2 done. Phase 1 includes editing inside the post/page content, creating the fundamental building blocks and also bringing them to the mobile apps. Phase 2 is centered around editing outside the content, using blocks to create the site’s templates.</p>\n\n\n\n<p>Phase 3 will introduce new collaboration features and workflow for real-time co-editing. Phase 4, which Mullenweg said is “just in the imagination stage right now,” covers multilingual features. He said he expects this phase to likely “be taken underway pretty vigorously in 2022.”</p>\n\n\n\n<p>Matías Ventura answered a question about a phase 4 roadmap, confirming that there is no specific plan for its multilingual implementation right now. He said there have been some initial conversations regarding the implications of localization, specifically around patterns and block themes, and how those can be built. Nothing substantial has emerged yet but the team will be creating a more detailed overview of what is needed. Fallback languages is one feature that several community members brought up in the Q&A time.</p>\n\n\n\n<p>When asked whether some existing multilingual solutions could be reused for core, Mullenweg was hesitant to prescribe a specific approach at this time. He said he is anxious to get better multilingual support in Gutenberg and offered what I believe is the most candid explanation thus far for why multilingual capabilities fall further down the the list of priorities:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Whether we do it as part of core or as part of an official plugin is to be decided. Part of the reason we made it phase 4 is that we can only do so many things well at a time. It is supremely important that we execute super well on these first phases of Gutenberg blocks. If we don’t get phase 1 and phase 2 to be the best experiences in the world for editing bar none, of any open source or proprietary competitors or builders, phase 3 and 4 just won’t matter because WordPress won’t be relevant a decade from now. I do believe that is the most important problem we’re facing. I don’t want to dilute the core contributors’ focus away from the initial phases of Gutenberg because that’s how important I think they are.</p></blockquote>\n\n\n\n<p>Mullenweg said there is nothing stopping the community from investing more in multilingual plugins and exploring different approaches to see what will get core most of the way there. The next official step would be figuring out a framework that will work well with plugins and themes.</p>\n\n\n\n<p>Depending on your interest and involvement in the community, there is a lot more to explore in the Q&A. Check out the whole presentation in the video below.</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:\"Fri, 18 Dec 2020 09:21: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: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: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:100:\"WPTavern: Contact Form 7 Version 5.3.2 Patches Critical Vulnerability, Immediate Update Recommended\";s: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=109081\";s: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:241:\"https://wptavern.com/contact-form-7-version-5-3-2-patches-critical-vulnerability-immediate-update-recommended?utm_source=rss&utm_medium=rss&utm_campaign=contact-form-7-version-5-3-2-patches-critical-vulnerability-immediate-update-recommended\";s: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:1899:\"<p><a href=\"https://wordpress.org/plugins/contact-form-7/\">Contact Form 7</a> has <a href=\"https://contactform7.com/2020/12/17/contact-form-7-532/\">patched</a> a critical file upload vulnerability in version 5.3.2, released today by plugin author Takayuki Miyoshi. The plugin is installed on more than five million WordPress sites. </p>\n\n\n\n<p>“An unrestricted file upload vulnerability has been found in Contact Form 7 5.3.1 and older versions,” Miyoshi said. “Utilizing this vulnerability, a form submitter can bypass Contact Form 7’s filename sanitization, and upload a file which can be executed as a script file on the host server.”</p>\n\n\n\n<p>The vulnerability was discovered by <a href=\"https://www.jinsonvarghese.com/\">Jinson Varghese Behanan</a> from <a href=\"https://www.getastra.com/\">Astra Security</a> on December 16, 2020, and Miyoshi released a fix less than 24 hours later. Behanan highlighted a few ways this vulnerability might be exploited:</p>\n\n\n\n<ol><li>Possible to upload a web shell and inject malicious scripts</li><li>Complete takeover of the website and server if there is no containerization between websites on the same server</li><li>Defacing the website</li></ol>\n\n\n\n<p>Astra Security plans to publish more details on the vulnerability in two weeks after the plugin’s user base has had more time to update to the patched version.</p>\n\n\n\n<p>Version 5.3.2 removes control, separator, and other types of special characters from the filename to fix the unrestricted file upload vulnerability. At the time of publishing, more than a million Contact Form 7 updates have been downloaded today. Approximately 20% of the plugin’s user base is protected from the vulnerability. Now that it has been patched and published, Contact Form 7 users who do not update will be more at risk of having the vulnerability exploited.</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, 17 Dec 2020 22:32:42 +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:73:\"WPTavern: Help Steer the Future of WordPress via the FSE Outreach Program\";s: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=109083\";s: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:191:\"https://wptavern.com/help-steer-the-future-of-wordpress-via-the-fse-outreach-program?utm_source=rss&utm_medium=rss&utm_campaign=help-steer-the-future-of-wordpress-via-the-fse-outreach-program\";s: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:4280:\"<p>All hands on deck. 2021 will be the year of the Site Editor.</p>\n\n\n\n<p>Anne McCarthy announced the official <a href=\"https://make.wordpress.org/core/2020/12/11/the-fse-outreach-program-is-officially-starting/\">start of the Full-Site Editing (FSE) Outreach Program</a> last Friday on the Make Core blog. The program is primarily geared toward end-users. With few channels for average users to communicate with the development team, this offers an opportunity for them to provide direct feedback.</p>\n\n\n\n<p>This announcement comes on the heels of Matias Ventura’s full <a href=\"https://make.wordpress.org/core/2020/12/10/status-check-site-editing-and-customization/\">overview of the FSE project</a>. In the post, he laid out where specific FSE features currently stand and what needs to happen to bring the project to fruition.</p>\n\n\n\n<p>The FSE Outreach Program was <a href=\"https://make.wordpress.org/core/2020/05/01/an-experimental-outreach-project-for-full-site-editing/\">expected to begin earlier</a> in the year. Josepha Haden announced it on May 1. However, there was no movement for most of 2020. An early version of FSE was also expected to land in WordPress 5.6, but that was too lofty of a goal for a feature that will essentially change everything about front-end development on the platform.</p>\n\n\n\n<p>The official launch of the program should coincide with the release of Gutenberg 9.6, which is expected to ship within the next week. The program will focus on specific features and flows related to full-site editing. According to the <a href=\"https://make.wordpress.org/test/handbook/full-site-editing-outreach-experiment/faq-for-fse-outreach-experiment/\">program FAQs</a>, participants could be asked to volunteer for up to three hours per week. However, it will also be flexible enough for anyone to participate, regardless of their available hours.</p>\n\n\n\n<p>The program is also starting small, limiting feedback to more common user experiences. It is still experimental at this stage. Easing participants into such a testing program seems like a smart approach.</p>\n\n\n\n<p>Right now, the Site Editor can sometimes be a painful user experience. While it is already possible to put together some interesting layouts, at least as a labor of love, there are many missing pieces. Workflows are odd. Expected features for a design tool are nowhere to be found. Someone might look at it today and think there is no way it could be a viable core feature next year, but the development team continues to polish the experience with each Gutenberg update. The Site Editor is not production-ready yet, but it is time to get serious about testing and feedback.</p>\n\n\n\n<p>Those interested in volunteering for the program should have a WordPress Slack account and join the <a href=\"https://wordpress.slack.com/archives/C015GUFFC00\">#fse-outreach-experiment</a> channel. McCarthy said she will also post an update on the <a href=\"https://make.wordpress.org/test/\">Make Test</a> blog with further details for participants once Gutenberg 9.6 is released.</p>\n\n\n\n<h2>The First Focus Area</h2>\n\n\n\n<p class=\"has-drop-cap\">The first feature up for discussion is a new <a href=\"https://github.com/WordPress/gutenberg/pull/26355\">template editing mode inside the post editor</a>. It adds a new “Template” option in the post-editing sidebar that will allow users to jump between editing their post and editing the template that outputs that post. It is a marriage of the post and site editors. Underneath, both are run by the block system, so there is little difference in the experiences.</p>\n\n\n\n<img />Potential template editing option in the post editor.\n\n\n\n<p>Long-term, it makes sense that users should be able to switch seamlessly between both editors. I worry that we may be jumping the gun a bit on this feature since the Site Editor is still at a rough beta stage. However, it does not hurt to get some early feedback on what the workflow should look like.</p>\n\n\n\n<p>“Please keep in mind that this is the program’s first iteration,” wrote McCarthy in the post. “We’re starting with this first item and expecting the outcome to be a comprehensive list of issues that the Gutenberg team can work on as capacity allows.”</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, 17 Dec 2020 22:09: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: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:81:\"BuddyPress: How BuddyX made its way to the official WordPress.org theme 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:32:\"https://buddypress.org/?p=316229\";s: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:101:\"https://buddypress.org/2020/12/how-buddyx-made-its-way-to-the-official-wordpress-org-theme-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:14561:\"<p>We use to feature BuddyPress usage case studies. These are great ways to share with you how BuddyPress can help you achieve your community site projects reading how other buddies did it. The case study you are about to read now is a bit different. It’s about the steps the lovely <a href=\"https://wordpress.org/themes/buddyx/\">BuddyX</a> BuddyPress theme had to take to be widely and freely available from the official WordPress.org theme directory. I’m very happy <a href=\"https://profiles.wordpress.org/vapvarun/\">Varun Dubey</a> took the time to write this guest post to share his experience with all of us. My secret hope is that it will inspire as many BuddyPress Theme authors as possible to do the same <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f607.png\" alt=\"😇\" class=\"wp-smiley\" />.</p>\n\n\n\n<p>Varun Dubey is a full-stack WordPress & BuddyPress developer. He’s the co-founder of <a rel=\"noreferrer noopener\" href=\"https://wbcomdesigns.com/about-us/\" target=\"_blank\">Wbcom Designs</a>, a WordPress themes and plugins development agency in India. He’s also a regular BuddyPress contributor, we often talk with him about the BuddyPress project during our development meetings (every other Wednesday at 19:00 UTC on Slack), he contributes to our development tasks (testing, reporting issues, patching, documenting, etc..) and he still manage to find time to help you regularly <a href=\"https://buddypress.org/members/vapvarun/forums/replies/\">replying to your support topics</a> (661 replies so far!). So, once again, many thanks to him for <a href=\"https://codex.buddypress.org/participate-and-contribute/\">getting involved with BuddyPress</a> <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f60d.png\" alt=\"😍\" class=\"wp-smiley\" />.</p>\n\n\n\n<p><em>So let’s learn more from his experience, here’s what he wanted to share with you about it!</em></p>\n\n\n\n<span id=\"more-316229\"></span>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>I submitted my first theme at WordPress.org, and now it’s live.</p><cite><a class=\"bp-suggestions-mention\" href=\"https://buddypress.org/members/vapvarun/\" rel=\"nofollow\">@vapvarun</a></cite></blockquote>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://wordpress.org/themes/buddyx/\">Buddyx</a></blockquote>\n</div>\n\n\n\n<p>We, at Wbcom Designs, are excited about our achievement to present a full-fledged community theme powered by BuddyPress and WordPress. It took almost a year to work on BuddyX and make it stable enough to submit at WordPress.org. </p>\n\n\n\n<p>The approval process was surprisingly short, approx 6-7 weeks to get it approved after initial submission. We usually had heard that it might take 6-9 months to get the theme live.</p>\n\n\n\n<p>Submitting the theme at WordPress.org will increase your reach to all sites which are using WordPress. The WordPress theme directory is used by millions of WordPress users all over the world. The directory themes are available for download from WordPress.org, and WordPress users can also install them directly from their administration screens.</p>\n\n\n\n<p>By hosting your theme on WordPress.org, you’ll get:</p>\n\n\n\n<ul><li>Stats on how many times your theme has been downloaded</li><li>User feedback in the forums</li><li>Ratings, to see what users think of your theme.</li></ul>\n\n\n\n<p>We have learned a lot about code reviews, code quality, and theme lifecycle during the approval process. I will give a quick glimpse of how it was for BuddyX; it might help others get the theme approved quickly.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>How to start with a theme skeleton?</h2>\n\n\n\n<p>Lots of developers begin the development of a theme from scratch. There are articles and tutorials available on how to start theme development from scratch, and the <a href=\"https://developer.wordpress.org/themes/\">WordPress Themes development handbook</a> also has a detailed step guide on this topic. </p>\n\n\n\n<p>After comparing <a href=\"https://underscores.me/\" target=\"_blank\" rel=\"noreferrer noopener\">_s</a>, <a href=\"https://roots.io/\" target=\"_blank\" rel=\"noreferrer noopener\">roots</a>, and other starter themes, we decided to start with <a href=\"https://wprig.io/\" target=\"_blank\" rel=\"noreferrer noopener\">the WP rig</a>. WP rig helped get a basic skeleton of the BuddyX using the latest tools, best practices, and coding standards. It helped integrate lazy-loading, async/defer JavaScript enqueueing, component-level pre-loaded CSS, optimized Web Font loading, modular extensions, and a full-featured list of optional template hierarchy files at day one. </p>\n\n\n\n<p>Along with WordPress Code Quality Testing, <a href=\"https://make.wordpress.org/core/handbook/best-practices/coding-standards/\">WordPress Coding Standards</a> integration was also part of it. After getting initial help for the WP rig, we only have to focus on design improvement for BuddyPress Community features.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Early prep of the Theme submission</h2>\n\n\n\n<p>After the design part gets ready, we have released our theme on our website and make it available for free download to get initial feedback as a soft launch. It received a good response from the community, and we have got some feature requests and feedback on initial versions. It helped us to gain the confidence to submit BuddyX at WordPress.org.</p>\n\n\n\n<p>You can follow these steps to check your theme against WordPress requirements before submitting it for review. </p>\n\n\n\n<p>1- Code Quality Check- To make sure your theme code is secure ( using proper escaping functions ), it meets <a href=\"https://github.com/WordPress/WordPress-Coding-Standards\">WordPress Coding Standards</a>. </p>\n\n\n\n<p>2- Theme Check by plugin- The WordPress Theme review team checks your theme using the <a href=\"https://wordpress.org/plugins/theme-check/\">Theme Check</a> plugin. It will be useful to double-check your theme against it first before uploading it.</p>\n\n\n\n<div class=\"wp-block-image\"><a href=\"https://buddypress.org/wp-content/uploads/1/2020/12/buddyx-theme-check.jpg\"><img width=\"1999\" height=\"1738\" src=\"https://buddypress.org/wp-content/uploads/1/2020/12/buddyx-theme-check.jpg\" alt=\"Illustration of the screen generated by the Theme Check plugin\" class=\"wp-image-316230\" /></a></div>\n\n\n\n<p>3- Theme Requirement Checklist- WordPress Theme review team has published <a href=\"https://make.wordpress.org/themes/handbook/review/required/\">Theme Requirements</a>. You also have to make sure you have gone through all items one by one.</p>\n\n\n\n<p>Essential points you have to double-check with Theme requirements are</p>\n\n\n\n<ul><li>Debug log should be clean; it should not have any PHP or JavaScript errors.</li><li>All strings should be ready for translation. </li><li>Add unminified source files along with minified JavaScript and CSS files. </li><li>All functions and Classes should have a theme-specific unique prefix.</li><li>All js or CSS should enqueue properly inside theme functions instead of hard-coded in the header or footer. </li></ul>\n\n\n\n<p>5- Theme Unit Test XML – You will also have to check with <a href=\"https://github.com/WPTT/theme-unit-test\">Unit Testing XML</a> data. It will help get proper labels and layout testing on various templates like 404, comments on pages, comments on the post, post format testing, layout, and alignment testing. </p>\n\n\n\n<p>6- Screenshot- It should not contain any branded logo or visible human face.</p>\n\n\n\n<p>7- Keyboard Navigation- Keyboard-dependent navigators are also mandatory features now. You can find details at the <a href=\"https://make.wordpress.org/themes/handbook/review/accessibility/required/#keyboard-navigation\">Keyboard Navigation section of the theme development handbook</a>.</p>\n\n\n\n<p>Consider the following non-coding points before submission:</p>\n\n\n\n<ol><li>Your website terms and conditions page must indicate that your <strong>company has all products under GPL</strong>.</li><li>All images inside the theme must have GPL.</li><li>Make sure you have not disabled any default WordPress features. </li><li>The readme file must have all credit info for used images, libraries, and references.</li><li>Theme does not represent anything illegal, dishonest, or morally offensive behavior.</li></ol>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Upload at WordPress.org </h2>\n\n\n\n<p>You can upload the theme using <a href=\"https://wordpress.org/themes/upload/\">https://wordpress.org/themes/upload/</a>, any new revision, and the theme updates. </p>\n\n\n\n<p>After uploading the theme files, it will create a ticket, and you will have to wait for a couple of days before any developer requests to review your theme. All reviewers are volunteers. You can also get an idea of the current theme review <a href=\"https://make.wordpress.org/themes/handbook/about/members/\">team member </a>from the codex page.</p>\n\n\n\n<p>You can also check current themes waiting in the queue at <a href=\"https://themes.trac.wordpress.org/query?status=reopened&status=reviewing&col=id&col=summary&col=owner&col=priority&col=resolution&col=time&col=changetime&col=reporter&report=8&desc=1&order=changetime\">https://themes.trac.wordpress.org</a>. It will also be useful to join the <a href=\"https://wordpress.slack.com/messages/themereview/\">Slack theme review channel</a> to discuss review issues in the open channel.</p>\n\n\n\n<div class=\"wp-block-image\"><a href=\"https://buddypress.org/wp-content/uploads/1/2020/12/buddyx-ticket.jpg\"><img width=\"1660\" height=\"1354\" src=\"https://buddypress.org/wp-content/uploads/1/2020/12/buddyx-ticket.jpg\" alt=\"Screen capture of the Themes Trac environment\" class=\"wp-image-316233\" /></a><a href=\"https://themes.trac.wordpress.org/ticket/89135\">View the full ticket</a></div>\n\n\n\n<p>Try to be proactive for any comments and points made related to your theme and submit fixes actively to keep your ticket reviewer.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2><strong>About BuddyX features</strong></h2>\n\n\n\n<div class=\"wp-block-image\"><a href=\"https://buddypress.org/wp-content/uploads/1/2020/12/buddyx-screenshot-v.png\"><img width=\"1024\" height=\"768\" src=\"https://buddypress.org/wp-content/uploads/1/2020/12/buddyx-screenshot-v-1024x768.png\" alt=\"\" class=\"wp-image-316234\" /></a></div>\n\n\n\n<p>BuddyX is a community membership theme with BuddyPress support. It is a lightweight, fully responsive, SEO optimized, RTL & Translation ready theme. It is a multipurpose theme perfect for all niches, be it membership, social community, corporate, e-commerce, LMS, etc.</p>\n\n\n\n<p>The theme also provides support for WooCommerce, WC Vendor, LearnDash, LearnPress, and GamiPress plugins. It is highly customizable and works perfectly with page builders such as Elementor and Gutenberg. BuddyX is perfect for creating social learning, marketplace, and blogging websites using BuddyPress integrations.</p>\n\n\n\n<p>BuddyX has the latest best practices for progressive web content and optimization. We have tested it with the latest BuddyPress version and popular BuddyPress addons. BuddyX is developed, maintained, and supported by Wbcom Designs.</p>\n\n\n\n<p>We have worked on the following features</p>\n\n\n\n<ul><li>User menu for logged in members</li><li>Improved UI for Activity, members, groups directory pages</li><li>Improved UI for Member and Group single unique layout</li><li>Both sidebar options for BuddyPress pages</li><li>Improve sidebar widgets style</li><li>rtMedia supports to display of single and multiple photos in the activity.</li><li>Better widgets layout</li><li>Color scheme options</li><li>Extensible with plugins</li></ul>\n\n\n\n<p>Within the theme, we have overridden several template files to make the above changes.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h3><strong>Activity Compotent – </strong></h3>\n\n\n\n<pre class=\"wp-block-verse\">buddypress/activity/entry.php\nbuddypress/activity/single/home.php</pre>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h3><strong>Members Component –</strong></h3>\n\n\n\n<pre class=\"wp-block-verse\">buddypress/members/members-loop.php\nbuddypress/members/single/cover-image-header.php\nbuddypress/members/single/home.php\nbuddypress/members/single/friends/requests-loop.php\nbuddypress/members/single/groups/invites.php</pre>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h3><strong>Groups Component – </strong></h3>\n\n\n\n<pre class=\"wp-block-verse\">buddypress/groups/groups-loop.php\nbuddypress/groups/single/cover-image-header.php\nbuddypress/groups/single/home.php\nbuddypress/groups/single/members-loop.php</pre>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h3><strong>rtMedia plugin –</strong></h3>\n\n\n\n<pre class=\"wp-block-verse\">rtmedia/main.php </pre>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p>We have picked the Nouveau template for BuddyX for various reasons as following.</p>\n\n\n\n<ul><li>Nouveau delivers modern markup with fresh JavaScript-powered templates.</li><li>Nouveau provides vertical and horizontal layout options for BuddyPress navigation.</li><li>Provide a grid layout and a classic flat list.</li><li>Minimal styling for better theme compatibility.</li><li>Consistent and flexible PHP template functions.</li><li>Customizer compatibility.</li><li>Better differentiation of content types.</li><li>A rethought Messages component.</li></ul>\n\n\n\n<p>Summarizing features for BuddyX, you can check a detailed overview at <a href=\"https://buddyxtheme.com/features/\" target=\"_blank\" rel=\"noreferrer noopener\">buddyxtheme.com</a>.</p>\n\n\n\n<ul><li>Multiple Header option</li><li>Polished member and group directory layout</li><li>Three variations for member and group header layout</li><li>Color Scheme and Typo options</li><li>RTL and translation ready</li><li>AMP ready</li><li>Gutenberg ready</li><li>WooCommerce ready with multivendor using WC vendors, Dokan support in the development queue.</li><li>bbPress Forums Support</li><li>Optimized Mobile Menu Panel</li><li>LMS support: Learndash and Learnpress support included; we will add dedicated support for other popular LMS plugins incoming updates.</li></ul>\n\n\n\n<p>We have prepared a couple of demos; you can <a href=\"https://buddyxtheme.com/demos/\" target=\"_blank\" rel=\"noreferrer noopener\">try the BuddyX demo</a> as a member login.BuddyX is available at <a href=\"https://wordpress.org/themes/buddyx/\">WordPress.org</a> for download to create your community; we will appreciate any feedback to improve BuddyX features.</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, 17 Dec 2020 18:54:06 +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: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:47:\"WPTavern: Mapbox GL JS Is No Longer Open Source\";s: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=108948\";s: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:139:\"https://wptavern.com/mapbox-gl-js-is-no-longer-open-source?utm_source=rss&utm_medium=rss&utm_campaign=mapbox-gl-js-is-no-longer-open-source\";s: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:9008:\"<p><a href=\"https://github.com/mapbox/mapbox-gl-js\">Mapbox GL JS</a>, formerly an open source JavaScript library for interactive, customizable vector maps, has adopted a proprietary license in its recent <a href=\"https://github.com/mapbox/mapbox-gl-js/blob/main/CHANGELOG.md#200\">version 2</a> update:</p>\n\n\n\n<ul><li>mapbox-gl-js is no longer under the 3-Clause BSD license. By upgrading to this release, you are agreeing to <a href=\"https://www.mapbox.com/legal/tos/\">Mapbox terms of service</a>. Refer to LICENSE.txt for the new licensing terms and details. For questions, contact our team at <a href=\"https://support.mapbox.com/\">https://support.mapbox.com</a>.</li><li>Beginning with v2.0.0, a billable map load occurs whenever a Map object is initialized. Before updating an existing implementation from v1.x.x to v2.x.x, please review the <a href=\"https://docs.mapbox.com/accounts/guides/pricing/#mapbox-gl-js-v100-and-higher\">pricing documentation</a> to estimate expected costs.</li></ul>\n\n\n\n<p>Versions 1.x remain under the 3-Clause BSD license, but <a href=\"https://www.mapbox.com/\">Mapbox</a> will only be investing in developing new features for the proprietary licensed version 2.0+. This news came as a surprise to many engineers who have built products on top of this previously open source library.</p>\n\n\n\n<p>“This move has produced <a rel=\"noreferrer noopener\" href=\"https://joemorrison.medium.com/death-of-an-open-source-business-model-62bc227a7e9b\" target=\"_blank\">shockwaves</a> <a rel=\"noreferrer noopener\" href=\"http://blog.cleverelephant.ca/2020/12/mapbox-morrison.html\" target=\"_blank\">in</a> the geospatial industry,” Javier de la Torre wrote on the <a href=\"https://carto.com/blog/our-thoughts-as-mapboxgl-js-2-goes-proprietary/\">CARTO blog</a>. “Many organizations are using Mapbox GL JS directly or fork from it. This library is responsible for the visualization of the so-called basemap, the cartography layer that underpins most maps. Previously Open Source, MapboxGL is a great solution, and could be used with many different data sources, so it became the de facto way to render basemaps.” </p>\n\n\n\n<p>Mapbox <a href=\"https://www.mapbox.com/showcase/\">powers all sorts of maps</a> for high profile websites like CNN, The New York Times, Ancestry, Strava, Shopify, Facebook, and more. It is also used by WordPress.com and Jetpack for the <a href=\"https://wordpress.com/support/wordpress-editor/blocks/map-block/\">Map block</a>. The library is used in many <a href=\"https://wordpress.org/plugins/search/mapbox/\">plugins</a> on WordPress.org, some with tens of thousands of users. Developers using versions 1.x will want to be aware of the future of the Mapbox GL JS library. </p>\n\n\n\n<p>“Mapbox’s decision this week to release a brand new version of Mapbox GL JS and keep it proprietary stunned me,” <a href=\"https://www.azavea.com/\">Azavea</a> product specialist Joe Morrison <a href=\"https://joemorrison.medium.com/death-of-an-open-source-business-model-62bc227a7e9b\">wrote</a> on his personal blog. “Not only was v1 already a wildly popular open source library, but Mapbox’s reputation as a prolific creator of open source software is a cornerstone of their whole identity. Describing what makes Mapbox special without mentioning ‘open source’ is like trying to describe chocolate milk to an alien without using the word ‘liquid.\'”</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Mapbox GL JS v2: <br />We need to deduct a few points for Mapbox\'s ridiculously obfuscated and convoluted way of trying to avoid mentioning the licence change in their announcement email. Can only imagine what series of meetings between comms, marketing and devs led to this. <a href=\"https://t.co/wWK4z51fzo\">pic.twitter.com/wWK4z51fzo</a></p>— Steve Bennett (@stevage1) <a href=\"https://twitter.com/stevage1/status/1336498655793086464?ref_src=twsrc%5Etfw\">December 9, 2020</a></blockquote>\n</div>\n\n\n\n<p>Mapbox hasn’t formally clarified why it went proprietary with the library so speculation abounds. Morrison theorizes that cloud providers are killing the open core business model of software companies. <a href=\"http://crunchydata.com/\">Crunchy Data</a> Geospatial Engineer Paul Ramsey <a href=\"http://blog.cleverelephant.ca/2020/12/mapbox-morrison.html\">responded</a> to Morrison’s article, contending that Mapbox is not an “open core” company and that the business of selling location based services may not be panning out for them:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>But like Google, the value proposition Mapbox sells isn’t in the software, so much as the data and the platform underneath. Mapbox has built a unique, scalable platform for handling the huge problem of turning raw OSM data into usable services, and raw location streams into usable services. They sell access to that platform.</p><p>Mapbox has never been a software company, they’ve always been a data and services company.</p></blockquote>\n\n\n\n<p>Mapbox employee Saman Bemel Benrud said the company is finally moving to make its products sustainable:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Disruption by undercutting costs via VC subsidies is still a thriving business model, and it just creates unsustainable products while destroying the thing that existed before. Mapbox is trying to become sustainable, finally, and I’m here for it.</p>— Saman Bemel Benrud (@samanbb) <a href=\"https://twitter.com/samanbb/status/1336380594410770434?ref_src=twsrc%5Etfw\">December 8, 2020</a></blockquote>\n</div>\n\n\n\n<p>This change has the potential to negatively impact the developers and companies that built products on top of Mapbox GL JS, thinking its open source licensing was set in stone.</p>\n\n\n\n<p>“The change says nothing about ‘open source’ in the large as a model, and everything about ‘single vendor projects’ and whether you should, strategically, believe their licensing,” Ramsey said.</p>\n\n\n\n<p>“I (and others) took the licensing (incorrectly) of Mapbox GL JS to be a promise, not only for now but the future, and made decisions based on that (incorrect) interpretation. I integrated GL JS into <a href=\"https://github.com/CrunchyData/pg_tileserv/blob/master/assets/preview-table.html\">an open source project</a> and now I have to revisit that decision.”</p>\n\n\n\n<p>Some community members have already <a href=\"https://github.com/maplibre/maplibre-gl-js\">forked Mapbox GL JS</a> to maintain the 1.x version, but the vast majority of contributors to the original library were sponsored by Mapbox. The immediate future of the MapLibre GL fork may not include many new features, as the initial roadmap’s stated goal is “consistency and backwards-compatibility with previous releases and continued bug-fixes and maintenance going forward.” </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Our first pre-release version of BSD-licensed maplibre-gl is out, a drop-in replacement for mapbox-gl. Big thanks to Seth Nickell! <a href=\"https://t.co/f9XqzpwDrT\">https://t.co/f9XqzpwDrT</a></p>— MapLibre (@maplibre) <a href=\"https://twitter.com/maplibre/status/1336875209559855104?ref_src=twsrc%5Etfw\">December 10, 2020</a></blockquote>\n</div>\n\n\n\n<p>A lengthy <a href=\"https://news.ycombinator.com/item?id=25347310\">discussion</a> on Hacker News drew a <a href=\"https://news.ycombinator.com/item?id=25350808\">response</a> from former Mapbox engineer Tom MacWright, who wrote the company’s open source policy as a founding member of the team. </p>\n\n\n\n<p>“I won’t get into all the context, but I think we should consider whether a community without contributors is a community,” MacWright said. “GL JS never had major active contributors outside of the company, and there are no self-funded webgl experts with lots of time who are ready to maintain a fork.</p>\n\n\n\n<p>“OSS, we hoped, was about enabling people and unlocking people’s ability to collaborate. It turns out that in 2020, it’s mostly helping companies and getting nothing in return. That’s not a dynamic you can build a sustainable business on.”</p>\n\n\n\n<p>The MapLibre GL fork may gain some momentum and emerge as a viable alternative to Mapbox’s closed source library, but it will take time to see how well it is maintained. In the meantime, the existing version 1.x can meet most users’ needs. Mapbox has burned through a lot of good will with this controversial licensing update, which some perceive as a “bait and switch” offense. Rebuilding community trust, after removing the freedoms granted by the previous license, will be an uphill battle.</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, 17 Dec 2020 04:45: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: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: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:79:\"WPTavern: Jump Start Block-Based Theme Development With the FSE Theme Generator\";s: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=108900\";s: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:203:\"https://wptavern.com/jump-start-block-based-theme-development-with-the-fse-theme-generator?utm_source=rss&utm_medium=rss&utm_campaign=jump-start-block-based-theme-development-with-the-fse-theme-generator\";s: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:4913:\"<p class=\"has-drop-cap\">Block-based themes are not complicated. Their structure is almost simple enough that developers are unlikely to need a tool to generate a blank theme. However, for those unfamiliar with how themes are built for the upcoming full-site editing (FSE) feature, a boilerplate is a good place to start.</p>\n\n\n\n<p>The <a href=\"https://github.com/WordPress/theme-experiments\">Theme Experiments</a> repository now has a new <a href=\"https://github.com/WordPress/theme-experiments/tree/master/emptytheme\">Empty Theme</a>. Alongside it is a command-line tool to generate a copy of that theme with a custom name, author, and URI.</p>\n\n\n\n<p>The idea is not new. There are tons of such tools for generating a theme in the wild. However, it is time for new tools that focus on block-based theming.</p>\n\n\n\n<p>For theme authors who want to generate a new block-based theme, they must clone a copy of the Theme Experiments repository. Then navigate to that folder via their command-line tool and type the following command:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>php new-empty-theme.php</code></pre>\n\n\n\n<p>From that point, it is a simple matter of answering a few questions and letting the tool do the work of creating a new theme folder.</p>\n\n\n\n<h2>Digging Into the Generated Theme</h2>\n\n\n\n<p class=\"has-drop-cap\">The generated theme is not much to look at. However, it is a theme that works within the new full-site editing system. After activation, theme authors can begin tinkering with the theme via the Site Editor screen (requires the Gutenberg plugin).</p>\n\n\n\n<img />Generated theme in the Site Editor.\n\n\n\n<p>There is one exception to it being a <em>working</em> theme. Loading the header template part is currently broken. Of course, I <a href=\"https://github.com/WordPress/theme-experiments/issues/146\">opened a ticket</a> for that issue, which should be easy for the development team to resolve.</p>\n\n\n\n<p>The file and folder structure is slim in comparison to traditional themes. It contains the bare-bones to get a theme up and running in the Site Editor. The following files and folders are included:</p>\n\n\n\n<ul><li><code>/assets</code><br />– <code>alignments-front.css</code></li><li><code>/block-template-parts</code><br />– <code>header.html</code></li><li><code>/block-templates</code><br />– <code>index.html</code><br />– <code>singular.html</code></li><li><code>experimental-theme.json</code></li><li><code>functions.php</code></li><li><code>index.php</code></li><li><code>readme.md</code></li><li><code>style.css</code></li></ul>\n\n\n\n<p>Even those are likely to be trimmed down in the future. The <code>experimental-theme.json</code> file will eventually be renamed to <code>theme.json</code>.</p>\n\n\n\n<p>The current <code>alignments-front.css</code> is nearly 80 lines of boilerplate code for handling the various block alignments. There is no need for every theme author to recreate all of this code, which should not change much between themes. That is why there is an open ticket for Gutenberg to <a href=\"https://github.com/WordPress/gutenberg/issues/26633\">provide alignment styles</a> on the front end. Theme authors will be able to overwrite this. However, the fewer files and lines of code theme authors need to contend with, the better.</p>\n\n\n\n<p>The standard <code>index.php</code> template is empty. It will no longer be useful for building themes now that block-based templates are stored in the <code>/block-templates</code> and <code>/block-template-parts</code> folders. <code>style.css</code> just houses the theme information. FSE themes will mostly use <code>theme.json</code> to configure default styles.</p>\n\n\n\n<p>In the coming months and years, theme authors will be working primarily in the <code>theme.json</code> file and block template folders. The jury is still out on whether the theming ecosystem will readily accept this change. At the same time, it feels refreshing to see the untangling of theme development. Traditional theming today has created behemoth codebases in an attempt to keep up with features that users want. A shift in how developers build themes was inevitable and necessary.</p>\n\n\n\n<p>My one nit-pick with the generated theme is the inclusion of the pluggable theme setup function in the <code>functions.php</code> file, which has somehow become a mainstay of core-developed themes over the years. There are APIs for enabling or disabling everything in such setup functions, and there is no reason for child themes to overwrite them wholesale.</p>\n\n\n\n<p>If things go according to plan, even the standard theme setup function may be on the chopping block. These functions are generally a list of calls to <code>add_theme_support()</code>. The long-term plan is for the current theme-supported features to either be enabled by default for block-based themes or configurable via the <code>theme.json</code> file.</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, 16 Dec 2020 21:54: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: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:23:\"HeroPress: Marginalized\";s: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=3437\";s: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:98:\"https://heropress.com/essays/marginalized/#utm_source=rss&utm_medium=rss&utm_campaign=marginalized\";s: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:13958:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2020/12/121520-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull quote: Being underestimated is a gift.\" /><p>When I was asked to write an essay for HeroPress, I humbly accepted due to my desire to help others. HeroPress needs a post and perhaps something I say could have a positive impact on another person. Little did I realize that having to write as a “marginalized” individual would cause me to want to retreat.</p>\n<p>The word “marginalized” stirs up a lot of emotion in me and thoughts such as “am I marginalized enough”, “what if I offend someone”, and “will I be attacked” tend to come to mind. Interestingly, I worry that I’ll be attacked by more women than men. I could easily write the story of my woes because I’ve had plenty but I like solutions, perseverance and resilience better. Some of these solutions may help you realize why I could be seen as “marginalized” but perhaps we’ll find a new label such as human and worthy of kindness, trust, inclusion, and a seat at the decision table.</p>\n<h3>The Beginning</h3>\n<p>I have been in the WordPress space since 2005 and tech since 2003. My team realized early on that WordPress was actually a CMS. We ranked #2 in google for web design back when SEO was easy. I was answering phones, marketing, and doing billing at that time. I would ask about budgets when potential clients would call and I had to turn away a lot of business because they couldn’t afford us. The worst part was that I didn’t have a trusted company that I could refer them to at the time. While focusing on web design I couldn’t understand why it took so long to create a website and why we couldn’t create our own less expensive solution to offer them.</p>\n<p>Long story short, a prototype was made, then refined and rebranded as Pagely, and the term “Managed WordPress Hosting” was created. It was about 2 years later that our next competitor arrived and another 2 years for the behemoths to create their own managed WordPress solutions. Sounds grand right? Being the first and the originator of a multi-billion dollar industry had its challenges and these are problems that our competitors didn’t have to face. Now, let’s add being a female.</p>\n<p>I feel that I need to preface these next parts of my life story mainly because I’m a female and it’s what I’ve been trained to do even subconsciously. I’m joking, sort of.</p>\n<p>Usually if I use a word that doesn’t resonate with certain males, I’ll get mansplained to instead of searching for clarity. Their initial jump to assume that “I don’t know” instead of “they don’t understand” astounds me. That’s not to say I am infallible, didn’t say something ridiculous, or am unwilling to learn/self-reflect. It’s unnerving when Captain Obvious brings forth the basics.</p>\n<p>That being said, first, I understand that my labels include female, white, American, founder, wife, mother, wealthy, privileged and more depending on who I’m talking with. It took years of therapy to take my own traumas seriously because I didn’t have it as bad as others. It caused me to repress my own experiences and put others before myself even when they didn’t deserve space in my kind mind. Now, I’m more resilient and realize that I can’t be everything to everybody but I can include everyone with exception of the unhinged.</p>\n<p>Second, this is my story. It may not be similar to your own, and I don’t have all the answers. I’m not competing with anyone’s troubles. We can both exist.</p>\n<p>Third, I’m very grateful because I have been surrounded mostly by successful women and men willing to help Josh and I accomplish our shared goals. Josh is my husband and co-founder of Pagely.</p>\n<h3>First Impressions</h3>\n<p>When Pagely first started, hate mail ensued along with many people signing up. I went to a WordCamp and a prominent figure in the WordPress community asked me where the person was that came up with Pagely because they really liked it. They were alluding to my husband Josh. This happened even when Josh said repeatedly that I had come up with the idea. It was at that moment that I realized that most people would not associate me with the idea or company I co-founded.</p>\n<p>I had to make the conscious choice to decide if I wanted to be right or be successful. I chose to focus on success and also I didn’t get here alone. Many wonderful men and women helped. I had to laser focus on my goal which was to provide the best hosting experience regardless of minor annoyances along the way.</p>\n<p>Many times I was not invited to join various non-Pagely meetings. Josh tried to include me even when men told him to uninvite me. Luckily, when I wasn’t allowed in the room, Josh shared the agenda with me and many times was my voice to get things done. Now, if I’m not included, I find a table that will have me, find allies, or I create my own group. I shouldn’t have made getting in that room a big priority. My solution was to remove obstacles, find the win/win to achieve my goal, and not take or make it personal.</p>\n<p>This type of scenario happened often and what’s interesting is that the people that were saying these “sexist” remarks were good people. The problem was so prevalent and complex that I had a hard time communicating what I was experiencing.</p>\n<h3>Reaching Out</h3>\n<p>I asked other women how they handled sexism. I asked a brilliant and well respected female entrepreneur in Phoenix how she handled what I was experiencing. She told me that she saw it all the time and just treated men like her children and gave accolades. She was included because she could stroke their egos. Another friend said that she would wear short skirts so she wouldn’t have to explain and defend why her ideas deserved merit. Another friend would wear business attire daily while her male cohorts wore hoodies. Her brain didn’t change but their outlook did. There were also some that claimed that they didn’t experience it but when the #metoo movement arrived, they were the most vocal. Of course, this is an extremely small subset of people I asked but this was the reality of the time.</p>\n<p>What’s striking is that my experience in other fields was worse. At least in tech we’re open to talk about and acknowledge the issue. It’s a start, it’s getting better, and tech attracts early adopters. When I was in healthcare, I graduated college with summa cum laude honors. I had the highest board scores in the state for my field, yet one employer told me I was only hired because I was pretty, another place said that they prefer to hire Mexicans because they work harder, and another place claimed that they like to hire females that didn’t plan on having children.</p>\n<p>So many check marks to obtain which can cause females to compete with each other because of a feeling of lack of abundance and no defined rules.</p>\n<p>These learnings from the places I worked happened over a period of time and some of my friends experienced sexism and abuse weekly. They were used to being treated poorly and considered less than. They accepted the situation and were grateful for the opportunity to work. Some were afraid to have or share their brilliant ideas because their paycheck was more important than their voice. Also, some were content and had other areas of their life that fulfilled them or they were ultra-resistant. The vast differences we have with one another are amazing, beautiful, and inspiring.</p>\n<h3>Representation or Tokenization?</h3>\n<p>I still have mixed feelings about being the token female. I was asked to speak on a SXSW panel a couple of times because I was the only tech female the person knew. I’m trying to get comfortable using my gender to get through the guarded gates but I can’t tell if I’m fostering inspiration, adding to the separation, or devaluing my accomplishments. Therefore I tend to stay private and stay focused on creating my ideal work environment that waterfalls over into giving the best hosting experience for our clients. Also, when I ask other women to speak at Pressnomics or work with me at Pagely, I don’t want it to be because I’m trying to hit a quota.</p>\n<p>I choose to work with women because they are qualified. Our engineering team is 50% female and our largest teams are run by women because they were the most qualified candidates. Period. (pun intended). What makes this even more gratifying for me is that the entire team participates in the hiring process and it feels like we have an environment for equality that is natural due to the character of the people we hire.</p>\n<p>However, we have hired men and learned that they are triggered by assertive females. My solutions in these instances include making sure they realize the issue, what’s at stake if they don’t change, and I leave my door open to conversation. They are still good people. They chose to have a female employer. My general causation theory is the stigma around therapy especially for men, lack of resources to provide a public mental health safety net, repressed feeling of childhood powerlessness from a female, and myriad other possibilities.</p>\n<p>The flip side to this is aggressive females which also afflicts me at certain times. My progression to aggression looks something like the following. I start with casual understanding, then I ask questions for full understanding. Then I assert, re-evaluate, assert or accept. If I don’t accept, I assert again. If my assertions don’t work, aggression can happen followed by reflection. This may lead to a desire to remove the obstacle and find another solution or evaluate the origin of my aggression. This doesn’t happen often. I’ve learned that I’m triggered by feeling unseen or unreciprocated respect when I have a strong desire for an outcome that seems heavily challenged. I accept these feelings and understand that I’m not always right. The awareness allows me to seek clarity, speak up with vulnerability, heal, and choose a healthier approach that humanizes the relationship.</p>\n<p>My ideal solution is to remind myself that everyone has a story, listen to their story, find clarity, and let them know they are safe and don’t need to carry the trauma anymore. Open communication with mutual respect is key. You get what you give. Also, burning bridges serves no one and neither does passively laying on train tracks.</p>\n<h3>Observation</h3>\n<p>Another one of my theories is that women are considered safe. During our Pressnomics conference, Josh will receive more praise and while I do get praise, I tend to get more (or all) of the criticism. This is not about getting praise; although appreciated, it’s not the point. It’s about why people feel more comfortable expressing negative emotions to females. I believe the reason why is because women seem safer and they are more likely to ask about experiences.</p>\n<p>Unfortunately, this can open a floodgate from people with varying levels of passion which can cause female entrepreneurs to retreat from taking more active roles. I crave feedback for Pagely because it’s something we want to give to the world. However, Pressnomics is an invitation into my proverbial house and if they don’t like it, there’s a lot of other conferences they can attend or make their own. I’ll gladly attend their conference, especially if it’s run by another “marginalized” human and aligns with my goal. I will listen to people who “get” what Pressnomics is (it’s more of a feeling) but nitpicking my font and color choice for the website is where I draw the line.</p>\n<p>I had to get to this place because people were not going to decide my worth or determine if my creations were good enough. When I create, I come from love and a deep desire to help with the golden rule in mind. I’ve been to other conferences, where Josh leaves my side and men have said “I’m creating a Pagely killer”, “We’re going to destroy you”, and competitors that are actively trying to debate with me while my only intention was to be kind.</p>\n<p>My goal with Pressnomics is to inspire great minds to work together, share information, and energize the WordPress ecosystem in a safe and caring atmosphere for all who attend.</p>\n<p>My ideal solution when dealing with negative people is to not take it personally. Their truth does not need to be my truth and words from jerks no longer have an affect on me. Sadly, most jerks delve out disdain regardless of the recipient which means they might be miserable and lack empathy.</p>\n<h3>Wrapping It All Up</h3>\n<p>What does WordPress mean to me? It’s a business foundation that allows ALL people the initial building blocks for success. The barrier to entry is low and inclusion is high. Also, the majority of people in the community look past stereotypes and generalizations and want to share and lift all tides. I am very grateful to the community, our supporters, the dreamers, and to the outstanding core contributors.</p>\n<p>What do all of us “marginalized” people have in common? We showed up and worked around obstacles. If there’s not room for you at a table, figure out something else. Perhaps, kindly discuss the observation, or create your own table. Life’s too short to be unhappy in someone else’s world. Create your own and invite others. WordPress is a great place to do that.</p>\n<p>Last, being underestimated is a gift. They’ll never see you coming until they can’t help but notice. If you’re with the right people while that’s happening, there’s no better feeling.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/marginalized/\">Marginalized</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, 16 Dec 2020 10:02:40 +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:\"Sally Strebel\";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:90:\"WPTavern: Learn WordPress Platform Launches with Free Courses, Workshops, and Lesson Plans\";s: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=108957\";s: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/learn-wordpress-platform-launches-with-free-courses-workshops-and-lesson-plans?utm_source=rss&utm_medium=rss&utm_campaign=learn-wordpress-platform-launches-with-free-courses-workshops-and-lesson-plans\";s: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:3567:\"<p>WordPress.org has officially launched its new “<a href=\"https://learn.wordpress.org/\">Learn WordPress</a>” platform, a free educational resource that includes courses, workshops, quizzes, lesson plans, and discussion groups. The material spans the spectrum of WordPress experience from beginners to advanced, and and allows users to learn asynchronously at their own pace. After a successful beta launch in August, the platform is now ready for the public.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Traditionally, most WordPress learning opportunities have been in-person at WordCamps and local meetups. Since large gatherings have been put on pause this year due to the pandemic, the Learn WordPress platform offers a new way for users to stay connected. The discussion groups are a new event format similar to a virtual event that brings learners together at the same time to discuss a topic. Discussion groups are scheduled through Meetup.com and most of them center around workshop material.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>“In addition to the wealth of valuable content available on Learn WordPress, the platform provides an opportunity for individuals to learn alongside other community members and become connected with a global network of WordPress users, developers, and contributors,” WordPress community manager Hugh Lashbrooke said. </p>\n\n\n\n<h3>A New Way to Contribute to WordPress: Create Learning Resources and Facilitate Discussions</h3>\n\n\n\n<p>Learn WordPress is launching with two courses: “<a href=\"https://learn.wordpress.org/course/publishing-with-wordpress/\">Publishing with WordPress</a>” and “<a href=\"https://learn.wordpress.org/course/unleashing-the-power-of-wordpress/\">Unleashing the Power of WordPress</a>,” which covers basic customization topics. The project is open to contributions and anyone can <a href=\"https://learn.wordpress.org/workshop-presenter-application/\">submit an idea for a workshop</a>.</p>\n\n\n\n<p>The platform also includes more than 85 <a href=\"https://learn.wordpress.org/lesson-plans/\">lesson plans</a> that the Training team has been working on for the past few years. They are available as resources for people who want to run their own workshops. </p>\n\n\n\n<p>Learn WordPress has several lesson plans and workshops on the topic of creating new blocks, such as <a href=\"https://learn.wordpress.org/workshop/intro-to-gutenberg-block-development/\">Intro to Gutenberg Block Development</a>. Many WordPress developers have yet to get on board with creating for the block editor and topics like this seems ripe for launching a discussion group with a series facilitated by an experienced block developer.</p>\n\n\n\n<p>“The work on Learn WordPress has been a strong cross-team collaboration between the Community and Training teams, with the Marketing and TV teams also being really involved in making things happen,” WordPress community manager Hugh Lashbrooke said. “It’s been super encouraging to see such excellent work across so many teams to make this ambitious project a reality.”</p>\n\n\n\n<p>Anyone can <a href=\"https://learn.wordpress.org/contribute/\">contribute</a> to lesson plans and workshops, as well as facilitate discussions. If you want to get more involved in expanding and promoting the platform, you can join <a href=\"https://make.wordpress.org/training/\">WordPress’ Training team</a> for meetings on Fridays at 11:00 UTC and Tuesdays at 17:00 UTC in the #training channel on Slack.</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, 15 Dec 2020 23:30:18 +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: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:73:\"WPTavern: Record and Track Past Events With the LifePress Calendar 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=108962\";s: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:191:\"https://wptavern.com/record-and-track-past-events-with-the-lifepress-calendar-plugin?utm_source=rss&utm_medium=rss&utm_campaign=record-and-track-past-events-with-the-lifepress-calendar-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:4784:\"<p class=\"has-drop-cap\">Two weeks ago, Ashan Jay released <a href=\"https://wordpress.org/plugins/lifepress/\">LifePress</a> to the WordPress plugin directory. It is an interactive, front-end calendar for tracking past events — a journal of sorts. For a version 1.0 launch, it has enough features with just the right touch of simplicity to show promise.</p>\n\n\n\n<p>This is not Jay’s first rodeo when it comes to calendar-based plugins. He is also the creator of <a href=\"https://www.myeventon.com/\">EventON</a>, a virtual event calendar for WordPress.</p>\n\n\n\n<p>The goal of the plugin is simple. As its description reads, “LifePress is a calendar based journal recorder that will allow you to track back progress and review past events to learn from the past and make positive progress in the future.”</p>\n\n\n\n<p>Watch an introduction video to the plugin:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<h2>Digging Into the Plugin</h2>\n\n\n\n<p class=\"has-drop-cap\">Call me a fan. The ease of use of this plugin is spot-on. LifePress creates a page called “LifePress Dashboard” upon activation, which allows individual users of the site to see and manage life events on the front end on a per-user basis. It feels much like Google Calendar, except in WordPress.</p>\n\n\n\n<p>And that is the plugin’s main selling point — it allows end-users to store all of their data in their own database instead of on a third-party server.</p>\n\n\n\n<p>On the front end, users are presented with a weekly calendar view by default. However, there is a button for switching between weekly and monthly views.</p>\n\n\n\n<img />Monthly calendar view.\n\n\n\n<p>A simple “+” button lets users create new calendar entries. After clicking it, an overlay appears for adding a date, title, optional description, and tag. Most users should pick up the system quickly and without documentation.</p>\n\n\n\n<img />Creating a new calendar entry.\n\n\n\n<p>The tag system allows users to group different types of entries with custom colored backgrounds. Colored dots for each tag adorn the left sidebar, allowing users to toggle specific entry types on and off, which is one of my favorite features of the plugin. It is a simple thing, but it adds to the overall user experience.</p>\n\n\n\n<p>The design is, for the most part, great. The interface is uncluttered and simple to use. However, the plugin is not without some flaws, which is to be expected with a version 1.0. The plugin’s various overlays, such as from the new-entry popup, butt against the top of the page. Some spacing at the top would help with the layout.</p>\n\n\n\n<p>Backend management could use a little work. There is no way to edit a tag’s color after it has been created. This feature also does not appear to be available on the front end.</p>\n\n\n\n<p>The monthly-calendar view was consistently off by one day of the week when I first installed LifePress in my testing environment. For example, today is Tuesday, December 15, 2020. However, the plugin had the 15th listed under Monday. I managed to track this issue down to the “week starts on” setting in WordPress. The plugin will only work if this option is set to Sunday (the WordPress default sets this to Monday). Every other day of the week pushes the calendar back another day.</p>\n\n\n\n<p>This is a non-issue with the default, weekly calendar view. However, it should be addressed by the plugin author for the monthly layout.</p>\n\n\n\n<h2>Features Requests</h2>\n\n\n\n<p class=\"has-drop-cap\">While LifePress is geared toward being a journal and tracking calendar, it would be nice if it could pull double-duty and behave like a simple event calendar too. The plugin already allows end-users to add items to future dates, so the core of scheduling events is already in place. To extend this already-existing feature, the plugin could have a notification system. Users should be able to at least get custom emails as a reminder for upcoming events on the schedule. This could make it worthwhile enough for some users to ditch Google Calendar, depending on their use case.</p>\n\n\n\n<p>If the plugin wants to continue focusing on being a great journal and tracking calendar, it should have a progress-tracking mechanism built in. It is great to see that I put in my daily 30-minute jog on the calendar, for example. However, it would be even better if I could see that I am hitting my exercise goals on a weekly, monthly, or yearly basis.</p>\n\n\n\n<p>That sort of application is not just relevant to personal exercise regimens. It can be applied to other facets of life or used in business environments.</p>\n\n\n\n<p>Overall, it is a good first outing for the plugin. However, there is a lot of potential for more features in the future.</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, 15 Dec 2020 21:48: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: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: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:47:\"WordPress.org blog: Introducing Learn 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=9444\";s: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:63:\"https://wordpress.org/news/2020/12/introducing-learn-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:9012:\"<p><strong><a href=\"https://learn.wordpress.org/\">Learn WordPress</a> is a learning resource providing workshops, quizzes, courses, lesson plans, and discussion groups so that anyone, from beginners to advanced users, can learn to do more with WordPress. Learning how to use, build for, and contribute to WordPress is essential for anyone wanting to dive deeper into the software and its community. </strong></p>\n\n\n\n<div class=\"wp-block-buttons aligncenter\">\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link\" href=\"https://learn.wordpress.org/\">Learn WordPress</a></div>\n</div>\n\n\n\n<p>This cross-team initiative is part of the WordPress.org network and features content from contributors from the global community. It will be updated weekly and will help connect new and existing WordPress users with the broader community while they learn.</p>\n\n\n\n<img width=\"632\" height=\"331\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/12/learn-link-preview.png?resize=632%2C331&ssl=1\" alt=\"\" class=\"wp-image-9457\" />\n\n\n\n<h2>What can you learn about WordPress?</h2>\n\n\n\n<p>On Learn WordPress you can find a range of material and opportunities to use at the time which works for you.</p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/workshops/\"><strong>Workshops</strong></a> are practical, skills-based videos that show viewers how to do new things with WordPress, whether you publish, manage, develop with, or contribute to WordPress. Most workshops include quizzes for you to test your newly gained knowledge.</p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/discussion-groups/\"><strong>Discussion groups</strong></a> provide an opportunity for further collaborative learning with participants meeting together to discuss the workshop content – they take place online, either in video calls or Slack and accommodate all time zones.</p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/lesson-plans/\"><strong>Lesson plans</strong></a> are guides for facilitators to use while presenting at events or within educational environments. Facilitators will find learning objectives (telling people what they are going to learn), any prerequisite skills, assets such as screenshots and slide decks, and learning assessments. </p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/courses/\"><strong>Courses</strong></a> are a series of interconnected lesson plans to be presented by a facilitator that will strategically focus on defined learning outcomes. Participants can go through these courses individually or as part of a group. After completing the learning, attendees should be able to apply their skills in the real world.</p>\n\n\n\n<p>In addition to the wealth of valuable content available on Learn WordPress, the platform provides an opportunity for individuals to learn alongside other community members and become connected with a global network of WordPress users, developers, and contributors.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p><a href=\"https://www.youtube.com/playlist?list=PLCVEqsAbLffeEXhn9T1yBVTMaHIMtlzFj\">Why you should use Learn WordPress</a> – videos from our community.</p>\n\n\n\n<h2>How can you get involved?</h2>\n\n\n\n<div class=\"wp-block-buttons aligncenter\">\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link\" href=\"https://learn.wordpress.org/\">Start learning today!</a></div>\n</div>\n\n\n\n<p>Learn WordPress is an open-source platform available for anyone to contribute content in any areas mentioned above. <a href=\"https://learn.wordpress.org/contribute/\">Find out more about how you can get involved</a> with this initiative.</p>\n\n\n\n<p><a href=\"https://make.wordpress.org/marketing/2020/12/09/help-us-promote-learn-wordpress/\">Take part in our fun promotion campaigns</a> on social and with your local community.</p>\n\n\n\n<p><em>Hundreds of people spanning a number of years have contributed to the development of learning materials. Thanks to everyone who worked so hard to make Learn WordPress a reality. </em></p>\n\n\n\n<p><strong><em>Particular thanks to</em></strong>:</p>\n\n\n\n<p><strong><em>Training:</em></strong><em> <a href=\"https://profiles.wordpress.org/courane01/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>courane01</a>, <a href=\"https://profiles.wordpress.org/azhiyadev/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>azhiyadev</a>, <a href=\"https://profiles.wordpress.org/geheren/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>geheren</a>, <a href=\"https://profiles.wordpress.org/webtechpooja/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>webtechpooja</a>, <a href=\"https://profiles.wordpress.org/jessecowens/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>jessecowens</a>, <a href=\"https://profiles.wordpress.org/onealtr/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>onealtr</a>, <a href=\"https://profiles.wordpress.org/rastaban/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>rastaban</a>, <a href=\"https://profiles.wordpress.org/evarlese/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>evarlese</a>, <a href=\"https://profiles.wordpress.org/manzwebdesigns/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>manzwebdesigns</a></em><br /><strong><em>Meta: </em></strong><em><a href=\"https://profiles.wordpress.org/coreymckrill/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>coreymckrill</a>, <a href=\"https://profiles.wordpress.org/dufresnesteven/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>dufresnesteven</a>, <em><a href=\"https://profiles.wordpress.org/jonoaldersonwp/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>jonoaldersonwp</a></em></em><br /><strong><em>Community:</em></strong><em> <a href=\"https://profiles.wordpress.org/hlashbrooke/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>hlashbrooke</a>, <a href=\"https://profiles.wordpress.org/camikaos/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>camikaos</a>, <a href=\"https://profiles.wordpress.org/harishanker/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>harishanker</a>, <a href=\"https://profiles.wordpress.org/angelasjin/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>angelasjin</a>, <a href=\"https://profiles.wordpress.org/nao/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>nao</a>, <a href=\"https://profiles.wordpress.org/courtneypk/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>courtneypk</a>, <a href=\"https://profiles.wordpress.org/andreamiddleton/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>andreamiddleton</a>, <a href=\"https://profiles.wordpress.org/rmarks/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>rmarks</a>, <a href=\"https://profiles.wordpress.org/sippis/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>sippis</a></em><br /><strong><em>Marketing: </em></strong><em><a href=\"https://profiles.wordpress.org/webcommsat/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>webcommsat</a>, <a href=\"https://profiles.wordpress.org/oglekler/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>oglekler</a>, <a href=\"https://profiles.wordpress.org/lmurillom/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>lmurillom</a>, <a href=\"https://profiles.wordpress.org/yvettesonneveld/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>yvettesonneveld</a>, <a href=\"https://profiles.wordpress.org/meher/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>meher</a>, <a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>nalininonstopnewsuk</a>, <a href=\"https://profiles.wordpress.org/megphillips91/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>megphillips91</a>, <a href=\"https://profiles.wordpress.org/marks99/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>marks99</a>, <em><a href=\"https://profiles.wordpress.org/marybaum/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>marybaum</a></em></em>, <em><a href=\"https://profiles.wordpress.org/antialiasfactory/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>antialiasfactory</a>, <a href=\"https://profiles.wordpress.org/herculespekkas/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>herculespekkas</a>, <a href=\"https://profiles.wordpress.org/chaion07/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chaion07</a></em><br /><strong><em>Design:</em></strong><em> <a href=\"https://profiles.wordpress.org/melchoyce/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>melchoyce</a> </em></p>\n\n\n\n<p><em>For a fuller list of the contributors who have been involved in training and Learn WordPress, visit <a href=\"https://make.wordpress.org/community/2020/08/12/learn-wordpress-is-live/\">the initial beta launch post</a>. Thanks to everyone who has been involved to date and will be in the future. </em></p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/tag/learnwordpress\">#LearnWordPress</a> <a href=\"https://learn.wordpress.org/tag/learnwp\">#LearnWP</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, 15 Dec 2020 13: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:15:\"Hugh Lashbrooke\";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:62:\"WPTavern: Fast Brings One-Click Checkout to WooCommerce Stores\";s: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=108895\";s: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/fast-brings-one-click-checkout-to-woocommerce-stores?utm_source=rss&utm_medium=rss&utm_campaign=fast-brings-one-click-checkout-to-woocommerce-stores\";s: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:7203:\"<p><a href=\"https://www.fast.co/\">Fast</a>, a startup backed by Stripe, has just added <a href=\"https://www.fast.co/woocommerce\">WooCommerce support</a> to its new <a href=\"https://www.fast.co/checkout\">Fast Checkout</a> experience. The company was co-founded in March 2019, by Domm Holland and Allison Barr Allen, with investment from Stripe, Index Ventures, Susa Ventures, and Global Founders Capital. It has received <a href=\"https://www.crunchbase.com/organization/byepass/company_financials\">$22.5M</a> in funding to reduce the friction that remains deeply embedded in login and checkout experiences.</p>\n\n\n\n<p>Online shopping almost always involves a lengthy checkout form where customers have to enter passwords, addresses, and payment information nearly every time. This tedious experience is magnified when gift-giving holidays roll around. Fast’s founders have set out to solve this problem with products aimed at modernizing the checkout experience to enable one-click purchasing.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Fast Checkout launched in September 2020, so if you haven’t seen it around yet it’s because it is relatively new and was previously limited to a handful of platforms. Expanding support to WooCommerce was a strategic move, as WordPress accounts for <a href=\"https://w3techs.com/technologies/details/cm-wordpress\">39.3%</a> of the Alexa top 10 million websites. WooCommerce is running on 18% of the WordPress sites W3techs can detect. Fast CEO Domm Holland said the product’s availability to WooCommerce increases the company’s addressable market by over 2,500%.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">from today, every single <a href=\"https://twitter.com/WooCommerce?ref_src=twsrc%5Etfw\">@WooCommerce</a> store can now install 1-click checkout in minutes, so their customers can checkout in seconds 🚀<br /><br />compared to yesterday, that increases <a href=\"https://twitter.com/fast?ref_src=twsrc%5Etfw\">@fast</a>\' addressable market by over 2,500% <a href=\"https://t.co/wrqkUnAQVw\">pic.twitter.com/wrqkUnAQVw</a></p>— domm (@domm) <a href=\"https://twitter.com/domm/status/1338493885245345793?ref_src=twsrc%5Etfw\">December 14, 2020</a></blockquote>\n</div>\n\n\n\n<p>“We’ve received inquiries from thousands of sellers asking to add Fast on a variety of e-commerce platforms, including WooCommerce sellers,” Fast CCO Jason Alderman said. “We prioritized WooCommerce as it automatically gives millions of new sellers access to Fast.” </p>\n\n\n\n<p>The company has seen a strong uptick in Fast Login adoption since launch, and Fast Checkout has had a promising debut. </p>\n\n\n\n<p>“For Fast Checkout, the value of merchandise purchased on the platform has more than tripled each month since launching in September,” Alderman said. “Although not WooCommerce sellers, Fast merchants such as Gerard and Hardwood Lumber are seeing up to 30% (and rising) adoption rates since deploying Fast Checkout and up to a 10% increase in order volume within just 30 days of implementation.”</p>\n\n\n\n<p>In order to gain all the benefits of Fast login and checkout, users have to sign up with a new service, which seems like it would be hurdle. Fast has embedded this process within the normal checkout flow so that it doesn’t feel like the consumer has to sign up for something new. The first time a shopper makes a purchase on a site using Fast Checkout, they enter their contact information. and payment details as they normally would. </p>\n\n\n\n<div class=\"wp-block-image\"><img />Fast Checkout form on mobile for first time checkout </div>\n\n\n\n<p>After that purchase, their details are stored and every subsequent checkout experience on any website using Fast Checkout will only require one click. It works regardless of the device or browser used and does not require a password, the same as the Fast Login product.</p>\n\n\n\n<div class=\"wp-block-image\"><img />Fast Checkout on mobile purchase complete</div>\n\n\n\n<p>Although Fast Checkout and Login are free to use for buyers, getting store owners on board is going to be the primary challenge for Fast. It charges US sellers <a href=\"https://www.fast.co/pricing\">2.9% + 30c per transaction</a>. Fast’s fees are not quite as steep as the 5% per shipment that Instagram will be charging for the <a href=\"https://wptavern.com/woocommerce-tests-new-instagram-shopping-checkout-feature-now-in-closed-beta\">new Shopping Checkout feature that WooCommerce is testing</a>. However, it may still be prohibitive for stores with narrow profit margins. Fast also has competition from the multiple one-click checkout extensions available for WooCommerce that do not charge transaction fees. </p>\n\n\n\n<p>Fast claims that the one-click checkout button “increases conversion, boosts sales, and delights customers” If the checkout experience can deliver on those claims, then some store owners may be willing to part with the 2.9% fee in order to capture a larger percentage of the potential customers that are already arriving at their stores, instead of risking cart abandonment with a frustratingly long checkout process. Store owners are looking for any edge in an increasingly competitive landscape where the online retail giants continue to dominate.</p>\n\n\n\n<p>The pandemic has caused <a href=\"https://wptavern.com/tectonic-shifts-in-retail-industry-are-creating-unprecedented-opportunities-for-independent-stores\">radical shifts in the retail industry</a>, creating unprecedented opportunities for independent stores. Many WooCommerce developers and store owners have sought help for optimizing their stores after the pandemic caused business to increase exponentially overnight. A product like Fast Checkout is landing at the right time, as consumer spending habits have become forever altered by the rapid acceleration of the essential role of e-commerce for homebound people across the globe.</p>\n\n\n\n<p>“E-commerce giants have heightened consumers’ expectations for online shopping,” Alderman said. “And with the COVID-19 pandemic this year, more people than ever opted to shop online, but many independent businesses were not prepared to prioritize the online experience. By adding Fast Checkout to their stores, businesses of all sizes can access one-click checkout that offers the seamless experience consumers expect (and eliminates shopping cart abandonment that happens to up to <a rel=\"noreferrer noopener\" href=\"https://www.barilliance.com/cart-abandonment-rate-statistics/\" target=\"_blank\">80% of potential purchases</a>).”</p>\n\n\n\n<p>Fast is planning to expand its Checkout support to multiple new platforms in the coming months but did not have any details to share at this time. In addition to providing one-click checkout, Fast centralizes purchases across stores so that users can manage transactions, track shipments, and handle returns through a unified dashboard. Long term, the company is working on launching a universal subscription manager, which Alderman said is currently in development. </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, 15 Dec 2020 06:18: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: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: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:75:\"WPTavern: G2 Components, a From-Scratch Reimagining of WordPress Components\";s: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=108342\";s: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:193:\"https://wptavern.com/g2-components-a-from-scratch-reimagining-of-wordpress-components?utm_source=rss&utm_medium=rss&utm_campaign=g2-components-a-from-scratch-reimagining-of-wordpress-components\";s: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:7356:\"<p>Update <em>some</em> of the things.</p>\n\n\n\n<p>That was the goal that Jon Quach, a Principal Designer at Automattic, laid out in the <a href=\"https://g2components.wordpress.com/2020/11/02/the-path-to-integration/\">roadmap for integrating the G2 Components project</a> into Gutenberg and, eventually, core WordPress. The project is a reimagining of the pieces that make the block editor, a “from-scratch” overhaul of the component system. Updating <em>all of the things</em> or even <em>many of the things</em> at once runs the risk of breaking everything.</p>\n\n\n\n<p>“Ideally, what should happen is you should update just some of the things in a very controlled and intentional manner,” wrote Quach in the post. He likened it transitioning a city, section by section, to solar power until the traditional power factory could be shut down. You convert one piece, test, find problems, and correct them before moving to the next section.</p>\n\n\n\n<p>That is the plan for integrating <a href=\"https://github.com/itsjonq/g2\">G2 Components</a> into Gutenberg.</p>\n\n\n\n<p>“G2 Components is a project that embodies the idea of making user interfaces and user experiences better for others,” said Quach. “At the moment, it’s materialized as a Component System designed to work within the context and environments of Gutenberg and WordPress.”</p>\n\n\n\n<p>The goal is to provide the resources to improve the Gutenberg project’s UI. Components should make it easier to create newer UIs without hacking together code. Quach said the consistency and experiences of the Component System should scale and have a ripple effect throughout the WordPress platform. This will also extend to third-party block developers.</p>\n\n\n\n<p>“The code components are just the starting point,” he said. “My ultimate goal is for this to transcend code and influence and elevate design as well — creating a unified Design System that enables and empowers folks to craft cohesive and feature-rich UI experiences within the world of WordPress.”</p>\n\n\n\n<p>Quach believes that platforms have benefited from having similar approaches. He mentioned Material Design by Google as having elevated the Android platform and bringing cohesion across the company’s products.</p>\n\n\n\n<p>The Gutenberg team has already started integrating the G2 Components into the project. This integration replaces WordPress components (<a href=\"https://developer.wordpress.org/block-editor/packages/packages-components/\">@wordpress/components</a>) in a controlled manner that should not break existing implementations within the core editor or third-party projects. New components will be swapped in as they become ready. “Like flipping on a switch,” said Quach.</p>\n\n\n\n<p>The following video is an hour-long walkthrough of G2 Components that Quach posted on YouTube:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>He routinely posts updates on the <a href=\"https://g2components.wordpress.com/\">G2 Components blog</a>. Alongside those are deeper dives into his design thinking on the project. He also talks about the project on his <a href=\"https://www.twitch.tv/itsjonq\">Twitch stream</a> almost daily.</p>\n\n\n\n<h2>What Are Components?</h2>\n\n\n\n<img />Screenshot of a component in the <a href=\"https://g2-components.xyz/\">G2 Components Storybook</a>.\n\n\n\n<p class=\"has-drop-cap\">Components are everything from buttons to toggles to checkboxes. They are standardized pieces that make up the UI of the block editor. They are available for both core and third-party developers to create what end-users see and interact with. However, there was a problem with how the original component system was built.</p>\n\n\n\n<p>“The current components aren’t built with a system in mind, but rather, to fulfill an immediate need,” said Quach. “This particular design detail is crucial. A systems-first approach more easily supports the addition of new features, and more importantly, customization!”</p>\n\n\n\n<p>The new approach is about building a native design system for WordPress. Such a system would allow anyone to build on top of it and create native experiences.</p>\n\n\n\n<p>Quach said one of the easiest ways to look at this is from a backend theming perspective — the Component System also has a theming sub-system. “Instead of the traditional method of writing CSS as a ‘skin’ to layer on top, UI aesthetics can be adjusted through configuration values — similar to how WordPress can be configured with definitions in the <code>wp-config.php</code> file,” he said. “This distinction is important as these values tap directly into the Style system, allowing the styles to load correctly at the right place and at the right time. All without affecting the current environment’s styles, and more importantly, not being affected by the current environment’s styles.”</p>\n\n\n\n<p>He was responding to my question on why the component system should be rebuilt from scratch. The idea is to have components that “just work” in an environment such as the WordPress admin, such as making sure the existence of a WordPress theme’s stylesheet does not break components simply by being loaded.</p>\n\n\n\n<p>“Why rethink, rebuild, and enhance Inputs, Buttons, Modals, Dropdowns, and others?” countered Quach in response. “So that you the developer don’t have to.”</p>\n\n\n\n<h2>What Does This Mean For Developers?</h2>\n\n\n\n<img />\n\n\n\n<p class=\"has-drop-cap\">Respecting backward-compatibility is something Quach said he took incredibly seriously when designing the architecture of the G2 Components project. He also said it was a part of the integration strategy he proposed.</p>\n\n\n\n<p>“I had mentioned that this project ’embodies the idea of making user interfaces and user experiences better for others,\'” he said. “Accounting for backward compatibility and supporting third-party migration absolutely falls under the category of user experience.”</p>\n\n\n\n<p>As the Gutenberg team continues integrating new components, it should not change what developers have already been doing. However, it could open up some new possibilities.</p>\n\n\n\n<p>“The new Component System will definitely help in the UI department,” said Quach. “One area I’m particularly excited about is the rapid-development/prototyping space. Because these Components are self-contained units, they can be brought into platforms like <a href=\"https://codesandbox.io/\">CodeSandbox</a> and they…just…work. You can hit the ground running and rapidly construct and share prototypes (ranging from tiny-yet-mighty to large and in-charge).”</p>\n\n\n\n<p>He said he has had success in testing component designs and demonstrating ideas for quick feedback. He has also worked from the opposite direction, building complex components in CodeSandbox and bringing them back into the Component System.</p>\n\n\n\n<p>“As a designer and front-end developer, I cannot stress how efficient, effective, and creatively liberating this ‘micro building’ workflow is,” he said. “It’s something I’m excited for others to experience as well.”</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, 14 Dec 2020 21: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: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:99:\"WPTavern: BuddyPress 7.0.0 Adds 3 New Blocks and Admin Screens for Member and Group Type Management\";s: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=108753\";s: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:239:\"https://wptavern.com/buddypress-7-0-adds-3-new-blocks-and-admin-screens-for-member-and-group-type-management?utm_source=rss&utm_medium=rss&utm_campaign=buddypress-7-0-adds-3-new-blocks-and-admin-screens-for-member-and-group-type-management\";s: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:3149:\"<p>BuddyPress <a href=\"https://buddypress.org/2020/12/buddypress-7-0-0-filippi/\">7.0.0</a> “Filippi” was released this week, following <a href=\"https://wptavern.com/wordpress-5-6-simone-includes-new-twenty-twenty-one-theme-and-improved-editor\">WordPress 5.6</a> to ensure compatibility. This version was named for <a rel=\"noreferrer noopener\" href=\"https://realcheesepizza.com/\" target=\"_blank\">Filippi’s Pizza Grotto</a> in California. It <a href=\"https://bpdevel.wordpress.com/2020/07/05/wordpress-required-version-update-2/\">requires WordPress 4.9+</a>, but sites that are not using the block editor will miss out on many of the new features that make BuddyPress websites easier to customize.</p>\n\n\n\n<p>The first set of community blocks was introduced earlier this year, allowing site owners to insert a specific Member or Group into any post or page. Version 7.0.0 adds three new blocks that make it easy to feature a list of members, a list of groups, or embed a public activity post.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Blocks make customizations easier for non-technical community managers. Years ago, you would have to write a custom query to display members, groups, or activities anywhere on a page or post. The other option was to install a plugin to do it and use a widget or shortcode to place it somewhere in the content.</p>\n\n\n\n<p>The Groups block, for example, lets you select any number of groups using auto-complete, to create a custom list. The block’s toolbar has an option for displaying the groups in a list or a grid. In the block settings, users can show or hide group names, select full or thumbnail versions for avatars, and include extra information about the group. </p>\n\n\n\n<img />\n\n\n\n<h3>New Administration Screens for Member and Group Type Management</h3>\n\n\n\n<p>BuddyPress’ member types and group types are a feature similar to WordPress’ custom post types. They now have their own management screens in the admin, making them more accessible to community managers who would not be comfortable creating and modifying types without a UI. Member and group types can now be added, edited, and deleted directly in the admin. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>Source: <a href=\"https://buddypress.org/2020/12/buddypress-7-0-0-filippi/\">BuddyPress.org 7.0.0 release announcement</a>\n\n\n\n<h3>New Default Profile Image for Network Sites</h3>\n\n\n\n<p>Version 7.0.0 introduces the capability to add a default profile image for sites in a multisite network as part of the Site Tracking component. This can improve the appearance for the sites directory or the activity stream, when networked sites have not added a custom profile image.</p>\n\n\n\n<p>A few other notable improvements in 7.0.0 include the BP Nouveau template pack updated to be compatible with the new Twenty Twenty-One default theme, improvements to the BP REST API, and BuddyPress CLI commands expanded to cover more aspects of community management. Check out the <a href=\"https://codex.buddypress.org/releases/version-7-0-0/\">release notes</a> for a full list of changes.</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, 12 Dec 2020 04:09:16 +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:82:\"WPTavern: EditorPlus 2.4 Released, Builds Upon Its ‘Extend Core Blocks’ 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=108825\";s: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/editorplus-2-4-released-builds-upon-its-extend-core-blocks-system?utm_source=rss&utm_medium=rss&utm_campaign=editorplus-2-4-released-builds-upon-its-extend-core-blocks-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:5285:\"<p class=\"has-drop-cap\">On Tuesday of this week, Munir Kamal released version 2.4 of his <a href=\"https://wordpress.org/plugins/editorplus/\">EditorPlus plugin</a>. Aside from a few bugs and making sure the plugin was compatible with WordPress 5.6, he added an icon selector for the Button block and SVG shape overlays for the Image block. This is on top of a new “Extend Core Blocks” system he added in the previous version.</p>\n\n\n\n<p>I last <a href=\"https://wptavern.com/editor-plus-2-1-overhauls-block-controls-ui-and-adds-lottie-animations\">dove into the plugin</a> in early November. In Kamal’s world, that may as well have been a lifetime ago. At an almost dizzying pace of development, he has since released three major updates to the plugin with several new features. I continue wondering where he not only finds the time to dedicate to the project for free but also where he keeps getting new ideas. Surely, some of them are coming from his growing user base. The plugin is still relatively young, and it has now passed 2,000 active installs.</p>\n\n\n\n<h2>The Extend Core Blocks System</h2>\n\n\n\n<p class=\"has-drop-cap\">When Kamal first built EditorPlus, the idea was to create additional styling options for the WordPress core blocks. Essentially, the plugin allowed end-users to set custom values for CSS properties from an interface in the editor. This can get the average user pretty deep into customization. However, it is still somewhat limiting. There are things that web developers can do with code that go beyond what such a basic interface can do. The question then becomes: <em>how do you provide those advanced methods to users?</em></p>\n\n\n\n<p>At the heart of the Extend Core Blocks system, which can be disabled from the plugin’s settings screen, the plugin author wanted to push the limits of what is possible with WordPress’s existing blocks.</p>\n\n\n\n<p>“There are different extensions in EditorPlus that offer different features that you can toggle on or off,” said Kamal. “Like the styling, animations, custom CSS, etc., and now this new one. This extension will offer additional functionalities/features for the core Gutenberg blocks. For example, the ‘list block’ extended with the option to include icons, split into columns, and more. Similarly, the plan is to extend other core blocks with additional missing features as well.”</p>\n\n\n\n<img />Creating a two-column team list with icons.\n\n\n\n<p>In version 2.3, he created the first set of options with the new system. Starting with the List block, he added columns, options, icons, and several other options. Users can pick and choose from a range of icons from the Font Awesome and Icon Moon libraries.</p>\n\n\n\n<img />Adding a “blob” style to the Image block.\n\n\n\n<p>My favorite new feature is the custom “blob” styles Kamal has added to the Image block. “I’ve simply added 10 SVG shape masks as block styles for the core Image block,” he said while also sharing a <a href=\"https://share.getcloudapp.com/v1u4xR58\">demo video</a>.</p>\n\n\n\n<p>While I am unsure if I have any immediate uses for blob-shaped images, I am excited about the possibility of other SVG shape masks landing in the future. I am sure there are many potential applications in design where they would be useful. If nothing else, they are fun to tinker around with.</p>\n\n\n\n<img />Customizing icons for the Button block.\n\n\n\n<p>Perhaps a bit more practical, Kamal added new icon options for the Button block. Like the List block, users can choose from both the Font Awesome and Icon Moon libraries. They can also select left or right alignment, change the background and foreground colors, round out the background with a border-radius option, and control the spacing.</p>\n\n\n\n<p>There are a couple of other block-related plugins with similar icon options. However, having them baked into EditorPlus was a good decision. Most of the plugin’s users will likely find themselves ditching other block plugins with so much available through one.</p>\n\n\n\n<p>Kamal remained tight-lipped about any specific upcoming features in 2.5 and beyond. However, he did say that he would be continuing to build upon the Extend Core Blocks system. If his work thus far is any indication, it will be interesting to see what new options he brings to the other WordPress blocks.</p>\n\n\n\n<h2>Background Options</h2>\n\n\n\n<img />Adding an SVG background image to the Cover block.\n\n\n\n<p class=\"has-drop-cap\">While the new Extend Core Blocks system has been the focus of the last couple of releases, Kamal has added several other features. One of the biggest that he has pushed out is a set of new background options for every core block, which includes the following:</p>\n\n\n\n<ul><li>Insert image via URL.</li><li>Background attachment option.</li><li>Background placement option.</li></ul>\n\n\n\n<p>At this point, with EditorPlus, users can nearly do anything they need to do with backgrounds. The biggest boost of customizability comes with the image URL option, which means that users can even input a data URI for SVG patterns. <a href=\"https://www.heropatterns.com/\">Hero Patterns</a> has a ton of options to choose from for anyone who wants to give it a spin.</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, 11 Dec 2020 21:35:07 +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: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: GitHub Introduces Darkmode, Discussions for Public Repositories, and Dependency Review\";s: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=108775\";s: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/github-introduces-darkmode-discussions-for-public-repositories-and-dependency-review?utm_source=rss&utm_medium=rss&utm_campaign=github-introduces-darkmode-discussions-for-public-repositories-and-dependency-review\";s: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:3026:\"<p>GitHub Universe, the company’s annual marquee product and community event, took place this week, bringing users a flurry of new features. Dark mode is now in public beta and can be activated under the <a href=\"https://github.com/settings/appearance\">Settings</a> menu or set to follow system preferences. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Discussions is a new feature that GitHub unveiled at its Satellite event in May to facilitate questions and open-ended conversations. The company has been testing it with open source communities like <a href=\"https://github.com/gatsbyjs/gatsby/discussions\">Gatsby</a> and <a href=\"https://github.com/laravel/framework/discussions\">Laravel</a> to iron out bugs ahead of the public launch. Discussions currently allows users to customize categories, transfer and pin discussions, and convert issues into discussion threads. Mobile support is coming soon.</p>\n\n\n\n<p>Participants on Discussions can search or sort conversations by newest, top, answered, and unanswered. Threads can be upvoted for better exposure and a sidebar widget displays the “most helpful” users. Discussions are essentially a modernized forum, with a little bit of gamification sprinkled in. for good measure. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Project maintainers for WordPress plugins, themes, and tools hosted on GitHub may want to explore Discussions to see if it could benefit their communities. The format is more approachable for less technical participants who may not be familiar with GitHub issues. </p>\n\n\n\n<p>Building on the existing <a href=\"https://help.github.com/en/github/visualizing-repository-data-with-graphs/listing-the-packages-that-a-repository-depends-on#about-the-dependency-graph\">dependency graph</a> and <a href=\"https://help.github.com/en/github/managing-security-vulnerabilities/about-security-alerts-for-vulnerable-dependencies\">security alerts</a> features, GitHub is introducing dependency review as a way to help developers catch vulnerable code before it gets added to their projects. Dependency review displays the following information for each pull request:</p>\n\n\n\n<ul><li>which dependencies were added, removed, or updated</li><li>release dates</li><li>how many projects use these components</li><li>vulnerability information for each dependency</li></ul>\n\n\n\n<p>The beta for the dependency review feature is now open to all public repositories and will be gradually rolled out across GitHub in the next few weeks.</p>\n\n\n\n<p>Other notable announcements include the ability to auto-merge pull requests when using protected branches, improvements to continuous delivery support, and GitHub Sponsors for companies, which allows organizations to use their existing billing to donate to open source developers and projects. Check out the full details in the <a href=\"https://github.blog/2020-12-08-new-from-universe-2020-dark-mode-github-sponsors-for-companies-and-more/\">announcement summary</a> from the event.</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, 11 Dec 2020 04:42:17 +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: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:42:\"BuddyPress: BuddyPress 7.0.0 “Filippi”\";s: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=316067\";s: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:56:\"https://buddypress.org/2020/12/buddypress-7-0-0-filippi/\";s: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:13194:\"<p class=\"has-text-align-center\">This major release introduces new administration screens to manage your Member & Group Types <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f64c.png\" alt=\"🙌\" class=\"wp-smiley\" /></p>\n\n\n\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link has-background no-border-radius\" href=\"https://downloads.wordpress.org/plugin/buddypress.7.0.0.zip\">Get BuddyPress 7.0.0</a></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p>We are very excited to announce the immediate availability of <strong>BuddyPress 7.0.0</strong> code-named “<strong>Filippi</strong>“. You can get it clicking on the above button, downloading it from the <a href=\"https://wordpress.org/plugins/buddypress/\">WordPress.org plugin directory</a> or checking it out from our <a href=\"https://buddypress.trac.wordpress.org/browser/branches/7.0\">Subversion repository</a>.</p>\n\n\n\n<p><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f449.png\" alt=\"👉\" class=\"wp-smiley\" /> <em>If you’re upgrading from a previous version of BuddyPress, it’s always a good idea to back-up your WordPress database and files ahead of time.</em></p>\n\n\n\n<p>You can review all of the changes in this 7.0.0 release in the <a href=\"https://codex.buddypress.org/releases/version-7-0-0/\">release notes</a>. Below are a few of the key features we believe you are going to love!</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"has-text-align-center\">You can now manage your Member Types and/or Group Types right from your WordPress Dashboard</h2>\n\n\n\n<div class=\"wp-block-image\"><a href=\"https://buddypress.org/wp-content/uploads/1/2020/12/bp-types-illustration.png\"><img width=\"1043\" height=\"492\" src=\"https://buddypress.org/wp-content/uploads/1/2020/12/bp-types-illustration.png\" alt=\"Illustration showing how to access to the BP Types Admin areas.\" class=\"wp-image-316087\" /></a></div>\n\n\n\n<p>Playing with BP Types just became much easier! The Member Types and Group Types were primarily introduced in BuddyPress as features for advanced users, just like the WordPress Custom Post Type feature. Thanks to the two new <a href=\"https://bpdevel.wordpress.com/2020/09/21/bp-types-admin-ui/\">WordPress Administration Screens</a>, adding, editing and deleting Member & Group Types has never been so easy! Now you can set up BP Types using custom code or by simply using the Administration interfaces.</p>\n\n\n\n<p>Let’s watch a demo about how it looks like for <strong>Member Types</strong>!</p>\n\n\n\n<a href=\"https://cldup.com/YbQ4VLuax3.mp4\" target=\"_blank\" rel=\"noreferrer noopener\">Fullscreen</a>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"has-text-align-center\">3 new BP Blocks for your WP Posts & Pages</h2>\n\n\n\n<div class=\"wp-block-image is-style-default\"><a href=\"https://buddypress.org/wp-content/uploads/1/2020/12/bp-new-blocks.png\"><img width=\"678\" height=\"380\" src=\"https://buddypress.org/wp-content/uploads/1/2020/12/bp-new-blocks.png\" alt=\"Illustration showing the BuddyPress Blocks category inside the Block Editor Inserter.\" class=\"wp-image-316092\" /></a></div>\n\n\n\n<p>3 new BP Blocks are now available via your WordPress Editor. From the BuddyPress blocks category of the WordPress Block Inserter, you can pick a BP Block to feature a list of members, a list of groups or embed a public BuddyPress Activity into your post or page. Read more about it in this <a href=\"https://bpdevel.wordpress.com/2020/10/14/three-new-blocks-to-expect-in-buddypress-7-0-0/\">development note</a>.</p>\n\n\n\n<p>Here’s a quick video showing you how to insert a list of Members profile images into your home page.</p>\n\n\n\n<a href=\"https://cldup.com/pVH1gao77N.mp4\" target=\"_blank\" rel=\"noreferrer noopener\">Fullscreen</a>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"has-text-align-center\">A default profile image for the sites of your network</h2>\n\n\n\n<div class=\"wp-block-image\"><a href=\"https://buddypress.org/wp-content/uploads/1/2020/12/default-blavatar.png\"><img width=\"1099\" height=\"771\" src=\"https://buddypress.org/wp-content/uploads/1/2020/12/default-blavatar.png\" alt=\"Illustration of the BuddyPress Sites directory\" class=\"wp-image-316102\" /></a><em>Follow the white arrow to discover the new default profile image for sites.</em></div>\n\n\n\n<p>The Site Tracking component now has a default profile image it can use to make your Sites loop prettier if some of them have not customized their WordPress Site Icon. Multisite WordPress configurations will be able to find it when displaying the Sites directory. Read more about it in the <a href=\"https://bpdevel.wordpress.com/2020/11/01/meet-the-new-default-avatar-for-sites/\">development note</a>.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"has-text-align-center\">BP Nouveau is ready for Twenty Twenty-One <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f3a8.png\" alt=\"🎨\" class=\"wp-smiley\" /></h2>\n\n\n\n<a href=\"https://cldup.com/9C2ImNubyC.mp4\" target=\"_blank\" rel=\"noreferrer noopener\">Fullscreen</a>\n\n\n\n<p>You love the latest default WordPress Theme, so do we! It’s important for us to make sure the BP Nouveau template pack looks great in the default themes included in the WordPress package. This is the first of the many improvements we are bringing to our default Template Pack.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"has-text-align-center\">BP REST API improvements</h2>\n\n\n\n<div><span class=\"dashicons dashicons-rest-api\"></span></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p>The <a href=\"https://developer.buddypress.org/bp-rest-api/\">Developer documentation</a> has been updated according to the latest improvements we’ve brought to the BuddyPress REST API.</p>\n\n\n\n<p>To name two: get the groups the logged in user is a member of, and create a blog when BuddyPress is activated on a network of WordPress sites. Read this <a href=\"https://bpdevel.wordpress.com/2020/11/14/buddypress-rest-api-whats-new-in-7-0-0/\">development note</a> to learn about all the others.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"has-text-align-center\">Improved support for WP CLI</h2>\n\n\n\n<div><span class=\"dashicons dashicons-arrow-right-alt2\"></span></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p>WP-CLI is the command-line interface for WordPress. You can update plugins, configure multisite installs, and much more, all without using a web browser. In 7.0.0, you will be able to use new BuddyPress CLI commands to manage BuddyPress Group Meta, BuddyPress Activity Meta, activate or deactivate the BuddyPress signup feature and create BuddyPress-specific testing code for plugins.</p>\n\n\n\n<p>Discover more about it from this <a href=\"https://bpdevel.wordpress.com/2020/10/09/wp-cli-buddypress-2-0/\">developer note</a>.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"has-text-align-center\">Under the hood</h2>\n\n\n\n<div><span class=\"dashicons dashicons-admin-generic\"></span></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p>7.0.0 includes more than 70 changes such as image lazy loading support, multiple Member Type assignment, a Docker ready development environment to improve your BuddyPress experience as users, and as contributors to our project.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"has-text-align-center\">Many thanks to the 55 contributors who helped us build & translate BuddyPress 7.0.0</h2>\n\n\n\n<div><span class=\"dashicons dashicons-buddicons-buddypress-logo\"></span></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/oztaser/\">Adil Oztaser (oztaser)</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone B Gorges (boonebgorges)</a>, <a href=\"https://profiles.wordpress.org/sbrajesh/\">Brajesh Singh (sbrajesh)</a>, <a href=\"https://profiles.wordpress.org/corsky/\">corsky</a>, <a href=\"https://profiles.wordpress.org/dancaragea/\">Dan Caragea (dancaragea)</a>, <a href=\"https://profiles.wordpress.org/dcavins/\">David Cavins (dcavins)</a>, <a href=\"https://profiles.wordpress.org/devnik/\">devnik</a>,<a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse (dd32)</a>, <a href=\"https://profiles.wordpress.org/dragoeco/\">dragoeco</a>,<a href=\"https://profiles.wordpress.org/kebbet/\">Erik Betshammar (kebbet)</a>, <a href=\"https://profiles.wordpress.org/etatus/\">etatus</a>, <a href=\"https://github.com/ExoGeek/\">Didier Saintes (ExoGeek)</a>, <a href=\"https://profiles.wordpress.org/f2010525/\">诗语 (f2010525)</a>,<a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/mociofiletto/\">Giuseppe (mociofiletto)</a>, <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh</a>,<a href=\"https://profiles.wordpress.org/iamthewebb/\">iamthewebb</a>, <a href=\"https://profiles.wordpress.org/nobnob/\">Javier Esteban (nobnob)</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras (audrasjb)</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby (johnjamesjacoby)</a>, <a href=\"https://profiles.wordpress.org/joost-abrahams/\">Joost Abrahams (joost-abrahams)</a>, <a href=\"https://profiles.wordpress.org/k3690/\">k3690</a>, <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell (knutsp)</a>, <a href=\"https://profiles.wordpress.org/laxman-prajapati/\">Laxman Prajapati</a>, <a href=\"https://profiles.wordpress.org/lidialab/\">Lidia Pellizzaro (lidialab)</a>, <a href=\"https://profiles.wordpress.org/marbaque/\">marbaque</a>, <a href=\"https://github.com/geckse/\">Marcel Claus (geckse)</a>, <a href=\"https://profiles.wordpress.org/marioshtika/\">marioshtika</a>,<a href=\"https://profiles.wordpress.org/markscottrobson/\">Mark Robson (markscottrobson)</a>, <a href=\"https://profiles.wordpress.org/imath/\">Mathieu Viet (imath)</a>, <a href=\"https://profiles.wordpress.org/mercime/\">mercime</a>, <a href=\"https://profiles.wordpress.org/immeet94/\">Meet Makadia</a>, <a href=\"https://profiles.wordpress.org/tw2113/\">Michael Beckwith</a>, <a href=\"https://profiles.wordpress.org/man4toman/\">Morteza Geransayeh (man4toman)</a>, <a href=\"https://profiles.wordpress.org/morenolq/\">morenolq</a>, <a href=\"https://profiles.wordpress.org/n33d/\">N33D</a>, <a href=\"https://profiles.wordpress.org/oddev56/\">oddev56</a>, <a href=\"https://profiles.wordpress.org/DJPaul/\">Paul Gibbs (DJPaul)</a>, <a href=\"https://profiles.wordpress.org/walbo/\">Petter Walbø Johnsgård (walbo)</a>, <a href=\"https://profiles.wordpress.org/psmits1567/\">Peter Smits (psmits1567)</a>, <a href=\"https://profiles.wordpress.org/pooja1210/\">Pooja N Muchandikar (pooja1210)</a>, <a href=\"https://profiles.wordpress.org/raruto/\">Raruto</a>, <a href=\"https://profiles.wordpress.org/r-a-y/\">r-a-y</a>, <a href=\"https://profiles.wordpress.org/espellcaste/\">Renato Alves (espellcaste)</a>, <a href=\"https://profiles.wordpress.org/scipi/\">scipi</a>, <a href=\"https://profiles.wordpress.org/scottopolis/\">Scott Bolinger (scottopolis)</a>, <a href=\"https://profiles.wordpress.org/shanebp/\">shanebp</a>, <a href=\"https://profiles.wordpress.org/shawfactor/\">shawfactor</a>, <a href=\"https://profiles.wordpress.org/sjregan/\">sjregan</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar (netweb)</a>, <a href=\"https://profiles.wordpress.org/tharsheblows/\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">Tor-Bjorn Fjellner (tobifjellner)</a>, <a href=\"https://profiles.wordpress.org/vapvarun/\">Varun Dubey (vapvarun)</a> & <a href=\"https://profiles.wordpress.org/podporawebu/\">wp24.cz (podporawebu)</a>.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"has-text-align-center\">BuddyPress <strong>Filippi</strong></h2>\n\n\n\n<div class=\"wp-block-image\"><img width=\"150\" height=\"150\" src=\"https://buddypress.org/wp-content/uploads/1/2019/09/pizza.png\" alt=\"\" class=\"wp-image-308073\" /></div>\n\n\n\n<p>7.0.0 is code-named <strong>“Filippi”</strong> after <a rel=\"noreferrer noopener\" href=\"https://realcheesepizza.com/\" target=\"_blank\">Filippi’s Pizza Grotto</a> in lovely San Diego, California, USA. The “Grotto” is in the back room of an Italian grocery and butcher shop in Little Italy. Tall pizza lovers will have to watch out for the Chianti bottles hanging from the ceiling, but the red-and-white-checked-tablecloth atmosphere and piled-high pizza is worth it!</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"has-text-align-center\">Feedback is always welcome <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f60d.png\" alt=\"😍\" class=\"wp-smiley\" /></h2>\n\n\n\n<div><span class=\"dashicons dashicons-megaphone\"></span></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p>Receiving your feedback & suggestions for future versions of BuddyPress genuinely motivates and encourages our contributors. Please share your feedback about this version of BuddyPress in the comments area of this post. And of course, if you’ve found a bug: please tell us about it into our <a href=\"https://buddypress.org/support/\">Support forums</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, 10 Dec 2020 22:00:07 +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: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:80:\"WPTavern: State of the Word 2020 Scheduled for December 17, with Virtual Q&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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=108628\";s: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:193:\"https://wptavern.com/state-of-the-word-2020-scheduled-for-december-17-with-virtual-qa?utm_source=rss&utm_medium=rss&utm_campaign=state-of-the-word-2020-scheduled-for-december-17-with-virtual-qa\";s: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:5941:\"<p>WordCamp US 2020, previously scheduled for October, was cancelled due to <a href=\"https://wptavern.com/wordcamp-us-2020-canceled-due-to-pandemic-stress-and-online-event-fatigue\">pandemic stress and online event fatigue</a>. Organizers did not opt for running it as an online event, but Matt Mullenweg’s annual State of the Word address will be delivered virtually this year. It will be streamed on <a href=\"https://www.facebook.com/WordPress/\">Facebook</a>, <a href=\"https://www.youtube.com/wordpress\">YouTube</a>, and <a href=\"https://twitter.com/wordpress\">Twitter</a> on <a href=\"https://www.timeanddate.com/countdown/generic?iso=20201217T08&p0=224&msg=State+of+the+Word+2020&font=slab&csz=1\">Thursday, Dec 17th, 2020 at 1600 UTC</a>.</p>\n\n\n\n<p>In previous years, the State of the Word has been one the most highly anticipated keynotes at WordCamp US. Attendees pack into the venue’s auditorium in anticipation of hearing about all of the highlights and milestones the WordPress community has achieved over the past year. Mullenweg often uses the time to recast his vision for the project and deliver important announcements. </p>\n\n\n\n<p>This year has been unlike anything we have experienced before, but one thing has remained constant – WordPress’ phenomenal growth continues, as other major open source CMS’s are slowly declining. It is currently sitting at <a href=\"https://w3techs.com/technologies/details/cm-wordpress\">39.3%</a> of the Alexa top 10 million, 4.2% higher than November 2019, according to Joost de Valk’s biannual <a href=\"https://joost.blog/cms-market-share-november-2020-analysis/\">analysis</a> of the CMS market share. de Valk attributes much of that growth to WooCommerce, which accounts for more than 18% of all the WordPress sites W3techs can detect. </p>\n\n\n\n<p>Despite the global upheaval caused by the coronavirus, WordPress’ development has remained steady. More than 605 people contributed to the last major release (5.6) and there were 805 for the previous release (with 38% of them being new contributors.) In addition to reinventing WordCamps for the new virtual event frontier, the community team has also <a href=\"https://make.wordpress.org/community/2020/08/12/learn-wordpress-is-live/\">launched</a> the <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> platform to make educational resources more globally available, placing a new emphasis on training. The platform is cracking open a world of WordPress knowledge that was previously relegated to more limited in-person audiences.</p>\n\n\n\n<p>“Since we’ve collectively come to the realization that talks and training content can be delivered and consumed asynchronously, there will be less need to use the high-bandwidth time of physical events to passively watch a talk where we aren’t actively engaging with others,” WordPress community manager Hugh Lashbrooke said in a <a href=\"https://hugh.blog/2020/12/03/building-community-in-a-post-covid-world/\">post</a> with predictions on post-COVID community building. “The focus of these valuable meetings will rather be on interpersonal connection and mutual learning through active participation.”</p>\n\n\n\n<p>Lashbrooke’s predictions recognize a friction that has always existed at WordCamps: the “hallway track” is more engaging and more popular than most of the talks given at events. It’s the interpersonal connection that people crave more than turning up for sessions that are usually being recorded anyway.</p>\n\n\n\n<p>To those who have been homebound for the better part of this year, it may feel as though the world is standing still. But the WordPress community has put many meaningful changes in motion in response to the pandemic’s unique challenges. Despite all the uncertainty, WordPress is moving forward like a steady ship, with reliable improvements to the software and the community, thanks to the goodwill and cooperation of its unwavering base of contributors. This stability is worthy of commendation among this year’s milestones and is a testament to the maturity of the project.</p>\n\n\n\n<h3>Join the Virtual Q&A by Submitting a Pre-Recorded Video</h3>\n\n\n\n<p>Matt Mullenweg will be running the Q&A portion of his address virtually this year, with pre-recorded videos of questions from the audience. WordPress Executive Director Josepha Haden Chomphosy <a href=\"https://wordpress.org/news/2020/12/state-of-the-word-2020/\">outlined</a> the instructions for participating:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>To take part, record a video of you asking your question to Matt on your computer or phone (landscape format, please). Don’t forget to include your name and how you use WordPress! Try to keep your video to under a minute so Matt can answer as many questions as possible. </p></blockquote>\n\n\n\n<p>There are some positive aspects of this method but also a few drawbacks. It can create a more polished and efficient experience of Q&A where the audience is less likely to have to sit through long, rambling questions. It also allows equal opportunity for people living in all time zones to submit a question.</p>\n\n\n\n<p>On the other hand, the questions will be screened and pre-selected, allowing more preparation time for the answers. A live Q&A offers the opportunity to catch the person off guard and get answers that might not be delivered the same way in a different format. Pre-recorded videos have a few trade-offs but they may be the best option we have for this event.</p>\n\n\n\n<p>The deadline to submit video questions is Friday, December 11, 2020. Haden recommends participants upload their videos to YouTube as “<a href=\"https://support.google.com/youtube/answer/157177\">unlisted</a>” and send a link to <a href=\"mailto:ask-matt@wordcamp.org\">ask-matt@wordcamp.org</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, 10 Dec 2020 05:57: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: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: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:93:\"WPTavern: WordPress 5.6 “Simone” Includes New Twenty Twenty-One Theme and Improved 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=108446\";s: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/wordpress-5-6-simone-includes-new-twenty-twenty-one-theme-and-improved-editor?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-5-6-simone-includes-new-twenty-twenty-one-theme-and-improved-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:9657:\"<img />Nina Simone<br />License: CC0 | Credit: <a href=\"https://commons.wikimedia.org/wiki/File:Nina_Simone_geeft_een_interview_in_het_Hilton_in_Amsterdam_in_het_kader_van_haar_nieuwe_album_%27Pastel_Blues%27,_NL-HlmNHA_1478_03720_K.JPG\">Noord-Hollands Archief / Fotoburo de Boer</a>\n\n\n\n<p class=\"has-drop-cap\">WordPress 5.6 “Simone,” named in honor of American performer and civil rights activist Nina Simone, was <a href=\"https://wordpress.org/news/2020/12/simone/\">released today</a> and is now available for download. The release was led by an <a href=\"https://wptavern.com/wordpress-5-6-development-kicks-off-with-all-women-release-squad\">all-women release squad</a>, a first in WordPress history. The new version includes many enhancements for the block editor, accessibility improvements, application password support for the REST API, and a new default theme.</p>\n\n\n\n<p>This release saw contributions from 605 volunteers who were involved with almost 350 Trac tickets and over 1,000 pull requests on GitHub.</p>\n\n\n\n<p>The following women formed the release squad for the 5.6 release:</p>\n\n\n\n<ul><li><strong>Release Lead:</strong> Josepha Haden. Cohort: Chloé Bringmann and Angela Jin.</li><li><strong>Release Coordinator:</strong> Dee Teal. Cohort: Thelma Mutete and Laura Nelson.</li><li><strong>Triage Lead:</strong> Tonya Mork.</li><li><strong>Core Tech Lead:</strong> Helen Hou-Sandì. Cohort: Amy Kamala and Ebonie Butler.</li><li><strong>Editor Tech Lead: </strong>Isabel Brison. Cohort: Chandrika Guntur, Anchen le Roux, and Rebecca Hum.</li><li><strong>Design Leads:</strong> Ellen Bauer and Tammie Lister. Cohort: Anyssa Ferreira, Estela Rueda, Tracy Apps, and Sophia DeRosia.</li><li><strong>Design Tech Lead:</strong> Shital Marakana.</li><li><strong>Accessibility Lead:</strong> Sarah Ricker. Cohort: Hauwa Abashiya.</li><li><strong>Marketing and Communications Leads:</strong> Abha Thakor and Yvette Sonneveld. Cohort: Nalini Thakor, Meher Bala, Olga Gleckler, Larissa Murrillo, Michelle Frechette, Breann McDede, and Afshana Diya.</li><li><strong>Documentation Lead:</strong> Shawntelle Coker. Cohort: Daisy Olsen, Meher Bala, and Winstina Hughes.</li><li><strong>Documentation Review Lead:</strong> Michele Butcher-Jones. Cohort: Nidhi Jain and Laura Byrne Cristiano.</li><li><strong>Default Theme Design Lead:</strong> Mel Choyce-Dwan. Cohort: Ellen Bauer.</li><li><strong>Default Theme Development Lead:</strong> Carolina Nymark. Cohort: Kelly Choyce-Dwan and Jessica Lyschik.</li><li><strong>Default Theme Wrangler:</strong> Jessica Lyschik.</li><li><strong>Test Lead: </strong>Monika Rao. Cohort: Allie Nimmons.</li><li><strong>Support Lead:</strong> Bet Hannon.</li></ul>\n\n\n\n<p>At times, the 5.6 development cycle felt a bit rocky. Block-based <a href=\"https://wptavern.com/wordpress-5-6-release-team-pulls-the-plug-on-block-based-widgets\">widgets</a> and <a href=\"https://wptavern.com/navigation-screen-sidelined-for-wordpress-5-6-full-site-editing-edges-closer-to-public-beta\">nav menus</a>, features expected to ship, were punted for a second time to a future release. These were hard decisions, but good leadership means making tough calls to hold off on features that are not ready for production.</p>\n\n\n\n<p>“You know, I was really hopeful for it too, and that last-minute call was one I labored over,” said Josepha Haden after pushing block-based widgets back. “When I last looked, it did seem close to ready, but then more focused testing was done and there were some interactions that are a little rough for users. I’m grateful for that because the time to discover painful user experiences is before launch rather than after!”</p>\n\n\n\n<p>Despite dropping what would have been major transitional features from the classic WordPress theming paradigm in preparation for WordPress 5.7’s expected site editor, the release still has a lot to offer.</p>\n\n\n\n<h2>Block Editor Enhancements</h2>\n\n\n\n<img />New dropdown for selecting block pattern category.\n\n\n\n<p class=\"has-drop-cap\">The Gutenberg plugin development team continues to make small but vital improvements to the block editor. They have also tacked on many new features in the past few months. Features from Gutenberg versions 8.6 – 9.2 are included in the update, along with bug fixes and performance improvements from 9.3 and 9.4.</p>\n\n\n\n<p>Much of the work this development cycle has been focused on the upcoming site editor. There was some initial hope that a beta version of it would land in the 5.6 release. It was a part of the proposed scope. However, the feature is still months away from being ready. This is not a bad thing. It needs more time to mature, and there should be no rush in integrating a feature that affects so many pieces of the platform.</p>\n\n\n\n<p>What end-users will see with this update is a more polished editor. Whether it is extra options for blocks or a dropdown select for block pattern categories, hundreds of minor changes have all led to a better overall experience.</p>\n\n\n\n<p>WP Tavern has covered nearly every major Gutenberg plugin release this cycle — <em>looks like we missed 8.8, sorry</em>. Catch up with anything you missed about editor changes from the following posts:</p>\n\n\n\n<ul><li><a href=\"https://wptavern.com/gutenberg-8-6-adds-cover-block-video-positioning-and-updates-block-patterns\">Gutenberg 8.6 Adds Cover Block Video Positioning and Updates Block Patterns</a></li><li><a href=\"https://wptavern.com/gutenberg-8-7-adds-minor-changes-updates-block-pattern-designs-and-continues-full-site-editing-work\">Gutenberg 8.7 Adds Minor Changes, Updates Block Pattern Designs, and Continues Full-Site Editing Work</a></li><li><a href=\"https://wptavern.com/gutenberg-8-9-brings-block-based-widgets-out-of-the-experimental-stage\">Gutenberg 8.9 Brings Block-Based Widgets Out of the Experimental Stage</a></li><li><a href=\"https://wptavern.com/gutenberg-9-0-brings-major-improvements-to-navigation-screen-and-query-block\">Gutenberg 9.0 Brings Major Improvements to Navigation Screen and Query Block</a></li><li><a href=\"https://wptavern.com/gutenberg-9-1-adds-patterns-category-dropdown-and-reverts-block-based-widgets-in-the-customizer\">Gutenberg 9.1 Adds Patterns Category Dropdown and Reverts Block-Based Widgets in the Customizer</a></li><li><a href=\"https://wptavern.com/gutenberg-9-2-adds-video-tracks-improvements-to-columns-and-cover-blocks\">Gutenberg 9.2 Adds Video Tracks, Improvements to Columns and Cover Blocks</a></li><li><a href=\"https://wptavern.com/gutenberg-9-3-provides-indicator-of-where-full-site-editing-is-going-a-future-without-widgets-and-customizer-screens\">Gutenberg 9.3 Provides Indicator of Where Full-Site Editing Is Going, a Future Without Widgets and Customizer Screens</a></li><li><a href=\"https://wptavern.com/gutenberg-9-4-introduces-button-width-selector-and-typography-controls-for-list-block\">Gutenberg 9.4 Introduces Button Width Selector and Typography Controls for List Block</a></li></ul>\n\n\n\n<h2>Twenty Twenty-One Theme</h2>\n\n\n\n<img />Inserting a Twenty Twenty-One block pattern into a post.\n\n\n\n<p class=\"has-drop-cap\">Twenty Twenty-One, <a href=\"https://wptavern.com/first-look-at-twenty-twenty-one-wordpresss-upcoming-default-theme\">the new default theme</a> for the upcoming year, takes full advantage of all the latest and greatest features of the block editor. While last year’s Twenty Twenty theme had a successful launch, the development team behind the new default has had more time to explore building themes in the block era.</p>\n\n\n\n<p>The theme makes use of more visual artistry. It will not be for everyone. It offers a wide range of color schemes for end-users, but it lends itself best to bloggers and other creators who prefer a bit of flair with their website’s design.</p>\n\n\n\n<p>The best thing is that it pushes the envelope with the block patterns feature, which was not available when Twenty Twenty landed a year ago. Older default themes will be <a href=\"https://wptavern.com/past-twenty-wordpress-themes-to-get-new-block-patterns\">getting the block-pattern treatment</a>. However, Twenty Twenty-One will be the first default built with custom patterns in mind from the get-go.</p>\n\n\n\n<p>For users who cannot wait for the site editor to land in WordPress, expected in some form in the 5.7 release, there is an alternate <a href=\"https://wptavern.com/twenty-twenty-one-blocks-theme-launching-as-a-separate-project\">Twenty Twenty-One Blocks</a> theme to tinker with.</p>\n\n\n\n<h2>Application Passwords for the REST API</h2>\n\n\n\n<p class=\"has-drop-cap\">Despite being a part of the core platform since 2015, the REST API has lacked support for application passwords. Such a feature is vital for third-party applications to communicate with WordPress. Previously, requests had to be run through cookie and nonce-based authentication. Else, they would need to use the legacy XML-RPC API. This limitation has also affected the mobile WordPress development teams, making it tough to support the block editor, which relies on the REST API.</p>\n\n\n\n<p>The <a href=\"https://wptavern.com/wordpress-5-6-to-introduce-application-passwords-for-rest-api-authentication\">application passwords feature</a> will make it easier for applications to make API requests as well as request and revoke credentials.</p>\n\n\n\n<p>The REST API promised a future for all types of applications built upon and around WordPress. However, this vision has not panned out over the years on a broad scale. With a major limiting factor removed, perhaps there is still hope for robust applications in the coming years.</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, 09 Dec 2020 00:07:16 +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: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:38:\"WPTavern: Automattic Acquires MailPoet\";s: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=108663\";s: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:121:\"https://wptavern.com/automattic-acquires-mailpoet?utm_source=rss&utm_medium=rss&utm_campaign=automattic-acquires-mailpoet\";s: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:3584:\"<p>Automattic has <a href=\"https://www.mailpoet.com/blog/mailpoet-joins-woocommerce/\">acquired MailPoet</a>, a popular email marketing solution for WordPress, to give WooCommerce store owners more integrated email management capabilities in the admin. The plugin is used by more than 300,000 websites for everything from building a mailing list to managing transaction and abandoned cart emails. The nine-year old company is now a team of 11 that will be joining Automattic.</p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/mailpoet/\">MailPoet</a> launched in 2011 under the name WYSIJA (“What you send is just awesome”), a branding misstep that founder and CEO Kim Gjerstad readily <a href=\"https://freemius.com/blog/interview-kim-gjerstad-mailpoet/\">acknowledged</a> as “a terrible idea.” The name was difficult to spell and remember. It was changed early on but the company was stuck with the “WYSIJA” slug in the WordPress plugins directory, a common issue for many plugins that have rebranded. </p>\n\n\n\n<p>When MailPoet version 3 was released in 2017, the company was finally able to get the “mailpoet” slug in the plugin’s URL on WordPress.org. Version 2, which still has more than 100,000 users, has support for multisite and uses the old email designer, among other <a href=\"https://kb.mailpoet.com/article/189-comparison-of-mailpoet-2-and-3\">differences</a>. MailPoet 2 has received security updates for the past three years and plans to continue these following the acquisition.</p>\n\n\n\n<p>Gjerstad reported that nearly a quarter of MailPoet users are running WooCommerce stores. The plugin’s developers have been <a href=\"https://www.mailpoet.com/woocommerce-email-marketing/\">expanding its WooCommerce functionality</a> over the past three years with features that help store owners catch customers’ emails at checkout, measure revenue per email, send automated emails using purchase data based on products purchased or product categories, customize store emails, and recover abandoned carts. </p>\n\n\n\n<p>Earlier this year MailPoet <a href=\"https://www.mailpoet.com/blog/mailpoet-smtp-plugin/\">introduced its own SMTP solution</a> to ensure emails sent from the plugin land in recipients’ inboxes, instead of flagged as spam. This silent background feature includes store emails as well, bringing higher deliverability without users having to depend on separate SMTP plugins.</p>\n\n\n\n<p>In WooCommerce’s acquisition <a href=\"https://woocommerce.com/posts/better-email-marketing-woocommerce-welcomes-mailpoet/\">announcement</a>, CEO Paul Maiorana said adding MailPoet “helps accelerate our roadmap toward a fully-integrated commerce experience.” Last year Maiorana and Gjerstad met at WordCamp U.S. and exchanged ideas about a partnership.</p>\n\n\n\n<p>“As our conversation progressed in the following months, we came to realize that we shared a common vision for stores; with store owners being able to access email right in their dashboard,” Gjerstad said.</p>\n\n\n\n<p> Maiorana said Automattic’s initial focus of the acquisition is to work together on improving the experience for WooCommerce users, but the company plans to “evolve our collaboration in a way that can benefit the entire WordPress community.” MailPoet’s FAQ’s on the announcement reiterate that all WordPress users will continue to be able to use the plugin, even if they do not have a WooCommerce store. There are no immediate changes planned for the plugin’s features.</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, 09 Dec 2020 00:00: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: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:46:\"WordPress.org blog: WordPress 5.6 “Simone”\";s: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=9325\";s: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:42:\"https://wordpress.org/news/2020/12/simone/\";s: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:58911:\"<p>Meet Simone, our latest and greatest WordPress release. Named for the legendary performer Nina Simone, who is known for tunes like “Feeling Good”, “Young, Gifted and Black”, and “Four Women”. Fire up a playlist with her best work and read on to discover what we have in store for you. </p>\n\n\n\n<img width=\"632\" height=\"633\" src=\"https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?resize=632%2C633&ssl=1\" alt=\"WordPress 5.6 Simone with a photo of Nina Simone\" class=\"wp-image-9416\" />\n\n\n\n<div class=\"wp-block-cover has-background-dim\"><div class=\"wp-block-cover__inner-container\">\n<p class=\"has-text-align-center has-black-color has-text-color has-background has-large-font-size\">Welcome to WordPress 5.6</p>\n<h3 class=\"has-text-align-center has-black-color has-text-color\">Sharing your stories has never been easier.</h3>\n</div></div>\n\n\n\n<p>WordPress 5.6 brings you countless ways to set your ideas free and bring them to life. With a brand-new default theme as your canvas, it supports an ever-growing collection of blocks as your brushes. Paint with words. Pictures. Sound. Or rich embedded media.</p>\n\n\n\n<img width=\"632\" height=\"234\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-1.jpeg?resize=632%2C234&ssl=1\" alt=\"colored circles\" class=\"wp-image-9346\" />\n\n\n\n<h3>Greater layout flexibility</h3>\n\n\n\n<p>Bring your stories to life with more tools that let you edit your layout with or without code. Single column blocks, designs using mixed widths and columns, full-width headers, and gradients in your cover block—make small changes or big statements with equal ease!</p>\n\n\n\n<h3>More block patterns</h3>\n\n\n\n<p>In some themes, preconfigured block patterns make setting up standard pages on your site a breeze. Let the power of patterns streamline your workflow and save you clicks. Plus, share these features with clients, editors, and more.</p>\n\n\n\n<h3>Better video captioning</h3>\n\n\n\n<p>To help you add subtitles or captions to your videos, you can now upload them within your post or page. This makes it easier than ever to make your videos accessible for anyone who needs or prefers to use subtitles.</p>\n\n\n\n<img width=\"632\" height=\"120\" src=\"https://i2.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-2.jpeg?resize=632%2C120&ssl=1\" alt=\"black vertical line\" class=\"wp-image-9347\" />\n\n\n\n<h2>Twenty Twenty-One is here!</h2>\n\n\n\n<a href=\"https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?ssl=1\"><img width=\"632\" height=\"714\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=632%2C714&ssl=1\" alt=\"Examples of block patterns available in Twenty Twenty-One.\" class=\"wp-image-9426\" /></a>\n\n\n\n<p>Twenty Twenty-One is a blank canvas for your ideas, and the block editor is the best brush. It is built for the block editor and packed with brand-new block patterns you can only get in the default themes. Try different layouts in a matter of seconds, and let the theme’s eye-catching, yet timeless design make your work shine. </p>\n\n\n\n<p>What’s more, this default theme puts accessibility at the heart of your website. It conforms to the <a href=\"https://make.wordpress.org/themes/handbook/review/accessibility/\">WordPress accessibility-ready guidelines</a> and addresses several more specialized standards from the <a href=\"https://www.w3.org/WAI/WCAG2AAA-Conformance\">Web Content Accessibility Guidelines (WCAG) 2.1 at level AAA</a>. It will help you meet the highest level of international accessibility standards when you create accessible content and choose plugins which are accessible too!</p>\n\n\n\n<h3>A rainbow of soft pastels</h3>\n\n\n\n<a href=\"https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?ssl=1\"><img width=\"632\" height=\"167\" src=\"https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=632%2C167&ssl=1\" alt=\"A mobile screenshot of each included color palette in Twenty Twenty-One, going in ROYGBIV order.\" class=\"wp-image-9424\" /></a>\n\n\n\n<p>Perfect for a new year, Twenty Twenty-One gives you a range of pre-selected color palettes in pastel, all of which conform to AAA standards for contrast. You can also choose your own background color for the theme, and the theme chooses accessibility-conscious text colors for you — automatically!</p>\n\n\n\n<p>Need more flexibility than that? You can also choose your own color palette from the color picker.</p>\n\n\n\n<img width=\"632\" height=\"151\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-3.jpeg?resize=632%2C151&ssl=1\" alt=\"colored circles\" class=\"wp-image-9351\" />\n\n\n\n<h2>Improvements for everyone</h2>\n\n\n\n<h3>Expanding auto-updates</h3>\n\n\n\n<p>For years, only developers have been able to update WordPress automatically. But now you have that option, right in your dashboard. If this is your first site, you have auto-updates ready to go, right now! Upgrading an existing site? No problem! Everything is the same as it was before.</p>\n\n\n\n<h3>Accessibility Statement </h3>\n\n\n\n<p>Even if you’re not an expert, you can start letting others know about your site’s commitment to accessibility! The new <a href=\"https://github.com/10degrees/accessibility-statement-plugin\">feature plugin</a> includes template copy for you to edit and publish, and it’s written to support different contexts and jurisdictions. </p>\n\n\n\n<h3>Built-in Patterns</h3>\n\n\n\n<p>If you’ve not had the chance to play with block patterns yet, all default themes now feature a range of block patterns that let you master complex layouts with minimal effort. Customize the patterns to your liking with the copy, images, and colors that fit your story or brand. </p>\n\n\n\n<img width=\"632\" height=\"185\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress-5-6-4.jpeg?resize=632%2C185&ssl=1\" alt=\"colored and textured rectangles\" class=\"wp-image-9352\" />\n\n\n\n<h2>For developers</h2>\n\n\n\n<h3>REST API authentication with Application Passwords</h3>\n\n\n\n<p>Thanks to the API’s new Application Passwords authorization feature, third-party apps can connect to your site seamlessly and securely. This new REST API feature lets you see what apps are connecting to your site and control what they do. </p>\n\n\n\n<h3>More PHP 8 support</h3>\n\n\n\n<p>5.6 marks the first steps toward WordPress Core support for PHP 8. Now is a great time to start planning how your WordPress products, services, and sites can support the latest PHP version. For more information about what to expect next, <a href=\"https://make.wordpress.org/core/2020/11/23/wordpress-and-php-8-0/\">read the PHP 8 developer note</a>.</p>\n\n\n\n<h3>jQuery</h3>\n\n\n\n<p>Updates to jQuery in WordPress take place across three releases 5.5, 5.6, and 5.7. As we reach the mid-point of this process, <a href=\"https://wordpress.org/plugins/wp-jquery-update-test/\">run the update test plugin to check your sites for errors</a> ahead of time. </p>\n\n\n\n<p>If you find issues with the way your site looks ( e.g. a slider doesn’t work, a button is stuck — that sort of thing), install <a href=\"https://wordpress.org/plugins/enable-jquery-migrate-helper/\">the jQuery Migrate plugin</a>.</p>\n\n\n\n<h3>Check out the Field Guide</h3>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2020/11/20/wordpress-5-6-field-guide/\">Read about the latest version of WordPress in this guide.</a> It highlights developer notes for each change in the release. </p>\n\n\n\n<div class=\"wp-block-cover has-background-dim\"><div class=\"wp-block-cover__inner-container\">\n<p class=\"has-text-align-center has-black-color has-text-color has-background has-large-font-size\">“It’s a new day, it’s a new life for me….and I’m feeling good.”</p>\n<h3 class=\"has-text-align-center has-black-color has-text-color\">~Nina Simone</h3>\n</div></div>\n\n\n\n<h2>The Squad</h2>\n\n\n\n<p>The WordPress 5.6 release comes to you from an all-women and non-binary identifying release squad: </p>\n\n\n\n<ul><li><strong>Release Lead:</strong> Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\">@chanthaboune</a>). Cohort: Chloé Bringmann (<a href=\"https://profiles.wordpress.org/cbringmann/\">@cbringmann</a>) and Angela Jin (<a href=\"https://profiles.wordpress.org/angelasjin/\">@angelasjin</a>).</li><li><strong>Release Coordinator:</strong> Dee Teal (<a href=\"https://profiles.wordpress.org/thewebprincess/\">@thewebprincess</a>). Cohort: Thelma Mutete (<a href=\"https://profiles.wordpress.org/thelmachido/\">@thelmachido</a>) and Laura Nelson (<a href=\"https://profiles.wordpress.org/laurora/\">@laurora</a>).</li><li><strong>Triage Lead:</strong> Tonya Mork (<a href=\"https://profiles.wordpress.org/hellofromtonya/\">@hellofromtonya</a>). </li><li><strong>Core Tech Lead:</strong> Helen Hou-Sandì (<a href=\"https://profiles.wordpress.org/helen/\">@helen</a>). Cohort: Amy Kamala (<a href=\"https://profiles.wordpress.org/amykamala/\">@amykamala</a>) and Ebonie Butler (<a href=\"https://profiles.wordpress.org/metalandcoffee/\">@metalandcoffee</a>).</li><li><strong>Editor Tech Lead:</strong> Isabel Brison (<a href=\"https://profiles.wordpress.org/isabel_brison/\">@isabel_brison</a>). Cohort: Chandrika Guntur (<a href=\"https://profiles.wordpress.org/cguntur/\">@cguntur</a>), Anchen le Roux (<a href=\"https://profiles.wordpress.org/anchenlr/\">@anchenlr</a>), and Rebecca Hum (<a href=\"https://profiles.wordpress.org/rebasaurus/\">@rebasaurus</a>).</li><li><strong>Design Leads:</strong> Ellen Bauer (<a href=\"https://profiles.wordpress.org/elmastudio/\">@elmastudio</a>) and Tammie Lister (<a href=\"https://profiles.wordpress.org/karmatosed/\">@karmatosed</a>). Cohort: Anyssa Ferreira (<a href=\"https://profiles.wordpress.org/anyssa/\">@anyssa</a>), Estela Rueda (<a href=\"https://profiles.wordpress.org/estelaris/\">@estelaris</a>), Tracy Apps (<a href=\"https://profiles.wordpress.org/tray/\">@tray</a>), and Sophia DeRosia (<a href=\"https://profiles.wordpress.org/eringoblog/\">@eringoblog</a>).</li><li><strong>Design Tech Lead:</strong> Shital Marakana (<a href=\"https://profiles.wordpress.org/shital-patel/\">@shital-patel</a>).</li><li><strong>Accessibility Lead:</strong> Sarah Ricker (<a href=\"https://profiles.wordpress.org/sarahricker/\">@sarahricke<strong>r</strong></a>). Cohort: Hauwa Abashiya (<a href=\"https://profiles.wordpress.org/azhiyadev/\">@azhiyadev</a>).</li><li><strong>Marketing & Communications Leads:</strong> Abha Thakor (<a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>) and Yvette Sonneveld (<a href=\"https://profiles.wordpress.org/yvettesonneveld/\">@yvettesonneveld</a>). Cohort: Nalini Thakor (<a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\">@nalininonstopnewsuk</a>), Meher Bala (<a href=\"https://profiles.wordpress.org/meher/\">@meher</a>), Olga Gleckler (<a href=\"https://profiles.wordpress.org/oglekler/\">@ogleckler</a>), Larissa Murrillo (<a href=\"https://profiles.wordpress.org/lmurillom/\">@lmurillom</a>), Michelle Frechette (<a href=\"https://profiles.wordpress.org/michelleames/\">@michelleames</a>), Breann McDede (<a href=\"https://profiles.wordpress.org/bmcdede/\">@bmcdede</a>), and Afshana Diya (<a href=\"https://profiles.wordpress.org/afshanadiya/\">@afshanadiya</a>).</li><li><strong>Documentation Lead: </strong>Shawntelle Coker (<a href=\"https://profiles.wordpress.org/sncoker/\">@sncoker</a>). Cohort: Daisy Olsen (<a href=\"https://profiles.wordpress.org/daisyo/\">@DaisyO</a>), Meher Bala (<a href=\"https://profiles.wordpress.org/meher/\">@meher</a>), Winstina Hughes (<a href=\"https://profiles.wordpress.org/planningwrite/\">@planningwrite</a>).</li><li><strong>Documentation Review Lead:</strong> Michele Butcher-Jones (<a href=\"https://profiles.wordpress.org/m_butcher/\">@m_butcher</a>). Cohort: Nidhi Jain (<a href=\"https://profiles.wordpress.org/jainnidhi/\">@jainnidhi</a>), Laura Byrne Cristiano (<a href=\"https://wordpress.org/support/users/newyorkerlaura/\">@newyorkerlaura</a>).</li><li><strong>Default Theme Design Lead:</strong> Mel Choyce-Dwan (<a href=\"https://profiles.wordpress.org/melchoyce/\">@melchoyce</a>). Cohort: Ellen Bauer (<a href=\"https://profiles.wordpress.org/elmastudio/\">@elmastudio</a>).</li><li><strong>Default Theme Development Lead:</strong> Carolina Nymark (<a href=\"https://profiles.wordpress.org/poena/\">@poena</a>). Cohort: Kelly Choyce-Dwan (<a href=\"https://profiles.wordpress.org/ryelle/\">@ryelle</a>) and Jessica Lyschik (<a href=\"https://profiles.wordpress.org/luminuu/\">@luminuu</a>).</li><li><strong>Default Theme Wrangler:</strong> Jessica Lyschik (<a href=\"https://profiles.wordpress.org/luminuu/\">@luminuu</a>).</li><li><strong>Test Lead:</strong> Monika Rao (<a href=\"https://profiles.wordpress.org/monikarao/\">@monikarao</a>). Cohort: Allie Nimmons (<a href=\"https://profiles.wordpress.org/alliennimmons/\">@alliennimmons</a>).</li><li><strong>Support Lead:</strong> Bet Hannon (<a href=\"https://profiles.wordpress.org/bethannon1/\">@bethannon1</a>).</li></ul>\n\n\n\n<p>As always, this release reflects the hard work of 605 generous volunteer contributors. They collaborated on nearly 350 tickets on Trac and over 1,000 pull requests on GitHub.</p>\n\n\n\n<a href=\"https://profiles.wordpress.org/zgrkaralar/\">Özgür KARALAR</a>, <a href=\"https://profiles.wordpress.org/1naveengiri/\">1naveengiri</a>, <a href=\"https://profiles.wordpress.org/a5hleyrich/\">A5hleyRich</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/abderrahman/\">abderrahman</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a>, <a href=\"https://profiles.wordpress.org/abhijitrakas/\">Abhijit Rakas</a>, <a href=\"https://profiles.wordpress.org/pokhriyal/\">Abhishek Pokhriyal</a>, <a href=\"https://profiles.wordpress.org/acosmin/\">acosmin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zielinski</a>, <a href=\"https://profiles.wordpress.org/addiestavlo/\">Addie</a>, <a href=\"https://profiles.wordpress.org/adriandegrafreak/\">Adrián de Grafreak</a>, <a href=\"https://profiles.wordpress.org/adriantirusli/\">Adrianti Rusli</a>, <a href=\"https://profiles.wordpress.org/afshanadiya/\">Afshana Diya</a>, <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Chaion</a>, <a href=\"https://profiles.wordpress.org/elgameel/\">Ahmed Elgameel</a>, <a href=\"https://profiles.wordpress.org/ajensen/\">ajensen</a>, <a href=\"https://profiles.wordpress.org/ajitbohra/\">Ajit Bohra</a>, <a href=\"https://profiles.wordpress.org/atachibana/\">Akira Tachibana</a>, <a href=\"https://profiles.wordpress.org/aktasfatih/\">aktasfatih</a>, <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juhé Lluveras</a>, <a href=\"https://profiles.wordpress.org/albertomake/\">albertomake</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/akirk/\">Alex Kirk</a>, <a href=\"https://profiles.wordpress.org/cawa-93/\">Alex Kozack</a>, <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a>, <a href=\"https://profiles.wordpress.org/viper007bond/\">Alex Mills</a>, <a href=\"https://profiles.wordpress.org/alexstandiford/\">Alex Standiford</a>, <a href=\"https://profiles.wordpress.org/alexstine/\">Alex Stine</a>, <a href=\"https://profiles.wordpress.org/allancole/\">allancole</a>, <a href=\"https://profiles.wordpress.org/alliennimmons/\">Allie Nimmons</a>, <a href=\"https://profiles.wordpress.org/ambienthack/\">ambienthack</a>, <a href=\"https://profiles.wordpress.org/wpamitkumar/\">Amit Dudhat</a>, <a href=\"https://profiles.wordpress.org/amolv/\">Amol Vhankalas</a>, <a href=\"https://profiles.wordpress.org/amykamala/\">Amy Kamala</a>, <a href=\"https://profiles.wordpress.org/anandau14/\">Anand Upadhyay</a>, <a href=\"https://profiles.wordpress.org/anchenlr/\">Anchen le Roux</a>, <a href=\"https://profiles.wordpress.org/anlino/\">Anders Norén</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andreamiddleton/\">Andrea Middleton</a>, <a href=\"https://profiles.wordpress.org/baicusandrei/\">Andrei Baicus</a>, <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a>, <a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/nacin/\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rarst/\">Andrey \"Rarst\" Savchenko</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/andy/\">Andy Skelton</a>, <a href=\"https://profiles.wordpress.org/andystitt829/\">Andy Stitt</a>, <a href=\"https://profiles.wordpress.org/akissz/\">Angel Hess</a>, <a href=\"https://profiles.wordpress.org/angelasjin/\">Angela Jin</a>, <a href=\"https://profiles.wordpress.org/wpgurudev/\">Ankit Gade</a>, <a href=\"https://profiles.wordpress.org/ankitmaru/\">Ankit Panchal</a>, <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a>, <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/ahortin/\">Anthony Hortin</a>, <a href=\"https://profiles.wordpress.org/antonlukin/\">Anton Lukin</a>, <a href=\"https://profiles.wordpress.org/antonisme/\">Antonis Lilis</a>, <a href=\"https://profiles.wordpress.org/anuj2/\">anuj2</a>, <a href=\"https://profiles.wordpress.org/anyssa/\">Anyssa Ferreira</a>, <a href=\"https://profiles.wordpress.org/apedog/\">apedog</a>, <a href=\"https://profiles.wordpress.org/apermo/\">Apermo</a>, <a href=\"https://profiles.wordpress.org/archduck/\">archduck</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/arippberger/\">arippberger</a>, <a href=\"https://profiles.wordpress.org/arjendejong/\">arjendejong</a>, <a href=\"https://profiles.wordpress.org/arnaudban/\">ArnaudBan</a>, <a href=\"https://profiles.wordpress.org/arpitgshah/\">Arpit G Shah</a>, <a href=\"https://profiles.wordpress.org/passoniate/\">Arslan Ahmed</a>, <a href=\"https://profiles.wordpress.org/akkspro/\">Arslan Ahmed Kalwar</a>, <a href=\"https://profiles.wordpress.org/asvinballoo/\">Asvin Balloo</a>, <a href=\"https://profiles.wordpress.org/tacitonic/\">Atharva Dhekne</a>, <a href=\"https://profiles.wordpress.org/austyfrosty/\">Austin Passy</a>, <a href=\"https://profiles.wordpress.org/austin880625/\">austin880625</a>, <a href=\"https://profiles.wordpress.org/avixansa/\">avixansa</a>, <a href=\"https://profiles.wordpress.org/ayesh/\">ayesh</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/backups/\">BackuPs</a>, <a href=\"https://profiles.wordpress.org/barry/\">Barry</a>, <a href=\"https://profiles.wordpress.org/bartczyz/\">Bart Czyz</a>, <a href=\"https://profiles.wordpress.org/bduclos/\">bduclos</a>, <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a>, <a href=\"https://profiles.wordpress.org/benmeredithgmailcom/\">Ben Meredith</a>, <a href=\"https://profiles.wordpress.org/kau-boy/\">Bernhard Kau</a>, <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernhard Reiter</a>, <a href=\"https://profiles.wordpress.org/bethannon1/\">Bet Hannon</a>, <a href=\"https://profiles.wordpress.org/bethsoderberg/\">Beth Soderberg</a>, <a href=\"https://profiles.wordpress.org/bgermann/\">bgermann</a>, <a href=\"https://profiles.wordpress.org/hareshlive/\">Bhagvan Mangukiya</a>, <a href=\"https://profiles.wordpress.org/bhautikvirani/\">bhautikvirani</a>, <a href=\"https://profiles.wordpress.org/bananastalktome/\">Billy S</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/boldgrid/\">BoldGrid</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/bradyvercher/\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/bpayton/\">Brandon Payton</a>, <a href=\"https://profiles.wordpress.org/bmcdede/\">Breann McDede</a>, <a href=\"https://profiles.wordpress.org/bmillersw/\">Brent Miller</a>, <a href=\"https://profiles.wordpress.org/brentswisher/\">Brent Swisher</a>, <a href=\"https://profiles.wordpress.org/brianhenryie/\">Brian Henry</a>, <a href=\"https://profiles.wordpress.org/brianhogg/\">Brian Hogg</a>, <a href=\"https://profiles.wordpress.org/bridgetwillard/\">bridgetwillard</a>, <a href=\"https://profiles.wordpress.org/brijeshb42/\">brijeshb42</a>, <a href=\"https://profiles.wordpress.org/burhandodhy/\">Burhan Nasir</a>, <a href=\"https://profiles.wordpress.org/icaleb/\">Caleb Burks</a>, <a href=\"https://profiles.wordpress.org/calin/\">Calin Don</a>, <a href=\"https://profiles.wordpress.org/cvoell/\">Cameron Voell</a>, <a href=\"https://profiles.wordpress.org/campusboy1987/\">campusboy</a>, <a href=\"https://profiles.wordpress.org/carike/\">Carike</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/carolinegeven/\">Caroline</a>, <a href=\"https://profiles.wordpress.org/ceyhun0/\">ceyhun0</a>, <a href=\"https://profiles.wordpress.org/chadreitsma/\">Chad Reitsma</a>, <a href=\"https://profiles.wordpress.org/cguntur/\">Chandrika Guntur</a>, <a href=\"https://profiles.wordpress.org/cpapazoglou/\">Charalampos Papazoglou</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/chexwarrior/\">chexwarrior</a>, <a href=\"https://profiles.wordpress.org/chintan1896/\">Chintan hingrajiya</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/alexandec/\">Chris Alexander</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/chriscct7/\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/ctmartin0/\">Christian Martin</a>, <a href=\"https://profiles.wordpress.org/christophherr/\">Christoph Herr</a>, <a href=\"https://profiles.wordpress.org/vimes1984/\">Christopher Churchill</a>, <a href=\"https://profiles.wordpress.org/chunkysteveo/\">chunkysteveo</a>, <a href=\"https://profiles.wordpress.org/claudiulodro/\">Claudiu Lodromanean</a>, <a href=\"https://profiles.wordpress.org/claytoncollie/\">Clayton Collie</a>, <a href=\"https://profiles.wordpress.org/collizo4sky/\">Collins Agbonghama</a>, <a href=\"https://profiles.wordpress.org/commeuneimage/\">Commeuneimage</a>, <a href=\"https://profiles.wordpress.org/copons/\">Copons</a>, <a href=\"https://profiles.wordpress.org/salzano/\">Corey Salzano</a>, <a href=\"https://profiles.wordpress.org/cranewest/\">cranewest</a>, <a href=\"https://profiles.wordpress.org/littlebigthing/\">Csaba (LittleBigThings)</a>, <a href=\"https://profiles.wordpress.org/ctmartin/\">ctmartin</a>, <a href=\"https://profiles.wordpress.org/davidszabo/\">Dávid Szabó</a>, <a href=\"https://profiles.wordpress.org/daisyo/\">Daisy Olsen</a>, <a href=\"https://profiles.wordpress.org/danfarrow/\">Dan Farrow</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</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/danieltj/\">danieltj</a>, <a href=\"https://profiles.wordpress.org/dantahoua/\">dantahoua</a>, <a href=\"https://profiles.wordpress.org/dkotter/\">Darin Kotter</a>, <a href=\"https://profiles.wordpress.org/dmchale/\">Dave McHale</a>, <a href=\"https://profiles.wordpress.org/davilera/\">David Aguilera</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/dgwyer/\">David Gwyer</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dshanske/\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a>, <a href=\"https://profiles.wordpress.org/davidjlaietta/\">David Wolfpaw</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">david.binda</a>, <a href=\"https://profiles.wordpress.org/davisshaver/\">Davis Shaver</a>, <a href=\"https://profiles.wordpress.org/dd32/\">dd32</a>, <a href=\"https://profiles.wordpress.org/p00ya/\">Dean</a>, <a href=\"https://profiles.wordpress.org/dkarfa/\">Debabrata Karfa</a>, <a href=\"https://profiles.wordpress.org/thewebprincess/\">Dee Teal</a>, <a href=\"https://profiles.wordpress.org/deepaklalwani/\">Deepak Lalwani</a>, <a href=\"https://profiles.wordpress.org/dekervit/\">dekervit</a>, <a href=\"https://profiles.wordpress.org/demetris/\">demetris (Demetris Kikizas)</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy/\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/valendesigns/\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/designer023/\">Designer023</a>, <a href=\"https://profiles.wordpress.org/dfenton/\">dfenton</a>, <a href=\"https://profiles.wordpress.org/dharm1025/\">Dharmesh Patel</a>, <a href=\"https://profiles.wordpress.org/dharmin16/\">Dharmin Shah</a>, <a href=\"https://profiles.wordpress.org/dhruvin/\">Dhruvin</a>, <a href=\"https://profiles.wordpress.org/dhulwells/\">Dhul Wells</a>, <a href=\"https://profiles.wordpress.org/dietpawel/\">dietpawel</a>, <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/dingo_d/\">dingo-d</a>, <a href=\"https://profiles.wordpress.org/djzone/\">DjZoNe</a>, <a href=\"https://profiles.wordpress.org/dogwithblog/\">dogwithblog</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/donsony/\">donsony</a>, <a href=\"https://profiles.wordpress.org/dossy/\">Dossy Shiobara</a>, <a href=\"https://profiles.wordpress.org/dpacks/\">dpacks</a>, <a href=\"https://profiles.wordpress.org/raubvogel/\">Dr. Ronny Harbich</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/dsifford/\">dsifford</a>, <a href=\"https://profiles.wordpress.org/dushakov/\">dushakov</a>, <a href=\"https://profiles.wordpress.org/dushanthi/\">dushanthi</a>, <a href=\"https://profiles.wordpress.org/dyrer/\">dyrer</a>, <a href=\"https://profiles.wordpress.org/elrae/\">Earle Davies</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/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/elmastudio/\">Ellen Bauer</a>, <a href=\"https://profiles.wordpress.org/enej/\">Enej Bajgorić</a>, <a href=\"https://profiles.wordpress.org/nrqsnchz/\">Enrique Sánchez</a>, <a href=\"https://profiles.wordpress.org/epiqueras/\">epiqueras</a>, <a href=\"https://profiles.wordpress.org/kebbet/\">Erik Betshammar</a>, <a href=\"https://profiles.wordpress.org/erikjandelange/\">erikjandelange</a>, <a href=\"https://profiles.wordpress.org/folletto/\">Erin \'Folletto\' Casali</a>, <a href=\"https://profiles.wordpress.org/eringoblog/\">eringoblog</a>, <a href=\"https://profiles.wordpress.org/eroraghav/\">eroraghav</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/thegp/\">EugeneBos</a>, <a href=\"https://profiles.wordpress.org/circlecube/\">Evan Mullins</a>, <a href=\"https://profiles.wordpress.org/fabifott/\">Fabian</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian Kägy</a>, <a href=\"https://profiles.wordpress.org/gaambo/\">Fabian Todt</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/ferkho/\">Ferenc Forgacs</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/flymike/\">flymike</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/fjarrett/\">Frankie Jarrett</a>, <a href=\"https://profiles.wordpress.org/fullofcaffeine/\">fullofcaffeine</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/garyc40/\">Gary Cao</a>, <a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/gchtr/\">gchtr</a>, <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/subscriptiongroup/\">George</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/glauberglauber/\">Glauber Mota</a>, <a href=\"https://profiles.wordpress.org/glendaviesnz/\">glendaviesnz</a>, <a href=\"https://profiles.wordpress.org/goldenapples/\">goldenapples</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/guidooffermans/\">guidooffermans</a>, <a href=\"https://profiles.wordpress.org/gumacahin/\">gumacahin</a>, <a href=\"https://profiles.wordpress.org/hvar/\">H-var</a>, <a href=\"https://profiles.wordpress.org/hakre/\">hakre</a>, <a href=\"https://profiles.wordpress.org/happiryu/\">happiryu</a>, <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh</a>, <a href=\"https://profiles.wordpress.org/isharis/\">Haris Zulfiqar</a>, <a href=\"https://profiles.wordpress.org/harrym/\">harrym</a>, <a href=\"https://profiles.wordpress.org/harshbarach/\">harshbarach</a>, <a href=\"https://profiles.wordpress.org/azhiyadev/\">Hauwa Abashiya</a>, <a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</a>, <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/henrywright/\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/herregroen/\">Herre Groen</a>, <a href=\"https://profiles.wordpress.org/hoasi/\">HoaSi</a>, <a href=\"https://profiles.wordpress.org/hongnizzle/\">Hong Nga Nguyen</a>, <a href=\"https://profiles.wordpress.org/howdy_mcgee/\">Howdy_McGee</a>, <a href=\"https://profiles.wordpress.org/hlashbrooke/\">Hugh Lashbrooke</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/igorradovanov/\">Igor Radovanov</a>, <a href=\"https://profiles.wordpress.org/gsayed786/\">Imran Sayed</a>, <a href=\"https://profiles.wordpress.org/ingereck/\">ingereck</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/iqbalbary/\">iqbalbary</a>, <a href=\"https://profiles.wordpress.org/ireneyoast/\">Irene Strikkers</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/jagirbaheshwp/\">jagirbaheshwp</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/twentyzerotwo/\">Jake Whiteley</a>, <a href=\"https://profiles.wordpress.org/jamescollins/\">James Collins</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/jameslnewell/\">jameslnewell</a>, <a href=\"https://profiles.wordpress.org/janthiel/\">Jan Thiel</a>, <a href=\"https://profiles.wordpress.org/javidalkaruzi/\">Janvo Aldred</a>, <a href=\"https://profiles.wordpress.org/jaredcobb/\">Jared Cobb</a>, <a href=\"https://profiles.wordpress.org/jaswrks/\">Jason Caldwell</a>, <a href=\"https://profiles.wordpress.org/madtownlems/\">Jason LeMahieu (MadtownLems)</a>, <a href=\"https://profiles.wordpress.org/javorszky/\">javorszky</a>, <a href=\"https://profiles.wordpress.org/jaydeep-rami/\">Jaydip Rami</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a>, <a href=\"https://profiles.wordpress.org/jeffmatson/\">Jeff Matson</a>, <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeff Paul</a>, <a href=\"https://profiles.wordpress.org/jeffikus/\">jeffikus</a>, <a href=\"https://profiles.wordpress.org/jellypixel/\">jellypixel</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jeremyescott/\">Jeremy Scott</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/jeryj/\">jeryj</a>, <a href=\"https://profiles.wordpress.org/jeslen/\">Jeslen Bucci</a>, <a href=\"https://profiles.wordpress.org/luminuu/\">Jessica Lyschik</a>, <a href=\"https://profiles.wordpress.org/jfoulquier/\">jfoulquier</a>, <a href=\"https://profiles.wordpress.org/jimyaghi/\">jimyaghi</a>, <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</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/joelyoder/\">joelyoder</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johannadevos/\">Johanna de Vos</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnny5/\">John Godley</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/jb510/\">Jon Brown</a>, <a href=\"https://profiles.wordpress.org/psykro/\">Jonathan Bossenger</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/koke/\">Jorge Bernal</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/joseaneto/\">joseaneto</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a>, <a href=\"https://profiles.wordpress.org/joshlevinson/\">Josh Levinson</a>, <a href=\"https://profiles.wordpress.org/shelob9/\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/joshuatf/\">joshuatf</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/jsnajdr/\">jsnajdr</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/junaidbhura/\">Junaid Bhura</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/justlevine/\">justlevine</a>, <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</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/karthikbhatb/\">Karthik Bhat</a>, <a href=\"https://profiles.wordpress.org/kasparsd/\">Kaspars</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kellychoffman/\">Kelly Hoffman</a>, <a href=\"https://profiles.wordpress.org/kelsu02/\">Kelly R</a>, <a href=\"https://profiles.wordpress.org/kellybleck/\">kellybleck</a>, <a href=\"https://profiles.wordpress.org/kellylawrence/\">kellylawrence</a>, <a href=\"https://profiles.wordpress.org/khag7/\">Kevin Hagerty</a>, <a href=\"https://profiles.wordpress.org/kharisblank/\">Kharis Sulistiyono</a>, <a href=\"https://profiles.wordpress.org/kipperlenny/\">Kipperlenny</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/kishanjasani/\">Kishan Jasani</a>, <a href=\"https://profiles.wordpress.org/ixkaito/\">Kite</a>, <a href=\"https://profiles.wordpress.org/kittmedia/\">KittMedia</a>, <a href=\"https://profiles.wordpress.org/kjbenk/\">kjbenk</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/komagain/\">komagain</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/krupajnanda/\">Krupa</a>, <a href=\"https://profiles.wordpress.org/kbjohnson90/\">Kyle B. Johnson</a>, <a href=\"https://profiles.wordpress.org/landau/\">landau</a>, <a href=\"https://profiles.wordpress.org/lmurillom/\">Larissa Murillo</a>, <a href=\"https://profiles.wordpress.org/latifi/\">latifi</a>, <a href=\"https://profiles.wordpress.org/newyorkerlaura/\">Laura Byrne</a>, <a href=\"https://profiles.wordpress.org/laurora/\">Laura Nelson</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/gamerz/\">Lester Chan</a>, <a href=\"https://profiles.wordpress.org/leutrimh/\">Leutrim Husaj</a>, <a href=\"https://profiles.wordpress.org/limera1n/\">lim3ra</a>, <a href=\"https://profiles.wordpress.org/lpointet/\">Lionel Pointet</a>, <a href=\"https://profiles.wordpress.org/llizard/\">llizard</a>, <a href=\"https://profiles.wordpress.org/louislaugesen/\">Louis</a>, <a href=\"https://profiles.wordpress.org/lucagrandicelli/\">Luca Grandicelli</a>, <a href=\"https://profiles.wordpress.org/_luigi/\">Luigi Cavalieri</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh/\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/lumne/\">Lumne</a>, <a href=\"https://profiles.wordpress.org/mager19/\">mager19</a>, <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a>, <a href=\"https://profiles.wordpress.org/mahesh901122/\">Mahesh Waghmare</a>, <a href=\"https://profiles.wordpress.org/mailnew2ster/\">mailnew2ster</a>, <a href=\"https://profiles.wordpress.org/shamimmoeen/\">Mainul Hassan Main</a>, <a href=\"https://profiles.wordpress.org/malinajirka/\">malinajirka</a>, <a href=\"https://profiles.wordpress.org/manzwebdesigns/\">manzwebdesigns</a>, <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a>, <a href=\"https://profiles.wordpress.org/marekhrabe/\">Marek Hrabe</a>, <a href=\"https://profiles.wordpress.org/chaton666/\">Marie Comet</a>, <a href=\"https://profiles.wordpress.org/marijnkoopman/\">Marijn</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/markjaquith/\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/markparnell/\">Mark Parnell</a>, <a href=\"https://profiles.wordpress.org/markscottrobson/\">Mark Robson</a>, <a href=\"https://profiles.wordpress.org/marks99/\">Mark Smallman</a>, <a href=\"https://profiles.wordpress.org/mapk/\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/markoheijnen/\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/markshep/\">markshep</a>, <a href=\"https://profiles.wordpress.org/m-e-h/\">Marty Helmick</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a>, <a href=\"https://profiles.wordpress.org/wetah/\">Mateus Machado Luna</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/webdevmattcrom/\">Matt Cromwell</a>, <a href=\"https://profiles.wordpress.org/gothickgothickorguk/\">Matt Gibson</a>, <a href=\"https://profiles.wordpress.org/mattkeys/\">Matt Keys</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/mattchowning/\">mattchowning</a>, <a href=\"https://profiles.wordpress.org/pfefferle/\">Matthias Pfefferle</a>, <a href=\"https://profiles.wordpress.org/mattoperry/\">mattoperry</a>, <a href=\"https://profiles.wordpress.org/mayankmajeji/\">Mayank Majeji</a>, <a href=\"https://profiles.wordpress.org/meaganhanes/\">Meagan Hanes</a>, <a href=\"https://profiles.wordpress.org/megphillips91/\">Meg Phillips</a>, <a href=\"https://profiles.wordpress.org/meher/\">Meher Bala</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/mgol/\">mgol</a>, <a href=\"https://profiles.wordpress.org/mgrenierfarmmedia/\">mgrenierfarmmedia</a>, <a href=\"https://profiles.wordpress.org/michael-arestad/\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/tw2113/\">Michael Beckwith</a>, <a href=\"https://profiles.wordpress.org/m_butcher/\">Michele Butcher-Jones</a>, <a href=\"https://profiles.wordpress.org/michelleames/\">Michelle Frechette</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/mihdan/\">mihdan</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikelopez/\">mikelopez</a>, <a href=\"https://profiles.wordpress.org/mikeyarce/\">Mikey Arce</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/eemitch/\">Mitchell Bennis</a>, <a href=\"https://profiles.wordpress.org/mmarco9/\">mmarco9</a>, <a href=\"https://profiles.wordpress.org/batmoo/\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/monikarao/\">Monika Rao</a>, <a href=\"https://profiles.wordpress.org/mopsyd/\">mopsyd</a>, <a href=\"https://profiles.wordpress.org/morganestes/\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/gwendydd/\">Morgan Kay</a>, <a href=\"https://profiles.wordpress.org/man4toman/\">Morteza Geransayeh</a>, <a href=\"https://profiles.wordpress.org/computerguru/\">mqudsi</a>, <a href=\"https://profiles.wordpress.org/mreishus/\">mreishus</a>, <a href=\"https://profiles.wordpress.org/mrgrt/\">mrgrt</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/musicaljoeker/\">musicaljoeker</a>, <a href=\"https://profiles.wordpress.org/mweichert/\">mweichert</a>, <a href=\"https://profiles.wordpress.org/n5hzr/\">n5hzr</a>, <a href=\"https://profiles.wordpress.org/nabilmoqbel/\">Nabil Moqbel</a>, <a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\">Nalini Thakor</a>, <a href=\"https://profiles.wordpress.org/naoki0h/\">Naoki Ohashi</a>, <a href=\"https://profiles.wordpress.org/nao/\">Naoko Takano</a>, <a href=\"https://profiles.wordpress.org/nateinaction/\">Nate Gay</a>, <a href=\"https://profiles.wordpress.org/nathanatmoz/\">Nathan Johnson</a>, <a href=\"https://profiles.wordpress.org/navanathbhosale/\">Navanath Bhosale</a>, <a href=\"https://profiles.wordpress.org/naveenkharwar/\">Naveen Kharwar</a>, <a href=\"https://profiles.wordpress.org/lcyh78/\">Neil James (lcyh78)</a>, <a href=\"https://profiles.wordpress.org/nendeb55/\">nendeb</a>, <a href=\"https://profiles.wordpress.org/krstarica/\">net</a>, <a href=\"https://profiles.wordpress.org/arealnobrainer/\">Netravnen</a>, <a href=\"https://profiles.wordpress.org/nicomollet/\">nicomollet</a>, <a href=\"https://profiles.wordpress.org/jainnidhi/\">Nidhi Jain</a>, <a href=\"https://profiles.wordpress.org/nielslange/\">Niels Lange</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/nikolam/\">Nikola</a>, <a href=\"https://profiles.wordpress.org/nbachiyski/\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/njbrown/\">njbrown</a>, <a href=\"https://profiles.wordpress.org/nlpro/\">nlpro</a>, <a href=\"https://profiles.wordpress.org/noahtallen/\">Noah Allen</a>, <a href=\"https://profiles.wordpress.org/noahshrader/\">noahshrader</a>, <a href=\"https://profiles.wordpress.org/nourma/\">nourma</a>, <a href=\"https://profiles.wordpress.org/nosolosw/\">O André</a>, <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a>, <a href=\"https://profiles.wordpress.org/oguzkocer/\">oguzkocer</a>, <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a>, <a href=\"https://profiles.wordpress.org/alshakero/\">Omar Alshaker</a>, <a href=\"https://profiles.wordpress.org/omarreiss/\">Omar Reiss</a>, <a href=\"https://profiles.wordpress.org/oolleegg55/\">oolleegg55</a>, <a href=\"https://profiles.wordpress.org/optimizingmatters/\">Optimizing Matters</a>, <a href=\"https://profiles.wordpress.org/ov3rfly/\">Ov3rfly</a>, <a href=\"https://profiles.wordpress.org/ovann86/\">ovann86</a>, <a href=\"https://profiles.wordpress.org/ovenall/\">ovenall</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/jhonqwerty/\">pabloselin</a>, <a href=\"https://profiles.wordpress.org/paddy/\">Paddy</a>, <a href=\"https://profiles.wordpress.org/pankajmohale/\">Pankaj Mohale</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/casiepa/\">Pascal Casier</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/paulstonier/\">Paul Stonier</a>, <a href=\"https://profiles.wordpress.org/pschrottky/\">Paul Von Schrottky</a>, <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendonça</a>, <a href=\"https://profiles.wordpress.org/pentatonicfunk/\">pentatonicfunk</a>, <a href=\"https://profiles.wordpress.org/pputzer/\">pepe</a>, <a href=\"https://profiles.wordpress.org/pekz0r/\">Peter Elmered</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/johnstonphilip/\">Phil Johnston</a>, <a href=\"https://profiles.wordpress.org/pierlo/\">Pierre Gordon</a>, <a href=\"https://profiles.wordpress.org/decrecementofeliz/\">Pilar Mera</a>, <a href=\"https://profiles.wordpress.org/wppinar/\">Pinar</a>, <a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a>, <a href=\"https://profiles.wordpress.org/pishmishy/\">pishmishy</a>, <a href=\"https://profiles.wordpress.org/pkvillanueva/\">pkvillanueva</a>, <a href=\"https://profiles.wordpress.org/prashanttholia/\">prashanttholia</a>, <a href=\"https://profiles.wordpress.org/pratikkry/\">Pratik K. Yadav</a>, <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/presstoke/\">presstoke</a>, <a href=\"https://profiles.wordpress.org/prionkor/\">prionkor</a>, <a href=\"https://profiles.wordpress.org/psealock/\">psealock</a>, <a href=\"https://profiles.wordpress.org/puneetsahalot/\">Puneet Sahalot</a>, <a href=\"https://profiles.wordpress.org/itsjonq/\">Q</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rajanit2000/\">Rajan Vijayan</a>, <a href=\"https://profiles.wordpress.org/rajeshsingh520/\">rajeshsingh520</a>, <a href=\"https://profiles.wordpress.org/ramiy/\">Rami Yushuvaev</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/rebasaurus/\">rebasaurus</a>, <a href=\"https://profiles.wordpress.org/redstar504/\">redstar504</a>, <a href=\"https://profiles.wordpress.org/regankhadgi/\">Regan Khadgi</a>, <a href=\"https://profiles.wordpress.org/renehermi/\">Rene Hermenau</a>, <a href=\"https://profiles.wordpress.org/retlehs/\">retlehs</a>, <a href=\"https://profiles.wordpress.org/retrofox/\">retrofox</a>, <a href=\"https://profiles.wordpress.org/riaanlom/\">riaanlom</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/ribaricplusplus/\">ribaricplusplus</a>, <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a>, <a href=\"https://profiles.wordpress.org/rnaby/\">Rnaby</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/miqrogroove/\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/kreppar/\">Rodrigo Arias</a>, <a href=\"https://profiles.wordpress.org/rogerlos/\">rogerlos</a>, <a href=\"https://profiles.wordpress.org/roikles/\">roikles</a>, <a href=\"https://profiles.wordpress.org/rolfsiebers/\">Rolf Siebers</a>, <a href=\"https://profiles.wordpress.org/ronakganatra/\">Ronak Ganatra</a>, <a href=\"https://profiles.wordpress.org/roo2/\">roo2</a>, <a href=\"https://profiles.wordpress.org/rtagliento/\">rtagliento</a>, <a href=\"https://profiles.wordpress.org/bookdude13/\">Ryan Fredlund</a>, <a href=\"https://profiles.wordpress.org/ryankienstra/\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/soean/\">Sören Wrede</a>, <a href=\"https://profiles.wordpress.org/sabrinazeidan/\">Sabrina Zeidan</a>, <a href=\"https://profiles.wordpress.org/saeedfard/\">Saeed Fard</a>, <a href=\"https://profiles.wordpress.org/salvoaranzulla/\">salvoaranzulla</a>, <a href=\"https://profiles.wordpress.org/samful/\">Sam Fullalove</a>, <a href=\"https://profiles.wordpress.org/sswebster/\">Sam Webster</a>, <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sanzeeb3/\">Sanjeev Aryal</a>, <a href=\"https://profiles.wordpress.org/saqibameen/\">Saqib Ameen</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/sawanoboly/\">sawanoboly</a>, <a href=\"https://profiles.wordpress.org/scarolan/\">scarolan</a>, <a href=\"https://profiles.wordpress.org/l3rady/\">Scott Cariss</a>, <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/scribu/\">scribu</a>, <a href=\"https://profiles.wordpress.org/scruffian/\">scruffian</a>, <a href=\"https://profiles.wordpress.org/seanpaulrasmussen/\">seanpaulrasmussen</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/senning/\">Senning</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/sergioestevao/\">SergioEstevao</a>, <a href=\"https://profiles.wordpress.org/shaunandrews/\">shaunandrews</a>, <a href=\"https://profiles.wordpress.org/sncoker/\">Shawntelle Coker</a>, <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/shramee/\">shramee</a>, <a href=\"https://profiles.wordpress.org/sresok/\">Simon Resok</a>, <a href=\"https://profiles.wordpress.org/sirreal/\">sirreal</a>, <a href=\"https://profiles.wordpress.org/smerriman/\">smerriman</a>, <a href=\"https://profiles.wordpress.org/snapfractalpop/\">snapfractalpop</a>, <a href=\"https://profiles.wordpress.org/sproutchris/\">sproutchris</a>, <a href=\"https://profiles.wordpress.org/stulab/\">Stéphane Treilhou</a>, <a href=\"https://profiles.wordpress.org/metodiew/\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/garubi/\">Stefano Garuti</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/dufresnesteven/\">Steve Dufresne</a>, <a href=\"https://profiles.wordpress.org/sterndata/\">Steven Stern (sterndata)</a>, <a href=\"https://profiles.wordpress.org/stevenlinx/\">stevenlinx</a>, <a href=\"https://profiles.wordpress.org/stoyangeorgiev/\">Stoyan Georgiev</a>, <a href=\"https://profiles.wordpress.org/sudoshreyansh/\">sudoshreyansh</a>, <a href=\"https://profiles.wordpress.org/smub/\">Syed Balkhi</a>, <a href=\"https://profiles.wordpress.org/szaqal21/\">szaqal21</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/utz119/\">TeBenachi</a>, <a href=\"https://profiles.wordpress.org/techboyg5/\">techboyg5</a>, <a href=\"https://profiles.wordpress.org/tellyworth/\">Tellyworth</a>, <a href=\"https://profiles.wordpress.org/thefarlilacfield/\">thefarlilacfield</a>, <a href=\"https://profiles.wordpress.org/thelmachido/\">Thelma Mutete</a>, <a href=\"https://profiles.wordpress.org/thib3113/\">thib3113</a>, <a href=\"https://profiles.wordpress.org/thijsvanloef/\">thijsvanloef</a>, <a href=\"https://profiles.wordpress.org/webzunft/\">Thomas M</a>, <a href=\"https://profiles.wordpress.org/thomasplevy/\">Thomas Patrick Levy</a>, <a href=\"https://profiles.wordpress.org/thomaslhotta/\">thomaslhotta</a>, <a href=\"https://profiles.wordpress.org/timhavinga/\">Tim Havinga</a>, <a href=\"https://profiles.wordpress.org/hedgefield/\">Tim Hengeveld</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/timotijhof/\">TimoTijhof</a>, <a href=\"https://profiles.wordpress.org/tkama/\">Tkama</a>, <a href=\"https://profiles.wordpress.org/tmdesigned/\">tmdesigned</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/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/torres126/\">torres126</a>, <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/itowhid06/\">Towhidul I Chowdhury</a>, <a href=\"https://profiles.wordpress.org/tray/\">tracy apps</a>, <a href=\"https://profiles.wordpress.org/treibstoff/\">treibstoff</a>, <a href=\"https://profiles.wordpress.org/trisha_cornelius/\">Trisha Cornelius</a>, <a href=\"https://profiles.wordpress.org/dinhtungdu/\">Tung Du</a>, <a href=\"https://profiles.wordpress.org/tzafrir/\">tzafrir</a>, <a href=\"https://profiles.wordpress.org/desaiuditd/\">Udit Desai</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/uxkai/\">uxkai</a>, <a href=\"https://profiles.wordpress.org/valentinbora/\">Valentin Bora</a>, <a href=\"https://profiles.wordpress.org/contact-banker/\">Varun Sharma</a>, <a href=\"https://profiles.wordpress.org/vcanales/\">vcanales</a>, <a href=\"https://profiles.wordpress.org/ravivaddweb/\">vidhiaddweb</a>, <a href=\"https://profiles.wordpress.org/vinayakanivase/\">Vinayak Anivase</a>, <a href=\"https://profiles.wordpress.org/vinita29/\">Vinita Tandulkar</a>, <a href=\"https://profiles.wordpress.org/usestrict/\">Vinny</a>, <a href=\"https://profiles.wordpress.org/virgodesign/\">virgodesign</a>, <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design | Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/webmigrates/\">Webmigrates Technologies</a>, <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/williampatton/\">williampatton</a>, <a href=\"https://profiles.wordpress.org/planningwrite/\">Winstina Hughes</a>, <a href=\"https://profiles.wordpress.org/wittich/\">wittich</a>, <a href=\"https://profiles.wordpress.org/worldweb/\">worldweb</a>, <a href=\"https://profiles.wordpress.org/y_kolev/\">Y_Kolev</a>, <a href=\"https://profiles.wordpress.org/yansern/\">Yan Sern</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/yvettesonneveld/\">Yvette Sonneveld</a>, and <a href=\"https://profiles.wordpress.org/zebulan/\">Zebulan Stanphill</a>.\n\n\n\n<p></p>\n\n\n\n<p>In addition, many thanks to all of the community volunteers who contribute in the <a href=\"https://wordpress.org/support/\">support forums</a>. They answer questions from people across the world, whether they are using WordPress for the first time, or they’ve been around since the first release all the way back in 2003. These releases are as successful as they are because of their efforts!</p>\n\n\n\n<p>Finally, thanks to all the community translators who helped make WordPress 5.6. available in 38 languages at the time of release. Our community translators are hard at work ensuring more languages are on their way (70 are already at 90%). If contributing to WordPress appeals to you, it’s easy to learn more. Check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> or the <a href=\"https://make.wordpress.org/core/\">core development blog</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, 08 Dec 2020 23:45: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: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:\"\";}}}}}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:42:\"BuddyPress: BuddyPress 2020 Survey results\";s: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=315969\";s: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:62:\"https://buddypress.org/2020/12/buddypress-2020-survey-results/\";s: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:44558:\"<p>The BuddyPress 2020 survey was published the same day we released <a href=\"https://buddypress.org/2020/05/buddypress-6-0-0/\">BuddyPress 6.0.0 “iovine’s”</a> (May 13, 2020). Now that we are about to release our next major release (<a href=\"https://buddypress.org/2020/12/buddypress-7-0-0-rc2/\">7.0.0 will be delivered in the coming days</a>), it is time to share with you the survey results.</p>\n\n\n\n<p>First, many thanks to all the respondents who participated to this survey <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f60d.png\" alt=\"😍\" class=\"wp-smiley\" />. Doing so you contributed to give the BuddyPress Core Team informations about how the plugin is used, could be used and how its usage is evolving. Some of the questions we asked are directions we’re considering for the plugin (eg: <a href=\"https://buddypress.org/wp-admin/post.php?post=315969&action=edit#q-9\">Q9</a>, <a href=\"https://buddypress.org/wp-admin/post.php?post=315969&action=edit#q-10\">Q10</a>, <a href=\"https://buddypress.org/wp-admin/post.php?post=315969&action=edit#q-17\">Q17</a>), so your inputs are very important to us.</p>\n\n\n\n<p>As no questions were required, it’s difficult to be 100% accurate about how many people took the survey. So we were at least (we also took the survey <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f609.png\" alt=\"😉\" class=\"wp-smiley\" />) <strong>483</strong> from <a href=\"https://buddypress.org/feed/#survey-map\">all over the world</a> as it’s the highest number a question was replied to.</p>\n\n\n\n<p>Most of the questions were leaving participants the choice to select more than one reply, this is why if you sum up the percentage results you’ll often find more than 100% <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f601.png\" alt=\"😁\" class=\"wp-smiley\" />.</p>\n\n\n\n<p>When we had data about a previous survey we made in 2018, we compared the 2020 results with them and calculated the differences between both years percentages. We thought it could be interesting to see how some results are evolving.</p>\n\n\n\n<span id=\"more-315969\"></span>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"q-1\"><em>1. How are you using BuddyPress?</em></h2>\n\n\n\n<p>Number of respondents: <strong>483</strong>.</p>\n\n\n\n\n <table class=\"has-fixed-layout\">\n <thead>\n <tr>\n <th>Possible replies</th>\n <th>Years & evolution</th>\n <th>Results</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td rowspan=\"3\">I use BuddyPress on my own site</td>\n <td>2020</td>\n <td>72.7%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>74.2%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td><span class=\"has-inline-color has-luminous-vivid-orange-color\"><strong>-1.6%</strong></span></td>\n </tr>\n <tr>\n <td rowspan=\"3\">I build BuddyPress sites for others</td>\n <td>2020</td>\n <td>35.2%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>32.4%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>2.8%</td>\n </tr>\n <tr>\n <td rowspan=\"3\"><strong>I develop BuddyPress themes</strong></td>\n <td>2020</td>\n <td>13.3%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>9.7%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td><strong><span class=\"has-inline-color\">3.6%</span></strong></td>\n </tr>\n <tr>\n <td rowspan=\"3\"><strong>I develop BuddyPress plugins</strong></td>\n <td>2020</td>\n <td>15.1%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>13.0%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td><span class=\"has-inline-color\"><strong>2.1%</strong></span></td>\n </tr>\n <tr>\n <td rowspan=\"3\">I host BuddyPress sites</td>\n <td>2020</td>\n <td>15.5%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>14.8%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>0.7%</td>\n </tr>\n <tr>\n <td rowspan=\"3\">Other</td>\n <td>2020</td>\n <td>9.1%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>4.6%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>4.5%</td>\n </tr>\n </tbody>\n </table>\n\n\n\n\n<p><strong>NB</strong>: between 2018 & 2020 the “<em>I build BuddyPress sites, themes, and plugins.</em>” choice disappeared.</p>\n\n\n\n<p>It’s interesting to see BuddyPress plugin and theme developers replied more to this survey. Another explanation could be there are possibly more people extending or designing for BuddyPress <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f64c.png\" alt=\"🙌\" class=\"wp-smiley\" />.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"q-2\"><em>2. What types of BuddyPress sites have you built?</em></h2>\n\n\n\n<p>Number of respondents: <strong>409</strong>.</p>\n\n\n\n\n <table class=\"has-fixed-layout\">\n <thead>\n <tr>\n <th>Possible replies</th>\n <th>Year</th>\n <th>Results</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>Academic</td>\n <td>2020</td>\n <td>33.5%</td>\n </tr>\n <tr>\n <td>Artistic</td>\n <td>2020</td>\n <td>18.3%</td>\n </tr>\n <tr>\n <td>Gaming</td>\n <td>2020</td>\n <td>14.2%</td>\n </tr>\n <tr>\n <td>Generic</td>\n <td>2020</td>\n <td>30.3%</td>\n </tr>\n <tr>\n <td>Religious</td>\n <td>2020</td>\n <td>10.5%</td>\n </tr>\n <tr>\n <td>Scientific</td>\n <td>2020</td>\n <td>14.4%</td>\n </tr>\n <tr>\n <td>Sports</td>\n <td>2020</td>\n <td>10.5%</td>\n </tr>\n <tr>\n <td>Other</td>\n <td>2020</td>\n <td>33.5%</td>\n </tr>\n </tbody>\n </table>\n\n\n\n\n<p><strong>NB</strong>: data from 2018 is missing.</p>\n\n\n\n<p>The “Other” reply was often chosen. When looking deeply into these replies, we discovered some interesting types, eg: Health / Medical / Therapist communities, Recipe sharing sites, Intranet & Business networks, Non-profit / charity / solidarity / ecological communities, Social Marketplaces, Dating platforms, Local municipality information center / local life / Administration sites and some specific communities like private or restricted ones.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"q-3\"><em>3. How do you host your production sites using BuddyPress?</em></h2>\n\n\n\n<p>Number of respondents: <strong>414</strong>.</p>\n\n\n\n\n <table class=\"has-fixed-layout\">\n <thead>\n <tr>\n <th>Possible replies</th>\n <th>Years & evolution</th>\n <th>Results</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td rowspan=\"3\">Shared Hosting</td>\n <td>2020</td>\n <td>44.9%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>52.5%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td><span class=\"has-inline-color has-luminous-vivid-orange-color\"><strong>-7.6%</strong></span></td>\n </tr>\n <tr>\n <td rowspan=\"3\">Virtual Private Server</td>\n <td>2020</td>\n <td>30.0%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>30.0%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>-0.1%</td>\n </tr>\n <tr>\n <td rowspan=\"3\">Dedicated Server</td>\n <td>2020</td>\n <td>22.2%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>18.0%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>4.2%</td>\n </tr>\n <tr>\n <td rowspan=\"3\"><strong>Managed WordPress Hosting</strong></td>\n <td>2020</td>\n <td>23.4%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>15.1%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td><span class=\"has-inline-color\"><strong>8.3%</strong></span></td>\n </tr>\n <tr>\n <td rowspan=\"3\">Cloud-based Services</td>\n <td>2020</td>\n <td>18.4%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>12.8%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>5.6%</td>\n </tr>\n <tr>\n <td rowspan=\"3\">Other</td>\n <td>2020</td>\n <td>6.0%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>3.4%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>2.6%</td>\n </tr>\n </tbody>\n </table>\n\n\n\n\n<p>Looks like Managed WordPress Hosting plans are increasing <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f914.png\" alt=\"🤔\" class=\"wp-smiley\" /></p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"q-4\"><em>4. How do you set up BuddyPress in your WordPress installations?</em></h2>\n\n\n\n<p>Number of respondents: <strong>427</strong>.</p>\n\n\n\n\n <table class=\"has-fixed-layout\">\n <thead>\n <tr>\n <th>Possible replies</th>\n <th>Years & evolution</th>\n <th>Results</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td rowspan=\"3\">WP in domain root</td>\n <td>2020</td>\n <td>68.4%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>74.8%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td><span class=\"has-inline-color has-luminous-vivid-orange-color\"><strong>-6.4%</strong></span></td>\n </tr>\n <tr>\n <td rowspan=\"3\">WP in physical subdirectory folder</td>\n <td>2020</td>\n <td>19.7%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>15.6%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>4.1%</td>\n </tr>\n <tr>\n <td rowspan=\"3\">WP in physical subdomain</td>\n <td>2020</td>\n <td>15.0%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>9.0%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>5.9%</td>\n </tr>\n <tr>\n <td rowspan=\"3\"><strong>WP Multisite in domain root – BP Network-activated</strong></td>\n <td>2020</td>\n <td>20.4%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>11.5%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td><span class=\"has-inline-color\"><strong>8.9%</strong></span></td>\n </tr>\n <tr>\n <td rowspan=\"3\">WP Multisite in subsite (subdirectory) – BP Network-activated</td>\n <td>2020</td>\n <td>11.0%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>4.7%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>6.3%</td>\n </tr>\n <tr>\n <td rowspan=\"3\">WP Multisite in subsite (subdomain) – BP Network activated</td>\n <td>2020</td>\n <td>11.7%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>4.7%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>7.0%</td>\n </tr>\n <tr>\n <td rowspan=\"3\">WP Multisite in domain root – BP activated only on the main network site</td>\n <td>2020</td>\n <td>9.6%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>3.3%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>6.3%</td>\n </tr>\n <tr>\n <td rowspan=\"3\">WP Multisite in subsite (subdirectory) – BP activated on a subsite of the network</td>\n <td>2020</td>\n <td>9.8%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>4.7%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>5.2%</td>\n </tr>\n <tr>\n <td rowspan=\"3\">WP Multisite in subsite (subdomain) – BP activated on a subsite of the network</td>\n <td>2020</td>\n <td>9.4%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>4.7%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>4.7%</td>\n </tr>\n <tr>\n <td rowspan=\"3\">WP Multisite in domain root – the constant BP_ENABLE_MULTIBLOG is defined in your wp-config.php file to spread BuddyPress on all sites of the network</td>\n <td>2020</td>\n <td>12.4%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>4.7%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>7.8%</td>\n </tr>\n </tbody>\n </table>\n\n\n\n\n<p><strong>NB</strong>: between 2018 & 2020 the “WP Multisite with BuddyPress Multi-Network” choice disappeared.</p>\n\n\n\n<p>Multisite configurations are slightly increasing while regular WordPress configurations are a bit less used.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"q-5\"><em>5. What BuddyPress components/features are always or almost always activated in your site/s?</em></h2>\n\n\n\n<p>Number of respondents: <strong>428</strong>.</p>\n\n\n\n\n <table class=\"has-fixed-layout\">\n <thead>\n <tr>\n <th>Possible replies</th>\n <th>Years & evolution</th>\n <th>Everytime</th>\n <th>Sometimes</th>\n <th>Never</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td rowspan=\"3\">Account Settings</td>\n <td>2020</td>\n <td>74.5%</td>\n <td>11.9%</td>\n <td>4.2%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>91.8%</td>\n <td>6.5%</td>\n <td>1.7%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td><span class=\"has-inline-color has-luminous-vivid-orange-color\"><strong>-17.3%</strong></span></td>\n <td>5.4%</td>\n <td>2.5%</td>\n </tr>\n <tr>\n <td rowspan=\"3\">Activity Streams</td>\n <td>2020</td>\n <td>64.3%</td>\n <td>17.5%</td>\n <td>6.3%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>75.0%</td>\n <td>20.9%</td>\n <td>4.1%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td><span class=\"has-inline-color has-luminous-vivid-orange-color\"><strong>-10.7%</strong></span></td>\n <td>-3.4%</td>\n <td>2.2%</td>\n </tr>\n <tr>\n <td rowspan=\"3\">Extended Profiles</td>\n <td>2020</td>\n <td>70.1%</td>\n <td>16.4%</td>\n <td>4.2%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>86.6%</td>\n <td>12.1%</td>\n <td>1.4%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td><span class=\"has-inline-color has-luminous-vivid-orange-color\"><strong>-16.5%</strong></span></td>\n <td>4.3%</td>\n <td>2.8%</td>\n </tr>\n <tr>\n <td rowspan=\"3\"><strong>Friend Connections</strong></td>\n <td>2020</td>\n <td>73.4%</td>\n <td>22.2%</td>\n <td>11.4%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>62.9%</td>\n <td>26.5%</td>\n <td>10.6%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td><span class=\"has-inline-color\"><strong>10.5%</strong></span></td>\n <td>-4.3%</td>\n <td>0.8%</td>\n </tr>\n <tr>\n <td rowspan=\"3\">Private Messaging</td>\n <td>2020</td>\n <td>55.1%</td>\n <td>22.9%</td>\n <td>8.6%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>67.6%</td>\n <td>25.4%</td>\n <td>7.0%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td><span class=\"has-inline-color has-luminous-vivid-orange-color\"><strong>-12.5%</strong></span></td>\n <td>-2.5%</td>\n <td>1.7%</td>\n </tr>\n <tr>\n <td rowspan=\"3\">Site Tracking</td>\n <td>2020</td>\n <td>37.6%</td>\n <td>24.8%</td>\n <td>20.1%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>56.3%</td>\n <td>25.4%</td>\n <td>18.3%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td><span class=\"has-inline-color has-luminous-vivid-orange-color\"><strong>-18.7%</strong></span></td>\n <td>-0.6%</td>\n <td>1.8%</td>\n </tr>\n <tr>\n <td rowspan=\"3\">User Groups</td>\n <td>2020</td>\n <td>55.4%</td>\n <td>23.8%</td>\n <td>8.9%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>64.1%</td>\n <td>26.0%</td>\n <td>10.0%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td><span class=\"has-inline-color has-luminous-vivid-orange-color\"><strong>-8.7%</strong></span></td>\n <td>-2.1%</td>\n <td>-1.1%</td>\n </tr>\n </tbody>\n </table>\n\n\n\n\n<p>I must say I was a bit surprised by the fact the Friends component was the only one which usage increased between 2018 and 2020 <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f633.png\" alt=\"😳\" class=\"wp-smiley\" />.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"q-6\"><em>6. What theme/s have you activated for your site/s using BuddyPress?</em></h2>\n\n\n\n<p>Number of respondents: <strong>398</strong>.</p>\n\n\n\n\n <table class=\"has-fixed-layout\">\n <thead>\n <tr>\n <th>Possible replies</th>\n <th>Years & evolution</th>\n <th>Results</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td rowspan=\"3\"><strong>Free WP theme</strong></td>\n <td>2020</td>\n <td>37.7%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>22.5%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td><span class=\"has-inline-color\"><strong>15.2%</strong></span></td>\n </tr>\n <tr>\n <td rowspan=\"3\">Free WP theme with custom BP CSS and/or template modifications</td>\n <td>2020</td>\n <td>18.8%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>14.1%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>4.8%</td>\n </tr>\n <tr>\n <td rowspan=\"3\">Free WP theme and I add custom BP CSS and/or template modifications</td>\n <td>2020</td>\n <td>22.9%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>14.1%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>8.8%</td>\n </tr>\n <tr>\n <td rowspan=\"3\">Commercial WP theme</td>\n <td>2020</td>\n <td>35.9%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>32.2%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>3.7%</td>\n </tr>\n <tr>\n <td rowspan=\"3\">Commercial WP theme with custom BP CSS and/or template modifications</td>\n <td>2020</td>\n <td>32.2%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>38.6%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td><span class=\"has-inline-color has-luminous-vivid-orange-color\"><strong>-6.4%</strong></span></td>\n </tr>\n <tr>\n <td rowspan=\"3\">I create a brand-new WP theme and write my own custom BP CSS and template modifications using BP theme compat</td>\n <td>2020</td>\n <td>22.1%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>19.8%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>2.3%</td>\n </tr>\n </tbody>\n </table>\n\n\n\n\n<p>Free WordPress themes without any customizations got the highest result: this proves using BuddyPress out of the box can be enough to power a great looking community site.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"q-7\"><em>7. Which BuddyPress Template Pack is your theme supporting in your production sites?</em></h2>\n\n\n\n<p>Number of respondents: <strong>384</strong>.</p>\n\n\n\n\n <table class=\"has-fixed-layout\">\n <thead>\n <tr>\n <th>Possible replies</th>\n <th>Year</th>\n <th>Results</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td><strong>BP Nouveau Templates (introduced in BP 3.0.0)</strong></td>\n <td>2020</td>\n <td><span class=\"has-inline-color\"><strong>63.3%</strong></span></td>\n </tr>\n <tr>\n <td>BP Legacy Templates (introduced in BP 1.7.0)</td>\n <td>2020</td>\n <td>28.1%</td>\n </tr>\n <tr>\n <td>BP Standalone theme like the bp-default theme (introduced in BP 1.2.0)</td>\n <td>2020</td>\n <td>13.5%</td>\n </tr>\n <tr>\n <td>I don’t know</td>\n <td>2020</td>\n <td>25.8%</td>\n </tr>\n </tbody>\n </table>\n\n\n\n\n<p><strong>NB</strong>: this question wasn’t asked in 2018</p>\n\n\n\n<p>1 respondent out of 4 don’t know what Template Pack is active on their website. As the BP Nouveau Template pack is used by default, there’s a good chance it’s the one these people are using. FYI: If you want to switch between available Template Packs, you can go into your WordPress Dashboard and activate the BuddyPress Options tab of the Settings > BuddyPress administration page to do so.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"q-8\"><em>8. Which BuddyPress template files do you customize for your own or third-party themes?</em></h2>\n\n\n\n<p>Number of respondents: <strong>377</strong>.</p>\n\n\n\n\n <table class=\"has-fixed-layout\">\n <thead>\n <tr>\n <th>Possible replies</th>\n <th>Year</th>\n <th>Never</th>\n <th>Sometimes</th>\n <th>Everytime</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>Activity templates</td>\n <td>2020</td>\n <td>36.6%</td>\n <td>31.6%</td>\n <td>22.5%</td>\n </tr>\n <tr>\n <td>Blogs templates</td>\n <td>2020</td>\n <td>38.5%</td>\n <td>29.7%</td>\n <td>19.6%</td>\n </tr>\n <tr>\n <td>Group templates</td>\n <td>2020</td>\n <td>32.9%</td>\n <td>31.0%</td>\n <td>21.8%</td>\n </tr>\n <tr>\n <td><strong>Member templates</strong></td>\n <td>2020</td>\n <td>26.8%</td>\n <td>31.0%</td>\n <td><span class=\"has-inline-color\"><strong>30.0%</strong></span></td>\n </tr>\n <tr>\n <td><strong>Stylesheet files</strong></td>\n <td>2020</td>\n <td>29.4%</td>\n <td>26.0%</td>\n <td><span class=\"has-inline-color\"><strong>29.4%</strong></span></td>\n </tr>\n <tr>\n <td>JavaScript files</td>\n <td>2020</td>\n <td>39.5%</td>\n <td>28.4%</td>\n <td>15.4%</td>\n </tr>\n <tr>\n <td>BuddyPress Email templates</td>\n <td>2020</td>\n <td>32.6%</td>\n <td>30.0%</td>\n <td>25.2%</td>\n </tr>\n </tbody>\n </table>\n\n\n\n\n<p><strong>NB</strong>: this question wasn’t asked in 2018.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"q-9\"><em>9. What do you prefer: using a BP Template Pack that lets you use most WordPress themes or use a BuddyPress specific theme ?</em></h2>\n\n\n\n<p>Number of respondents: <strong>375</strong>.</p>\n\n\n\n\n <table class=\"has-fixed-layout\">\n <thead>\n <tr>\n <th>Possible replies</th>\n <th>Year</th>\n <th>Results</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td><strong>BP Template Pack</strong></td>\n <td>2020</td>\n <td><span class=\"has-inline-color\"><strong>58.1%</strong></span></td>\n </tr>\n <tr>\n <td>BuddyPress specific theme</td>\n <td>2020</td>\n <td>41.9%</td>\n </tr>\n </tbody>\n </table>\n\n\n\n\n<p><strong>NB</strong>: this question wasn’t asked in 2018.</p>\n\n\n\n<p>Building a great BuddyPress theme as a replacement to our good old BP Default theme is something we are considering a lot. It’s important for us to remember that a lot of you like the fact BuddyPress doesn’t require a specific theme to run and needs to look as nice as possible inside your active WordPress theme.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"q-10\"><em><em>10. Would you test/use a new theme made by the BuddyPress team?</em></em></h2>\n\n\n\n<p>Number of respondents: <strong>377</strong>.</p>\n\n\n\n\n <table class=\"has-fixed-layout\">\n <thead>\n <tr>\n <th>Possible replies</th>\n <th>Year</th>\n <th>Results</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td><strong>Yes</strong></td>\n <td>2020</td>\n <td><span class=\"has-inline-color\"><strong>57.2%</strong></span></td>\n </tr>\n <tr>\n <td>No</td>\n <td>2020</td>\n <td>11.4%</td>\n </tr>\n <tr>\n <td>Maybe</td>\n <td>2020</td>\n <td>31.4%</td>\n </tr>\n </tbody>\n </table>\n\n\n\n\n<p><strong>NB</strong>: this question wasn’t asked in 2018</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"q-11\"><em><em><em>11. What features would you look for in a new BuddyPress theme?</em></em></em></h2>\n\n\n\n<p>Number of respondents: <strong>380</strong>.</p>\n\n\n\n\n <table class=\"has-fixed-layout\">\n <thead>\n <tr>\n <th>Possible replies</th>\n <th>Year</th>\n <th>Results</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td><strong>More BuddyPress customization options</strong></td>\n <td>2020</td>\n <td><span class=\"has-inline-color\"><strong>85.5%</strong></span></td>\n </tr>\n <tr>\n <td>Compatible with bbPress</td>\n <td>2020</td>\n <td>51.1%</td>\n </tr>\n <tr>\n <td>Compatible with WooCommerce</td>\n <td>2020</td>\n <td>44.7%</td>\n </tr>\n </tbody>\n </table>\n\n\n\n\n<p><strong>NB</strong>: this question wasn’t asked in 2018</p>\n\n\n\n<p>Got it! FYI: BP Nouveau has a specific panel into your customizer you should check. One of the comments you made was asking for a way to reorder the Member navigation, BP Nouveau has a section for it <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f448.png\" alt=\"👈\" class=\"wp-smiley\" />.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"q-12\"><em><em><em>12. When do you test your sites, themes, and/or plugins with BuddyPress releases?</em></em></em></h2>\n\n\n\n<p>Number of respondents: <strong>396</strong>.</p>\n\n\n\n\n <table class=\"has-fixed-layout\">\n <thead>\n <tr>\n <th>Possible replies</th>\n <th>Years & evolution</th>\n <th>Results</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td rowspan=\"3\">Trunk</td>\n <td>2020</td>\n <td>15.9%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>11.7%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>4.2%</td>\n </tr>\n <tr>\n <td rowspan=\"3\"><strong>BP Beta 1</strong></td>\n <td>2020</td>\n <td>14.9%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>10.0%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td><span class=\"has-inline-color\"><strong>4,9%</strong></span></td>\n </tr>\n <tr>\n <td rowspan=\"3\"><strong>BP Release Candidate 1</strong></td>\n <td>2020</td>\n <td>11.4%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>7.5%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td><span class=\"has-inline-color\"><strong>3.9%</strong></span></td>\n </tr>\n <tr>\n <td rowspan=\"3\">BP Stable Release</td>\n <td>2020</td>\n <td>43.2%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>55.9%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>-12.7%</td>\n </tr>\n <tr>\n <td rowspan=\"3\"><strong>A month after stable release</strong></td>\n <td>2020</td>\n <td>29.0%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>19.6%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td><span class=\"has-inline-color has-luminous-vivid-orange-color\"><strong>9.5%</strong></span></td>\n </tr>\n <tr>\n <td rowspan=\"3\">Never</td>\n <td>2020</td>\n <td>19.2%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>15.0%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>4.2%</td>\n </tr>\n <tr>\n <td rowspan=\"3\">Other</td>\n <td>2020</td>\n <td>8.1%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>4.3%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>3.8%</td>\n </tr>\n </tbody>\n </table>\n\n\n\n\n<p>The results the Beta and RC pre-release got is encouraging. We really need to have more beta-testers to avoid bad surprises when you upgrade BuddyPress. We’ve tried to ease the way you can test BuddyPress with the BP Beta Tester plugin, but I guess we still need to work on ways to help you help us <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f469-1f3fb-200d-1f4bb.png\" alt=\"👩🏻💻\" class=\"wp-smiley\" />.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"q-13\"><em><em><em>13. If you do beta test BuddyPress, what method do you use?</em></em></em></h2>\n\n\n\n<p>Number of respondents: <strong>236</strong>.</p>\n\n\n\n\n <table class=\"has-fixed-layout\">\n <thead>\n <tr>\n <th>Possible replies</th>\n <th>Year</th>\n <th>Results</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>I use the SVN repo \n(<code>svn co https://buddypress.svn.wordpress.org/trunk/</code>)</td>\n <td>2020</td>\n <td>31.8%</td>\n </tr>\n <tr>\n <td>I use the read-only Github mirror\n(<code>git clone git://buddypress.git.wordpress.org/</code>)</td>\n <td>2020</td>\n <td>46.2%</td>\n </tr>\n <tr>\n <td><strong>I use the <a href=\"https://wordpress.org/plugins/bp-beta-tester/\">BP Beta Tester plugin</a></strong></td>\n <td>2020</td>\n <td><span class=\"has-inline-color\"><strong>51.3%</strong></span></td>\n </tr>\n </tbody>\n </table>\n\n\n\n\n<p><strong>NB</strong>: this question wasn’t asked in 2018</p>\n\n\n\n<p>Looks like the BP Beta Tester plugin is the most used tool to beta test BuddyPress. This seems great! But the results might be a bit over rated. When looking deeply into it, some of you replied they were <strong>never</strong> beta-testing BuddyPress while using the BP Beta Tester plugin <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f928.png\" alt=\"🤨\" class=\"wp-smiley\" />. The goal of the BP Beta Tester plugin is to ease the beta/RC testing…</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"q-14\"><em><em><em>14. If you installed bbPress, how did you set it up with your BuddyPress site/s?</em></em></em></h2>\n\n\n\n<p>Number of respondents: <strong>311</strong>.</p>\n\n\n\n\n <table class=\"has-fixed-layout\">\n <thead>\n <tr>\n <th>Possible replies</th>\n <th>Years & evolution</th>\n <th>Results</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td rowspan=\"3\">Sitewide forums only</td>\n <td>2020</td>\n <td>34.7%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>28.3%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td><span class=\"has-inline-color\"><strong>6.4%</strong></span></td>\n </tr>\n <tr>\n <td rowspan=\"3\">Group forums only</td>\n <td>2020</td>\n <td>29.3%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>29.3%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>0%</td>\n </tr>\n <tr>\n <td rowspan=\"3\"><strong>Sitewide and Group forums</strong></td>\n <td>2020</td>\n <td>55.0%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>57.6%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td><span class=\"has-inline-color has-luminous-vivid-orange-color\"><strong>-2.6%</strong></span></td>\n </tr>\n </tbody>\n </table>\n\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"q-15\"><em><em><em>15. How do you keep updated with the latest in BuddyPress development?</em></em></em></h2>\n\n\n\n<p>Number of respondents: <strong>355</strong>.</p>\n\n\n\n\n <table class=\"has-fixed-layout\">\n <thead>\n <tr>\n <th>Possible replies</th>\n <th>Years & evolution</th>\n <th>Results</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td rowspan=\"3\"><strong>Subscribed to <a href=\"https://bpdevel.wordpress.com\">bpdevel.wordpress.com</a></strong></td>\n <td>2020</td>\n <td>27.6%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>23.3%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td><span class=\"has-inline-color\"><strong>4.3%</strong></span></td>\n </tr>\n <tr>\n <td rowspan=\"3\"><strong>Viewed changelog for each release in <a href=\"https://codex.buddypress.org/releases/\">codex.buddypress.org/releases</a></strong></td>\n <td>2020</td>\n <td>47.0%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>49.6%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td><span class=\"has-inline-color has-luminous-vivid-orange-color\"><strong>-2.6%</strong></span></td>\n </tr>\n <tr>\n <td rowspan=\"3\">Checking <a href=\"https://buddypress.trac.wordpress.org\">buddypress.trac.wordpress.org</a> regularly</td>\n <td>2020</td>\n <td>25.6%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>22.5%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>3.1%</td>\n </tr>\n <tr>\n <td rowspan=\"3\">Twitter: <a href=\"https://twitter.com/buddypress\">@buddypress</a>, <a href=\"https://twitter.com/buddypressdev\">@buddypressdev</a>, and/or <a href=\"https://twitter.com/bptrac\">@bptrac</a></td>\n <td>2020</td>\n <td>23.1%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>19.5%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>3.6%</td>\n </tr>\n <tr>\n <td rowspan=\"3\">Slack: <a href=\"https://wordpress.slack.com/messages/buddypress\">#buddypress</a>, <a href=\"https://wordpress.slack.com/messages/buddypress-commits\">#buddypress-commits</a>, <a href=\"https://wordpress.slack.com/messages/buddypress-firehose\">#buddypress-firehose</a> and/or <a href=\"https://wordpress.slack.com/messages/buddypress-newtickets\">#buddypress-newtickets</a></td>\n <td>2020</td>\n <td>15.5%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>12.2%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>3.3%</td>\n </tr>\n <tr>\n <td rowspan=\"3\">Other</td>\n <td>2020</td>\n <td>16.1%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>11.8%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>4.2%</td>\n </tr>\n </tbody>\n </table>\n\n\n\n\n<p><strong>NB</strong>: between 2018 & 2020 the “Checking buddypress.org/support regularly.” choice disappeared.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"q-16\"><em><em><em>16. Case Studies: We’d like to feature how you are using BuddyPress in your current sites at BuddyPress.org. If you’re interested in sharing your BP story, please leave your name, email address, and your BP site URL.</em></em></em></h2>\n\n\n\n<p>Number of respondents: <strong>40</strong>.</p>\n\n\n\n<p>Many thanks to the 40 participants who shared their names, emails, and sites URL. We’ll try to contact you to share about your use cases on this website. It’s great to see how you’re using BuddyPress <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f4aa.png\" alt=\"💪\" class=\"wp-smiley\" />.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"q-17\"><em><em><em>17. BuddyPress is a large plugin with optional components (3MB zipped). There’s a proposal to reconstitute BuddyPress as core + members only and improved upon with new functionalities and API’s among others for new BP plugins to hook into. The current optional components like groups, friends, private messaging, etc. can be migrated into separate plugins which can be activated as needed. What do you think?</em></em></em></h2>\n\n\n\n<p>Number of respondents: <strong>407</strong>.</p>\n\n\n\n\n <table class=\"has-fixed-layout\">\n <thead>\n <tr>\n <th>Possible replies</th>\n <th>Year</th>\n <th>Results</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td><strong>Keep BuddyPress as is: core + members and optional components</strong></td>\n <td>2020</td>\n <td><span class=\"has-inline-color\"><strong>43.2%</strong></span></td>\n </tr>\n <tr>\n <td>Break down BuddyPress: BuddyPress = core + members, optional components as BP plugins</td>\n <td>2020</td>\n <td>35.6%</td>\n </tr>\n <tr>\n <td>I don’t know</td>\n <td>2020</td>\n <td>21.1%</td>\n </tr>\n </tbody>\n </table>\n\n\n\n\n<p><strong>NB</strong>: this question wasn’t asked in 2018</p>\n\n\n\n<p>Ok. Thanks a lot for your replies, using optional components as separate add-ons is not something you are ready for <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f607.png\" alt=\"😇\" class=\"wp-smiley\" />.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"survey-map\">BuddyPress is used from all over the world!</h2>\n\n\n\n<div class=\"wp-block-image\"><a href=\"https://docs.google.com/spreadsheets/d/e/2PACX-1vT067Mc1bnQPTdiwZzzZj7Kn1Y2V22aJxJnvy13rN2DXg27awoA_GXPJvX0uv2He8udDL_bLjCeUv7M/pubhtml?gid=1888221811&single=true\"><img width=\"1024\" height=\"639\" src=\"https://buddypress.org/wp-content/uploads/1/2020/12/survey-participants-1024x639.png\" alt=\"\" class=\"wp-image-316008\" /></a></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:\"Tue, 08 Dec 2020 16:45: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: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: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:76:\"WPTavern: Easy WP SMTP 1.4.3 Patches Sensitive Data Disclosure Vulnerability\";s: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=108630\";s: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/easy-wp-smtp-1-4-3-patches-sensitive-data-disclosure-vulnerability?utm_source=rss&utm_medium=rss&utm_campaign=easy-wp-smtp-1-4-3-patches-sensitive-data-disclosure-vulnerability\";s: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:3019:\"<p><a href=\"https://wordpress.org/plugins/easy-wp-smtp/\">Easy WP SMTP</a> has patched a vulnerability that allows attackers to capture the password reset link from the plugin’s debug log file and gain unauthorized access to the site. The plugin is used by more than 500,000 WordPress sites to configure and send all outgoing emails via a SMTP server so they are less likely to end up in recipients’ junk/spam folders. </p>\n\n\n\n<p><a href=\"https://wpscan.com/vulnerability/10494\">WPScan</a> categorized the vulnerability as a “sensitive data disclosure:”</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The plugin has an optional debug log file generated with a random name, located in the plugin folder and which contains all email messages sent. However, this folder does not have any index page, allowing access to log file on servers with the directory listing enabled or misconfigured. This could allow attackers to gain unauthorised access to the blog by reseting the admin password by getting the reset link from the log.</p></blockquote>\n\n\n\n<p>Easy WP SMTP version 1.4.3 contains the fix, adding an empty “index.html” file to the plugin’s folder to prevent anyone from browsing the files (even if the Option -Indexes is missing on that server). Users are advised to update immediately, as the vulnerability has already been exploited in the wild. Several users took to the plugin’s support forums to <a href=\"https://wordpress.org/support/topic/security-issue-with-debug-log/\">report</a> attempts on their sites.</p>\n\n\n\n<p>Jerome Bruandet, a security researcher from NinTechNet, reported the vulnerability and published a <a href=\"https://blog.nintechnet.com/wordpress-easy-wp-smtp-plugin-fixed-zero-day-vulnerability/\">post</a> explaining how an attacker might access the debug log where the plugin writes all the email messages sent by the site. Using author archive scans, the hacker can find a username and then send a password reset email that gets intercepted via the Easy WP SMTP debug log file:</p>\n\n\n\n<div class=\"wp-block-image\"><img />Easy WP SMTP log file – source: <a href=\"https://blog.nintechnet.com/wordpress-easy-wp-smtp-plugin-fixed-zero-day-vulnerability/\">NinTechNet</a></div>\n\n\n\n<p>At the time of publishing, approximately 51.8% of users are on 1.4.x versions of the plugin. Without a more specific breakdown, it’s not clear how many users have updated to the patched 1.4.3 version. Approximately <a href=\"https://wordpress.org/plugins/easy-wp-smtp/advanced/\">59,000 sites</a> have downloaded the plugin today, leaving many installations still vulnerable.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>This is another case where automatic background updates on plugins can quietly save the day. Users who have auto-updates enabled for plugins have already received the fix. Administrators for older installations of WordPress or sites where auto-updates have been disabled will need to update manually as soon as possible.</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, 07 Dec 2020 20:56: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: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: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:42:\"WordPress.org blog: State of the Word 2020\";s: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=9296\";s: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/2020/12/state-of-the-word-2020/\";s: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:717:\"<p>State of the Word is an annual keynote address delivered by the project co-founder, Matt Mullenweg. Catch this year’s keynote in the video below!</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<h3>New to State of the Word?</h3>\n\n\n\n<p>If this is your first time hearing of this talk, you’re in luck! Check out previous recordings below.</p>\n\n\n\n<ul><li><a href=\"https://wordpress.tv/2019/11/03/2019-state-of-the-word/\">State of the Word 2019 – WordCamp US, St. Louis</a></li><li><a href=\"https://wordpress.tv/2018/12/27/state-of-the-word-2018/\">State of the Word 2018 – WordCamp US, Nashville</a></li><li><a href=\"https://wordpress.tv/tag/state-of-the-word/\">All recordings</a></li></ul>\";s: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, 04 Dec 2020 22:55: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: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:\"\";}}}}}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:48:\"BuddyPress: BuddyPress 7.0.0 Release Candidate 2\";s: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=315858\";s: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://buddypress.org/2020/12/buddypress-7-0-0-rc2/\";s: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:3608:\"<p>Hello,</p>\n\n\n\n<p>The second <a href=\"https://downloads.wordpress.org/plugin/buddypress.7.0.0-RC2.zip\">release candidate for BuddyPress 7.0.0</a> is now ready for an ultimate round of testing <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" /></p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>What happened Since the <a href=\"https://buddypress.org/2020/11/buddypress-7-0-0-release-candidate/\">first release candidate</a>?</h2>\n\n\n\n<p>We’ve been working on getting the BP Nouveau Template Pack looks great into the next WordPress default theme “<a href=\"https://make.wordpress.org/core/2020/09/23/introducing-twenty-twenty-one/\">Twenty Twenty-One</a>“. We believe BP Nouveau is now ready to enjoy this awesome theme whether you use its regular or dark mode.</p>\n\n\n\n<div class=\"wp-block-image\"><a href=\"https://buddypress.org/wp-content/uploads/1/2020/12/bp-nouveau-2021.png\"><img width=\"1000\" height=\"479\" src=\"https://buddypress.org/wp-content/uploads/1/2020/12/bp-nouveau-2021.png\" alt=\"\" class=\"wp-image-315860\" /></a><em>Screen capture of the Members directory</em> (dark mode)</div>\n\n\n\n<p>BuddPress 7.0.0 is still slated for release on <strong>Wednesday, December 9</strong>, and if you haven’t tried 7.0.0 yet, <strong>it’s probably your last chance to do so!</strong></p>\n\n\n\n<p>Let’s test <a href=\"https://downloads.wordpress.org/plugin/buddypress.7.0.0-RC2.zip\">BuddyPress 7.0.0-RC2</a> with <a href=\"https://make.wordpress.org/core/2020/12/03/wordpress-5-6-rc-3/\">WordPress 5.6-RC3</a> to be sure both will be great as soon as they will be released! It’s also important to do so if you want to help us check BP Nouveau’s integration with Twenty Twenty-One is as nice as we think <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f609.png\" alt=\"😉\" class=\"wp-smiley\" /></p>\n\n\n\n<p>You can test the <a href=\"https://downloads.wordpress.org/plugin/buddypress.7.0.0-RC2.zip\">7.0.0-RC2</a> pre-release in 4 ways :</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/bp-beta-tester/\">BP Beta Tester</a> plugin.</li><li><a href=\"https://downloads.wordpress.org/plugin/buddypress.7.0.0-RC2.zip\">Download the release candidate here (zip file)</a>.</li><li>Check out our SVN repository: <code>svn co https://buddypress.svn.wordpress.org/trunk/</code></li><li>Clone our read-only Git repository: <code>git clone git://buddypress.git.wordpress.org/</code></li></ul>\n\n\n\n<p>A detailed changelog will be part of our official release note, but you can get a quick overview by reading the post about the <a href=\"https://buddypress.org/2020/10/buddypress-7-0-0-beta1/\">7.0.0 Beta1</a> release.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Polyglots contributors, let’s target 100% of translated strings.</h2>\n\n\n\n<p>Since previous release candidate we’ve reached the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#string-freeze\">string freeze</a> point of the 7.0.0 release schedule, so this one (RC2) does not introduce new strings to translate. Let’s use the days we have left to try to make BuddyPress fully available into your locale as soon as it is released. Thanks in advance for your help.</p>\n\n\n\n<p>As usual, <strong>if you think you’ve found a bug</strong>, please let us know reporting it on <a href=\"https://buddypress.org/support/topic/buddypress-7-0-0-release-candidate-2/\">this support topic</a> and/or on <a href=\"https://buddypress.trac.wordpress.org/\">our development tracker</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:\"Fri, 04 Dec 2020 22:22:05 +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: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:116:\"WPTavern: State of CSS 2020 Survey Results: Tailwind CSS Wins Most Adopted Technology, Utility-First CSS on the Rise\";s: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=108561\";s: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:273:\"https://wptavern.com/state-of-css-2020-survey-results-tailwind-css-wins-most-adopted-technology-utility-first-css-on-the-rise?utm_source=rss&utm_medium=rss&utm_campaign=state-of-css-2020-survey-results-tailwind-css-wins-most-adopted-technology-utility-first-css-on-the-rise\";s: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:3346:\"<p>The <a href=\"https://2020.stateofcss.com/en-US/\">State of CSS 2020</a> survey results have just been published, with a summary of the tools, methodologies, frameworks, and libraries that are currently favored by CSS professionals. It includes data from 11,492 respondents in 102 countries, after the questions were translated for the first time into a dozen different languages.</p>\n\n\n\n<p>In the layout category, CSS Grid logged a 34% increase over the prior year in respondents who report having used it to position elements on the screen. It won an award for “Most Adopted Feature,” which is assigned to the feature with the largest year-over-year ”have used” progression. Only 6% of respondents said they have used Subgrid, which is included in Level 2 of the CSS Grid Layout specification. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>CSS Flexible Box Layout has been used by 97.5% of respondents, a ~3% increase over the previous year. Multi-column Layout saw a moderate increase in usage and a small decrease in awareness. CSS Grid experienced the most growth by far in this category.</p>\n\n\n\n<p>The technologies section is one of the most interesting parts of the survey, as the CSS ecosystem is constantly changing. The results include a scatter plot graph showing the relationship between each technology’s satisfaction ratio and its user count. Technologies in the “avoid” and “analyze” groupings are likely to decline in usage soon (or have already fallen out of favor). </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Tailwind CSS is once again the front-runner among CSS frameworks, followed by Bulma, which seems to be slowly waning in popularity. Tailwind CSS won the award for “Most Adopted Technology,” given to the technology with the largest year-over-year “would use again” progression, with a +17.8% progression over 2019. PureCSS, Ant Design, and Materialize CSS also recorded gains in their rankings from the previous year. </p>\n\n\n\n<p>A larger trend emerging is utility-first CSS frameworks and tools gaining momentum among professionals. The utility-first approach, which eschews traditional semantic class naming in favor of more functional class names, <a href=\"http://www.zeldman.com/2017/01/03/kiss-my-classname/\">has its ardent critics</a>. It is somewhat of an eyesore reminiscent of inline styles, and essentially drops the “cascading” aspect of CSS. Nevertheless, its proponents appreciate being able to look at the HTML and see at a glance which styles are applied, as well as the enforced consistency it offers.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>If you are interested in some of the finer details on which properties and positioning features professionals are using, shapes, graphics, and interactions, check out the <a href=\"https://2020.stateofcss.com/en-US/\">full report</a>. Each section has recommended resources for learning more about popular and emerging technologies and techniques, including industry podcasts and blogs that professionals are currently enjoying.</p>\n\n\n\n<p>The <a href=\"https://stateofjs.com/\">State of JavaScript</a> survey is also now open, which offers a similar treasure trove of data on the JavaScript ecosystem once the results are published. </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, 04 Dec 2020 21:30:03 +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: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:71:\"WPTavern: WordPress Community Team Discusses Return to In-Person Events\";s: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=108398\";s: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:187:\"https://wptavern.com/wordpress-community-team-discusses-return-to-in-person-events?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-community-team-discusses-return-to-in-person-events\";s: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:6803:\"<p>Although the promise of effective COVID-19 vaccines is shining a light at the end of a long tunnel, the world remains firmly in the virus’ grip until distribution can ramp up to cover at-risk groups as well as the general populace.</p>\n\n\n\n<p>As pandemic-weary communities muster the discipline to ride out the next few months under continued restrictions, a new discussion popped up on WordPress.org regarding the <a href=\"https://make.wordpress.org/community/2020/12/01/discussion-how-can-the-wordpress-community-return-to-hosting-safe-in-person-events/\">return to in-person events</a>. WordPress has canceled all in-person events through the end of the year and 2021 flagship events have already been designated as online-only. Community organizer Angela Jin cited recent successful vaccine trials as a prompt for discussing how WordPress can safely resume in-person events: </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>There has been promising news around some successful trials for vaccines recently! As such, it seems worthwhile to discuss how the WordPress community can return to hosting safe, in-person events. </p><p>Any in-person event would certainly be subject to local laws and any restrictions on gatherings, as they’ve always been. Beyond what local health authorities require, the Global Community Team may need to to help organizers identify what additional precautions are necessary to ensure in-person events are safe for participants. </p></blockquote>\n\n\n\n<p>Jin offered several examples of “additional precautions” to ensure events are safe, such as mandatory masks, social distancing, outdoor events, limits on the number of attendees, and no food or drink service. </p>\n\n\n\n<p>Although countries like Australia, Taiwan, and New Zealand, seem to have adequately contained the virus, the U.S., Europe, India, and Russia have cases spiraling out of control. The discussion seems oddly timed, as this week the U.S., which is leading the world in deaths, has seen daily deaths climb to <a href=\"https://www.npr.org/sections/coronavirus-live-updates/2020/12/02/941902471/u-s-hits-100-000-covid-19-hospitalizations-breaks-daily-death-record\">2,804</a>, surpassing the previous record of 2,607 reported on April 15, during the first wave of the pandemic.</p>\n\n\n\n<p>Several of those commenting mentioned that the discussion opener neglects a critical detail about whether or not in-person events would resume before vaccines are widely distributed.</p>\n\n\n\n<p>“I’m surprised I don’t see mention of the vaccine being a requirement,” Mika Epstein said. “I could assume so, but the risk of COVID is human life.</p>\n\n\n\n<p>“That means that unless WordPress (or any public event) has a way to ensure that no one will contract (and die) of COVID, then they have no business having any event, indoor or outdoor.</p>\n\n\n\n<p>“Not every country is handling things equally well, and just in the US alone, there are many places where the law says ‘do not have events’ but the local authorities refuse to intercede, which resulted in 80% of the people attending an outdoor party not too far from me all testing positive.” </p>\n\n\n\n<p>WordPress is a global community and reliance on local laws may still put event attendees at risk in communities that have been subject to a failure of leadership in protecting citizens.</p>\n\n\n\n<p>Cami Kaos, an eight-year WordPress community organizer, echoed these thoughts, saying, “The one thing we need to have in place in order to make a safe re-entry into in person events is to have wide spread access to an effective vaccine.” She commented on the difficulties of trying to ensure attendees don’t inadvertently put each other at risk:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>It’s all well and good for us to say you can only organize within the recommendations of your local community, but we have no way of knowing how responsible individuals are being. Of knowing if they have come in from out of town for the event. If a member of their household is a frontline worker who might be exposed daily, if someone in their family is high risk and we could be endangering a life.</p></blockquote>\n\n\n\n<p>Without widely distributed vaccines, hosting in-person gatherings with the possibility of attendees traveling from hotspot locations would be unconscionable.</p>\n\n\n\n<p>Kaos also commented on how difficult enforcement would be for WordPress community volunteers who would be tasked with making sure individuals wear masks properly, use hand sanitizer, maintain distance, and uphold any other requirements. </p>\n\n\n\n<p>“All of this would be putting unpaid and uncompensated volunteers at risk unnecessarily,” Kaos said.</p>\n\n\n\n<p>“If people would like to make the choice to see their friends and collaborators in person, that can be their choice. But I don’t feel morally comfortable legally and finically supporting in-person gatherings when I think we could prevent even one death by extending our pause on in-person events to wait for a vaccine to be readily available.”</p>\n\n\n\n<p>Other commenters discussed how to manage the logistics of sponsoring masks and sanitizer for organizers by coordinating with local venues and figuring out a way around slow international shipments. </p>\n\n\n\n<p>“This actually opens totally new ways to organize WordPress events!” WordCamp organizer Timi Wahalahti said. “Why not have a bicycle trip or something similar with your WordPress friends?”</p>\n\n\n\n<p>Live event recordings are another consideration for hosting events in a way that is accessible to more vulnerable populations. According to WordPress community organizer Andrea Middleton, professional video recording has historically been cost prohibitive at scale.</p>\n\n\n\n<p>“A year ago focusing on recordings may have sounded in some ways counterproductive to growing in-person events,” WordPress core contributor David Ryan said. “But I think today they provide a short-term fix to the head count crunch, can help bring/keep folx in-the-fold while making in-person attendance even safer, all while adding long-term value even when travel and gatherings normalize.”</p>\n\n\n\n<p>The discussion on finding a safe path forward for restarting in-person events will be open until December 16, 2020. Organizers and community members can <a href=\"https://make.wordpress.org/community/2020/12/01/discussion-how-can-the-wordpress-community-return-to-hosting-safe-in-person-events/\">comment on the post</a> for consideration. Angela Jin said the Community Team will continue to support online events in 2021 and beyond, regardless of any decisions resulting from the 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, 03 Dec 2020 22:10:51 +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: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:91:\"WPTavern: Gutenberg 9.5 Improves Site Editor and Adds New Options for Cover and Code 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=108450\";s: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:227:\"https://wptavern.com/gutenberg-9-5-improves-site-editor-and-adds-new-options-for-cover-and-code-blocks?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-9-5-improves-site-editor-and-adds-new-options-for-cover-and-code-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:4774:\"<p class=\"has-drop-cap\">Gutenberg 9.5 <a href=\"https://make.wordpress.org/core/2020/12/02/whats-new-in-gutenberg-2-december/\">went live today</a>. The development team is continuing forward with work that we will start seeing down the road in WordPress 5.7 and beyond. The big user-facing highlights for this release were the additions of a full-height alignment option for the Cover block, font-size support in the Code block, and improved previews for block patterns.</p>\n\n\n\n<p>The majority of users will not see most of the work that went into the 9.5 release. The team addressed dozens of bugs and enhancements for the full-site editing feature. To test them, users must be using a block-based WordPress theme, such as <a href=\"https://wptavern.com/twenty-twenty-one-blocks-theme-launching-as-a-separate-project\">Twenty Twenty-One Blocks</a>, <a href=\"https://wptavern.com/q-first-fse-wordpress-theme-now-live\">Q</a>, or <a href=\"https://wptavern.com/block-based-bosco-second-full-site-editing-theme-lands-in-the-wordpress-directory\">Block-Based Bosco</a>.</p>\n\n\n\n<p>We are a long way from seeing a production-ready site editor, but it is nice to see the improvements with each major Gutenberg release, such as the ability to <a href=\"https://github.com/WordPress/gutenberg/pull/27224\">set a post’s featured image</a> if it doesn’t exist. The new description, status, and theme <a href=\"https://github.com/WordPress/gutenberg/pull/27156\">admin columns for templates and template parts</a> add useful information. And, the developer side of me is happy to see a new <code>wp_theme</code> <a href=\"https://github.com/WordPress/gutenberg/pull/27016\">taxonomy for grouping templates</a> under the hood rather than metadata.</p>\n\n\n\n<p>The development team has made progress on the Query block. It is probably the most important piece of the full-site editing puzzle, and its current state is still holding back movement on block-based themes. The block now sports a new <a href=\"https://github.com/WordPress/gutenberg/pull/27067\">“grid view” option</a>. There is also a <a href=\"https://github.com/WordPress/gutenberg/pull/26990\">Posts List variation</a> that sets up a default of listing blog posts and excluding sticky posts. This block variation is a step toward pushing third-party plugin developers into creating custom variations for their post types in the future, building from the example set by WordPress.</p>\n\n\n\n<h2>Full-Screen Cover Block</h2>\n\n\n\n<img />Setting the Cover block to full height.\n\n\n\n<p class=\"has-drop-cap\">The Gutenberg team added a new <a href=\"https://github.com/WordPress/gutenberg/pull/26615\">Full Height Alignment</a> toolbar option to the Cover block. This is an independent alignment option and does not interfere with the existing horizontal alignments.</p>\n\n\n\n<p>When adding the Cover block to a post, users will see a new frame-like button in the toolbar. After clicking, it will automatically set the height setting in the block options to <code>100 vh</code>, which is the full height of the browser viewport. This option is far more flexible than having users set a height with pixel units, which do not automatically adjust based on the visitor’s screen size.</p>\n\n\n\n<p>By combining this new alignment with full-width alignment, users can create full-screen layouts with the Cover block.</p>\n\n\n\n<p>The new toolbar control will likely <a href=\"https://github.com/WordPress/gutenberg/issues/16385\">land in other core blocks</a>. The Media & Text block is another good use case. Plus, third-party plugin developers can integrate it into their blocks. As its use becomes more widespread in blocks, it will offer more robust design options for theme developers too.</p>\n\n\n\n<h2>Change Code Block Font Size</h2>\n\n\n\n<img />Setting the Code block’s font size.\n\n\n\n<p class=\"has-drop-cap\">The Code block now has the same <a href=\"https://github.com/WordPress/gutenberg/pull/27294\">font-size option</a> as other text-based blocks, such as Paragraph and List. In general, users should probably shy away from adjusting this on a per-post basis and stick to the global default set by their theme or the Global Styles options when they eventually land in WordPress.</p>\n\n\n\n<p>However, there are use cases where it makes sense to change the code font-size in particular layouts. I imagine some development-related site owners will want to highlight or showcase code in some way.</p>\n\n\n\n<p>With that in mind, it would be interesting to see other design options brought to Code block. Currently, it does not offer much in the way of customization, but color and background options could allow users to spruce up their code examples a bit without relying on a third-party plugin for that extra bit of pizzazz.</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, 02 Dec 2020 23:45: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: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:57:\"WordPress.org blog: The Month in WordPress: November 2020\";s: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=9283\";s: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:72:\"https://wordpress.org/news/2020/12/the-month-in-wordpress-november-2020/\";s: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:10892:\"<p>November 2020 saw several updates to the WordPress 5.6 release. Read on to follow all the latest news from the WordPress world!</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.6 updates</h2>\n\n\n\n<p>The Core team released WordPress 5.6 <a href=\"https://wordpress.org/news/2020/11/wordpress-5-6-beta-3/\">Beta 3</a> on Nov. 2, <a href=\"https://wordpress.org/news/2020/11/wordpress-5-6-beta-4/\">Beta 4</a> on Nov. 12, <a href=\"https://wordpress.org/news/2020/11/wordpress-5-6-release-candidate/\">release candidate</a> 1 on Nov. 17, and <a href=\"https://wordpress.org/news/2020/12/wordpress-5-6-release-candidate-2/\">release candidate 2</a> on Dec. 1. You can test the Beta versions and the release candidates by <a href=\"https://wordpress.org/wordpress-5.6-beta2.zip\">downloading them from WordPress.org</a> or by using the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin. Check out the <a href=\"https://make.wordpress.org/core/2020/11/20/wordpress-5-6-field-guide/\">WordPress 5.6 field guide</a> to understand the features of WordPress 5.6 and learn how you can incorporate them into your websites. WordPress 5.6 <a href=\"https://make.wordpress.org/core/5-6/\">will be out by Dec. 9, 2020</a>. </p>\n\n\n\n<p>But our work is never done: You can submit <a href=\"https://make.wordpress.org/core/2020/11/23/wordpress-5-7-whats-on-your-wishlist/\">feature suggestions for WordPress 5.7</a> by Dec. 15. </p>\n\n\n\n<p>Want to contribute to upcoming WordPress releases? Join the WordPress Core dev chats on Wednesdays at 5 a.m. and 8 p.m. UTC in the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel on the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a>, and <a href=\"https://make.wordpress.org/core/tag/dev-chat/\">catch up with recaps</a> on the <a href=\"https://make.wordpress.org/core/\">Core team blog</a>. If you would like to help with WordPress 5.6 outreach, contact the <a href=\"https://make.wordpress.org/marketing/\">WordPress Marketing team</a> on the <a href=\"https://wordpress.slack.com/archives/C0GKJ7TFA\">#marketing</a> channel.</p>\n\n\n\n<h2>Gutenberg 9.3 and 9.4 are out</h2>\n\n\n\n<p>Contributor teams released Gutenberg <a href=\"https://make.wordpress.org/core/2020/11/04/whats-new-in-gutenberg-4-november/\">Version 9.3</a> on Nov. 4 and <a href=\"https://make.wordpress.org/core/2020/11/19/whats-new-in-gutenberg-18-november-2/\">Version 9.4</a> on Nov. 18. Both versions include several improvements to Full Site Editing (FSE) flows, in addition to bug fixes and feature upgrades. Version 9.3 is the first release that isn’t included entirely in WordPress 5.6; the version automatically enables FSE experiments when a block-based theme is active. Version 9.4 introduces some new features like percentage width for button blocks, block variation transformations, social icon support, and font size support for the list block. You can find out more about the Gutenberg roadmap in the <a href=\"https://make.wordpress.org/core/2020/11/02/whats-next-in-gutenberg-november-2020/\">What’s next in Gutenberg blog post</a>.</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 Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Learn WordPress updates</h2>\n\n\n\n<p>WordPress contributor teams are all set to launch <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> in December. Community members can now watch<a href=\"https://learn.wordpress.org/workshops\"> video workshops</a> to learn about various WordPress topics, <a href=\"https://www.meetup.com/learn-wordpress-discussions/\">participate in discussion groups</a>, and use <a href=\"https://learn.wordpress.org/lesson-plans/\">lesson plans</a> for organizing their own workshops. Contributor teams have launched <a href=\"https://make.wordpress.org/community/2020/11/18/quizzes-are-now-live-on-learn-wordpress/\">quizzes</a> and are also working on <a href=\"https://make.wordpress.org/community/2020/11/18/standards-for-learn-wordpress-workshop-content/\">setting standards</a> for workshops.<br /></p>\n\n\n\n<p>Want to contribute to Learn WordPress? You can now submit a <a href=\"https://learn.wordpress.org/workshop-presenter-application/\">workshop application</a> (submissions in languages other than English are welcome!), apply to become a <a href=\"https://learn.wordpress.org/discussion-group-leader-application/\">discussion group leader</a>, organize <a href=\"https://make.wordpress.org/community/handbook/virtual-events/organize-learn-wordpress-discussion-groups-for-your-wordpress-meetup/\">discussions for your local WordPress meetup group</a>, or <a href=\"https://make.wordpress.org/training/2020/11/25/high-priority-items-before-learn-wordpress-org-launch-part-2/\">help fix issues with existing lesson plans</a>.</p>\n\n\n\n<h2>WordPress 5.6 Translations and Polyglots survey</h2>\n\n\n\n<p>WordPress 5.6 is ready to be translated and is now at <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a>. If you would like to contribute, <a href=\"https://make.wordpress.org/polyglots/2020/11/07/wordpress-5-6-ready-to-be-translated/\">check out these instructions</a> and ensure that <a href=\"https://make.wordpress.org/polyglots/handbook/translating/packaging-localized-wordpress/automated-release-packages/\">your locale is ready for an automated release</a>. The Polyglots team has also kicked off its <a href=\"https://wordpressdotorg.survey.fm/polyglots-translator-research\">translator research survey</a>. Please <a href=\"https://wordpressdotorg.survey.fm/polyglots-translator-research\">participate in the survey</a>, share the <a href=\"https://wordpressdotorg.survey.fm/polyglots-translator-research\">survey link</a> with members of your locale, and help amplify the <a href=\"https://www.facebook.com/WPTranslationDay/posts/1275404086174610\">Facebook</a>, <a href=\"https://twitter.com/TranslateWP/status/1333342595913834496\">Twitter</a>, and <a href=\"https://www.linkedin.com/posts/wptranslationday_makewordpress-wordpress-activity-6739110862650523648-fX8R/\">LinkedIn</a> posts about it.</p>\n\n\n\n<p>Want to help WordPress speak your language? Follow <a href=\"https://make.wordpress.org/polyglots\">the Polyglots team blog</a> and join the <a href=\"https://wordpress.slack.com/archives/C02RP50LK\">#polyglots</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li><a href=\"https://www.php.net/releases/8.0/en.php\">PHP 8</a> is out, and WordPress 5.6 <a href=\"https://make.wordpress.org/core/2020/11/23/wordpress-and-php-8-0/\">aims to be “beta-compatible” with the latest PHP version</a>.</li><li>Contributor teams have kicked off <a href=\"https://make.wordpress.org/themes/2020/11/18/theme-previews-in-the-time-of-blocks/\">an ongoing discussion on starter content for WordPress themes</a>. Starter content for the <a href=\"http://wp-themes.com/twentytwentyone/\">Twenty Twenty One</a>, <a href=\"http://wp-themes.com/twentytwenty/\">Twenty Twenty</a>, and <a href=\"http://wp-themes.com/twentyseventeen/\">Twenty Seventeen</a> themes are now available.</li><li>The Accessibility team is <a href=\"https://github.com/10degrees/accessibility-statement-plugin\">testing a tool</a> to generate the structure of an accessibility statement for WordPress websites based on <a href=\"https://www.w3.org/WAI/planning/statements/generator/#create\">W3C standards</a>, and it is <a href=\"https://github.com/10degrees/accessibility-statement-plugin/issues\">requesting feedback from the community</a>.</li><li>The <a href=\"https://wordpressfoundation.org/\">WordPress Foundation</a> has published a <a href=\"https://wordpressfoundation.org/2020/open-source-workshops-november-2020-report/\">report on Open Source workshops</a> that were held online in 2020, based on the <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> platform.</li><li>The Docs team is actively <a href=\"https://make.wordpress.org/docs/2020/11/12/follow-up-on-gutenberg-developer-documentation-restructuring-proposal/\">following up</a> on a proposal to <a href=\"https://make.wordpress.org/docs/2020/08/13/plan-proposal-for-a-new-better-structured-gutenberg-developer-documentation/\">restructure the Gutenberg developer documentation</a>.</li><li>The Community team is back with <a href=\"https://make.wordpress.org/community/tag/tuesdaytrainings/\">Tuesday Trainings</a>. The team is <a href=\"https://make.wordpress.org/community/2020/11/16/community-team-goals-for-2021-share-your-suggestions/\">also inviting suggestions on team goals for 2021</a> with a deadline of Dec. 14.</li><li>The Support team is <a href=\"https://make.wordpress.org/support/2020/11/changing-up-the-forum-front-page/\">making changes to the forum page</a> to improve discoverability. </li><li>Two online WordCamps took place in November: <a href=\"https://finland.wordcamp.org/2020/\">WordCamp Finland Online</a> and <a href=\"https://mexico.wordcamp.org/2020/\">WordCamp Mexico Online</a>. You can find Livestream recaps of the events on their websites. Videos will soon be available on WordPress.tv as well.</li><li>The Themes team <a href=\"https://make.wordpress.org/themes/2020/11/11/meeting-notes-tuesday-november-10-2020/\">made some changes to WordPress theme requirements</a>. These include removing updated CSS guidelines and a proposed plan to make WordPress themes accessibility-ready. The team is also <a href=\"https://make.wordpress.org/themes/2020/11/19/feedback-requested-resolution-process-for-issues-found-in-live-themes/\">requesting feedback</a> on the resolution process for issues found in live themes.</li><li>WordPress 5.6 will feature a <a href=\"https://make.wordpress.org/core/2020/11/05/updating-core-jquery-to-version-3-part-2/\">major jQuery change</a>, with the bundled jQuery version being updated to Version 3.5.1 and jQuery Migrate being updated to Version 3.3.2.</li><li>The <a href=\"https://make.wordpress.org/community/tag/wpdiversity/\">Diversity speaker training group</a> of the Community team is requesting feedback on reimagining their work. Please <a href=\"https://make.wordpress.org/community/2020/11/12/input-requested-re-imagining-the-work-of-the-diverse-speaker-training-group-wpdiversity/\">share your feedback as comments on the post</a> by Dec. 18.</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 here</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:\"Wed, 02 Dec 2020 09:13:48 +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: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:73:\"WPTavern: New Plugin Adds Google-Doc Style Commenting to Gutenberg 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=108408\";s: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:191:\"https://wptavern.com/new-plugin-adds-google-doc-style-commenting-to-gutenberg-blocks?utm_source=rss&utm_medium=rss&utm_campaign=new-plugin-adds-google-doc-style-commenting-to-gutenberg-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:3328:\"<p><a href=\"https://www.multidots.com/\">Multidots</a>, a development agency and WordPress VIP Agency Partner, has released a plugin that brings content collaboration to the block editor. The <a href=\"https://wordpress.org/plugins/commenting-feature/\">Google-Doc Style Gutenberg Block Commenting</a> plugin landed on WordPress.org in October and is just starting to gain traction.</p>\n\n\n\n<p>It adds inline commenting to the editor where users can highlight text or select entire blocks and leave a comment. Other users can leave comments and/or mark the thread as resolved for a collaborative editing experience. Alternatively, the post author can use comments for making notes on sections that need to be improved or reviewed prior to publishing. The features support the following editorial workflow:</p>\n\n\n\n<ul><li>Add comments on Gutenberg blocks</li><li>Reply to comment</li><li>Get feedback</li><li>Resolve it</li><li>Get email notification of resolved comments</li></ul>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Multidots has a <a href=\"https://www.multidots.com/gutenberg-commenting-demo/\">live demo</a> set up where you can test leaving comments, replies, and marking threads as resolved. The plugin is currently compatible with a range of text-based blocks that are part of a page or post. Commenting can be accessed by highlighting text and then clicking on the dropdown arrow in the toolbar. Inline comments can be displayed or hidden via the icon in the top toolbar.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The plugin restricts adding and editing comments to Super Administrators, Administrators, and Editors. These user roles can edit their own comments but cannot edit or delete those added by other users.</p>\n\n\n\n<p>Google-Doc Style Gutenberg Block Commenting could be useful for organizations where multiple teams need to review content before publishing. Not having the ability to collaborate using the block editor may even be a deal breaker for some teams that are considering WordPress. When collaborating on posts in the past I have often used Google Docs just for the ability to give inline comments with notifications. This plugin cuts many time-consuming steps out of that process, such as obtaining collaborators’ Gmail addresses, pasting the most recent version of the post into a document, and ultimately having to paste it all back into the editor. </p>\n\n\n\n<p>The plugin’s authors consider this a beta version and plan to add more features based on community feedback. After testing it, I found that resolved threads seem to disappear, but it might be helpful to have a lasting record of them. Users cannot comment on images or other types of non-text-based blocks, and this seems somewhat limiting. There are no notifications for comments – only resolved threads, which makes it difficult to know when content needs further review.</p>\n\n\n\n<p>Multidots is planning for the next release to be a more optimized version with enhanced commenting features, including the ability to leave popup suggestions for adding/removing certain text at a specific location and asynchronous commenting. Anyone interested in following the progress or contributing can <a href=\"https://github.com/multidots/gutenberg_commenting/\">find the project on GitHub</a>.</p>\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, 02 Dec 2020 04:40: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: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: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:53:\"WordPress.org blog: WordPress 5.6 Release Candidate 2\";s: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=9274\";s: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/2020/12/wordpress-5-6-release-candidate-2/\";s: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:2247:\"<p>The second release candidate for WordPress 5.6 is here!</p>\n\n\n\n<p>WordPress 5.6 is slated for release on <strong>December 8, 2020</strong>, and we need <em>your</em> help to get there—if you haven’t tried 5.6 yet, now is the time!</p>\n\n\n\n<p>You can test WordPress 5.6 release candidate 2 in two ways:</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (choose the “bleeding edge nightlies” option).</li><li>Or <a href=\"https://wordpress.org/wordpress-5.6-RC2.zip\">download the release candidate here (zip)</a>.</li></ul>\n\n\n\n<p>Thank you to all of the contributors who tested the Beta releases and gave feedback. Testing for bugs is a critical part of polishing every release and a great way to contribute to WordPress.</p>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.6 and update the <em>Tested up to</em> version in the readme file to 5.6. If you find compatibility problems, please be sure to post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>. That way, those can be figured out before the final release. </p>\n\n\n\n<p>For a more detailed breakdown of the changes included in WordPress 5.6, check out the <a href=\"https://wordpress.org/news/2020/10/wordpress-5-6-beta-1/\">WordPress 5.6 beta 1 post</a>. The <a href=\"https://make.wordpress.org/core/2020/11/20/wordpress-5-6-field-guide/\">WordPress 5.6 Field Guide</a> is also out! It’s your source for details on all the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages!</a></p>\n\n\n\n<p><em><strong>Think you found a bug?</strong> Post it to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We would love to hear from you! If you’re comfortable writing a reproducible bug report you can <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>. Don’t forget to check <a href=\"https://core.trac.wordpress.org/tickets/major\">the list of known bugs</a></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, 01 Dec 2020 22:09:28 +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: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:\"\";}}}}}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:92:\"WPTavern: Block-Based Bosco, Second Full-Site Editing Theme Lands in the WordPress 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=108321\";s: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:227:\"https://wptavern.com/block-based-bosco-second-full-site-editing-theme-lands-in-the-wordpress-directory?utm_source=rss&utm_medium=rss&utm_campaign=block-based-bosco-second-full-site-editing-theme-lands-in-the-wordpress-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:5489:\"<img />\n\n\n\n<p class=\"has-drop-cap\">Fränk Klein, a Principal Engineer at Human Made, is now the second theme developer to release a block-based theme to the WordPress theme directory. <a href=\"https://wordpress.org/themes/block-based-bosco/\">Block-Based Bosco</a> is a recreation of his <a href=\"https://wordpress.org/themes/bosco/\">Bosco</a> theme, which he released in 2014.</p>\n\n\n\n<p>Block-based themes, also called FSE (full-site editing) themes, are currently experimental. They require the use of the Gutenberg plugin, which will automatically detect their structure and activate the beta version of the site editor. This system allows users to experience a WordPress install that is comprised entirely of blocks. Widgets, nav menus, and the customizer screens are out. Everything from posts to site headers to navigation is handled through HTML templates, which users can customize via the site editor. It is still a raw experience but continually improves with each update of the Gutenberg plugin.</p>\n\n\n\n<p>Just over a month ago, Themes Team representative Ari Stathopoulos <a href=\"https://wptavern.com/q-first-fse-wordpress-theme-now-live\">released the first block-based theme</a>, named Q, to the official theme directory. It was both a milestone in WordPress theming history and an invitation for developers to follow his lead.</p>\n\n\n\n<p>We have since seen the initial work toward a <a href=\"https://wptavern.com/twenty-twenty-one-blocks-theme-launching-as-a-separate-project\">block-based version</a> of the upcoming Twenty Twenty-One default theme. It is not yet in the directory, but the community should expect it soon.</p>\n\n\n\n<p>Developers like Klein and Stathopoulos are paving the way for others. For those who do not have the time or the inclination to scour the Gutenberg plugin’s code or follow dozens of tickets, they can take the easy route. Study the code of people who have done the legwork.</p>\n\n\n\n<p>Klein has also written a detailed post titled <a href=\"https://wpdevelopment.courses/articles/full-site-editing-theme-learnings/\">What I Learned Building a Full-Site Editing Theme</a> in which he goes into detail about his experience. Despite his optimism for the future of theming, he does not shy away from the problems he stumbled upon. It is a must-read for any theme author who is preparing to take the plunge into block-based theme building.</p>\n\n\n\n<p>One thing that some developers may find surprising or may even make them feel slightly uncomfortable is that Klein spent much of his development time working from the site editor rather than in a code editor. “It’s likely that this will be the future workflow for creating themes,” he wrote. “Because not only can you edit a theme visually, but it’s also much more practical than writing block markup by hand. Especially because the interface makes it easy to discover the different options offered by blocks, so that you can adjust them as needed for your desired theme design.”</p>\n\n\n\n<h2>About the Theme</h2>\n\n\n\n<img />Block-Based Bosco in the site editor.\n\n\n\n<p class=\"has-drop-cap\">Block-Based Bosco is relatively simple. It is a one-column, no-sidebar theme, which is what most block-based themes will look like at the moment.</p>\n\n\n\n<p>“Full-site editing themes are still missing a lot of essential features,” wrote Klein. “Therefore it’s important to choose a theme design that fits with these constraints. Else you’re going to have a very frustrating experience.”</p>\n\n\n\n<p>Unlike Q, which is a bare-bones theme primarily for testing theme-related features, Block-Based Bosco is based on a design that users might want to actually use on a site, at least someday. Currently, full-site editing is not yet ready for use with production sites. The theme design holds up well for a simple personal blog.</p>\n\n\n\n<p>There are things the theme could do better in the short term. Offering support for wide and full alignments would be ideal, particularly for a one-column theme. The editor and front-end content width also do not match, so it is not a perfect what-you-see-is-what-you-get experience. These are not make-or-break features for these types of experimental themes at this point. We are simply in the testing ground stage.</p>\n\n\n\n<p>Right now, end-users need to start tinkering with themes like Block-Based Bosco — please do so on a test install and not a live site — and offering feedback. They also allow other developers to get more comfortable with a new system before it suddenly feels like it comes crashing down in 2021.</p>\n\n\n\n<h2>Opening Up the Theme Directory</h2>\n\n\n\n<p class=\"has-drop-cap\">One thing is obvious at this point. The WordPress theme directory needs to allow theme authors to upload block-based themes without hacks or other workarounds. Block-Based Bosco and similar themes are currently being shipped with dummy files, such as <code>header.php</code> and <code>footer.php</code>, and unnecessary PHP code in <code>functions.php</code> to bypass the Theme Check system. With these extra files and code removed, block-based themes are minuscule in comparison to traditional WordPress themes.</p>\n\n\n\n<p>There is an <a href=\"https://meta.trac.wordpress.org/ticket/5504\">open ticket</a> on the WordPress Meta Trac and a <a href=\"https://github.com/WordPress/theme-check/pull/280\">patch for the Theme Check plugin</a>. Someone needs to pull the trigger and make it happen.</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, 01 Dec 2020 21:19:54 +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:\"\";}}}}}}}}}}}}}}}}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:\"Mon, 04 Jan 2021 14:39:52 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Mon, 04 Jan 2021 14:30:09 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:\"20171213125319\";}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(119732, '_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1609814393', 'no'),
(119733, '_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1609771193', 'no'),
(119734, '_transient_timeout_dash_v2_6a99407fb8af46de90ed98bf9677a010', '1609814393', 'no'),
(119735, '_transient_dash_v2_6a99407fb8af46de90ed98bf9677a010', '<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2020/12/introducing-learn-wordpress/\'>Introducing Learn WordPress</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://ma.tt/2021/01/whats-in-my-bag-2020/\'>Matt: What’s In My Bag, 2020</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/2020-step-away-from-the-fire?utm_source=rss&utm_medium=rss&utm_campaign=2020-step-away-from-the-fire\'>WPTavern: 2020: Step Away From the Fire</a></li><li><a class=\'rsswidget\' href=\'https://ma.tt/2020/12/running-two-companies/\'>Matt: Jack Dorsey and Running Two Companies</a></li></ul></div>', 'no');
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_postmeta`
--
CREATE TABLE `wp_postmeta` (
`meta_id` bigint(20) UNSIGNED NOT NULL,
`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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Vypisuji data pro tabulku `wp_postmeta`
--
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(66, 36, '_wp_attached_file', '2017/12/logo_hlavicka.jpg'),
(67, 36, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:190;s:6:\"height\";i:41;s:4:\"file\";s:25:\"2017/12/logo_hlavicka.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"logo_hlavicka-150x41.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:41;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:{}}}'),
(96, 52, '_menu_item_type', 'custom'),
(97, 52, '_menu_item_menu_item_parent', '0'),
(98, 52, '_menu_item_object_id', '52'),
(99, 52, '_menu_item_object', 'custom'),
(100, 52, '_menu_item_target', ''),
(101, 52, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(102, 52, '_menu_item_xfn', ''),
(103, 52, '_menu_item_url', '/cs_CZ/#uvod'),
(112, 55, '_edit_last', '1'),
(113, 55, '_edit_lock', '1563049763:1'),
(114, 55, '_wp_page_template', 'default'),
(115, 55, '_et_pb_post_hide_nav', 'default'),
(116, 55, '_et_pb_page_layout', 'et_right_sidebar'),
(117, 55, '_et_pb_side_nav', 'off'),
(118, 55, '_et_pb_use_builder', 'on'),
(121, 55, '_et_pb_old_content', ''),
(122, 55, '_et_pb_enable_shortcode_tracking', ''),
(123, 55, '_et_pb_custom_css', ''),
(130, 60, '_wp_attached_file', '2017/12/logo_skaly.jpg'),
(131, 60, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:545;s:6:\"height\";i:170;s:4:\"file\";s:22:\"2017/12/logo_skaly.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"logo_skaly-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"logo_skaly-300x94.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"logo_skaly-400x170.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"logo_skaly-400x170.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"logo_skaly-510x170.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"logo_skaly-400x170.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:170;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:{}}}'),
(136, 73, '_wp_attached_file', '2017/12/hotel01.jpg'),
(137, 73, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:19:\"2017/12/hotel01.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"hotel01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"hotel01-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"hotel01-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"hotel01-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"hotel01-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"hotel01-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"hotel01-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:32:\"KODAK DX6490 ZOOM DIGITAL CAMERA\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1263042710\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.3\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:8:\"0.005556\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(138, 75, '_wp_attached_file', '2017/12/bar1.jpg'),
(139, 75, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:283;s:6:\"height\";i:378;s:4:\"file\";s:16:\"2017/12/bar1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"bar1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"bar1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:16:\"bar1-283x250.jpg\";s:5:\"width\";i:283;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:16:\"bar1-283x284.jpg\";s:5:\"width\";i:283;s:6:\"height\";i:284;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:{}}}'),
(152, 89, 'title', 'Základní NextGEN náhledy'),
(153, 89, 'preview_image_relpath', '/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumb_preview.jpg'),
(154, 89, 'default_source', 'galleries'),
(155, 89, 'view_order', '10000'),
(156, 89, 'name', 'photocrati-nextgen_basic_thumbnails'),
(157, 89, 'installed_at_version', '2.2.18'),
(158, 89, 'hidden_from_ui', ''),
(159, 89, 'hidden_from_igw', ''),
(160, 89, '__defaults_set', '1'),
(161, 89, 'filter', 'raw'),
(162, 89, 'entity_types', 'WyJpbWFnZSJd'),
(163, 89, 'aliases', 'WyJiYXNpY190aHVtYm5haWwiLCJiYXNpY190aHVtYm5haWxzIiwibmV4dGdlbl9iYXNpY190aHVtYm5haWxzIl0='),
(164, 89, 'id_field', 'ID'),
(165, 89, 'settings', 'eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJpbWFnZXNfcGVyX3BhZ2UiOiIyMCIsIm51bWJlcl9vZl9jb2x1bW5zIjowLCJ0aHVtYm5haWxfd2lkdGgiOjI0MCwidGh1bWJuYWlsX2hlaWdodCI6MTYwLCJzaG93X2FsbF9pbl9saWdodGJveCI6MCwiYWpheF9wYWdpbmF0aW9uIjowLCJ1c2VfaW1hZ2Vicm93c2VyX2VmZmVjdCI6MCwidGVtcGxhdGUiOiIiLCJkaXNwbGF5X25vX2ltYWdlc19lcnJvciI6MSwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJzaG93X3NsaWRlc2hvd19saW5rIjoxLCJzbGlkZXNob3dfbGlua190ZXh0IjoiW1VrXHUwMGUxemF0IHByZXplbnRhY2ldIiwib3ZlcnJpZGVfdGh1bWJuYWlsX3NldHRpbmdzIjowLCJ0aHVtYm5haWxfcXVhbGl0eSI6IjEwMCIsInRodW1ibmFpbF9jcm9wIjoxLCJ0aHVtYm5haWxfd2F0ZXJtYXJrIjowLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0='),
(166, 90, 'title', 'Základní NextGEN prezentace'),
(167, 90, 'preview_image_relpath', '/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/slideshow_preview.jpg'),
(168, 90, 'default_source', 'galleries'),
(169, 90, 'view_order', '10010'),
(170, 90, 'name', 'photocrati-nextgen_basic_slideshow'),
(171, 90, 'installed_at_version', '2.2.18'),
(172, 90, 'hidden_from_ui', ''),
(173, 90, 'hidden_from_igw', ''),
(174, 90, '__defaults_set', '1'),
(175, 90, 'filter', 'raw'),
(176, 90, 'entity_types', 'WyJpbWFnZSJd'),
(177, 90, 'aliases', 'WyJiYXNpY19zbGlkZXNob3ciLCJuZXh0Z2VuX2Jhc2ljX3NsaWRlc2hvdyJd'),
(178, 90, 'id_field', 'ID'),
(179, 90, 'settings', 'eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJnYWxsZXJ5X3dpZHRoIjo2MDAsImdhbGxlcnlfaGVpZ2h0Ijo0MDAsInRodW1ibmFpbF93aWR0aCI6MjQwLCJ0aHVtYm5haWxfaGVpZ2h0IjoxNjAsImN5Y2xlX2ludGVydmFsIjoxMCwiY3ljbGVfZWZmZWN0IjoiZmFkZSIsImVmZmVjdF9jb2RlIjoiY2xhc3M9XCJuZ2ctZmFuY3lib3hcIiByZWw9XCIlR0FMTEVSWV9OQU1FJVwiIiwic2hvd190aHVtYm5haWxfbGluayI6MSwidGh1bWJuYWlsX2xpbmtfdGV4dCI6IltVa1x1MDBlMXphdCBuXHUwMGUxaGxlZHldIiwidGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0='),
(180, 91, 'title', 'Základní NextGEN prohlížeč obrázků'),
(181, 91, 'preview_image_relpath', '/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/static/preview.jpg'),
(182, 91, 'default_source', 'galleries'),
(183, 91, 'view_order', '10020'),
(184, 91, 'name', 'photocrati-nextgen_basic_imagebrowser'),
(185, 91, 'installed_at_version', '2.2.18'),
(186, 91, 'hidden_from_ui', ''),
(187, 91, 'hidden_from_igw', ''),
(188, 91, '__defaults_set', '1'),
(189, 91, 'filter', 'raw'),
(190, 91, 'entity_types', 'WyJpbWFnZSJd'),
(191, 91, 'aliases', 'WyJiYXNpY19pbWFnZWJyb3dzZXIiLCJpbWFnZWJyb3dzZXIiLCJuZXh0Z2VuX2Jhc2ljX2ltYWdlYnJvd3NlciJd'),
(192, 91, 'id_field', 'ID'),
(193, 91, 'settings', 'eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJ0ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifQ=='),
(194, 92, 'title', 'NextGEN Basic SinglePic'),
(195, 92, 'preview_image_relpath', '/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_singlepic/static/preview.gif'),
(196, 92, 'default_source', 'galleries'),
(197, 92, 'view_order', '10060'),
(198, 92, 'hidden_from_ui', '1'),
(199, 92, 'hidden_from_igw', '1'),
(200, 92, 'name', 'photocrati-nextgen_basic_singlepic'),
(201, 92, 'installed_at_version', '2.2.18'),
(202, 92, '__defaults_set', '1'),
(203, 92, 'filter', 'raw'),
(204, 92, 'entity_types', 'WyJpbWFnZSJd'),
(205, 92, 'aliases', 'WyJiYXNpY19zaW5nbGVwaWMiLCJzaW5nbGVwaWMiLCJuZXh0Z2VuX2Jhc2ljX3NpbmdsZXBpYyJd'),
(206, 92, 'id_field', 'ID'),
(207, 92, 'settings', 'eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJ3aWR0aCI6IiIsImhlaWdodCI6IiIsIm1vZGUiOiIiLCJkaXNwbGF5X3dhdGVybWFyayI6MCwiZGlzcGxheV9yZWZsZWN0aW9uIjowLCJmbG9hdCI6IiIsImxpbmsiOiIiLCJsaW5rX3RhcmdldCI6Il9ibGFuayIsInF1YWxpdHkiOjEwMCwiY3JvcCI6MCwidGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0='),
(208, 93, 'title', 'NextGEN Basic TagCloud'),
(209, 93, 'preview_image_relpath', '/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_tagcloud/static/preview.gif'),
(210, 93, 'default_source', 'tags'),
(211, 93, 'view_order', '10100'),
(212, 93, 'name', 'photocrati-nextgen_basic_tagcloud'),
(213, 93, 'installed_at_version', '2.2.18'),
(214, 93, 'hidden_from_ui', ''),
(215, 93, 'hidden_from_igw', ''),
(216, 93, '__defaults_set', '1'),
(217, 93, 'filter', 'raw'),
(218, 93, 'entity_types', 'WyJpbWFnZSJd'),
(219, 93, 'aliases', 'WyJiYXNpY190YWdjbG91ZCIsInRhZ2Nsb3VkIiwibmV4dGdlbl9iYXNpY190YWdjbG91ZCJd'),
(220, 93, 'id_field', 'ID'),
(221, 93, 'settings', 'eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJnYWxsZXJ5X2Rpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwibnVtYmVyIjo0NSwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciJ9'),
(222, 94, 'title', 'Základní NextGEN kompaktní album'),
(223, 94, 'preview_image_relpath', '/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_album/static/compact_preview.jpg'),
(224, 94, 'default_source', 'albums'),
(225, 94, 'view_order', '10200'),
(226, 94, 'name', 'photocrati-nextgen_basic_compact_album'),
(227, 94, 'installed_at_version', '2.2.18'),
(228, 94, 'hidden_from_ui', ''),
(229, 94, 'hidden_from_igw', ''),
(230, 94, '__defaults_set', '1'),
(231, 94, 'filter', 'raw'),
(232, 94, 'entity_types', 'WyJhbGJ1bSIsImdhbGxlcnkiXQ=='),
(233, 94, 'aliases', 'WyJiYXNpY19jb21wYWN0X2FsYnVtIiwibmV4dGdlbl9iYXNpY19hbGJ1bSIsImJhc2ljX2FsYnVtX2NvbXBhY3QiLCJjb21wYWN0X2FsYnVtIl0='),
(234, 94, 'id_field', 'ID'),
(235, 94, 'settings', 'eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJnYWxsZXJpZXNfcGVyX3BhZ2UiOjAsImVuYWJsZV9icmVhZGNydW1icyI6MSwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJlbmFibGVfZGVzY3JpcHRpb25zIjowLCJ0ZW1wbGF0ZSI6IiIsIm9wZW5fZ2FsbGVyeV9pbl9saWdodGJveCI6MCwiZ2FsbGVyeV9kaXNwbGF5X3R5cGUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyIsImdhbGxlcnlfZGlzcGxheV90ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifQ=='),
(236, 95, 'title', 'Základní NextGEN rozšířené album'),
(237, 95, 'preview_image_relpath', '/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_album/static/extended_preview.jpg'),
(238, 95, 'default_source', 'albums'),
(239, 95, 'view_order', '10210'),
(240, 95, 'name', 'photocrati-nextgen_basic_extended_album'),
(241, 95, 'installed_at_version', '2.2.18'),
(242, 95, 'hidden_from_ui', ''),
(243, 95, 'hidden_from_igw', ''),
(244, 95, '__defaults_set', '1'),
(245, 95, 'filter', 'raw'),
(246, 95, 'entity_types', 'WyJhbGJ1bSIsImdhbGxlcnkiXQ=='),
(247, 95, 'aliases', 'WyJiYXNpY19leHRlbmRlZF9hbGJ1bSIsIm5leHRnZW5fYmFzaWNfZXh0ZW5kZWRfYWxidW0iLCJleHRlbmRlZF9hbGJ1bSJd'),
(248, 95, 'id_field', 'ID'),
(249, 95, 'settings', 'eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJnYWxsZXJpZXNfcGVyX3BhZ2UiOjAsImVuYWJsZV9icmVhZGNydW1icyI6MSwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJlbmFibGVfZGVzY3JpcHRpb25zIjowLCJ0ZW1wbGF0ZSI6IiIsIm9wZW5fZ2FsbGVyeV9pbl9saWdodGJveCI6MCwib3ZlcnJpZGVfdGh1bWJuYWlsX3NldHRpbmdzIjowLCJ0aHVtYm5haWxfd2lkdGgiOjI0MCwidGh1bWJuYWlsX2hlaWdodCI6MTYwLCJ0aHVtYm5haWxfcXVhbGl0eSI6MTAwLCJ0aHVtYm5haWxfY3JvcCI6dHJ1ZSwidGh1bWJuYWlsX3dhdGVybWFyayI6MCwiZ2FsbGVyeV9kaXNwbGF5X3R5cGUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyIsImdhbGxlcnlfZGlzcGxheV90ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifQ=='),
(250, 97, '__defaults_set', '1'),
(251, 97, 'filter', 'raw'),
(252, 97, 'id_field', 'ID'),
(262, 99, '__defaults_set', '1'),
(263, 99, 'filter', 'raw'),
(264, 99, 'id_field', 'ID'),
(265, 100, '__defaults_set', '1'),
(266, 100, 'filter', 'raw'),
(267, 100, 'id_field', 'ID'),
(274, 101, '__defaults_set', '1'),
(275, 101, 'filter', 'raw'),
(276, 101, 'id_field', 'ID'),
(277, 102, '__defaults_set', '1'),
(278, 102, 'filter', 'raw'),
(279, 102, 'id_field', 'ID'),
(286, 103, '__defaults_set', '1'),
(287, 103, 'filter', 'raw'),
(288, 103, 'id_field', 'ID'),
(289, 104, '__defaults_set', '1'),
(290, 104, 'filter', 'raw'),
(291, 104, 'id_field', 'ID'),
(298, 105, '__defaults_set', '1'),
(299, 105, 'filter', 'raw'),
(300, 105, 'id_field', 'ID'),
(301, 106, '__defaults_set', '1'),
(302, 106, 'filter', 'raw'),
(303, 106, 'id_field', 'ID'),
(310, 107, '__defaults_set', '1'),
(311, 107, 'filter', 'raw'),
(312, 107, 'id_field', 'ID'),
(313, 108, '__defaults_set', '1'),
(314, 108, 'filter', 'raw'),
(315, 108, 'id_field', 'ID'),
(322, 109, '__defaults_set', '1'),
(323, 109, 'filter', 'raw'),
(324, 109, 'id_field', 'ID'),
(325, 98, '__defaults_set', '1'),
(326, 98, 'filter', 'raw'),
(327, 98, 'id_field', 'ID'),
(328, 113, '_et_pb_predefined_layout', 'on'),
(329, 113, '_et_pb_built_for_post_type', 'page'),
(330, 113, '_et_pb_layout_applicability', 'product_tour'),
(395, 55, '_et_builder_version', 'BB|Divi|3.26.1'),
(396, 55, '_et_pb_ab_refresh_interval', 'hourly'),
(398, 55, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"55\" /]'),
(400, 164, '__defaults_set', '1'),
(401, 164, 'filter', 'raw'),
(402, 164, 'id_field', 'ID'),
(403, 165, '__defaults_set', '1'),
(404, 165, 'filter', 'raw'),
(405, 165, 'id_field', 'ID'),
(412, 166, '__defaults_set', '1'),
(413, 166, 'filter', 'raw'),
(414, 166, 'id_field', 'ID'),
(415, 167, '__defaults_set', '1'),
(416, 167, 'filter', 'raw'),
(417, 167, 'id_field', 'ID'),
(418, 168, '__defaults_set', '1'),
(419, 168, 'filter', 'raw'),
(420, 168, 'id_field', 'ID'),
(427, 169, '__defaults_set', '1'),
(428, 169, 'filter', 'raw'),
(429, 169, 'id_field', 'ID'),
(430, 170, '__defaults_set', '1'),
(431, 170, 'filter', 'raw'),
(432, 170, 'id_field', 'ID'),
(439, 171, '__defaults_set', '1'),
(440, 171, 'filter', 'raw'),
(441, 171, 'id_field', 'ID'),
(442, 173, '_wp_attached_file', '2017/12/kone.jpg'),
(443, 173, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:203;s:6:\"height\";i:201;s:4:\"file\";s:16:\"2017/12/kone.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"kone-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(444, 174, '_wp_attached_file', '2017/12/lezec.jpg'),
(445, 174, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:98;s:6:\"height\";i:202;s:4:\"file\";s:17:\"2017/12/lezec.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"lezec-98x150.jpg\";s:5:\"width\";i:98;s:6:\"height\";i:150;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:{}}}'),
(446, 178, '_tablepress_table_options', '{\"last_editor\":1,\"table_head\":false,\"table_foot\":false,\"alternating_row_colors\":true,\"row_hover\":true,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":true,\"datatables_sort\":true,\"datatables_filter\":true,\"datatables_paginate\":true,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":10,\"datatables_info\":true,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),
(447, 178, '_tablepress_table_visibility', '{\"rows\":[1,1,1,1,1],\"columns\":[1,1]}'),
(448, 182, '_wp_attached_file', '2017/12/kontakt_hotel.jpg'),
(449, 182, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:237;s:6:\"height\";i:356;s:4:\"file\";s:25:\"2017/12/kontakt_hotel.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"kontakt_hotel-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"kontakt_hotel-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"kontakt_hotel-237x250.jpg\";s:5:\"width\";i:237;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"kontakt_hotel-237x284.jpg\";s:5:\"width\";i:237;s:6:\"height\";i:284;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:{}}}'),
(450, 185, '_form', '<center><label> <b>Vaše jméno a příjmení:</b> (vyžadováno)\n [text* your-name minlength:3 maxlength:20] </label>\n\n<label> <b>Váš e-mail:</b> (vyžadováno)\n [email* your-email minlength:6] </label>\n\n<label> <b>Váš telefon:</b>\n [text phone minlength:9 maxlength:14] </label>\n\n<label> <b>Předmět</b>\n [text your-subject] </label>\n\n<label> <b>Vaše zpráva</b>\n [textarea your-message minlength:10] </label>\n\n[checkbox* Odeslatzprvu \"Odeslat zprávu\"]\n\n[submit \"Odeslat\"]\n</center>'),
(451, 185, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:39:\"[Hotel Lesní zátiší] [your-subject]\";s:6:\"sender\";s:43:\"[your-name] <wordpress@hotellesnizatisi.cz>\";s:9:\"recipient\";s:21:\"lesni.zatisi@email.cz\";s:4:\"body\";s:225:\"Od: [your-name]\nE-mail: <[your-email]>\nTelefon: <[phone]>\n\nPředmět: [your-subject]\n\nZpráva:\n[your-message]\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz\";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;}'),
(452, 185, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:39:\"[Hotel Lesní zátiší] [your-subject]\";s:6:\"sender\";s:64:\"Hotel Lesní zátiší <wordpress@hotellesnizatisi.jservices.cz>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:149:\"Zpráva:\n[your-message]\n\n-- \nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.jservices.cz\";s:18:\"additional_headers\";s:35:\"Reply-To: jakub.dvorak@jservices.cz\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(453, 185, '_messages', 'a:23:{s:12:\"mail_sent_ok\";s:57:\"Děkujeme Vám. Vaše zpráva byla úspěšně odeslána.\";s:12:\"mail_sent_ng\";s:70:\"Během odesílání zprávy nastala chyba. Zkuste to prosím později.\";s:16:\"validation_error\";s:81:\"Některá pole obsahují chybu. Opravte prosím zadané údaje a zkuste to znovu.\";s:4:\"spam\";s:70:\"Během odesílání zprávy nastala chyba. Zkuste to prosím později.\";s:12:\"accept_terms\";s:66:\"Před odesláním zprávy musíte souhlasit s podmínkami služby.\";s:16:\"invalid_required\";s:22:\"Toto pole je povinné.\";s:16:\"invalid_too_long\";s:35:\"Zadaný údaj je příliš dlouhý.\";s:17:\"invalid_too_short\";s:27:\"Pole je příliš krátké.\";s:12:\"invalid_date\";s:26:\"Formát data je neplatný.\";s:14:\"date_too_early\";s:39:\"Datum je před nejnižším povoleným.\";s:13:\"date_too_late\";s:39:\"Datum je před nejvyšším povoleným.\";s:13:\"upload_failed\";s:56:\"Během nahrávání souboru se vyskytla neznámá chyba.\";s:24:\"upload_file_type_invalid\";s:71:\"Nemáte dostatečné oprávění pro nahrávání tohoto typu souborů.\";s:21:\"upload_file_too_large\";s:27:\"Soubor je příliš velký.\";s:23:\"upload_failed_php_error\";s:42:\"Při nahrávání souboru došlo k chybě.\";s:14:\"invalid_number\";s:29:\"Formát čísla je neplatný.\";s:16:\"number_too_small\";s:56:\"Číslo je nižší, než minimální povolená hodnota.\";s:16:\"number_too_large\";s:56:\"Číslo je vyšší, než maximální povolená hodnota.\";s:23:\"quiz_answer_not_correct\";s:30:\"Odpověď na kvíz je chybná.\";s:17:\"captcha_not_match\";s:31:\"Vložený kód není správný.\";s:13:\"invalid_email\";s:39:\"Zadaná e-mailová adresa je neplatná.\";s:11:\"invalid_url\";s:32:\"Zadaná URL adresa je neplatná.\";s:11:\"invalid_tel\";s:40:\"Zadané telefonní číslo je neplatné.\";}'),
(454, 185, '_additional_settings', ''),
(455, 185, '_locale', 'cs_CZ'),
(466, 197, '_menu_item_type', 'custom'),
(467, 197, '_menu_item_menu_item_parent', '0'),
(468, 197, '_menu_item_object_id', '197'),
(469, 197, '_menu_item_object', 'custom'),
(470, 197, '_menu_item_target', ''),
(471, 197, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(472, 197, '_menu_item_xfn', ''),
(473, 197, '_menu_item_url', '/cs_CZ/#ohotelu'),
(475, 198, '_menu_item_type', 'custom'),
(476, 198, '_menu_item_menu_item_parent', '0'),
(477, 198, '_menu_item_object_id', '198'),
(478, 198, '_menu_item_object', 'custom'),
(479, 198, '_menu_item_target', ''),
(480, 198, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(481, 198, '_menu_item_xfn', ''),
(482, 198, '_menu_item_url', '/cs_CZ/#vokoli'),
(484, 199, '_menu_item_type', 'custom'),
(485, 199, '_menu_item_menu_item_parent', '0'),
(486, 199, '_menu_item_object_id', '199'),
(487, 199, '_menu_item_object', 'custom'),
(488, 199, '_menu_item_target', ''),
(489, 199, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(490, 199, '_menu_item_xfn', ''),
(491, 199, '_menu_item_url', '/cs_CZ/#nabizime'),
(493, 200, '_menu_item_type', 'custom'),
(494, 200, '_menu_item_menu_item_parent', '0'),
(495, 200, '_menu_item_object_id', '200'),
(496, 200, '_menu_item_object', 'custom'),
(497, 200, '_menu_item_target', ''),
(498, 200, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(499, 200, '_menu_item_xfn', ''),
(500, 200, '_menu_item_url', '/cs_CZ/#kontakt'),
(502, 55, '_oembed_bec9e6c3652404ae8ea77ae74a8adae8', '{{unknown}}'),
(503, 205, '_menu_item_type', 'custom'),
(504, 205, '_menu_item_menu_item_parent', '0'),
(505, 205, '_menu_item_object_id', '205'),
(506, 205, '_menu_item_object', 'custom'),
(507, 205, '_menu_item_target', ''),
(508, 205, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(509, 205, '_menu_item_xfn', ''),
(510, 205, '_menu_item_url', '/cs_CZ/#mapa'),
(512, 206, '_menu_item_type', 'custom'),
(513, 206, '_menu_item_menu_item_parent', '0'),
(514, 206, '_menu_item_object_id', '206'),
(515, 206, '_menu_item_object', 'custom'),
(516, 206, '_menu_item_target', ''),
(517, 206, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(518, 206, '_menu_item_xfn', ''),
(519, 206, '_menu_item_url', '#mltlngg-switcher'),
(521, 206, '_mltlngg_menu_item', 'aligned-icons'),
(522, 219, '_wp_attached_file', '2017/12/restaurace01.jpg'),
(523, 219, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:24:\"2017/12/restaurace01.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"restaurace01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"restaurace01-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"restaurace01-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:24:\"restaurace01-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:24:\"restaurace01-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:24:\"restaurace01-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:24:\"restaurace01-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:32:\"KODAK DX6490 ZOOM DIGITAL CAMERA\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1041382931\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.3\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:8:\"0.016667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(524, 220, '_wp_attached_file', '2017/12/restaurace02.jpg'),
(525, 220, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:24:\"2017/12/restaurace02.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"restaurace02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"restaurace02-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"restaurace02-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:24:\"restaurace02-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:24:\"restaurace02-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:24:\"restaurace02-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:24:\"restaurace02-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:32:\"KODAK DX6490 ZOOM DIGITAL CAMERA\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1041379980\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"23.1\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:8:\"0.011111\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(526, 221, '_wp_attached_file', '2017/12/restaurace03.jpg'),
(527, 221, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:24:\"2017/12/restaurace03.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"restaurace03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"restaurace03-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"restaurace03-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:24:\"restaurace03-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:24:\"restaurace03-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:24:\"restaurace03-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:24:\"restaurace03-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:32:\"KODAK DX6490 ZOOM DIGITAL CAMERA\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1219970172\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"9.8\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:8:\"0.016667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(528, 222, '_wp_attached_file', '2017/12/restaurace04.jpg'),
(529, 222, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:24:\"2017/12/restaurace04.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"restaurace04-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"restaurace04-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"restaurace04-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:24:\"restaurace04-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:24:\"restaurace04-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:24:\"restaurace04-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:24:\"restaurace04-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:32:\"KODAK DX6490 ZOOM DIGITAL CAMERA\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1222280266\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.3\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:8:\"0.016667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(530, 223, '_wp_attached_file', '2017/12/restaurace05.jpg'),
(531, 223, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:24:\"2017/12/restaurace05.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"restaurace05-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"restaurace05-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"restaurace05-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:24:\"restaurace05-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:24:\"restaurace05-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:24:\"restaurace05-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:24:\"restaurace05-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:32:\"KODAK DX6490 ZOOM DIGITAL CAMERA\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1263462030\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"8.5\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:8:\"0.016667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(532, 224, '_wp_attached_file', '2017/12/restaurace06.jpg'),
(533, 224, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:24:\"2017/12/restaurace06.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"restaurace06-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"restaurace06-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"restaurace06-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:24:\"restaurace06-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:24:\"restaurace06-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:24:\"restaurace06-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:24:\"restaurace06-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:32:\"KODAK DX6490 ZOOM DIGITAL CAMERA\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1263462755\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.3\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:8:\"0.016667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(534, 221, '_wp_attachment_image_alt', ''),
(536, 235, '_wp_attached_file', '2017/12/pokoj1.jpg'),
(537, 235, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:257;s:6:\"height\";i:193;s:4:\"file\";s:18:\"2017/12/pokoj1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"pokoj1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(538, 236, '_wp_attached_file', '2017/12/pokoj01.jpg'),
(539, 236, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:564;s:4:\"file\";s:19:\"2017/12/pokoj01.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"pokoj01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"pokoj01-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"pokoj01-768x541.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:541;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"pokoj01-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"pokoj01-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"pokoj01-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"pokoj01-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}'),
(540, 237, '_wp_attached_file', '2017/12/pokoj2.jpg'),
(541, 237, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:292;s:6:\"height\";i:244;s:4:\"file\";s:18:\"2017/12/pokoj2.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"pokoj2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),
(552, 319, '_wp_attached_file', '2018/01/hotel.jpg'),
(553, 319, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:17:\"2018/01/hotel.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"hotel-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"hotel-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"hotel-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"hotel-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:17:\"hotel-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:18:\"hotel-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:17:\"hotel-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:17:\"hotel-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:18:\"hotel-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:17:\"hotel-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}'),
(584, 331, '_wp_attached_file', '2019/03/epobyty.png'),
(585, 331, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:223;s:6:\"height\";i:40;s:4:\"file\";s:19:\"2019/03/epobyty.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"epobyty-150x40.png\";s:5:\"width\";i:150;s:6:\"height\";i:40;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:{}}}'),
(586, 55, '_et_pb_built_for_post_type', 'page'),
(589, 55, '_et_pb_show_page_creation', 'off'),
(590, 55, '_et_pb_ab_stats_refresh_interval', 'hourly'),
(591, 343, '_wp_attached_file', '2019/07/ceskehory.jpg'),
(592, 343, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:197;s:6:\"height\";i:42;s:4:\"file\";s:21:\"2019/07/ceskehory.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"ceskehory-150x42.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:42;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:{}}}'),
(593, 55, '_et_pb_first_image', '');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(594, 55, '_et_pb_truncate_post', '<p><div id=\"uvod\" class=\"et_pb_section et_pb_section_0 et_pb_with_background et_section_regular\">\n \n \n \n \n <div class=\"et_pb_row et_pb_row_0\">\n <div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0 et_pb_css_mix_blend_mode_passthrough et-last-child\">\n \n \n <div class=\"et_pb_module et_pb_text et_pb_text_0 et_pb_bg_layout_light et_pb_text_align_left\">\n \n \n <div class=\"et_pb_text_inner\">\n <p> </p>\n<p> </p>\n<p> </p>\n </div>\n </div> <!-- .et_pb_text -->\n </div> <!-- .et_pb_column -->\n \n \n </div> <!-- .et_pb_row -->\n \n \n </div> <!-- .et_pb_section --><div id=\"ohotelu\" class=\"et_pb_section et_pb_section_1 et_section_regular\">\n \n \n \n \n <div class=\"et_pb_row et_pb_row_1\">\n <div class=\"et_pb_column et_pb_column_1_3 et_pb_column_1 et_pb_css_mix_blend_mode_passthrough\">\n \n \n <div class=\"et_pb_module et_pb_image et_pb_image_0 et_animated et-waypoint\">\n \n \n <span class=\"et_pb_image_wrap \"><img src=\"http://hotellesnizatisi.cz/wp-content/uploads/2018/01/hotel.jpg\" alt=\"\" /></span>\n </div>\n </div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_2_3 et_pb_column_2 et_pb_css_mix_blend_mode_passthrough\">\n \n \n <div class=\"et_pb_module et_pb_text et_pb_text_1 et_clickable et_pb_bg_layout_light et_pb_text_align_left\">\n \n \n <div class=\"et_pb_text_inner\">\n <p><img class=\"alignnone size-full wp-image-331 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2019/03/epobyty.png\" alt=\"\" width=\"223\" height=\"40\" /></p>\n </div>\n </div> <!-- .et_pb_text --><div class=\"et_pb_module et_pb_text et_pb_text_2 et_pb_bg_layout_light et_pb_text_align_left\">\n \n \n <div class=\"et_pb_text_inner\">\n <div id=\"page\">\n<div id=\"wrapper\">\n<div id=\"main\" class=\"floatRight\">\n<div id=\"content\">\n<div id=\"mainZone\" class=\"colB floatLeft\">\n<div class=\"box wysiwyg\">\n<div class=\"content wsw\">\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span></p>\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span></p>\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span></p>\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span></p>\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší – hotel, stojící u samé brány Adršpašských skal.</span></span></p>\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n </div>\n </div> <!-- .et_pb_text -->\n </div> <!-- .et_pb_column -->\n \n \n </div> <!-- .et_pb_row -->\n \n \n </div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_2 et_section_regular\">\n \n \n \n \n <div class=\"et_pb_row et_pb_row_2 et_pb_row_empty\">\n \n \n \n </div> <!-- .et_pb_row -->\n \n \n </div> <!-- .et_pb_section --><div id=\"vokoli\" class=\"et_pb_section et_pb_section_3 et_section_regular\">\n \n \n \n \n <div class=\"et_pb_row et_pb_row_3\">\n <div class=\"et_pb_column et_pb_column_4_4 et_pb_column_3 et_pb_css_mix_blend_mode_passthrough et-last-child\">\n \n \n <div class=\"et_pb_module et_pb_text et_pb_text_3 et_pb_bg_layout_light et_pb_text_align_left\">\n \n \n <div class=\"et_pb_text_inner\">\n <div id=\"page\">\n<div id=\"wrapper\">\n<div id=\"main\" class=\"floatRight\">\n<div id=\"content\">\n<div id=\"mainZone\" class=\"colA\">\n<div class=\"box wysiwyg\">\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete….</span></strong></p>\n<p><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš – přehrada, renesanční zámek – muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové – Zoo-Safari, zámek Kuks, a další…</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n </div>\n </div> <!-- .et_pb_text -->\n </div> <!-- .et_pb_column -->\n \n \n </div> <!-- .et_pb_row -->\n \n \n </div> <!-- .et_pb_section --><div id=\"nabizime\" class=\"et_pb_section et_pb_section_4 et_section_regular\">\n \n \n \n \n <div class=\"et_pb_row et_pb_row_4\">\n <div class=\"et_pb_column et_pb_column_4_4 et_pb_column_4 et_pb_css_mix_blend_mode_passthrough et-last-child\">\n \n \n <div class=\"et_pb_module et_pb_tabs et_pb_tabs_0 \">\n \n \n <ul class=\"et_pb_tabs_controls clearfix\">\n <li class=\"et_pb_tab_0 et_pb_tab_active\"><a href=\"#\">Restaurace</a></li><li class=\"et_pb_tab_1\"><a href=\"#\">Skladba pokojů</a></li><li class=\"et_pb_tab_2\"><a href=\"#\">Aktivity</a></li><li class=\"et_pb_tab_3\"><a href=\"#\">Ceník</a></li><li class=\"et_pb_tab_4\"><a href=\"#\">Storno poplatky</a></li>\n </ul>\n <div class=\"et_pb_all_tabs\">\n <div class=\"et_pb_tab et_pb_tab_0 clearfix et_pb_active_content\">\n \n \n <div class=\"et_pb_tab_content\">\n <p><img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" srcset=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/bar1-225x300.jpg 225w, http://hotellesnizatisi.cz/wp-content/uploads/2017/12/bar1.jpg 283w\" sizes=\"(max-width: 225px) 100vw, 225px\" /><br />\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span></p>\n<p><span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span></p>\n<p><span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span></p>\n<p><span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span></p>\n<p><span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span></p>\n<ul class=\"et_post_gallery clearfix\">\n <li class=\"et_gallery_item et_pb_gallery_image\">\n <a href=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/restaurace06.jpg\" title=\"restaurace06\">\n <span class=\"et_portfolio_image\">\n <img width=\"400\" height=\"284\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/restaurace06-400x284.jpg\" class=\"attachment-et-pb-portfolio-image size-et-pb-portfolio-image\" alt=\"\" />\n <span class=\"et_overlay\"></span>\n </span>\n </a>\n \n </li><li class=\"et_gallery_item et_pb_gallery_image\">\n <a href=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/restaurace05.jpg\" title=\"restaurace05\">\n <span class=\"et_portfolio_image\">\n <img width=\"400\" height=\"284\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/restaurace05-400x284.jpg\" class=\"attachment-et-pb-portfolio-image size-et-pb-portfolio-image\" alt=\"\" />\n <span class=\"et_overlay\"></span>\n </span>\n </a>\n \n </li><li class=\"et_gallery_item et_pb_gallery_image\">\n <a href=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/restaurace04.jpg\" title=\"restaurace04\">\n <span class=\"et_portfolio_image\">\n <img width=\"400\" height=\"284\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/restaurace04-400x284.jpg\" class=\"attachment-et-pb-portfolio-image size-et-pb-portfolio-image\" alt=\"\" />\n <span class=\"et_overlay\"></span>\n </span>\n </a>\n \n </li><li class=\"et_gallery_item et_pb_gallery_image\">\n <a href=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/restaurace03.jpg\" title=\"restaurace03\">\n <span class=\"et_portfolio_image\">\n <img width=\"400\" height=\"284\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/restaurace03-400x284.jpg\" class=\"attachment-et-pb-portfolio-image size-et-pb-portfolio-image\" alt=\"\" />\n <span class=\"et_overlay\"></span>\n </span>\n </a>\n \n </li><li class=\"et_gallery_item et_pb_gallery_image\">\n <a href=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/restaurace02.jpg\" title=\"restaurace02\">\n <span class=\"et_portfolio_image\">\n <img width=\"400\" height=\"284\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/restaurace02-400x284.jpg\" class=\"attachment-et-pb-portfolio-image size-et-pb-portfolio-image\" alt=\"\" />\n <span class=\"et_overlay\"></span>\n </span>\n </a>\n \n </li><li class=\"et_gallery_item et_pb_gallery_image\">\n <a href=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/restaurace01.jpg\" title=\"restaurace01\">\n <span class=\"et_portfolio_image\">\n <img width=\"400\" height=\"284\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/restaurace01-400x284.jpg\" class=\"attachment-et-pb-portfolio-image size-et-pb-portfolio-image\" alt=\"\" />\n <span class=\"et_overlay\"></span>\n </span>\n </a>\n \n </li>\n </ul>\n </div><!-- .et_pb_tab_content\" -->\n </div> <!-- .et_pb_tab --><div class=\"et_pb_tab et_pb_tab_1 clearfix\">\n \n \n <div class=\"et_pb_tab_content\">\n <p>7 pokojů – 20 míst</p>\n<p>Pokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.</p>\n<p>V ceně za ubytování je zahrnuta snídaně.</p>\n<p><b>Parkoviště u hotelu.</b></p>\n<ul class=\"et_post_gallery clearfix\">\n <li class=\"et_gallery_item et_pb_gallery_image\">\n <a href=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/pokoj1.jpg\" title=\"pokoj1\">\n <span class=\"et_portfolio_image\">\n <img width=\"257\" height=\"193\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/pokoj1.jpg\" class=\"attachment-et-pb-portfolio-image size-et-pb-portfolio-image\" alt=\"\" />\n <span class=\"et_overlay\"></span>\n </span>\n </a>\n \n </li><li class=\"et_gallery_item et_pb_gallery_image\">\n <a href=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/pokoj2.jpg\" title=\"pokoj2\">\n <span class=\"et_portfolio_image\">\n <img width=\"292\" height=\"244\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/pokoj2.jpg\" class=\"attachment-et-pb-portfolio-image size-et-pb-portfolio-image\" alt=\"\" />\n <span class=\"et_overlay\"></span>\n </span>\n </a>\n \n </li><li class=\"et_gallery_item et_pb_gallery_image\">\n <a href=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/pokoj01.jpg\" title=\"pokoj01\">\n <span class=\"et_portfolio_image\">\n <img width=\"400\" height=\"284\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/pokoj01-400x284.jpg\" class=\"attachment-et-pb-portfolio-image size-et-pb-portfolio-image\" alt=\"\" srcset=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/pokoj01-400x284.jpg 400w, http://hotellesnizatisi.cz/wp-content/uploads/2017/12/pokoj01-300x212.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" />\n <span class=\"et_overlay\"></span>\n </span>\n </a>\n \n </li>\n </ul>\n </div><!-- .et_pb_tab_content\" -->\n </div> <!-- .et_pb_tab --><div class=\"et_pb_tab et_pb_tab_2 clearfix\">\n \n \n <div class=\"et_pb_tab_content\">\n <p><img class=\"size-full wp-image-174 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"98\" height=\"202\" /></p>\n<p>V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" srcset=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kone.jpg 203w, http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kone-150x150.jpg 150w\" sizes=\"(max-width: 203px) 100vw, 203px\" /></p>\n </div><!-- .et_pb_tab_content\" -->\n </div> <!-- .et_pb_tab --><div class=\"et_pb_tab et_pb_tab_3 clearfix\">\n \n \n <div class=\"et_pb_tab_content\">\n <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong><br />\n\n<table id=\"tablepress-1\" class=\"tablepress tablepress-id-1\">\n<tbody class=\"row-hover\">\n<tr class=\"row-1 odd\">\n <td class=\"column-1\">Jednodenní pobyt</td><td class=\"column-2\">800,- Kč</td>\n</tr>\n<tr class=\"row-2 even\">\n <td class=\"column-1\">Dvou a více denní pobyt</td><td class=\"column-2\">550,- Kč</td>\n</tr>\n<tr class=\"row-3 odd\">\n <td class=\"column-1\">Děti do 10ti let s vlastním lůžkem</td><td class=\"column-2\">350,- Kč</td>\n</tr>\n<tr class=\"row-4 even\">\n <td class=\"column-1\">Poplatek za psa / den</td><td class=\"column-2\">100,- Kč</td>\n</tr>\n<tr class=\"row-5 odd\">\n <td class=\"column-1\">Samostatně servírovaná snídaně včetně nápoje bez pobytu</td><td class=\"column-2\">100,- Kč</td>\n</tr>\n</tbody>\n</table>\n<!-- #tablepress-1 from cache --> \n </div><!-- .et_pb_tab_content\" -->\n </div> <!-- .et_pb_tab --><div class=\"et_pb_tab et_pb_tab_4 clearfix\">\n \n \n <div class=\"et_pb_tab_content\">\n <ul>\n<li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem – storno <b>15%</b></li>\n<li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem – storno <b>60%</b></li>\n<li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\n</ul>\n<p>Ubytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).</p>\n<p>Storno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.</p>\n<p>V případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.</p>\n<p>Rezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.</p>\n </div><!-- .et_pb_tab_content\" -->\n </div> <!-- .et_pb_tab -->\n </div> <!-- .et_pb_all_tabs -->\n </div> <!-- .et_pb_tabs -->\n </div> <!-- .et_pb_column -->\n \n \n </div> <!-- .et_pb_row -->\n \n \n </div> <!-- .et_pb_section --><div id=\"kontakt\" class=\"et_pb_section et_pb_section_5 et_section_regular\">\n \n \n \n \n <div class=\"et_pb_row et_pb_row_5\">\n <div class=\"et_pb_column et_pb_column_1_3 et_pb_column_5 et_pb_css_mix_blend_mode_passthrough\">\n \n \n <div class=\"et_pb_module et_pb_text et_pb_text_4 et_pb_bg_layout_light et_pb_text_align_left\">\n \n \n <div class=\"et_pb_text_inner\">\n <div role=\"form\" class=\"wpcf7\" id=\"wpcf7-f185-p55-o1\" lang=\"cs-CZ\" dir=\"ltr\">\n<div class=\"screen-reader-response\"></div>\n<form action=\"/cs_CZ/?s#wpcf7-f185-p55-o1\" method=\"post\" class=\"wpcf7-form\" novalidate=\"novalidate\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"185\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.1.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"cs_CZ\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f185-p55-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"55\" />\n<input type=\"hidden\" name=\"g-recaptcha-response\" value=\"\" />\n</div>\n<p><center><label> <b>Vaše jméno a příjmení:</b> (vyžadováno)<br />\n <span class=\"wpcf7-form-control-wrap your-name\"><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" maxlength=\"20\" minlength=\"3\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> <b>Váš e-mail:</b> (vyžadováno)<br />\n <span class=\"wpcf7-form-control-wrap your-email\"><input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" minlength=\"6\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> <b>Váš telefon:</b><br />\n <span class=\"wpcf7-form-control-wrap phone\"><input type=\"text\" name=\"phone\" value=\"\" size=\"40\" maxlength=\"14\" minlength=\"9\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> <b>Předmět</b><br />\n <span class=\"wpcf7-form-control-wrap your-subject\"><input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> <b>Vaše zpráva</b><br />\n <span class=\"wpcf7-form-control-wrap your-message\"><textarea name=\"your-message\" cols=\"40\" rows=\"10\" minlength=\"10\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\"></textarea></span> </label></p>\n<p><span class=\"wpcf7-form-control-wrap Odeslatzprvu\"><span class=\"wpcf7-form-control wpcf7-checkbox wpcf7-validates-as-required\"><span class=\"wpcf7-list-item first last\"><input type=\"checkbox\" name=\"Odeslatzprvu[]\" value=\"Odeslat zprávu\" /><span class=\"wpcf7-list-item-label\">Odeslat zprávu</span></span></span></span></p>\n<p><input type=\"submit\" value=\"Odeslat\" class=\"wpcf7-form-control wpcf7-submit\" /><br />\n</center></p>\n<div class=\"wpcf7-response-output wpcf7-display-none\"></div></form></div>\n </div>\n </div> <!-- .et_pb_text -->\n </div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_6 et_pb_css_mix_blend_mode_passthrough\">\n \n \n <div class=\"et_pb_module et_pb_text et_pb_text_5 et_pb_bg_layout_light et_pb_text_align_left\">\n \n \n <div class=\"et_pb_text_inner\">\n <p>\n<b><br />Věra Vrzalová</b><br /><b>IČ:</b> 16124693</p>\n<p>549 51 Dolní Adršpach 121<br /><b>GPS:</b> 50°36’54.777″N, 16°7’11.26″E</p>\n<p><b>tel.: </b>+420 491 586 202<br /><b>mobil: </b>+420 777 172 786<br /><b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a><br /><b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a></p>\n </div>\n </div> <!-- .et_pb_text -->\n </div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_7 et_pb_css_mix_blend_mode_passthrough\">\n \n \n <div class=\"et_pb_module et_pb_image et_pb_image_1\">\n \n \n <span class=\"et_pb_image_wrap \"><img src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" alt=\"\" /></span>\n </div>\n </div> <!-- .et_pb_column -->\n \n \n </div> <!-- .et_pb_row -->\n \n \n </div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_6 et_section_regular\">\n \n \n \n \n <div class=\"et_pb_row et_pb_row_6\">\n <div class=\"et_pb_column et_pb_column_4_4 et_pb_column_8 et_pb_css_mix_blend_mode_passthrough et-last-child\">\n \n \n <div id=\"mapa\" class=\"et_pb_module et_pb_text et_pb_text_6 et_pb_bg_layout_light et_pb_text_align_left\">\n \n \n <div class=\"et_pb_text_inner\">\n <div class=\"gmp_map_opts\" id=\"mapConElem_3_95963\" data-id=\"3\" data-view-id=\"3_95963\" > <div class=\"gmpMapDetailsContainer\" id=\"gmpMapDetailsContainer_3_95963\"> <i class=\"gmpKMLLayersPreloader fa fa-spinner fa-spin\" aria-hidden=\"true\" style=\"display: none;\"></i> <div class=\"gmp_MapPreview \" id=\"google_map_easy_3_95963\"></div> </div> <div class=\"gmpMapMarkerFilters\" id=\"gmpMapMarkerFilters_3_95963\"> </div> <div class=\"gmpMapProControlsCon\" id=\"gmpMapProControlsCon_3_95963\"> </div> <div class=\"gmpMapProDirectionsCon\" id=\"gmpMapProDirectionsCon_3_95963\" > </div> <div class=\"gmpMapProKmlFilterCon\" id=\"gmpMapProKmlFilterCon_3_95963\" > </div> <div class=\"gmpSocialSharingShell gmpSocialSharingShell_3_95963\"> </div> <div style=\"clear: both;\"></div> </div> \n </div>\n </div> <!-- .et_pb_text -->\n </div> <!-- .et_pb_column -->\n \n \n </div> <!-- .et_pb_row -->\n \n \n </div> <!-- .et_pb_section --><span id=\"more-55\"></span></p>\n'),
(595, 55, '_et_pb_gutter_width', '3'),
(596, 351, '_menu_item_type', 'custom'),
(597, 351, '_menu_item_menu_item_parent', '0'),
(598, 351, '_menu_item_object_id', '351'),
(599, 351, '_menu_item_object', 'custom'),
(600, 351, '_menu_item_target', ''),
(601, 351, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(602, 351, '_menu_item_xfn', ''),
(603, 351, '_menu_item_url', 'https://www.ceskehory.cz/pocasi/adrspasske-skaly.html'),
(604, 353, '_wp_trash_meta_status', 'publish'),
(605, 353, '_wp_trash_meta_time', '1609771287');
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_posts`
--
CREATE TABLE `wp_posts` (
`ID` bigint(20) UNSIGNED NOT NULL,
`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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Vypisuji data pro tabulku `wp_posts`
--
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(36, 1, '2017-12-13 17:08:38', '2017-12-13 16:08:38', '', 'logo_hlavicka', '', 'inherit', 'open', 'closed', '', 'logo_hlavicka', '', '', '2017-12-13 17:08:38', '2017-12-13 16:08:38', '', 0, 'http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_hlavicka.jpg', 0, 'attachment', 'image/jpeg', 0),
(37, 1, '2017-12-13 17:09:29', '2017-12-13 16:09:29', '', 'Divi', '', 'publish', 'closed', 'closed', '', 'divi', '', '', '2018-01-04 22:39:00', '2018-01-04 21:39:00', '', 0, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/13/divi/', 0, 'custom_css', '', 0),
(38, 1, '2017-12-13 17:09:29', '2017-12-13 16:09:29', '', 'Divi', '', 'inherit', 'closed', 'closed', '', '37-revision-v1', '', '', '2017-12-13 17:09:29', '2017-12-13 16:09:29', '', 37, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/13/37-revision-v1/', 0, 'revision', '', 0),
(52, 1, '2017-12-13 17:32:21', '2017-12-13 16:32:21', '', 'Úvodní stránka', '', 'publish', 'closed', 'closed', '', 'uvodni-stranka', '', '', '2019-07-13 22:32:20', '2019-07-13 20:32:20', '', 0, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/13/uvodni-stranka/', 1, 'nav_menu_item', '', 0),
(55, 1, '2017-12-13 17:34:06', '2017-12-13 16:34:06', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.19.18\" background_image=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" module_id=\"uvod\" next_background_color=\"#ffffff\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row _builder_version=\"3.19.18\" width=\"90%\" max_width=\"1200px\"][et_pb_column type=\"4_4\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text _builder_version=\"3.19.18\" width=\"90%\" max_width=\"1200px\"]\r\n\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\" prev_background_color=\"#000000\" next_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"90%\" max_width=\"1200px\"][et_pb_column type=\"1_3\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_image src=\"http://hotellesnizatisi.cz/wp-content/uploads/2018/01/hotel.jpg\" _builder_version=\"3.0.97\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" show_bottom_space=\"on\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\" align_last_edited=\"on|desktop\" align_tablet=\"center\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text admin_label=\"e-pobyty\" _builder_version=\"3.26.1\" width=\"90%\" max_width=\"1200px\" text_text_shadow_horizontal_length=\"text_text_shadow_style,%91object Object%93\" text_text_shadow_horizontal_length_tablet=\"0px\" text_text_shadow_vertical_length=\"text_text_shadow_style,%91object Object%93\" text_text_shadow_vertical_length_tablet=\"0px\" text_text_shadow_blur_strength=\"text_text_shadow_style,%91object Object%93\" text_text_shadow_blur_strength_tablet=\"1px\" link_text_shadow_horizontal_length=\"link_text_shadow_style,%91object Object%93\" link_text_shadow_horizontal_length_tablet=\"0px\" link_text_shadow_vertical_length=\"link_text_shadow_style,%91object Object%93\" link_text_shadow_vertical_length_tablet=\"0px\" link_text_shadow_blur_strength=\"link_text_shadow_style,%91object Object%93\" link_text_shadow_blur_strength_tablet=\"1px\" ul_text_shadow_horizontal_length=\"ul_text_shadow_style,%91object Object%93\" ul_text_shadow_horizontal_length_tablet=\"0px\" ul_text_shadow_vertical_length=\"ul_text_shadow_style,%91object Object%93\" ul_text_shadow_vertical_length_tablet=\"0px\" ul_text_shadow_blur_strength=\"ul_text_shadow_style,%91object Object%93\" ul_text_shadow_blur_strength_tablet=\"1px\" ol_text_shadow_horizontal_length=\"ol_text_shadow_style,%91object Object%93\" ol_text_shadow_horizontal_length_tablet=\"0px\" ol_text_shadow_vertical_length=\"ol_text_shadow_style,%91object Object%93\" ol_text_shadow_vertical_length_tablet=\"0px\" ol_text_shadow_blur_strength=\"ol_text_shadow_style,%91object Object%93\" ol_text_shadow_blur_strength_tablet=\"1px\" quote_text_shadow_horizontal_length=\"quote_text_shadow_style,%91object Object%93\" quote_text_shadow_horizontal_length_tablet=\"0px\" quote_text_shadow_vertical_length=\"quote_text_shadow_style,%91object Object%93\" quote_text_shadow_vertical_length_tablet=\"0px\" quote_text_shadow_blur_strength=\"quote_text_shadow_style,%91object Object%93\" quote_text_shadow_blur_strength_tablet=\"1px\" header_text_shadow_horizontal_length=\"header_text_shadow_style,%91object Object%93\" header_text_shadow_horizontal_length_tablet=\"0px\" header_text_shadow_vertical_length=\"header_text_shadow_style,%91object Object%93\" header_text_shadow_vertical_length_tablet=\"0px\" header_text_shadow_blur_strength=\"header_text_shadow_style,%91object Object%93\" header_text_shadow_blur_strength_tablet=\"1px\" header_2_text_shadow_horizontal_length=\"header_2_text_shadow_style,%91object Object%93\" header_2_text_shadow_horizontal_length_tablet=\"0px\" header_2_text_shadow_vertical_length=\"header_2_text_shadow_style,%91object Object%93\" header_2_text_shadow_vertical_length_tablet=\"0px\" header_2_text_shadow_blur_strength=\"header_2_text_shadow_style,%91object Object%93\" header_2_text_shadow_blur_strength_tablet=\"1px\" header_3_text_shadow_horizontal_length=\"header_3_text_shadow_style,%91object Object%93\" header_3_text_shadow_horizontal_length_tablet=\"0px\" header_3_text_shadow_vertical_length=\"header_3_text_shadow_style,%91object Object%93\" header_3_text_shadow_vertical_length_tablet=\"0px\" header_3_text_shadow_blur_strength=\"header_3_text_shadow_style,%91object Object%93\" header_3_text_shadow_blur_strength_tablet=\"1px\" header_4_text_shadow_horizontal_length=\"header_4_text_shadow_style,%91object Object%93\" header_4_text_shadow_horizontal_length_tablet=\"0px\" header_4_text_shadow_vertical_length=\"header_4_text_shadow_style,%91object Object%93\" header_4_text_shadow_vertical_length_tablet=\"0px\" header_4_text_shadow_blur_strength=\"header_4_text_shadow_style,%91object Object%93\" header_4_text_shadow_blur_strength_tablet=\"1px\" header_5_text_shadow_horizontal_length=\"header_5_text_shadow_style,%91object Object%93\" header_5_text_shadow_horizontal_length_tablet=\"0px\" header_5_text_shadow_vertical_length=\"header_5_text_shadow_style,%91object Object%93\" header_5_text_shadow_vertical_length_tablet=\"0px\" header_5_text_shadow_blur_strength=\"header_5_text_shadow_style,%91object Object%93\" header_5_text_shadow_blur_strength_tablet=\"1px\" header_6_text_shadow_horizontal_length=\"header_6_text_shadow_style,%91object Object%93\" header_6_text_shadow_horizontal_length_tablet=\"0px\" header_6_text_shadow_vertical_length=\"header_6_text_shadow_style,%91object Object%93\" header_6_text_shadow_vertical_length_tablet=\"0px\" header_6_text_shadow_blur_strength=\"header_6_text_shadow_style,%91object Object%93\" header_6_text_shadow_blur_strength_tablet=\"1px\" box_shadow_horizontal_tablet=\"0px\" box_shadow_vertical_tablet=\"0px\" box_shadow_blur_tablet=\"40px\" box_shadow_spread_tablet=\"0px\" z_index_tablet=\"500\" link_option_url_new_window=\"on\" link_option_url=\"http://e-pobyty.cz\"]\r\n\r\n<p><img class=\"alignnone size-full wp-image-331 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2019/03/epobyty.png\" alt=\"\" width=\"223\" height=\"40\" /></p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\" prev_background_color=\"#000000\" next_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"90%\" max_width=\"1200px\"][et_pb_column type=\"4_4\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<p><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\" prev_background_color=\"#000000\" next_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"90%\" max_width=\"1200px\"][et_pb_column type=\"4_4\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" />\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-full wp-image-174 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"98\" height=\"202\" />\r\n\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\" prev_background_color=\"#000000\" next_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"90%\" max_width=\"1200px\"][et_pb_column type=\"1_3\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n<p>\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<p>\r\n<b><br />Věra Vrzalová</b><br /><b>IČ:</b> 16124693</p>\r\n<p>549 51 Dolní Adršpach 121<br /><b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E</p>\r\n<p><b>tel.: </b>+420 491 586 202<br /><b>mobil: </b>+420 777 172 786<br /><b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a><br /><b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\" show_bottom_space=\"on\" align_last_edited=\"on|desktop\" align_tablet=\"center\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" prev_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row][et_pb_column type=\"4_4\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.93\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n<p>\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'publish', 'closed', 'closed', '', 'hlavni-stranka', '', '', '2019-07-13 22:31:17', '2019-07-13 20:31:17', '', 0, 'http://hotellesnizatisi.jservices.cz/?page_id=55', 0, 'page', '', 0),
(56, 1, '2017-12-13 17:34:06', '2017-12-13 16:34:06', '[et_pb_section bb_built=\"1\" admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nHlavní stránka\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-13 17:34:06', '2017-12-13 16:34:06', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/13/55-revision-v1/', 0, 'revision', '', 0),
(60, 1, '2017-12-13 18:00:00', '2017-12-13 17:00:00', '', 'logo_skaly', '', 'inherit', 'open', 'closed', '', 'logo_skaly', '', '', '2017-12-13 18:00:00', '2017-12-13 17:00:00', '', 55, 'http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg', 0, 'attachment', 'image/jpeg', 0),
(61, 1, '2017-12-13 18:00:13', '2017-12-13 17:00:13', '[et_pb_section bb_built=\"1\" admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Obrázek\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nHlavní stránka\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-13 18:00:13', '2017-12-13 17:00:13', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/13/55-revision-v1/', 0, 'revision', '', 0),
(62, 1, '2017-12-13 18:01:04', '2017-12-13 17:01:04', '[et_pb_section bb_built=\"1\" admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Obrázek\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"center\" force_fullwidth=\"on\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nHlavní stránka\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-13 18:01:04', '2017-12-13 17:01:04', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/13/55-revision-v1/', 0, 'revision', '', 0),
(63, 1, '2017-12-13 18:04:38', '2017-12-13 17:04:38', '[et_pb_section bb_built=\"1\" admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Obrázek\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"center\" force_fullwidth=\"on\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][et_pb_post_title admin_label=\"Titulek příspěvku\" title=\"on\" meta=\"on\" author=\"on\" date=\"on\" categories=\"on\" comments=\"on\" featured_image=\"on\" featured_placement=\"below\" parallax_effect=\"off\" parallax_method=\"on\" text_orientation=\"left\" text_color=\"dark\" text_background=\"off\" text_bg_color=\"rgba(255,255,255,0.9)\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-13 18:04:38', '2017-12-13 17:04:38', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/13/55-revision-v1/', 0, 'revision', '', 0),
(64, 1, '2017-12-13 18:07:35', '2017-12-13 17:07:35', '[et_pb_section bb_built=\"1\" admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Obrázek\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"center\" force_fullwidth=\"on\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][et_pb_button admin_label=\"Tlačítko\" url_new_window=\"off\" button_text=\"HOTEL\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" /][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-13 18:07:35', '2017-12-13 17:07:35', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/13/55-revision-v1/', 0, 'revision', '', 0),
(65, 1, '2017-12-13 18:08:55', '2017-12-13 17:08:55', '[et_pb_section bb_built=\"1\" admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Obrázek\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"center\" force_fullwidth=\"on\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][et_pb_post_title admin_label=\"Titulek příspěvku\" title=\"on\" meta=\"on\" author=\"on\" date=\"on\" categories=\"on\" comments=\"on\" featured_image=\"on\" featured_placement=\"background\" parallax_effect=\"off\" parallax_method=\"on\" text_orientation=\"left\" text_color=\"dark\" text_background=\"off\" text_bg_color=\"rgba(255,255,255,0.9)\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-13 18:08:55', '2017-12-13 17:08:55', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/13/55-revision-v1/', 0, 'revision', '', 0),
(66, 1, '2017-12-13 18:10:48', '2017-12-13 17:10:48', '[et_pb_section fb_built=\"1\" admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Obrázek\"][/et_pb_image][et_pb_text]<p>HOTEL LESNÍ ZÁTIŠÍ</p>[/et_pb_text][et_pb_post_title featured_placement=\"background\" admin_label=\"Titulek příspěvku\"][/et_pb_post_title][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-13 18:10:48', '2017-12-13 17:10:48', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/13/55-revision-v1/', 0, 'revision', '', 0),
(68, 1, '2017-12-13 18:12:27', '2017-12-13 17:12:27', '[et_pb_section bb_built=\"1\" admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" background_image=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1 style=\"text-align: center;\">Hotel Lesní zátiší</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-13 18:12:27', '2017-12-13 17:12:27', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/13/55-revision-v1/', 0, 'revision', '', 0),
(69, 1, '2017-12-13 18:13:19', '2017-12-13 17:13:19', '[et_pb_section bb_built=\"1\" admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" background_image=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1></h1>\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Hotel Lesní zátiší</span></h1>\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-13 18:13:19', '2017-12-13 17:13:19', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/13/55-revision-v1/', 0, 'revision', '', 0),
(70, 1, '2017-12-13 18:13:43', '2017-12-13 17:13:43', '[et_pb_section bb_built=\"1\" admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" background_image=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1></h1>\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">Hotel Lesní zátiší</span></strong></h1>\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-13 18:13:43', '2017-12-13 17:13:43', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/13/55-revision-v1/', 0, 'revision', '', 0),
(71, 1, '2017-12-13 18:15:40', '2017-12-13 17:15:40', '[et_pb_section bb_built=\"1\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"uvod\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"úvod obrázek\" background_layout=\"light\" text_orientation=\"left\" background_image=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1></h1>\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">Hotel Lesní zátiší</span></strong></h1>\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-13 18:15:40', '2017-12-13 17:15:40', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/13/55-revision-v1/', 0, 'revision', '', 0),
(72, 1, '2017-12-13 18:17:25', '2017-12-13 17:17:25', '[et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"uvod\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"úvod obrázek\" background_layout=\"light\" text_orientation=\"left\" background_image=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1></h1>\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">Hotel Lesní zátiší</span></strong></h1>\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Sekce\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Řádek\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Nabízíme\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<h1><span style=\"color: #800080;\">V našem okolí najdete....</span></h1>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-13 18:17:25', '2017-12-13 17:17:25', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/13/55-revision-v1/', 0, 'revision', '', 0),
(73, 1, '2017-12-13 18:20:35', '2017-12-13 17:20:35', '', 'hotel01', '', 'inherit', 'open', 'closed', '', 'hotel01', '', '', '2017-12-13 18:20:35', '2017-12-13 17:20:35', '', 55, 'http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg', 0, 'attachment', 'image/jpeg', 0),
(74, 1, '2017-12-13 18:20:44', '2017-12-13 17:20:44', '[et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"uvod\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"úvod obrázek\" background_layout=\"light\" text_orientation=\"left\" background_image=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1></h1>\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">Hotel Lesní zátiší</span></strong></h1>\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Sekce\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Řádek\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Obrázek\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce ?</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Sekce\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Řádek\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Nabízíme\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<h1><span style=\"color: #800080;\">V našem okolí najdete....</span></h1>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-13 18:20:44', '2017-12-13 17:20:44', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/13/55-revision-v1/', 0, 'revision', '', 0),
(75, 1, '2017-12-13 18:25:29', '2017-12-13 17:25:29', '', 'bar1', '', 'inherit', 'open', 'closed', '', 'bar1', '', '', '2017-12-13 18:25:29', '2017-12-13 17:25:29', '', 55, 'http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1.jpg', 0, 'attachment', 'image/jpeg', 0),
(76, 1, '2017-12-13 18:25:34', '2017-12-13 17:25:34', '[et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"uvod\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"úvod obrázek\" background_layout=\"light\" text_orientation=\"left\" background_image=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1></h1>\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">Hotel Lesní zátiší</span></strong></h1>\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Sekce\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"ohotelu\"][et_pb_row admin_label=\"Řádek\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Obrázek\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce ?</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Sekce\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"nabizime\"][et_pb_row admin_label=\"Řádek\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Nabízíme\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<h1><span style=\"color: #800080;\">V našem okolí najdete....</span></h1>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Sekce\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"restaurace\"][et_pb_row admin_label=\"Řádek\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Obrázek\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"restaurace\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-13 18:25:34', '2017-12-13 17:25:34', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/13/55-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(77, 1, '2017-12-13 18:26:44', '2017-12-13 17:26:44', '[et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"uvod\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"úvod obrázek\" background_layout=\"light\" text_orientation=\"left\" background_image=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1></h1>\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">Hotel Lesní zátiší</span></strong></h1>\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Sekce\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"ohotelu\"][et_pb_row admin_label=\"Řádek\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Obrázek\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce ?</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Sekce\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"nabizime\"][et_pb_row admin_label=\"Řádek\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Nabízíme\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<h1><span style=\"color: #800080;\">V našem okolí najdete....</span></h1>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Sekce\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"restaurace\"][et_pb_row admin_label=\"Řádek\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1><span style=\"color: #993366;\">Restaurace</span></h1>\r\n[/et_pb_text][et_pb_image admin_label=\"Obrázek\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"restaurace\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-13 18:26:44', '2017-12-13 17:26:44', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/13/55-revision-v1/', 0, 'revision', '', 0),
(78, 1, '2017-12-13 18:28:14', '2017-12-13 17:28:14', '[et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"uvod\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"úvod obrázek\" background_layout=\"light\" text_orientation=\"left\" background_image=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1></h1>\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">Hotel Lesní zátiší</span></strong></h1>\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Sekce\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"ohotelu\"][et_pb_row admin_label=\"Řádek\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Obrázek\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce ?</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Sekce\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"nabizime\"][et_pb_row admin_label=\"Řádek\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Nabízíme\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><span style=\"color: #800080;\">V našem okolí najdete....</span></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Sekce\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"restaurace\"][et_pb_row admin_label=\"Řádek\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Nadpis: Restaurace\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<span style=\"color: #993366;\">Restaurace</span>\r\n\r\n[/et_pb_text][et_pb_image admin_label=\"Obrázek\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"prázdné\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][et_pb_text admin_label=\"restaurace\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-13 18:28:14', '2017-12-13 17:28:14', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/13/55-revision-v1/', 0, 'revision', '', 0),
(79, 1, '2017-12-13 18:29:06', '2017-12-13 17:29:06', '[et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"uvod\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"úvod obrázek\" background_layout=\"light\" text_orientation=\"left\" background_image=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1></h1>\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">Hotel Lesní zátiší</span></strong></h1>\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Sekce\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"ohotelu\"][et_pb_row admin_label=\"Řádek\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Obrázek\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce ?</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Sekce\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"nabizime\"][et_pb_row admin_label=\"Řádek\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Nabízíme\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><span style=\"color: #993366;\">V našem okolí najdete....</span></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Sekce\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"restaurace\"][et_pb_row admin_label=\"Řádek\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Nadpis: Restaurace\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<span style=\"color: #993366;\">Restaurace</span>\r\n\r\n[/et_pb_text][et_pb_image admin_label=\"Obrázek\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"prázdné\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][et_pb_text admin_label=\"restaurace\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-13 18:29:06', '2017-12-13 17:29:06', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/13/55-revision-v1/', 0, 'revision', '', 0),
(80, 1, '2017-12-13 18:29:33', '2017-12-13 17:29:33', '[et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"uvod\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"úvod obrázek\" background_layout=\"light\" text_orientation=\"left\" background_image=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1></h1>\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">Hotel Lesní zátiší</span></strong></h1>\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Sekce\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"ohotelu\"][et_pb_row admin_label=\"Řádek\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Obrázek\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce ?</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Sekce\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"nabizime\"][et_pb_row admin_label=\"Řádek\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Nabízíme\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Sekce\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"restaurace\"][et_pb_row admin_label=\"Řádek\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Nadpis: Restaurace\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong><span style=\"color: #993366;\">Restaurace</span></strong>\r\n\r\n[/et_pb_text][et_pb_image admin_label=\"Obrázek\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"prázdné\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][et_pb_text admin_label=\"restaurace\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-13 18:29:33', '2017-12-13 17:29:33', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/13/55-revision-v1/', 0, 'revision', '', 0),
(81, 1, '2017-12-13 18:30:49', '2017-12-13 17:30:49', '[et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"uvod\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"úvod obrázek\" background_layout=\"light\" text_orientation=\"left\" background_image=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1></h1>\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">Hotel Lesní zátiší</span></strong></h1>\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Sekce\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"ohotelu\"][et_pb_row admin_label=\"Řádek\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Obrázek\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce ?</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Sekce\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"nabizime\"][et_pb_row admin_label=\"Řádek\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Nabízíme\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Sekce\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"restaurace\"][et_pb_row admin_label=\"Řádek\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Nadpis: Restaurace\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong><span style=\"color: #993366;\">Restaurace</span></strong>\r\n\r\n[/et_pb_text][et_pb_image admin_label=\"Obrázek\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"prázdné\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][et_pb_text admin_label=\"restaurace\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Sekce\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Řádek\"][et_pb_column type=\"4_4\"][et_pb_gallery admin_label=\"Galerie\" /][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-13 18:30:49', '2017-12-13 17:30:49', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/13/55-revision-v1/', 0, 'revision', '', 0),
(88, 1, '2017-12-13 18:32:40', '2017-12-13 17:32:40', '[et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"uvod\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"úvod obrázek\" background_layout=\"light\" text_orientation=\"left\" background_image=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1></h1>\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">Hotel Lesní zátiší</span></strong></h1>\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Sekce\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"ohotelu\"][et_pb_row admin_label=\"Řádek\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Obrázek\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce ?</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Sekce\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"nabizime\"][et_pb_row admin_label=\"Řádek\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Nabízíme\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Sekce\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"restaurace\"][et_pb_row admin_label=\"Řádek\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Nadpis: Restaurace\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong><span style=\"color: #993366;\">Restaurace</span></strong>\r\n\r\n[/et_pb_text][et_pb_image admin_label=\"Obrázek\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"prázdné\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][et_pb_text admin_label=\"restaurace\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Sekce\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Řádek\"][et_pb_column type=\"4_4\"][et_pb_gallery admin_label=\"Galerie\" gallery_ids=\"60,73,75,82,86,87,84,85,83\" fullwidth=\"off\" orientation=\"landscape\" show_title_and_caption=\"on\" show_pagination=\"on\" background_layout=\"light\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-13 18:32:40', '2017-12-13 17:32:40', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/13/55-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(96, 1, '2017-12-13 18:39:13', '2017-12-13 17:39:13', '[et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"uvod\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"úvod obrázek\" background_layout=\"light\" text_orientation=\"left\" background_image=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1> </h1>\r\n<h1> </h1>\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">Hotel Lesní zátiší</span></strong></h1>\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Sekce\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"ohotelu\"][et_pb_row admin_label=\"Řádek\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Obrázek\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce ?</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Sekce\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"nabizime\"][et_pb_row admin_label=\"Řádek\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Nabízíme\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Sekce\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"restaurace\"][et_pb_row admin_label=\"Řádek\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Nadpis: Restaurace\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong><span style=\"color: #993366;\">Restaurace</span></strong>\r\n\r\n[/et_pb_text][et_pb_image admin_label=\"Obrázek\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"prázdné\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][et_pb_text admin_label=\"restaurace\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Sekce\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Řádek\"][et_pb_column type=\"4_4\"][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-13 18:39:13', '2017-12-13 17:39:13', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/13/55-revision-v1/', 0, 'revision', '', 0),
(97, 1, '2017-12-13 18:49:32', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2017-12-13 18:49:32', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://hotellesnizatisi.jservices.cz/?p=97', 0, 'ngg_pictures', '', 0),
(98, 1, '2017-12-13 18:50:34', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2017-12-13 18:50:34', '2017-12-13 17:50:34', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://hotellesnizatisi.jservices.cz/?p=98', 0, 'ngg_pictures', '', 0),
(99, 1, '2017-12-13 18:49:33', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_gallery', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2017-12-13 18:49:33', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://hotellesnizatisi.jservices.cz/?p=99', 0, 'ngg_gallery', '', 0),
(100, 1, '2017-12-13 18:49:34', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2017-12-13 18:49:34', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://hotellesnizatisi.jservices.cz/?p=100', 0, 'ngg_pictures', '', 0),
(101, 1, '2017-12-13 18:49:35', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2017-12-13 18:49:35', '2017-12-13 17:49:35', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://hotellesnizatisi.jservices.cz/?p=101', 0, 'ngg_pictures', '', 0),
(102, 1, '2017-12-13 18:49:36', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2017-12-13 18:49:36', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://hotellesnizatisi.jservices.cz/?p=102', 0, 'ngg_pictures', '', 0),
(103, 1, '2017-12-13 18:49:37', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2017-12-13 18:49:37', '2017-12-13 17:49:37', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://hotellesnizatisi.jservices.cz/?p=103', 0, 'ngg_pictures', '', 0),
(104, 1, '2017-12-13 18:49:38', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2017-12-13 18:49:38', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://hotellesnizatisi.jservices.cz/?p=104', 0, 'ngg_pictures', '', 0),
(105, 1, '2017-12-13 18:49:38', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2017-12-13 18:49:38', '2017-12-13 17:49:38', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://hotellesnizatisi.jservices.cz/?p=105', 0, 'ngg_pictures', '', 0),
(106, 1, '2017-12-13 18:49:39', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2017-12-13 18:49:39', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://hotellesnizatisi.jservices.cz/?p=106', 0, 'ngg_pictures', '', 0),
(107, 1, '2017-12-13 18:49:40', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2017-12-13 18:49:40', '2017-12-13 17:49:40', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://hotellesnizatisi.jservices.cz/?p=107', 0, 'ngg_pictures', '', 0),
(108, 1, '2017-12-13 18:49:41', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2017-12-13 18:49:41', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://hotellesnizatisi.jservices.cz/?p=108', 0, 'ngg_pictures', '', 0),
(109, 1, '2017-12-13 18:49:41', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2017-12-13 18:49:41', '2017-12-13 17:49:41', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://hotellesnizatisi.jservices.cz/?p=109', 0, 'ngg_pictures', '', 0),
(110, 1, '2017-12-13 18:52:31', '2017-12-13 17:52:31', '[et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"uvod\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"úvod obrázek\" background_layout=\"light\" text_orientation=\"left\" background_image=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1> </h1>\r\n<h1> </h1>\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">Hotel Lesní zátiší</span></strong></h1>\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Sekce\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"ohotelu\"][et_pb_row admin_label=\"Řádek\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Obrázek\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce ?</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Sekce\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"nabizime\"][et_pb_row admin_label=\"Řádek\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Nabízíme\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Sekce\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"restaurace\"][et_pb_row admin_label=\"Řádek\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Nadpis: Restaurace\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong><span style=\"color: #993366;\">Restaurace</span></strong>\r\n\r\n[/et_pb_text][et_pb_image admin_label=\"Obrázek\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"prázdné\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][et_pb_text admin_label=\"restaurace\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Sekce\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Řádek\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ngg_images source=\"galleries\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\ngal\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-13 18:52:31', '2017-12-13 17:52:31', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/13/55-revision-v1/', 0, 'revision', '', 0),
(111, 1, '2017-12-13 18:53:18', '2017-12-13 17:53:18', '[et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"uvod\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"úvod obrázek\" background_layout=\"light\" text_orientation=\"left\" background_image=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1> </h1>\r\n<h1> </h1>\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">Hotel Lesní zátiší</span></strong></h1>\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Sekce\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"ohotelu\"][et_pb_row admin_label=\"Řádek\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Obrázek\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce ?</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Sekce\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"nabizime\"][et_pb_row admin_label=\"Řádek\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Nabízíme\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Sekce\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"restaurace\"][et_pb_row admin_label=\"Řádek\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Nadpis: Restaurace\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong><span style=\"color: #993366;\">Restaurace</span></strong>\r\n\r\n[/et_pb_text][et_pb_image admin_label=\"Obrázek\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"prázdné\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][et_pb_text admin_label=\"restaurace\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Sekce\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Řádek\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Fotogalerie restaurace\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"1\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-13 18:53:18', '2017-12-13 17:53:18', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/13/55-revision-v1/', 0, 'revision', '', 0),
(113, 1, '2017-12-25 21:53:47', '2017-12-25 20:53:47', '[et_pb_section fullwidth=\"on\" background_color=\"#1f0030\"][et_pb_fullwidth_header title=\"Divi Builder\" background_layout=\"dark\" text_orientation=\"center\" scroll_down_icon_color=\"#ffffff\" scroll_down_icon_size=\"36px\" content_font_color=\"rgba(255,255,255,0.85)\" max_width=\"700px\" button_one_text=\"Join Now\" button_one_url=\"Join today\" background_overlay_color=\"rgba(40,40,48,0.8)\" title_font=\"Old Standard TT|on||on|\" title_font_size=\"62px\" title_font_size_phone=\"48px\" title_font_size_last_edited=\"on|phone\" content_font=\"Raleway||||\" content_font_size=\"20px\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#e85929\" button_one_border_width=\"0px\" button_one_border_radius=\"2px\" button_one_letter_spacing=\"3px\" button_one_font=\"Raleway|on||on|\" button_one_use_icon=\"off\" button_one_bg_color_hover=\"rgba(232,89,41,0.85)\" button_one_letter_spacing_hover=\"2px\" custom_css_main_element=\"padding: 6% 0 12% 0;\" custom_css_header_container=\"width: 100%;\" custom_css_button_1=\"margin-top: 40px;\" background_image=\"https://cdn.elegantthemes.com/images/tour/hummus2.jpg\" header_fullscreen=\"off\" header_scroll_down=\"off\" image_orientation=\"center\" content_orientation=\"center\" button_one_icon_placement=\"right\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\"]Divi 3.0 introduces a completely new visual interface that will forever change how you build websites. This front end editor allows you to make changes to your website...on your actual website![/et_pb_fullwidth_header][/et_pb_section][et_pb_section background_color=\"#efefe8\" custom_css_main_element=\"z-index: 999;\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px||0px|\" custom_margin=\"-100px||60px|\" make_equal=\"on\" background_color_1=\"#ffffff\" background_color_2=\"#ffffff\" bg_img_1=\"https://cdn.elegantthemes.com/images/tour/limes.jpg\" bg_img_2=\"https://cdn.elegantthemes.com/images/tour/springrolls.jpg\" bg_img_3=\"https://cdn.elegantthemes.com/images/tour/eggs.jpg\" bg_img_4=\"https://cdn.elegantthemes.com/images/tour/lemons.jpg\" background_position_1=\"bottom_center\" background_position_2=\"bottom_center\" background_position_3=\"bottom_center\" background_position_4=\"bottom_center\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" background_repeat_3=\"no-repeat\" background_repeat_4=\"no-repeat\" custom_css_main_element=\"overflow: visible !important;||-webkit-box-shadow: 0px 4px 30px 4px rgba(0,0,0,0.08);||-moz-box-shadow: 0px 4px 30px 4px rgba(0,0,0,0.08);||box-shadow: 0px 4px 30px 4px rgba(0,0,0,0.08);\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Click & type\" use_icon=\"on\" font_icon=\"%%119%%\" icon_color=\"rgba(46,48,55,0.38)\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"32px\" header_font=\"Raleway|on||on|\" header_font_size=\"20\" header_text_color=\"#3a3e59\" body_font_size=\"16px\" body_text_color=\"rgba(46,48,55,0.5)\" body_line_height=\"1.8em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(255,255,255,0)\" custom_padding=\"40px|24px|140%|24px\" custom_css_blurb_title=\"margin-bottom: 10px;\" saved_tabs=\"all\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]<p>Lorem ipsum dolor sit amet consectetur adipiscing elit el vivamus eu vehicula.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Drag & Drop\" use_icon=\"on\" font_icon=\"%%372%%\" icon_color=\"rgba(46,48,55,0.38)\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"32px\" header_font=\"Raleway|on||on|\" header_font_size=\"20\" header_text_color=\"#3a3e59\" body_font_size=\"16px\" body_text_color=\"rgba(46,48,55,0.5)\" body_line_height=\"1.8em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#e4e4e4\" background_color_gradient_end=\"rgba(228,228,228,0)\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"90%\" custom_padding=\"40px|24px|140%|24px\" custom_css_blurb_title=\"margin-bottom: 10px;\" saved_tabs=\"all\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]<p>Lorem ipsum dolor sit amet consectetur adipiscing elit el vivamus eu vehicula.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Fully Customize\" use_icon=\"on\" font_icon=\"%%70%%\" icon_color=\"rgba(46,48,55,0.38)\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"32px\" header_font=\"Raleway|on||on|\" header_font_size=\"20\" header_text_color=\"#3a3e59\" body_font_size=\"16px\" body_text_color=\"rgba(46,48,55,0.5)\" body_line_height=\"1.8em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#efefef\" background_color_gradient_end=\"rgba(239,239,239,0)\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"90%\" custom_padding=\"40px|24px|140%|24px\" custom_css_blurb_title=\"margin-bottom: 10px;\" saved_tabs=\"all\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]<p>Lorem ipsum dolor sit amet consectetur adipiscing elit el vivamus eu vehicula.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Clone & Delete\" use_icon=\"on\" font_icon=\"%%100%%\" icon_color=\"rgba(46,48,55,0.38)\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"32px\" header_font=\"Raleway|on||on|\" header_font_size=\"20\" header_text_color=\"#3a3e59\" body_font_size=\"16px\" body_text_color=\"rgba(46,48,55,0.5)\" body_line_height=\"1.8em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#d7d9d9\" background_color_gradient_end=\"rgba(215,217,217,0)\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"90%\" custom_padding=\"40px|24px|140%|24px\" custom_css_blurb_title=\"margin-bottom: 10px;\" saved_tabs=\"all\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]<p>Lorem ipsum dolor sit amet consectetur adipiscing elit el vivamus eu vehicula.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" custom_padding=\"0px|||\" background_color=\"#efefe8\"][et_pb_row custom_margin=\"|||\" padding_top_1=\"10%\" background_position_1=\"top_left\" background_position_2=\"top_left\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_2\"][et_pb_blurb title=\"So simple!\" animation=\"off\" text_orientation=\"right\" header_font=\"Raleway|on||on|\" header_font_size=\"36px\" header_text_color=\"#3a3e59\" custom_css_main_element=\"max-width: none;\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse tempus sed odio non blandit. Ut varius purus eget erat ornare facilisis. Mauris pharetra lacus nec sapien iaculis, sit amet ullamcorper sapien finibus.[/et_pb_blurb][et_pb_button button_text=\"Learn more\" button_alignment=\"right\" background_layout=\"dark\" disabled_on=\"on|on|\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#e85929\" button_border_width=\"0px\" button_border_radius=\"3px\" button_letter_spacing=\"3px\" button_font=\"Raleway|on||on|\" button_use_icon=\"off\" button_bg_color_hover=\"#e84712\" button_letter_spacing_hover=\"2px\" background_color=\"#7EBEC5\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image src=\"https://cdn.elegantthemes.com/images/tour/jar.jpg\" align=\"center\" max_width=\"510px\" /][/et_pb_column][/et_pb_row][et_pb_row custom_margin=\"|||\" make_equal=\"on\" padding_top_2=\"14%\" background_position_1=\"top_left\" background_position_2=\"top_left\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_2\"][et_pb_image src=\"https://cdn.elegantthemes.com/images/tour/cake.jpg\" animation=\"right\" align=\"center\" max_width=\"510px\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_blurb title=\"So sweet!\" animation=\"off\" header_font=\"Raleway|on||on|\" header_font_size=\"36px\" header_text_color=\"#3a3e59\" custom_css_main_element=\"max-width: none;\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse tempus sed odio non blandit. Ut varius purus eget erat ornare facilisis. Mauris pharetra lacus nec sapien iaculis, sit amet ullamcorper sapien finibus.[/et_pb_blurb][et_pb_button button_text=\"Learn more\" button_alignment=\"left\" background_layout=\"dark\" disabled_on=\"on|on|\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#e85929\" button_border_width=\"0px\" button_border_radius=\"2px\" button_letter_spacing=\"3px\" button_font=\"Raleway|on||on|\" button_use_icon=\"off\" button_bg_color_hover=\"#e84712\" button_letter_spacing_hover=\"2px\" background_color=\"#7EBEC5\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_color=\"#212127\" custom_padding=\"|||\" fullwidth=\"on\"][et_pb_fullwidth_header title=\"Perfectly Diverse\" background_layout=\"dark\" text_orientation=\"center\" scroll_down_icon_color=\"#ffffff\" scroll_down_icon_size=\"36px\" content_font_color=\"rgba(255,255,255,0.72)\" button_one_text=\"Download\" background_overlay_color=\"rgba(255,255,255,0)\" title_font=\"Old Standard TT|on||on|\" title_font_size=\"62px\" title_font_size_tablet=\"62px\" title_font_size_phone=\"48px\" title_font_size_last_edited=\"on|phone\" content_font=\"Raleway||||\" content_font_size=\"20px\" content_text_color=\"#ffffff\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#e85929\" button_one_border_width=\"0px\" button_one_border_radius=\"2px\" button_one_letter_spacing=\"3px\" button_one_font=\"Raleway|on||on|\" button_one_use_icon=\"off\" button_one_bg_color_hover=\"rgba(232,89,41,0.85)\" button_one_letter_spacing_hover=\"2px\" custom_css_main_element=\"padding: 6% 0;\" custom_css_header_container=\"width: 100%;\" custom_css_button_1=\"margin-top: 40px;\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer vel mollis eros. Vestibulum in blandit massa. Nunc lorem lacus, lacinia ut lobortis id, tempor a sem. Vivamus rhoncus imperdiet quam quis vestibulum. Sed at dui orci. </p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fullwidth=\"on\"][et_pb_fullwidth_image src=\"https://cdn.elegantthemes.com/images/tour/cheese.jpg\" animation=\"off\" /][/et_pb_section]', 'Demo nástroje Divi Builder', '', 'publish', 'closed', 'closed', '', 'demo-nastroje-divi-builder', '', '', '2017-12-25 21:53:47', '2017-12-25 20:53:47', '', 0, 'http://hotellesnizatisi.jservices.cz/index.php/et_pb_layout/demo-nastroje-divi-builder/', 0, 'et_pb_layout', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(147, 1, '2017-12-25 22:47:44', '2017-12-25 21:47:44', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_image _builder_version=\"3.0.92\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" /][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"uvod\"][et_pb_row admin_label=\"row\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"úvod obrázek\" background_layout=\"light\" text_orientation=\"left\" background_image=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\r\n<h1> </h1>\r\n<h1> </h1>\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">Hotel Lesní zátiší</span></strong></h1>\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"ohotelu\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation_style=\"slide\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" animation_direction=\"left\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce ?</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"nabizime\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Nabízíme\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"restaurace\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Nadpis: Restaurace\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\r\n\r\n<strong><span style=\"color: #993366;\">Restaurace</span></strong>\r\n\r\n[/et_pb_text][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation_style=\"slide\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" animation_direction=\"left\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"prázdné\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" /][et_pb_text admin_label=\"restaurace\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Fotogalerie restaurace\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"1\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-25 22:47:44', '2017-12-25 21:47:44', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/25/55-revision-v1/', 0, 'revision', '', 0),
(148, 1, '2017-12-25 22:49:48', '2017-12-25 21:49:48', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_image _builder_version=\"3.0.92\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" /][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"uvod\"][et_pb_row admin_label=\"row\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"úvod obrázek\" background_layout=\"light\" text_orientation=\"left\" background_image=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\r\n<h1> </h1>\r\n<h1> </h1>\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">Hotel Lesní zátiší</span></strong></h1>\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"ohotelu\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation_style=\"slide\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" animation_direction=\"left\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce ?</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"nabizime\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Nabízíme\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"restaurace\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Nadpis: Restaurace\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\r\n\r\n<strong><span style=\"color: #993366;\">Restaurace</span></strong>\r\n\r\n[/et_pb_text][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation_style=\"slide\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" animation_direction=\"left\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"prázdné\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" /][et_pb_text admin_label=\"restaurace\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Fotogalerie restaurace\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"1\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-25 22:49:48', '2017-12-25 21:49:48', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/25/55-revision-v1/', 0, 'revision', '', 0),
(149, 1, '2017-12-25 22:50:23', '2017-12-25 21:50:23', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_image _builder_version=\"3.0.92\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" /][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"ohotelu\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation_style=\"slide\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" animation_direction=\"left\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce ?</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"nabizime\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Nabízíme\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"restaurace\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Nadpis: Restaurace\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\r\n\r\n<strong><span style=\"color: #993366;\">Restaurace</span></strong>\r\n\r\n[/et_pb_text][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation_style=\"slide\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" animation_direction=\"left\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"prázdné\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" /][et_pb_text admin_label=\"restaurace\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Fotogalerie restaurace\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"1\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-25 22:50:23', '2017-12-25 21:50:23', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/25/55-revision-v1/', 0, 'revision', '', 0),
(150, 1, '2017-12-26 12:42:18', '2017-12-26 11:42:18', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_image _builder_version=\"3.0.92\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" /][et_pb_fullwidth_header _builder_version=\"3.0.92\" title=\"AAA\" text_orientation=\"left\" header_fullscreen=\"off\" header_scroll_down=\"off\" image_orientation=\"center\" background_layout=\"light\" content_orientation=\"center\" custom_button_two=\"off\" button_two_icon_placement=\"right\" custom_button_one=\"off\" button_one_icon_placement=\"right\" /][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"ohotelu\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation_style=\"slide\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" animation_direction=\"left\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce ?</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"nabizime\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Nabízíme\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"restaurace\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Nadpis: Restaurace\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\r\n\r\n<strong><span style=\"color: #993366;\">Restaurace</span></strong>\r\n\r\n[/et_pb_text][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation_style=\"slide\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" animation_direction=\"left\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"prázdné\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" /][et_pb_text admin_label=\"restaurace\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Fotogalerie restaurace\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"1\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-26 12:42:18', '2017-12-26 11:42:18', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/26/55-revision-v1/', 0, 'revision', '', 0),
(151, 1, '2017-12-26 12:43:28', '2017-12-26 11:43:28', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_image _builder_version=\"3.0.92\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" box_shadow_style=\"preset6\" /][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"ohotelu\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation_style=\"slide\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" animation_direction=\"left\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce ?</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"nabizime\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Nabízíme\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"restaurace\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Nadpis: Restaurace\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\r\n\r\n<strong><span style=\"color: #993366;\">Restaurace</span></strong>\r\n\r\n[/et_pb_text][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation_style=\"slide\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" animation_direction=\"left\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"prázdné\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" /][et_pb_text admin_label=\"restaurace\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Fotogalerie restaurace\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"1\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-26 12:43:28', '2017-12-26 11:43:28', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/26/55-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(153, 1, '2017-12-26 12:50:11', '2017-12-26 11:50:11', '[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.47\" custom_padding=\"0px|0px|0px|0px\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"][/et_pb_fullwidth_image][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"27px|0px|0px|0px\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<div id=\"page\">\n<div id=\"wrapper\">\n<div id=\"main\" class=\"floatRight\">\n<div id=\"content\">\n<div id=\"mainZone\" class=\"colB floatLeft\">\n<div class=\"box wysiwyg\">\n<div class=\"content wsw\">\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce ?</span></span></p>\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span></p>\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span></p>\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span></p>\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span></p>\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"nabizime\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|0px|0px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Nabízíme\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<div id=\"page\">\n<div id=\"wrapper\">\n<div id=\"main\" class=\"floatRight\">\n<div id=\"content\">\n<div id=\"mainZone\" class=\"colA\">\n<div class=\"box wysiwyg\">\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\n<p><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>[/et_pb_text][et_pb_text admin_label=\"Nabízíme\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"restaurace\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Nadpis: Restaurace\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<strong><span style=\"color: #993366;\">Restaurace</span></strong>\r[/et_pb_text][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"prázdné\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_text][et_pb_text admin_label=\"restaurace\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Fotogalerie restaurace\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][ngg_images source=\"galleries\" container_ids=\"1\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n \r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-26 12:50:11', '2017-12-26 11:50:11', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/26/55-revision-v1/', 0, 'revision', '', 0),
(155, 1, '2017-12-26 12:51:58', '2017-12-26 11:51:58', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.47\" custom_padding=\"0px|0px|0px|0px\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"27px|0px|0px|0px\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" background_layout=\"light\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"nabizime\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|0px|0px|0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" background_layout=\"light\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"restaurace\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Nadpis: Restaurace\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong><span style=\"color: #993366;\">Restaurace</span></strong>\r\n\r\n[/et_pb_text][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"prázdné\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n[/et_pb_text][et_pb_text admin_label=\"restaurace\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Fotogalerie restaurace\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"1\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-26 12:51:58', '2017-12-26 11:51:58', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/26/55-revision-v1/', 0, 'revision', '', 0),
(156, 1, '2017-12-26 12:52:38', '2017-12-26 11:52:38', '[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.47\" custom_padding=\"0px|0px|0px|0px\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"][/et_pb_fullwidth_image][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"nabizime\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"restaurace\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Nadpis: Restaurace\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<strong><span style=\"color: #993366;\">Restaurace</span></strong>\r[/et_pb_text][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"prázdné\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_text][et_pb_text admin_label=\"restaurace\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Fotogalerie restaurace\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][ngg_images source=\"galleries\" container_ids=\"1\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n \r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-26 12:52:38', '2017-12-26 11:52:38', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/26/55-revision-v1/', 0, 'revision', '', 0),
(158, 1, '2017-12-26 12:55:42', '2017-12-26 11:55:42', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.47\" custom_padding=\"0px|0px|0px|0px\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\" /][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"nabizime\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_toggle _builder_version=\"3.0.92\" title=\"aaa\" open=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"restaurace\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Nadpis: Restaurace\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] <strong><span style=\"color: #993366;\">Restaurace</span></strong>\r\n[/et_pb_text][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"prázdné\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][et_pb_text admin_label=\"restaurace\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Fotogalerie restaurace\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"1\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n \r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-26 12:55:42', '2017-12-26 11:55:42', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/26/55-revision-v1/', 0, 'revision', '', 0),
(159, 1, '2017-12-26 12:58:55', '2017-12-26 11:58:55', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.47\" custom_padding=\"0px|0px|0px|0px\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\" /][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"nabizime\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab _builder_version=\"3.0.92\" title=\"Restaurace\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"restaurace\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Nadpis: Restaurace\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong><span style=\"color: #993366;\">Restaurace</span></strong>\r\n\r\n[/et_pb_text][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1.jpg\" _builder_version=\"3.0.92\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"prázdné\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][et_pb_text admin_label=\"restaurace\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Fotogalerie restaurace\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"1\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-26 12:58:55', '2017-12-26 11:58:55', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/26/55-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(160, 1, '2017-12-26 13:01:08', '2017-12-26 12:01:08', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.47\" custom_padding=\"0px|0px|0px|0px\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\" /][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"nabizime\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab _builder_version=\"3.0.92\" title=\"Restaurace\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"1\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Fotogalerie restaurace\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"1\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-26 13:01:08', '2017-12-26 12:01:08', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/26/55-revision-v1/', 0, 'revision', '', 0),
(161, 1, '2017-12-26 13:01:41', '2017-12-26 12:01:41', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.47\" custom_padding=\"0px|0px|0px|0px\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\" /][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"nabizime\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab _builder_version=\"3.0.92\" title=\"Restaurace\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n[ngg_images source=\"galleries\" container_ids=\"1\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Fotogalerie restaurace\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"1\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-26 13:01:41', '2017-12-26 12:01:41', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/26/55-revision-v1/', 0, 'revision', '', 0),
(162, 1, '2017-12-26 13:03:51', '2017-12-26 12:03:51', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.47\" custom_padding=\"0px|0px|0px|0px\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\" /][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"nabizime\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab _builder_version=\"3.0.92\" title=\"Restaurace\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n[ngg_images source=\"galleries\" container_ids=\"1\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_tab][et_pb_tab _builder_version=\"3.0.92\" title=\"Skladba pokojů...\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Fotogalerie restaurace\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"1\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-26 13:03:51', '2017-12-26 12:03:51', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/26/55-revision-v1/', 0, 'revision', '', 0),
(163, 1, '2017-12-26 13:05:08', '2017-12-26 12:05:08', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.47\" custom_padding=\"0px|0px|0px|0px\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\" /][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"nabizime\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab _builder_version=\"3.0.92\" title=\"Restaurace\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n[ngg_images source=\"galleries\" container_ids=\"1\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_tab][et_pb_tab _builder_version=\"3.0.92\" title=\"Skladba pokojů...\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-26 13:05:08', '2017-12-26 12:05:08', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/26/55-revision-v1/', 0, 'revision', '', 0),
(164, 1, '2017-12-26 13:09:10', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_gallery', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2017-12-26 13:09:10', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://hotellesnizatisi.jservices.cz/?p=164', 0, 'ngg_gallery', '', 0),
(165, 1, '2017-12-26 13:09:10', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2017-12-26 13:09:10', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://hotellesnizatisi.jservices.cz/?p=165', 0, 'ngg_pictures', '', 0),
(166, 1, '2017-12-26 13:09:10', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2017-12-26 13:09:10', '2017-12-26 12:09:10', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://hotellesnizatisi.jservices.cz/?p=166', 0, 'ngg_pictures', '', 0),
(167, 1, '2017-12-26 13:09:11', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_gallery', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2017-12-26 13:09:11', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://hotellesnizatisi.jservices.cz/?p=167', 0, 'ngg_gallery', '', 0),
(168, 1, '2017-12-26 13:09:12', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2017-12-26 13:09:12', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://hotellesnizatisi.jservices.cz/?p=168', 0, 'ngg_pictures', '', 0),
(169, 1, '2017-12-26 13:09:12', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2017-12-26 13:09:12', '2017-12-26 12:09:12', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://hotellesnizatisi.jservices.cz/?p=169', 0, 'ngg_pictures', '', 0),
(170, 1, '2017-12-26 13:09:15', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2017-12-26 13:09:15', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://hotellesnizatisi.jservices.cz/?p=170', 0, 'ngg_pictures', '', 0),
(171, 1, '2017-12-26 13:09:16', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2017-12-26 13:09:16', '2017-12-26 12:09:16', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://hotellesnizatisi.jservices.cz/?p=171', 0, 'ngg_pictures', '', 0),
(172, 1, '2017-12-26 13:09:33', '2017-12-26 12:09:33', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.47\" custom_padding=\"0px|0px|0px|0px\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\" /][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"nabizime\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab _builder_version=\"3.0.92\" title=\"Restaurace\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n[ngg_images source=\"galleries\" container_ids=\"1\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_tab][et_pb_tab _builder_version=\"3.0.92\" title=\"Skladba pokojů...\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"2\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-26 13:09:33', '2017-12-26 12:09:33', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/26/55-revision-v1/', 0, 'revision', '', 0),
(173, 1, '2017-12-26 13:11:48', '2017-12-26 12:11:48', '', 'kone', '', 'inherit', 'open', 'closed', '', 'kone', '', '', '2017-12-26 13:11:48', '2017-12-26 12:11:48', '', 55, 'http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg', 0, 'attachment', 'image/jpeg', 0),
(174, 1, '2017-12-26 13:11:50', '2017-12-26 12:11:50', '', 'lezec', '', 'inherit', 'open', 'closed', '', 'lezec', '', '', '2017-12-26 13:11:50', '2017-12-26 12:11:50', '', 55, 'http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(175, 1, '2017-12-26 13:13:25', '2017-12-26 12:13:25', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.47\" custom_padding=\"0px|0px|0px|0px\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\" /][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"nabizime\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab _builder_version=\"3.0.92\" title=\"Restaurace\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n[ngg_images source=\"galleries\" container_ids=\"1\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_tab][et_pb_tab _builder_version=\"3.0.92\" title=\"Skladba pokojů\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"2\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n[/et_pb_tab][et_pb_tab _builder_version=\"3.0.92\" title=\"Aktivity\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-full wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"98\" height=\"202\">V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\">\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-26 13:13:25', '2017-12-26 12:13:25', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/26/55-revision-v1/', 0, 'revision', '', 0),
(176, 1, '2017-12-26 13:16:49', '2017-12-26 12:16:49', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.47\" custom_padding=\"0px|0px|0px|0px\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\" /][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"nabizime\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab _builder_version=\"3.0.92\" title=\"Restaurace\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n[ngg_images source=\"galleries\" container_ids=\"1\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_tab][et_pb_tab _builder_version=\"3.0.92\" title=\"Skladba pokojů\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"2\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n[/et_pb_tab][et_pb_tab _builder_version=\"3.0.92\" title=\"Aktivity\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"110\" height=\"227\">\r\n\r\n<img class=\"wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"229\" height=\"226\">V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud\r\n\r\nneslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je\r\n\r\nzde vystoupeno okolo tří tisíc skal.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-26 13:16:49', '2017-12-26 12:16:49', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/26/55-revision-v1/', 0, 'revision', '', 0),
(177, 1, '2017-12-26 13:17:53', '2017-12-26 12:17:53', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.47\" custom_padding=\"0px|0px|0px|0px\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\" /][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"nabizime\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab _builder_version=\"3.0.92\" title=\"Restaurace\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n[ngg_images source=\"galleries\" container_ids=\"1\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_tab][et_pb_tab _builder_version=\"3.0.92\" title=\"Skladba pokojů\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"2\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n[/et_pb_tab][et_pb_tab _builder_version=\"3.0.92\" title=\"Aktivity\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n<p style=\"text-align: center;\"><img class=\"wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"284\" height=\"282\">V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.</p>\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-26 13:17:53', '2017-12-26 12:17:53', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/26/55-revision-v1/', 0, 'revision', '', 0),
(178, 1, '2017-12-26 13:19:29', '2017-12-26 12:19:29', '[[\"Jednodenn\\u00ed pobyt\",\"800,- K\\u010d\"],[\"Dvou a v\\u00edce denn\\u00ed pobyt\",\"550,- K\\u010d\"],[\"D\\u011bti do 10ti let s vlastn\\u00edm l\\u016f\\u017ekem\",\"350,- K\\u010d\"],[\"Poplatek za psa \\/ den\",\"100,- K\\u010d\"],[\"Samostatn\\u011b serv\\u00edrovan\\u00e1 sn\\u00eddan\\u011b v\\u010detn\\u011b n\\u00e1poje bez pobytu\",\"100,- K\\u010d\"]]', 'Ceník', '', 'publish', 'closed', 'closed', '', 'cenik', '', '', '2017-12-26 13:21:41', '2017-12-26 12:21:41', '', 0, 'http://hotellesnizatisi.jservices.cz/?post_type=tablepress_table&p=178', 0, 'tablepress_table', 'application/json', 0),
(179, 1, '2017-12-26 13:21:22', '2017-12-26 12:21:22', '[[\"Jednodenn\\u00ed pobyt\",\"800,- K\\u010d\"],[\"Dvou a v\\u00edce denn\\u00ed pobyt\",\"550,- K\\u010d\"],[\"D\\u011bti do 10ti let s vlastn\\u00edm l\\u016f\\u017ekem\",\"350,- K\\u010d\"],[\"Poplatek za psa \\/ den\",\"100,- K\\u010d\"],[\"Samostatn\\u011b serv\\u00edrovan\\u00e1 sn\\u00eddan\\u011b v\\u010detn\\u011b n\\u00e1poje bez pobytu\",\"100,- K\\u010d\"]]', 'Ceník', '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2017-12-26 13:21:22', '2017-12-26 12:21:22', '', 178, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/26/178-revision-v1/', 0, 'revision', '', 0),
(180, 1, '2017-12-26 13:23:24', '2017-12-26 12:23:24', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.47\" custom_padding=\"0px|0px|0px|0px\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\" /][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"nabizime\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab _builder_version=\"3.0.92\" title=\"Restaurace\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n[ngg_images source=\"galleries\" container_ids=\"1\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_tab][et_pb_tab _builder_version=\"3.0.92\" title=\"Skladba pokojů\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"2\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n[/et_pb_tab][et_pb_tab _builder_version=\"3.0.92\" title=\"Aktivity\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n<p style=\"text-align: center;\"><img class=\"wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"284\" height=\"282\">V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.</p>\r\n[/et_pb_tab][et_pb_tab _builder_version=\"3.0.92\" title=\"Ceník\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /]\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-26 13:23:24', '2017-12-26 12:23:24', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/26/55-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(181, 1, '2017-12-26 13:24:27', '2017-12-26 12:24:27', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.47\" custom_padding=\"0px|0px|0px|0px\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\" /][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"nabizime\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab _builder_version=\"3.0.92\" title=\"Restaurace\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n[ngg_images source=\"galleries\" container_ids=\"1\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_tab][et_pb_tab _builder_version=\"3.0.92\" title=\"Skladba pokojů\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"2\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n[/et_pb_tab][et_pb_tab _builder_version=\"3.0.92\" title=\"Aktivity\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n<p style=\"text-align: center;\"><img class=\"wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"284\" height=\"282\">V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.</p>\r\n[/et_pb_tab][et_pb_tab _builder_version=\"3.0.92\" title=\"Ceník\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab _builder_version=\"3.0.92\" title=\"Storno poplatky\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-26 13:24:27', '2017-12-26 12:24:27', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/26/55-revision-v1/', 0, 'revision', '', 0),
(182, 1, '2017-12-26 13:32:26', '2017-12-26 12:32:26', '', 'kontakt_hotel', '', 'inherit', 'open', 'closed', '', 'kontakt_hotel', '', '', '2017-12-26 13:32:26', '2017-12-26 12:32:26', '', 55, 'http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg', 0, 'attachment', 'image/jpeg', 0),
(183, 1, '2017-12-26 13:33:58', '2017-12-26 12:33:58', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.47\" custom_padding=\"0px|0px|0px|0px\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\" /][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"nabizime\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab _builder_version=\"3.0.92\" title=\"Restaurace\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n[ngg_images source=\"galleries\" container_ids=\"1\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_tab][et_pb_tab _builder_version=\"3.0.92\" title=\"Skladba pokojů\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"2\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n[/et_pb_tab][et_pb_tab _builder_version=\"3.0.92\" title=\"Aktivity\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n<p style=\"text-align: center;\"><img class=\"wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"284\" height=\"282\">V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.</p>\r\n[/et_pb_tab][et_pb_tab _builder_version=\"3.0.92\" title=\"Ceník\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab _builder_version=\"3.0.92\" title=\"Storno poplatky\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"2_3\"][et_pb_contact_form _builder_version=\"3.0.92\" success_message=\"Děkujeme za odeslání...\" email=\"jakub.dvorak@jservices.cz\" captcha=\"on\" use_redirect=\"off\" custom_button=\"off\" button_icon_placement=\"right\"][et_pb_contact_field field_title=\"Jméno a příjemní\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" _builder_version=\"3.0.92\" checkbox_checked=\"off\" checkbox_options=\"%91{%22value%22:%22Jméno%22,%22checked%22:0}%93\" radio_options=\"%91{%22value%22:%22Jméno%22,%22checked%22:0}%93\" select_options=\"%91{%22value%22:%22Jméno%22,%22checked%22:0}%93\" min_length=\"0\" max_length=\"0\" allowed_symbols=\"all\" conditional_logic=\"off\" conditional_logic_relation=\"off\" conditional_logic_rules=\"%91{%22field%22:%22email%22,%22condition%22:%22is%22,%22value%22:%22%22}%93\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" /][et_pb_contact_field field_title=\"E-mailová adresa\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" _builder_version=\"3.0.92\" /][et_pb_contact_field field_title=\"Zpráva\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" _builder_version=\"3.0.92\" /][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" _builder_version=\"3.0.92\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\" show_bottom_space=\"on\" /][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-26 13:33:58', '2017-12-26 12:33:58', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/26/55-revision-v1/', 0, 'revision', '', 0),
(184, 1, '2017-12-26 13:53:24', '2017-12-26 12:53:24', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.47\" custom_padding=\"0px|0px|0px|0px\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\" /][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"nabizime\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab _builder_version=\"3.0.92\" title=\"Restaurace\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n[ngg_images source=\"galleries\" container_ids=\"1\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_tab][et_pb_tab _builder_version=\"3.0.92\" title=\"Skladba pokojů\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"2\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n[/et_pb_tab][et_pb_tab _builder_version=\"3.0.92\" title=\"Aktivity\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n<p style=\"text-align: center;\"><img class=\"wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"284\" height=\"282\">V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.</p>\r\n[/et_pb_tab][et_pb_tab _builder_version=\"3.0.92\" title=\"Ceník\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab _builder_version=\"3.0.92\" title=\"Storno poplatky\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"2_3\"][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" _builder_version=\"3.0.92\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\" show_bottom_space=\"on\" /][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-26 13:53:24', '2017-12-26 12:53:24', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/26/55-revision-v1/', 0, 'revision', '', 0),
(185, 1, '2017-12-26 13:53:59', '2017-12-26 12:53:59', '<center><label> <b>Vaše jméno a příjmení:</b> (vyžadováno)\r\n [text* your-name minlength:3 maxlength:20] </label>\r\n\r\n<label> <b>Váš e-mail:</b> (vyžadováno)\r\n [email* your-email minlength:6] </label>\r\n\r\n<label> <b>Váš telefon:</b>\r\n [text phone minlength:9 maxlength:14] </label>\r\n\r\n<label> <b>Předmět</b>\r\n [text your-subject] </label>\r\n\r\n<label> <b>Vaše zpráva</b>\r\n [textarea your-message minlength:10] </label>\r\n\r\n[checkbox* Odeslatzprvu \"Odeslat zprávu\"]\r\n\r\n[submit \"Odeslat\"]\r\n</center>\n1\n[Hotel Lesní zátiší] [your-subject]\n[your-name] <wordpress@hotellesnizatisi.cz>\nlesni.zatisi@email.cz\nOd: [your-name]\r\nE-mail: <[your-email]>\r\nTelefon: <[phone]>\r\n\r\nPředmět: [your-subject]\r\n\r\nZpráva:\r\n[your-message]\r\n\r\n-- \r\nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.cz\nReply-To: [your-email]\n\n\n\n\n[Hotel Lesní zátiší] [your-subject]\nHotel Lesní zátiší <wordpress@hotellesnizatisi.jservices.cz>\n[your-email]\nZpráva:\r\n[your-message]\r\n\r\n-- \r\nTento e-mail byl odeslán pomocí kontaktního formuláře z Hotel Lesní zátiší http://hotellesnizatisi.jservices.cz\nReply-To: jakub.dvorak@jservices.cz\n\n\n\nDěkujeme Vám. Vaše zpráva byla úspěšně odeslána.\nBěhem odesílání zprávy nastala chyba. Zkuste to prosím později.\nNěkterá pole obsahují chybu. Opravte prosím zadané údaje a zkuste to znovu.\nBěhem odesílání zprávy nastala chyba. Zkuste to prosím později.\nPřed odesláním zprávy musíte souhlasit s podmínkami služby.\nToto pole je povinné.\nZadaný údaj je příliš dlouhý.\nPole je příliš krátké.\nFormát data je neplatný.\nDatum je před nejnižším povoleným.\nDatum je před nejvyšším povoleným.\nBěhem nahrávání souboru se vyskytla neznámá chyba.\nNemáte dostatečné oprávění pro nahrávání tohoto typu souborů.\nSoubor je příliš velký.\nPři nahrávání souboru došlo k chybě.\nFormát čísla je neplatný.\nČíslo je nižší, než minimální povolená hodnota.\nČíslo je vyšší, než maximální povolená hodnota.\nOdpověď na kvíz je chybná.\nVložený kód není správný.\nZadaná e-mailová adresa je neplatná.\nZadaná URL adresa je neplatná.\nZadané telefonní číslo je neplatné.', 'Kontaktní formulář', '', 'publish', 'closed', 'closed', '', 'kontaktni-formular-1', '', '', '2017-12-27 21:10:27', '2017-12-27 20:10:27', '', 0, 'http://hotellesnizatisi.jservices.cz/?post_type=wpcf7_contact_form&p=185', 0, 'wpcf7_contact_form', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(186, 1, '2017-12-26 13:55:56', '2017-12-26 12:55:56', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.47\" custom_padding=\"0px|0px|0px|0px\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\" /][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"nabizime\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab _builder_version=\"3.0.92\" title=\"Restaurace\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n[ngg_images source=\"galleries\" container_ids=\"1\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_tab][et_pb_tab _builder_version=\"3.0.92\" title=\"Skladba pokojů\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"2\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n[/et_pb_tab][et_pb_tab _builder_version=\"3.0.92\" title=\"Aktivity\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n<p style=\"text-align: center;\"><img class=\"wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"284\" height=\"282\">V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.</p>\r\n[/et_pb_tab][et_pb_tab _builder_version=\"3.0.92\" title=\"Ceník\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab _builder_version=\"3.0.92\" title=\"Storno poplatky\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\" background_layout=\"light\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" _builder_version=\"3.0.92\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\" show_bottom_space=\"on\" /][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-26 13:55:56', '2017-12-26 12:55:56', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/26/55-revision-v1/', 0, 'revision', '', 0),
(187, 1, '2017-12-26 14:02:23', '2017-12-26 13:02:23', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.47\" custom_padding=\"0px|0px|0px|0px\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\" /][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"nabizime\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab _builder_version=\"3.0.92\" title=\"Restaurace\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n[ngg_images source=\"galleries\" container_ids=\"1\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_tab][et_pb_tab _builder_version=\"3.0.92\" title=\"Skladba pokojů\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"2\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n[/et_pb_tab][et_pb_tab _builder_version=\"3.0.92\" title=\"Aktivity\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n<p style=\"text-align: center;\"><img class=\"wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"284\" height=\"282\">V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.</p>\r\n[/et_pb_tab][et_pb_tab _builder_version=\"3.0.92\" title=\"Ceník\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab _builder_version=\"3.0.92\" title=\"Storno poplatky\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\" background_layout=\"light\"]\r\n\r\n<b>Věra Vrzalová</b> \r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121 \r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202 \r\n<b>mobil: </b>+420 777 172 786 \r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n\r\nVíce zde: <a href=\"http://www.hotellesnizatisi.cz/kontakt/?utm_source=copy&utm_medium=paste&utm_campaign=copypaste&utm_content=http%3A%2F%2Fwww.hotellesnizatisi.cz%2Fkontakt%2F\">http://www.hotellesnizatisi.cz/kontakt/</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\" background_layout=\"light\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" _builder_version=\"3.0.92\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\" show_bottom_space=\"on\" /][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-26 14:02:23', '2017-12-26 13:02:23', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/26/55-revision-v1/', 0, 'revision', '', 0),
(188, 1, '2017-12-26 14:02:58', '2017-12-26 13:02:58', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.47\" custom_padding=\"0px|0px|0px|0px\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\" /][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"nabizime\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab _builder_version=\"3.0.92\" title=\"Restaurace\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n[ngg_images source=\"galleries\" container_ids=\"1\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_tab][et_pb_tab _builder_version=\"3.0.92\" title=\"Skladba pokojů\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"2\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n[/et_pb_tab][et_pb_tab _builder_version=\"3.0.92\" title=\"Aktivity\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n<p style=\"text-align: center;\"><img class=\"wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"284\" height=\"282\">V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.</p>\r\n[/et_pb_tab][et_pb_tab _builder_version=\"3.0.92\" title=\"Ceník\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab _builder_version=\"3.0.92\" title=\"Storno poplatky\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\" background_layout=\"light\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\" background_layout=\"light\"]\r\n\r\n<b>Věra Vrzalová</b> \r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121 \r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202 \r\n<b>mobil: </b>+420 777 172 786 \r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\nVíce zde: <a href=\"http://www.hotellesnizatisi.cz/kontakt/?utm_source=copy&utm_medium=paste&utm_campaign=copypaste&utm_content=http%3A%2F%2Fwww.hotellesnizatisi.cz%2Fkontakt%2F\">http://www.hotellesnizatisi.cz/kontakt/</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" _builder_version=\"3.0.92\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\" show_bottom_space=\"on\" /][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-26 14:02:58', '2017-12-26 13:02:58', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/26/55-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(190, 1, '2017-12-26 14:10:36', '2017-12-26 13:10:36', '[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.47\" custom_padding=\"0px|0px|0px|0px\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"][/et_pb_fullwidth_image][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"nabizime\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\"]<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n[ngg_images source=\"galleries\" container_ids=\"1\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n \r\n\r\n \r[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\"]7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"2\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\"]<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n<p style=\"text-align: center;\"><img class=\"wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"284\" height=\"282\">V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.</p>\r[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"]<strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\"] \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"][contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]<p><b>Věra Vrzalová</b> <br /> <b>IČ:</b> 16124693</p>\n<p>549 51 Dolní Adršpach 121 <br /> <b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E</p>\n<p><b>tel.: </b>+420 491 586 202 <br /> <b>mobil: </b>+420 777 172 786 <br /> <b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a><br /> <b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" admin_label=\"Mapa hotel\" _builder_version=\"3.0.92\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-26 14:10:36', '2017-12-26 13:10:36', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/26/55-revision-v1/', 0, 'revision', '', 0),
(192, 1, '2017-12-26 14:11:16', '2017-12-26 13:11:16', '[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.47\" custom_padding=\"0px|0px|0px|0px\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"][/et_pb_fullwidth_image][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"nabizime\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\"]<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n[ngg_images source=\"galleries\" container_ids=\"1\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n \r\n\r\n \r[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\"]7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"2\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\"]<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n<p style=\"text-align: center;\"><img class=\"wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"284\" height=\"282\">V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.</p>\r[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"]<strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\"] \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"][contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]<p><b><br />Věra Vrzalová</b> <br /> <b>IČ:</b> 16124693</p>\n<p>549 51 Dolní Adršpach 121 <br /> <b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E</p>\n<p><b>tel.: </b>+420 491 586 202 <br /> <b>mobil: </b>+420 777 172 786 <br /> <b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a><br /> <b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" admin_label=\"Mapa hotel\" _builder_version=\"3.0.92\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-26 14:11:16', '2017-12-26 13:11:16', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/26/55-revision-v1/', 0, 'revision', '', 0),
(195, 1, '2017-12-26 14:13:58', '2017-12-26 13:13:58', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\"]<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n[ngg_images source=\"galleries\" container_ids=\"1\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n \r\n\r\n \r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\"]7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"2\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\"]<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n<p style=\"text-align: center;\"><img class=\"wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"284\" height=\"282\">V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.</p>\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"]<strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\"] \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b> \r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121 \r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202 \r\n<b>mobil: </b>+420 777 172 786 \r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-26 14:13:58', '2017-12-26 13:13:58', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/26/55-revision-v1/', 0, 'revision', '', 0),
(197, 1, '2017-12-26 14:17:58', '2017-12-26 13:17:58', '', 'O hotelu', '', 'publish', 'closed', 'closed', '', 'o-hotelu', '', '', '2019-07-13 22:32:20', '2019-07-13 20:32:20', '', 0, 'http://hotellesnizatisi.jservices.cz/?p=197', 2, 'nav_menu_item', '', 0),
(198, 1, '2017-12-26 14:17:58', '2017-12-26 13:17:58', '', 'V okolí', '', 'publish', 'closed', 'closed', '', 'v-okoli', '', '', '2019-07-13 22:32:20', '2019-07-13 20:32:20', '', 0, 'http://hotellesnizatisi.jservices.cz/?p=198', 3, 'nav_menu_item', '', 0),
(199, 1, '2017-12-26 14:17:58', '2017-12-26 13:17:58', '', 'Nabízíme', '', 'publish', 'closed', 'closed', '', 'nabizime', '', '', '2019-07-13 22:32:20', '2019-07-13 20:32:20', '', 0, 'http://hotellesnizatisi.jservices.cz/?p=199', 4, 'nav_menu_item', '', 0),
(200, 1, '2017-12-26 14:17:58', '2017-12-26 13:17:58', '', 'Kontakt', '', 'publish', 'closed', 'closed', '', 'kontakt', '', '', '2019-07-13 22:32:20', '2019-07-13 20:32:20', '', 0, 'http://hotellesnizatisi.jservices.cz/?p=200', 5, 'nav_menu_item', '', 0),
(201, 1, '2017-12-26 14:30:03', '2017-12-26 13:30:03', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\"]<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n[ngg_images source=\"galleries\" container_ids=\"1\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n \r\n\r\n \r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\"]7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"2\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\"]<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n<p style=\"text-align: center;\"><img class=\"wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"284\" height=\"282\">V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.</p>\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"]<strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\"] \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b> \r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121 \r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202 \r\n<b>mobil: </b>+420 777 172 786 \r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-26 14:30:03', '2017-12-26 13:30:03', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/26/55-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(202, 1, '2017-12-26 14:45:48', '2017-12-26 13:45:48', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\"]<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n[ngg_images source=\"galleries\" container_ids=\"1\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n \r\n\r\n \r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\"]7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"2\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\"]<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n<p style=\"text-align: center;\"><img class=\"wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"284\" height=\"282\">V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.</p>\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"]<strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\"] \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b> \r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121 \r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202 \r\n<b>mobil: </b>+420 777 172 786 \r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_code _builder_version=\"3.0.92\"]https://www.google.cz/maps/place/Lesn%C3%AD+Z%C3%A1ti%C5%A1%C3%AD/@50.6152497,16.1176199,17z/data=!3m1!4b1!4m5!3m4!1s0x470e5f1a98ff3d8d:0xdbdaf2f5a64f8751!8m2!3d50.6152497!4d16.1198086[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-26 14:45:48', '2017-12-26 13:45:48', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/26/55-revision-v1/', 0, 'revision', '', 0),
(203, 1, '2017-12-26 14:57:00', '2017-12-26 13:57:00', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\"]<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n[ngg_images source=\"galleries\" container_ids=\"1\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n \r\n\r\n \r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\"]7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"2\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\"]<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n<p style=\"text-align: center;\"><img class=\"wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"284\" height=\"282\">V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.</p>\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"]<strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\"] \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b> \r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121 \r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202 \r\n<b>mobil: </b>+420 777 172 786 \r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.92\" background_layout=\"light\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-26 14:57:00', '2017-12-26 13:57:00', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/26/55-revision-v1/', 0, 'revision', '', 0),
(204, 1, '2017-12-26 15:02:14', '2017-12-26 14:02:14', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\"]<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n[ngg_images source=\"galleries\" container_ids=\"1\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n \r\n\r\n \r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\"]7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"2\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\"]<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n<p style=\"text-align: center;\"><img class=\"wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"284\" height=\"282\">V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.</p>\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"]<strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\"] \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b> \r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121 \r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202 \r\n<b>mobil: </b>+420 777 172 786 \r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-26 15:02:14', '2017-12-26 14:02:14', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/26/55-revision-v1/', 0, 'revision', '', 0),
(205, 1, '2017-12-26 15:02:44', '2017-12-26 14:02:44', '', 'Mapa', '', 'publish', 'closed', 'closed', '', 'mapa', '', '', '2019-07-13 22:32:21', '2019-07-13 20:32:21', '', 0, 'http://hotellesnizatisi.jservices.cz/?p=205', 6, 'nav_menu_item', '', 0),
(206, 1, '2017-12-27 14:22:39', '2017-12-27 13:22:39', '', 'Multilanguage Přepínač jazyků', '', 'publish', 'closed', 'closed', '', 'multilanguage-prepinac-jazyku', '', '', '2019-07-13 22:32:21', '2019-07-13 20:32:21', '', 0, 'http://hotellesnizatisi.jservices.cz/cs_CZ/?p=206', 8, 'nav_menu_item', '', 0),
(207, 1, '2017-12-27 14:50:00', '2017-12-27 13:50:00', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" background_layout=\"light\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\nThe hotel LESNÍ ZÁTIŠÍ finds itself in one of the most beautiful parts of Eastern Bohemia – in The Adršpach Rocks. You will find it right at the enter-which is appreciated by every admirer of nature.\r\n\r\nIn summer season you can recreate in the near bathing pool. Hotel guests have the opportunity to hire mountain bicycles or to take the advantage of horse back riding.\r\n\r\nWinter season pens the gate to white beauty both in short outings and demanding tours. In addition to numerous cross country tracks downhill runners can use ski-lifts in neighborhood of 10 km.\r\n\r\nIn each season the not too distant range of the Giant Mountains with its peak Sněžka (1,602 m) is worth visiting. Tourists interested in history will be satisfied with number of cultural objects od admiration in this region.\r\n\r\nIn the hotel there are 30 beds at your disposal – from single rooms to 4 bed apartments (bathroom, minibar, TV set, W.C.). Central TV circuit enables guests to watch satellite programmers (SAT Astra) and miscellaneous videoprogrammes.\r\n\r\nBesides accommodation the hotel offers typical Czech meals, pleasant lounging in the restaurant, at the bar or in a cosy lounge. In summer there is a terrace in the open air.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\"]<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n[ngg_images source=\"galleries\" container_ids=\"1\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n \r\n\r\n \r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\"]7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"2\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\"]<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n<p style=\"text-align: center;\"><img class=\"wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"284\" height=\"282\">V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.</p>\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"]<strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\"] \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b> \r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121 \r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202 \r\n<b>mobil: </b>+420 777 172 786 \r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 14:50:00', '2017-12-27 13:50:00', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(208, 1, '2017-12-27 14:50:03', '2017-12-27 13:50:03', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\"]<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n[ngg_images source=\"galleries\" container_ids=\"1\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n \r\n\r\n \r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\"]7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"2\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\"]<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n<p style=\"text-align: center;\"><img class=\"wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"284\" height=\"282\">V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.</p>\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"]<strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\"] \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b> \r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121 \r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202 \r\n<b>mobil: </b>+420 777 172 786 \r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 14:50:03', '2017-12-27 13:50:03', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(209, 1, '2017-12-27 14:52:53', '2017-12-27 13:52:53', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" background_layout=\"light\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\nDas Hotel LESNÍ ZÁTIŠÍ befindet sich in einem der schönsten Winkel des Ostböhmens in Adršpach Felsen. Sie finden es direkt am Eingang in die Sandfelsenstadt, deren Schönheit jeder Naturliebhaber schätz.\r\n\r\nIm Sommer können sie sich im nahen Freibad erholen, die Hotelgäste haben die Möglichkeit sich Bergfahrräder auszuleihen oder den Spazierritt vorzuziehen.\r\n\r\nDer Winter bietet das Kennen lernen der Schönheit hiesiger Natur bei kurzen Spaziergängen sowie bei anspruchsvollen Touren an. Neben den zahlreichen Langlaufstrecken können die Gönner.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\"]<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"1\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\"]7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"2\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\"]<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n<p style=\"text-align: center;\"><img class=\"wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"284\" height=\"282\">V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.</p>\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"]<strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\"] \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 14:52:53', '2017-12-27 13:52:53', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(210, 1, '2017-12-27 14:52:54', '2017-12-27 13:52:54', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\"]<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n[ngg_images source=\"galleries\" container_ids=\"1\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n \r\n\r\n \r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\"]7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"2\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\"]<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n<p style=\"text-align: center;\"><img class=\"wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"284\" height=\"282\">V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.</p>\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"]<strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\"] \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b> \r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121 \r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202 \r\n<b>mobil: </b>+420 777 172 786 \r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 14:52:54', '2017-12-27 13:52:54', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(211, 1, '2017-12-27 14:54:16', '2017-12-27 13:54:16', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" background_layout=\"light\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\nThe hotel LESNÍ ZÁTIŠÍ finds itself in one of the most beautiful parts of Eastern Bohemia – in The Adršpach Rocks. You will find it right at the enter-which is appreciated by every admirer of nature.\r\n\r\nIn summer season you can recreate in the near bathing pool. Hotel guests have the opportunity to hire mountain bicycles or to take the advantage of horse back riding.\r\n\r\nWinter season pens the gate to white beauty both in short outings and demanding tours. In addition to numerous cross country tracks downhill runners can use ski-lifts in neighborhood of 10 km.\r\n\r\nIn each season the not too distant range of the Giant Mountains with its peak Sněžka (1,602 m) is worth visiting. Tourists interested in history will be satisfied with number of cultural objects od admiration in this region.\r\n\r\nIn the hotel there are 30 beds at your disposal – from single rooms to 4 bed apartments (bathroom, minibar, TV set, W.C.). Central TV circuit enables guests to watch satellite programmers (SAT Astra) and miscellaneous videoprogrammes.\r\n\r\nBesides accommodation the hotel offers typical Czech meals, pleasant lounging in the restaurant, at the bar or in a cosy lounge. In summer there is a terrace in the open air.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurant\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n \r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n[ngg_images source=\"galleries\" container_ids=\"1\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_tab][et_pb_tab title=\"Rooms\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\n \r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"2\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\"] <img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n\r\n \r\n<p style=\"text-align: center;\"><img class=\"wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"284\" height=\"282\">V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.</p>\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\"] \r\n\r\n \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b> \r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121 \r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202 \r\n<b>mobil: </b>+420 777 172 786 \r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 14:54:16', '2017-12-27 13:54:16', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(212, 1, '2017-12-27 14:54:17', '2017-12-27 13:54:17', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\"]<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n[ngg_images source=\"galleries\" container_ids=\"1\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n \r\n\r\n \r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\"]7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"2\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\"]<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n<p style=\"text-align: center;\"><img class=\"wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"284\" height=\"282\">V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.</p>\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"]<strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\"] \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b> \r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121 \r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202 \r\n<b>mobil: </b>+420 777 172 786 \r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 14:54:17', '2017-12-27 13:54:17', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(213, 1, '2017-12-27 17:36:21', '2017-12-27 16:36:21', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" background_layout=\"light\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\nThe hotel LESNÍ ZÁTIŠÍ finds itself in one of the most beautiful parts of Eastern Bohemia – in The Adršpach Rocks. You will find it right at the enter-which is appreciated by every admirer of nature.\r\n\r\nIn summer season you can recreate in the near bathing pool. Hotel guests have the opportunity to hire mountain bicycles or to take the advantage of horse back riding.\r\n\r\nWinter season pens the gate to white beauty both in short outings and demanding tours. In addition to numerous cross country tracks downhill runners can use ski-lifts in neighborhood of 10 km.\r\n\r\nIn each season the not too distant range of the Giant Mountains with its peak Sněžka (1,602 m) is worth visiting. Tourists interested in history will be satisfied with number of cultural objects od admiration in this region.\r\n\r\nIn the hotel there are 30 beds at your disposal – from single rooms to 4 bed apartments (bathroom, minibar, TV set, W.C.). Central TV circuit enables guests to watch satellite programmers (SAT Astra) and miscellaneous videoprogrammes.\r\n\r\nBesides accommodation the hotel offers typical Czech meals, pleasant lounging in the restaurant, at the bar or in a cosy lounge. In summer there is a terrace in the open air.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurant\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n \r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n[ngg_images source=\"galleries\" container_ids=\"1\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_tab][et_pb_tab title=\"Rooms\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\n \r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"2\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Activity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n\r\n \r\n\r\n \r\n<p style=\"text-align: center;\"><img class=\"wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"284\" height=\"282\">V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.</p>\r\n[/et_pb_tab][et_pb_tab title=\"Price list\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Cancel fees\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b> \r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121 \r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202 \r\n<b>mobil: </b>+420 777 172 786 \r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 17:36:21', '2017-12-27 16:36:21', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(214, 1, '2017-12-27 17:36:21', '2017-12-27 16:36:21', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\"]<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n[ngg_images source=\"galleries\" container_ids=\"1\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n \r\n\r\n \r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\"]7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"2\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\"]<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n<p style=\"text-align: center;\"><img class=\"wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"284\" height=\"282\">V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.</p>\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"]<strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\"] \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b> \r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121 \r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202 \r\n<b>mobil: </b>+420 777 172 786 \r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 17:36:21', '2017-12-27 16:36:21', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(215, 1, '2017-12-27 17:37:26', '2017-12-27 16:37:26', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" background_layout=\"light\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\nThe hotel LESNÍ ZÁTIŠÍ finds itself in one of the most beautiful parts of Eastern Bohemia – in The Adršpach Rocks. You will find it right at the enter-which is appreciated by every admirer of nature.\r\n\r\nIn summer season you can recreate in the near bathing pool. Hotel guests have the opportunity to hire mountain bicycles or to take the advantage of horse back riding.\r\n\r\nWinter season pens the gate to white beauty both in short outings and demanding tours. In addition to numerous cross country tracks downhill runners can use ski-lifts in neighborhood of 10 km.\r\n\r\nIn each season the not too distant range of the Giant Mountains with its peak Sněžka (1,602 m) is worth visiting. Tourists interested in history will be satisfied with number of cultural objects od admiration in this region.\r\n\r\nIn the hotel there are 30 beds at your disposal – from single rooms to 4 bed apartments (bathroom, minibar, TV set, W.C.). Central TV circuit enables guests to watch satellite programmers (SAT Astra) and miscellaneous videoprogrammes.\r\n\r\nBesides accommodation the hotel offers typical Czech meals, pleasant lounging in the restaurant, at the bar or in a cosy lounge. In summer there is a terrace in the open air.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurant\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n \r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n[ngg_images source=\"galleries\" container_ids=\"1\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_tab][et_pb_tab title=\"Rooms\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\n \r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"2\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Activity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n\r\n \r\n\r\n \r\n<p style=\"text-align: center;\"><img class=\"wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"284\" height=\"282\">V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.</p>\r\n[/et_pb_tab][et_pb_tab title=\"Price list\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Cancel fees\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b> \r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121 \r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202 \r\n<b>mobil: </b>+420 777 172 786 \r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 17:37:26', '2017-12-27 16:37:26', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(216, 1, '2017-12-27 17:37:26', '2017-12-27 16:37:26', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\"]<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n[ngg_images source=\"galleries\" container_ids=\"1\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n \r\n\r\n \r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\"]7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"2\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\"]<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n<p style=\"text-align: center;\"><img class=\"wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"284\" height=\"282\">V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.</p>\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"]<strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\"] \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b> \r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121 \r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202 \r\n<b>mobil: </b>+420 777 172 786 \r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 17:37:26', '2017-12-27 16:37:26', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(217, 1, '2017-12-27 17:38:37', '2017-12-27 16:38:37', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" background_layout=\"light\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\nThe hotel LESNÍ ZÁTIŠÍ finds itself in one of the most beautiful parts of Eastern Bohemia – in The Adršpach Rocks. You will find it right at the enter-which is appreciated by every admirer of nature.\r\n\r\nIn summer season you can recreate in the near bathing pool. Hotel guests have the opportunity to hire mountain bicycles or to take the advantage of horse back riding.\r\n\r\nWinter season pens the gate to white beauty both in short outings and demanding tours. In addition to numerous cross country tracks downhill runners can use ski-lifts in neighborhood of 10 km.\r\n\r\nIn each season the not too distant range of the Giant Mountains with its peak Sněžka (1,602 m) is worth visiting. Tourists interested in history will be satisfied with number of cultural objects od admiration in this region.\r\n\r\nIn the hotel there are 30 beds at your disposal – from single rooms to 4 bed apartments (bathroom, minibar, TV set, W.C.). Central TV circuit enables guests to watch satellite programmers (SAT Astra) and miscellaneous videoprogrammes.\r\n\r\nBesides accommodation the hotel offers typical Czech meals, pleasant lounging in the restaurant, at the bar or in a cosy lounge. In summer there is a terrace in the open air.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurant\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n \r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n[ngg_images source=\"galleries\" container_ids=\"1\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_tab][et_pb_tab title=\"Rooms\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\n \r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"2\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Activity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n\r\n \r\n\r\n \r\n<p style=\"text-align: center;\"><img class=\"wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"284\" height=\"282\">V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.</p>\r\n[/et_pb_tab][et_pb_tab title=\"Price list\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Cancel fees\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b> \r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121 \r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202 \r\n<b>mobil: </b>+420 777 172 786 \r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 17:38:37', '2017-12-27 16:38:37', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(218, 1, '2017-12-27 17:38:37', '2017-12-27 16:38:37', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\"]<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n[ngg_images source=\"galleries\" container_ids=\"1\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n \r\n\r\n \r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\"]7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"2\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\"]<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n<p style=\"text-align: center;\"><img class=\"wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"284\" height=\"282\">V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.</p>\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"]<strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\"] \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b> \r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121 \r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202 \r\n<b>mobil: </b>+420 777 172 786 \r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 17:38:37', '2017-12-27 16:38:37', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(219, 1, '2017-12-27 17:42:29', '2017-12-27 16:42:29', '', 'restaurace01', '', 'inherit', 'open', 'closed', '', 'restaurace01', '', '', '2017-12-27 17:42:29', '2017-12-27 16:42:29', '', 0, 'http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/restaurace01.jpg', 0, 'attachment', 'image/jpeg', 0),
(220, 1, '2017-12-27 17:42:32', '2017-12-27 16:42:32', '', 'restaurace02', '', 'inherit', 'open', 'closed', '', 'restaurace02', '', '', '2017-12-27 17:42:32', '2017-12-27 16:42:32', '', 0, 'http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/restaurace02.jpg', 0, 'attachment', 'image/jpeg', 0),
(221, 1, '2017-12-27 17:42:34', '2017-12-27 16:42:34', '', 'restaurace03', '', 'inherit', 'open', 'closed', '', 'restaurace03', '', '', '2017-12-27 17:46:11', '2017-12-27 16:46:11', '', 0, 'http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/restaurace03.jpg', 0, 'attachment', 'image/jpeg', 0),
(222, 1, '2017-12-27 17:42:37', '2017-12-27 16:42:37', '', 'restaurace04', '', 'inherit', 'open', 'closed', '', 'restaurace04', '', '', '2017-12-27 17:42:37', '2017-12-27 16:42:37', '', 0, 'http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/restaurace04.jpg', 0, 'attachment', 'image/jpeg', 0),
(223, 1, '2017-12-27 17:42:39', '2017-12-27 16:42:39', '', 'restaurace05', '', 'inherit', 'open', 'closed', '', 'restaurace05', '', '', '2017-12-27 17:42:39', '2017-12-27 16:42:39', '', 0, 'http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/restaurace05.jpg', 0, 'attachment', 'image/jpeg', 0),
(224, 1, '2017-12-27 17:42:41', '2017-12-27 16:42:41', '', 'restaurace06', '', 'inherit', 'open', 'closed', '', 'restaurace06', '', '', '2017-12-27 17:42:41', '2017-12-27 16:42:41', '', 0, 'http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/restaurace06.jpg', 0, 'attachment', 'image/jpeg', 0),
(225, 1, '2017-12-27 17:46:20', '2017-12-27 16:46:20', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span> \r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n[gallery ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\"] 7 pokojů - 20 míst\r\n\r\n \r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"2\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\"] <img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n\r\n \r\n<p style=\"text-align: center;\"><img class=\"wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"284\" height=\"282\">V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.</p>\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\"] \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 17:46:20', '2017-12-27 16:46:20', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(226, 1, '2017-12-27 17:47:15', '2017-12-27 16:47:15', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span> \r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\"] 7 pokojů - 20 míst\r\n\r\n \r\n\r\n \r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"2\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\"] <img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n\r\n \r\n\r\n \r\n<p style=\"text-align: center;\"><img class=\"wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"284\" height=\"282\">V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.</p>\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\"] \r\n\r\n \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 17:47:15', '2017-12-27 16:47:15', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(227, 1, '2017-12-27 17:50:27', '2017-12-27 16:50:27', '[et_pb_section fb_built=\"1\" fullwidth=\"on\" module_id=\"uvod\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"] \r[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"] \r[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"nabizime\" _builder_version=\"3.0.92\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\"]<p><img class=\"size-medium wp-image-75 alignleft\" src=\"../wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span> </p>\n<p><span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span></p>\n<p><span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span></p>\n<p><span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span></p>\n<p><span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span></p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p>[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]</p>[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\"] 7 pokojů - 20 míst\r\n\r\n \r\n\r\n \r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"2\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\"] <img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n\r\n \r\n\r\n \r\n<p style=\"text-align: center;\"><img class=\"wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"284\" height=\"282\">V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.</p>\r[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\"] \r\n\r\n \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"kontakt\" _builder_version=\"3.0.92\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"][contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" admin_label=\"Mapa hotel\" _builder_version=\"3.0.92\"] \r[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Mapa\" module_id=\"mapa\" _builder_version=\"3.0.92\"][google_map_easy id=\"3\"]\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 17:50:27', '2017-12-27 16:50:27', '', 55, 'http://hotellesnizatisi.jservices.cz/cs_CZ/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(229, 1, '2017-12-27 17:51:58', '2017-12-27 16:51:58', '[et_pb_section fb_built=\"1\" fullwidth=\"on\" module_id=\"uvod\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"] \r[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"] \r[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"nabizime\" _builder_version=\"3.0.92\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\"]<p><img class=\"size-medium wp-image-75 alignleft\" src=\"../wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span> </p>\n<p><span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span></p>\n<p><span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span></p>\n<p><span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span></p>\n<p><span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span></p>\n<p> </p>\n<p> </p>\n<p><span style=\"font-size: 14px;\"> </span></p>\n<p> </p>\n<p>Fotogalerie:</p>\n<p>[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]</p>[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\"] 7 pokojů - 20 míst\r\n\r\n \r\n\r\n \r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"2\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\"] <img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n\r\n \r\n\r\n \r\n<p style=\"text-align: center;\"><img class=\"wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"284\" height=\"282\">V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.</p>\r[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\"] \r\n\r\n \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"kontakt\" _builder_version=\"3.0.92\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"][contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" admin_label=\"Mapa hotel\" _builder_version=\"3.0.92\"] \r[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Mapa\" module_id=\"mapa\" _builder_version=\"3.0.92\"][google_map_easy id=\"3\"]\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 17:51:58', '2017-12-27 16:51:58', '', 55, 'http://hotellesnizatisi.jservices.cz/cs_CZ/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(231, 1, '2017-12-27 17:52:48', '2017-12-27 16:52:48', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span> \r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\"] 7 pokojů - 20 míst\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"2\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\"] <img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n\r\n \r\n\r\n \r\n\r\n \r\n<p style=\"text-align: center;\"><img class=\"wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"284\" height=\"282\">V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.</p>\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\"] \r\n\r\n \r\n\r\n \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 17:52:48', '2017-12-27 16:52:48', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(232, 1, '2017-12-27 17:53:16', '2017-12-27 16:53:16', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span> \r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\nFotogalerie:\r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\"] 7 pokojů - 20 míst\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"2\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\"] <img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<p style=\"text-align: center;\"><img class=\"wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"284\" height=\"282\">V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.</p>\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\"] \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 17:53:16', '2017-12-27 16:53:16', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(233, 1, '2017-12-27 17:53:38', '2017-12-27 16:53:38', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span> \r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\nFotogalerie:\r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\"] 7 pokojů - 20 míst\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"2\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\"] <img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<p style=\"text-align: center;\"><img class=\"wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"284\" height=\"282\">V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.</p>\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\"] \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 17:53:38', '2017-12-27 16:53:38', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(234, 1, '2017-12-27 17:54:03', '2017-12-27 16:54:03', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span> \r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\"] 7 pokojů - 20 míst\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"2\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\"] <img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<p style=\"text-align: center;\"><img class=\"wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"284\" height=\"282\">V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.</p>\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\"] \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 17:54:03', '2017-12-27 16:54:03', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(235, 1, '2017-12-27 17:55:47', '2017-12-27 16:55:47', '', 'pokoj1', '', 'inherit', 'open', 'closed', '', 'pokoj1', '', '', '2017-12-27 17:55:47', '2017-12-27 16:55:47', '', 55, 'http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/pokoj1.jpg', 0, 'attachment', 'image/jpeg', 0),
(236, 1, '2017-12-27 17:55:48', '2017-12-27 16:55:48', '', 'pokoj01', '', 'inherit', 'open', 'closed', '', 'pokoj01', '', '', '2017-12-27 17:55:48', '2017-12-27 16:55:48', '', 55, 'http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/pokoj01.jpg', 0, 'attachment', 'image/jpeg', 0),
(237, 1, '2017-12-27 17:55:51', '2017-12-27 16:55:51', '', 'pokoj2', '', 'inherit', 'open', 'closed', '', 'pokoj2', '', '', '2017-12-27 17:55:51', '2017-12-27 16:55:51', '', 55, 'http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/pokoj2.jpg', 0, 'attachment', 'image/jpeg', 0),
(238, 1, '2017-12-27 17:56:26', '2017-12-27 16:56:26', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span> \r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\n Pokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\"] <img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<p style=\"text-align: center;\"><img class=\"wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"284\" height=\"282\">V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.</p>\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\"] \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 17:56:26', '2017-12-27 16:56:26', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(239, 1, '2017-12-27 17:58:18', '2017-12-27 16:58:18', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span> \r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\n Pokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n\r\n V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\">\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\"] \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 17:58:18', '2017-12-27 16:58:18', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(240, 1, '2017-12-27 17:59:01', '2017-12-27 16:59:01', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span> \r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\n Pokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n\r\n V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\">\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 17:59:01', '2017-12-27 16:59:01', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(241, 1, '2017-12-27 18:01:20', '2017-12-27 17:01:20', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" background_layout=\"light\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\nThe hotel LESNÍ ZÁTIŠÍ finds itself in one of the most beautiful parts of Eastern Bohemia – in The Adršpach Rocks. You will find it right at the enter-which is appreciated by every admirer of nature.\r\n\r\nIn summer season you can recreate in the near bathing pool. Hotel guests have the opportunity to hire mountain bicycles or to take the advantage of horse back riding.\r\n\r\nWinter season pens the gate to white beauty both in short outings and demanding tours. In addition to numerous cross country tracks downhill runners can use ski-lifts in neighborhood of 10 km.\r\n\r\nIn each season the not too distant range of the Giant Mountains with its peak Sněžka (1,602 m) is worth visiting. Tourists interested in history will be satisfied with number of cultural objects od admiration in this region.\r\n\r\nIn the hotel there are 30 beds at your disposal – from single rooms to 4 bed apartments (bathroom, minibar, TV set, W.C.). Central TV circuit enables guests to watch satellite programmers (SAT Astra) and miscellaneous videoprogrammes.\r\n\r\nBesides accommodation the hotel offers typical Czech meals, pleasant lounging in the restaurant, at the bar or in a cosy lounge. In summer there is a terrace in the open air.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurant\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_tab][et_pb_tab title=\"Rooms\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\n \r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"2\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Activity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n\r\n \r\n\r\n \r\n<p style=\"text-align: center;\"><img class=\"wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"284\" height=\"282\">V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.</p>\r\n[/et_pb_tab][et_pb_tab title=\"Price list\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Cancel fees\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b> \r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121 \r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202 \r\n<b>mobil: </b>+420 777 172 786 \r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 18:01:20', '2017-12-27 17:01:20', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(242, 1, '2017-12-27 18:01:21', '2017-12-27 17:01:21', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span> \r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\n Pokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n\r\n V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\">\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 18:01:21', '2017-12-27 17:01:21', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(243, 1, '2017-12-27 18:01:42', '2017-12-27 17:01:42', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" background_layout=\"light\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\nThe hotel LESNÍ ZÁTIŠÍ finds itself in one of the most beautiful parts of Eastern Bohemia – in The Adršpach Rocks. You will find it right at the enter-which is appreciated by every admirer of nature.\r\n\r\nIn summer season you can recreate in the near bathing pool. Hotel guests have the opportunity to hire mountain bicycles or to take the advantage of horse back riding.\r\n\r\nWinter season pens the gate to white beauty both in short outings and demanding tours. In addition to numerous cross country tracks downhill runners can use ski-lifts in neighborhood of 10 km.\r\n\r\nIn each season the not too distant range of the Giant Mountains with its peak Sněžka (1,602 m) is worth visiting. Tourists interested in history will be satisfied with number of cultural objects od admiration in this region.\r\n\r\nIn the hotel there are 30 beds at your disposal – from single rooms to 4 bed apartments (bathroom, minibar, TV set, W.C.). Central TV circuit enables guests to watch satellite programmers (SAT Astra) and miscellaneous videoprogrammes.\r\n\r\nBesides accommodation the hotel offers typical Czech meals, pleasant lounging in the restaurant, at the bar or in a cosy lounge. In summer there is a terrace in the open air.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurant\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_tab][et_pb_tab title=\"Rooms\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\n \r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"2\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Activity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n\r\n \r\n\r\n \r\n<p style=\"text-align: center;\"><img class=\"wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"284\" height=\"282\">V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.</p>\r\n[/et_pb_tab][et_pb_tab title=\"Price list\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Cancel fees\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b> \r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121 \r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202 \r\n<b>mobil: </b>+420 777 172 786 \r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 18:01:42', '2017-12-27 17:01:42', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(244, 1, '2017-12-27 18:01:42', '2017-12-27 17:01:42', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span> \r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\n Pokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n\r\n V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\">\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 18:01:42', '2017-12-27 17:01:42', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(245, 1, '2017-12-27 18:02:37', '2017-12-27 17:02:37', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" background_layout=\"light\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\nThe hotel LESNÍ ZÁTIŠÍ finds itself in one of the most beautiful parts of Eastern Bohemia – in The Adršpach Rocks. You will find it right at the enter-which is appreciated by every admirer of nature.\r\n\r\nIn summer season you can recreate in the near bathing pool. Hotel guests have the opportunity to hire mountain bicycles or to take the advantage of horse back riding.\r\n\r\nWinter season pens the gate to white beauty both in short outings and demanding tours. In addition to numerous cross country tracks downhill runners can use ski-lifts in neighborhood of 10 km.\r\n\r\nIn each season the not too distant range of the Giant Mountains with its peak Sněžka (1,602 m) is worth visiting. Tourists interested in history will be satisfied with number of cultural objects od admiration in this region.\r\n\r\nIn the hotel there are 30 beds at your disposal – from single rooms to 4 bed apartments (bathroom, minibar, TV set, W.C.). Central TV circuit enables guests to watch satellite programmers (SAT Astra) and miscellaneous videoprogrammes.\r\n\r\nBesides accommodation the hotel offers typical Czech meals, pleasant lounging in the restaurant, at the bar or in a cosy lounge. In summer there is a terrace in the open air.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurant\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_tab][et_pb_tab title=\"Rooms\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\n \r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"2\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Activity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n\r\n \r\n\r\n \r\n<p style=\"text-align: center;\"><img class=\"wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"284\" height=\"282\">V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.</p>\r\n[/et_pb_tab][et_pb_tab title=\"Price list\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Cancel fees\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b> \r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121 \r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202 \r\n<b>mobil: </b>+420 777 172 786 \r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 18:02:37', '2017-12-27 17:02:37', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(246, 1, '2017-12-27 18:02:37', '2017-12-27 17:02:37', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span> \r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\n Pokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n\r\n V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\">\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 18:02:37', '2017-12-27 17:02:37', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(247, 1, '2017-12-27 18:02:59', '2017-12-27 17:02:59', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" background_layout=\"light\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\nThe hotel LESNÍ ZÁTIŠÍ finds itself in one of the most beautiful parts of Eastern Bohemia – in The Adršpach Rocks. You will find it right at the enter-which is appreciated by every admirer of nature.\r\n\r\nIn summer season you can recreate in the near bathing pool. Hotel guests have the opportunity to hire mountain bicycles or to take the advantage of horse back riding.\r\n\r\nWinter season pens the gate to white beauty both in short outings and demanding tours. In addition to numerous cross country tracks downhill runners can use ski-lifts in neighborhood of 10 km.\r\n\r\nIn each season the not too distant range of the Giant Mountains with its peak Sněžka (1,602 m) is worth visiting. Tourists interested in history will be satisfied with number of cultural objects od admiration in this region.\r\n\r\nIn the hotel there are 30 beds at your disposal – from single rooms to 4 bed apartments (bathroom, minibar, TV set, W.C.). Central TV circuit enables guests to watch satellite programmers (SAT Astra) and miscellaneous videoprogrammes.\r\n\r\nBesides accommodation the hotel offers typical Czech meals, pleasant lounging in the restaurant, at the bar or in a cosy lounge. In summer there is a terrace in the open air.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurant\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_tab][et_pb_tab title=\"Rooms\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\n \r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"2\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Activity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n\r\n \r\n\r\n \r\n<p style=\"text-align: center;\"><img class=\"wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"284\" height=\"282\">V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.</p>\r\n[/et_pb_tab][et_pb_tab title=\"Price list\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Cancel fees\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b> \r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121 \r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202 \r\n<b>mobil: </b>+420 777 172 786 \r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 18:02:59', '2017-12-27 17:02:59', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(248, 1, '2017-12-27 18:02:59', '2017-12-27 17:02:59', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span> \r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\n Pokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n\r\n V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\">\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 18:02:59', '2017-12-27 17:02:59', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(249, 1, '2017-12-27 18:04:20', '2017-12-27 17:04:20', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" background_layout=\"light\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\nThe hotel LESNÍ ZÁTIŠÍ finds itself in one of the most beautiful parts of Eastern Bohemia – in The Adršpach Rocks. You will find it right at the enter-which is appreciated by every admirer of nature.\r\n\r\nIn summer season you can recreate in the near bathing pool. Hotel guests have the opportunity to hire mountain bicycles or to take the advantage of horse back riding.\r\n\r\nWinter season pens the gate to white beauty both in short outings and demanding tours. In addition to numerous cross country tracks downhill runners can use ski-lifts in neighborhood of 10 km.\r\n\r\nIn each season the not too distant range of the Giant Mountains with its peak Sněžka (1,602 m) is worth visiting. Tourists interested in history will be satisfied with number of cultural objects od admiration in this region.\r\n\r\nIn the hotel there are 30 beds at your disposal – from single rooms to 4 bed apartments (bathroom, minibar, TV set, W.C.). Central TV circuit enables guests to watch satellite programmers (SAT Astra) and miscellaneous videoprogrammes.\r\n\r\nBesides accommodation the hotel offers typical Czech meals, pleasant lounging in the restaurant, at the bar or in a cosy lounge. In summer there is a terrace in the open air.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurant\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_tab][et_pb_tab title=\"Rooms\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\n \r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"2\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Activity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n\r\n \r\n\r\n \r\n<p style=\"text-align: center;\"><img class=\"wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"284\" height=\"282\">V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.</p>\r\n[/et_pb_tab][et_pb_tab title=\"Price list\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Cancel fees\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b> \r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121 \r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202 \r\n<b>mobil: </b>+420 777 172 786 \r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 18:04:20', '2017-12-27 17:04:20', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(250, 1, '2017-12-27 18:04:21', '2017-12-27 17:04:21', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span> \r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\n Pokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n\r\n V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\">\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 18:04:21', '2017-12-27 17:04:21', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(251, 1, '2017-12-27 18:04:44', '2017-12-27 17:04:44', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" background_layout=\"light\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\nThe hotel LESNÍ ZÁTIŠÍ finds itself in one of the most beautiful parts of Eastern Bohemia – in The Adršpach Rocks. You will find it right at the enter-which is appreciated by every admirer of nature.\r\n\r\nIn summer season you can recreate in the near bathing pool. Hotel guests have the opportunity to hire mountain bicycles or to take the advantage of horse back riding.\r\n\r\nWinter season pens the gate to white beauty both in short outings and demanding tours. In addition to numerous cross country tracks downhill runners can use ski-lifts in neighborhood of 10 km.\r\n\r\nIn each season the not too distant range of the Giant Mountains with its peak Sněžka (1,602 m) is worth visiting. Tourists interested in history will be satisfied with number of cultural objects od admiration in this region.\r\n\r\nIn the hotel there are 30 beds at your disposal – from single rooms to 4 bed apartments (bathroom, minibar, TV set, W.C.). Central TV circuit enables guests to watch satellite programmers (SAT Astra) and miscellaneous videoprogrammes.\r\n\r\nBesides accommodation the hotel offers typical Czech meals, pleasant lounging in the restaurant, at the bar or in a cosy lounge. In summer there is a terrace in the open air.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurant\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_tab][et_pb_tab title=\"Rooms\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\n \r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"2\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Activity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n\r\n \r\n\r\n \r\n<p style=\"text-align: center;\"><img class=\"wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"284\" height=\"282\">V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.</p>\r\n[/et_pb_tab][et_pb_tab title=\"Price list\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Cancel fees\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b> \r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121 \r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202 \r\n<b>mobil: </b>+420 777 172 786 \r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 18:04:44', '2017-12-27 17:04:44', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(252, 1, '2017-12-27 18:04:44', '2017-12-27 17:04:44', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span> \r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\n Pokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n\r\n V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\">\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 18:04:44', '2017-12-27 17:04:44', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(253, 1, '2017-12-27 18:05:04', '2017-12-27 17:05:04', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" background_layout=\"light\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\nThe hotel LESNÍ ZÁTIŠÍ finds itself in one of the most beautiful parts of Eastern Bohemia – in The Adršpach Rocks. You will find it right at the enter-which is appreciated by every admirer of nature.\r\n\r\nIn summer season you can recreate in the near bathing pool. Hotel guests have the opportunity to hire mountain bicycles or to take the advantage of horse back riding.\r\n\r\nWinter season pens the gate to white beauty both in short outings and demanding tours. In addition to numerous cross country tracks downhill runners can use ski-lifts in neighborhood of 10 km.\r\n\r\nIn each season the not too distant range of the Giant Mountains with its peak Sněžka (1,602 m) is worth visiting. Tourists interested in history will be satisfied with number of cultural objects od admiration in this region.\r\n\r\nIn the hotel there are 30 beds at your disposal – from single rooms to 4 bed apartments (bathroom, minibar, TV set, W.C.). Central TV circuit enables guests to watch satellite programmers (SAT Astra) and miscellaneous videoprogrammes.\r\n\r\nBesides accommodation the hotel offers typical Czech meals, pleasant lounging in the restaurant, at the bar or in a cosy lounge. In summer there is a terrace in the open air.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurant\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_tab][et_pb_tab title=\"Rooms\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\n \r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[ngg_images source=\"galleries\" container_ids=\"2\" display_type=\"photocrati-nextgen_basic_thumbnails\" override_thumbnail_settings=\"0\" thumbnail_width=\"240\" thumbnail_height=\"160\" thumbnail_crop=\"1\" images_per_page=\"20\" number_of_columns=\"0\" ajax_pagination=\"0\" show_all_in_lightbox=\"0\" use_imagebrowser_effect=\"0\" show_slideshow_link=\"1\" slideshow_link_text=\"[Ukázat prezentaci]\" order_by=\"sortorder\" order_direction=\"ASC\" returns=\"included\" maximum_entity_count=\"500\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Activity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n\r\n \r\n\r\n \r\n<p style=\"text-align: center;\"><img class=\"wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"284\" height=\"282\">V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.</p>\r\n[/et_pb_tab][et_pb_tab title=\"Price list\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Cancel fees\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b> \r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121 \r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202 \r\n<b>mobil: </b>+420 777 172 786 \r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 18:05:04', '2017-12-27 17:05:04', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(254, 1, '2017-12-27 18:05:04', '2017-12-27 17:05:04', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span> \r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\n Pokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n\r\n V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\">\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 18:05:04', '2017-12-27 17:05:04', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(255, 1, '2017-12-27 18:06:04', '2017-12-27 17:06:04', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" background_layout=\"light\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\nThe hotel LESNÍ ZÁTIŠÍ finds itself in one of the most beautiful parts of Eastern Bohemia – in The Adršpach Rocks. You will find it right at the enter-which is appreciated by every admirer of nature.\r\n\r\nIn summer season you can recreate in the near bathing pool. Hotel guests have the opportunity to hire mountain bicycles or to take the advantage of horse back riding.\r\n\r\nWinter season pens the gate to white beauty both in short outings and demanding tours. In addition to numerous cross country tracks downhill runners can use ski-lifts in neighborhood of 10 km.\r\n\r\nIn each season the not too distant range of the Giant Mountains with its peak Sněžka (1,602 m) is worth visiting. Tourists interested in history will be satisfied with number of cultural objects od admiration in this region.\r\n\r\nIn the hotel there are 30 beds at your disposal – from single rooms to 4 bed apartments (bathroom, minibar, TV set, W.C.). Central TV circuit enables guests to watch satellite programmers (SAT Astra) and miscellaneous videoprogrammes.\r\n\r\nBesides accommodation the hotel offers typical Czech meals, pleasant lounging in the restaurant, at the bar or in a cosy lounge. In summer there is a terrace in the open air.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurant\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_tab][et_pb_tab title=\"Rooms\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\n \r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"237,235,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Activity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n\r\n \r\n\r\n \r\n<p style=\"text-align: center;\"><img class=\"wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"284\" height=\"282\">V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.</p>\r\n[/et_pb_tab][et_pb_tab title=\"Price list\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Cancel fees\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b> \r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121 \r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202 \r\n<b>mobil: </b>+420 777 172 786 \r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 18:06:04', '2017-12-27 17:06:04', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(256, 1, '2017-12-27 18:06:04', '2017-12-27 17:06:04', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span> \r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\n Pokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n\r\n V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\">\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 18:06:04', '2017-12-27 17:06:04', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(257, 1, '2017-12-27 18:06:38', '2017-12-27 17:06:38', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" background_layout=\"light\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\nThe hotel LESNÍ ZÁTIŠÍ finds itself in one of the most beautiful parts of Eastern Bohemia – in The Adršpach Rocks. You will find it right at the enter-which is appreciated by every admirer of nature.\r\n\r\nIn summer season you can recreate in the near bathing pool. Hotel guests have the opportunity to hire mountain bicycles or to take the advantage of horse back riding.\r\n\r\nWinter season pens the gate to white beauty both in short outings and demanding tours. In addition to numerous cross country tracks downhill runners can use ski-lifts in neighborhood of 10 km.\r\n\r\nIn each season the not too distant range of the Giant Mountains with its peak Sněžka (1,602 m) is worth visiting. Tourists interested in history will be satisfied with number of cultural objects od admiration in this region.\r\n\r\nIn the hotel there are 30 beds at your disposal – from single rooms to 4 bed apartments (bathroom, minibar, TV set, W.C.). Central TV circuit enables guests to watch satellite programmers (SAT Astra) and miscellaneous videoprogrammes.\r\n\r\nBesides accommodation the hotel offers typical Czech meals, pleasant lounging in the restaurant, at the bar or in a cosy lounge. In summer there is a terrace in the open air.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurant\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_tab][et_pb_tab title=\"Rooms\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\n \r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"237,235,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Activity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n\r\n \r\n\r\n \r\n<p style=\"text-align: center;\"><img class=\"wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"284\" height=\"282\">V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.</p>\r\n[/et_pb_tab][et_pb_tab title=\"Price list\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Cancel fees\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b> \r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121 \r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202 \r\n<b>mobil: </b>+420 777 172 786 \r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 18:06:38', '2017-12-27 17:06:38', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(258, 1, '2017-12-27 18:06:38', '2017-12-27 17:06:38', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span> \r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\n Pokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n\r\n V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\">\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 18:06:38', '2017-12-27 17:06:38', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(259, 1, '2017-12-27 18:07:29', '2017-12-27 17:07:29', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span> \r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\n Pokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n\r\n V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\">\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 18:07:29', '2017-12-27 17:07:29', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(260, 1, '2017-12-27 18:08:22', '2017-12-27 17:08:22', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span> \r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\n Pokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n\r\n V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\">\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 18:08:22', '2017-12-27 17:08:22', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(261, 1, '2017-12-27 18:08:48', '2017-12-27 17:08:48', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span> \r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\n Pokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n\r\n V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\">\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 18:08:48', '2017-12-27 17:08:48', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(262, 1, '2017-12-27 18:15:35', '2017-12-27 17:15:35', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" background_layout=\"light\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\nThe hotel LESNÍ ZÁTIŠÍ finds itself in one of the most beautiful parts of Eastern Bohemia – in The Adršpach Rocks. You will find it right at the enter-which is appreciated by every admirer of nature.\r\n\r\nIn summer season you can recreate in the near bathing pool. Hotel guests have the opportunity to hire mountain bicycles or to take the advantage of horse back riding.\r\n\r\nWinter season pens the gate to white beauty both in short outings and demanding tours. In addition to numerous cross country tracks downhill runners can use ski-lifts in neighborhood of 10 km.\r\n\r\nIn each season the not too distant range of the Giant Mountains with its peak Sněžka (1,602 m) is worth visiting. Tourists interested in history will be satisfied with number of cultural objects od admiration in this region.\r\n\r\nIn the hotel there are 30 beds at your disposal – from single rooms to 4 bed apartments (bathroom, minibar, TV set, W.C.). Central TV circuit enables guests to watch satellite programmers (SAT Astra) and miscellaneous videoprogrammes.\r\n\r\nBesides accommodation the hotel offers typical Czech meals, pleasant lounging in the restaurant, at the bar or in a cosy lounge. In summer there is a terrace in the open air.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurant\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_tab][et_pb_tab title=\"Rooms\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\n \r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"237,235,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Activity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\">\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Price list\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Cancel fees\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b> \r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121 \r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202 \r\n<b>mobil: </b>+420 777 172 786 \r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 18:15:35', '2017-12-27 17:15:35', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(263, 1, '2017-12-27 18:15:35', '2017-12-27 17:15:35', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span> \r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\n Pokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n\r\n V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\">\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 18:15:35', '2017-12-27 17:15:35', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(264, 1, '2017-12-27 18:31:56', '2017-12-27 17:31:56', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" background_layout=\"light\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\nDas Hotel LESNÍ ZÁTIŠÍ befindet sich in einem der schönsten Winkel des Ostböhmens in Adršpach Felsen. Sie finden es direkt am Eingang in die Sandfelsenstadt, deren Schönheit jeder Naturliebhaber schätz.\r\n\r\nIm Sommer können sie sich im nahen Freibad erholen, die Hotelgäste haben die Möglichkeit sich Bergfahrräder auszuleihen oder den Spazierritt vorzuziehen.\r\n\r\nDer Winter bietet das Kennen lernen der Schönheit hiesiger Natur bei kurzen Spaziergängen sowie bei anspruchsvollen Touren an. Neben den zahlreichen Langlaufstrecken können die Gönner.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n \r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\n \r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"237,235,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\"] <img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\" />\r\n\r\n \r\n<p style=\"text-align: center;\"><img class=\"wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"284\" height=\"282\" />V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.</p>\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 18:31:56', '2017-12-27 17:31:56', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(265, 1, '2017-12-27 18:31:57', '2017-12-27 17:31:57', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span> \r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\n Pokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n\r\n V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\">\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 18:31:57', '2017-12-27 17:31:57', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(266, 1, '2017-12-27 18:32:28', '2017-12-27 17:32:28', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" background_layout=\"light\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\nDas Hotel LESNÍ ZÁTIŠÍ befindet sich in einem der schönsten Winkel des Ostböhmens in Adršpach Felsen. Sie finden es direkt am Eingang in die Sandfelsenstadt, deren Schönheit jeder Naturliebhaber schätz.\r\n\r\nIm Sommer können sie sich im nahen Freibad erholen, die Hotelgäste haben die Möglichkeit sich Bergfahrräder auszuleihen oder den Spazierritt vorzuziehen.\r\n\r\nDer Winter bietet das Kennen lernen der Schönheit hiesiger Natur bei kurzen Spaziergängen sowie bei anspruchsvollen Touren an. Neben den zahlreichen Langlaufstrecken können die Gönner.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n \r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"237,235,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\"] <img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\" />\r\n\r\n \r\n\r\n \r\n<p style=\"text-align: center;\"><img class=\"wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"284\" height=\"282\" />V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.</p>\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 18:32:28', '2017-12-27 17:32:28', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(267, 1, '2017-12-27 18:32:28', '2017-12-27 17:32:28', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span> \r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\n Pokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n\r\n V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\">\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 18:32:28', '2017-12-27 17:32:28', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(268, 1, '2017-12-27 18:33:14', '2017-12-27 17:33:14', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" background_layout=\"light\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\nDas Hotel LESNÍ ZÁTIŠÍ befindet sich in einem der schönsten Winkel des Ostböhmens in Adršpach Felsen. Sie finden es direkt am Eingang in die Sandfelsenstadt, deren Schönheit jeder Naturliebhaber schätz.\r\n\r\nIm Sommer können sie sich im nahen Freibad erholen, die Hotelgäste haben die Möglichkeit sich Bergfahrräder auszuleihen oder den Spazierritt vorzuziehen.\r\n\r\nDer Winter bietet das Kennen lernen der Schönheit hiesiger Natur bei kurzen Spaziergängen sowie bei anspruchsvollen Touren an. Neben den zahlreichen Langlaufstrecken können die Gönner.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n \r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"237,235,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\" />\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 18:33:14', '2017-12-27 17:33:14', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(269, 1, '2017-12-27 18:33:14', '2017-12-27 17:33:14', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span> \r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\n Pokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\">\r\n\r\n V letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\">\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 18:33:14', '2017-12-27 17:33:14', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(270, 1, '2017-12-27 18:36:41', '2017-12-27 17:36:41', '[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.92\" custom_padding=\"0px|0px|0px|0px\" module_id=\"uvod\"][et_pb_fullwidth_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" _builder_version=\"3.0.92\" box_shadow_style=\"preset6\"]\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\" />\r\n\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 18:36:41', '2017-12-27 17:36:41', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(272, 1, '2017-12-27 18:41:00', '2017-12-27 17:41:00', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.92\" use_background_color_gradient=\"on\" background_image=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.92\" background_layout=\"light\"]\r\n\r\nLesní Zátiší\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\" />\r\n\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 18:41:00', '2017-12-27 17:41:00', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(273, 1, '2017-12-27 18:41:59', '2017-12-27 17:41:59', '[et_pb_section fb_built=\"1\" _builder_version=\"3.0.92\" use_background_color_gradient=\"on\" background_image=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"45px|0px|94px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.92\"]Lesní Zátiší\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"nabizime\" _builder_version=\"3.0.92\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\"]<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\"]7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\"]<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\" />\r\n\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\"]<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"kontakt\" _builder_version=\"3.0.92\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"][contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" admin_label=\"Mapa hotel\" _builder_version=\"3.0.92\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Mapa\" module_id=\"mapa\" _builder_version=\"3.0.92\"][google_map_easy id=\"3\"]\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 18:41:59', '2017-12-27 17:41:59', '', 55, 'http://hotellesnizatisi.jservices.cz/cs_CZ/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(276, 1, '2017-12-27 18:44:11', '2017-12-27 17:44:11', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.92\" use_background_color_gradient=\"on\" background_image=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.92\" background_layout=\"light\"]\r\n<h1><span style=\"color: #ccffff;\">Lesní Zátiší</span></h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\" />\r\n\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 18:44:11', '2017-12-27 17:44:11', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(277, 1, '2017-12-27 18:45:17', '2017-12-27 17:45:17', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.92\" use_background_color_gradient=\"on\" background_image=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\"][et_pb_row][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\" />\r\n\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 18:45:17', '2017-12-27 17:45:17', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(278, 1, '2017-12-27 18:45:30', '2017-12-27 17:45:30', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.92\" use_background_color_gradient=\"on\" background_image=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\"][et_pb_row][et_pb_column type=\"4_4\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\" />\r\n\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 18:45:30', '2017-12-27 17:45:30', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(279, 1, '2017-12-27 18:45:54', '2017-12-27 17:45:54', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.92\" use_background_color_gradient=\"on\" background_image=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.92\" background_layout=\"light\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\" />\r\n\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 18:45:54', '2017-12-27 17:45:54', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(280, 1, '2017-12-27 18:47:24', '2017-12-27 17:47:24', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.92\" background_image=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.92\" background_layout=\"light\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" background_layout=\"light\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\nThe hotel LESNÍ ZÁTIŠÍ finds itself in one of the most beautiful parts of Eastern Bohemia – in The Adršpach Rocks. You will find it right at the enter-which is appreciated by every admirer of nature.\r\n\r\nIn summer season you can recreate in the near bathing pool. Hotel guests have the opportunity to hire mountain bicycles or to take the advantage of horse back riding.\r\n\r\nWinter season pens the gate to white beauty both in short outings and demanding tours. In addition to numerous cross country tracks downhill runners can use ski-lifts in neighborhood of 10 km.\r\n\r\nIn each season the not too distant range of the Giant Mountains with its peak Sněžka (1,602 m) is worth visiting. Tourists interested in history will be satisfied with number of cultural objects od admiration in this region.\r\n\r\nIn the hotel there are 30 beds at your disposal – from single rooms to 4 bed apartments (bathroom, minibar, TV set, W.C.). Central TV circuit enables guests to watch satellite programmers (SAT Astra) and miscellaneous videoprogrammes.\r\n\r\nBesides accommodation the hotel offers typical Czech meals, pleasant lounging in the restaurant, at the bar or in a cosy lounge. In summer there is a terrace in the open air.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurant\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_tab][et_pb_tab title=\"Rooms\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\n \r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"237,235,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Activity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\" />\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Price list\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Cancel fees\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 18:47:24', '2017-12-27 17:47:24', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(281, 1, '2017-12-27 18:47:24', '2017-12-27 17:47:24', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.92\" use_background_color_gradient=\"on\" background_image=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.92\" background_layout=\"light\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\" />\r\n\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 18:47:24', '2017-12-27 17:47:24', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(282, 1, '2017-12-27 18:53:45', '2017-12-27 17:53:45', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.92\" background_image=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"uvod\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" background_layout=\"light\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\nDas Hotel LESNÍ ZÁTIŠÍ befindet sich in einem der schönsten Winkel des Ostböhmens in Adršpach Felsen. Sie finden es direkt am Eingang in die Sandfelsenstadt, deren Schönheit jeder Naturliebhaber schätz.\r\n\r\nIm Sommer können sie sich im nahen Freibad erholen, die Hotelgäste haben die Möglichkeit sich Bergfahrräder auszuleihen oder den Spazierritt vorzuziehen.\r\n\r\nDer Winter bietet das Kennen lernen der Schönheit hiesiger Natur bei kurzen Spaziergängen sowie bei anspruchsvollen Touren an. Neben den zahlreichen Langlaufstrecken können die Gönner.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n \r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"237,235,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\" />\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 18:53:45', '2017-12-27 17:53:45', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(283, 1, '2017-12-27 18:53:45', '2017-12-27 17:53:45', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.92\" use_background_color_gradient=\"on\" background_image=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.92\" background_layout=\"light\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\" />\r\n\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 18:53:45', '2017-12-27 17:53:45', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(284, 1, '2017-12-27 18:54:07', '2017-12-27 17:54:07', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.92\" background_image=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" module_id=\"uvod\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.92\" background_layout=\"light\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" background_layout=\"light\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\nThe hotel LESNÍ ZÁTIŠÍ finds itself in one of the most beautiful parts of Eastern Bohemia – in The Adršpach Rocks. You will find it right at the enter-which is appreciated by every admirer of nature.\r\n\r\nIn summer season you can recreate in the near bathing pool. Hotel guests have the opportunity to hire mountain bicycles or to take the advantage of horse back riding.\r\n\r\nWinter season pens the gate to white beauty both in short outings and demanding tours. In addition to numerous cross country tracks downhill runners can use ski-lifts in neighborhood of 10 km.\r\n\r\nIn each season the not too distant range of the Giant Mountains with its peak Sněžka (1,602 m) is worth visiting. Tourists interested in history will be satisfied with number of cultural objects od admiration in this region.\r\n\r\nIn the hotel there are 30 beds at your disposal – from single rooms to 4 bed apartments (bathroom, minibar, TV set, W.C.). Central TV circuit enables guests to watch satellite programmers (SAT Astra) and miscellaneous videoprogrammes.\r\n\r\nBesides accommodation the hotel offers typical Czech meals, pleasant lounging in the restaurant, at the bar or in a cosy lounge. In summer there is a terrace in the open air.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurant\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_tab][et_pb_tab title=\"Rooms\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\n \r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"237,235,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Activity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\" />\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Price list\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Cancel fees\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 18:54:07', '2017-12-27 17:54:07', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(285, 1, '2017-12-27 18:54:08', '2017-12-27 17:54:08', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.92\" use_background_color_gradient=\"on\" background_image=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.92\" background_layout=\"light\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\" />\r\n\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 18:54:08', '2017-12-27 17:54:08', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(286, 1, '2017-12-27 18:54:30', '2017-12-27 17:54:30', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.92\" use_background_color_gradient=\"on\" background_image=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" module_id=\"uvod\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.92\" background_layout=\"light\"]\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\" />\r\n\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 18:54:30', '2017-12-27 17:54:30', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(287, 1, '2017-12-27 18:54:51', '2017-12-27 17:54:51', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.92\" use_background_color_gradient=\"on\" background_image=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" module_id=\"uvod\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.92\" background_layout=\"light\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\" />\r\n\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 18:54:51', '2017-12-27 17:54:51', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(288, 1, '2017-12-27 18:55:41', '2017-12-27 17:55:41', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.92\" use_background_color_gradient=\"on\" background_image=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" module_id=\"uvod\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.92\" background_layout=\"light\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\" />\r\n\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 18:55:41', '2017-12-27 17:55:41', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(289, 1, '2017-12-27 18:56:11', '2017-12-27 17:56:11', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.92\" use_background_color_gradient=\"on\" background_image=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" module_id=\"uvod\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.92\" background_layout=\"light\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\" />\r\n\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 18:56:11', '2017-12-27 17:56:11', '', 55, 'http://hotellesnizatisi.jservices.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(290, 1, '2017-12-27 20:15:48', '2017-12-27 19:15:48', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.92\" background_image=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" module_id=\"uvod\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.92\" background_layout=\"light\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.47\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\" />\r\n\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 20:15:48', '2017-12-27 19:15:48', '', 55, 'http://hotellesnizatisi.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(291, 1, '2017-12-27 20:34:20', '2017-12-27 19:34:20', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.92\" background_image=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" module_id=\"uvod\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.92\" background_layout=\"light\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.92\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" show_bottom_space=\"on\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\" />\r\n\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 20:34:20', '2017-12-27 19:34:20', '', 55, 'http://hotellesnizatisi.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(292, 1, '2017-12-27 20:34:41', '2017-12-27 19:34:41', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.92\" background_image=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" module_id=\"uvod\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.92\" background_layout=\"light\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.92\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" show_bottom_space=\"on\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" background_layout=\"light\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\nThe hotel LESNÍ ZÁTIŠÍ finds itself in one of the most beautiful parts of Eastern Bohemia – in The Adršpach Rocks. You will find it right at the enter-which is appreciated by every admirer of nature.\r\n\r\nIn summer season you can recreate in the near bathing pool. Hotel guests have the opportunity to hire mountain bicycles or to take the advantage of horse back riding.\r\n\r\nWinter season pens the gate to white beauty both in short outings and demanding tours. In addition to numerous cross country tracks downhill runners can use ski-lifts in neighborhood of 10 km.\r\n\r\nIn each season the not too distant range of the Giant Mountains with its peak Sněžka (1,602 m) is worth visiting. Tourists interested in history will be satisfied with number of cultural objects od admiration in this region.\r\n\r\nIn the hotel there are 30 beds at your disposal – from single rooms to 4 bed apartments (bathroom, minibar, TV set, W.C.). Central TV circuit enables guests to watch satellite programmers (SAT Astra) and miscellaneous videoprogrammes.\r\n\r\nBesides accommodation the hotel offers typical Czech meals, pleasant lounging in the restaurant, at the bar or in a cosy lounge. In summer there is a terrace in the open air.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurant\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_tab][et_pb_tab title=\"Rooms\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\n \r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"237,235,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Activity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\" />\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Price list\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Cancel fees\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 20:34:41', '2017-12-27 19:34:41', '', 55, 'http://hotellesnizatisi.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(293, 1, '2017-12-27 20:34:42', '2017-12-27 19:34:42', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.92\" background_image=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" module_id=\"uvod\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.92\" background_layout=\"light\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.92\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" show_bottom_space=\"on\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\" />\r\n\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 20:34:42', '2017-12-27 19:34:42', '', 55, 'http://hotellesnizatisi.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(294, 1, '2017-12-27 20:35:16', '2017-12-27 19:35:16', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.92\" background_image=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/logo_skaly.jpg\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"uvod\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.92\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" show_bottom_space=\"on\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" background_layout=\"light\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\nDas Hotel LESNÍ ZÁTIŠÍ befindet sich in einem der schönsten Winkel des Ostböhmens in Adršpach Felsen. Sie finden es direkt am Eingang in die Sandfelsenstadt, deren Schönheit jeder Naturliebhaber schätz.\r\n\r\nIm Sommer können sie sich im nahen Freibad erholen, die Hotelgäste haben die Möglichkeit sich Bergfahrräder auszuleihen oder den Spazierritt vorzuziehen.\r\n\r\nDer Winter bietet das Kennen lernen der Schönheit hiesiger Natur bei kurzen Spaziergängen sowie bei anspruchsvollen Touren an. Neben den zahlreichen Langlaufstrecken können die Gönner.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n \r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"237,235,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\" />\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 20:35:16', '2017-12-27 19:35:16', '', 55, 'http://hotellesnizatisi.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(295, 1, '2017-12-27 20:35:16', '2017-12-27 19:35:16', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.92\" background_image=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" module_id=\"uvod\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.92\" background_layout=\"light\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.92\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" show_bottom_space=\"on\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\" />\r\n\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 20:35:16', '2017-12-27 19:35:16', '', 55, 'http://hotellesnizatisi.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(296, 1, '2017-12-27 20:35:57', '2017-12-27 19:35:57', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.92\" background_image=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/logo_skaly.jpg\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"uvod\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.92\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" show_bottom_space=\"on\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" background_layout=\"light\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\nDas Hotel LESNÍ ZÁTIŠÍ befindet sich in einem der schönsten Winkel des Ostböhmens in Adršpach Felsen. Sie finden es direkt am Eingang in die Sandfelsenstadt, deren Schönheit jeder Naturliebhaber schätz.\r\n\r\nIm Sommer können sie sich im nahen Freibad erholen, die Hotelgäste haben die Möglichkeit sich Bergfahrräder auszuleihen oder den Spazierritt vorzuziehen.\r\n\r\nDer Winter bietet das Kennen lernen der Schönheit hiesiger Natur bei kurzen Spaziergängen sowie bei anspruchsvollen Touren an. Neben den zahlreichen Langlaufstrecken können die Gönner.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n \r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"237,235,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\" />\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 20:35:57', '2017-12-27 19:35:57', '', 55, 'http://hotellesnizatisi.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(297, 1, '2017-12-27 20:35:57', '2017-12-27 19:35:57', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.92\" background_image=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" module_id=\"uvod\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.92\" background_layout=\"light\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.92\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" show_bottom_space=\"on\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\" />\r\n\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 20:35:57', '2017-12-27 19:35:57', '', 55, 'http://hotellesnizatisi.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(298, 1, '2017-12-27 20:36:24', '2017-12-27 19:36:24', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.92\" background_image=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" module_id=\"uvod\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.92\" background_layout=\"light\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.92\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" show_bottom_space=\"on\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" background_layout=\"light\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\nThe hotel LESNÍ ZÁTIŠÍ finds itself in one of the most beautiful parts of Eastern Bohemia – in The Adršpach Rocks. You will find it right at the enter-which is appreciated by every admirer of nature.\r\n\r\nIn summer season you can recreate in the near bathing pool. Hotel guests have the opportunity to hire mountain bicycles or to take the advantage of horse back riding.\r\n\r\nWinter season pens the gate to white beauty both in short outings and demanding tours. In addition to numerous cross country tracks downhill runners can use ski-lifts in neighborhood of 10 km.\r\n\r\nIn each season the not too distant range of the Giant Mountains with its peak Sněžka (1,602 m) is worth visiting. Tourists interested in history will be satisfied with number of cultural objects od admiration in this region.\r\n\r\nIn the hotel there are 30 beds at your disposal – from single rooms to 4 bed apartments (bathroom, minibar, TV set, W.C.). Central TV circuit enables guests to watch satellite programmers (SAT Astra) and miscellaneous videoprogrammes.\r\n\r\nBesides accommodation the hotel offers typical Czech meals, pleasant lounging in the restaurant, at the bar or in a cosy lounge. In summer there is a terrace in the open air.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurant\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_tab][et_pb_tab title=\"Rooms\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\n \r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"237,235,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Activity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\" />\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Price list\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Cancel fees\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 20:36:24', '2017-12-27 19:36:24', '', 55, 'http://hotellesnizatisi.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(299, 1, '2017-12-27 20:36:24', '2017-12-27 19:36:24', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.92\" background_image=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" module_id=\"uvod\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.92\" background_layout=\"light\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.92\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" show_bottom_space=\"on\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\" />\r\n\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 20:36:24', '2017-12-27 19:36:24', '', 55, 'http://hotellesnizatisi.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(300, 1, '2017-12-27 20:36:42', '2017-12-27 19:36:42', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.92\" background_image=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" module_id=\"uvod\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.92\" background_layout=\"light\"]\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.92\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" show_bottom_space=\"on\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\"]\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\" />\r\n\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\" show_bottom_space=\"on\"]\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 20:36:42', '2017-12-27 19:36:42', '', 55, 'http://hotellesnizatisi.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(301, 1, '2017-12-27 20:37:01', '2017-12-27 19:37:01', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.92\" background_image=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" module_id=\"uvod\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.92\" background_layout=\"light\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.92\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" show_bottom_space=\"on\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\" />\r\n\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 20:37:01', '2017-12-27 19:37:01', '', 55, 'http://hotellesnizatisi.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(302, 1, '2017-12-27 20:39:39', '2017-12-27 19:39:39', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.92\" background_image=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" module_id=\"uvod\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.92\" background_layout=\"light\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.92\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" show_bottom_space=\"on\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" />\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\" />\r\n\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 20:39:39', '2017-12-27 19:39:39', '', 55, 'http://hotellesnizatisi.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(303, 1, '2017-12-27 20:40:11', '2017-12-27 19:40:11', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.92\" background_image=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" module_id=\"uvod\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.92\" background_layout=\"light\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.92\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" show_bottom_space=\"on\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" />\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\" wp-image-174 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"150\" height=\"310\" />\r\n\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 20:40:11', '2017-12-27 19:40:11', '', 55, 'http://hotellesnizatisi.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(304, 1, '2017-12-27 21:04:35', '2017-12-27 20:04:35', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.92\" background_image=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" module_id=\"uvod\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.92\" background_layout=\"light\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.92\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" show_bottom_space=\"on\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" />\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-full wp-image-174 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"98\" height=\"202\" />\r\n\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 21:04:35', '2017-12-27 20:04:35', '', 55, 'http://hotellesnizatisi.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(305, 1, '2017-12-27 21:06:27', '2017-12-27 20:06:27', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.92\" background_image=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" module_id=\"uvod\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.92\" background_layout=\"light\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.92\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" show_bottom_space=\"on\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" background_layout=\"light\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\nThe hotel LESNÍ ZÁTIŠÍ finds itself in one of the most beautiful parts of Eastern Bohemia – in The Adršpach Rocks. You will find it right at the enter-which is appreciated by every admirer of nature.\r\n\r\nIn summer season you can recreate in the near bathing pool. Hotel guests have the opportunity to hire mountain bicycles or to take the advantage of horse back riding.\r\n\r\nWinter season pens the gate to white beauty both in short outings and demanding tours. In addition to numerous cross country tracks downhill runners can use ski-lifts in neighborhood of 10 km.\r\n\r\nIn each season the not too distant range of the Giant Mountains with its peak Sněžka (1,602 m) is worth visiting. Tourists interested in history will be satisfied with number of cultural objects od admiration in this region.\r\n\r\nIn the hotel there are 30 beds at your disposal – from single rooms to 4 bed apartments (bathroom, minibar, TV set, W.C.). Central TV circuit enables guests to watch satellite programmers (SAT Astra) and miscellaneous videoprogrammes.\r\n\r\nBesides accommodation the hotel offers typical Czech meals, pleasant lounging in the restaurant, at the bar or in a cosy lounge. In summer there is a terrace in the open air.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurant\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_tab][et_pb_tab title=\"Rooms\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\n \r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"237,235,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Activity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-full wp-image-174 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"98\" height=\"202\" />\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Price list\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Cancel fees\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 21:06:27', '2017-12-27 20:06:27', '', 55, 'http://hotellesnizatisi.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(306, 1, '2017-12-27 21:06:27', '2017-12-27 20:06:27', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.92\" background_image=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" module_id=\"uvod\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.92\" background_layout=\"light\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.92\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" show_bottom_space=\"on\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" />\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-full wp-image-174 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"98\" height=\"202\" />\r\n\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 21:06:27', '2017-12-27 20:06:27', '', 55, 'http://hotellesnizatisi.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(307, 1, '2017-12-27 21:06:56', '2017-12-27 20:06:56', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.92\" background_image=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" module_id=\"uvod\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.92\" background_layout=\"light\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.92\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" show_bottom_space=\"on\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" background_layout=\"light\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\nThe hotel LESNÍ ZÁTIŠÍ finds itself in one of the most beautiful parts of Eastern Bohemia – in The Adršpach Rocks. You will find it right at the enter-which is appreciated by every admirer of nature.\r\n\r\nIn summer season you can recreate in the near bathing pool. Hotel guests have the opportunity to hire mountain bicycles or to take the advantage of horse back riding.\r\n\r\nWinter season pens the gate to white beauty both in short outings and demanding tours. In addition to numerous cross country tracks downhill runners can use ski-lifts in neighborhood of 10 km.\r\n\r\nIn each season the not too distant range of the Giant Mountains with its peak Sněžka (1,602 m) is worth visiting. Tourists interested in history will be satisfied with number of cultural objects od admiration in this region.\r\n\r\nIn the hotel there are 30 beds at your disposal – from single rooms to 4 bed apartments (bathroom, minibar, TV set, W.C.). Central TV circuit enables guests to watch satellite programmers (SAT Astra) and miscellaneous videoprogrammes.\r\n\r\nBesides accommodation the hotel offers typical Czech meals, pleasant lounging in the restaurant, at the bar or in a cosy lounge. In summer there is a terrace in the open air.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurant\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_tab][et_pb_tab title=\"Rooms\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"237,235,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Activity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-full wp-image-174 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"98\" height=\"202\" />\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Price list\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Cancel fees\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 21:06:56', '2017-12-27 20:06:56', '', 55, 'http://hotellesnizatisi.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(308, 1, '2017-12-27 21:06:56', '2017-12-27 20:06:56', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.92\" background_image=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" module_id=\"uvod\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.92\" background_layout=\"light\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.92\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" show_bottom_space=\"on\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" />\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-full wp-image-174 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"98\" height=\"202\" />\r\n\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 21:06:56', '2017-12-27 20:06:56', '', 55, 'http://hotellesnizatisi.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(309, 1, '2017-12-27 21:08:12', '2017-12-27 20:08:12', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.92\" background_image=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/logo_skaly.jpg\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"uvod\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.92\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" show_bottom_space=\"on\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" background_layout=\"light\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\nDas Hotel LESNÍ ZÁTIŠÍ befindet sich in einem der schönsten Winkel des Ostböhmens in Adršpach Felsen. Sie finden es direkt am Eingang in die Sandfelsenstadt, deren Schönheit jeder Naturliebhaber schätz.\r\n\r\nIm Sommer können sie sich im nahen Freibad erholen, die Hotelgäste haben die Möglichkeit sich Bergfahrräder auszuleihen oder den Spazierritt vorzuziehen.\r\n\r\nDer Winter bietet das Kennen lernen der Schönheit hiesiger Natur bei kurzen Spaziergängen sowie bei anspruchsvollen Touren an. Neben den zahlreichen Langlaufstrecken können die Gönner.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n \r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"237,235,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-full wp-image-174 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"98\" height=\"202\" />\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n[/et_pb_tab]\r\n\r\n[/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 21:08:12', '2017-12-27 20:08:12', '', 55, 'http://hotellesnizatisi.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(310, 1, '2017-12-27 21:08:12', '2017-12-27 20:08:12', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.92\" background_image=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" module_id=\"uvod\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.92\" background_layout=\"light\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.92\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" show_bottom_space=\"on\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" />\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-full wp-image-174 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"98\" height=\"202\" />\r\n\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2017-12-27 21:08:12', '2017-12-27 20:08:12', '', 55, 'http://hotellesnizatisi.cz/index.php/2017/12/27/55-revision-v1/', 0, 'revision', '', 0),
(316, 1, '2018-01-04 22:31:34', '2018-01-04 21:31:34', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.92\" background_image=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" module_id=\"uvod\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.92\" background_layout=\"light\"]\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.92\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" show_bottom_space=\"on\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\"]\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" />\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-full wp-image-174 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"98\" height=\"202\" />\r\n\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\" show_bottom_space=\"on\"]\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.93\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_map _builder_version=\"3.0.93\" /][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2018-01-04 22:31:34', '2018-01-04 21:31:34', '', 55, 'http://hotellesnizatisi.cz/index.php/2018/01/04/55-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(317, 1, '2018-01-04 22:33:50', '2018-01-04 21:33:50', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.92\" background_image=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" module_id=\"uvod\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.92\" background_layout=\"light\"]\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/hotel01.jpg\" _builder_version=\"3.0.92\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" show_bottom_space=\"on\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" />\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-full wp-image-174 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"98\" height=\"202\" />\r\n\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.93\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2018-01-04 22:33:50', '2018-01-04 21:33:50', '', 55, 'http://hotellesnizatisi.cz/index.php/2018/01/04/55-revision-v1/', 0, 'revision', '', 0),
(319, 1, '2018-01-21 23:44:04', '2018-01-21 22:44:04', '', 'hotel', '', 'inherit', 'open', 'closed', '', 'hotel', '', '', '2018-01-21 23:44:04', '2018-01-21 22:44:04', '', 0, 'http://hotellesnizatisi.cz/wp-content/uploads/2018/01/hotel.jpg', 0, 'attachment', 'image/jpeg', 0),
(320, 1, '2018-01-21 23:45:09', '2018-01-21 22:45:09', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.92\" background_image=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" module_id=\"uvod\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.92\" background_layout=\"light\"]\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.cz/wp-content/uploads/2018/01/hotel.jpg\" _builder_version=\"3.0.97\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" show_bottom_space=\"on\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" />\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-full wp-image-174 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"98\" height=\"202\" />\r\n\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.93\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2018-01-21 23:45:09', '2018-01-21 22:45:09', '', 55, 'http://hotellesnizatisi.cz/index.php/2018/01/21/55-revision-v1/', 0, 'revision', '', 0),
(321, 1, '2018-01-21 23:48:40', '2018-01-21 22:48:40', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.92\" background_image=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" module_id=\"uvod\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.92\" background_layout=\"light\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.cz/wp-content/uploads/2018/01/hotel.jpg\" _builder_version=\"3.0.97\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" show_bottom_space=\"on\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" background_layout=\"light\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\nThe hotel LESNÍ ZÁTIŠÍ finds itself in one of the most beautiful parts of Eastern Bohemia – in The Adršpach Rocks. You will find it right at the enter-which is appreciated by every admirer of nature.\r\n\r\nIn summer season you can recreate in the near bathing pool. Hotel guests have the opportunity to hire mountain bicycles or to take the advantage of horse back riding.\r\n\r\nWinter season pens the gate to white beauty both in short outings and demanding tours. In addition to numerous cross country tracks downhill runners can use ski-lifts in neighborhood of 10 km.\r\n\r\nIn each season the not too distant range of the Giant Mountains with its peak Sněžka (1,602 m) is worth visiting. Tourists interested in history will be satisfied with number of cultural objects od admiration in this region.\r\n\r\nIn the hotel there are 30 beds at your disposal – from single rooms to 4 bed apartments (bathroom, minibar, TV set, W.C.). Central TV circuit enables guests to watch satellite programmers (SAT Astra) and miscellaneous videoprogrammes.\r\n\r\nBesides accommodation the hotel offers typical Czech meals, pleasant lounging in the restaurant, at the bar or in a cosy lounge. In summer there is a terrace in the open air.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurant\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_tab][et_pb_tab title=\"Rooms\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"237,235,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Activity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-full wp-image-174 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"98\" height=\"202\" />\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Price list\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Cancel fees\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2018-01-21 23:48:40', '2018-01-21 22:48:40', '', 55, 'http://hotellesnizatisi.cz/index.php/2018/01/21/55-revision-v1/', 0, 'revision', '', 0),
(322, 1, '2018-01-21 23:48:40', '2018-01-21 22:48:40', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.92\" background_image=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" module_id=\"uvod\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.92\" background_layout=\"light\"]\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.cz/wp-content/uploads/2018/01/hotel.jpg\" _builder_version=\"3.0.97\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" show_bottom_space=\"on\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" />\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-full wp-image-174 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"98\" height=\"202\" />\r\n\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.93\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2018-01-21 23:48:40', '2018-01-21 22:48:40', '', 55, 'http://hotellesnizatisi.cz/index.php/2018/01/21/55-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(323, 1, '2018-01-21 23:49:17', '2018-01-21 22:49:17', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.92\" background_image=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/logo_skaly.jpg\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"uvod\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.cz/wp-content/uploads/2018/01/hotel.jpg\" _builder_version=\"3.0.97\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" show_bottom_space=\"on\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" background_layout=\"light\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\nDas Hotel LESNÍ ZÁTIŠÍ befindet sich in einem der schönsten Winkel des Ostböhmens in Adršpach Felsen. Sie finden es direkt am Eingang in die Sandfelsenstadt, deren Schönheit jeder Naturliebhaber schätz.\r\n\r\nIm Sommer können sie sich im nahen Freibad erholen, die Hotelgäste haben die Möglichkeit sich Bergfahrräder auszuleihen oder den Spazierritt vorzuziehen.\r\n\r\nDer Winter bietet das Kennen lernen der Schönheit hiesiger Natur bei kurzen Spaziergängen sowie bei anspruchsvollen Touren an. Neben den zahlreichen Langlaufstrecken können die Gönner.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.jservices.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /> <span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n \r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n \r\n\r\n[gallery columns=\"4\" ids=\"237,235,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-full wp-image-174 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"98\" height=\"202\" />\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\"]\r\n\r\n \r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.92\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2018-01-21 23:49:17', '2018-01-21 22:49:17', '', 55, 'http://hotellesnizatisi.cz/index.php/2018/01/21/55-revision-v1/', 0, 'revision', '', 0),
(324, 1, '2018-01-21 23:49:17', '2018-01-21 22:49:17', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.92\" background_image=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" module_id=\"uvod\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.92\" background_layout=\"light\"]\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.cz/wp-content/uploads/2018/01/hotel.jpg\" _builder_version=\"3.0.97\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" show_bottom_space=\"on\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span>\r\n\r\n<span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" />\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-full wp-image-174 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"98\" height=\"202\" />\r\n\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<b>\r\nVěra Vrzalová</b>\r\n<b>IČ:</b> 16124693\r\n\r\n549 51 Dolní Adršpach 121\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E\r\n\r\n<b>tel.: </b>+420 491 586 202\r\n<b>mobil: </b>+420 777 172 786\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a>\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\" show_bottom_space=\"on\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.93\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2018-01-21 23:49:17', '2018-01-21 22:49:17', '', 55, 'http://hotellesnizatisi.cz/index.php/2018/01/21/55-revision-v1/', 0, 'revision', '', 0),
(331, 1, '2019-03-05 21:02:10', '2019-03-05 20:02:10', '', 'epobyty', '', 'inherit', 'open', 'closed', '', 'epobyty', '', '', '2019-03-05 21:02:10', '2019-03-05 20:02:10', '', 55, 'http://hotellesnizatisi.cz/wp-content/uploads/2019/03/epobyty.png', 0, 'attachment', 'image/png', 0),
(332, 1, '2019-03-05 21:04:00', '2019-03-05 20:04:00', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.92\" background_image=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" module_id=\"uvod\" next_background_color=\"#ffffff\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.18\"]\r\n\r\n<p><a href=\"http://e-pobyty.cz\"><img class=\"size-full wp-image-331 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2019/03/epobyty.png\" alt=\"\" width=\"223\" height=\"40\" /></a></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\" prev_background_color=\"#000000\" next_background_color=\"#000000\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.cz/wp-content/uploads/2018/01/hotel.jpg\" _builder_version=\"3.0.97\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" show_bottom_space=\"on\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\"]\r\n\r\n<br />\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\" prev_background_color=\"#000000\" next_background_color=\"#000000\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<p><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\" prev_background_color=\"#000000\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" />\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-full wp-image-174 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"98\" height=\"202\" />\r\n\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\" prev_background_color=\"#000000\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n<p>\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<p>\r\n<b><br />\r\nVěra Vrzalová</b><br />\r\n<b>IČ:</b> 16124693</p>\r\n<p>549 51 Dolní Adršpach 121<br />\r\n<b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E</p>\r\n<p><b>tel.: </b>+420 491 586 202<br />\r\n<b>mobil: </b>+420 777 172 786<br />\r\n<b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a><br />\r\n<b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\" show_bottom_space=\"on\"]\r\n\r\n<br />\r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" prev_background_color=\"#000000\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.93\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n<p>\r\n[google_map_easy id=\"3\"]</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2019-03-05 21:04:00', '2019-03-05 20:04:00', '', 55, 'http://hotellesnizatisi.cz/index.php/2019/03/05/55-revision-v1/', 0, 'revision', '', 0),
(333, 1, '2019-03-05 21:05:46', '2019-03-05 20:05:46', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.92\" background_image=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" module_id=\"uvod\" next_background_color=\"#ffffff\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.18\" /][et_pb_text _builder_version=\"3.19.18\"]\r\n\r\n<p><a href=\"http://e-pobyty.cz\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-331 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2019/03/epobyty.png\" alt=\"\" width=\"223\" height=\"40\" /></a></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\" prev_background_color=\"#000000\" next_background_color=\"#000000\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.cz/wp-content/uploads/2018/01/hotel.jpg\" _builder_version=\"3.0.97\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" show_bottom_space=\"on\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\"]\r\n\r\n<p>\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\" prev_background_color=\"#000000\" next_background_color=\"#000000\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<p><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\" prev_background_color=\"#000000\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" />\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-full wp-image-174 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"98\" height=\"202\" />\r\n\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\" prev_background_color=\"#000000\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n<p>\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<p>\r\n<b><br />Věra Vrzalová</b><br /><b>IČ:</b> 16124693</p>\r\n<p>549 51 Dolní Adršpach 121<br /><b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E</p>\r\n<p><b>tel.: </b>+420 491 586 202<br /><b>mobil: </b>+420 777 172 786<br /><b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a><br /><b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\" show_bottom_space=\"on\"]\r\n\r\n<p>\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" prev_background_color=\"#000000\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.93\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n<p>\r\n[google_map_easy id=\"3\"]</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2019-03-05 21:05:46', '2019-03-05 20:05:46', '', 55, 'http://hotellesnizatisi.cz/index.php/2019/03/05/55-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(334, 1, '2019-03-05 21:06:18', '2019-03-05 20:06:18', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.92\" background_image=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" module_id=\"uvod\" next_background_color=\"#ffffff\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.18\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\" prev_background_color=\"#000000\" next_background_color=\"#000000\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.cz/wp-content/uploads/2018/01/hotel.jpg\" _builder_version=\"3.0.97\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" show_bottom_space=\"on\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.19.18\"]\r\n\r\n<p><a href=\"http://e-pobyty.cz\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-331 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2019/03/epobyty.png\" alt=\"\" width=\"223\" height=\"40\" /></a></p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\" prev_background_color=\"#000000\" next_background_color=\"#000000\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<p><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\" prev_background_color=\"#000000\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" />\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-full wp-image-174 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"98\" height=\"202\" />\r\n\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\" prev_background_color=\"#000000\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n<p>\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<p>\r\n<b><br />Věra Vrzalová</b><br /><b>IČ:</b> 16124693</p>\r\n<p>549 51 Dolní Adršpach 121<br /><b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E</p>\r\n<p><b>tel.: </b>+420 491 586 202<br /><b>mobil: </b>+420 777 172 786<br /><b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a><br /><b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\" show_bottom_space=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" prev_background_color=\"#000000\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.93\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n<p>\r\n[google_map_easy id=\"3\"]</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2019-03-05 21:06:18', '2019-03-05 20:06:18', '', 55, 'http://hotellesnizatisi.cz/index.php/2019/03/05/55-revision-v1/', 0, 'revision', '', 0),
(335, 1, '2019-03-05 21:08:06', '2019-03-05 20:08:06', '[et_pb_section fb_built=\"1\" next_background_color=\"#ffffff\" module_id=\"uvod\" _builder_version=\"3.0.92\" background_image=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" custom_padding=\"0px|0px|89px|0px|false|false\"][et_pb_row _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_text _builder_version=\"3.19.18\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" prev_background_color=\"#000000\" next_background_color=\"#000000\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\"][et_pb_image src=\"http://hotellesnizatisi.cz/wp-content/uploads/2018/01/hotel.jpg\" _builder_version=\"3.0.97\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\"]\r[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\"][et_pb_text _builder_version=\"3.19.18\"]<p><a href=\"http://e-pobyty.cz\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-331 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2019/03/epobyty.png\" alt=\"\" width=\"223\" height=\"40\" /></a></p>\r[/et_pb_text][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" prev_background_color=\"#000000\" next_background_color=\"#000000\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<p><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" prev_background_color=\"#000000\" next_background_color=\"#000000\" module_id=\"nabizime\" _builder_version=\"3.0.92\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\"]<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" />\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\"]7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\"]<img class=\"size-full wp-image-174 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"98\" height=\"202\" />\r\n\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\"]<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" prev_background_color=\"#000000\" next_background_color=\"#000000\" module_id=\"kontakt\" _builder_version=\"3.0.92\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]<p>\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]<p>\r\n<b><br />Věra Vrzalová</b><br /><b>IČ:</b> 16124693</p>\r\n<p>549 51 Dolní Adršpach 121<br /><b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E</p>\r\n<p><b>tel.: </b>+420 491 586 202<br /><b>mobil: </b>+420 777 172 786<br /><b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a><br /><b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a></p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\"][et_pb_image src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" admin_label=\"Mapa hotel\" _builder_version=\"3.0.92\"]\r[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" prev_background_color=\"#000000\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_text admin_label=\"Mapa\" module_id=\"mapa\" _builder_version=\"3.0.93\"]<p>\r\n[google_map_easy id=\"3\"]</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2019-03-05 21:08:06', '2019-03-05 20:08:06', '', 55, 'http://hotellesnizatisi.cz/cs_CZ/index.php/2019/03/05/55-revision-v1/', 0, 'revision', '', 0),
(337, 1, '2019-03-05 21:08:56', '2019-03-05 20:08:56', '[et_pb_section fb_built=\"1\" next_background_color=\"#ffffff\" module_id=\"uvod\" _builder_version=\"3.0.92\" background_image=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" custom_padding=\"0px|0px|3px|0px|false|false\"][et_pb_row _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"27px|0px|88px|0px|false|false\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_text _builder_version=\"3.19.18\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" prev_background_color=\"#000000\" next_background_color=\"#000000\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\"][et_pb_image src=\"http://hotellesnizatisi.cz/wp-content/uploads/2018/01/hotel.jpg\" _builder_version=\"3.0.97\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\"]\r[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\"][et_pb_text _builder_version=\"3.19.18\"]<p><a href=\"http://e-pobyty.cz\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-331 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2019/03/epobyty.png\" alt=\"\" width=\"223\" height=\"40\" /></a></p>\r[/et_pb_text][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" prev_background_color=\"#000000\" next_background_color=\"#000000\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<p><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" prev_background_color=\"#000000\" next_background_color=\"#000000\" module_id=\"nabizime\" _builder_version=\"3.0.92\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\"]<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" />\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\"]7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\"]<img class=\"size-full wp-image-174 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"98\" height=\"202\" />\r\n\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\"]<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" prev_background_color=\"#000000\" next_background_color=\"#000000\" module_id=\"kontakt\" _builder_version=\"3.0.92\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]<p>\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]<p>\r\n<b><br />Věra Vrzalová</b><br /><b>IČ:</b> 16124693</p>\r\n<p>549 51 Dolní Adršpach 121<br /><b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E</p>\r\n<p><b>tel.: </b>+420 491 586 202<br /><b>mobil: </b>+420 777 172 786<br /><b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a><br /><b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a></p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\"][et_pb_image src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" admin_label=\"Mapa hotel\" _builder_version=\"3.0.92\"]\r[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" prev_background_color=\"#000000\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_text admin_label=\"Mapa\" module_id=\"mapa\" _builder_version=\"3.0.93\"]<p>\r\n[google_map_easy id=\"3\"]</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2019-03-05 21:08:56', '2019-03-05 20:08:56', '', 55, 'http://hotellesnizatisi.cz/cs_CZ/index.php/2019/03/05/55-revision-v1/', 0, 'revision', '', 0),
(339, 1, '2019-03-05 21:09:22', '2019-03-05 20:09:22', '[et_pb_section fb_built=\"1\" next_background_color=\"#ffffff\" module_id=\"uvod\" _builder_version=\"3.0.92\" background_image=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" custom_padding=\"0px|0px|3px|0px|false|false\"][et_pb_row _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"88px|0px|88px|0px|true|false\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_text _builder_version=\"3.19.18\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" prev_background_color=\"#000000\" next_background_color=\"#000000\" module_id=\"ohotelu\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\"][et_pb_image src=\"http://hotellesnizatisi.cz/wp-content/uploads/2018/01/hotel.jpg\" _builder_version=\"3.0.97\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\"]\r[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\"][et_pb_text _builder_version=\"3.19.18\"]<p><a href=\"http://e-pobyty.cz\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-331 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2019/03/epobyty.png\" alt=\"\" width=\"223\" height=\"40\" /></a></p>\r[/et_pb_text][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" prev_background_color=\"#000000\" next_background_color=\"#000000\" module_id=\"vokoli\" _builder_version=\"3.0.92\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<p><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" prev_background_color=\"#000000\" next_background_color=\"#000000\" module_id=\"nabizime\" _builder_version=\"3.0.92\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\"]<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" />\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\"]7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\"]<img class=\"size-full wp-image-174 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"98\" height=\"202\" />\r\n\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\"]<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" prev_background_color=\"#000000\" next_background_color=\"#000000\" module_id=\"kontakt\" _builder_version=\"3.0.92\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]<p>\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]<p>\r\n<b><br />Věra Vrzalová</b><br /><b>IČ:</b> 16124693</p>\r\n<p>549 51 Dolní Adršpach 121<br /><b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E</p>\r\n<p><b>tel.: </b>+420 491 586 202<br /><b>mobil: </b>+420 777 172 786<br /><b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a><br /><b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a></p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\"][et_pb_image src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" admin_label=\"Mapa hotel\" _builder_version=\"3.0.92\"]\r[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" prev_background_color=\"#000000\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_text admin_label=\"Mapa\" module_id=\"mapa\" _builder_version=\"3.0.93\"]<p>\r\n[google_map_easy id=\"3\"]</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2019-03-05 21:09:22', '2019-03-05 20:09:22', '', 55, 'http://hotellesnizatisi.cz/cs_CZ/index.php/2019/03/05/55-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(341, 1, '2019-03-05 21:10:55', '2019-03-05 20:10:55', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.19.18\" background_image=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" module_id=\"uvod\" next_background_color=\"#ffffff\"][et_pb_row _builder_version=\"3.19.18\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.18\"]\r\n\r\n<p> </p><p> </p><p> </p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\" prev_background_color=\"#000000\" next_background_color=\"#000000\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://hotellesnizatisi.cz/wp-content/uploads/2018/01/hotel.jpg\" _builder_version=\"3.0.97\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" show_bottom_space=\"on\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.19.18\"]\r\n\r\n<p><a href=\"http://e-pobyty.cz\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-331 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2019/03/epobyty.png\" alt=\"\" width=\"223\" height=\"40\" /></a></p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\" prev_background_color=\"#000000\" next_background_color=\"#000000\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<p><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\" prev_background_color=\"#000000\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" />\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-full wp-image-174 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"98\" height=\"202\" />\r\n\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\" prev_background_color=\"#000000\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n<p>\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<p>\r\n<b><br />Věra Vrzalová</b><br /><b>IČ:</b> 16124693</p>\r\n<p>549 51 Dolní Adršpach 121<br /><b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E</p>\r\n<p><b>tel.: </b>+420 491 586 202<br /><b>mobil: </b>+420 777 172 786<br /><b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a><br /><b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\" show_bottom_space=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" prev_background_color=\"#000000\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.93\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n<p>\r\n[google_map_easy id=\"3\"]</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2019-03-05 21:10:55', '2019-03-05 20:10:55', '', 55, 'http://hotellesnizatisi.cz/index.php/2019/03/05/55-revision-v1/', 0, 'revision', '', 0),
(343, 1, '2019-07-13 22:13:13', '2019-07-13 20:13:13', '', 'ceskehory', '', 'inherit', 'open', 'closed', '', 'ceskehory', '', '', '2019-07-13 22:13:13', '2019-07-13 20:13:13', '', 55, 'http://hotellesnizatisi.cz/wp-content/uploads/2019/07/ceskehory.jpg', 0, 'attachment', 'image/jpeg', 0),
(344, 1, '2019-07-13 22:16:29', '2019-07-13 20:16:29', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.19.18\" background_image=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" module_id=\"uvod\" next_background_color=\"#ffffff\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row _builder_version=\"3.19.18\" width=\"90%\" max_width=\"1200px\"][et_pb_column type=\"4_4\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text _builder_version=\"3.19.18\" width=\"90%\" max_width=\"1200px\"]\r\n\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\" prev_background_color=\"#000000\" next_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"90%\" max_width=\"1200px\"][et_pb_column type=\"1_3\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_image src=\"http://hotellesnizatisi.cz/wp-content/uploads/2018/01/hotel.jpg\" _builder_version=\"3.0.97\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" show_bottom_space=\"on\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\" align_last_edited=\"on|desktop\" align_tablet=\"center\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text admin_label=\"e-Pobyty\" _builder_version=\"3.26.1\" width=\"90%\" max_width=\"1200px\" text_text_shadow_horizontal_length=\"text_text_shadow_style,%91object Object%93\" text_text_shadow_horizontal_length_tablet=\"0px\" text_text_shadow_vertical_length=\"text_text_shadow_style,%91object Object%93\" text_text_shadow_vertical_length_tablet=\"0px\" text_text_shadow_blur_strength=\"text_text_shadow_style,%91object Object%93\" text_text_shadow_blur_strength_tablet=\"1px\" link_text_shadow_horizontal_length=\"link_text_shadow_style,%91object Object%93\" link_text_shadow_horizontal_length_tablet=\"0px\" link_text_shadow_vertical_length=\"link_text_shadow_style,%91object Object%93\" link_text_shadow_vertical_length_tablet=\"0px\" link_text_shadow_blur_strength=\"link_text_shadow_style,%91object Object%93\" link_text_shadow_blur_strength_tablet=\"1px\" ul_text_shadow_horizontal_length=\"ul_text_shadow_style,%91object Object%93\" ul_text_shadow_horizontal_length_tablet=\"0px\" ul_text_shadow_vertical_length=\"ul_text_shadow_style,%91object Object%93\" ul_text_shadow_vertical_length_tablet=\"0px\" ul_text_shadow_blur_strength=\"ul_text_shadow_style,%91object Object%93\" ul_text_shadow_blur_strength_tablet=\"1px\" ol_text_shadow_horizontal_length=\"ol_text_shadow_style,%91object Object%93\" ol_text_shadow_horizontal_length_tablet=\"0px\" ol_text_shadow_vertical_length=\"ol_text_shadow_style,%91object Object%93\" ol_text_shadow_vertical_length_tablet=\"0px\" ol_text_shadow_blur_strength=\"ol_text_shadow_style,%91object Object%93\" ol_text_shadow_blur_strength_tablet=\"1px\" quote_text_shadow_horizontal_length=\"quote_text_shadow_style,%91object Object%93\" quote_text_shadow_horizontal_length_tablet=\"0px\" quote_text_shadow_vertical_length=\"quote_text_shadow_style,%91object Object%93\" quote_text_shadow_vertical_length_tablet=\"0px\" quote_text_shadow_blur_strength=\"quote_text_shadow_style,%91object Object%93\" quote_text_shadow_blur_strength_tablet=\"1px\" header_text_shadow_horizontal_length=\"header_text_shadow_style,%91object Object%93\" header_text_shadow_horizontal_length_tablet=\"0px\" header_text_shadow_vertical_length=\"header_text_shadow_style,%91object Object%93\" header_text_shadow_vertical_length_tablet=\"0px\" header_text_shadow_blur_strength=\"header_text_shadow_style,%91object Object%93\" header_text_shadow_blur_strength_tablet=\"1px\" header_2_text_shadow_horizontal_length=\"header_2_text_shadow_style,%91object Object%93\" header_2_text_shadow_horizontal_length_tablet=\"0px\" header_2_text_shadow_vertical_length=\"header_2_text_shadow_style,%91object Object%93\" header_2_text_shadow_vertical_length_tablet=\"0px\" header_2_text_shadow_blur_strength=\"header_2_text_shadow_style,%91object Object%93\" header_2_text_shadow_blur_strength_tablet=\"1px\" header_3_text_shadow_horizontal_length=\"header_3_text_shadow_style,%91object Object%93\" header_3_text_shadow_horizontal_length_tablet=\"0px\" header_3_text_shadow_vertical_length=\"header_3_text_shadow_style,%91object Object%93\" header_3_text_shadow_vertical_length_tablet=\"0px\" header_3_text_shadow_blur_strength=\"header_3_text_shadow_style,%91object Object%93\" header_3_text_shadow_blur_strength_tablet=\"1px\" header_4_text_shadow_horizontal_length=\"header_4_text_shadow_style,%91object Object%93\" header_4_text_shadow_horizontal_length_tablet=\"0px\" header_4_text_shadow_vertical_length=\"header_4_text_shadow_style,%91object Object%93\" header_4_text_shadow_vertical_length_tablet=\"0px\" header_4_text_shadow_blur_strength=\"header_4_text_shadow_style,%91object Object%93\" header_4_text_shadow_blur_strength_tablet=\"1px\" header_5_text_shadow_horizontal_length=\"header_5_text_shadow_style,%91object Object%93\" header_5_text_shadow_horizontal_length_tablet=\"0px\" header_5_text_shadow_vertical_length=\"header_5_text_shadow_style,%91object Object%93\" header_5_text_shadow_vertical_length_tablet=\"0px\" header_5_text_shadow_blur_strength=\"header_5_text_shadow_style,%91object Object%93\" header_5_text_shadow_blur_strength_tablet=\"1px\" header_6_text_shadow_horizontal_length=\"header_6_text_shadow_style,%91object Object%93\" header_6_text_shadow_horizontal_length_tablet=\"0px\" header_6_text_shadow_vertical_length=\"header_6_text_shadow_style,%91object Object%93\" header_6_text_shadow_vertical_length_tablet=\"0px\" header_6_text_shadow_blur_strength=\"header_6_text_shadow_style,%91object Object%93\" header_6_text_shadow_blur_strength_tablet=\"1px\" box_shadow_horizontal_tablet=\"0px\" box_shadow_vertical_tablet=\"0px\" box_shadow_blur_tablet=\"40px\" box_shadow_spread_tablet=\"0px\" z_index_tablet=\"500\"]\r\n\r\n<p><a href=\"http://e-pobyty.cz\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-331 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2019/03/epobyty.png\" alt=\"\" width=\"223\" height=\"40\" /></a></p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"České hory\" _builder_version=\"3.26.1\" width=\"90%\" max_width=\"1200px\" text_text_shadow_horizontal_length=\"text_text_shadow_style,%91object Object%93\" text_text_shadow_horizontal_length_tablet=\"0px\" text_text_shadow_vertical_length=\"text_text_shadow_style,%91object Object%93\" text_text_shadow_vertical_length_tablet=\"0px\" text_text_shadow_blur_strength=\"text_text_shadow_style,%91object Object%93\" text_text_shadow_blur_strength_tablet=\"1px\" link_text_shadow_horizontal_length=\"link_text_shadow_style,%91object Object%93\" link_text_shadow_horizontal_length_tablet=\"0px\" link_text_shadow_vertical_length=\"link_text_shadow_style,%91object Object%93\" link_text_shadow_vertical_length_tablet=\"0px\" link_text_shadow_blur_strength=\"link_text_shadow_style,%91object Object%93\" link_text_shadow_blur_strength_tablet=\"1px\" ul_text_shadow_horizontal_length=\"ul_text_shadow_style,%91object Object%93\" ul_text_shadow_horizontal_length_tablet=\"0px\" ul_text_shadow_vertical_length=\"ul_text_shadow_style,%91object Object%93\" ul_text_shadow_vertical_length_tablet=\"0px\" ul_text_shadow_blur_strength=\"ul_text_shadow_style,%91object Object%93\" ul_text_shadow_blur_strength_tablet=\"1px\" ol_text_shadow_horizontal_length=\"ol_text_shadow_style,%91object Object%93\" ol_text_shadow_horizontal_length_tablet=\"0px\" ol_text_shadow_vertical_length=\"ol_text_shadow_style,%91object Object%93\" ol_text_shadow_vertical_length_tablet=\"0px\" ol_text_shadow_blur_strength=\"ol_text_shadow_style,%91object Object%93\" ol_text_shadow_blur_strength_tablet=\"1px\" quote_text_shadow_horizontal_length=\"quote_text_shadow_style,%91object Object%93\" quote_text_shadow_horizontal_length_tablet=\"0px\" quote_text_shadow_vertical_length=\"quote_text_shadow_style,%91object Object%93\" quote_text_shadow_vertical_length_tablet=\"0px\" quote_text_shadow_blur_strength=\"quote_text_shadow_style,%91object Object%93\" quote_text_shadow_blur_strength_tablet=\"1px\" header_text_shadow_horizontal_length=\"header_text_shadow_style,%91object Object%93\" header_text_shadow_horizontal_length_tablet=\"0px\" header_text_shadow_vertical_length=\"header_text_shadow_style,%91object Object%93\" header_text_shadow_vertical_length_tablet=\"0px\" header_text_shadow_blur_strength=\"header_text_shadow_style,%91object Object%93\" header_text_shadow_blur_strength_tablet=\"1px\" header_2_text_shadow_horizontal_length=\"header_2_text_shadow_style,%91object Object%93\" header_2_text_shadow_horizontal_length_tablet=\"0px\" header_2_text_shadow_vertical_length=\"header_2_text_shadow_style,%91object Object%93\" header_2_text_shadow_vertical_length_tablet=\"0px\" header_2_text_shadow_blur_strength=\"header_2_text_shadow_style,%91object Object%93\" header_2_text_shadow_blur_strength_tablet=\"1px\" header_3_text_shadow_horizontal_length=\"header_3_text_shadow_style,%91object Object%93\" header_3_text_shadow_horizontal_length_tablet=\"0px\" header_3_text_shadow_vertical_length=\"header_3_text_shadow_style,%91object Object%93\" header_3_text_shadow_vertical_length_tablet=\"0px\" header_3_text_shadow_blur_strength=\"header_3_text_shadow_style,%91object Object%93\" header_3_text_shadow_blur_strength_tablet=\"1px\" header_4_text_shadow_horizontal_length=\"header_4_text_shadow_style,%91object Object%93\" header_4_text_shadow_horizontal_length_tablet=\"0px\" header_4_text_shadow_vertical_length=\"header_4_text_shadow_style,%91object Object%93\" header_4_text_shadow_vertical_length_tablet=\"0px\" header_4_text_shadow_blur_strength=\"header_4_text_shadow_style,%91object Object%93\" header_4_text_shadow_blur_strength_tablet=\"1px\" header_5_text_shadow_horizontal_length=\"header_5_text_shadow_style,%91object Object%93\" header_5_text_shadow_horizontal_length_tablet=\"0px\" header_5_text_shadow_vertical_length=\"header_5_text_shadow_style,%91object Object%93\" header_5_text_shadow_vertical_length_tablet=\"0px\" header_5_text_shadow_blur_strength=\"header_5_text_shadow_style,%91object Object%93\" header_5_text_shadow_blur_strength_tablet=\"1px\" header_6_text_shadow_horizontal_length=\"header_6_text_shadow_style,%91object Object%93\" header_6_text_shadow_horizontal_length_tablet=\"0px\" header_6_text_shadow_vertical_length=\"header_6_text_shadow_style,%91object Object%93\" header_6_text_shadow_vertical_length_tablet=\"0px\" header_6_text_shadow_blur_strength=\"header_6_text_shadow_style,%91object Object%93\" header_6_text_shadow_blur_strength_tablet=\"1px\" box_shadow_horizontal_tablet=\"0px\" box_shadow_vertical_tablet=\"0px\" box_shadow_blur_tablet=\"40px\" box_shadow_spread_tablet=\"0px\" z_index_tablet=\"500\" link_option_url=\"https://www.ceskehory.cz/pocasi/adrspasske-skaly.html\" link_option_url_new_window=\"on\"]\r\n\r\n<p><img class=\"alignnone size-full wp-image-343 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2019/07/ceskehory.jpg\" alt=\"\" width=\"197\" height=\"42\" /></p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\" prev_background_color=\"#000000\" next_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"90%\" max_width=\"1200px\"][et_pb_column type=\"4_4\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<p><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\" prev_background_color=\"#000000\" next_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"90%\" max_width=\"1200px\"][et_pb_column type=\"4_4\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" />\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-full wp-image-174 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"98\" height=\"202\" />\r\n\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\" prev_background_color=\"#000000\" next_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"90%\" max_width=\"1200px\"][et_pb_column type=\"1_3\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n<p>\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<p>\r\n<b><br />Věra Vrzalová</b><br /><b>IČ:</b> 16124693</p>\r\n<p>549 51 Dolní Adršpach 121<br /><b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E</p>\r\n<p><b>tel.: </b>+420 491 586 202<br /><b>mobil: </b>+420 777 172 786<br /><b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a><br /><b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\" show_bottom_space=\"on\" align_last_edited=\"on|desktop\" align_tablet=\"center\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" prev_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row][et_pb_column type=\"4_4\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.93\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n<p>\r\n[google_map_easy id=\"3\"]</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2019-07-13 22:16:29', '2019-07-13 20:16:29', '', 55, 'http://hotellesnizatisi.cz/index.php/2019/07/13/55-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(345, 1, '2019-07-13 22:22:54', '2019-07-13 20:22:54', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.19.18\" background_image=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" module_id=\"uvod\" next_background_color=\"#ffffff\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row _builder_version=\"3.19.18\" width=\"90%\" max_width=\"1200px\"][et_pb_column type=\"4_4\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text _builder_version=\"3.19.18\" width=\"90%\" max_width=\"1200px\"]\r\n\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\" prev_background_color=\"#000000\" next_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"90%\" max_width=\"1200px\"][et_pb_column type=\"1_3\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_image src=\"http://hotellesnizatisi.cz/wp-content/uploads/2018/01/hotel.jpg\" _builder_version=\"3.0.97\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" show_bottom_space=\"on\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\" align_last_edited=\"on|desktop\" align_tablet=\"center\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text admin_label=\"bannery\" _builder_version=\"3.26.1\" width=\"90%\" max_width=\"1200px\" text_text_shadow_horizontal_length=\"text_text_shadow_style,%91object Object%93\" text_text_shadow_horizontal_length_tablet=\"0px\" text_text_shadow_vertical_length=\"text_text_shadow_style,%91object Object%93\" text_text_shadow_vertical_length_tablet=\"0px\" text_text_shadow_blur_strength=\"text_text_shadow_style,%91object Object%93\" text_text_shadow_blur_strength_tablet=\"1px\" link_text_shadow_horizontal_length=\"link_text_shadow_style,%91object Object%93\" link_text_shadow_horizontal_length_tablet=\"0px\" link_text_shadow_vertical_length=\"link_text_shadow_style,%91object Object%93\" link_text_shadow_vertical_length_tablet=\"0px\" link_text_shadow_blur_strength=\"link_text_shadow_style,%91object Object%93\" link_text_shadow_blur_strength_tablet=\"1px\" ul_text_shadow_horizontal_length=\"ul_text_shadow_style,%91object Object%93\" ul_text_shadow_horizontal_length_tablet=\"0px\" ul_text_shadow_vertical_length=\"ul_text_shadow_style,%91object Object%93\" ul_text_shadow_vertical_length_tablet=\"0px\" ul_text_shadow_blur_strength=\"ul_text_shadow_style,%91object Object%93\" ul_text_shadow_blur_strength_tablet=\"1px\" ol_text_shadow_horizontal_length=\"ol_text_shadow_style,%91object Object%93\" ol_text_shadow_horizontal_length_tablet=\"0px\" ol_text_shadow_vertical_length=\"ol_text_shadow_style,%91object Object%93\" ol_text_shadow_vertical_length_tablet=\"0px\" ol_text_shadow_blur_strength=\"ol_text_shadow_style,%91object Object%93\" ol_text_shadow_blur_strength_tablet=\"1px\" quote_text_shadow_horizontal_length=\"quote_text_shadow_style,%91object Object%93\" quote_text_shadow_horizontal_length_tablet=\"0px\" quote_text_shadow_vertical_length=\"quote_text_shadow_style,%91object Object%93\" quote_text_shadow_vertical_length_tablet=\"0px\" quote_text_shadow_blur_strength=\"quote_text_shadow_style,%91object Object%93\" quote_text_shadow_blur_strength_tablet=\"1px\" header_text_shadow_horizontal_length=\"header_text_shadow_style,%91object Object%93\" header_text_shadow_horizontal_length_tablet=\"0px\" header_text_shadow_vertical_length=\"header_text_shadow_style,%91object Object%93\" header_text_shadow_vertical_length_tablet=\"0px\" header_text_shadow_blur_strength=\"header_text_shadow_style,%91object Object%93\" header_text_shadow_blur_strength_tablet=\"1px\" header_2_text_shadow_horizontal_length=\"header_2_text_shadow_style,%91object Object%93\" header_2_text_shadow_horizontal_length_tablet=\"0px\" header_2_text_shadow_vertical_length=\"header_2_text_shadow_style,%91object Object%93\" header_2_text_shadow_vertical_length_tablet=\"0px\" header_2_text_shadow_blur_strength=\"header_2_text_shadow_style,%91object Object%93\" header_2_text_shadow_blur_strength_tablet=\"1px\" header_3_text_shadow_horizontal_length=\"header_3_text_shadow_style,%91object Object%93\" header_3_text_shadow_horizontal_length_tablet=\"0px\" header_3_text_shadow_vertical_length=\"header_3_text_shadow_style,%91object Object%93\" header_3_text_shadow_vertical_length_tablet=\"0px\" header_3_text_shadow_blur_strength=\"header_3_text_shadow_style,%91object Object%93\" header_3_text_shadow_blur_strength_tablet=\"1px\" header_4_text_shadow_horizontal_length=\"header_4_text_shadow_style,%91object Object%93\" header_4_text_shadow_horizontal_length_tablet=\"0px\" header_4_text_shadow_vertical_length=\"header_4_text_shadow_style,%91object Object%93\" header_4_text_shadow_vertical_length_tablet=\"0px\" header_4_text_shadow_blur_strength=\"header_4_text_shadow_style,%91object Object%93\" header_4_text_shadow_blur_strength_tablet=\"1px\" header_5_text_shadow_horizontal_length=\"header_5_text_shadow_style,%91object Object%93\" header_5_text_shadow_horizontal_length_tablet=\"0px\" header_5_text_shadow_vertical_length=\"header_5_text_shadow_style,%91object Object%93\" header_5_text_shadow_vertical_length_tablet=\"0px\" header_5_text_shadow_blur_strength=\"header_5_text_shadow_style,%91object Object%93\" header_5_text_shadow_blur_strength_tablet=\"1px\" header_6_text_shadow_horizontal_length=\"header_6_text_shadow_style,%91object Object%93\" header_6_text_shadow_horizontal_length_tablet=\"0px\" header_6_text_shadow_vertical_length=\"header_6_text_shadow_style,%91object Object%93\" header_6_text_shadow_vertical_length_tablet=\"0px\" header_6_text_shadow_blur_strength=\"header_6_text_shadow_style,%91object Object%93\" header_6_text_shadow_blur_strength_tablet=\"1px\" box_shadow_horizontal_tablet=\"0px\" box_shadow_vertical_tablet=\"0px\" box_shadow_blur_tablet=\"40px\" box_shadow_spread_tablet=\"0px\" z_index_tablet=\"500\" link_option_url_new_window=\"on\"]\r\n\r\n<a href=\"http://e-pobyty.cz><img class=\"size-full wp-image-331 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2019/03/epobyty.png\" alt=\"\" width=\"223\" height=\"40\" /></a>\r\n\r\n\r\n<a href=\"https://www.ceskehory.cz/pocasi/adrspasske-skaly.html\"><img class=\"alignnone size-full wp-image-343 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2019/07/ceskehory.jpg\" alt=\"\" width=\"197\" height=\"42\" /></a>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\"][et_pb_row][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\" prev_background_color=\"#000000\" next_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"90%\" max_width=\"1200px\"][et_pb_column type=\"4_4\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<p><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\" prev_background_color=\"#000000\" next_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"90%\" max_width=\"1200px\"][et_pb_column type=\"4_4\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" />\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-full wp-image-174 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"98\" height=\"202\" />\r\n\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\" prev_background_color=\"#000000\" next_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"90%\" max_width=\"1200px\"][et_pb_column type=\"1_3\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n<p>\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<p>\r\n<b><br />Věra Vrzalová</b><br /><b>IČ:</b> 16124693</p>\r\n<p>549 51 Dolní Adršpach 121<br /><b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E</p>\r\n<p><b>tel.: </b>+420 491 586 202<br /><b>mobil: </b>+420 777 172 786<br /><b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a><br /><b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\" show_bottom_space=\"on\" align_last_edited=\"on|desktop\" align_tablet=\"center\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" prev_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row][et_pb_column type=\"4_4\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.93\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n<p>\r\n[google_map_easy id=\"3\"]</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2019-07-13 22:22:54', '2019-07-13 20:22:54', '', 55, 'http://hotellesnizatisi.cz/index.php/2019/07/13/55-revision-v1/', 0, 'revision', '', 0),
(346, 1, '2019-07-13 22:24:22', '2019-07-13 20:24:22', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.19.18\" background_image=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" module_id=\"uvod\" next_background_color=\"#ffffff\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row _builder_version=\"3.19.18\" width=\"90%\" max_width=\"1200px\"][et_pb_column type=\"4_4\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text _builder_version=\"3.19.18\" width=\"90%\" max_width=\"1200px\"]\r\n\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\" prev_background_color=\"#000000\" next_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"90%\" max_width=\"1200px\"][et_pb_column type=\"1_3\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_image src=\"http://hotellesnizatisi.cz/wp-content/uploads/2018/01/hotel.jpg\" _builder_version=\"3.0.97\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" show_bottom_space=\"on\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\" align_last_edited=\"on|desktop\" align_tablet=\"center\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text admin_label=\"bannery\" _builder_version=\"3.26.1\" width=\"90%\" max_width=\"1200px\" text_text_shadow_horizontal_length=\"text_text_shadow_style,%91object Object%93\" text_text_shadow_horizontal_length_tablet=\"0px\" text_text_shadow_vertical_length=\"text_text_shadow_style,%91object Object%93\" text_text_shadow_vertical_length_tablet=\"0px\" text_text_shadow_blur_strength=\"text_text_shadow_style,%91object Object%93\" text_text_shadow_blur_strength_tablet=\"1px\" link_text_shadow_horizontal_length=\"link_text_shadow_style,%91object Object%93\" link_text_shadow_horizontal_length_tablet=\"0px\" link_text_shadow_vertical_length=\"link_text_shadow_style,%91object Object%93\" link_text_shadow_vertical_length_tablet=\"0px\" link_text_shadow_blur_strength=\"link_text_shadow_style,%91object Object%93\" link_text_shadow_blur_strength_tablet=\"1px\" ul_text_shadow_horizontal_length=\"ul_text_shadow_style,%91object Object%93\" ul_text_shadow_horizontal_length_tablet=\"0px\" ul_text_shadow_vertical_length=\"ul_text_shadow_style,%91object Object%93\" ul_text_shadow_vertical_length_tablet=\"0px\" ul_text_shadow_blur_strength=\"ul_text_shadow_style,%91object Object%93\" ul_text_shadow_blur_strength_tablet=\"1px\" ol_text_shadow_horizontal_length=\"ol_text_shadow_style,%91object Object%93\" ol_text_shadow_horizontal_length_tablet=\"0px\" ol_text_shadow_vertical_length=\"ol_text_shadow_style,%91object Object%93\" ol_text_shadow_vertical_length_tablet=\"0px\" ol_text_shadow_blur_strength=\"ol_text_shadow_style,%91object Object%93\" ol_text_shadow_blur_strength_tablet=\"1px\" quote_text_shadow_horizontal_length=\"quote_text_shadow_style,%91object Object%93\" quote_text_shadow_horizontal_length_tablet=\"0px\" quote_text_shadow_vertical_length=\"quote_text_shadow_style,%91object Object%93\" quote_text_shadow_vertical_length_tablet=\"0px\" quote_text_shadow_blur_strength=\"quote_text_shadow_style,%91object Object%93\" quote_text_shadow_blur_strength_tablet=\"1px\" header_text_shadow_horizontal_length=\"header_text_shadow_style,%91object Object%93\" header_text_shadow_horizontal_length_tablet=\"0px\" header_text_shadow_vertical_length=\"header_text_shadow_style,%91object Object%93\" header_text_shadow_vertical_length_tablet=\"0px\" header_text_shadow_blur_strength=\"header_text_shadow_style,%91object Object%93\" header_text_shadow_blur_strength_tablet=\"1px\" header_2_text_shadow_horizontal_length=\"header_2_text_shadow_style,%91object Object%93\" header_2_text_shadow_horizontal_length_tablet=\"0px\" header_2_text_shadow_vertical_length=\"header_2_text_shadow_style,%91object Object%93\" header_2_text_shadow_vertical_length_tablet=\"0px\" header_2_text_shadow_blur_strength=\"header_2_text_shadow_style,%91object Object%93\" header_2_text_shadow_blur_strength_tablet=\"1px\" header_3_text_shadow_horizontal_length=\"header_3_text_shadow_style,%91object Object%93\" header_3_text_shadow_horizontal_length_tablet=\"0px\" header_3_text_shadow_vertical_length=\"header_3_text_shadow_style,%91object Object%93\" header_3_text_shadow_vertical_length_tablet=\"0px\" header_3_text_shadow_blur_strength=\"header_3_text_shadow_style,%91object Object%93\" header_3_text_shadow_blur_strength_tablet=\"1px\" header_4_text_shadow_horizontal_length=\"header_4_text_shadow_style,%91object Object%93\" header_4_text_shadow_horizontal_length_tablet=\"0px\" header_4_text_shadow_vertical_length=\"header_4_text_shadow_style,%91object Object%93\" header_4_text_shadow_vertical_length_tablet=\"0px\" header_4_text_shadow_blur_strength=\"header_4_text_shadow_style,%91object Object%93\" header_4_text_shadow_blur_strength_tablet=\"1px\" header_5_text_shadow_horizontal_length=\"header_5_text_shadow_style,%91object Object%93\" header_5_text_shadow_horizontal_length_tablet=\"0px\" header_5_text_shadow_vertical_length=\"header_5_text_shadow_style,%91object Object%93\" header_5_text_shadow_vertical_length_tablet=\"0px\" header_5_text_shadow_blur_strength=\"header_5_text_shadow_style,%91object Object%93\" header_5_text_shadow_blur_strength_tablet=\"1px\" header_6_text_shadow_horizontal_length=\"header_6_text_shadow_style,%91object Object%93\" header_6_text_shadow_horizontal_length_tablet=\"0px\" header_6_text_shadow_vertical_length=\"header_6_text_shadow_style,%91object Object%93\" header_6_text_shadow_vertical_length_tablet=\"0px\" header_6_text_shadow_blur_strength=\"header_6_text_shadow_style,%91object Object%93\" header_6_text_shadow_blur_strength_tablet=\"1px\" box_shadow_horizontal_tablet=\"0px\" box_shadow_vertical_tablet=\"0px\" box_shadow_blur_tablet=\"40px\" box_shadow_spread_tablet=\"0px\" z_index_tablet=\"500\" link_option_url_new_window=\"on\"]\r\n\r\n<a href=\"http://e-pobyty.cz><img class=\" size-full=\"\" wp-image-331=\"\" alignright\"=\"\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2019/03/epobyty.png\" alt=\"\" width=\"223\" height=\"40\"></a>\r\n\r\n\r\n<a href=\"https://www.ceskehory.cz/pocasi/adrspasske-skaly.html\"><img class=\"alignnone size-full wp-image-343 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2019/07/ceskehory.jpg\" alt=\"\" width=\"197\" height=\"42\"></a>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\" prev_background_color=\"#000000\" next_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"90%\" max_width=\"1200px\"][et_pb_column type=\"4_4\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<p><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\" prev_background_color=\"#000000\" next_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"90%\" max_width=\"1200px\"][et_pb_column type=\"4_4\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" />\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-full wp-image-174 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"98\" height=\"202\" />\r\n\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\" prev_background_color=\"#000000\" next_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"90%\" max_width=\"1200px\"][et_pb_column type=\"1_3\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n<p>\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<p>\r\n<b><br />Věra Vrzalová</b><br /><b>IČ:</b> 16124693</p>\r\n<p>549 51 Dolní Adršpach 121<br /><b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E</p>\r\n<p><b>tel.: </b>+420 491 586 202<br /><b>mobil: </b>+420 777 172 786<br /><b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a><br /><b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\" show_bottom_space=\"on\" align_last_edited=\"on|desktop\" align_tablet=\"center\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" prev_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row][et_pb_column type=\"4_4\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.93\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n<p>\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2019-07-13 22:24:22', '2019-07-13 20:24:22', '', 55, 'http://hotellesnizatisi.cz/index.php/2019/07/13/55-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(347, 1, '2019-07-13 22:25:21', '2019-07-13 20:25:21', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.19.18\" background_image=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" module_id=\"uvod\" next_background_color=\"#ffffff\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row _builder_version=\"3.19.18\" width=\"90%\" max_width=\"1200px\"][et_pb_column type=\"4_4\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text _builder_version=\"3.19.18\" width=\"90%\" max_width=\"1200px\"]\r\n\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\" prev_background_color=\"#000000\" next_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"90%\" max_width=\"1200px\"][et_pb_column type=\"1_3\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_image src=\"http://hotellesnizatisi.cz/wp-content/uploads/2018/01/hotel.jpg\" _builder_version=\"3.0.97\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" show_bottom_space=\"on\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\" align_last_edited=\"on|desktop\" align_tablet=\"center\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text admin_label=\"bannery\" _builder_version=\"3.26.1\" width=\"90%\" max_width=\"1200px\" text_text_shadow_horizontal_length=\"text_text_shadow_style,%91object Object%93\" text_text_shadow_horizontal_length_tablet=\"0px\" text_text_shadow_vertical_length=\"text_text_shadow_style,%91object Object%93\" text_text_shadow_vertical_length_tablet=\"0px\" text_text_shadow_blur_strength=\"text_text_shadow_style,%91object Object%93\" text_text_shadow_blur_strength_tablet=\"1px\" link_text_shadow_horizontal_length=\"link_text_shadow_style,%91object Object%93\" link_text_shadow_horizontal_length_tablet=\"0px\" link_text_shadow_vertical_length=\"link_text_shadow_style,%91object Object%93\" link_text_shadow_vertical_length_tablet=\"0px\" link_text_shadow_blur_strength=\"link_text_shadow_style,%91object Object%93\" link_text_shadow_blur_strength_tablet=\"1px\" ul_text_shadow_horizontal_length=\"ul_text_shadow_style,%91object Object%93\" ul_text_shadow_horizontal_length_tablet=\"0px\" ul_text_shadow_vertical_length=\"ul_text_shadow_style,%91object Object%93\" ul_text_shadow_vertical_length_tablet=\"0px\" ul_text_shadow_blur_strength=\"ul_text_shadow_style,%91object Object%93\" ul_text_shadow_blur_strength_tablet=\"1px\" ol_text_shadow_horizontal_length=\"ol_text_shadow_style,%91object Object%93\" ol_text_shadow_horizontal_length_tablet=\"0px\" ol_text_shadow_vertical_length=\"ol_text_shadow_style,%91object Object%93\" ol_text_shadow_vertical_length_tablet=\"0px\" ol_text_shadow_blur_strength=\"ol_text_shadow_style,%91object Object%93\" ol_text_shadow_blur_strength_tablet=\"1px\" quote_text_shadow_horizontal_length=\"quote_text_shadow_style,%91object Object%93\" quote_text_shadow_horizontal_length_tablet=\"0px\" quote_text_shadow_vertical_length=\"quote_text_shadow_style,%91object Object%93\" quote_text_shadow_vertical_length_tablet=\"0px\" quote_text_shadow_blur_strength=\"quote_text_shadow_style,%91object Object%93\" quote_text_shadow_blur_strength_tablet=\"1px\" header_text_shadow_horizontal_length=\"header_text_shadow_style,%91object Object%93\" header_text_shadow_horizontal_length_tablet=\"0px\" header_text_shadow_vertical_length=\"header_text_shadow_style,%91object Object%93\" header_text_shadow_vertical_length_tablet=\"0px\" header_text_shadow_blur_strength=\"header_text_shadow_style,%91object Object%93\" header_text_shadow_blur_strength_tablet=\"1px\" header_2_text_shadow_horizontal_length=\"header_2_text_shadow_style,%91object Object%93\" header_2_text_shadow_horizontal_length_tablet=\"0px\" header_2_text_shadow_vertical_length=\"header_2_text_shadow_style,%91object Object%93\" header_2_text_shadow_vertical_length_tablet=\"0px\" header_2_text_shadow_blur_strength=\"header_2_text_shadow_style,%91object Object%93\" header_2_text_shadow_blur_strength_tablet=\"1px\" header_3_text_shadow_horizontal_length=\"header_3_text_shadow_style,%91object Object%93\" header_3_text_shadow_horizontal_length_tablet=\"0px\" header_3_text_shadow_vertical_length=\"header_3_text_shadow_style,%91object Object%93\" header_3_text_shadow_vertical_length_tablet=\"0px\" header_3_text_shadow_blur_strength=\"header_3_text_shadow_style,%91object Object%93\" header_3_text_shadow_blur_strength_tablet=\"1px\" header_4_text_shadow_horizontal_length=\"header_4_text_shadow_style,%91object Object%93\" header_4_text_shadow_horizontal_length_tablet=\"0px\" header_4_text_shadow_vertical_length=\"header_4_text_shadow_style,%91object Object%93\" header_4_text_shadow_vertical_length_tablet=\"0px\" header_4_text_shadow_blur_strength=\"header_4_text_shadow_style,%91object Object%93\" header_4_text_shadow_blur_strength_tablet=\"1px\" header_5_text_shadow_horizontal_length=\"header_5_text_shadow_style,%91object Object%93\" header_5_text_shadow_horizontal_length_tablet=\"0px\" header_5_text_shadow_vertical_length=\"header_5_text_shadow_style,%91object Object%93\" header_5_text_shadow_vertical_length_tablet=\"0px\" header_5_text_shadow_blur_strength=\"header_5_text_shadow_style,%91object Object%93\" header_5_text_shadow_blur_strength_tablet=\"1px\" header_6_text_shadow_horizontal_length=\"header_6_text_shadow_style,%91object Object%93\" header_6_text_shadow_horizontal_length_tablet=\"0px\" header_6_text_shadow_vertical_length=\"header_6_text_shadow_style,%91object Object%93\" header_6_text_shadow_vertical_length_tablet=\"0px\" header_6_text_shadow_blur_strength=\"header_6_text_shadow_style,%91object Object%93\" header_6_text_shadow_blur_strength_tablet=\"1px\" box_shadow_horizontal_tablet=\"0px\" box_shadow_vertical_tablet=\"0px\" box_shadow_blur_tablet=\"40px\" box_shadow_spread_tablet=\"0px\" z_index_tablet=\"500\" link_option_url_new_window=\"on\"]\r\n\r\n<a href=\"http://e-pobyty.cz><img class=\" size-full=\"\" wp-image-331=\"\" alignright\"=\"\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2019/03/epobyty.png\" alt=\"\" width=\"223\" height=\"40\"></a>\r\n\r\n<p>\r\n\r\n<a href=\"https://www.ceskehory.cz/pocasi/adrspasske-skaly.html\"><img class=\"alignnone size-full wp-image-343 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2019/07/ceskehory.jpg\" alt=\"\" width=\"197\" height=\"42\"></a>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\" prev_background_color=\"#000000\" next_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"90%\" max_width=\"1200px\"][et_pb_column type=\"4_4\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<p><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\" prev_background_color=\"#000000\" next_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"90%\" max_width=\"1200px\"][et_pb_column type=\"4_4\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" />\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-full wp-image-174 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"98\" height=\"202\" />\r\n\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\" prev_background_color=\"#000000\" next_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"90%\" max_width=\"1200px\"][et_pb_column type=\"1_3\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n<p>\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<p>\r\n<b><br />Věra Vrzalová</b><br /><b>IČ:</b> 16124693</p>\r\n<p>549 51 Dolní Adršpach 121<br /><b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E</p>\r\n<p><b>tel.: </b>+420 491 586 202<br /><b>mobil: </b>+420 777 172 786<br /><b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a><br /><b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\" show_bottom_space=\"on\" align_last_edited=\"on|desktop\" align_tablet=\"center\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" prev_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row][et_pb_column type=\"4_4\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.93\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n<p>\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2019-07-13 22:25:21', '2019-07-13 20:25:21', '', 55, 'http://hotellesnizatisi.cz/index.php/2019/07/13/55-revision-v1/', 0, 'revision', '', 0),
(348, 1, '2019-07-13 22:27:09', '2019-07-13 20:27:09', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.19.18\" background_image=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" module_id=\"uvod\" next_background_color=\"#ffffff\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row _builder_version=\"3.19.18\" width=\"90%\" max_width=\"1200px\"][et_pb_column type=\"4_4\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text _builder_version=\"3.19.18\" width=\"90%\" max_width=\"1200px\"]\r\n\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\" prev_background_color=\"#000000\" next_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"90%\" max_width=\"1200px\"][et_pb_column type=\"1_3\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_image src=\"http://hotellesnizatisi.cz/wp-content/uploads/2018/01/hotel.jpg\" _builder_version=\"3.0.97\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" show_bottom_space=\"on\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\" align_last_edited=\"on|desktop\" align_tablet=\"center\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text admin_label=\"bannery\" _builder_version=\"3.26.1\" width=\"90%\" max_width=\"1200px\" text_text_shadow_horizontal_length=\"text_text_shadow_style,%91object Object%93\" text_text_shadow_horizontal_length_tablet=\"0px\" text_text_shadow_vertical_length=\"text_text_shadow_style,%91object Object%93\" text_text_shadow_vertical_length_tablet=\"0px\" text_text_shadow_blur_strength=\"text_text_shadow_style,%91object Object%93\" text_text_shadow_blur_strength_tablet=\"1px\" link_text_shadow_horizontal_length=\"link_text_shadow_style,%91object Object%93\" link_text_shadow_horizontal_length_tablet=\"0px\" link_text_shadow_vertical_length=\"link_text_shadow_style,%91object Object%93\" link_text_shadow_vertical_length_tablet=\"0px\" link_text_shadow_blur_strength=\"link_text_shadow_style,%91object Object%93\" link_text_shadow_blur_strength_tablet=\"1px\" ul_text_shadow_horizontal_length=\"ul_text_shadow_style,%91object Object%93\" ul_text_shadow_horizontal_length_tablet=\"0px\" ul_text_shadow_vertical_length=\"ul_text_shadow_style,%91object Object%93\" ul_text_shadow_vertical_length_tablet=\"0px\" ul_text_shadow_blur_strength=\"ul_text_shadow_style,%91object Object%93\" ul_text_shadow_blur_strength_tablet=\"1px\" ol_text_shadow_horizontal_length=\"ol_text_shadow_style,%91object Object%93\" ol_text_shadow_horizontal_length_tablet=\"0px\" ol_text_shadow_vertical_length=\"ol_text_shadow_style,%91object Object%93\" ol_text_shadow_vertical_length_tablet=\"0px\" ol_text_shadow_blur_strength=\"ol_text_shadow_style,%91object Object%93\" ol_text_shadow_blur_strength_tablet=\"1px\" quote_text_shadow_horizontal_length=\"quote_text_shadow_style,%91object Object%93\" quote_text_shadow_horizontal_length_tablet=\"0px\" quote_text_shadow_vertical_length=\"quote_text_shadow_style,%91object Object%93\" quote_text_shadow_vertical_length_tablet=\"0px\" quote_text_shadow_blur_strength=\"quote_text_shadow_style,%91object Object%93\" quote_text_shadow_blur_strength_tablet=\"1px\" header_text_shadow_horizontal_length=\"header_text_shadow_style,%91object Object%93\" header_text_shadow_horizontal_length_tablet=\"0px\" header_text_shadow_vertical_length=\"header_text_shadow_style,%91object Object%93\" header_text_shadow_vertical_length_tablet=\"0px\" header_text_shadow_blur_strength=\"header_text_shadow_style,%91object Object%93\" header_text_shadow_blur_strength_tablet=\"1px\" header_2_text_shadow_horizontal_length=\"header_2_text_shadow_style,%91object Object%93\" header_2_text_shadow_horizontal_length_tablet=\"0px\" header_2_text_shadow_vertical_length=\"header_2_text_shadow_style,%91object Object%93\" header_2_text_shadow_vertical_length_tablet=\"0px\" header_2_text_shadow_blur_strength=\"header_2_text_shadow_style,%91object Object%93\" header_2_text_shadow_blur_strength_tablet=\"1px\" header_3_text_shadow_horizontal_length=\"header_3_text_shadow_style,%91object Object%93\" header_3_text_shadow_horizontal_length_tablet=\"0px\" header_3_text_shadow_vertical_length=\"header_3_text_shadow_style,%91object Object%93\" header_3_text_shadow_vertical_length_tablet=\"0px\" header_3_text_shadow_blur_strength=\"header_3_text_shadow_style,%91object Object%93\" header_3_text_shadow_blur_strength_tablet=\"1px\" header_4_text_shadow_horizontal_length=\"header_4_text_shadow_style,%91object Object%93\" header_4_text_shadow_horizontal_length_tablet=\"0px\" header_4_text_shadow_vertical_length=\"header_4_text_shadow_style,%91object Object%93\" header_4_text_shadow_vertical_length_tablet=\"0px\" header_4_text_shadow_blur_strength=\"header_4_text_shadow_style,%91object Object%93\" header_4_text_shadow_blur_strength_tablet=\"1px\" header_5_text_shadow_horizontal_length=\"header_5_text_shadow_style,%91object Object%93\" header_5_text_shadow_horizontal_length_tablet=\"0px\" header_5_text_shadow_vertical_length=\"header_5_text_shadow_style,%91object Object%93\" header_5_text_shadow_vertical_length_tablet=\"0px\" header_5_text_shadow_blur_strength=\"header_5_text_shadow_style,%91object Object%93\" header_5_text_shadow_blur_strength_tablet=\"1px\" header_6_text_shadow_horizontal_length=\"header_6_text_shadow_style,%91object Object%93\" header_6_text_shadow_horizontal_length_tablet=\"0px\" header_6_text_shadow_vertical_length=\"header_6_text_shadow_style,%91object Object%93\" header_6_text_shadow_vertical_length_tablet=\"0px\" header_6_text_shadow_blur_strength=\"header_6_text_shadow_style,%91object Object%93\" header_6_text_shadow_blur_strength_tablet=\"1px\" box_shadow_horizontal_tablet=\"0px\" box_shadow_vertical_tablet=\"0px\" box_shadow_blur_tablet=\"40px\" box_shadow_spread_tablet=\"0px\" z_index_tablet=\"500\" link_option_url_new_window=\"on\"]\r\n\r\n<a href=\"http://e-pobyty.cz\"><img class=\"alignnone size-full wp-image-331 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2019/03/epobyty.png\" alt=\"\" width=\"223\" height=\"40\" /></a>\r\n\r\n \r\n\r\n<a href=\"https://www.ceskehory.cz/pocasi/adrspasske-skaly.html\"><img class=\"alignnone size-full wp-image-343 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2019/07/ceskehory.jpg\" alt=\"\" width=\"197\" height=\"42\" /></a>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\" prev_background_color=\"#000000\" next_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"90%\" max_width=\"1200px\"][et_pb_column type=\"4_4\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<p><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\" prev_background_color=\"#000000\" next_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"90%\" max_width=\"1200px\"][et_pb_column type=\"4_4\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" />\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-full wp-image-174 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"98\" height=\"202\" />\r\n\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\" prev_background_color=\"#000000\" next_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"90%\" max_width=\"1200px\"][et_pb_column type=\"1_3\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n<p>\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<p>\r\n<b><br />Věra Vrzalová</b><br /><b>IČ:</b> 16124693</p>\r\n<p>549 51 Dolní Adršpach 121<br /><b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E</p>\r\n<p><b>tel.: </b>+420 491 586 202<br /><b>mobil: </b>+420 777 172 786<br /><b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a><br /><b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\" show_bottom_space=\"on\" align_last_edited=\"on|desktop\" align_tablet=\"center\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" prev_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row][et_pb_column type=\"4_4\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.93\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n<p>\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2019-07-13 22:27:09', '2019-07-13 20:27:09', '', 55, 'http://hotellesnizatisi.cz/index.php/2019/07/13/55-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(349, 1, '2019-07-13 22:29:51', '2019-07-13 20:29:51', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.19.18\" background_image=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" module_id=\"uvod\" next_background_color=\"#ffffff\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row _builder_version=\"3.19.18\" width=\"90%\" max_width=\"1200px\"][et_pb_column type=\"4_4\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text _builder_version=\"3.19.18\" width=\"90%\" max_width=\"1200px\"]\r\n\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\" prev_background_color=\"#000000\" next_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"90%\" max_width=\"1200px\"][et_pb_column type=\"1_3\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_image src=\"http://hotellesnizatisi.cz/wp-content/uploads/2018/01/hotel.jpg\" _builder_version=\"3.0.97\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" show_bottom_space=\"on\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\" align_last_edited=\"on|desktop\" align_tablet=\"center\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text admin_label=\"bannery\" _builder_version=\"3.26.1\" width=\"90%\" max_width=\"1200px\" text_text_shadow_horizontal_length=\"text_text_shadow_style,%91object Object%93\" text_text_shadow_horizontal_length_tablet=\"0px\" text_text_shadow_vertical_length=\"text_text_shadow_style,%91object Object%93\" text_text_shadow_vertical_length_tablet=\"0px\" text_text_shadow_blur_strength=\"text_text_shadow_style,%91object Object%93\" text_text_shadow_blur_strength_tablet=\"1px\" link_text_shadow_horizontal_length=\"link_text_shadow_style,%91object Object%93\" link_text_shadow_horizontal_length_tablet=\"0px\" link_text_shadow_vertical_length=\"link_text_shadow_style,%91object Object%93\" link_text_shadow_vertical_length_tablet=\"0px\" link_text_shadow_blur_strength=\"link_text_shadow_style,%91object Object%93\" link_text_shadow_blur_strength_tablet=\"1px\" ul_text_shadow_horizontal_length=\"ul_text_shadow_style,%91object Object%93\" ul_text_shadow_horizontal_length_tablet=\"0px\" ul_text_shadow_vertical_length=\"ul_text_shadow_style,%91object Object%93\" ul_text_shadow_vertical_length_tablet=\"0px\" ul_text_shadow_blur_strength=\"ul_text_shadow_style,%91object Object%93\" ul_text_shadow_blur_strength_tablet=\"1px\" ol_text_shadow_horizontal_length=\"ol_text_shadow_style,%91object Object%93\" ol_text_shadow_horizontal_length_tablet=\"0px\" ol_text_shadow_vertical_length=\"ol_text_shadow_style,%91object Object%93\" ol_text_shadow_vertical_length_tablet=\"0px\" ol_text_shadow_blur_strength=\"ol_text_shadow_style,%91object Object%93\" ol_text_shadow_blur_strength_tablet=\"1px\" quote_text_shadow_horizontal_length=\"quote_text_shadow_style,%91object Object%93\" quote_text_shadow_horizontal_length_tablet=\"0px\" quote_text_shadow_vertical_length=\"quote_text_shadow_style,%91object Object%93\" quote_text_shadow_vertical_length_tablet=\"0px\" quote_text_shadow_blur_strength=\"quote_text_shadow_style,%91object Object%93\" quote_text_shadow_blur_strength_tablet=\"1px\" header_text_shadow_horizontal_length=\"header_text_shadow_style,%91object Object%93\" header_text_shadow_horizontal_length_tablet=\"0px\" header_text_shadow_vertical_length=\"header_text_shadow_style,%91object Object%93\" header_text_shadow_vertical_length_tablet=\"0px\" header_text_shadow_blur_strength=\"header_text_shadow_style,%91object Object%93\" header_text_shadow_blur_strength_tablet=\"1px\" header_2_text_shadow_horizontal_length=\"header_2_text_shadow_style,%91object Object%93\" header_2_text_shadow_horizontal_length_tablet=\"0px\" header_2_text_shadow_vertical_length=\"header_2_text_shadow_style,%91object Object%93\" header_2_text_shadow_vertical_length_tablet=\"0px\" header_2_text_shadow_blur_strength=\"header_2_text_shadow_style,%91object Object%93\" header_2_text_shadow_blur_strength_tablet=\"1px\" header_3_text_shadow_horizontal_length=\"header_3_text_shadow_style,%91object Object%93\" header_3_text_shadow_horizontal_length_tablet=\"0px\" header_3_text_shadow_vertical_length=\"header_3_text_shadow_style,%91object Object%93\" header_3_text_shadow_vertical_length_tablet=\"0px\" header_3_text_shadow_blur_strength=\"header_3_text_shadow_style,%91object Object%93\" header_3_text_shadow_blur_strength_tablet=\"1px\" header_4_text_shadow_horizontal_length=\"header_4_text_shadow_style,%91object Object%93\" header_4_text_shadow_horizontal_length_tablet=\"0px\" header_4_text_shadow_vertical_length=\"header_4_text_shadow_style,%91object Object%93\" header_4_text_shadow_vertical_length_tablet=\"0px\" header_4_text_shadow_blur_strength=\"header_4_text_shadow_style,%91object Object%93\" header_4_text_shadow_blur_strength_tablet=\"1px\" header_5_text_shadow_horizontal_length=\"header_5_text_shadow_style,%91object Object%93\" header_5_text_shadow_horizontal_length_tablet=\"0px\" header_5_text_shadow_vertical_length=\"header_5_text_shadow_style,%91object Object%93\" header_5_text_shadow_vertical_length_tablet=\"0px\" header_5_text_shadow_blur_strength=\"header_5_text_shadow_style,%91object Object%93\" header_5_text_shadow_blur_strength_tablet=\"1px\" header_6_text_shadow_horizontal_length=\"header_6_text_shadow_style,%91object Object%93\" header_6_text_shadow_horizontal_length_tablet=\"0px\" header_6_text_shadow_vertical_length=\"header_6_text_shadow_style,%91object Object%93\" header_6_text_shadow_vertical_length_tablet=\"0px\" header_6_text_shadow_blur_strength=\"header_6_text_shadow_style,%91object Object%93\" header_6_text_shadow_blur_strength_tablet=\"1px\" box_shadow_horizontal_tablet=\"0px\" box_shadow_vertical_tablet=\"0px\" box_shadow_blur_tablet=\"40px\" box_shadow_spread_tablet=\"0px\" z_index_tablet=\"500\" link_option_url_new_window=\"on\"]\r\n\r\n<a href=\"http://e-pobyty.cz><img class=\"alignnone size-full wp-image-331\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2019/03/epobyty.png\" alt=\"\" width=\"223\" height=\"40\" /></a> <a href=\"https://www.ceskehory.cz/pocasi/adrspasske-skaly.html\"><img class=\"alignnone size-full wp-image-343\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2019/07/ceskehory.jpg\" alt=\"\" width=\"197\" height=\"42\" /></a>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\" prev_background_color=\"#000000\" next_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"90%\" max_width=\"1200px\"][et_pb_column type=\"4_4\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<p><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\" prev_background_color=\"#000000\" next_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"90%\" max_width=\"1200px\"][et_pb_column type=\"4_4\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" />\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-full wp-image-174 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"98\" height=\"202\" />\r\n\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\" prev_background_color=\"#000000\" next_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"90%\" max_width=\"1200px\"][et_pb_column type=\"1_3\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n<p>\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<p>\r\n<b><br />Věra Vrzalová</b><br /><b>IČ:</b> 16124693</p>\r\n<p>549 51 Dolní Adršpach 121<br /><b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E</p>\r\n<p><b>tel.: </b>+420 491 586 202<br /><b>mobil: </b>+420 777 172 786<br /><b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a><br /><b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\" show_bottom_space=\"on\" align_last_edited=\"on|desktop\" align_tablet=\"center\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" prev_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row][et_pb_column type=\"4_4\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.93\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n<p>\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2019-07-13 22:29:51', '2019-07-13 20:29:51', '', 55, 'http://hotellesnizatisi.cz/index.php/2019/07/13/55-revision-v1/', 0, 'revision', '', 0),
(350, 1, '2019-07-13 22:31:17', '2019-07-13 20:31:17', '[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.19.18\" background_image=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/logo_skaly.jpg\" module_id=\"uvod\" next_background_color=\"#ffffff\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row _builder_version=\"3.19.18\" width=\"90%\" max_width=\"1200px\"][et_pb_column type=\"4_4\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text _builder_version=\"3.19.18\" width=\"90%\" max_width=\"1200px\"]\r\n\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"ohotelu\" _builder_version=\"3.0.92\" prev_background_color=\"#000000\" next_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row custom_padding=\"27px|0px|23px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"90%\" max_width=\"1200px\"][et_pb_column type=\"1_3\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_image src=\"http://hotellesnizatisi.cz/wp-content/uploads/2018/01/hotel.jpg\" _builder_version=\"3.0.97\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" show_bottom_space=\"on\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\" align_last_edited=\"on|desktop\" align_tablet=\"center\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text admin_label=\"e-pobyty\" _builder_version=\"3.26.1\" width=\"90%\" max_width=\"1200px\" text_text_shadow_horizontal_length=\"text_text_shadow_style,%91object Object%93\" text_text_shadow_horizontal_length_tablet=\"0px\" text_text_shadow_vertical_length=\"text_text_shadow_style,%91object Object%93\" text_text_shadow_vertical_length_tablet=\"0px\" text_text_shadow_blur_strength=\"text_text_shadow_style,%91object Object%93\" text_text_shadow_blur_strength_tablet=\"1px\" link_text_shadow_horizontal_length=\"link_text_shadow_style,%91object Object%93\" link_text_shadow_horizontal_length_tablet=\"0px\" link_text_shadow_vertical_length=\"link_text_shadow_style,%91object Object%93\" link_text_shadow_vertical_length_tablet=\"0px\" link_text_shadow_blur_strength=\"link_text_shadow_style,%91object Object%93\" link_text_shadow_blur_strength_tablet=\"1px\" ul_text_shadow_horizontal_length=\"ul_text_shadow_style,%91object Object%93\" ul_text_shadow_horizontal_length_tablet=\"0px\" ul_text_shadow_vertical_length=\"ul_text_shadow_style,%91object Object%93\" ul_text_shadow_vertical_length_tablet=\"0px\" ul_text_shadow_blur_strength=\"ul_text_shadow_style,%91object Object%93\" ul_text_shadow_blur_strength_tablet=\"1px\" ol_text_shadow_horizontal_length=\"ol_text_shadow_style,%91object Object%93\" ol_text_shadow_horizontal_length_tablet=\"0px\" ol_text_shadow_vertical_length=\"ol_text_shadow_style,%91object Object%93\" ol_text_shadow_vertical_length_tablet=\"0px\" ol_text_shadow_blur_strength=\"ol_text_shadow_style,%91object Object%93\" ol_text_shadow_blur_strength_tablet=\"1px\" quote_text_shadow_horizontal_length=\"quote_text_shadow_style,%91object Object%93\" quote_text_shadow_horizontal_length_tablet=\"0px\" quote_text_shadow_vertical_length=\"quote_text_shadow_style,%91object Object%93\" quote_text_shadow_vertical_length_tablet=\"0px\" quote_text_shadow_blur_strength=\"quote_text_shadow_style,%91object Object%93\" quote_text_shadow_blur_strength_tablet=\"1px\" header_text_shadow_horizontal_length=\"header_text_shadow_style,%91object Object%93\" header_text_shadow_horizontal_length_tablet=\"0px\" header_text_shadow_vertical_length=\"header_text_shadow_style,%91object Object%93\" header_text_shadow_vertical_length_tablet=\"0px\" header_text_shadow_blur_strength=\"header_text_shadow_style,%91object Object%93\" header_text_shadow_blur_strength_tablet=\"1px\" header_2_text_shadow_horizontal_length=\"header_2_text_shadow_style,%91object Object%93\" header_2_text_shadow_horizontal_length_tablet=\"0px\" header_2_text_shadow_vertical_length=\"header_2_text_shadow_style,%91object Object%93\" header_2_text_shadow_vertical_length_tablet=\"0px\" header_2_text_shadow_blur_strength=\"header_2_text_shadow_style,%91object Object%93\" header_2_text_shadow_blur_strength_tablet=\"1px\" header_3_text_shadow_horizontal_length=\"header_3_text_shadow_style,%91object Object%93\" header_3_text_shadow_horizontal_length_tablet=\"0px\" header_3_text_shadow_vertical_length=\"header_3_text_shadow_style,%91object Object%93\" header_3_text_shadow_vertical_length_tablet=\"0px\" header_3_text_shadow_blur_strength=\"header_3_text_shadow_style,%91object Object%93\" header_3_text_shadow_blur_strength_tablet=\"1px\" header_4_text_shadow_horizontal_length=\"header_4_text_shadow_style,%91object Object%93\" header_4_text_shadow_horizontal_length_tablet=\"0px\" header_4_text_shadow_vertical_length=\"header_4_text_shadow_style,%91object Object%93\" header_4_text_shadow_vertical_length_tablet=\"0px\" header_4_text_shadow_blur_strength=\"header_4_text_shadow_style,%91object Object%93\" header_4_text_shadow_blur_strength_tablet=\"1px\" header_5_text_shadow_horizontal_length=\"header_5_text_shadow_style,%91object Object%93\" header_5_text_shadow_horizontal_length_tablet=\"0px\" header_5_text_shadow_vertical_length=\"header_5_text_shadow_style,%91object Object%93\" header_5_text_shadow_vertical_length_tablet=\"0px\" header_5_text_shadow_blur_strength=\"header_5_text_shadow_style,%91object Object%93\" header_5_text_shadow_blur_strength_tablet=\"1px\" header_6_text_shadow_horizontal_length=\"header_6_text_shadow_style,%91object Object%93\" header_6_text_shadow_horizontal_length_tablet=\"0px\" header_6_text_shadow_vertical_length=\"header_6_text_shadow_style,%91object Object%93\" header_6_text_shadow_vertical_length_tablet=\"0px\" header_6_text_shadow_blur_strength=\"header_6_text_shadow_style,%91object Object%93\" header_6_text_shadow_blur_strength_tablet=\"1px\" box_shadow_horizontal_tablet=\"0px\" box_shadow_vertical_tablet=\"0px\" box_shadow_blur_tablet=\"40px\" box_shadow_spread_tablet=\"0px\" z_index_tablet=\"500\" link_option_url_new_window=\"on\" link_option_url=\"http://e-pobyty.cz\"]\r\n\r\n<p><img class=\"alignnone size-full wp-image-331 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2019/03/epobyty.png\" alt=\"\" width=\"223\" height=\"40\" /></p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"O hotelu\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colB floatLeft\">\r\n<div class=\"box wysiwyg\">\r\n<div class=\"content wsw\">\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Adršpašské skály… Bizarní výtvor přírody nebo sochařské dílo věčného tvůrce?</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Pociťte jejich zvláštní kouzlo, lákající a inspirující filmaře, malíře a básníky.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Prostor pro snění a fantazii, imaginární krajina našich snů, dívající se na nás blankytnýma očima skalních jezer.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Věže, rokle, jeskyně a vodopády v labyrintech skal…</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Najdete tu Lesní zátiší - hotel, stojící u samé brány Adršpašských skal.</span></span></p>\r\n<p><span style=\"font-size: medium;\"><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Útulný a komfortní, s dobrou kuchyní, zve vás na návštěvu.</span></span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" module_id=\"vokoli\" _builder_version=\"3.0.92\" prev_background_color=\"#000000\" next_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"90%\" max_width=\"1200px\"][et_pb_column type=\"4_4\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text admin_label=\"V našem okolí najdete....\" _builder_version=\"3.0.92\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n\r\n<div id=\"page\">\r\n<div id=\"wrapper\">\r\n<div id=\"main\" class=\"floatRight\">\r\n<div id=\"content\">\r\n<div id=\"mainZone\" class=\"colA\">\r\n<div class=\"box wysiwyg\">\r\n<p class=\"content wsw\"><strong><span style=\"color: #993366;\">V našem okolí najdete....</span></strong></p>\r\n<p><span style=\"color: #4b3b11; font-family: \'Arial Narrow\';\">Broumovský klášter, pevnost Josefov, Náchodský zámek, Rozkoš - přehrada, renesanční zámek - muzeum ve Vrchlabí, Nové Město nad Metují, Dvůr Králové - Zoo-Safari, zámek Kuks, a další...</span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"nabizime\" prev_background_color=\"#000000\" next_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"90%\" max_width=\"1200px\"][et_pb_column type=\"4_4\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_tabs _builder_version=\"3.0.92\"][et_pb_tab title=\"Restaurace\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-medium wp-image-75 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/bar1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" />\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Hotelová restaurace je otevřená denně od 11.00 do 22.00 hod.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Kapacita 30 míst k posezení.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">K dispozici je salonek pro uzavřenou společnost s kapacitou do 10 osob.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">V letním období můžete využít letní terasu s kapacitou 40 míst.</span>\r\n\r\n<span style=\"color: #4b3b11; font-family: \'Arial Narrow\'; font-size: medium;\">Specialitou kuchyně je domácí česká strava.</span>\r\n\r\n[gallery columns=\"4\" ids=\"224,223,222,221,220,219\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Skladba pokojů\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n7 pokojů - 20 míst\r\n\r\nPokoje jsou vybaveny TV, telefonem, koupelnou s vanou, WC.\r\n\r\nV ceně za ubytování je zahrnuta snídaně.\r\n\r\n<b>Parkoviště u hotelu.</b>\r\n\r\n[gallery columns=\"4\" ids=\"235,237,236\"]\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Aktivity\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n\r\n<img class=\"size-full wp-image-174 alignleft\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/lezec.jpg\" alt=\"\" width=\"98\" height=\"202\" />\r\n\r\nV letě začíná doba lezeckých výkonů. Vznikají prvovýstupy na stovky dosud neslezených věží, jsou zdolávány stále obtížnější stěny. V současně době je zde vystoupeno okolo tří tisíc skal.<img class=\"size-full wp-image-173 alignright\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kone.jpg\" alt=\"\" width=\"203\" height=\"201\" />\r\n\r\n[/et_pb_tab][et_pb_tab title=\"Ceník\" _builder_version=\"3.0.92\"] <strong>Ceny jsou uvedeny za osobu a den včetně snídaně, hotelového parkoviště, ubytovacích poplatků.</strong>\r\n[table id=1 /] [/et_pb_tab][et_pb_tab title=\"Storno poplatky\" _builder_version=\"3.0.92\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\r\n<ul>\r\n <li>dojde-li ke zrušení objednávky <b>do</b> <b>30ti</b> <b>dnů</b> před nástupem - storno <b>15%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 14ti do 30 dnů</b> před nástupem - storno <b>60%</b></li>\r\n <li>dojde-li ke zrušení objednávky <b>od 13 ti dnů před nástupem</b>, respekt. nedojde-li k nástupu v tento den vůbec, činí storno.poplatek částku <b>100%</b> z celkové ceny pobytu.</li>\r\n</ul>\r\nUbytovatel nebude účtovat žádné storno poplatky při zrušení objednávky jen v případě vážné nemoci či úmrtí ubytovaného (nutno doložit).\r\n\r\nStorno poplatek nebude účtován v případě, že pobyt bude zrušen ze strany ubytovatele.\r\n\r\nV případě předčasného ukončení či přerušení pobytu bez zavinění na straně ubytovatele nevzniká tomuto povinnost vrátit zaplacenou cenu pobytu, ani její poměrnou část. Ubytovatel však může, s ohledem na zvlášť závažné důvody, postupovat odlišně od tohoto ustanovení.\r\n\r\nRezervace ze strany ubytovacího zařízení je závazná až po zaplacení zálohy za pobyt. Záloha je obvykle,pokud se ubytovatel a ubytovaný nedohodnou jinak 30% z celkové ceny.\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.92\" module_id=\"kontakt\" prev_background_color=\"#000000\" next_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"90%\" max_width=\"1200px\"][et_pb_column type=\"1_3\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text admin_label=\"Kontaktní formulář\" _builder_version=\"3.0.92\"]\r\n\r\n<p>\r\n[contact-form-7 id=\"185\" title=\"Kontaktní formulář\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text admin_label=\"Kontakt\" _builder_version=\"3.0.92\"]\r\n\r\n<p>\r\n<b><br />Věra Vrzalová</b><br /><b>IČ:</b> 16124693</p>\r\n<p>549 51 Dolní Adršpach 121<br /><b>GPS:</b> 50°36\'54.777\"N, 16°7\'11.26\"E</p>\r\n<p><b>tel.: </b>+420 491 586 202<br /><b>mobil: </b>+420 777 172 786<br /><b>e-mail: </b><a href=\"mailto:lesni.zatisi@email.cz\">lesni.zatisi@email.cz</a><br /><b>url:</b> <a href=\"http://www.hotellesnizatisi.cz/\">http://www.hotellesnizatisi.cz</a></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_image admin_label=\"Mapa hotel\" src=\"http://hotellesnizatisi.cz/wp-content/uploads/2017/12/kontakt_hotel.jpg\" _builder_version=\"3.0.92\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" always_center_on_mobile=\"on\" force_fullwidth=\"off\" show_bottom_space=\"on\" align_last_edited=\"on|desktop\" align_tablet=\"center\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" prev_background_color=\"#000000\" inner_width=\"90%\" inner_max_width=\"1200px\"][et_pb_row][et_pb_column type=\"4_4\" custom_padding__hover=\"|||\" custom_padding=\"|||\"][et_pb_text admin_label=\"Mapa\" _builder_version=\"3.0.93\" background_layout=\"light\" module_id=\"mapa\"]\r\n\r\n<p>\r\n[google_map_easy id=\"3\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hlavní stránka', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2019-07-13 22:31:17', '2019-07-13 20:31:17', '', 55, 'http://hotellesnizatisi.cz/index.php/2019/07/13/55-revision-v1/', 0, 'revision', '', 0),
(351, 1, '2019-07-13 22:32:21', '2019-07-13 20:32:21', '', 'Počasí', '', 'publish', 'closed', 'closed', '', 'pocasi', '', '', '2019-07-13 22:32:21', '2019-07-13 20:32:21', '', 0, 'http://hotellesnizatisi.cz/cs_CZ/?p=351', 7, 'nav_menu_item', '', 0),
(352, 1, '2021-01-04 15:39:42', '0000-00-00 00:00:00', '', 'Automaticky vytvořený koncept', '', 'auto-draft', 'open', 'open', '', '', '', '', '2021-01-04 15:39:42', '0000-00-00 00:00:00', '', 0, 'http://hotellesnizatisi.cz/?p=352', 0, 'post', '', 0),
(353, 1, '2021-01-04 15:41:26', '2021-01-04 14:41:26', '{\n \"et_divi[custom_footer_credits]\": {\n \"value\": \"<a href=\\\"http://jservices.cz\\\">J Services</a> \\u00a9 2021\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2021-01-04 14:41:26\"\n }\n}', '', '', 'trash', 'closed', 'closed', '', 'e1500a7e-8e5a-4598-975c-17c487dd9913', '', '', '2021-01-04 15:41:26', '2021-01-04 14:41:26', '', 0, 'http://hotellesnizatisi.cz/cs_CZ/index.php/2021/01/04/e1500a7e-8e5a-4598-975c-17c487dd9913/', 0, 'customize_changeset', '', 0);
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_termmeta`
--
CREATE TABLE `wp_termmeta` (
`meta_id` bigint(20) UNSIGNED NOT NULL,
`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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_terms`
--
CREATE TABLE `wp_terms` (
`term_id` bigint(20) UNSIGNED NOT NULL,
`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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Vypisuji data pro tabulku `wp_terms`
--
INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Nezařazené', 'nezarazene', 0),
(2, 'Hlavní menu', 'hlavni-menu', 0),
(3, 'layout', 'layout', 0);
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_term_relationships`
--
CREATE TABLE `wp_term_relationships` (
`object_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`term_taxonomy_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`term_order` int(11) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Vypisuji data pro tabulku `wp_term_relationships`
--
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(52, 2, 0),
(197, 2, 0),
(198, 2, 0),
(199, 2, 0),
(200, 2, 0),
(205, 2, 0),
(206, 2, 0),
(351, 2, 0);
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_term_taxonomy`
--
CREATE TABLE `wp_term_taxonomy` (
`term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
`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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Vypisuji data pro tabulku `wp_term_taxonomy`
--
INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 0),
(2, 2, 'nav_menu', '', 0, 8),
(3, 3, 'layout_type', '', 0, 0);
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_usermeta`
--
CREATE TABLE `wp_usermeta` (
`umeta_id` bigint(20) UNSIGNED NOT NULL,
`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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Vypisuji data pro tabulku `wp_usermeta`
--
INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'kubec'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'comment_shortcuts', 'false'),
(7, 1, 'admin_color', 'fresh'),
(8, 1, 'use_ssl', '0'),
(9, 1, 'show_admin_bar_front', 'true'),
(10, 1, 'locale', ''),
(11, 1, 'wp_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(12, 1, 'wp_user_level', '10'),
(13, 1, 'dismissed_wp_pointers', 'tp09_edit_drag_drop_sort,bws_shortcode_button_tooltip,wp496_privacy'),
(14, 1, 'show_welcome_panel', '1'),
(16, 1, 'wp_dashboard_quick_press_last_post_id', '352'),
(17, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:12:\"88.146.175.0\";}'),
(18, 1, 'wp_user-settings', 'editor=tinymce&libraryContent=browse&hidetb=1&mfold=o'),
(19, 1, 'wp_user-settings-time', '1563049877'),
(20, 1, 'nav_menu_recently_edited', '2'),
(21, 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\";}'),
(22, 1, 'metaboxhidden_nav-menus', 'a:6:{i:0;s:21:\"add-post-type-project\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";i:3;s:20:\"add-project_category\";i:4;s:15:\"add-project_tag\";i:5;s:11:\"add-ngg_tag\";}'),
(24, 1, 'wp_tablepress_user_options', '{\"user_options_db_version\":38,\"admin_menu_parent_page\":\"middle\",\"message_first_visit\":true}'),
(25, 1, 'managetablepress_listcolumnshidden', 'a:1:{i:0;s:22:\"table_last_modified_by\";}'),
(26, 1, 'session_tokens', 'a:2:{s:64:\"3eab6aa5d083e9eab9faafb6b430ef5ce0079017c88b5e3d336a94988f9bdf3a\";a:4:{s:10:\"expiration\";i:1609943978;s:2:\"ip\";s:14:\"88.146.175.232\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\";s:5:\"login\";i:1609771178;}s:64:\"850e92ceae6e33a59ceacdda5cac404281163cdc1f3f31b34a0cd635238ab845\";a:4:{s:10:\"expiration\";i:1609943983;s:2:\"ip\";s:14:\"88.146.175.232\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\";s:5:\"login\";i:1609771183;}}');
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_users`
--
CREATE TABLE `wp_users` (
`ID` bigint(20) UNSIGNED NOT NULL,
`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 ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Vypisuji data pro tabulku `wp_users`
--
INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'kubec', '$P$Bh2g0n4v7zTADYHF1fanQjuY8K9iPC/', 'kubec', 'jakub.dvorak@jservices.cz', '', '2017-12-13 16:00:13', '', 0, 'kubec');
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_wpgmza`
--
CREATE TABLE `wp_wpgmza` (
`id` int(11) NOT NULL,
`map_id` int(11) NOT NULL,
`address` varchar(700) NOT NULL,
`description` mediumtext NOT NULL,
`pic` varchar(700) NOT NULL,
`link` varchar(700) NOT NULL,
`icon` varchar(700) NOT NULL,
`lat` varchar(100) NOT NULL,
`lng` varchar(100) NOT NULL,
`anim` varchar(3) NOT NULL,
`title` varchar(700) NOT NULL,
`infoopen` varchar(3) NOT NULL,
`category` varchar(500) NOT NULL,
`approved` tinyint(1) DEFAULT '1',
`retina` tinyint(1) DEFAULT '0',
`type` tinyint(1) DEFAULT '0',
`did` varchar(500) NOT NULL,
`other_data` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Vypisuji data pro tabulku `wp_wpgmza`
--
INSERT INTO `wp_wpgmza` (`id`, `map_id`, `address`, `description`, `pic`, `link`, `icon`, `lat`, `lng`, `anim`, `title`, `infoopen`, `category`, `approved`, `retina`, `type`, `did`, `other_data`) VALUES
(1, 1, 'California', '', '', '', '', '36.778261', '-119.4179323999', '', '', '', '0', 1, 0, 0, '', '');
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_wpgmza_categories`
--
CREATE TABLE `wp_wpgmza_categories` (
`id` int(11) NOT NULL,
`active` tinyint(1) NOT NULL,
`category_name` varchar(50) NOT NULL,
`category_icon` varchar(700) NOT NULL,
`retina` tinyint(1) DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_wpgmza_category_maps`
--
CREATE TABLE `wp_wpgmza_category_maps` (
`id` int(11) NOT NULL,
`cat_id` int(11) NOT NULL,
`map_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_wpgmza_maps`
--
CREATE TABLE `wp_wpgmza_maps` (
`id` int(11) NOT NULL,
`map_title` varchar(55) NOT NULL,
`map_width` varchar(6) NOT NULL,
`map_height` varchar(6) NOT NULL,
`map_start_lat` varchar(700) NOT NULL,
`map_start_lng` varchar(700) NOT NULL,
`map_start_location` varchar(700) NOT NULL,
`map_start_zoom` int(10) NOT NULL,
`default_marker` varchar(700) NOT NULL,
`type` int(10) NOT NULL,
`alignment` int(10) NOT NULL,
`directions_enabled` int(10) NOT NULL,
`styling_enabled` int(10) NOT NULL,
`styling_json` mediumtext NOT NULL,
`active` int(1) NOT NULL,
`kml` varchar(700) NOT NULL,
`bicycle` int(10) NOT NULL,
`traffic` int(10) NOT NULL,
`dbox` int(10) NOT NULL,
`dbox_width` varchar(10) NOT NULL,
`listmarkers` int(10) NOT NULL,
`listmarkers_advanced` int(10) NOT NULL,
`filterbycat` tinyint(1) NOT NULL,
`ugm_enabled` int(10) NOT NULL,
`ugm_category_enabled` tinyint(1) NOT NULL,
`fusion` varchar(100) NOT NULL,
`map_width_type` varchar(3) NOT NULL,
`map_height_type` varchar(3) NOT NULL,
`mass_marker_support` int(10) NOT NULL,
`ugm_access` int(10) NOT NULL,
`order_markers_by` int(10) NOT NULL,
`order_markers_choice` int(10) NOT NULL,
`show_user_location` int(3) NOT NULL,
`default_to` varchar(700) NOT NULL,
`other_settings` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Vypisuji data pro tabulku `wp_wpgmza_maps`
--
INSERT INTO `wp_wpgmza_maps` (`id`, `map_title`, `map_width`, `map_height`, `map_start_lat`, `map_start_lng`, `map_start_location`, `map_start_zoom`, `default_marker`, `type`, `alignment`, `directions_enabled`, `styling_enabled`, `styling_json`, `active`, `kml`, `bicycle`, `traffic`, `dbox`, `dbox_width`, `listmarkers`, `listmarkers_advanced`, `filterbycat`, `ugm_enabled`, `ugm_category_enabled`, `fusion`, `map_width_type`, `map_height_type`, `mass_marker_support`, `ugm_access`, `order_markers_by`, `order_markers_choice`, `show_user_location`, `default_to`, `other_settings`) VALUES
(1, 'My first map', '100', '400', '45.950464398418106', '-109.81550500000003', '45.950464398418106,-109.81550500000003', 2, '0', 1, 0, 1, 0, '', 0, '', 2, 2, 1, '100', 0, 0, 0, 0, 0, '', '%', 'px', 1, 0, 1, 2, 0, '', '');
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_wpgmza_polygon`
--
CREATE TABLE `wp_wpgmza_polygon` (
`id` int(11) NOT NULL,
`map_id` int(11) NOT NULL,
`polydata` longtext NOT NULL,
`innerpolydata` longtext NOT NULL,
`linecolor` varchar(7) NOT NULL,
`lineopacity` varchar(7) NOT NULL,
`fillcolor` varchar(7) NOT NULL,
`opacity` varchar(3) NOT NULL,
`title` varchar(250) NOT NULL,
`link` varchar(700) NOT NULL,
`ohfillcolor` varchar(7) NOT NULL,
`ohlinecolor` varchar(7) NOT NULL,
`ohopacity` varchar(3) NOT NULL,
`polyname` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_wpgmza_polylines`
--
CREATE TABLE `wp_wpgmza_polylines` (
`id` int(11) NOT NULL,
`map_id` int(11) NOT NULL,
`polydata` longtext NOT NULL,
`linecolor` varchar(7) NOT NULL,
`linethickness` varchar(3) NOT NULL,
`opacity` varchar(3) NOT NULL,
`polyname` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Klíče pro exportované tabulky
--
--
-- Klíče pro tabulku `wp_aiowps_events`
--
ALTER TABLE `wp_aiowps_events`
ADD PRIMARY KEY (`id`);
--
-- Klíče pro tabulku `wp_aiowps_failed_logins`
--
ALTER TABLE `wp_aiowps_failed_logins`
ADD PRIMARY KEY (`id`);
--
-- Klíče pro tabulku `wp_aiowps_global_meta`
--
ALTER TABLE `wp_aiowps_global_meta`
ADD PRIMARY KEY (`meta_id`);
--
-- Klíče pro tabulku `wp_aiowps_login_activity`
--
ALTER TABLE `wp_aiowps_login_activity`
ADD PRIMARY KEY (`id`);
--
-- Klíče pro tabulku `wp_aiowps_login_lockdown`
--
ALTER TABLE `wp_aiowps_login_lockdown`
ADD PRIMARY KEY (`id`);
--
-- Klíče pro tabulku `wp_aiowps_permanent_block`
--
ALTER TABLE `wp_aiowps_permanent_block`
ADD PRIMARY KEY (`id`);
--
-- Klíče pro tabulku `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
ADD PRIMARY KEY (`meta_id`),
ADD KEY `comment_id` (`comment_id`),
ADD KEY `meta_key` (`meta_key`(191));
--
-- Klíče pro tabulku `wp_comments`
--
ALTER TABLE `wp_comments`
ADD PRIMARY KEY (`comment_ID`),
ADD KEY `comment_post_ID` (`comment_post_ID`),
ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
ADD KEY `comment_date_gmt` (`comment_date_gmt`),
ADD KEY `comment_parent` (`comment_parent`),
ADD KEY `comment_author_email` (`comment_author_email`(10));
--
-- Klíče pro tabulku `wp_email_log`
--
ALTER TABLE `wp_email_log`
ADD PRIMARY KEY (`id`);
--
-- Klíče pro tabulku `wp_gmp_icons`
--
ALTER TABLE `wp_gmp_icons`
ADD PRIMARY KEY (`id`);
--
-- Klíče pro tabulku `wp_gmp_maps`
--
ALTER TABLE `wp_gmp_maps`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `id` (`id`);
--
-- Klíče pro tabulku `wp_gmp_markers`
--
ALTER TABLE `wp_gmp_markers`
ADD PRIMARY KEY (`id`);
--
-- Klíče pro tabulku `wp_gmp_marker_groups`
--
ALTER TABLE `wp_gmp_marker_groups`
ADD PRIMARY KEY (`id`);
--
-- Klíče pro tabulku `wp_gmp_marker_groups_relation`
--
ALTER TABLE `wp_gmp_marker_groups_relation`
ADD PRIMARY KEY (`id`);
--
-- Klíče pro tabulku `wp_gmp_membership_presets`
--
ALTER TABLE `wp_gmp_membership_presets`
ADD PRIMARY KEY (`maps_id`);
--
-- Klíče pro tabulku `wp_gmp_modules`
--
ALTER TABLE `wp_gmp_modules`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `code` (`code`);
--
-- Klíče pro tabulku `wp_gmp_modules_type`
--
ALTER TABLE `wp_gmp_modules_type`
ADD PRIMARY KEY (`id`);
--
-- Klíče pro tabulku `wp_gmp_options`
--
ALTER TABLE `wp_gmp_options`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `code` (`code`),
ADD KEY `id` (`id`);
--
-- Klíče pro tabulku `wp_gmp_options_categories`
--
ALTER TABLE `wp_gmp_options_categories`
ADD PRIMARY KEY (`id`),
ADD KEY `id` (`id`);
--
-- Klíče pro tabulku `wp_gmp_usage_stat`
--
ALTER TABLE `wp_gmp_usage_stat`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `code` (`code`);
--
-- Klíče pro tabulku `wp_links`
--
ALTER TABLE `wp_links`
ADD PRIMARY KEY (`link_id`),
ADD KEY `link_visible` (`link_visible`);
--
-- Klíče pro tabulku `wp_mltlngg_terms_translate`
--
ALTER TABLE `wp_mltlngg_terms_translate`
ADD PRIMARY KEY (`ID`);
--
-- Klíče pro tabulku `wp_mltlngg_translate`
--
ALTER TABLE `wp_mltlngg_translate`
ADD PRIMARY KEY (`ID`);
--
-- Klíče pro tabulku `wp_ngg_album`
--
ALTER TABLE `wp_ngg_album`
ADD PRIMARY KEY (`id`),
ADD KEY `extras_post_id_key` (`extras_post_id`);
--
-- Klíče pro tabulku `wp_ngg_gallery`
--
ALTER TABLE `wp_ngg_gallery`
ADD PRIMARY KEY (`gid`),
ADD KEY `extras_post_id_key` (`extras_post_id`);
--
-- Klíče pro tabulku `wp_ngg_pictures`
--
ALTER TABLE `wp_ngg_pictures`
ADD PRIMARY KEY (`pid`),
ADD KEY `extras_post_id_key` (`extras_post_id`);
--
-- Klíče pro tabulku `wp_options`
--
ALTER TABLE `wp_options`
ADD PRIMARY KEY (`option_id`),
ADD UNIQUE KEY `option_name` (`option_name`);
--
-- Klíče pro tabulku `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
ADD PRIMARY KEY (`meta_id`),
ADD KEY `post_id` (`post_id`),
ADD KEY `meta_key` (`meta_key`(191));
--
-- Klíče pro tabulku `wp_posts`
--
ALTER TABLE `wp_posts`
ADD PRIMARY KEY (`ID`),
ADD KEY `post_name` (`post_name`(191)),
ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
ADD KEY `post_parent` (`post_parent`),
ADD KEY `post_author` (`post_author`);
--
-- Klíče pro tabulku `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
ADD PRIMARY KEY (`meta_id`),
ADD KEY `term_id` (`term_id`),
ADD KEY `meta_key` (`meta_key`(191));
--
-- Klíče pro tabulku `wp_terms`
--
ALTER TABLE `wp_terms`
ADD PRIMARY KEY (`term_id`),
ADD KEY `slug` (`slug`(191)),
ADD KEY `name` (`name`(191));
--
-- Klíče pro tabulku `wp_term_relationships`
--
ALTER TABLE `wp_term_relationships`
ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);
--
-- Klíče pro tabulku `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
ADD PRIMARY KEY (`term_taxonomy_id`),
ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
ADD KEY `taxonomy` (`taxonomy`);
--
-- Klíče pro tabulku `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
ADD PRIMARY KEY (`umeta_id`),
ADD KEY `user_id` (`user_id`),
ADD KEY `meta_key` (`meta_key`(191));
--
-- Klíče pro tabulku `wp_users`
--
ALTER TABLE `wp_users`
ADD PRIMARY KEY (`ID`),
ADD KEY `user_login_key` (`user_login`),
ADD KEY `user_nicename` (`user_nicename`),
ADD KEY `user_email` (`user_email`);
--
-- Klíče pro tabulku `wp_wpgmza`
--
ALTER TABLE `wp_wpgmza`
ADD PRIMARY KEY (`id`);
--
-- Klíče pro tabulku `wp_wpgmza_categories`
--
ALTER TABLE `wp_wpgmza_categories`
ADD PRIMARY KEY (`id`);
--
-- Klíče pro tabulku `wp_wpgmza_category_maps`
--
ALTER TABLE `wp_wpgmza_category_maps`
ADD PRIMARY KEY (`id`);
--
-- Klíče pro tabulku `wp_wpgmza_maps`
--
ALTER TABLE `wp_wpgmza_maps`
ADD PRIMARY KEY (`id`);
--
-- Klíče pro tabulku `wp_wpgmza_polygon`
--
ALTER TABLE `wp_wpgmza_polygon`
ADD PRIMARY KEY (`id`);
--
-- Klíče pro tabulku `wp_wpgmza_polylines`
--
ALTER TABLE `wp_wpgmza_polylines`
ADD PRIMARY KEY (`id`);
--
-- AUTO_INCREMENT pro tabulky
--
--
-- AUTO_INCREMENT pro tabulku `wp_aiowps_events`
--
ALTER TABLE `wp_aiowps_events`
MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pro tabulku `wp_aiowps_failed_logins`
--
ALTER TABLE `wp_aiowps_failed_logins`
MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pro tabulku `wp_aiowps_global_meta`
--
ALTER TABLE `wp_aiowps_global_meta`
MODIFY `meta_id` bigint(20) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pro tabulku `wp_aiowps_login_activity`
--
ALTER TABLE `wp_aiowps_login_activity`
MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pro tabulku `wp_aiowps_login_lockdown`
--
ALTER TABLE `wp_aiowps_login_lockdown`
MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pro tabulku `wp_aiowps_permanent_block`
--
ALTER TABLE `wp_aiowps_permanent_block`
MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pro tabulku `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pro tabulku `wp_comments`
--
ALTER TABLE `wp_comments`
MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pro tabulku `wp_email_log`
--
ALTER TABLE `wp_email_log`
MODIFY `id` mediumint(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=584;
--
-- AUTO_INCREMENT pro tabulku `wp_gmp_icons`
--
ALTER TABLE `wp_gmp_icons`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=48;
--
-- AUTO_INCREMENT pro tabulku `wp_gmp_maps`
--
ALTER TABLE `wp_gmp_maps`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT pro tabulku `wp_gmp_markers`
--
ALTER TABLE `wp_gmp_markers`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT pro tabulku `wp_gmp_marker_groups`
--
ALTER TABLE `wp_gmp_marker_groups`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pro tabulku `wp_gmp_marker_groups_relation`
--
ALTER TABLE `wp_gmp_marker_groups_relation`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT pro tabulku `wp_gmp_modules`
--
ALTER TABLE `wp_gmp_modules`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;
--
-- AUTO_INCREMENT pro tabulku `wp_gmp_modules_type`
--
ALTER TABLE `wp_gmp_modules_type`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;
--
-- AUTO_INCREMENT pro tabulku `wp_gmp_options`
--
ALTER TABLE `wp_gmp_options`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT pro tabulku `wp_gmp_options_categories`
--
ALTER TABLE `wp_gmp_options_categories`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT pro tabulku `wp_gmp_usage_stat`
--
ALTER TABLE `wp_gmp_usage_stat`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pro tabulku `wp_links`
--
ALTER TABLE `wp_links`
MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pro tabulku `wp_mltlngg_terms_translate`
--
ALTER TABLE `wp_mltlngg_terms_translate`
MODIFY `ID` int(6) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pro tabulku `wp_mltlngg_translate`
--
ALTER TABLE `wp_mltlngg_translate`
MODIFY `ID` int(6) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT pro tabulku `wp_ngg_album`
--
ALTER TABLE `wp_ngg_album`
MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pro tabulku `wp_ngg_gallery`
--
ALTER TABLE `wp_ngg_gallery`
MODIFY `gid` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT pro tabulku `wp_ngg_pictures`
--
ALTER TABLE `wp_ngg_pictures`
MODIFY `pid` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
--
-- AUTO_INCREMENT pro tabulku `wp_options`
--
ALTER TABLE `wp_options`
MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=119736;
--
-- AUTO_INCREMENT pro tabulku `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=606;
--
-- AUTO_INCREMENT pro tabulku `wp_posts`
--
ALTER TABLE `wp_posts`
MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=354;
--
-- AUTO_INCREMENT pro tabulku `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pro tabulku `wp_terms`
--
ALTER TABLE `wp_terms`
MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT pro tabulku `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT pro tabulku `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27;
--
-- AUTO_INCREMENT pro tabulku `wp_users`
--
ALTER TABLE `wp_users`
MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT pro tabulku `wp_wpgmza`
--
ALTER TABLE `wp_wpgmza`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT pro tabulku `wp_wpgmza_categories`
--
ALTER TABLE `wp_wpgmza_categories`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pro tabulku `wp_wpgmza_category_maps`
--
ALTER TABLE `wp_wpgmza_category_maps`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pro tabulku `wp_wpgmza_maps`
--
ALTER TABLE `wp_wpgmza_maps`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT pro tabulku `wp_wpgmza_polygon`
--
ALTER TABLE `wp_wpgmza_polygon`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pro tabulku `wp_wpgmza_polylines`
--
ALTER TABLE `wp_wpgmza_polylines`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
COMMIT;
/*!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 */;