REPLACE INTO `wp_comments` ( `comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(1, 1, 'A WordPress Commenter', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2018-02-13 10:12:56', '2018-02-13 10:12:56', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href="https://gravatar.com">Gravatar</a>.', 0, '1', '', '', 0, 0),
(2, 212, 'Andry Lincoln', 'test@mail.com', '', '127.0.0.1', '2017-04-13 11:05:39', '2017-04-13 08:05:39', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore tempor incididun dolore tempor magna aliqua', 0, '1', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36', '', 0, 0),
(3, 212, 'Andry Lincoln', 'test@mail.com', '', '127.0.0.1', '2017-04-13 11:15:40', '2017-04-13 08:15:40', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore tempor incididun dolore tempor magna aliqua', 0, '1', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36', '', 2, 0),
(4, 212, 'Andry Lincoln', 'test@mail.com', '', '127.0.0.1', '2017-04-13 11:16:25', '2017-04-13 08:16:25', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore tempor incididun dolore tempor magna aliqua', 0, '1', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36', '', 0, 0),
(5, 259, 'Andry Lincoln', 'test@mail.com', '', '127.0.0.1', '2017-04-13 16:15:29', '2017-04-13 13:15:29', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore tempor incididun dolore tempor magna aliqua', 0, '1', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36', '', 0, 0) ;
--#######--
REPLACE INTO `wp_options` ( `option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'http_drivingschool_siteurl', 'yes'),
(2, 'home', 'http_drivingschool_siteurl', 'yes'),
(3, 'blogname', 'Driving School', 'yes'),
(4, 'blogdescription', 'Best Safety Measures', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'admin@mail.com', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'F j, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:139:{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:47:"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:42:"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:23:"category/(.+?)/embed/?$";s:46:"index.php?category_name=$matches[1]&embed=true";s:35:"category/(.+?)/page/?([0-9]{1,})/?$";s:53:"index.php?category_name=$matches[1]&paged=$matches[2]";s:17:"category/(.+?)/?$";s:35:"index.php?category_name=$matches[1]";s:44:"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:39:"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:20:"tag/([^/]+)/embed/?$";s:36:"index.php?tag=$matches[1]&embed=true";s:32:"tag/([^/]+)/page/?([0-9]{1,})/?$";s:43:"index.php?tag=$matches[1]&paged=$matches[2]";s:14:"tag/([^/]+)/?$";s:25:"index.php?tag=$matches[1]";s:45:"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:40:"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:21:"type/([^/]+)/embed/?$";s:44:"index.php?post_format=$matches[1]&embed=true";s:33:"type/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?post_format=$matches[1]&paged=$matches[2]";s:15:"type/([^/]+)/?$";s:33:"index.php?post_format=$matches[1]";s:34:"review/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:44:"review/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:64:"review/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:59:"review/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:59:"review/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:40:"review/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:23:"review/([^/]+)/embed/?$";s:54:"index.php?post_type=review&name=$matches[1]&embed=true";s:27:"review/([^/]+)/trackback/?$";s:48:"index.php?post_type=review&name=$matches[1]&tb=1";s:35:"review/([^/]+)/page/?([0-9]{1,})/?$";s:61:"index.php?post_type=review&name=$matches[1]&paged=$matches[2]";s:42:"review/([^/]+)/comment-page-([0-9]{1,})/?$";s:61:"index.php?post_type=review&name=$matches[1]&cpage=$matches[2]";s:31:"review/([^/]+)(?:/([0-9]+))?/?$";s:60:"index.php?post_type=review&name=$matches[1]&page=$matches[2]";s:23:"review/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:33:"review/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:53:"review/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:48:"review/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:48:"review/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:29:"review/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:36:"teachers/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:46:"teachers/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:66:"teachers/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:61:"teachers/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:61:"teachers/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:42:"teachers/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:25:"teachers/([^/]+)/embed/?$";s:41:"index.php?teachers=$matches[1]&embed=true";s:29:"teachers/([^/]+)/trackback/?$";s:35:"index.php?teachers=$matches[1]&tb=1";s:37:"teachers/([^/]+)/page/?([0-9]{1,})/?$";s:48:"index.php?teachers=$matches[1]&paged=$matches[2]";s:44:"teachers/([^/]+)/comment-page-([0-9]{1,})/?$";s:48:"index.php?teachers=$matches[1]&cpage=$matches[2]";s:33:"teachers/([^/]+)(?:/([0-9]+))?/?$";s:47:"index.php?teachers=$matches[1]&page=$matches[2]";s:25:"teachers/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:35:"teachers/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:55:"teachers/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:50:"teachers/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:50:"teachers/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:31:"teachers/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:40:"vc_grid_item/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:50:"vc_grid_item/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:70:"vc_grid_item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:65:"vc_grid_item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:65:"vc_grid_item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:46:"vc_grid_item/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:29:"vc_grid_item/([^/]+)/embed/?$";s:45:"index.php?vc_grid_item=$matches[1]&embed=true";s:33:"vc_grid_item/([^/]+)/trackback/?$";s:39:"index.php?vc_grid_item=$matches[1]&tb=1";s:41:"vc_grid_item/([^/]+)/page/?([0-9]{1,})/?$";s:52:"index.php?vc_grid_item=$matches[1]&paged=$matches[2]";s:48:"vc_grid_item/([^/]+)/comment-page-([0-9]{1,})/?$";s:52:"index.php?vc_grid_item=$matches[1]&cpage=$matches[2]";s:37:"vc_grid_item/([^/]+)(?:/([0-9]+))?/?$";s:51:"index.php?vc_grid_item=$matches[1]&page=$matches[2]";s:29:"vc_grid_item/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:39:"vc_grid_item/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:59:"vc_grid_item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:54:"vc_grid_item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:54:"vc_grid_item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:35:"vc_grid_item/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:12:"robots\\.txt$";s:18:"index.php?robots=1";s:48:".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$";s:18:"index.php?feed=old";s:20:".*wp-app\\.php(/.*)?$";s:19:"index.php?error=403";s:18:".*wp-register.php$";s:23:"index.php?register=true";s:32:"feed/(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:27:"(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:8:"embed/?$";s:21:"index.php?&embed=true";s:20:"page/?([0-9]{1,})/?$";s:28:"index.php?&paged=$matches[1]";s:27:"comment-page-([0-9]{1,})/?$";s:39:"index.php?&page_id=16&cpage=$matches[1]";s:41:"comments/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:36:"comments/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:17:"comments/embed/?$";s:21:"index.php?&embed=true";s:44:"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:39:"search/(.+)/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:20:"search/(.+)/embed/?$";s:34:"index.php?s=$matches[1]&embed=true";s:32:"search/(.+)/page/?([0-9]{1,})/?$";s:41:"index.php?s=$matches[1]&paged=$matches[2]";s:14:"search/(.+)/?$";s:23:"index.php?s=$matches[1]";s:47:"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:42:"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:23:"author/([^/]+)/embed/?$";s:44:"index.php?author_name=$matches[1]&embed=true";s:35:"author/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?author_name=$matches[1]&paged=$matches[2]";s:17:"author/([^/]+)/?$";s:33:"index.php?author_name=$matches[1]";s:69:"([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:64:"([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:45:"([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:57:"([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:39:"([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:56:"([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:51:"([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:32:"([0-9]{4})/([0-9]{1,2})/embed/?$";s:58:"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true";s:44:"([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:26:"([0-9]{4})/([0-9]{1,2})/?$";s:47:"index.php?year=$matches[1]&monthnum=$matches[2]";s:43:"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:38:"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:19:"([0-9]{4})/embed/?$";s:37:"index.php?year=$matches[1]&embed=true";s:31:"([0-9]{4})/page/?([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&paged=$matches[2]";s:13:"([0-9]{4})/?$";s:26:"index.php?year=$matches[1]";s:27:".?.+?/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:".?.+?/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:33:".?.+?/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:16:"(.?.+?)/embed/?$";s:41:"index.php?pagename=$matches[1]&embed=true";s:20:"(.?.+?)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:40:"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:35:"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:28:"(.?.+?)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:35:"(.?.+?)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:24:"(.?.+?)(?:/([0-9]+))?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:27:"[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:"[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:33:"[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:16:"([^/]+)/embed/?$";s:37:"index.php?name=$matches[1]&embed=true";s:20:"([^/]+)/trackback/?$";s:31:"index.php?name=$matches[1]&tb=1";s:40:"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?name=$matches[1]&feed=$matches[2]";s:35:"([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?name=$matches[1]&feed=$matches[2]";s:28:"([^/]+)/page/?([0-9]{1,})/?$";s:44:"index.php?name=$matches[1]&paged=$matches[2]";s:35:"([^/]+)/comment-page-([0-9]{1,})/?$";s:44:"index.php?name=$matches[1]&cpage=$matches[2]";s:24:"([^/]+)(?:/([0-9]+))?/?$";s:43:"index.php?name=$matches[1]&page=$matches[2]";s:16:"[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:26:"[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:46:"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:41:"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:41:"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:22:"[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:2:{i:0;s:45:"drivingschool-plugin/drivingschool-plugin.php";i:1;s:27:"js_composer/js_composer.php";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '0', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', '', 'no'),
(40, 'template', 'drivingschool', 'yes'),
(41, 'stylesheet', 'drivingschool', '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', '43764', '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:1:{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:0:{}', 'no'),
(82, 'timezone_string', '', 'yes'),
(83, 'page_for_posts', '0', 'yes'),
(84, 'page_on_front', '16', 'yes'),
(85, 'default_post_format', '0', 'yes'),
(86, 'link_manager_enabled', '0', 'yes'),
(87, 'finished_splitting_shared_terms', '1', 'yes'),
(88, 'site_icon', '132', 'yes'),
(89, 'medium_large_size_w', '768', 'yes'),
(90, 'medium_large_size_h', '0', 'yes'),
(91, 'wp_page_for_privacy_policy', '3', 'yes'),
(92, 'show_comments_cookies_opt_in', '0', 'yes'),
(93, 'wp_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:61:{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:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:34:{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:6:"author";a:2:{s:4:"name";s:6:"Author";s:12:"capabilities";a:10:{s:12:"upload_files";b:1;s:10:"edit_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:4:"read";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;s:22:"delete_published_posts";b:1;}}s:11:"contributor";a:2:{s:4:"name";s:11:"Contributor";s:12:"capabilities";a:5:{s:10:"edit_posts";b:1;s:4:"read";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;}}s:10:"subscriber";a:2:{s:4:"name";s:10:"Subscriber";s:12:"capabilities";a:2:{s:4:"read";b:1;s:7:"level_0";b:1;}}}', 'yes'),
(94, 'WPLANG', '', '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:5:{s:18:"orphaned_widgets_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:19:"wp_inactive_widgets";a:0:{}s:8:"widget_s";a:1:{i:0;s:18:"true_top_widget2-2";}s:8:"widget_f";a:3:{i:0;s:18:"true_top_widget3-2";i:1;s:21:"null-instagram-feed-2";i:2;s:18:"true_top_widget1-2";}s:13:"array_version";i:3;}', 'yes') ;
REPLACE INTO `wp_options` ( `option_id`, `option_name`, `option_value`, `autoload`) VALUES
(101, 'widget_pages', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(102, 'widget_calendar', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(103, 'widget_tag_cloud', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(104, 'widget_nav_menu', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(105, 'cron', 'a:6:{i:1549212652;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:1549239546;a:3:{s:16:"wp_version_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:17:"wp_update_plugins";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:16:"wp_update_themes";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1549277199;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:1549282765;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:1549284288;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;}}}s:7:"version";i:2;}', 'yes'),
(106, 'theme_mods_twentyseventeen', 'a:2:{s:18:"custom_css_post_id";i:-1;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1490965576;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'),
(128, 'recently_activated', 'a:0:{}', 'yes'),
(133, 'vc_version', '5.6', 'yes'),
(134, 'acf_version', '4.4.12', 'yes'),
(137, 'new_admin_email', 'admin@mail.com', 'yes'),
(139, 'current_theme', 'Driving School', 'yes'),
(140, 'theme_mods_drivingschool', 'a:34:{s:30:"drivingschool_id_page_teachers";s:3:"255";s:18:"custom_css_post_id";i:-1;s:18:"nav_menu_locations";a:1:{s:7:"primary";i:2;}s:20:"drivingschool_logo_h";s:62:"http_drivingschool_siteurl/wp-content/uploads/2017/05/logo.png";s:21:"drivingschool_address";s:21:"Matvey street, russia";s:19:"drivingschool_phone";s:17:"+ 90 888 777 5544";s:21:"drivingschool_call_me";s:3:"yes";s:21:"drivingschool_map_key";s:39:"AIzaSyBRrnhl1mCfuWpxL4Ame0cyS8fcV7xoyLk";s:24:"drivingschool_pagination";s:3:"yes";s:27:"drivingschool_upper_block_h";s:3:"yes";s:20:"drivingschool_text_h";s:73:"Lessons From just $20 Per Hour or 5 Lessons for $120 or 10 Hours For $180";s:22:"drivingschool_soc_url1";s:1:"#";s:22:"drivingschool_soc_url2";s:1:"#";s:22:"drivingschool_soc_url3";s:1:"#";s:22:"drivingschool_soc_url4";s:1:"#";s:23:"drivingschool_header_f1";s:5:"About";s:20:"drivingschool_text_f";s:200:"have been serving NYC with its 8 branches and completed 5k+ students in last 10 years. We have a team of experienced and certified trainers who will help you from the start to end of a driving lesson.";s:23:"drivingschool_copyright";s:72:"<a href="http://standard-it.group">Web development standard-it.group</a>";s:25:"drivingschool_lower_block";s:3:"yes";s:23:"drivingschool_header_f2";s:11:"SERTIFICATE";s:22:"drivingschool_picture1";s:63:"http_drivingschool_siteurl/wp-content/uploads/2017/04/cert1.jpg";s:22:"drivingschool_picture2";s:68:"http:http_drivingschool_siteurl/wp-content/uploads/2017/04/cert2.jpg";s:22:"drivingschool_picture3";s:68:"http:http_drivingschool_siteurl/wp-content/uploads/2017/04/cert1.jpg";s:22:"drivingschool_picture4";s:68:"http:http_drivingschool_siteurl/wp-content/uploads/2017/04/cert2.jpg";s:22:"drivingschool_picture5";s:68:"http:http_drivingschool_siteurl/wp-content/uploads/2017/04/cert1.jpg";s:22:"drivingschool_picture6";s:68:"http:http_drivingschool_siteurl/wp-content/uploads/2017/04/cert2.jpg";s:22:"drivingschool_url_subs";s:1:"#";s:22:"drivingschool_cat_subs";s:3:"yes";s:23:"drivingschool_home_subs";s:2:"no";s:18:"drivingschool_post";s:1:"4";s:23:"drivingschool_post_subs";s:3:"yes";s:24:"drivingschool_title_subs";s:14:"GET MORE STUFF";s:23:"drivingschool_text_subs";s:88:"Subscribe to our mailing list and get interesting stuff and updates to your email inbox.";s:29:"drivingschool_background_subs";s:71:"http:http_drivingschool_siteurl/wp-content/uploads/2017/04/bg-stuff.jpg";}', 'yes'),
(141, 'theme_switched', '', 'yes'),
(165, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:"auto_add";a:0:{}}', 'yes'),
(167, 'widget_true_top_widget1', 'a:2:{i:2;a:15:{s:5:"title";s:13:"Opening Hours";s:4:"day1";s:6:"Monday";s:5:"time1";s:13:"08:00 - 18:00";s:4:"day2";s:7:"Tuesday";s:5:"time2";s:13:"08:00 - 18:00";s:4:"day3";s:9:"Wednesday";s:5:"time3";s:13:"08:00 - 18:00";s:4:"day4";s:8:"Thursday";s:5:"time4";s:13:"08:00 - 18:00";s:4:"day5";s:6:"Friday";s:5:"time5";s:13:"08:00 - 18:00";s:4:"day6";s:8:"Saturday";s:5:"time6";s:13:"08:00 - 13:30";s:4:"day7";s:6:"Sunday";s:5:"time7";s:6:"Closed";}s:12:"_multiwidget";i:1;}', 'yes'),
(168, 'widget_true_top_widget2', 'a:2:{i:2;a:2:{s:5:"title";s:8:"category";s:7:"exclude";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(169, 'widget_true_top_widget3', 'a:2:{i:2;a:3:{s:5:"title";s:4:"blog";s:8:"excludee";s:1:"3";s:6:"number";s:1:"2";}s:12:"_multiwidget";i:1;}', 'yes'),
(170, 'widget_true_top_widget4', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(171, 'widget_true_top_widget5', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(172, 'widget_null-instagram-feed', 'a:2:{i:2;a:6:{s:5:"title";s:9:"Instagram";s:8:"username";s:11:"noxonthemes";s:6:"number";s:1:"9";s:4:"size";s:9:"thumbnail";s:6:"target";s:6:"_blank";s:4:"link";s:13:"See all posts";}s:12:"_multiwidget";i:1;}', 'yes'),
(291, 'category_children', 'a:0:{}', 'yes'),
(329, 'email-subscribers', '2.9', 'yes'),
(332, 'widget_email-subscribers', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(333, 'es_c_emailsubscribers', 's:4:"b:0;";', 'yes'),
(334, 'current_sa_email_subscribers_db_version', '3.2.7', 'yes'),
(335, 'es_ig_notice_email_subscribers', 'no', 'yes'),
(396, 'undeleteable_page_id', '255', 'no'),
(481, 'duplicate_post_copytitle', '1', 'yes'),
(482, 'duplicate_post_copydate', '0', 'yes'),
(483, 'duplicate_post_copystatus', '0', 'yes'),
(484, 'duplicate_post_copyslug', '1', 'yes'),
(485, 'duplicate_post_copyexcerpt', '1', 'yes'),
(486, 'duplicate_post_copycontent', '1', 'yes'),
(487, 'duplicate_post_copythumbnail', '1', 'yes'),
(488, 'duplicate_post_copytemplate', '1', 'yes'),
(489, 'duplicate_post_copyformat', '1', 'yes'),
(490, 'duplicate_post_copyauthor', '0', 'yes'),
(491, 'duplicate_post_copypassword', '0', 'yes'),
(492, 'duplicate_post_copyattachments', '0', 'yes'),
(493, 'duplicate_post_copychildren', '0', 'yes'),
(494, 'duplicate_post_copycomments', '0', 'yes'),
(495, 'duplicate_post_copymenuorder', '1', 'yes'),
(496, 'duplicate_post_taxonomies_blacklist', 'a:0:{}', 'yes'),
(497, 'duplicate_post_blacklist', '', 'yes'),
(498, 'duplicate_post_types_enabled', 'a:2:{i:0;s:4:"post";i:1;s:4:"page";}', 'yes'),
(499, 'duplicate_post_show_row', '1', 'yes'),
(500, 'duplicate_post_show_adminbar', '1', 'yes'),
(501, 'duplicate_post_show_submitbox', '1', 'yes'),
(502, 'duplicate_post_show_bulkactions', '1', 'yes'),
(503, 'duplicate_post_version', '3.2', 'no'),
(504, 'duplicate_post_show_notice', '0', 'no'),
(557, 'wpb_js_composer_license_activation_notified', 'yes', 'yes'),
(580, 'auto_core_update_notified', 'a:4:{s:4:"type";s:7:"success";s:5:"email";s:14:"admin@mail.com";s:7:"version";s:5:"4.9.9";s:9:"timestamp";i:1544783535;}', 'no'),
(1515, 'widget_monster', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(2927, 'widget_media_audio', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(2928, 'widget_media_image', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(2929, 'widget_media_video', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(3059, 'widget_custom_html', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(3633, 'widget_media_gallery', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(4702, 'drivingschool_demo_installed', '1', 'yes'),
(4729, 'fresh_site', '0', 'yes'),
(5186, 'initial_db_version', '38590', 'yes'),
(5187, 'db_upgraded', '', 'yes'),
(5190, 'can_compress_scripts', '1', 'no'),
(5200, 'wpmdb_usage', 'a:2:{s:6:"action";s:8:"savefile";s:4:"time";i:1549211779;}', 'no') ;
--#######--
REPLACE INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 3, '_wp_page_template', 'default'),
(31, 16, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(32, 16, '_edit_last', '1'),
(33, 16, '_edit_lock', '1522501664:1'),
(34, 16, '_wp_page_template', 'page-composer.php'),
(35, 16, '_wpb_vc_js_status', 'true'),
(59, 30, '_wp_attached_file', '2017/04/cert1.jpg'),
(60, 30, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:124;s:6:"height";i:176;s:4:"file";s:17:"2017/04/cert1.jpg";s:5:"sizes";a:6:{s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:17:"cert1-124x165.jpg";s:5:"width";i:124;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:15:"cert1-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:17:"cert1-124x160.jpg";s:5:"width";i:124;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:15:"cert1-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:17:"cert1-124x135.jpg";s:5:"width";i:124;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:17:"cert1-124x150.jpg";s:5:"width";i:124;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:{}}}'),
(61, 31, '_wp_attached_file', '2017/04/cert2.jpg'),
(62, 31, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:124;s:6:"height";i:176;s:4:"file";s:17:"2017/04/cert2.jpg";s:5:"sizes";a:6:{s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:17:"cert2-124x165.jpg";s:5:"width";i:124;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:15:"cert2-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:17:"cert2-124x160.jpg";s:5:"width";i:124;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:15:"cert2-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:17:"cert2-124x135.jpg";s:5:"width";i:124;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:17:"cert2-124x150.jpg";s:5:"width";i:124;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:{}}}'),
(63, 30, '_wp_attachment_image_alt', 'cert1'),
(64, 31, '_wp_attachment_image_alt', 'cert2'),
(69, 34, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(70, 34, '_menu_item_type', 'post_type'),
(71, 34, '_menu_item_menu_item_parent', '0'),
(72, 34, '_menu_item_object_id', '16'),
(73, 34, '_menu_item_object', 'page'),
(74, 34, '_menu_item_target', ''),
(75, 34, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(76, 34, '_menu_item_xfn', ''),
(77, 34, '_menu_item_url', ''),
(79, 35, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(80, 35, '_menu_item_type', 'post_type'),
(81, 35, '_menu_item_menu_item_parent', '0'),
(82, 35, '_menu_item_object_id', '16'),
(83, 35, '_menu_item_object', 'page'),
(84, 35, '_menu_item_target', ''),
(85, 35, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(86, 35, '_menu_item_xfn', ''),
(87, 35, '_menu_item_url', ''),
(88, 35, '_menu_item_orphaned', '1491050619'),
(89, 36, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(90, 36, '_edit_last', '1'),
(91, 36, '_wp_page_template', 'page-contacts.php'),
(92, 36, '_wpb_vc_js_status', 'false'),
(93, 36, '_edit_lock', '1505534319:1'),
(104, 39, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(105, 39, '_menu_item_type', 'post_type'),
(106, 39, '_menu_item_menu_item_parent', '0'),
(107, 39, '_menu_item_object_id', '36'),
(108, 39, '_menu_item_object', 'page'),
(109, 39, '_menu_item_target', ''),
(110, 39, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(111, 39, '_menu_item_xfn', ''),
(112, 39, '_menu_item_url', ''),
(143, 36, 'map_0_city', 'Vladivostok'),
(144, 36, '_map_0_city', 'field_58e5fbd400204'),
(145, 36, 'map_0_coordinate_1', '43.1042619'),
(146, 36, '_map_0_coordinate_1', 'field_58e5fbea00205'),
(147, 36, 'map_0_coordinate_2', '131.9522712'),
(148, 36, '_map_0_coordinate_2', 'field_58e5fbf500206'),
(149, 36, 'map_1_city', 'Moscow'),
(150, 36, '_map_1_city', 'field_58e5fbd400204'),
(151, 36, 'map_1_coordinate_1', '55.728050'),
(152, 36, '_map_1_coordinate_1', 'field_58e5fbea00205'),
(153, 36, 'map_1_coordinate_2', '37.635929'),
(154, 36, '_map_1_coordinate_2', 'field_58e5fbf500206'),
(155, 36, 'map_2_city', 'New York'),
(156, 36, '_map_2_city', 'field_58e5fbd400204'),
(157, 36, 'map_2_coordinate_1', '40.6798733'),
(158, 36, '_map_2_coordinate_1', 'field_58e5fbea00205'),
(159, 36, 'map_2_coordinate_2', '-73.9411668'),
(160, 36, '_map_2_coordinate_2', 'field_58e5fbf500206'),
(161, 36, 'map', '3'),
(162, 36, '_map', 'field_58e5fbc700203'),
(202, 36, 'address_0_text1', 'Vladivostok, vatutuna 4, 324'),
(203, 36, '_address_0_text1', 'field_58e60367cf332'),
(204, 36, 'address_0_text2', '+ 90 888 777 5544'),
(205, 36, '_address_0_text2', 'field_58e609d4cf333'),
(206, 36, 'address_1_text1', 'Moscow, malaya pionerskaya 21'),
(207, 36, '_address_1_text1', 'field_58e60367cf332'),
(208, 36, 'address_1_text2', '+ 7 499 647 47 47'),
(209, 36, '_address_1_text2', 'field_58e609d4cf333'),
(210, 36, 'address_2_text1', 'New York, 1492 Fulton St, Brooklyn'),
(211, 36, '_address_2_text1', 'field_58e60367cf332'),
(212, 36, 'address_2_text2', '+ 1 718 493 9600'),
(213, 36, '_address_2_text2', 'field_58e609d4cf333'),
(214, 36, 'address', '3'),
(215, 36, '_address', 'field_58e60348cf331'),
(216, 36, 'email', 'mail@autotheme.tf'),
(217, 36, '_email', 'field_58e609ebcf334'),
(220, 43, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(221, 43, '_edit_last', '1'),
(222, 43, '_edit_lock', '1518551154:1'),
(230, 43, '_wp_page_template', 'page-photo.php'),
(231, 43, '_wpb_vc_js_status', 'false'),
(232, 46, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(233, 46, '_menu_item_type', 'post_type'),
(234, 46, '_menu_item_menu_item_parent', '0'),
(235, 46, '_menu_item_object_id', '43'),
(236, 46, '_menu_item_object', 'page'),
(237, 46, '_menu_item_target', ''),
(238, 46, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(239, 46, '_menu_item_xfn', ''),
(240, 46, '_menu_item_url', ''),
(244, 47, '_wp_attached_file', '2017/04/thumb1.jpg'),
(245, 47, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:165;s:6:"height";i:165;s:4:"file";s:18:"2017/04/thumb1.jpg";s:5:"sizes";a:6:{s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:16:"thumb1-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:18:"thumb1-165x160.jpg";s:5:"width";i:165;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:16:"thumb1-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:18:"thumb1-165x135.jpg";s:5:"width";i:165;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:18:"thumb1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:18:"thumb1-124x165.jpg";s:5:"width";i:124;s:6:"height";i:165;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:{}}}'),
(276, 47, '_wp_attachment_image_alt', 'alt test'),
(315, 43, 'blocks_0_title', 'AUTODROM:') ;
REPLACE INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(316, 43, '_blocks_0_title', 'field_58e6165a1e30e'),
(317, 43, 'blocks_0_photo_0_picture', '47'),
(318, 43, '_blocks_0_photo_0_picture', 'field_58e617181e310'),
(319, 43, 'blocks_0_photo_1_picture', '609'),
(320, 43, '_blocks_0_photo_1_picture', 'field_58e617181e310'),
(321, 43, 'blocks_0_photo_2_picture', '610'),
(322, 43, '_blocks_0_photo_2_picture', 'field_58e617181e310'),
(323, 43, 'blocks_0_photo_3_picture', '611'),
(324, 43, '_blocks_0_photo_3_picture', 'field_58e617181e310'),
(325, 43, 'blocks_0_photo_4_picture', '612'),
(326, 43, '_blocks_0_photo_4_picture', 'field_58e617181e310'),
(327, 43, 'blocks_0_photo_5_picture', '613'),
(328, 43, '_blocks_0_photo_5_picture', 'field_58e617181e310'),
(329, 43, 'blocks_0_photo_6_picture', '608'),
(330, 43, '_blocks_0_photo_6_picture', 'field_58e617181e310'),
(331, 43, 'blocks_0_photo_7_picture', '614'),
(332, 43, '_blocks_0_photo_7_picture', 'field_58e617181e310'),
(333, 43, 'blocks_0_photo_8_picture', '615'),
(334, 43, '_blocks_0_photo_8_picture', 'field_58e617181e310'),
(335, 43, 'blocks_0_photo_9_picture', '616'),
(336, 43, '_blocks_0_photo_9_picture', 'field_58e617181e310'),
(337, 43, 'blocks_0_photo_10_picture', '617'),
(338, 43, '_blocks_0_photo_10_picture', 'field_58e617181e310'),
(339, 43, 'blocks_0_photo_11_picture', '618'),
(340, 43, '_blocks_0_photo_11_picture', 'field_58e617181e310'),
(341, 43, 'blocks_0_photo_12_picture', '619'),
(342, 43, '_blocks_0_photo_12_picture', 'field_58e617181e310'),
(343, 43, 'blocks_0_photo_13_picture', '620'),
(344, 43, '_blocks_0_photo_13_picture', 'field_58e617181e310'),
(345, 43, 'blocks_0_photo_14_picture', '621'),
(346, 43, '_blocks_0_photo_14_picture', 'field_58e617181e310'),
(347, 43, 'blocks_0_photo_15_picture', '622'),
(348, 43, '_blocks_0_photo_15_picture', 'field_58e617181e310'),
(349, 43, 'blocks_0_photo', '18'),
(350, 43, '_blocks_0_photo', 'field_58e616c81e30f'),
(351, 43, 'blocks', '3'),
(352, 43, '_blocks', 'field_58e616261e30d'),
(463, 43, 'blocks_1_title', 'Classroom:'),
(464, 43, '_blocks_1_title', 'field_58e6165a1e30e'),
(465, 43, 'blocks_1_photo_0_picture', '622'),
(466, 43, '_blocks_1_photo_0_picture', 'field_58e617181e310'),
(467, 43, 'blocks_1_photo_1_picture', '621'),
(468, 43, '_blocks_1_photo_1_picture', 'field_58e617181e310'),
(469, 43, 'blocks_1_photo_2_picture', '620'),
(470, 43, '_blocks_1_photo_2_picture', 'field_58e617181e310'),
(471, 43, 'blocks_1_photo_3_picture', '619'),
(472, 43, '_blocks_1_photo_3_picture', 'field_58e617181e310'),
(473, 43, 'blocks_1_photo_4_picture', '618'),
(474, 43, '_blocks_1_photo_4_picture', 'field_58e617181e310'),
(475, 43, 'blocks_1_photo_5_picture', '617'),
(476, 43, '_blocks_1_photo_5_picture', 'field_58e617181e310'),
(477, 43, 'blocks_1_photo_6_picture', '616'),
(478, 43, '_blocks_1_photo_6_picture', 'field_58e617181e310'),
(479, 43, 'blocks_1_photo_7_picture', '615'),
(480, 43, '_blocks_1_photo_7_picture', 'field_58e617181e310'),
(481, 43, 'blocks_1_photo_8_picture', '614'),
(482, 43, '_blocks_1_photo_8_picture', 'field_58e617181e310'),
(483, 43, 'blocks_1_photo_9_picture', '608'),
(484, 43, '_blocks_1_photo_9_picture', 'field_58e617181e310'),
(485, 43, 'blocks_1_photo_10_picture', '613'),
(486, 43, '_blocks_1_photo_10_picture', 'field_58e617181e310'),
(487, 43, 'blocks_1_photo_11_picture', '612'),
(488, 43, '_blocks_1_photo_11_picture', 'field_58e617181e310'),
(489, 43, 'blocks_1_photo_12_picture', '611'),
(490, 43, '_blocks_1_photo_12_picture', 'field_58e617181e310'),
(491, 43, 'blocks_1_photo_13_picture', '606'),
(492, 43, '_blocks_1_photo_13_picture', 'field_58e617181e310'),
(493, 43, 'blocks_1_photo_14_picture', '610'),
(494, 43, '_blocks_1_photo_14_picture', 'field_58e617181e310'),
(495, 43, 'blocks_1_photo_15_picture', '607'),
(496, 43, '_blocks_1_photo_15_picture', 'field_58e617181e310'),
(497, 43, 'blocks_1_photo', '18'),
(498, 43, '_blocks_1_photo', 'field_58e616c81e30f'),
(499, 43, 'blocks_2_title', 'City driving:'),
(500, 43, '_blocks_2_title', 'field_58e6165a1e30e'),
(501, 43, 'blocks_2_photo_0_picture', '47'),
(502, 43, '_blocks_2_photo_0_picture', 'field_58e617181e310'),
(503, 43, 'blocks_2_photo_1_picture', '622'),
(504, 43, '_blocks_2_photo_1_picture', 'field_58e617181e310'),
(505, 43, 'blocks_2_photo_2_picture', '621'),
(506, 43, '_blocks_2_photo_2_picture', 'field_58e617181e310'),
(507, 43, 'blocks_2_photo_3_picture', '620'),
(508, 43, '_blocks_2_photo_3_picture', 'field_58e617181e310'),
(509, 43, 'blocks_2_photo_4_picture', '619'),
(510, 43, '_blocks_2_photo_4_picture', 'field_58e617181e310'),
(511, 43, 'blocks_2_photo_5_picture', '618'),
(512, 43, '_blocks_2_photo_5_picture', 'field_58e617181e310'),
(513, 43, 'blocks_2_photo_6_picture', '617'),
(514, 43, '_blocks_2_photo_6_picture', 'field_58e617181e310'),
(515, 43, 'blocks_2_photo_7_picture', '616'),
(516, 43, '_blocks_2_photo_7_picture', 'field_58e617181e310'),
(517, 43, 'blocks_2_photo_8_picture', '615'),
(518, 43, '_blocks_2_photo_8_picture', 'field_58e617181e310'),
(519, 43, 'blocks_2_photo_9_picture', '614'),
(520, 43, '_blocks_2_photo_9_picture', 'field_58e617181e310'),
(521, 43, 'blocks_2_photo_10_picture', '608'),
(522, 43, '_blocks_2_photo_10_picture', 'field_58e617181e310'),
(523, 43, 'blocks_2_photo_11_picture', '613'),
(524, 43, '_blocks_2_photo_11_picture', 'field_58e617181e310'),
(525, 43, 'blocks_2_photo_12_picture', '612') ;
REPLACE INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(526, 43, '_blocks_2_photo_12_picture', 'field_58e617181e310'),
(527, 43, 'blocks_2_photo_13_picture', '611'),
(528, 43, '_blocks_2_photo_13_picture', 'field_58e617181e310'),
(529, 43, 'blocks_2_photo_14_picture', '610'),
(530, 43, '_blocks_2_photo_14_picture', 'field_58e617181e310'),
(531, 43, 'blocks_2_photo_15_picture', '609'),
(532, 43, '_blocks_2_photo_15_picture', 'field_58e617181e310'),
(533, 43, 'blocks_2_photo', '18'),
(534, 43, '_blocks_2_photo', 'field_58e616c81e30f'),
(536, 65, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(537, 65, '_edit_last', '1'),
(538, 65, '_edit_lock', '1506793658:1'),
(548, 65, '_wp_page_template', 'page-about.php'),
(549, 65, '_wpb_vc_js_status', 'false'),
(550, 68, '_wp_attached_file', '2017/04/cat-b.jpg'),
(551, 68, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:262;s:6:"height";i:262;s:4:"file";s:17:"2017/04/cat-b.jpg";s:5:"sizes";a:8:{s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:15:"cat-b-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:17:"cat-b-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:15:"cat-b-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:17:"cat-b-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:17:"cat-b-262x135.jpg";s:5:"width";i:262;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:17:"cat-b-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:17:"cat-b-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:17:"cat-b-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;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, 69, '_wp_attached_file', '2017/04/cat-c.jpg'),
(553, 69, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:263;s:6:"height";i:263;s:4:"file";s:17:"2017/04/cat-c.jpg";s:5:"sizes";a:9:{s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:15:"cat-c-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:17:"cat-c-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:15:"cat-c-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:17:"cat-c-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:17:"cat-c-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:17:"cat-c-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:17:"cat-c-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:17:"cat-c-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:17:"cat-c-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;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:{}}}'),
(554, 70, '_wp_attached_file', '2017/04/cat-d.jpg'),
(555, 70, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:263;s:6:"height";i:264;s:4:"file";s:17:"2017/04/cat-d.jpg";s:5:"sizes";a:9:{s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:15:"cat-d-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:17:"cat-d-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:15:"cat-d-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:17:"cat-d-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:17:"cat-d-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:17:"cat-d-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:17:"cat-d-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:17:"cat-d-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:17:"cat-d-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;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:{}}}'),
(582, 65, 'blocks_0_title', 'Â«BÂ» CATEGORY'),
(583, 65, '_blocks_0_title', 'field_58e62002e1ff4'),
(584, 65, 'blocks_0_text', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.'),
(585, 65, '_blocks_0_text', 'field_58e62019e1ff5'),
(586, 65, 'blocks_0_link', '#b'),
(587, 65, '_blocks_0_link', 'field_58e62030e1ff6'),
(588, 65, 'blocks_0_picture', '68'),
(589, 65, '_blocks_0_picture', 'field_58e62082e1ff7'),
(590, 65, 'blocks_1_title', 'Â«CÂ» CATEGORY'),
(591, 65, '_blocks_1_title', 'field_58e62002e1ff4'),
(592, 65, 'blocks_1_text', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.'),
(593, 65, '_blocks_1_text', 'field_58e62019e1ff5'),
(594, 65, 'blocks_1_link', '#c'),
(595, 65, '_blocks_1_link', 'field_58e62030e1ff6'),
(596, 65, 'blocks_1_picture', '69'),
(597, 65, '_blocks_1_picture', 'field_58e62082e1ff7'),
(598, 65, 'blocks_2_title', 'Â«DÂ» CATEGORY'),
(599, 65, '_blocks_2_title', 'field_58e62002e1ff4'),
(600, 65, 'blocks_2_text', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.'),
(601, 65, '_blocks_2_text', 'field_58e62019e1ff5'),
(602, 65, 'blocks_2_link', '#d'),
(603, 65, '_blocks_2_link', 'field_58e62030e1ff6'),
(604, 65, 'blocks_2_picture', '70'),
(605, 65, '_blocks_2_picture', 'field_58e62082e1ff7'),
(606, 65, 'blocks', '3'),
(607, 65, '_blocks', 'field_58e61ff6e1ff3'),
(608, 72, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(609, 72, '_menu_item_type', 'post_type'),
(610, 72, '_menu_item_menu_item_parent', '0'),
(611, 72, '_menu_item_object_id', '65'),
(612, 72, '_menu_item_object', 'page'),
(613, 72, '_menu_item_target', ''),
(614, 72, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(615, 72, '_menu_item_xfn', ''),
(616, 72, '_menu_item_url', ''),
(618, 73, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(619, 73, '_edit_last', '1'),
(620, 73, '_edit_lock', '1492072339:1'),
(621, 73, '_wp_page_template', 'default'),
(622, 73, '_wpb_vc_js_status', 'false'),
(623, 76, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(624, 76, '_edit_last', '1'),
(625, 76, '_edit_lock', '1500359675:1'),
(633, 76, '_wp_page_template', 'page-feature.php'),
(634, 76, '_wpb_vc_js_status', 'false'),
(687, 76, 'blocks_0_icon', 'icon_price'),
(688, 76, '_blocks_0_icon', 'field_58e629c9deb0b'),
(689, 76, 'blocks_0_title', 'best service'),
(690, 76, '_blocks_0_title', 'field_58e62a0ddeb0c'),
(691, 76, 'blocks_0_text', 'Lorem ipsum Sunt cupidatat reprehenderit cillum reprehenderit incididunt consequat'),
(692, 76, '_blocks_0_text', 'field_58e62a15deb0d'),
(693, 76, 'blocks_1_icon', 'icon_timer'),
(694, 76, '_blocks_1_icon', 'field_58e629c9deb0b'),
(695, 76, 'blocks_1_title', 'Best time training'),
(696, 76, '_blocks_1_title', 'field_58e62a0ddeb0c'),
(697, 76, 'blocks_1_text', 'You can choose your team on weekdays after work or on weekends'),
(698, 76, '_blocks_1_text', 'field_58e62a15deb0d'),
(699, 76, 'blocks_2_icon', 'icon_people'),
(700, 76, '_blocks_2_icon', 'field_58e629c9deb0b'),
(701, 76, 'blocks_2_title', 'We train all ages'),
(702, 76, '_blocks_2_title', 'field_58e62a0ddeb0c'),
(703, 76, 'blocks_2_text', 'we take into account the age of individual moments.'),
(704, 76, '_blocks_2_text', 'field_58e62a15deb0d'),
(705, 76, 'blocks_3_icon', 'icon_target'),
(706, 76, '_blocks_3_icon', 'field_58e629c9deb0b'),
(707, 76, 'blocks_3_title', 'Individual approach'),
(708, 76, '_blocks_3_title', 'field_58e62a0ddeb0c'),
(709, 76, 'blocks_3_text', 'to everyone we have our own approach.'),
(710, 76, '_blocks_3_text', 'field_58e62a15deb0d'),
(711, 76, 'blocks_4_icon', 'icon_teacher'),
(712, 76, '_blocks_4_icon', 'field_58e629c9deb0b'),
(713, 76, 'blocks_4_title', 'Calm instructor'),
(714, 76, '_blocks_4_title', 'field_58e62a0ddeb0c'),
(715, 76, 'blocks_4_text', 'practical training for you will be happy.'),
(716, 76, '_blocks_4_text', 'field_58e62a15deb0d'),
(717, 76, 'blocks_5_icon', 'icon_stop'),
(718, 76, '_blocks_5_icon', 'field_58e629c9deb0b'),
(719, 76, 'blocks_5_title', 'duplicate pedals'),
(720, 76, '_blocks_5_title', 'field_58e62a0ddeb0c'),
(721, 76, 'blocks_5_text', 'Cars equipped with duplicate pedals - avtoinstruktor always insures you.') ;
REPLACE INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(722, 76, '_blocks_5_text', 'field_58e62a15deb0d'),
(723, 76, 'blocks_6_icon', 'icon_docs'),
(724, 76, '_blocks_6_icon', 'field_58e629c9deb0b'),
(725, 76, 'blocks_6_title', 'all documents'),
(726, 76, '_blocks_6_title', 'field_58e62a0ddeb0c'),
(727, 76, 'blocks_6_text', 'The full package of documents at the end - you get all the documents at the end of'),
(728, 76, '_blocks_6_text', 'field_58e62a15deb0d'),
(729, 76, 'blocks_7_icon', 'icon_chair'),
(730, 76, '_blocks_7_icon', 'field_58e629c9deb0b'),
(731, 76, 'blocks_7_title', 'best classroom'),
(732, 76, '_blocks_7_title', 'field_58e62a0ddeb0c'),
(733, 76, 'blocks_7_text', 'Equipped classrooms - all done according to the rules and laws'),
(734, 76, '_blocks_7_text', 'field_58e62a15deb0d'),
(735, 76, 'blocks', '8'),
(736, 76, '_blocks', 'field_58e628afdeb0a'),
(737, 80, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(738, 80, '_menu_item_type', 'post_type'),
(739, 80, '_menu_item_menu_item_parent', '0'),
(740, 80, '_menu_item_object_id', '76'),
(741, 80, '_menu_item_object', 'page'),
(742, 80, '_menu_item_target', ''),
(743, 80, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(744, 80, '_menu_item_xfn', ''),
(745, 80, '_menu_item_url', ''),
(747, 81, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(748, 81, '_edit_last', '1'),
(749, 81, '_edit_lock', '1505554458:1'),
(750, 81, '_wp_page_template', 'page-faq.php'),
(751, 81, '_wpb_vc_js_status', 'false'),
(759, 84, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(760, 84, '_menu_item_type', 'post_type'),
(761, 84, '_menu_item_menu_item_parent', '0'),
(762, 84, '_menu_item_object_id', '81'),
(763, 84, '_menu_item_object', 'page'),
(764, 84, '_menu_item_target', ''),
(765, 84, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(766, 84, '_menu_item_xfn', ''),
(767, 84, '_menu_item_url', ''),
(809, 81, 'blocks_0_title', '<strong>BASIC</strong > QUESTIONS:'),
(810, 81, '_blocks_0_title', 'field_58e63547eea16'),
(811, 81, 'blocks_0_image', ''),
(812, 81, '_blocks_0_image', 'field_58e63620eea17'),
(813, 81, 'blocks_0_questions_0_question', 'How long is the road test appointment?'),
(814, 81, '_blocks_0_questions_0_question', 'field_58e636cceea19'),
(815, 81, 'blocks_0_questions_0_answer', 'Yes you can. your parent or guardian must sign up the form MV-44. also, New York Motor Vehicles requires at least 50 hours of supervised training of 15 hours must be night driving in order to take your Road Test.'),
(816, 81, '_blocks_0_questions_0_answer', 'field_58e636f6eea1a'),
(817, 81, 'blocks_0_questions_0_active', 'a:1:{i:0;s:16:"faq__item_active";}'),
(818, 81, '_blocks_0_questions_0_active', 'field_58e63726eea1b'),
(819, 81, 'blocks_0_questions_1_question', 'I\'m 16 years old, can I get my Driver License in NYC?'),
(820, 81, '_blocks_0_questions_1_question', 'field_58e636cceea19'),
(821, 81, 'blocks_0_questions_1_answer', 'Yes you can. your parent or guardian must sign up the form MV-44. also, New York Motor Vehicles requires at least 50 hours of supervised training of 15 hours must be night driving in order to take your Road Test.'),
(822, 81, '_blocks_0_questions_1_answer', 'field_58e636f6eea1a'),
(823, 81, 'blocks_0_questions_1_active', ''),
(824, 81, '_blocks_0_questions_1_active', 'field_58e63726eea1b'),
(825, 81, 'blocks_0_questions_2_question', 'This is an accordion for FAQ Module'),
(826, 81, '_blocks_0_questions_2_question', 'field_58e636cceea19'),
(827, 81, 'blocks_0_questions_2_answer', 'Yes you can. your parent or guardian must sign up the form MV-44. also, New York Motor Vehicles requires at least 50 hours of supervised training of 15 hours must be night driving in order to take your Road Test.'),
(828, 81, '_blocks_0_questions_2_answer', 'field_58e636f6eea1a'),
(829, 81, 'blocks_0_questions_2_active', ''),
(830, 81, '_blocks_0_questions_2_active', 'field_58e63726eea1b'),
(831, 81, 'blocks_0_questions_3_question', 'How do I obtain a New York CDL?'),
(832, 81, '_blocks_0_questions_3_question', 'field_58e636cceea19'),
(833, 81, 'blocks_0_questions_3_answer', 'Yes you can. your parent or guardian must sign up the form MV-44. also, New York Motor Vehicles requires at least 50 hours of supervised training of 15 hours must be night driving in order to take your Road Test.'),
(834, 81, '_blocks_0_questions_3_answer', 'field_58e636f6eea1a'),
(835, 81, 'blocks_0_questions_3_active', ''),
(836, 81, '_blocks_0_questions_3_active', 'field_58e63726eea1b'),
(837, 81, 'blocks_0_questions_4_question', 'What is the process for getting my class D/E License?'),
(838, 81, '_blocks_0_questions_4_question', 'field_58e636cceea19'),
(839, 81, 'blocks_0_questions_4_answer', 'Yes you can. your parent or guardian must sign up the form MV-44. also, New York Motor Vehicles requires at least 50 hours of supervised training of 15 hours must be night driving in order to take your Road Test.'),
(840, 81, '_blocks_0_questions_4_answer', 'field_58e636f6eea1a'),
(841, 81, 'blocks_0_questions_4_active', ''),
(842, 81, '_blocks_0_questions_4_active', 'field_58e63726eea1b'),
(843, 81, 'blocks_0_questions', '5'),
(844, 81, '_blocks_0_questions', 'field_58e63699eea18'),
(845, 81, 'blocks', '2'),
(846, 81, '_blocks', 'field_58e634e0eea15'),
(991, 81, 'blocks_1_title', '<strong>DRIVING</strong>  QUESTIONS:'),
(992, 81, '_blocks_1_title', 'field_58e63547eea16'),
(993, 81, 'blocks_1_image', ''),
(994, 81, '_blocks_1_image', 'field_58e63620eea17'),
(995, 81, 'blocks_1_questions_0_question', 'How long is the road test appointment?'),
(996, 81, '_blocks_1_questions_0_question', 'field_58e636cceea19'),
(997, 81, 'blocks_1_questions_0_answer', 'Yes you can. your parent or guardian must sign up the form MV-44. also, New York Motor Vehicles requires at least 50 hours of supervised training of 15 hours must be night driving in order to take your Road Tes'),
(998, 81, '_blocks_1_questions_0_answer', 'field_58e636f6eea1a'),
(999, 81, 'blocks_1_questions_0_active', ''),
(1000, 81, '_blocks_1_questions_0_active', 'field_58e63726eea1b'),
(1001, 81, 'blocks_1_questions_1_question', 'I\'m 16 years old, can I get my Driver License in NYC?'),
(1002, 81, '_blocks_1_questions_1_question', 'field_58e636cceea19'),
(1003, 81, 'blocks_1_questions_1_answer', 'Yes you can. your parent or guardian must sign up the form MV-44. also, New York Motor Vehicles requires at least 50 hours of supervised training of 15 hours must be night driving in order to take your Road Tes'),
(1004, 81, '_blocks_1_questions_1_answer', 'field_58e636f6eea1a'),
(1005, 81, 'blocks_1_questions_1_active', ''),
(1006, 81, '_blocks_1_questions_1_active', 'field_58e63726eea1b'),
(1007, 81, 'blocks_1_questions_2_question', 'This is an accordion for FAQ Module'),
(1008, 81, '_blocks_1_questions_2_question', 'field_58e636cceea19'),
(1009, 81, 'blocks_1_questions_2_answer', 'Yes you can. your parent or guardian must sign up the form MV-44. also, New York Motor Vehicles requires at least 50 hours of supervised training of 15 hours must be night driving in order to take your Road Tes'),
(1010, 81, '_blocks_1_questions_2_answer', 'field_58e636f6eea1a'),
(1011, 81, 'blocks_1_questions_2_active', ''),
(1012, 81, '_blocks_1_questions_2_active', 'field_58e63726eea1b'),
(1013, 81, 'blocks_1_questions_3_question', 'How do I obtain a New York CDL?'),
(1014, 81, '_blocks_1_questions_3_question', 'field_58e636cceea19') ;
REPLACE INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1015, 81, 'blocks_1_questions_3_answer', 'Yes you can. your parent or guardian must sign up the form MV-44. also, New York Motor Vehicles requires at least 50 hours of supervised training of 15 hours must be night driving in order to take your Road Test.'),
(1016, 81, '_blocks_1_questions_3_answer', 'field_58e636f6eea1a'),
(1017, 81, 'blocks_1_questions_3_active', ''),
(1018, 81, '_blocks_1_questions_3_active', 'field_58e63726eea1b'),
(1019, 81, 'blocks_1_questions', '4'),
(1020, 81, '_blocks_1_questions', 'field_58e63699eea18'),
(1093, 81, 'form', 'yes'),
(1094, 81, '_form', 'field_58e638d2e9897'),
(1165, 92, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(1166, 92, '_edit_last', '1'),
(1167, 92, '_edit_lock', '1491652840:1'),
(1175, 92, '_wp_page_template', 'page-price.php'),
(1176, 92, '_wpb_vc_js_status', 'false'),
(1177, 95, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(1178, 95, '_menu_item_type', 'post_type'),
(1179, 95, '_menu_item_menu_item_parent', '0'),
(1180, 95, '_menu_item_object_id', '92'),
(1181, 95, '_menu_item_object', 'page'),
(1182, 95, '_menu_item_target', ''),
(1183, 95, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1184, 95, '_menu_item_xfn', ''),
(1185, 95, '_menu_item_url', ''),
(1195, 92, 'display', 'yes'),
(1196, 92, '_display', 'field_58e64e02ec048'),
(1227, 92, 'name1', 'Basic plan'),
(1228, 92, '_name1', 'field_58e650b74a087'),
(1229, 92, 'price1', '$ 2 000'),
(1230, 92, '_price1', 'field_58e651364a088'),
(1231, 92, 'description1_0_text', 'Full course theory'),
(1232, 92, '_description1_0_text', 'field_58e651de4a08a'),
(1233, 92, 'description1_1_text', 'Full driving course'),
(1234, 92, '_description1_1_text', 'field_58e651de4a08a'),
(1235, 92, 'description1_2_text', 'Spending on gasoline'),
(1236, 92, '_description1_2_text', 'field_58e651de4a08a'),
(1237, 92, 'description1_3_text', 'Training in first aid'),
(1238, 92, '_description1_3_text', 'field_58e651de4a08a'),
(1239, 92, 'description1_4_text', 'Practical sessions'),
(1240, 92, '_description1_4_text', 'field_58e651de4a08a'),
(1241, 92, 'description1_5_text', 'SMS reminders'),
(1242, 92, '_description1_5_text', 'field_58e651de4a08a'),
(1243, 92, 'description1_6_text', 'Psychological support'),
(1244, 92, '_description1_6_text', 'field_58e651de4a08a'),
(1245, 92, 'description1', '7'),
(1246, 92, '_description1', 'field_58e651614a089'),
(1247, 92, 'form1', 'yes'),
(1248, 92, '_form1', 'field_58e6520a4a08b'),
(1308, 92, 'discount1', ''),
(1309, 92, '_discount1', 'field_58e652fc5f193'),
(1310, 92, 'name2', 'All included'),
(1311, 92, '_name2', 'field_58e653670bd51'),
(1312, 92, 'price2', '$ 3 000'),
(1313, 92, '_price2', 'field_58e653710bd52'),
(1314, 92, 'discount2', ''),
(1315, 92, '_discount2', 'field_58e653790bd53'),
(1316, 92, 'description2_0_text', 'Full course theory'),
(1317, 92, '_description2_0_text', 'field_58e653900bd55'),
(1318, 92, 'description2_1_text', 'Full driving course'),
(1319, 92, '_description2_1_text', 'field_58e653900bd55'),
(1320, 92, 'description2_2_text', 'Spending on gasoline'),
(1321, 92, '_description2_2_text', 'field_58e653900bd55'),
(1322, 92, 'description2_3_text', 'Training in first aid'),
(1323, 92, '_description2_3_text', 'field_58e653900bd55'),
(1324, 92, 'description2_4_text', 'Practical sessions'),
(1325, 92, '_description2_4_text', 'field_58e653900bd55'),
(1326, 92, 'description2_5_text', 'SMS reminders'),
(1327, 92, '_description2_5_text', 'field_58e653900bd55'),
(1328, 92, 'description2_6_text', 'Psychological support'),
(1329, 92, '_description2_6_text', 'field_58e653900bd55'),
(1330, 92, 'description2', '7'),
(1331, 92, '_description2', 'field_58e653840bd54'),
(1332, 92, 'form2', 'yes'),
(1333, 92, '_form2', 'field_58e6539b0bd56'),
(1415, 92, 'name3', 'Pro plan'),
(1416, 92, '_name3', 'field_58e6547831ca6'),
(1417, 92, 'price3', '$ 4 000'),
(1418, 92, '_price3', 'field_58e6548531ca7'),
(1419, 92, 'discount3', '-15%'),
(1420, 92, '_discount3', 'field_58e6548c31ca8'),
(1421, 92, 'description3_0_text', 'Full course theory'),
(1422, 92, '_description3_0_text', 'field_58e654a031caa'),
(1423, 92, 'description3_1_text', 'Full driving course'),
(1424, 92, '_description3_1_text', 'field_58e654a031caa'),
(1425, 92, 'description3_2_text', 'Spending on gasoline'),
(1426, 92, '_description3_2_text', 'field_58e654a031caa'),
(1427, 92, 'description3_3_text', 'Training in first aid'),
(1428, 92, '_description3_3_text', 'field_58e654a031caa'),
(1429, 92, 'description3_4_text', 'Practical sessions'),
(1430, 92, '_description3_4_text', 'field_58e654a031caa'),
(1431, 92, 'description3_5_text', 'SMS reminders'),
(1432, 92, '_description3_5_text', 'field_58e654a031caa'),
(1433, 92, 'description3_6_text', 'Psychological support'),
(1434, 92, '_description3_6_text', 'field_58e654a031caa'),
(1435, 92, 'description3', '7'),
(1436, 92, '_description3', 'field_58e6549631ca9'),
(1437, 92, 'form3', 'yes'),
(1438, 92, '_form3', 'field_58e654a931cab'),
(1536, 92, 'display2', 'yes'),
(1537, 92, '_display2', 'field_58e663ce47899'),
(1538, 92, 'title', 'SPECIAL OFFER'),
(1539, 92, '_title', 'field_58e673654789a') ;
REPLACE INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1540, 92, 'text', 'Save 30%'),
(1541, 92, '_text', 'field_58e6737d4789b'),
(1542, 92, 'form4', 'yes'),
(1543, 92, '_form4', 'field_58e6738b4789c'),
(1544, 92, 'name4', 'All included'),
(1545, 92, '_name4', 'field_58e673c94789d'),
(1546, 92, 'price4', '$ 3 000'),
(1547, 92, '_price4', 'field_58e673ec4789e'),
(1548, 92, 'bestsellers', 'yes'),
(1549, 92, '_bestsellers', 'field_58e6741c4789f'),
(1906, 106, '_wp_attached_file', '2017/04/bg-offer.jpg'),
(1907, 106, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1110;s:6:"height";i:417;s:4:"file";s:20:"2017/04/bg-offer.jpg";s:5:"sizes";a:14:{s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:18:"bg-offer-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:20:"bg-offer-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_article-thumb";a:4:{s:4:"file";s:20:"bg-offer-825x372.jpg";s:5:"width";i:825;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:18:"bg-offer-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:20:"bg-offer-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:20:"bg-offer-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:21:"drivingschool_ava_big";a:4:{s:4:"file";s:20:"bg-offer-479x417.jpg";s:5:"width";i:479;s:6:"height";i:417;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:20:"bg-offer-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:20:"bg-offer-300x113.jpg";s:5:"width";i:300;s:6:"height";i:113;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"bg-offer-768x289.jpg";s:5:"width";i:768;s:6:"height";i:289;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"bg-offer-1024x385.jpg";s:5:"width";i:1024;s:6:"height";i:385;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:20:"bg-offer-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:20:"bg-offer-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:20:"bg-offer-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;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:{}}}'),
(1998, 92, 'image', '106'),
(1999, 92, '_image', 'field_58e67566f4d5b'),
(2101, 92, 'display3', 'yes'),
(2102, 92, '_display3', 'field_58e76b79e461a'),
(2103, 92, 'title2', 'Other <strong>COURSES</strong>'),
(2104, 92, '_title2', 'field_58e76bbde461b'),
(2105, 92, 'text2', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua'),
(2106, 92, '_text2', 'field_58e76befe461c'),
(2220, 92, 'courses_0_block_type', 'text'),
(2221, 92, '_courses_0_block_type', 'field_58e76e92d4abc'),
(2222, 92, 'courses_0_title', 'How to protect yourself and the car'),
(2223, 92, '_courses_0_title', 'field_58e76d3fc8e7c'),
(2224, 92, 'courses_0_icon', 'icon_guard'),
(2225, 92, '_courses_0_icon', 'field_58e76d5ac8e7d'),
(2226, 92, 'courses_0_duration', '30 days'),
(2227, 92, '_courses_0_duration', 'field_58e76dd6c8e7e'),
(2228, 92, 'courses_0_automatic', '$ 300'),
(2229, 92, '_courses_0_automatic', 'field_58e76e11c8e7f'),
(2230, 92, 'courses_0_mechanics', '$ 400'),
(2231, 92, '_courses_0_mechanics', 'field_58e76e23c8e80'),
(2232, 92, 'courses', '6'),
(2233, 92, '_courses', 'field_58e76cc0c8e7b'),
(2235, 92, 'courses_0_link', '#'),
(2236, 92, '_courses_0_link', 'field_58e7700fe046d'),
(2237, 92, 'courses_0_form', 'yes'),
(2238, 92, '_courses_0_form', 'field_58e7707ee046e'),
(2548, 92, 'courses_1_block_type', 'text'),
(2549, 92, '_courses_1_block_type', 'field_58e76e92d4abc'),
(2550, 92, 'courses_1_title', 'Testing routes'),
(2551, 92, '_courses_1_title', 'field_58e76d3fc8e7c'),
(2552, 92, 'courses_1_icon', 'icon_road'),
(2553, 92, '_courses_1_icon', 'field_58e76d5ac8e7d'),
(2554, 92, 'courses_1_duration', '20 days'),
(2555, 92, '_courses_1_duration', 'field_58e76dd6c8e7e'),
(2556, 92, 'courses_1_automatic', '$250'),
(2557, 92, '_courses_1_automatic', 'field_58e76e11c8e7f'),
(2558, 92, 'courses_1_mechanics', '$ 350'),
(2559, 92, '_courses_1_mechanics', 'field_58e76e23c8e80'),
(2560, 92, 'courses_1_link', '#'),
(2561, 92, '_courses_1_link', 'field_58e7700fe046d'),
(2562, 92, 'courses_1_form', 'yes'),
(2563, 92, '_courses_1_form', 'field_58e7707ee046e'),
(2564, 92, 'courses_2_block_type', 'text'),
(2565, 92, '_courses_2_block_type', 'field_58e76e92d4abc'),
(2566, 92, 'courses_2_title', 'Eliminating fear and excitement behind wheel'),
(2567, 92, '_courses_2_title', 'field_58e76d3fc8e7c'),
(2568, 92, 'courses_2_icon', 'icon_logo'),
(2569, 92, '_courses_2_icon', 'field_58e76d5ac8e7d'),
(2570, 92, 'courses_2_duration', '30 days'),
(2571, 92, '_courses_2_duration', 'field_58e76dd6c8e7e'),
(2572, 92, 'courses_2_automatic', '$ 300'),
(2573, 92, '_courses_2_automatic', 'field_58e76e11c8e7f'),
(2574, 92, 'courses_2_mechanics', '$ 400'),
(2575, 92, '_courses_2_mechanics', 'field_58e76e23c8e80'),
(2576, 92, 'courses_2_link', '#'),
(2577, 92, '_courses_2_link', 'field_58e7700fe046d'),
(2578, 92, 'courses_2_form', 'yes'),
(2579, 92, '_courses_2_form', 'field_58e7707ee046e'),
(2580, 92, 'courses_3_block_type', 'text'),
(2581, 92, '_courses_3_block_type', 'field_58e76e92d4abc'),
(2582, 92, 'courses_3_title', 'Basic working out the basics of driving'),
(2583, 92, '_courses_3_title', 'field_58e76d3fc8e7c'),
(2584, 92, 'courses_3_icon', 'icon_child'),
(2585, 92, '_courses_3_icon', 'field_58e76d5ac8e7d'),
(2586, 92, 'courses_3_duration', '30 days'),
(2587, 92, '_courses_3_duration', 'field_58e76dd6c8e7e'),
(2588, 92, 'courses_3_automatic', '$ 300'),
(2589, 92, '_courses_3_automatic', 'field_58e76e11c8e7f'),
(2590, 92, 'courses_3_mechanics', '$ 400'),
(2591, 92, '_courses_3_mechanics', 'field_58e76e23c8e80'),
(2592, 92, 'courses_3_link', '#'),
(2593, 92, '_courses_3_link', 'field_58e7700fe046d'),
(2594, 92, 'courses_3_form', 'yes'),
(2595, 92, '_courses_3_form', 'field_58e7707ee046e'),
(2596, 92, 'courses_4_block_type', 'title'),
(2597, 92, '_courses_4_block_type', 'field_58e76e92d4abc'),
(2598, 92, 'courses_4_title', 'consultation'),
(2599, 92, '_courses_4_title', 'field_58e76d3fc8e7c'),
(2600, 92, 'courses_4_icon', 'icon_comment'),
(2601, 92, '_courses_4_icon', 'field_58e76d5ac8e7d'),
(2602, 92, 'courses_4_duration', ''),
(2603, 92, '_courses_4_duration', 'field_58e76dd6c8e7e'),
(2604, 92, 'courses_4_automatic', ''),
(2605, 92, '_courses_4_automatic', 'field_58e76e11c8e7f'),
(2606, 92, 'courses_4_mechanics', ''),
(2607, 92, '_courses_4_mechanics', 'field_58e76e23c8e80'),
(2608, 92, 'courses_4_link', ''),
(2609, 92, '_courses_4_link', 'field_58e7700fe046d') ;
REPLACE INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2610, 92, 'courses_4_form', ''),
(2611, 92, '_courses_4_form', 'field_58e7707ee046e'),
(2612, 92, 'courses_5_block_type', 'title'),
(2613, 92, '_courses_5_block_type', 'field_58e76e92d4abc'),
(2614, 92, 'courses_5_title', 'Practice skills of communication with traffic police'),
(2615, 92, '_courses_5_title', 'field_58e76d3fc8e7c'),
(2616, 92, 'courses_5_icon', 'icon_police'),
(2617, 92, '_courses_5_icon', 'field_58e76d5ac8e7d'),
(2618, 92, 'courses_5_duration', ''),
(2619, 92, '_courses_5_duration', 'field_58e76dd6c8e7e'),
(2620, 92, 'courses_5_automatic', ''),
(2621, 92, '_courses_5_automatic', 'field_58e76e11c8e7f'),
(2622, 92, 'courses_5_mechanics', ''),
(2623, 92, '_courses_5_mechanics', 'field_58e76e23c8e80'),
(2624, 92, 'courses_5_link', ''),
(2625, 92, '_courses_5_link', 'field_58e7700fe046d'),
(2626, 92, 'courses_5_form', ''),
(2627, 92, '_courses_5_form', 'field_58e7707ee046e'),
(2629, 92, 'courses_0_background_icon', ''),
(2630, 92, '_courses_0_background_icon', 'field_58e775328164c'),
(2631, 92, 'courses_1_background_icon', ''),
(2632, 92, '_courses_1_background_icon', 'field_58e775328164c'),
(2633, 92, 'courses_2_background_icon', ''),
(2634, 92, '_courses_2_background_icon', 'field_58e775328164c'),
(2635, 92, 'courses_3_background_icon', ''),
(2636, 92, '_courses_3_background_icon', 'field_58e775328164c'),
(2637, 92, 'courses_4_background_icon', 'course__item_consultation'),
(2638, 92, '_courses_4_background_icon', 'field_58e775328164c'),
(2639, 92, 'courses_5_background_icon', 'course__item_police'),
(2640, 92, '_courses_5_background_icon', 'field_58e775328164c'),
(3260, 92, 'courses_0_icon_form', '120'),
(3261, 92, '_courses_0_icon_form', 'field_58e7816b1ceac'),
(3262, 92, 'courses_0_image_form', '119'),
(3263, 92, '_courses_0_image_form', 'field_58e781fb1cead'),
(3264, 92, 'courses_1_icon_form', ''),
(3265, 92, '_courses_1_icon_form', 'field_58e7816b1ceac'),
(3266, 92, 'courses_1_image_form', ''),
(3267, 92, '_courses_1_image_form', 'field_58e781fb1cead'),
(3268, 92, 'courses_2_icon_form', ''),
(3269, 92, '_courses_2_icon_form', 'field_58e7816b1ceac'),
(3270, 92, 'courses_2_image_form', ''),
(3271, 92, '_courses_2_image_form', 'field_58e781fb1cead'),
(3272, 92, 'courses_3_icon_form', ''),
(3273, 92, '_courses_3_icon_form', 'field_58e7816b1ceac'),
(3274, 92, 'courses_3_image_form', ''),
(3275, 92, '_courses_3_image_form', 'field_58e781fb1cead'),
(3276, 92, 'courses_4_icon_form', ''),
(3277, 92, '_courses_4_icon_form', 'field_58e7816b1ceac'),
(3278, 92, 'courses_4_image_form', ''),
(3279, 92, '_courses_4_image_form', 'field_58e781fb1cead'),
(3280, 92, 'courses_5_icon_form', ''),
(3281, 92, '_courses_5_icon_form', 'field_58e7816b1ceac'),
(3282, 92, 'courses_5_image_form', ''),
(3283, 92, '_courses_5_image_form', 'field_58e781fb1cead'),
(3284, 119, '_wp_attached_file', '2017/04/card1.jpg'),
(3285, 119, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:263;s:6:"height";i:263;s:4:"file";s:17:"2017/04/card1.jpg";s:5:"sizes";a:9:{s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:15:"card1-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:17:"card1-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:15:"card1-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:17:"card1-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:17:"card1-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:17:"card1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:17:"card1-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:17:"card1-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:17:"card1-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;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:{}}}'),
(3286, 120, '_wp_attached_file', '2017/04/shield.png'),
(3287, 120, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:42;s:6:"height";i:52;s:4:"file";s:18:"2017/04/shield.png";s:5:"sizes";a:0:{}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:{}}}'),
(4001, 92, 'courses_0_texts_0_text', 'Prevention of car theft'),
(4002, 92, '_courses_0_texts_0_text', 'field_58e7875c4aed9'),
(4003, 92, 'courses_0_texts_1_text', 'How to protect yourself from theft numbers'),
(4004, 92, '_courses_0_texts_1_text', 'field_58e7875c4aed9'),
(4005, 92, 'courses_0_texts_2_text', 'What should I do if the car took the tow truck'),
(4006, 92, '_courses_0_texts_2_text', 'field_58e7875c4aed9'),
(4007, 92, 'courses_0_texts_3_text', 'How to protect the car against vandalism and theft.'),
(4008, 92, '_courses_0_texts_3_text', 'field_58e7875c4aed9'),
(4009, 92, 'courses_0_texts_4_text', 'How to ensure long engine life.'),
(4010, 92, '_courses_0_texts_4_text', 'field_58e7875c4aed9'),
(4011, 92, 'courses_0_texts', '5'),
(4012, 92, '_courses_0_texts', 'field_58e787434aed8'),
(4013, 92, 'courses_1_texts', '0'),
(4014, 92, '_courses_1_texts', 'field_58e787434aed8'),
(4015, 92, 'courses_2_texts', '3'),
(4016, 92, '_courses_2_texts', 'field_58e787434aed8'),
(4017, 92, 'courses_3_texts', '3'),
(4018, 92, '_courses_3_texts', 'field_58e787434aed8'),
(4019, 92, 'courses_4_texts', '0'),
(4020, 92, '_courses_4_texts', 'field_58e787434aed8'),
(4021, 92, 'courses_5_texts', '0'),
(4022, 92, '_courses_5_texts', 'field_58e787434aed8'),
(4288, 92, 'courses_2_texts_0_text', 'What should I do if the car took the tow truck'),
(4289, 92, '_courses_2_texts_0_text', 'field_58e7875c4aed9'),
(4290, 92, 'courses_2_texts_1_text', 'How to protect the car against vandalism and theft'),
(4291, 92, '_courses_2_texts_1_text', 'field_58e7875c4aed9'),
(4292, 92, 'courses_2_texts_2_text', 'How to ensure long engine life.'),
(4293, 92, '_courses_2_texts_2_text', 'field_58e7875c4aed9'),
(4294, 92, 'courses_3_texts_0_text', 'How to ensure long engine life.'),
(4295, 92, '_courses_3_texts_0_text', 'field_58e7875c4aed9'),
(4296, 92, 'courses_3_texts_1_text', 'How to ensure long engine life.'),
(4297, 92, '_courses_3_texts_1_text', 'field_58e7875c4aed9'),
(4298, 92, 'courses_3_texts_2_text', 'How to ensure long engine life.'),
(4299, 92, '_courses_3_texts_2_text', 'field_58e7875c4aed9'),
(4307, 128, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(4308, 128, '_edit_last', '1'),
(4309, 128, '_wp_page_template', 'page-course.php'),
(4310, 128, '_wpb_vc_js_status', 'false'),
(4311, 128, '_edit_lock', '1492115011:1'),
(4312, 130, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(4313, 130, '_menu_item_type', 'post_type'),
(4314, 130, '_menu_item_menu_item_parent', '0') ;
REPLACE INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4315, 130, '_menu_item_object_id', '128'),
(4316, 130, '_menu_item_object', 'page'),
(4317, 130, '_menu_item_target', ''),
(4318, 130, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(4319, 130, '_menu_item_xfn', ''),
(4320, 130, '_menu_item_url', ''),
(4322, 131, '_wp_attached_file', '2017/04/favicon.png'),
(4323, 131, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:19:"2017/04/favicon.png";s:5:"sizes";a:12:{s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:17:"favicon-70x70.png";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:9:"image/png";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:19:"favicon-190x160.png";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:9:"image/png";}s:27:"drivingschool_article-thumb";a:4:{s:4:"file";s:19:"favicon-512x372.png";s:5:"width";i:512;s:6:"height";i:372;s:9:"mime-type";s:9:"image/png";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:17:"favicon-95x95.png";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:9:"image/png";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:19:"favicon-251x251.png";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:9:"image/png";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:19:"favicon-263x135.png";s:5:"width";i:263;s:6:"height";i:135;s:9:"mime-type";s:9:"image/png";}s:21:"drivingschool_ava_big";a:4:{s:4:"file";s:19:"favicon-479x512.png";s:5:"width";i:479;s:6:"height";i:512;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:19:"favicon-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:19:"favicon-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:19:"favicon-124x176.png";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:9:"image/png";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:19:"favicon-165x165.png";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:9:"image/png";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:19:"favicon-262x262.png";s:5:"width";i:262;s:6:"height";i:262;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:{}}}'),
(4324, 132, '_wp_attached_file', '2017/04/cropped-favicon.png'),
(4325, 132, '_wp_attachment_context', 'site-icon'),
(4326, 132, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:27:"2017/04/cropped-favicon.png";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"cropped-favicon-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:27:"cropped-favicon-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:27:"cropped-favicon-124x176.png";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:9:"image/png";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:27:"cropped-favicon-165x165.png";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:9:"image/png";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:27:"cropped-favicon-262x262.png";s:5:"width";i:262;s:6:"height";i:262;s:9:"mime-type";s:9:"image/png";}s:13:"site_icon-270";a:4:{s:4:"file";s:27:"cropped-favicon-270x270.png";s:5:"width";i:270;s:6:"height";i:270;s:9:"mime-type";s:9:"image/png";}s:13:"site_icon-192";a:4:{s:4:"file";s:27:"cropped-favicon-192x192.png";s:5:"width";i:192;s:6:"height";i:192;s:9:"mime-type";s:9:"image/png";}s:13:"site_icon-180";a:4:{s:4:"file";s:27:"cropped-favicon-180x180.png";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-type";s:9:"image/png";}s:12:"site_icon-32";a:4:{s:4:"file";s:25:"cropped-favicon-32x32.png";s:5:"width";i:32;s:6:"height";i:32;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:{}}}'),
(4372, 128, 'courses_0_title', 'How to protect yourself and the car'),
(4373, 128, '_courses_0_title', 'field_58e9f998718a9'),
(4374, 128, 'courses_0_duration', '30 days'),
(4375, 128, '_courses_0_duration', 'field_58e9f9a4718aa'),
(4376, 128, 'courses_0_automatic', '$300'),
(4377, 128, '_courses_0_automatic', 'field_58e9f9b9718ab'),
(4378, 128, 'courses_0_mechanics', '$400'),
(4379, 128, '_courses_0_mechanics', 'field_58e9f9be718ac'),
(4380, 128, 'courses_0_texts_0_text', 'Prevention of car theft'),
(4381, 128, '_courses_0_texts_0_text', 'field_58e9f9ef718ae'),
(4382, 128, 'courses_0_texts_1_text', 'How to protect yourself from theft numbers'),
(4383, 128, '_courses_0_texts_1_text', 'field_58e9f9ef718ae'),
(4384, 128, 'courses_0_texts_2_text', 'What should I do if the car took the tow truck'),
(4385, 128, '_courses_0_texts_2_text', 'field_58e9f9ef718ae'),
(4386, 128, 'courses_0_texts_3_text', 'How to protect the car against vandalism and theft.'),
(4387, 128, '_courses_0_texts_3_text', 'field_58e9f9ef718ae'),
(4388, 128, 'courses_0_texts_4_text', 'How to ensure long engine life.'),
(4389, 128, '_courses_0_texts_4_text', 'field_58e9f9ef718ae'),
(4390, 128, 'courses_0_texts_5_text', 'How to take care of the car so that it served as long as possible.'),
(4391, 128, '_courses_0_texts_5_text', 'field_58e9f9ef718ae'),
(4392, 128, 'courses_0_texts_6_text', 'How to drive in bad weather conditions.'),
(4393, 128, '_courses_0_texts_6_text', 'field_58e9f9ef718ae'),
(4394, 128, 'courses_0_texts_7_text', 'How to keep the look of the car.'),
(4395, 128, '_courses_0_texts_7_text', 'field_58e9f9ef718ae'),
(4396, 128, 'courses_0_texts', '8'),
(4397, 128, '_courses_0_texts', 'field_58e9f9de718ad'),
(4398, 128, 'courses_0_picture', '119'),
(4399, 128, '_courses_0_picture', 'field_58e9fa20718af'),
(4400, 128, 'courses_0_form', 'yes'),
(4401, 128, '_courses_0_form', 'field_58e9fb09718b0'),
(4402, 128, 'courses', '4'),
(4403, 128, '_courses', 'field_58e9f862718a8'),
(4405, 128, 'courses_0_icon_form', '120'),
(4406, 128, '_courses_0_icon_form', 'field_58e9fc2728e2e'),
(4475, 138, '_wp_attached_file', '2017/04/card2.jpg'),
(4476, 138, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:263;s:6:"height";i:263;s:4:"file";s:17:"2017/04/card2.jpg";s:5:"sizes";a:9:{s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:15:"card2-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:17:"card2-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:15:"card2-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:17:"card2-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:17:"card2-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:17:"card2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:17:"card2-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:17:"card2-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:17:"card2-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;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:{}}}'),
(4477, 139, '_wp_attached_file', '2017/04/card3.jpg'),
(4478, 139, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:263;s:6:"height";i:263;s:4:"file";s:17:"2017/04/card3.jpg";s:5:"sizes";a:9:{s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:15:"card3-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:17:"card3-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:15:"card3-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:17:"card3-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:17:"card3-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:17:"card3-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:17:"card3-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:17:"card3-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:17:"card3-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;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:{}}}'),
(4479, 140, '_wp_attached_file', '2017/04/card4.jpg'),
(4480, 140, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:263;s:6:"height";i:263;s:4:"file";s:17:"2017/04/card4.jpg";s:5:"sizes";a:9:{s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:15:"card4-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:17:"card4-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:15:"card4-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:17:"card4-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:17:"card4-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:17:"card4-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:17:"card4-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:17:"card4-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:17:"card4-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;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:{}}}'),
(4637, 128, 'courses_1_title', 'Testing routes'),
(4638, 128, '_courses_1_title', 'field_58e9f998718a9'),
(4639, 128, 'courses_1_duration', '35 days'),
(4640, 128, '_courses_1_duration', 'field_58e9f9a4718aa'),
(4641, 128, 'courses_1_automatic', '$300'),
(4642, 128, '_courses_1_automatic', 'field_58e9f9b9718ab'),
(4643, 128, 'courses_1_mechanics', '$380'),
(4644, 128, '_courses_1_mechanics', 'field_58e9f9be718ac'),
(4645, 128, 'courses_1_texts_0_text', 'Prevention of car theft'),
(4646, 128, '_courses_1_texts_0_text', 'field_58e9f9ef718ae'),
(4647, 128, 'courses_1_texts_1_text', 'How to protect yourself from theft numbers'),
(4648, 128, '_courses_1_texts_1_text', 'field_58e9f9ef718ae'),
(4649, 128, 'courses_1_texts_2_text', 'What should I do if the car took the tow truck'),
(4650, 128, '_courses_1_texts_2_text', 'field_58e9f9ef718ae'),
(4651, 128, 'courses_1_texts_3_text', 'How to protect the car against vandalism and theft.'),
(4652, 128, '_courses_1_texts_3_text', 'field_58e9f9ef718ae'),
(4653, 128, 'courses_1_texts_4_text', 'How to ensure long engine life.'),
(4654, 128, '_courses_1_texts_4_text', 'field_58e9f9ef718ae'),
(4655, 128, 'courses_1_texts_5_text', 'How to take care of the car so that it served as long as possible.'),
(4656, 128, '_courses_1_texts_5_text', 'field_58e9f9ef718ae'),
(4657, 128, 'courses_1_texts_6_text', 'How to keep the look of the car.'),
(4658, 128, '_courses_1_texts_6_text', 'field_58e9f9ef718ae'),
(4659, 128, 'courses_1_texts', '8'),
(4660, 128, '_courses_1_texts', 'field_58e9f9de718ad'),
(4661, 128, 'courses_1_picture', '138'),
(4662, 128, '_courses_1_picture', 'field_58e9fa20718af'),
(4663, 128, 'courses_1_form', 'yes'),
(4664, 128, '_courses_1_form', 'field_58e9fb09718b0'),
(4665, 128, 'courses_1_icon_form', ''),
(4666, 128, '_courses_1_icon_form', 'field_58e9fc2728e2e'),
(4667, 128, 'courses_2_title', 'Eliminating fear and excitement behind wheel'),
(4668, 128, '_courses_2_title', 'field_58e9f998718a9'),
(4669, 128, 'courses_2_duration', '25 days'),
(4670, 128, '_courses_2_duration', 'field_58e9f9a4718aa'),
(4671, 128, 'courses_2_automatic', '$250'),
(4672, 128, '_courses_2_automatic', 'field_58e9f9b9718ab'),
(4673, 128, 'courses_2_mechanics', '$200'),
(4674, 128, '_courses_2_mechanics', 'field_58e9f9be718ac'),
(4675, 128, 'courses_2_texts_0_text', 'How to protect yourself from theft numbers'),
(4676, 128, '_courses_2_texts_0_text', 'field_58e9f9ef718ae'),
(4677, 128, 'courses_2_texts_1_text', 'What should I do if the car took the tow truck'),
(4678, 128, '_courses_2_texts_1_text', 'field_58e9f9ef718ae'),
(4679, 128, 'courses_2_texts_2_text', 'How to protect the car against vandalism and theft.'),
(4680, 128, '_courses_2_texts_2_text', 'field_58e9f9ef718ae'),
(4681, 128, 'courses_2_texts_3_text', 'How to ensure long engine life.'),
(4682, 128, '_courses_2_texts_3_text', 'field_58e9f9ef718ae'),
(4683, 128, 'courses_2_texts_4_text', 'How to keep the look of the car.'),
(4684, 128, '_courses_2_texts_4_text', 'field_58e9f9ef718ae'),
(4685, 128, 'courses_2_texts_5_text', 'How to take care of the car so that it served as long as possible.') ;
REPLACE INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4686, 128, '_courses_2_texts_5_text', 'field_58e9f9ef718ae'),
(4687, 128, 'courses_2_texts', '8'),
(4688, 128, '_courses_2_texts', 'field_58e9f9de718ad'),
(4689, 128, 'courses_2_picture', '139'),
(4690, 128, '_courses_2_picture', 'field_58e9fa20718af'),
(4691, 128, 'courses_2_form', 'yes'),
(4692, 128, '_courses_2_form', 'field_58e9fb09718b0'),
(4693, 128, 'courses_2_icon_form', ''),
(4694, 128, '_courses_2_icon_form', 'field_58e9fc2728e2e'),
(4695, 128, 'courses_3_title', 'Basic working out the basics of driving'),
(4696, 128, '_courses_3_title', 'field_58e9f998718a9'),
(4697, 128, 'courses_3_duration', '30 days'),
(4698, 128, '_courses_3_duration', 'field_58e9f9a4718aa'),
(4699, 128, 'courses_3_automatic', '$300'),
(4700, 128, '_courses_3_automatic', 'field_58e9f9b9718ab'),
(4701, 128, 'courses_3_mechanics', '$350'),
(4702, 128, '_courses_3_mechanics', 'field_58e9f9be718ac'),
(4703, 128, 'courses_3_texts_0_text', 'What should I do if the car took the tow truck'),
(4704, 128, '_courses_3_texts_0_text', 'field_58e9f9ef718ae'),
(4705, 128, 'courses_3_texts_1_text', 'How to protect the car against vandalism and theft.'),
(4706, 128, '_courses_3_texts_1_text', 'field_58e9f9ef718ae'),
(4707, 128, 'courses_3_texts', '8'),
(4708, 128, '_courses_3_texts', 'field_58e9f9de718ad'),
(4709, 128, 'courses_3_picture', '140'),
(4710, 128, '_courses_3_picture', 'field_58e9fa20718af'),
(4711, 128, 'courses_3_form', 'yes'),
(4712, 128, '_courses_3_form', 'field_58e9fb09718b0'),
(4713, 128, 'courses_3_icon_form', ''),
(4714, 128, '_courses_3_icon_form', 'field_58e9fc2728e2e'),
(4723, 128, 'courses_4_texts_0_text', 'What should I do if the car took the tow truck'),
(4724, 128, '_courses_4_texts_0_text', 'field_58e9f9ef718ae'),
(4725, 128, 'courses_4_texts_1_text', 'How to protect the car against vandalism and theft.'),
(4726, 128, '_courses_4_texts_1_text', 'field_58e9f9ef718ae'),
(4727, 128, 'courses_4_texts_2_text', 'How to ensure long engine life.'),
(4728, 128, '_courses_4_texts_2_text', 'field_58e9f9ef718ae'),
(4729, 128, 'courses_4_texts_3_text', 'How to drive in bad weather conditions.'),
(4730, 128, '_courses_4_texts_3_text', 'field_58e9f9ef718ae'),
(4731, 128, 'courses_4_texts_4_text', 'How to keep the look of the car.'),
(4732, 128, '_courses_4_texts_4_text', 'field_58e9f9ef718ae'),
(4749, 128, 'courses_5_texts_0_text', 'How to protect yourself from theft numbers'),
(4750, 128, '_courses_5_texts_0_text', 'field_58e9f9ef718ae'),
(4759, 128, 'courses_3_texts_2_text', 'How to ensure long engine life.'),
(4760, 128, '_courses_3_texts_2_text', 'field_58e9f9ef718ae'),
(4761, 128, 'courses_3_texts_3_text', 'How to drive in bad weather conditions.'),
(4762, 128, '_courses_3_texts_3_text', 'field_58e9f9ef718ae'),
(4763, 128, 'courses_3_texts_4_text', 'How to keep the look of the car.'),
(4764, 128, '_courses_3_texts_4_text', 'field_58e9f9ef718ae'),
(4896, 128, 'courses_1_texts_7_text', 'How to keep the look of the car.'),
(4897, 128, '_courses_1_texts_7_text', 'field_58e9f9ef718ae'),
(4898, 128, 'courses_2_texts_6_text', 'How to ensure long engine life.'),
(4899, 128, '_courses_2_texts_6_text', 'field_58e9f9ef718ae'),
(4900, 128, 'courses_2_texts_7_text', 'How to ensure long engine life.'),
(4901, 128, '_courses_2_texts_7_text', 'field_58e9f9ef718ae'),
(4902, 128, 'courses_3_texts_5_text', 'How to ensure long engine life.'),
(4903, 128, '_courses_3_texts_5_text', 'field_58e9f9ef718ae'),
(4904, 128, 'courses_3_texts_6_text', 'How to take care of the car so that it served as long as possible.'),
(4905, 128, '_courses_3_texts_6_text', 'field_58e9f9ef718ae'),
(4906, 128, 'courses_3_texts_7_text', 'How to ensure long engine life.'),
(4907, 128, '_courses_3_texts_7_text', 'field_58e9f9ef718ae'),
(5183, 128, 'blocks_0_text', 'Consultation'),
(5184, 128, '_blocks_0_text', 'field_58ea0716d21bb'),
(5185, 128, 'blocks_0_background_icon', 'course__item_consultation'),
(5186, 128, '_blocks_0_background_icon', 'field_58ea0756d21bc'),
(5187, 128, 'blocks_1_text', 'Practice skills of communication with traffic police'),
(5188, 128, '_blocks_1_text', 'field_58ea0716d21bb'),
(5189, 128, 'blocks_1_background_icon', 'course__item_police'),
(5190, 128, '_blocks_1_background_icon', 'field_58ea0756d21bc'),
(5191, 128, 'blocks', '2'),
(5192, 128, '_blocks', 'field_58ea06d0d21ba'),
(5341, 148, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(5342, 148, '_edit_last', '1'),
(5343, 148, '_edit_lock', '1506793802:1'),
(5351, 148, '_wp_page_template', 'page-review.php'),
(5352, 148, '_wpb_vc_js_status', 'false'),
(5353, 151, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(5354, 151, '_menu_item_type', 'post_type'),
(5355, 151, '_menu_item_menu_item_parent', '0'),
(5356, 151, '_menu_item_object_id', '148'),
(5357, 151, '_menu_item_object', 'page'),
(5358, 151, '_menu_item_target', ''),
(5359, 151, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(5360, 151, '_menu_item_xfn', ''),
(5361, 151, '_menu_item_url', ''),
(5476, 175, '_wp_attached_file', '2017/04/r4.jpg'),
(5477, 175, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:59;s:6:"height";i:59;s:4:"file";s:14:"2017/04/r4.jpg";s:5:"sizes";a:0:{}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:{}}}'),
(5478, 176, 'feedback', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore tempor incididun dolore tempor magna aliqua'),
(5479, 176, 'email', 'test@mail.com'),
(5480, 176, 'rating', '5'),
(5481, 176, 'avatar', '175'),
(5482, 176, '_edit_lock', '1491746958:1'),
(5485, 178, 'feedback', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore tempor incididun dolore tempor magna aliqua'),
(5486, 178, 'email', 'test@mail.com'),
(5487, 178, 'rating', '4'),
(5488, 178, 'avatar', '177'),
(5491, 180, 'feedback', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore tempor incididun dolore tempor magna aliqua'),
(5492, 180, 'email', 'test@mail.com'),
(5493, 180, 'rating', '4'),
(5494, 180, 'avatar', '179'),
(5495, 176, '_edit_last', '1'),
(5496, 176, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}') ;
REPLACE INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5499, 182, 'feedback', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore tempor incididun dolore tempor magna aliqua'),
(5500, 182, 'email', 'test@mail.com'),
(5501, 182, 'rating', '4'),
(5502, 182, 'avatar', '181'),
(5505, 184, 'feedback', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore tempor incididun dolore tempor magna aliqua'),
(5506, 184, 'email', 'test@mail.com'),
(5507, 184, 'rating', '4'),
(5508, 184, 'avatar', '183'),
(5509, 185, '_wp_attached_file', '2017/04/r1.jpg'),
(5510, 185, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:61;s:6:"height";i:61;s:4:"file";s:14:"2017/04/r1.jpg";s:5:"sizes";a:0:{}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:{}}}'),
(5511, 186, 'feedback', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore tempor incididun dolore tempor magna aliqua'),
(5512, 186, 'email', 'test@mail.com'),
(5513, 186, 'rating', '4'),
(5514, 186, 'avatar', '185'),
(5515, 187, '_wp_attached_file', '2017/04/r3.jpg'),
(5516, 187, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:60;s:6:"height";i:60;s:4:"file";s:14:"2017/04/r3.jpg";s:5:"sizes";a:0:{}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:{}}}'),
(5517, 188, 'feedback', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore tempor incididun dolore tempor magna aliqua'),
(5518, 188, 'email', 'test@mail.com'),
(5519, 188, 'rating', '5'),
(5520, 188, 'avatar', '187'),
(5521, 189, '_wp_attached_file', '2017/04/r2.jpg'),
(5522, 189, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:58;s:6:"height";i:58;s:4:"file";s:14:"2017/04/r2.jpg";s:5:"sizes";a:0:{}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:{}}}'),
(5523, 190, 'feedback', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore tempor incididun dolore tempor magna aliqua'),
(5524, 190, 'email', 'test@mail.com'),
(5525, 190, 'rating', '4'),
(5526, 190, 'avatar', '189'),
(5557, 190, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(5558, 188, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(5559, 186, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(5562, 148, 'number_reviews', '10'),
(5563, 148, '_number_reviews', 'field_58ea0bc378160'),
(5575, 148, 'pagination', 'yes'),
(5576, 148, '_pagination', 'field_58ea638dfb29a'),
(5577, 148, 'form', 'yes'),
(5578, 148, '_form', 'field_58ea6413fb29b'),
(5619, 204, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(5620, 204, '_menu_item_type', 'taxonomy'),
(5621, 204, '_menu_item_menu_item_parent', '0'),
(5622, 204, '_menu_item_object_id', '3'),
(5623, 204, '_menu_item_object', 'category'),
(5624, 204, '_menu_item_target', ''),
(5625, 204, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(5626, 204, '_menu_item_xfn', ''),
(5627, 204, '_menu_item_url', ''),
(5629, 205, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(5630, 205, '_edit_last', '1'),
(5631, 205, '_edit_lock', '1522530700:1'),
(5634, 207, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(5635, 208, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(5636, 209, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(5637, 210, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(5638, 211, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(5639, 212, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(5641, 207, '_edit_last', '1'),
(5642, 207, '_edit_lock', '1505557512:1'),
(5645, 208, '_edit_last', '1'),
(5646, 208, '_edit_lock', '1505554858:1'),
(5649, 209, '_edit_last', '1'),
(5650, 209, '_edit_lock', '1505554737:1'),
(5653, 210, '_edit_last', '1'),
(5654, 210, '_edit_lock', '1505554615:1'),
(5657, 211, '_edit_last', '1'),
(5658, 211, '_edit_lock', '1522530698:1'),
(5661, 212, '_edit_last', '1'),
(5662, 212, '_edit_lock', '1505554457:1'),
(5696, 211, '_thumbnail_id', '499'),
(5699, 210, '_thumbnail_id', '373'),
(5702, 209, '_thumbnail_id', '466'),
(5705, 208, '_thumbnail_id', '470'),
(5714, 212, 'views', '173'),
(5723, 241, '_wp_attached_file', '2017/04/bg-stuff.jpg'),
(5724, 241, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:825;s:6:"height";i:380;s:4:"file";s:20:"2017/04/bg-stuff.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"bg-stuff-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:20:"bg-stuff-300x138.jpg";s:5:"width";i:300;s:6:"height";i:138;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"bg-stuff-768x354.jpg";s:5:"width";i:768;s:6:"height";i:354;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:20:"bg-stuff-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:20:"bg-stuff-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:20:"bg-stuff-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:18:"bg-stuff-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:20:"bg-stuff-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_article-thumb";a:4:{s:4:"file";s:20:"bg-stuff-825x372.jpg";s:5:"width";i:825;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:18:"bg-stuff-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:20:"bg-stuff-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:20:"bg-stuff-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:21:"drivingschool_ava_big";a:4:{s:4:"file";s:20:"bg-stuff-479x380.jpg";s:5:"width";i:479;s:6:"height";i:380;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:{}}}'),
(5745, 249, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(5746, 249, '_menu_item_type', 'taxonomy'),
(5747, 249, '_menu_item_menu_item_parent', '204'),
(5748, 249, '_menu_item_object_id', '3'),
(5749, 249, '_menu_item_object', 'category'),
(5750, 249, '_menu_item_target', ''),
(5751, 249, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(5752, 249, '_menu_item_xfn', ''),
(5753, 249, '_menu_item_url', ''),
(5755, 250, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(5756, 250, '_menu_item_type', 'post_type'),
(5757, 250, '_menu_item_menu_item_parent', '204'),
(5758, 250, '_menu_item_object_id', '212'),
(5759, 250, '_menu_item_object', 'post'),
(5760, 250, '_menu_item_target', ''),
(5761, 250, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(5762, 250, '_menu_item_xfn', ''),
(5763, 250, '_menu_item_url', ''),
(5777, 255, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(5778, 255, '_edit_last', '1'),
(5779, 255, '_edit_lock', '1495547129:2'),
(5780, 255, '_wp_page_template', 'default'),
(5781, 255, '_wpb_vc_js_status', 'false'),
(5782, 257, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(5783, 257, '_menu_item_type', 'post_type'),
(5784, 257, '_menu_item_menu_item_parent', '0'),
(5785, 257, '_menu_item_object_id', '255'),
(5786, 257, '_menu_item_object', 'page') ;
REPLACE INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5787, 257, '_menu_item_target', ''),
(5788, 257, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(5789, 257, '_menu_item_xfn', ''),
(5790, 257, '_menu_item_url', ''),
(5793, 259, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(5803, 255, 'number_teachers', '12'),
(5804, 255, '_number_teachers', 'field_58ef48c4c9564'),
(5826, 255, 'filter', 'yes'),
(5827, 255, '_filter', 'field_58ef50910db49'),
(5828, 255, 'field1', 'Gender:'),
(5829, 255, '_field1', 'field_58ef52f10db4a'),
(5830, 255, 'field_value1_0_value', 'Male'),
(5831, 255, '_field_value1_0_value', 'field_58ef53a80db4c'),
(5832, 255, 'field_value1_1_value', 'Female'),
(5833, 255, '_field_value1_1_value', 'field_58ef53a80db4c'),
(5834, 255, 'field_value1', '2'),
(5835, 255, '_field_value1', 'field_58ef53320db4b'),
(5848, 259, '_edit_last', '1'),
(5849, 259, '_edit_lock', '1505534318:1'),
(5896, 255, 'field2', 'Auto:'),
(5897, 255, '_field2', 'field_58ef5a142c6c8'),
(5898, 255, 'field_value2_0_value', 'My car'),
(5899, 255, '_field_value2_0_value', 'field_58ef5a582c6ce'),
(5900, 255, 'field_value2_1_value', 'Teacher\'s car'),
(5901, 255, '_field_value2_1_value', 'field_58ef5a582c6ce'),
(5902, 255, 'field_value2', '2'),
(5903, 255, '_field_value2', 'field_58ef5a352c6cb'),
(5904, 255, 'field3', 'Transmission:'),
(5905, 255, '_field3', 'field_58ef5a202c6c9'),
(5906, 255, 'field_value3_0_value', 'Mechanics'),
(5907, 255, '_field_value3_0_value', 'field_58ef5a5e2c6cf'),
(5908, 255, 'field_value3_1_value', 'Auto'),
(5909, 255, '_field_value3_1_value', 'field_58ef5a5e2c6cf'),
(5910, 255, 'field_value3', '2'),
(5911, 255, '_field_value3', 'field_58ef5a3e2c6cc'),
(5912, 255, 'field4', 'Auto:'),
(5913, 255, '_field4', 'field_58ef5a2a2c6ca'),
(5914, 255, 'field_value4_0_value', 'A'),
(5915, 255, '_field_value4_0_value', 'field_58ef5a642c6d0'),
(5916, 255, 'field_value4_1_value', 'B'),
(5917, 255, '_field_value4_1_value', 'field_58ef5a642c6d0'),
(5918, 255, 'field_value4_2_value', 'C'),
(5919, 255, '_field_value4_2_value', 'field_58ef5a642c6d0'),
(5920, 255, 'field_value4', '3'),
(5921, 255, '_field_value4', 'field_58ef5a482c6cd'),
(5923, 255, 'fieldvalue1_0_value', 'Male'),
(5924, 255, '_fieldvalue1_0_value', 'field_58ef53a80db4c'),
(5925, 255, 'fieldvalue1_1_value', 'Female'),
(5926, 255, '_fieldvalue1_1_value', 'field_58ef53a80db4c'),
(5927, 255, 'fieldvalue1', '2'),
(5928, 255, '_fieldvalue1', 'field_58ef53320db4b'),
(5930, 255, 'fieldvalue2_0_value', 'My car'),
(5931, 255, '_fieldvalue2_0_value', 'field_58ef5a582c6ce'),
(5932, 255, 'fieldvalue2_1_value', 'Teacher\'s car'),
(5933, 255, '_fieldvalue2_1_value', 'field_58ef5a582c6ce'),
(5934, 255, 'fieldvalue2', '2'),
(5935, 255, '_fieldvalue2', 'field_58ef5a352c6cb'),
(5936, 255, 'fieldvalue3_0_value', 'Mechanics'),
(5937, 255, '_fieldvalue3_0_value', 'field_58ef5a5e2c6cf'),
(5938, 255, 'fieldvalue3_1_value', 'Auto'),
(5939, 255, '_fieldvalue3_1_value', 'field_58ef5a5e2c6cf'),
(5940, 255, 'fieldvalue3', '2'),
(5941, 255, '_fieldvalue3', 'field_58ef5a3e2c6cc'),
(5942, 255, 'fieldvalue4_0_value', 'A'),
(5943, 255, '_fieldvalue4_0_value', 'field_58ef5a642c6d0'),
(5944, 255, 'fieldvalue4_1_value', 'B'),
(5945, 255, '_fieldvalue4_1_value', 'field_58ef5a642c6d0'),
(5946, 255, 'fieldvalue4_2_value', 'C'),
(5947, 255, '_fieldvalue4_2_value', 'field_58ef5a642c6d0'),
(5948, 255, 'fieldvalue4', '3'),
(5949, 255, '_fieldvalue4', 'field_58ef5a482c6cd'),
(5961, 269, '_wp_attached_file', '2017/04/b1.jpg'),
(5962, 269, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:251;s:6:"height";i:251;s:4:"file";s:14:"2017/04/b1.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:14:"b1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:14:"b1-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:14:"b1-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:12:"b1-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:14:"b1-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:12:"b1-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:14:"b1-251x135.jpg";s:5:"width";i:251;s:6:"height";i:135;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:{}}}'),
(5963, 259, '_thumbnail_id', '269'),
(5967, 259, 'e-mail', 'test@mail.com'),
(5968, 259, '_e-mail', 'field_58ef66c8b70fa'),
(5969, 259, 'gallery_0_picture', '269'),
(5970, 259, '_gallery_0_picture', 'field_58ef690bb70fc'),
(5971, 259, 'gallery_1_picture', '270'),
(5972, 259, '_gallery_1_picture', 'field_58ef690bb70fc'),
(5973, 259, 'gallery_2_picture', '269'),
(5974, 259, '_gallery_2_picture', 'field_58ef690bb70fc'),
(5975, 259, 'gallery', '3'),
(5976, 259, '_gallery', 'field_58ef6818b70fb'),
(5977, 270, '_wp_attached_file', '2017/04/b1-1.jpg'),
(5978, 270, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:251;s:6:"height";i:251;s:4:"file";s:16:"2017/04/b1-1.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"b1-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:16:"b1-1-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:16:"b1-1-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:14:"b1-1-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:16:"b1-1-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:14:"b1-1-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:16:"b1-1-251x135.jpg";s:5:"width";i:251;s:6:"height";i:135;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:{}}}'),
(5984, 259, 'rating', '5'),
(5985, 259, '_rating', 'field_58ef6cd744d3f'),
(5988, 259, 'categories', 'A, B'),
(5989, 259, '_categories', 'field_58ef6e0bd353e'),
(5994, 259, 'price', '$300'),
(5995, 259, '_price', 'field_58ef6f79ff7a8'),
(5996, 259, 'data_0_text1', 'Gender:'),
(5997, 259, '_data_0_text1', 'field_58ef6f30ff7a6'),
(5998, 259, 'data_0_text2', 'Male'),
(5999, 259, '_data_0_text2', 'field_58ef6f37ff7a7'),
(6000, 259, 'data_1_text1', 'Transmission:'),
(6001, 259, '_data_1_text1', 'field_58ef6f30ff7a6'),
(6002, 259, 'data_1_text2', 'Mechanics'),
(6003, 259, '_data_1_text2', 'field_58ef6f37ff7a7') ;
REPLACE INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6004, 259, 'data_2_text1', 'Price:'),
(6005, 259, '_data_2_text1', 'field_58ef6f30ff7a6'),
(6006, 259, 'data_2_text2', '6$/hour'),
(6007, 259, '_data_2_text2', 'field_58ef6f37ff7a7'),
(6008, 259, 'data', '3'),
(6009, 259, '_data', 'field_58ef6ed3ff7a5'),
(6013, 271, '_wp_attached_file', '2017/04/car1.jpg'),
(6014, 271, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:263;s:6:"height";i:135;s:4:"file";s:16:"2017/04/car1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"car1-150x135.jpg";s:5:"width";i:150;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:16:"car1-124x135.jpg";s:5:"width";i:124;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:16:"car1-165x135.jpg";s:5:"width";i:165;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:16:"car1-262x135.jpg";s:5:"width";i:262;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:14:"car1-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:16:"car1-190x135.jpg";s:5:"width";i:190;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:14:"car1-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:16:"car1-251x135.jpg";s:5:"width";i:251;s:6:"height";i:135;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:{}}}'),
(6015, 272, '_wp_attached_file', '2017/04/car2.jpg'),
(6016, 272, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:263;s:6:"height";i:135;s:4:"file";s:16:"2017/04/car2.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"car2-150x135.jpg";s:5:"width";i:150;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:16:"car2-124x135.jpg";s:5:"width";i:124;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:16:"car2-165x135.jpg";s:5:"width";i:165;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:16:"car2-262x135.jpg";s:5:"width";i:262;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:14:"car2-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:16:"car2-190x135.jpg";s:5:"width";i:190;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:14:"car2-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:16:"car2-251x135.jpg";s:5:"width";i:251;s:6:"height";i:135;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:{}}}'),
(6017, 259, 'cars_0_car', 'suzuki sx4'),
(6018, 259, '_cars_0_car', 'field_58ef7166ac257'),
(6019, 259, 'cars_0_transmission', 'Mechanics'),
(6020, 259, '_cars_0_transmission', 'field_58ef7195ac258'),
(6021, 259, 'cars_0_rating', '5'),
(6022, 259, '_cars_0_rating', 'field_58ef7213ac259'),
(6023, 259, 'cars_0_picture', '271'),
(6024, 259, '_cars_0_picture', 'field_58ef72f4ac25a'),
(6025, 259, 'cars_1_car', 'chevrolet camaro'),
(6026, 259, '_cars_1_car', 'field_58ef7166ac257'),
(6027, 259, 'cars_1_transmission', 'Mechanics'),
(6028, 259, '_cars_1_transmission', 'field_58ef7195ac258'),
(6029, 259, 'cars_1_rating', '5'),
(6030, 259, '_cars_1_rating', 'field_58ef7213ac259'),
(6031, 259, 'cars_1_picture', '272'),
(6032, 259, '_cars_1_picture', 'field_58ef72f4ac25a'),
(6033, 259, 'cars', '2'),
(6034, 259, '_cars', 'field_58ef705eac255'),
(6036, 255, 'views', '243'),
(6037, 259, 'views', '88'),
(6053, 259, 'field_4', 'a:2:{i:0;s:1:"A";i:1;s:1:"B";}'),
(6054, 259, '_field_4', 'field_58ef8a476b743'),
(6055, 259, 'field_1', 'a:1:{i:0;s:4:"Male";}'),
(6056, 259, '_field_1', 'field_58ef89e16b740'),
(6057, 259, 'field_2', 'a:1:{i:0;s:13:"Teacher\'s car";}'),
(6058, 259, '_field_2', 'field_58ef8a256b741'),
(6059, 259, 'field_3', 'a:1:{i:0;s:9:"Mechanics";}'),
(6060, 259, '_field_3', 'field_58ef8a396b742'),
(6061, 259, 'criterion1', 'Male'),
(6062, 259, 'criterion2', 'Teacher\'s car'),
(6063, 259, 'criterion3', 'Mechanics'),
(6064, 259, 'criterion4', 'A,B'),
(6065, 274, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(6066, 274, '_menu_item_type', 'post_type'),
(6067, 274, '_menu_item_menu_item_parent', '257'),
(6068, 274, '_menu_item_object_id', '255'),
(6069, 274, '_menu_item_object', 'page'),
(6070, 274, '_menu_item_target', ''),
(6071, 274, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(6072, 274, '_menu_item_xfn', ''),
(6073, 274, '_menu_item_url', ''),
(6075, 275, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(6076, 275, '_menu_item_type', 'post_type'),
(6077, 275, '_menu_item_menu_item_parent', '257'),
(6078, 275, '_menu_item_object_id', '259'),
(6079, 275, '_menu_item_object', 'teachers'),
(6080, 275, '_menu_item_target', ''),
(6081, 275, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(6082, 275, '_menu_item_xfn', ''),
(6083, 275, '_menu_item_url', ''),
(6091, 255, 'blocks', '0'),
(6092, 255, '_blocks', 'field_58e61ff6e1ff3'),
(6096, 16, 'views', '5183'),
(6097, 281, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(6098, 282, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(6099, 283, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(6100, 284, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(6101, 285, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(6102, 286, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(6103, 287, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(6104, 288, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(6105, 289, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(6106, 281, '_edit_last', '1'),
(6107, 281, '_edit_lock', '1492247033:1'),
(6108, 290, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(6109, 282, '_edit_last', '1'),
(6110, 282, '_edit_lock', '1492247074:1'),
(6111, 291, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(6112, 283, '_edit_last', '1'),
(6113, 283, '_edit_lock', '1492247073:1'),
(6114, 284, '_edit_last', '1'),
(6115, 284, '_edit_lock', '1492247073:1'),
(6116, 285, '_edit_last', '1'),
(6117, 285, '_edit_lock', '1492247072:1'),
(6118, 286, '_edit_last', '1'),
(6119, 286, '_edit_lock', '1492247072:1'),
(6120, 287, '_edit_last', '1'),
(6121, 287, '_edit_lock', '1492247071:1'),
(6122, 288, '_edit_last', '1'),
(6123, 288, '_edit_lock', '1492247071:1'),
(6124, 289, '_edit_last', '1'),
(6125, 289, '_edit_lock', '1492247069:1'),
(6126, 290, '_edit_last', '1'),
(6127, 290, '_edit_lock', '1492247070:1'),
(6128, 291, '_edit_last', '1'),
(6129, 291, '_edit_lock', '1492247070:1'),
(6130, 292, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(6131, 292, '_edit_last', '1'),
(6132, 292, '_edit_lock', '1492248853:1'),
(6133, 281, '_thumbnail_id', '269') ;
REPLACE INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6134, 281, 'field_1', 'a:1:{i:0;s:4:"Male";}'),
(6135, 281, '_field_1', 'field_58ef89e16b740'),
(6136, 281, 'field_2', 'a:1:{i:0;s:6:"My car";}'),
(6137, 281, '_field_2', 'field_58ef8a256b741'),
(6138, 281, 'field_3', 'a:1:{i:0;s:4:"Auto";}'),
(6139, 281, '_field_3', 'field_58ef8a396b742'),
(6140, 281, 'field_4', 'a:1:{i:0;s:1:"A";}'),
(6141, 281, '_field_4', 'field_58ef8a476b743'),
(6142, 281, 'e-mail', 'test@mail.com'),
(6143, 281, '_e-mail', 'field_58ef66c8b70fa'),
(6144, 281, 'rating', '5'),
(6145, 281, '_rating', 'field_58ef6cd744d3f'),
(6146, 281, 'price', '$300'),
(6147, 281, '_price', 'field_58ef6f79ff7a8'),
(6148, 281, 'categories', 'A'),
(6149, 281, '_categories', 'field_58ef6e0bd353e'),
(6150, 281, 'data_0_text1', 'Gender:'),
(6151, 281, '_data_0_text1', 'field_58ef6f30ff7a6'),
(6152, 281, 'data_0_text2', 'Male'),
(6153, 281, '_data_0_text2', 'field_58ef6f37ff7a7'),
(6154, 281, 'data_1_text1', 'Transmission:'),
(6155, 281, '_data_1_text1', 'field_58ef6f30ff7a6'),
(6156, 281, 'data_1_text2', 'Auto'),
(6157, 281, '_data_1_text2', 'field_58ef6f37ff7a7'),
(6158, 281, 'data_2_text1', 'Price:'),
(6159, 281, '_data_2_text1', 'field_58ef6f30ff7a6'),
(6160, 281, 'data_2_text2', '6$/hour'),
(6161, 281, '_data_2_text2', 'field_58ef6f37ff7a7'),
(6162, 281, 'data', '3'),
(6163, 281, '_data', 'field_58ef6ed3ff7a5'),
(6164, 281, 'gallery_0_picture', '269'),
(6165, 281, '_gallery_0_picture', 'field_58ef690bb70fc'),
(6166, 281, 'gallery_1_picture', '270'),
(6167, 281, '_gallery_1_picture', 'field_58ef690bb70fc'),
(6168, 281, 'gallery_2_picture', '270'),
(6169, 281, '_gallery_2_picture', 'field_58ef690bb70fc'),
(6170, 281, 'gallery_3_picture', '269'),
(6171, 281, '_gallery_3_picture', 'field_58ef690bb70fc'),
(6172, 281, 'gallery', '4'),
(6173, 281, '_gallery', 'field_58ef6818b70fb'),
(6174, 281, 'cars_0_car', 'suzuki sx4'),
(6175, 281, '_cars_0_car', 'field_58ef7166ac257'),
(6176, 281, 'cars_0_transmission', 'Mechanics'),
(6177, 281, '_cars_0_transmission', 'field_58ef7195ac258'),
(6178, 281, 'cars_0_rating', '5'),
(6179, 281, '_cars_0_rating', 'field_58ef7213ac259'),
(6180, 281, 'cars_0_picture', '271'),
(6181, 281, '_cars_0_picture', 'field_58ef72f4ac25a'),
(6182, 281, 'cars', '1'),
(6183, 281, '_cars', 'field_58ef705eac255'),
(6184, 282, '_thumbnail_id', '269'),
(6185, 282, 'field_1', 'a:1:{i:0;s:6:"Female";}'),
(6186, 282, '_field_1', 'field_58ef89e16b740'),
(6187, 282, 'field_2', 'a:1:{i:0;s:13:"Teacher\'s car";}'),
(6188, 282, '_field_2', 'field_58ef8a256b741'),
(6189, 282, 'field_3', 'a:1:{i:0;s:9:"Mechanics";}'),
(6190, 282, '_field_3', 'field_58ef8a396b742'),
(6191, 282, 'field_4', 'a:1:{i:0;s:1:"C";}'),
(6192, 282, '_field_4', 'field_58ef8a476b743'),
(6193, 282, 'e-mail', 'test@mail.com'),
(6194, 282, '_e-mail', 'field_58ef66c8b70fa'),
(6195, 282, 'rating', '5'),
(6196, 282, '_rating', 'field_58ef6cd744d3f'),
(6197, 282, 'price', '$300'),
(6198, 282, '_price', 'field_58ef6f79ff7a8'),
(6199, 282, 'categories', 'C'),
(6200, 282, '_categories', 'field_58ef6e0bd353e'),
(6201, 282, 'data_0_text1', 'Gender:'),
(6202, 282, '_data_0_text1', 'field_58ef6f30ff7a6'),
(6203, 282, 'data_0_text2', 'Female'),
(6204, 282, '_data_0_text2', 'field_58ef6f37ff7a7'),
(6205, 282, 'data_1_text1', 'Transmission:'),
(6206, 282, '_data_1_text1', 'field_58ef6f30ff7a6'),
(6207, 282, 'data_1_text2', 'Mechanics'),
(6208, 282, '_data_1_text2', 'field_58ef6f37ff7a7'),
(6209, 282, 'data_2_text1', 'Price:'),
(6210, 282, '_data_2_text1', 'field_58ef6f30ff7a6'),
(6211, 282, 'data_2_text2', '6$/hour'),
(6212, 282, '_data_2_text2', 'field_58ef6f37ff7a7'),
(6213, 282, 'data', '3'),
(6214, 282, '_data', 'field_58ef6ed3ff7a5'),
(6215, 282, 'gallery_0_picture', '270'),
(6216, 282, '_gallery_0_picture', 'field_58ef690bb70fc'),
(6217, 282, 'gallery_1_picture', '269'),
(6218, 282, '_gallery_1_picture', 'field_58ef690bb70fc'),
(6219, 282, 'gallery_2_picture', '270'),
(6220, 282, '_gallery_2_picture', 'field_58ef690bb70fc'),
(6221, 282, 'gallery_3_picture', '269'),
(6222, 282, '_gallery_3_picture', 'field_58ef690bb70fc'),
(6223, 282, 'gallery', '4'),
(6224, 282, '_gallery', 'field_58ef6818b70fb'),
(6225, 282, 'cars_0_car', 'chevrolet camaro'),
(6226, 282, '_cars_0_car', 'field_58ef7166ac257'),
(6227, 282, 'cars_0_transmission', 'Mechanics'),
(6228, 282, '_cars_0_transmission', 'field_58ef7195ac258'),
(6229, 282, 'cars_0_rating', '5'),
(6230, 282, '_cars_0_rating', 'field_58ef7213ac259'),
(6231, 282, 'cars_0_picture', '272'),
(6232, 282, '_cars_0_picture', 'field_58ef72f4ac25a'),
(6233, 282, 'cars', '1') ;
REPLACE INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6234, 282, '_cars', 'field_58ef705eac255'),
(6235, 283, '_thumbnail_id', '269'),
(6236, 283, 'field_1', 'a:1:{i:0;s:4:"Male";}'),
(6237, 283, '_field_1', 'field_58ef89e16b740'),
(6238, 283, 'field_2', 'a:1:{i:0;s:6:"My car";}'),
(6239, 283, '_field_2', 'field_58ef8a256b741'),
(6240, 283, 'field_3', 'a:1:{i:0;s:9:"Mechanics";}'),
(6241, 283, '_field_3', 'field_58ef8a396b742'),
(6242, 283, 'field_4', 'a:1:{i:0;s:1:"B";}'),
(6243, 283, '_field_4', 'field_58ef8a476b743'),
(6244, 283, 'e-mail', 'test@mail.com'),
(6245, 283, '_e-mail', 'field_58ef66c8b70fa'),
(6246, 283, 'rating', '5'),
(6247, 283, '_rating', 'field_58ef6cd744d3f'),
(6248, 283, 'price', '$300'),
(6249, 283, '_price', 'field_58ef6f79ff7a8'),
(6250, 283, 'categories', 'B'),
(6251, 283, '_categories', 'field_58ef6e0bd353e'),
(6252, 283, 'data_0_text1', 'Gender:'),
(6253, 283, '_data_0_text1', 'field_58ef6f30ff7a6'),
(6254, 283, 'data_0_text2', 'Male'),
(6255, 283, '_data_0_text2', 'field_58ef6f37ff7a7'),
(6256, 283, 'data_1_text1', 'Transmission:'),
(6257, 283, '_data_1_text1', 'field_58ef6f30ff7a6'),
(6258, 283, 'data_1_text2', 'Mechanics'),
(6259, 283, '_data_1_text2', 'field_58ef6f37ff7a7'),
(6260, 283, 'data_2_text1', 'Price:'),
(6261, 283, '_data_2_text1', 'field_58ef6f30ff7a6'),
(6262, 283, 'data_2_text2', '6$/hour'),
(6263, 283, '_data_2_text2', 'field_58ef6f37ff7a7'),
(6264, 283, 'data', '3'),
(6265, 283, '_data', 'field_58ef6ed3ff7a5'),
(6266, 283, 'gallery_0_picture', '270'),
(6267, 283, '_gallery_0_picture', 'field_58ef690bb70fc'),
(6268, 283, 'gallery_1_picture', '269'),
(6269, 283, '_gallery_1_picture', 'field_58ef690bb70fc'),
(6270, 283, 'gallery_2_picture', '269'),
(6271, 283, '_gallery_2_picture', 'field_58ef690bb70fc'),
(6272, 283, 'gallery', '3'),
(6273, 283, '_gallery', 'field_58ef6818b70fb'),
(6274, 283, 'cars_0_car', 'suzuki sx4'),
(6275, 283, '_cars_0_car', 'field_58ef7166ac257'),
(6276, 283, 'cars_0_transmission', 'Mechanics'),
(6277, 283, '_cars_0_transmission', 'field_58ef7195ac258'),
(6278, 283, 'cars_0_rating', '5'),
(6279, 283, '_cars_0_rating', 'field_58ef7213ac259'),
(6280, 283, 'cars_0_picture', '271'),
(6281, 283, '_cars_0_picture', 'field_58ef72f4ac25a'),
(6282, 283, 'cars', '1'),
(6283, 283, '_cars', 'field_58ef705eac255'),
(6284, 284, '_thumbnail_id', '269'),
(6285, 284, 'field_1', 'a:1:{i:0;s:6:"Female";}'),
(6286, 284, '_field_1', 'field_58ef89e16b740'),
(6287, 284, 'field_2', 'a:1:{i:0;s:13:"Teacher\'s car";}'),
(6288, 284, '_field_2', 'field_58ef8a256b741'),
(6289, 284, 'field_3', 'a:1:{i:0;s:4:"Auto";}'),
(6290, 284, '_field_3', 'field_58ef8a396b742'),
(6291, 284, 'field_4', 'a:1:{i:0;s:1:"A";}'),
(6292, 284, '_field_4', 'field_58ef8a476b743'),
(6293, 284, 'e-mail', 'test@mail.com'),
(6294, 284, '_e-mail', 'field_58ef66c8b70fa'),
(6295, 284, 'rating', '5'),
(6296, 284, '_rating', 'field_58ef6cd744d3f'),
(6297, 284, 'price', '$300'),
(6298, 284, '_price', 'field_58ef6f79ff7a8'),
(6299, 284, 'categories', 'A'),
(6300, 284, '_categories', 'field_58ef6e0bd353e'),
(6301, 284, 'data_0_text1', 'Gender:'),
(6302, 284, '_data_0_text1', 'field_58ef6f30ff7a6'),
(6303, 284, 'data_0_text2', 'Female'),
(6304, 284, '_data_0_text2', 'field_58ef6f37ff7a7'),
(6305, 284, 'data_1_text1', 'Transmission:'),
(6306, 284, '_data_1_text1', 'field_58ef6f30ff7a6'),
(6307, 284, 'data_1_text2', 'Auto'),
(6308, 284, '_data_1_text2', 'field_58ef6f37ff7a7'),
(6309, 284, 'data_2_text1', 'Price:'),
(6310, 284, '_data_2_text1', 'field_58ef6f30ff7a6'),
(6311, 284, 'data_2_text2', '6$/hour'),
(6312, 284, '_data_2_text2', 'field_58ef6f37ff7a7'),
(6313, 284, 'data', '3'),
(6314, 284, '_data', 'field_58ef6ed3ff7a5'),
(6315, 284, 'gallery_0_picture', '269'),
(6316, 284, '_gallery_0_picture', 'field_58ef690bb70fc'),
(6317, 284, 'gallery_1_picture', '270'),
(6318, 284, '_gallery_1_picture', 'field_58ef690bb70fc'),
(6319, 284, 'gallery_2_picture', '269'),
(6320, 284, '_gallery_2_picture', 'field_58ef690bb70fc'),
(6321, 284, 'gallery_3_picture', '270'),
(6322, 284, '_gallery_3_picture', 'field_58ef690bb70fc'),
(6323, 284, 'gallery', '4'),
(6324, 284, '_gallery', 'field_58ef6818b70fb'),
(6325, 284, 'cars_0_car', 'chevrolet camaro'),
(6326, 284, '_cars_0_car', 'field_58ef7166ac257'),
(6327, 284, 'cars_0_transmission', 'Mechanics'),
(6328, 284, '_cars_0_transmission', 'field_58ef7195ac258'),
(6329, 284, 'cars_0_rating', '5'),
(6330, 284, '_cars_0_rating', 'field_58ef7213ac259'),
(6331, 284, 'cars_0_picture', '272'),
(6332, 284, '_cars_0_picture', 'field_58ef72f4ac25a'),
(6333, 284, 'cars', '1') ;
REPLACE INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6334, 284, '_cars', 'field_58ef705eac255'),
(6335, 285, '_thumbnail_id', '269'),
(6336, 285, 'field_1', 'a:1:{i:0;s:4:"Male";}'),
(6337, 285, '_field_1', 'field_58ef89e16b740'),
(6338, 285, 'field_2', 'a:1:{i:0;s:6:"My car";}'),
(6339, 285, '_field_2', 'field_58ef8a256b741'),
(6340, 285, 'field_3', 'a:1:{i:0;s:4:"Auto";}'),
(6341, 285, '_field_3', 'field_58ef8a396b742'),
(6342, 285, 'field_4', 'a:1:{i:0;s:1:"B";}'),
(6343, 285, '_field_4', 'field_58ef8a476b743'),
(6344, 285, 'e-mail', 'test@mail.com'),
(6345, 285, '_e-mail', 'field_58ef66c8b70fa'),
(6346, 285, 'rating', '5'),
(6347, 285, '_rating', 'field_58ef6cd744d3f'),
(6348, 285, 'price', '$300'),
(6349, 285, '_price', 'field_58ef6f79ff7a8'),
(6350, 285, 'categories', 'B'),
(6351, 285, '_categories', 'field_58ef6e0bd353e'),
(6352, 285, 'data_0_text1', 'Gender:'),
(6353, 285, '_data_0_text1', 'field_58ef6f30ff7a6'),
(6354, 285, 'data_0_text2', 'Male'),
(6355, 285, '_data_0_text2', 'field_58ef6f37ff7a7'),
(6356, 285, 'data_1_text1', 'Transmission:'),
(6357, 285, '_data_1_text1', 'field_58ef6f30ff7a6'),
(6358, 285, 'data_1_text2', 'Auto'),
(6359, 285, '_data_1_text2', 'field_58ef6f37ff7a7'),
(6360, 285, 'data_2_text1', 'Price:'),
(6361, 285, '_data_2_text1', 'field_58ef6f30ff7a6'),
(6362, 285, 'data_2_text2', '6$/hour'),
(6363, 285, '_data_2_text2', 'field_58ef6f37ff7a7'),
(6364, 285, 'data', '3'),
(6365, 285, '_data', 'field_58ef6ed3ff7a5'),
(6366, 285, 'gallery_0_picture', '269'),
(6367, 285, '_gallery_0_picture', 'field_58ef690bb70fc'),
(6368, 285, 'gallery_1_picture', '270'),
(6369, 285, '_gallery_1_picture', 'field_58ef690bb70fc'),
(6370, 285, 'gallery_2_picture', '269'),
(6371, 285, '_gallery_2_picture', 'field_58ef690bb70fc'),
(6372, 285, 'gallery', '3'),
(6373, 285, '_gallery', 'field_58ef6818b70fb'),
(6374, 285, 'cars_0_car', 'suzuki sx4'),
(6375, 285, '_cars_0_car', 'field_58ef7166ac257'),
(6376, 285, 'cars_0_transmission', 'Mechanics'),
(6377, 285, '_cars_0_transmission', 'field_58ef7195ac258'),
(6378, 285, 'cars_0_rating', '5'),
(6379, 285, '_cars_0_rating', 'field_58ef7213ac259'),
(6380, 285, 'cars_0_picture', '271'),
(6381, 285, '_cars_0_picture', 'field_58ef72f4ac25a'),
(6382, 285, 'cars', '1'),
(6383, 285, '_cars', 'field_58ef705eac255'),
(6384, 286, '_thumbnail_id', '269'),
(6385, 286, 'field_1', 'a:1:{i:0;s:6:"Female";}'),
(6386, 286, '_field_1', 'field_58ef89e16b740'),
(6387, 286, 'field_2', 'a:1:{i:0;s:13:"Teacher\'s car";}'),
(6388, 286, '_field_2', 'field_58ef8a256b741'),
(6389, 286, 'field_3', 'a:1:{i:0;s:9:"Mechanics";}'),
(6390, 286, '_field_3', 'field_58ef8a396b742'),
(6391, 286, 'field_4', 'a:1:{i:0;s:1:"C";}'),
(6392, 286, '_field_4', 'field_58ef8a476b743'),
(6393, 286, 'e-mail', 'test@mail.com'),
(6394, 286, '_e-mail', 'field_58ef66c8b70fa'),
(6395, 286, 'rating', '5'),
(6396, 286, '_rating', 'field_58ef6cd744d3f'),
(6397, 286, 'price', '$300'),
(6398, 286, '_price', 'field_58ef6f79ff7a8'),
(6399, 286, 'categories', 'C'),
(6400, 286, '_categories', 'field_58ef6e0bd353e'),
(6401, 286, 'data_0_text1', 'Gender:'),
(6402, 286, '_data_0_text1', 'field_58ef6f30ff7a6'),
(6403, 286, 'data_0_text2', 'Female'),
(6404, 286, '_data_0_text2', 'field_58ef6f37ff7a7'),
(6405, 286, 'data_1_text1', 'Transmission:'),
(6406, 286, '_data_1_text1', 'field_58ef6f30ff7a6'),
(6407, 286, 'data_1_text2', 'Mechanics'),
(6408, 286, '_data_1_text2', 'field_58ef6f37ff7a7'),
(6409, 286, 'data_2_text1', 'Price:'),
(6410, 286, '_data_2_text1', 'field_58ef6f30ff7a6'),
(6411, 286, 'data_2_text2', '6$/hour'),
(6412, 286, '_data_2_text2', 'field_58ef6f37ff7a7'),
(6413, 286, 'data', '3'),
(6414, 286, '_data', 'field_58ef6ed3ff7a5'),
(6415, 286, 'gallery_0_picture', '270'),
(6416, 286, '_gallery_0_picture', 'field_58ef690bb70fc'),
(6417, 286, 'gallery_1_picture', '269'),
(6418, 286, '_gallery_1_picture', 'field_58ef690bb70fc'),
(6419, 286, 'gallery_2_picture', '270'),
(6420, 286, '_gallery_2_picture', 'field_58ef690bb70fc'),
(6421, 286, 'gallery', '3'),
(6422, 286, '_gallery', 'field_58ef6818b70fb'),
(6423, 286, 'cars_0_car', 'chevrolet camaro'),
(6424, 286, '_cars_0_car', 'field_58ef7166ac257'),
(6425, 286, 'cars_0_transmission', 'Automat'),
(6426, 286, '_cars_0_transmission', 'field_58ef7195ac258'),
(6427, 286, 'cars_0_rating', '5'),
(6428, 286, '_cars_0_rating', 'field_58ef7213ac259'),
(6429, 286, 'cars_0_picture', '272'),
(6430, 286, '_cars_0_picture', 'field_58ef72f4ac25a'),
(6431, 286, 'cars', '1'),
(6432, 286, '_cars', 'field_58ef705eac255'),
(6433, 287, '_thumbnail_id', '269') ;
REPLACE INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6434, 287, 'field_1', 'a:1:{i:0;s:4:"Male";}'),
(6435, 287, '_field_1', 'field_58ef89e16b740'),
(6436, 287, 'field_2', 'a:1:{i:0;s:6:"My car";}'),
(6437, 287, '_field_2', 'field_58ef8a256b741'),
(6438, 287, 'field_3', 'a:1:{i:0;s:4:"Auto";}'),
(6439, 287, '_field_3', 'field_58ef8a396b742'),
(6440, 287, 'field_4', 'a:1:{i:0;s:1:"B";}'),
(6441, 287, '_field_4', 'field_58ef8a476b743'),
(6442, 287, 'e-mail', 'test@mail.com'),
(6443, 287, '_e-mail', 'field_58ef66c8b70fa'),
(6444, 287, 'rating', '5'),
(6445, 287, '_rating', 'field_58ef6cd744d3f'),
(6446, 287, 'price', '$300'),
(6447, 287, '_price', 'field_58ef6f79ff7a8'),
(6448, 287, 'categories', 'B'),
(6449, 287, '_categories', 'field_58ef6e0bd353e'),
(6450, 287, 'data_0_text1', 'Gender:'),
(6451, 287, '_data_0_text1', 'field_58ef6f30ff7a6'),
(6452, 287, 'data_0_text2', 'Male'),
(6453, 287, '_data_0_text2', 'field_58ef6f37ff7a7'),
(6454, 287, 'data_1_text1', 'Transmission:'),
(6455, 287, '_data_1_text1', 'field_58ef6f30ff7a6'),
(6456, 287, 'data_1_text2', 'Auto'),
(6457, 287, '_data_1_text2', 'field_58ef6f37ff7a7'),
(6458, 287, 'data_2_text1', 'Price:'),
(6459, 287, '_data_2_text1', 'field_58ef6f30ff7a6'),
(6460, 287, 'data_2_text2', '6$/hour'),
(6461, 287, '_data_2_text2', 'field_58ef6f37ff7a7'),
(6462, 287, 'data', '3'),
(6463, 287, '_data', 'field_58ef6ed3ff7a5'),
(6464, 287, 'gallery_0_picture', '270'),
(6465, 287, '_gallery_0_picture', 'field_58ef690bb70fc'),
(6466, 287, 'gallery_1_picture', '269'),
(6467, 287, '_gallery_1_picture', 'field_58ef690bb70fc'),
(6468, 287, 'gallery_2_picture', '269'),
(6469, 287, '_gallery_2_picture', 'field_58ef690bb70fc'),
(6470, 287, 'gallery_3_picture', '270'),
(6471, 287, '_gallery_3_picture', 'field_58ef690bb70fc'),
(6472, 287, 'gallery_4_picture', '269'),
(6473, 287, '_gallery_4_picture', 'field_58ef690bb70fc'),
(6474, 287, 'gallery', '5'),
(6475, 287, '_gallery', 'field_58ef6818b70fb'),
(6476, 287, 'cars_0_car', 'suzuki sx4'),
(6477, 287, '_cars_0_car', 'field_58ef7166ac257'),
(6478, 287, 'cars_0_transmission', 'Automat'),
(6479, 287, '_cars_0_transmission', 'field_58ef7195ac258'),
(6480, 287, 'cars_0_rating', '5'),
(6481, 287, '_cars_0_rating', 'field_58ef7213ac259'),
(6482, 287, 'cars_0_picture', '271'),
(6483, 287, '_cars_0_picture', 'field_58ef72f4ac25a'),
(6484, 287, 'cars', '1'),
(6485, 287, '_cars', 'field_58ef705eac255'),
(6486, 288, '_thumbnail_id', '269'),
(6487, 288, 'field_1', 'a:1:{i:0;s:6:"Female";}'),
(6488, 288, '_field_1', 'field_58ef89e16b740'),
(6489, 288, 'field_2', 'a:1:{i:0;s:13:"Teacher\'s car";}'),
(6490, 288, '_field_2', 'field_58ef8a256b741'),
(6491, 288, 'field_3', 'a:1:{i:0;s:9:"Mechanics";}'),
(6492, 288, '_field_3', 'field_58ef8a396b742'),
(6493, 288, 'field_4', 'a:1:{i:0;s:1:"A";}'),
(6494, 288, '_field_4', 'field_58ef8a476b743'),
(6495, 288, 'e-mail', 'test@mail.com'),
(6496, 288, '_e-mail', 'field_58ef66c8b70fa'),
(6497, 288, 'rating', '5'),
(6498, 288, '_rating', 'field_58ef6cd744d3f'),
(6499, 288, 'price', '$300'),
(6500, 288, '_price', 'field_58ef6f79ff7a8'),
(6501, 288, 'categories', 'A'),
(6502, 288, '_categories', 'field_58ef6e0bd353e'),
(6503, 288, 'data_0_text1', 'Gender:'),
(6504, 288, '_data_0_text1', 'field_58ef6f30ff7a6'),
(6505, 288, 'data_0_text2', 'Female'),
(6506, 288, '_data_0_text2', 'field_58ef6f37ff7a7'),
(6507, 288, 'data_1_text1', 'Transmission:'),
(6508, 288, '_data_1_text1', 'field_58ef6f30ff7a6'),
(6509, 288, 'data_1_text2', 'Mechanics'),
(6510, 288, '_data_1_text2', 'field_58ef6f37ff7a7'),
(6511, 288, 'data_2_text1', 'Price:'),
(6512, 288, '_data_2_text1', 'field_58ef6f30ff7a6'),
(6513, 288, 'data_2_text2', '6$/hour'),
(6514, 288, '_data_2_text2', 'field_58ef6f37ff7a7'),
(6515, 288, 'data', '3'),
(6516, 288, '_data', 'field_58ef6ed3ff7a5'),
(6517, 288, 'gallery_0_picture', '269'),
(6518, 288, '_gallery_0_picture', 'field_58ef690bb70fc'),
(6519, 288, 'gallery_1_picture', '270'),
(6520, 288, '_gallery_1_picture', 'field_58ef690bb70fc'),
(6521, 288, 'gallery_2_picture', '269'),
(6522, 288, '_gallery_2_picture', 'field_58ef690bb70fc'),
(6523, 288, 'gallery_3_picture', '270'),
(6524, 288, '_gallery_3_picture', 'field_58ef690bb70fc'),
(6525, 288, 'gallery', '4'),
(6526, 288, '_gallery', 'field_58ef6818b70fb'),
(6527, 288, 'cars_0_car', 'chevrolet camaro'),
(6528, 288, '_cars_0_car', 'field_58ef7166ac257'),
(6529, 288, 'cars_0_transmission', 'Automat'),
(6530, 288, '_cars_0_transmission', 'field_58ef7195ac258'),
(6531, 288, 'cars_0_rating', '5'),
(6532, 288, '_cars_0_rating', 'field_58ef7213ac259'),
(6533, 288, 'cars_0_picture', '272') ;
REPLACE INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6534, 288, '_cars_0_picture', 'field_58ef72f4ac25a'),
(6535, 288, 'cars', '1'),
(6536, 288, '_cars', 'field_58ef705eac255'),
(6537, 289, '_thumbnail_id', '269'),
(6538, 289, 'field_1', 'a:1:{i:0;s:4:"Male";}'),
(6539, 289, '_field_1', 'field_58ef89e16b740'),
(6540, 289, 'field_2', 'a:1:{i:0;s:6:"My car";}'),
(6541, 289, '_field_2', 'field_58ef8a256b741'),
(6542, 289, 'field_3', 'a:1:{i:0;s:4:"Auto";}'),
(6543, 289, '_field_3', 'field_58ef8a396b742'),
(6544, 289, 'field_4', 'a:1:{i:0;s:1:"C";}'),
(6545, 289, '_field_4', 'field_58ef8a476b743'),
(6546, 289, 'e-mail', 'test@mail.com'),
(6547, 289, '_e-mail', 'field_58ef66c8b70fa'),
(6548, 289, 'rating', '5'),
(6549, 289, '_rating', 'field_58ef6cd744d3f'),
(6550, 289, 'price', '$300'),
(6551, 289, '_price', 'field_58ef6f79ff7a8'),
(6552, 289, 'categories', 'C'),
(6553, 289, '_categories', 'field_58ef6e0bd353e'),
(6554, 289, 'data_0_text1', 'Gender:'),
(6555, 289, '_data_0_text1', 'field_58ef6f30ff7a6'),
(6556, 289, 'data_0_text2', 'Male'),
(6557, 289, '_data_0_text2', 'field_58ef6f37ff7a7'),
(6558, 289, 'data_1_text1', 'Transmission:'),
(6559, 289, '_data_1_text1', 'field_58ef6f30ff7a6'),
(6560, 289, 'data_1_text2', 'Auto'),
(6561, 289, '_data_1_text2', 'field_58ef6f37ff7a7'),
(6562, 289, 'data_2_text1', 'Price:'),
(6563, 289, '_data_2_text1', 'field_58ef6f30ff7a6'),
(6564, 289, 'data_2_text2', '6$/hour'),
(6565, 289, '_data_2_text2', 'field_58ef6f37ff7a7'),
(6566, 289, 'data', '3'),
(6567, 289, '_data', 'field_58ef6ed3ff7a5'),
(6568, 289, 'gallery_0_picture', '270'),
(6569, 289, '_gallery_0_picture', 'field_58ef690bb70fc'),
(6570, 289, 'gallery_1_picture', '269'),
(6571, 289, '_gallery_1_picture', 'field_58ef690bb70fc'),
(6572, 289, 'gallery_2_picture', '270'),
(6573, 289, '_gallery_2_picture', 'field_58ef690bb70fc'),
(6574, 289, 'gallery_3_picture', '269'),
(6575, 289, '_gallery_3_picture', 'field_58ef690bb70fc'),
(6576, 289, 'gallery', '4'),
(6577, 289, '_gallery', 'field_58ef6818b70fb'),
(6578, 289, 'cars_0_car', 'suzuki sx4'),
(6579, 289, '_cars_0_car', 'field_58ef7166ac257'),
(6580, 289, 'cars_0_transmission', 'Automat'),
(6581, 289, '_cars_0_transmission', 'field_58ef7195ac258'),
(6582, 289, 'cars_0_rating', '5'),
(6583, 289, '_cars_0_rating', 'field_58ef7213ac259'),
(6584, 289, 'cars_0_picture', '271'),
(6585, 289, '_cars_0_picture', 'field_58ef72f4ac25a'),
(6586, 289, 'cars', '1'),
(6587, 289, '_cars', 'field_58ef705eac255'),
(6588, 290, '_thumbnail_id', '269'),
(6589, 290, 'field_1', 'a:1:{i:0;s:6:"Female";}'),
(6590, 290, '_field_1', 'field_58ef89e16b740'),
(6591, 290, 'field_2', 'a:1:{i:0;s:6:"My car";}'),
(6592, 290, '_field_2', 'field_58ef8a256b741'),
(6593, 290, 'field_3', 'a:1:{i:0;s:9:"Mechanics";}'),
(6594, 290, '_field_3', 'field_58ef8a396b742'),
(6595, 290, 'field_4', 'a:1:{i:0;s:1:"A";}'),
(6596, 290, '_field_4', 'field_58ef8a476b743'),
(6597, 290, 'e-mail', 'test@mail.com'),
(6598, 290, '_e-mail', 'field_58ef66c8b70fa'),
(6599, 290, 'rating', '5'),
(6600, 290, '_rating', 'field_58ef6cd744d3f'),
(6601, 290, 'price', '$300'),
(6602, 290, '_price', 'field_58ef6f79ff7a8'),
(6603, 290, 'categories', 'A'),
(6604, 290, '_categories', 'field_58ef6e0bd353e'),
(6605, 290, 'data_0_text1', 'Gender:'),
(6606, 290, '_data_0_text1', 'field_58ef6f30ff7a6'),
(6607, 290, 'data_0_text2', 'Female'),
(6608, 290, '_data_0_text2', 'field_58ef6f37ff7a7'),
(6609, 290, 'data_1_text1', 'Transmission:'),
(6610, 290, '_data_1_text1', 'field_58ef6f30ff7a6'),
(6611, 290, 'data_1_text2', 'Mechanics'),
(6612, 290, '_data_1_text2', 'field_58ef6f37ff7a7'),
(6613, 290, 'data_2_text1', 'Price:'),
(6614, 290, '_data_2_text1', 'field_58ef6f30ff7a6'),
(6615, 290, 'data_2_text2', '6$/hour'),
(6616, 290, '_data_2_text2', 'field_58ef6f37ff7a7'),
(6617, 290, 'data', '3'),
(6618, 290, '_data', 'field_58ef6ed3ff7a5'),
(6619, 290, 'gallery_0_picture', '270'),
(6620, 290, '_gallery_0_picture', 'field_58ef690bb70fc'),
(6621, 290, 'gallery_1_picture', '269'),
(6622, 290, '_gallery_1_picture', 'field_58ef690bb70fc'),
(6623, 290, 'gallery_2_picture', '269'),
(6624, 290, '_gallery_2_picture', 'field_58ef690bb70fc'),
(6625, 290, 'gallery_3_picture', '270'),
(6626, 290, '_gallery_3_picture', 'field_58ef690bb70fc'),
(6627, 290, 'gallery', '4'),
(6628, 290, '_gallery', 'field_58ef6818b70fb'),
(6629, 290, 'cars_0_car', 'chevrolet camaro'),
(6630, 290, '_cars_0_car', 'field_58ef7166ac257'),
(6631, 290, 'cars_0_transmission', 'Mechanics'),
(6632, 290, '_cars_0_transmission', 'field_58ef7195ac258'),
(6633, 290, 'cars_0_rating', '5') ;
REPLACE INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6634, 290, '_cars_0_rating', 'field_58ef7213ac259'),
(6635, 290, 'cars_0_picture', '272'),
(6636, 290, '_cars_0_picture', 'field_58ef72f4ac25a'),
(6637, 290, 'cars', '1'),
(6638, 290, '_cars', 'field_58ef705eac255'),
(6639, 291, '_thumbnail_id', '269'),
(6640, 291, 'field_1', 'a:1:{i:0;s:4:"Male";}'),
(6641, 291, '_field_1', 'field_58ef89e16b740'),
(6642, 291, 'field_2', 'a:1:{i:0;s:13:"Teacher\'s car";}'),
(6643, 291, '_field_2', 'field_58ef8a256b741'),
(6644, 291, 'field_3', 'a:1:{i:0;s:4:"Auto";}'),
(6645, 291, '_field_3', 'field_58ef8a396b742'),
(6646, 291, 'field_4', 'a:1:{i:0;s:1:"B";}'),
(6647, 291, '_field_4', 'field_58ef8a476b743'),
(6648, 291, 'e-mail', 'test@mail.com'),
(6649, 291, '_e-mail', 'field_58ef66c8b70fa'),
(6650, 291, 'rating', '5'),
(6651, 291, '_rating', 'field_58ef6cd744d3f'),
(6652, 291, 'price', '$300'),
(6653, 291, '_price', 'field_58ef6f79ff7a8'),
(6654, 291, 'categories', 'B'),
(6655, 291, '_categories', 'field_58ef6e0bd353e'),
(6656, 291, 'data_0_text1', 'Gender:'),
(6657, 291, '_data_0_text1', 'field_58ef6f30ff7a6'),
(6658, 291, 'data_0_text2', 'Male'),
(6659, 291, '_data_0_text2', 'field_58ef6f37ff7a7'),
(6660, 291, 'data_1_text1', 'Transmission:'),
(6661, 291, '_data_1_text1', 'field_58ef6f30ff7a6'),
(6662, 291, 'data_1_text2', 'Auto'),
(6663, 291, '_data_1_text2', 'field_58ef6f37ff7a7'),
(6664, 291, 'data_2_text1', 'Price:'),
(6665, 291, '_data_2_text1', 'field_58ef6f30ff7a6'),
(6666, 291, 'data_2_text2', '6$/hour'),
(6667, 291, '_data_2_text2', 'field_58ef6f37ff7a7'),
(6668, 291, 'data', '3'),
(6669, 291, '_data', 'field_58ef6ed3ff7a5'),
(6670, 291, 'gallery_0_picture', '269'),
(6671, 291, '_gallery_0_picture', 'field_58ef690bb70fc'),
(6672, 291, 'gallery_1_picture', '269'),
(6673, 291, '_gallery_1_picture', 'field_58ef690bb70fc'),
(6674, 291, 'gallery_2_picture', '270'),
(6675, 291, '_gallery_2_picture', 'field_58ef690bb70fc'),
(6676, 291, 'gallery', '3'),
(6677, 291, '_gallery', 'field_58ef6818b70fb'),
(6678, 291, 'cars_0_car', 'suzuki sx4'),
(6679, 291, '_cars_0_car', 'field_58ef7166ac257'),
(6680, 291, 'cars_0_transmission', 'Mechanics'),
(6681, 291, '_cars_0_transmission', 'field_58ef7195ac258'),
(6682, 291, 'cars_0_rating', '5'),
(6683, 291, '_cars_0_rating', 'field_58ef7213ac259'),
(6684, 291, 'cars_0_picture', '271'),
(6685, 291, '_cars_0_picture', 'field_58ef72f4ac25a'),
(6686, 291, 'cars', '1'),
(6687, 291, '_cars', 'field_58ef705eac255'),
(6688, 292, '_thumbnail_id', '269'),
(6689, 292, 'field_1', 'a:1:{i:0;s:6:"Female";}'),
(6690, 292, '_field_1', 'field_58ef89e16b740'),
(6691, 292, 'field_2', 'a:1:{i:0;s:6:"My car";}'),
(6692, 292, '_field_2', 'field_58ef8a256b741'),
(6693, 292, 'field_3', 'a:1:{i:0;s:9:"Mechanics";}'),
(6694, 292, '_field_3', 'field_58ef8a396b742'),
(6695, 292, 'field_4', 'a:1:{i:0;s:1:"C";}'),
(6696, 292, '_field_4', 'field_58ef8a476b743'),
(6697, 292, 'e-mail', 'test@mail.com'),
(6698, 292, '_e-mail', 'field_58ef66c8b70fa'),
(6699, 292, 'rating', '5'),
(6700, 292, '_rating', 'field_58ef6cd744d3f'),
(6701, 292, 'price', '$300'),
(6702, 292, '_price', 'field_58ef6f79ff7a8'),
(6703, 292, 'categories', 'C'),
(6704, 292, '_categories', 'field_58ef6e0bd353e'),
(6705, 292, 'data_0_text1', 'Gender:'),
(6706, 292, '_data_0_text1', 'field_58ef6f30ff7a6'),
(6707, 292, 'data_0_text2', 'Female'),
(6708, 292, '_data_0_text2', 'field_58ef6f37ff7a7'),
(6709, 292, 'data_1_text1', 'Transmission:'),
(6710, 292, '_data_1_text1', 'field_58ef6f30ff7a6'),
(6711, 292, 'data_1_text2', 'Mechanics'),
(6712, 292, '_data_1_text2', 'field_58ef6f37ff7a7'),
(6713, 292, 'data_2_text1', 'Price:'),
(6714, 292, '_data_2_text1', 'field_58ef6f30ff7a6'),
(6715, 292, 'data_2_text2', '6$/hour'),
(6716, 292, '_data_2_text2', 'field_58ef6f37ff7a7'),
(6717, 292, 'data', '3'),
(6718, 292, '_data', 'field_58ef6ed3ff7a5'),
(6719, 292, 'gallery_0_picture', '269'),
(6720, 292, '_gallery_0_picture', 'field_58ef690bb70fc'),
(6721, 292, 'gallery_1_picture', '270'),
(6722, 292, '_gallery_1_picture', 'field_58ef690bb70fc'),
(6723, 292, 'gallery_2_picture', '269'),
(6724, 292, '_gallery_2_picture', 'field_58ef690bb70fc'),
(6725, 292, 'gallery_3_picture', '270'),
(6726, 292, '_gallery_3_picture', 'field_58ef690bb70fc'),
(6727, 292, 'gallery', '4'),
(6728, 292, '_gallery', 'field_58ef6818b70fb'),
(6729, 292, 'cars_0_car', 'suzuki sx4'),
(6730, 292, '_cars_0_car', 'field_58ef7166ac257'),
(6731, 292, 'cars_0_transmission', 'Automat'),
(6732, 292, '_cars_0_transmission', 'field_58ef7195ac258'),
(6733, 292, 'cars_0_rating', '5') ;
REPLACE INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6734, 292, '_cars_0_rating', 'field_58ef7213ac259'),
(6735, 292, 'cars_0_picture', '271'),
(6736, 292, '_cars_0_picture', 'field_58ef72f4ac25a'),
(6737, 292, 'cars_1_car', 'chevrolet camaro'),
(6738, 292, '_cars_1_car', 'field_58ef7166ac257'),
(6739, 292, 'cars_1_transmission', 'Automat'),
(6740, 292, '_cars_1_transmission', 'field_58ef7195ac258'),
(6741, 292, 'cars_1_rating', '5'),
(6742, 292, '_cars_1_rating', 'field_58ef7213ac259'),
(6743, 292, 'cars_1_picture', '272'),
(6744, 292, '_cars_1_picture', 'field_58ef72f4ac25a'),
(6745, 292, 'cars', '2'),
(6746, 292, '_cars', 'field_58ef705eac255'),
(6747, 281, 'criterion1', 'Male'),
(6748, 281, 'criterion2', 'My car'),
(6749, 281, 'criterion3', 'Auto'),
(6750, 281, 'criterion4', 'A'),
(6751, 282, 'criterion1', 'Female'),
(6752, 282, 'criterion2', 'Teacher\'s car'),
(6753, 282, 'criterion3', 'Mechanics'),
(6754, 282, 'criterion4', 'C'),
(6755, 283, 'criterion1', 'Male'),
(6756, 283, 'criterion2', 'My car'),
(6757, 283, 'criterion3', 'Mechanics'),
(6758, 283, 'criterion4', 'B'),
(6759, 284, 'criterion1', 'Female'),
(6760, 284, 'criterion2', 'Teacher\'s car'),
(6761, 284, 'criterion3', 'Auto'),
(6762, 284, 'criterion4', 'A'),
(6763, 285, 'criterion1', 'Male'),
(6764, 285, 'criterion2', 'My car'),
(6765, 285, 'criterion3', 'Auto'),
(6766, 285, 'criterion4', 'B'),
(6767, 286, 'criterion1', 'Female'),
(6768, 286, 'criterion2', 'Teacher\'s car'),
(6769, 286, 'criterion3', 'Mechanics'),
(6770, 286, 'criterion4', 'C'),
(6771, 287, 'criterion1', 'Male'),
(6772, 287, 'criterion2', 'My car'),
(6773, 287, 'criterion3', 'Auto'),
(6774, 287, 'criterion4', 'B'),
(6775, 288, 'criterion1', 'Female'),
(6776, 288, 'criterion2', 'Teacher\'s car'),
(6777, 288, 'criterion3', 'Mechanics'),
(6778, 288, 'criterion4', 'A'),
(6779, 289, 'criterion1', 'Male'),
(6780, 289, 'criterion2', 'My car'),
(6781, 289, 'criterion3', 'Auto'),
(6782, 289, 'criterion4', 'C'),
(6783, 290, 'criterion1', 'Female'),
(6784, 290, 'criterion2', 'My car'),
(6785, 290, 'criterion3', 'Mechanics'),
(6786, 290, 'criterion4', 'A'),
(6787, 291, 'criterion1', 'Male'),
(6788, 291, 'criterion2', 'Teacher\'s car'),
(6789, 291, 'criterion3', 'Auto'),
(6790, 291, 'criterion4', 'B'),
(6791, 292, 'criterion1', 'Female'),
(6792, 292, 'criterion2', 'My car'),
(6793, 292, 'criterion3', 'Mechanics'),
(6794, 292, 'criterion4', 'C'),
(7074, 371, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(7075, 371, '_menu_item_type', 'post_type'),
(7076, 371, '_menu_item_menu_item_parent', '34'),
(7077, 371, '_menu_item_object_id', '16'),
(7078, 371, '_menu_item_object', 'page'),
(7079, 371, '_menu_item_target', ''),
(7080, 371, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(7081, 371, '_menu_item_xfn', ''),
(7082, 371, '_menu_item_url', ''),
(7084, 373, '_wp_attached_file', '2017/03/tiser1.jpg'),
(7085, 373, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1889;s:6:"height";i:668;s:4:"file";s:18:"2017/03/tiser1.jpg";s:5:"sizes";a:14:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"tiser1-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:18:"tiser1-300x106.jpg";s:5:"width";i:300;s:6:"height";i:106;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"tiser1-768x272.jpg";s:5:"width";i:768;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"tiser1-1024x362.jpg";s:5:"width";i:1024;s:6:"height";i:362;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:18:"tiser1-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:18:"tiser1-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:18:"tiser1-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:16:"tiser1-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:18:"tiser1-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_article-thumb";a:4:{s:4:"file";s:18:"tiser1-825x372.jpg";s:5:"width";i:825;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:16:"tiser1-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:18:"tiser1-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:18:"tiser1-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:21:"drivingschool_ava_big";a:4:{s:4:"file";s:18:"tiser1-479x519.jpg";s:5:"width";i:479;s:6:"height";i:519;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:{}}}'),
(7106, 425, '_wp_attached_file', '2017/03/b1.jpg'),
(7107, 425, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:479;s:6:"height";i:519;s:4:"file";s:14:"2017/03/b1.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:14:"b1-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:14:"b1-277x300.jpg";s:5:"width";i:277;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:14:"b1-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:14:"b1-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:14:"b1-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:12:"b1-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:14:"b1-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_article-thumb";a:4:{s:4:"file";s:14:"b1-479x372.jpg";s:5:"width";i:479;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:12:"b1-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:14:"b1-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:14:"b1-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;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:{}}}'),
(7108, 433, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(7109, 433, '_edit_last', '1'),
(7110, 433, '_edit_lock', '1518683831:1'),
(7111, 433, '_wp_page_template', 'page-composer.php'),
(7112, 433, '_wpb_vc_js_status', 'true'),
(7113, 435, '_wp_attached_file', '2017/04/tiser2.jpg'),
(7114, 435, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1818;s:6:"height";i:668;s:4:"file";s:18:"2017/04/tiser2.jpg";s:5:"sizes";a:14:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"tiser2-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:18:"tiser2-300x110.jpg";s:5:"width";i:300;s:6:"height";i:110;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"tiser2-768x282.jpg";s:5:"width";i:768;s:6:"height";i:282;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"tiser2-1024x376.jpg";s:5:"width";i:1024;s:6:"height";i:376;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:18:"tiser2-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:18:"tiser2-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:18:"tiser2-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:16:"tiser2-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:18:"tiser2-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_article-thumb";a:4:{s:4:"file";s:18:"tiser2-825x372.jpg";s:5:"width";i:825;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:16:"tiser2-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:18:"tiser2-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:18:"tiser2-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:21:"drivingschool_ava_big";a:4:{s:4:"file";s:18:"tiser2-479x519.jpg";s:5:"width";i:479;s:6:"height";i:519;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:{}}}'),
(7115, 438, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(7116, 438, '_menu_item_type', 'post_type'),
(7117, 438, '_menu_item_menu_item_parent', '34'),
(7118, 438, '_menu_item_object_id', '433'),
(7119, 438, '_menu_item_object', 'page'),
(7120, 438, '_menu_item_target', ''),
(7121, 438, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(7122, 438, '_menu_item_xfn', ''),
(7123, 438, '_menu_item_url', ''),
(7125, 444, '_wp_attached_file', '2017/04/bg-about-moto.jpg'),
(7126, 444, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1817;s:6:"height";i:685;s:4:"file";s:25:"2017/04/bg-about-moto.jpg";s:5:"sizes";a:14:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"bg-about-moto-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:"bg-about-moto-300x113.jpg";s:5:"width";i:300;s:6:"height";i:113;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:25:"bg-about-moto-768x290.jpg";s:5:"width";i:768;s:6:"height";i:290;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:26:"bg-about-moto-1024x386.jpg";s:5:"width";i:1024;s:6:"height";i:386;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:25:"bg-about-moto-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:25:"bg-about-moto-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:25:"bg-about-moto-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:23:"bg-about-moto-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:25:"bg-about-moto-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_article-thumb";a:4:{s:4:"file";s:25:"bg-about-moto-825x372.jpg";s:5:"width";i:825;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:23:"bg-about-moto-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:25:"bg-about-moto-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:25:"bg-about-moto-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:21:"drivingschool_ava_big";a:4:{s:4:"file";s:25:"bg-about-moto-479x519.jpg";s:5:"width";i:479;s:6:"height";i:519;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:{}}}'),
(7127, 450, '_wp_attached_file', '2017/04/bg-price-moto.jpg'),
(7128, 450, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1816;s:6:"height";i:1150;s:4:"file";s:25:"2017/04/bg-price-moto.jpg";s:5:"sizes";a:14:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"bg-price-moto-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:"bg-price-moto-300x190.jpg";s:5:"width";i:300;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:25:"bg-price-moto-768x486.jpg";s:5:"width";i:768;s:6:"height";i:486;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:26:"bg-price-moto-1024x648.jpg";s:5:"width";i:1024;s:6:"height";i:648;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:25:"bg-price-moto-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:25:"bg-price-moto-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:25:"bg-price-moto-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:23:"bg-price-moto-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:25:"bg-price-moto-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_article-thumb";a:4:{s:4:"file";s:25:"bg-price-moto-825x372.jpg";s:5:"width";i:825;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:23:"bg-price-moto-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:25:"bg-price-moto-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:25:"bg-price-moto-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:21:"drivingschool_ava_big";a:4:{s:4:"file";s:25:"bg-price-moto-479x519.jpg";s:5:"width";i:479;s:6:"height";i:519;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:{}}}'),
(7129, 453, '_wp_attached_file', '2017/04/bg-course-moto.jpg'),
(7130, 453, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1859;s:6:"height";i:851;s:4:"file";s:26:"2017/04/bg-course-moto.jpg";s:5:"sizes";a:14:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"bg-course-moto-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:26:"bg-course-moto-300x137.jpg";s:5:"width";i:300;s:6:"height";i:137;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:26:"bg-course-moto-768x352.jpg";s:5:"width";i:768;s:6:"height";i:352;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:27:"bg-course-moto-1024x469.jpg";s:5:"width";i:1024;s:6:"height";i:469;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:26:"bg-course-moto-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:26:"bg-course-moto-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:26:"bg-course-moto-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:24:"bg-course-moto-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:26:"bg-course-moto-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_article-thumb";a:4:{s:4:"file";s:26:"bg-course-moto-825x372.jpg";s:5:"width";i:825;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:24:"bg-course-moto-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:26:"bg-course-moto-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:26:"bg-course-moto-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:21:"drivingschool_ava_big";a:4:{s:4:"file";s:26:"bg-course-moto-479x519.jpg";s:5:"width";i:479;s:6:"height";i:519;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:{}}}'),
(7131, 458, '_wp_attached_file', '2017/04/bg-video-moto.jpg'),
(7132, 458, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1799;s:6:"height";i:851;s:4:"file";s:25:"2017/04/bg-video-moto.jpg";s:5:"sizes";a:14:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"bg-video-moto-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:"bg-video-moto-300x142.jpg";s:5:"width";i:300;s:6:"height";i:142;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:25:"bg-video-moto-768x363.jpg";s:5:"width";i:768;s:6:"height";i:363;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:26:"bg-video-moto-1024x484.jpg";s:5:"width";i:1024;s:6:"height";i:484;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:25:"bg-video-moto-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:25:"bg-video-moto-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:25:"bg-video-moto-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:23:"bg-video-moto-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:25:"bg-video-moto-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_article-thumb";a:4:{s:4:"file";s:25:"bg-video-moto-825x372.jpg";s:5:"width";i:825;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:23:"bg-video-moto-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:25:"bg-video-moto-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:25:"bg-video-moto-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:21:"drivingschool_ava_big";a:4:{s:4:"file";s:25:"bg-video-moto-479x519.jpg";s:5:"width";i:479;s:6:"height";i:519;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:{}}}'),
(7133, 461, '_wp_attached_file', '2017/04/bg-faq-moto.jpg'),
(7134, 461, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:990;s:6:"height";i:623;s:4:"file";s:23:"2017/04/bg-faq-moto.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"bg-faq-moto-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:23:"bg-faq-moto-300x189.jpg";s:5:"width";i:300;s:6:"height";i:189;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:23:"bg-faq-moto-768x483.jpg";s:5:"width";i:768;s:6:"height";i:483;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:23:"bg-faq-moto-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:23:"bg-faq-moto-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:23:"bg-faq-moto-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:21:"bg-faq-moto-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:23:"bg-faq-moto-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_article-thumb";a:4:{s:4:"file";s:23:"bg-faq-moto-825x372.jpg";s:5:"width";i:825;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:21:"bg-faq-moto-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:23:"bg-faq-moto-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:23:"bg-faq-moto-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:21:"drivingschool_ava_big";a:4:{s:4:"file";s:23:"bg-faq-moto-479x519.jpg";s:5:"width";i:479;s:6:"height";i:519;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:{}}}') ;
REPLACE INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7135, 433, 'lower_block', 'no'),
(7136, 16, 'lower_block', 'no'),
(7137, 433, 'lower_block', 'no'),
(7138, 433, 'lower_block', 'no'),
(7139, 433, 'lower_block', 'yes'),
(7140, 316, 'lower_block', 'yes'),
(7141, 316, 'lower_block', 'yes'),
(7142, 316, 'lower_block', 'yes'),
(7143, 433, 'lower_block', 'no'),
(7144, 433, 'lower_block', 'yes'),
(7145, 433, 'lower_block', 'no'),
(7146, 433, 'lower_block', 'yes'),
(7147, 463, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(7148, 463, '_edit_last', '1'),
(7149, 463, '_edit_lock', '1522558744:1'),
(7150, 463, '_wp_page_template', 'page-composer.php'),
(7151, 463, '_wpb_vc_js_status', 'true'),
(7152, 465, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(7153, 465, '_menu_item_type', 'post_type'),
(7154, 465, '_menu_item_menu_item_parent', '34'),
(7155, 465, '_menu_item_object_id', '463'),
(7156, 465, '_menu_item_object', 'page'),
(7157, 465, '_menu_item_target', ''),
(7158, 465, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(7159, 465, '_menu_item_xfn', ''),
(7160, 465, '_menu_item_url', ''),
(7162, 466, '_wp_attached_file', '2017/04/tiser3.jpg'),
(7163, 466, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1837;s:6:"height";i:668;s:4:"file";s:18:"2017/04/tiser3.jpg";s:5:"sizes";a:14:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"tiser3-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:18:"tiser3-300x109.jpg";s:5:"width";i:300;s:6:"height";i:109;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"tiser3-768x279.jpg";s:5:"width";i:768;s:6:"height";i:279;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"tiser3-1024x372.jpg";s:5:"width";i:1024;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:18:"tiser3-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:18:"tiser3-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:18:"tiser3-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:16:"tiser3-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:18:"tiser3-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_article-thumb";a:4:{s:4:"file";s:18:"tiser3-825x372.jpg";s:5:"width";i:825;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:16:"tiser3-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:18:"tiser3-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:18:"tiser3-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:21:"drivingschool_ava_big";a:4:{s:4:"file";s:18:"tiser3-479x519.jpg";s:5:"width";i:479;s:6:"height";i:519;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:{}}}'),
(7164, 470, '_wp_attached_file', '2017/04/bg-about-ex.jpg'),
(7165, 470, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1856;s:6:"height";i:685;s:4:"file";s:23:"2017/04/bg-about-ex.jpg";s:5:"sizes";a:14:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"bg-about-ex-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:23:"bg-about-ex-300x111.jpg";s:5:"width";i:300;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:23:"bg-about-ex-768x283.jpg";s:5:"width";i:768;s:6:"height";i:283;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:24:"bg-about-ex-1024x378.jpg";s:5:"width";i:1024;s:6:"height";i:378;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:23:"bg-about-ex-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:23:"bg-about-ex-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:23:"bg-about-ex-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:21:"bg-about-ex-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:23:"bg-about-ex-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_article-thumb";a:4:{s:4:"file";s:23:"bg-about-ex-825x372.jpg";s:5:"width";i:825;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:21:"bg-about-ex-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:23:"bg-about-ex-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:23:"bg-about-ex-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:21:"drivingschool_ava_big";a:4:{s:4:"file";s:23:"bg-about-ex-479x519.jpg";s:5:"width";i:479;s:6:"height";i:519;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:{}}}'),
(7166, 473, '_wp_attached_file', '2017/04/bg-dop-ex.jpg'),
(7167, 473, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:920;s:6:"height";i:521;s:4:"file";s:21:"2017/04/bg-dop-ex.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"bg-dop-ex-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:"bg-dop-ex-300x170.jpg";s:5:"width";i:300;s:6:"height";i:170;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"bg-dop-ex-768x435.jpg";s:5:"width";i:768;s:6:"height";i:435;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:21:"bg-dop-ex-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:21:"bg-dop-ex-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:21:"bg-dop-ex-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:19:"bg-dop-ex-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:21:"bg-dop-ex-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_article-thumb";a:4:{s:4:"file";s:21:"bg-dop-ex-825x372.jpg";s:5:"width";i:825;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:19:"bg-dop-ex-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:21:"bg-dop-ex-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:21:"bg-dop-ex-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:21:"drivingschool_ava_big";a:4:{s:4:"file";s:21:"bg-dop-ex-479x519.jpg";s:5:"width";i:479;s:6:"height";i:519;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:{}}}'),
(7168, 481, '_wp_attached_file', '2017/04/thumb9-1.jpg'),
(7169, 481, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:263;s:6:"height";i:263;s:4:"file";s:20:"2017/04/thumb9-1.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"thumb9-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:20:"thumb9-1-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:20:"thumb9-1-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:20:"thumb9-1-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:18:"thumb9-1-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:20:"thumb9-1-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:18:"thumb9-1-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:20:"thumb9-1-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:20:"thumb9-1-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;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:{}}}'),
(7170, 482, '_wp_attached_file', '2017/04/thumb10-1.jpg'),
(7171, 482, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:263;s:6:"height";i:263;s:4:"file";s:21:"2017/04/thumb10-1.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"thumb10-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:21:"thumb10-1-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:21:"thumb10-1-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:21:"thumb10-1-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:19:"thumb10-1-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:21:"thumb10-1-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:19:"thumb10-1-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:21:"thumb10-1-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:21:"thumb10-1-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;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:{}}}'),
(7172, 483, '_wp_attached_file', '2017/04/thumb11-1.jpg'),
(7173, 483, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:263;s:6:"height";i:263;s:4:"file";s:21:"2017/04/thumb11-1.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"thumb11-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:21:"thumb11-1-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:21:"thumb11-1-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:21:"thumb11-1-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:19:"thumb11-1-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:21:"thumb11-1-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:19:"thumb11-1-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:21:"thumb11-1-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:21:"thumb11-1-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;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:{}}}'),
(7174, 484, '_wp_attached_file', '2017/04/thumb12-1.jpg'),
(7175, 484, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:263;s:6:"height";i:263;s:4:"file";s:21:"2017/04/thumb12-1.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"thumb12-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:21:"thumb12-1-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:21:"thumb12-1-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:21:"thumb12-1-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:19:"thumb12-1-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:21:"thumb12-1-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:19:"thumb12-1-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:21:"thumb12-1-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:21:"thumb12-1-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;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:{}}}'),
(7176, 485, '_wp_attached_file', '2017/04/thumb13-1.jpg'),
(7177, 485, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:263;s:6:"height";i:263;s:4:"file";s:21:"2017/04/thumb13-1.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"thumb13-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:21:"thumb13-1-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:21:"thumb13-1-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:21:"thumb13-1-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:19:"thumb13-1-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:21:"thumb13-1-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:19:"thumb13-1-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:21:"thumb13-1-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:21:"thumb13-1-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;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:{}}}'),
(7178, 486, '_wp_attached_file', '2017/04/thumb14-1.jpg'),
(7179, 486, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:263;s:6:"height";i:263;s:4:"file";s:21:"2017/04/thumb14-1.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"thumb14-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:21:"thumb14-1-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:21:"thumb14-1-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:21:"thumb14-1-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:19:"thumb14-1-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:21:"thumb14-1-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:19:"thumb14-1-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:21:"thumb14-1-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:21:"thumb14-1-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;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:{}}}'),
(7180, 487, '_wp_attached_file', '2017/04/thumb15-1.jpg'),
(7181, 487, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:263;s:6:"height";i:263;s:4:"file";s:21:"2017/04/thumb15-1.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"thumb15-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:21:"thumb15-1-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:21:"thumb15-1-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:21:"thumb15-1-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:19:"thumb15-1-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:21:"thumb15-1-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:19:"thumb15-1-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:21:"thumb15-1-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:21:"thumb15-1-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;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:{}}}'),
(7182, 488, '_wp_attached_file', '2017/04/thumb16-1.jpg'),
(7183, 488, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:263;s:6:"height";i:263;s:4:"file";s:21:"2017/04/thumb16-1.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"thumb16-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:21:"thumb16-1-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:21:"thumb16-1-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:21:"thumb16-1-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:19:"thumb16-1-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:21:"thumb16-1-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:19:"thumb16-1-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:21:"thumb16-1-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:21:"thumb16-1-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;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:{}}}'),
(7184, 490, '_wp_attached_file', '2017/04/bg-video-ex.jpg'),
(7185, 490, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1859;s:6:"height";i:851;s:4:"file";s:23:"2017/04/bg-video-ex.jpg";s:5:"sizes";a:14:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"bg-video-ex-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:23:"bg-video-ex-300x137.jpg";s:5:"width";i:300;s:6:"height";i:137;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:23:"bg-video-ex-768x352.jpg";s:5:"width";i:768;s:6:"height";i:352;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:24:"bg-video-ex-1024x469.jpg";s:5:"width";i:1024;s:6:"height";i:469;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:23:"bg-video-ex-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:23:"bg-video-ex-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:23:"bg-video-ex-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:21:"bg-video-ex-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:23:"bg-video-ex-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_article-thumb";a:4:{s:4:"file";s:23:"bg-video-ex-825x372.jpg";s:5:"width";i:825;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:21:"bg-video-ex-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:23:"bg-video-ex-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:23:"bg-video-ex-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:21:"drivingschool_ava_big";a:4:{s:4:"file";s:23:"bg-video-ex-479x519.jpg";s:5:"width";i:479;s:6:"height";i:519;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:{}}}'),
(7188, 497, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(7189, 497, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(7190, 497, '_wp_page_template', 'page-composer.php'),
(7191, 497, '_wpb_vc_js_status', 'true'),
(7192, 497, '_dp_original', '463'),
(7193, 497, '_edit_lock', '1518684465:1'),
(7194, 497, '_edit_last', '1'),
(7195, 499, '_wp_attached_file', '2017/04/tiser4.jpg'),
(7196, 499, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:512;s:4:"file";s:18:"2017/04/tiser4.jpg";s:5:"sizes";a:14:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"tiser4-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:18:"tiser4-300x150.jpg";s:5:"width";i:300;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"tiser4-768x384.jpg";s:5:"width";i:768;s:6:"height";i:384;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"tiser4-1024x512.jpg";s:5:"width";i:1024;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:18:"tiser4-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:18:"tiser4-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:18:"tiser4-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:16:"tiser4-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:18:"tiser4-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_article-thumb";a:4:{s:4:"file";s:18:"tiser4-825x372.jpg";s:5:"width";i:825;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:16:"tiser4-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:18:"tiser4-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:18:"tiser4-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:21:"drivingschool_ava_big";a:4:{s:4:"file";s:18:"tiser4-479x512.jpg";s:5:"width";i:479;s:6:"height";i:512;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:{}}}'),
(7197, 500, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(7198, 500, '_menu_item_type', 'post_type'),
(7199, 500, '_menu_item_menu_item_parent', '34'),
(7200, 500, '_menu_item_object_id', '497'),
(7201, 500, '_menu_item_object', 'page'),
(7202, 500, '_menu_item_target', ''),
(7203, 500, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(7204, 500, '_menu_item_xfn', ''),
(7205, 500, '_menu_item_url', ''),
(7207, 503, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(7208, 503, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(7209, 503, '_wp_page_template', 'page-composer.php'),
(7210, 503, '_wpb_vc_js_status', 'true'),
(7211, 503, 'views', '146'),
(7212, 503, 'lower_block', 'no'),
(7213, 503, '_dp_original', '16'),
(7214, 503, '_edit_lock', '1495560882:2'),
(7215, 503, '_edit_last', '1'),
(7216, 505, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(7217, 505, '_menu_item_type', 'post_type'),
(7218, 505, '_menu_item_menu_item_parent', '34'),
(7219, 505, '_menu_item_object_id', '503'),
(7220, 505, '_menu_item_object', 'page'),
(7221, 505, '_menu_item_target', ''),
(7222, 505, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(7223, 505, '_menu_item_xfn', ''),
(7224, 505, '_menu_item_url', ''),
(7226, 515, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(7227, 515, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(7228, 515, '_wp_page_template', 'page-composer.php'),
(7229, 515, '_wpb_vc_js_status', 'true'),
(7230, 515, 'views', '91'),
(7231, 515, 'lower_block', 'no'),
(7232, 515, '_dp_original', '16'),
(7233, 515, '_edit_lock', '1495546946:2'),
(7234, 515, '_edit_last', '1'),
(7235, 517, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(7236, 517, '_menu_item_type', 'post_type'),
(7237, 517, '_menu_item_menu_item_parent', '34'),
(7238, 517, '_menu_item_object_id', '515'),
(7239, 517, '_menu_item_object', 'page') ;
REPLACE INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7240, 517, '_menu_item_target', ''),
(7241, 517, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(7242, 517, '_menu_item_xfn', ''),
(7243, 517, '_menu_item_url', ''),
(7245, 525, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(7252, 65, 'views', '420'),
(7253, 128, 'views', '405'),
(7254, 148, 'views', '201'),
(7255, 76, 'views', '369'),
(7256, 92, 'views', '373'),
(7257, 81, 'views', '204'),
(7258, 433, 'views', '141'),
(7259, 463, 'views', '116'),
(7260, 497, 'views', '105'),
(7261, 43, 'views', '214'),
(7262, 36, 'views', '260'),
(7263, 211, 'views', '30'),
(7264, 292, 'views', '25'),
(7265, 290, 'views', '20'),
(7266, 291, 'views', '34'),
(7267, 289, 'views', '15'),
(7268, 287, 'views', '14'),
(7269, 288, 'views', '16'),
(7270, 286, 'views', '15'),
(7271, 285, 'views', '19'),
(7272, 284, 'views', '14'),
(7273, 283, 'views', '15'),
(7274, 282, 'views', '15'),
(7275, 281, 'views', '19'),
(7276, 210, 'views', '18'),
(7277, 209, 'views', '19'),
(7278, 208, 'views', '14'),
(7279, 207, 'views', '14'),
(7280, 205, 'views', '14'),
(7281, 529, '_wp_attached_file', '2017/04/Image-1.png'),
(7282, 529, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:270;s:6:"height";i:43;s:4:"file";s:19:"2017/04/Image-1.png";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"Image-1-150x43.png";s:5:"width";i:150;s:6:"height";i:43;s:9:"mime-type";s:9:"image/png";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:18:"Image-1-124x43.png";s:5:"width";i:124;s:6:"height";i:43;s:9:"mime-type";s:9:"image/png";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:18:"Image-1-165x43.png";s:5:"width";i:165;s:6:"height";i:43;s:9:"mime-type";s:9:"image/png";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:18:"Image-1-262x43.png";s:5:"width";i:262;s:6:"height";i:43;s:9:"mime-type";s:9:"image/png";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:17:"Image-1-70x43.png";s:5:"width";i:70;s:6:"height";i:43;s:9:"mime-type";s:9:"image/png";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:18:"Image-1-190x43.png";s:5:"width";i:190;s:6:"height";i:43;s:9:"mime-type";s:9:"image/png";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:17:"Image-1-95x43.png";s:5:"width";i:95;s:6:"height";i:43;s:9:"mime-type";s:9:"image/png";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:18:"Image-1-251x43.png";s:5:"width";i:251;s:6:"height";i:43;s:9:"mime-type";s:9:"image/png";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:18:"Image-1-263x43.png";s:5:"width";i:263;s:6:"height";i:43;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:{}}}'),
(7287, 535, '_wp_attached_file', '2017/05/logo.png'),
(7288, 535, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:270;s:6:"height";i:43;s:4:"file";s:16:"2017/05/logo.png";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"logo-150x43.png";s:5:"width";i:150;s:6:"height";i:43;s:9:"mime-type";s:9:"image/png";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:15:"logo-124x43.png";s:5:"width";i:124;s:6:"height";i:43;s:9:"mime-type";s:9:"image/png";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:15:"logo-165x43.png";s:5:"width";i:165;s:6:"height";i:43;s:9:"mime-type";s:9:"image/png";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:15:"logo-262x43.png";s:5:"width";i:262;s:6:"height";i:43;s:9:"mime-type";s:9:"image/png";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:14:"logo-70x43.png";s:5:"width";i:70;s:6:"height";i:43;s:9:"mime-type";s:9:"image/png";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:15:"logo-190x43.png";s:5:"width";i:190;s:6:"height";i:43;s:9:"mime-type";s:9:"image/png";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:14:"logo-95x43.png";s:5:"width";i:95;s:6:"height";i:43;s:9:"mime-type";s:9:"image/png";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:15:"logo-251x43.png";s:5:"width";i:251;s:6:"height";i:43;s:9:"mime-type";s:9:"image/png";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:15:"logo-263x43.png";s:5:"width";i:263;s:6:"height";i:43;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:{}}}'),
(7291, 537, '_wp_attached_file', '2017/05/logo-footer.png'),
(7292, 537, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:180;s:6:"height";i:22;s:4:"file";s:23:"2017/05/logo-footer.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"logo-footer-150x22.png";s:5:"width";i:150;s:6:"height";i:22;s:9:"mime-type";s:9:"image/png";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:22:"logo-footer-124x22.png";s:5:"width";i:124;s:6:"height";i:22;s:9:"mime-type";s:9:"image/png";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:22:"logo-footer-165x22.png";s:5:"width";i:165;s:6:"height";i:22;s:9:"mime-type";s:9:"image/png";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:21:"logo-footer-70x22.png";s:5:"width";i:70;s:6:"height";i:22;s:9:"mime-type";s:9:"image/png";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:21:"logo-footer-95x22.png";s:5:"width";i:95;s:6:"height";i:22;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:{}}}'),
(7382, 565, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(7413, 211, '_wp_old_slug', 'an-interview-with-power-elite-mvpthemes-6'),
(7416, 212, '_wp_old_slug', 'an-interview-with-power-elite-mvpthemes-7'),
(7419, 210, '_wp_old_slug', 'an-interview-with-power-elite-mvpthemes-5'),
(7422, 209, '_wp_old_slug', 'an-interview-with-power-elite-mvpthemes-4'),
(7425, 208, '_wp_old_slug', 'an-interview-with-power-elite-mvpthemes-3'),
(7428, 207, '_wp_old_slug', 'an-interview-with-power-elite-mvpthemes-2'),
(7466, 595, '_wp_attached_file', '2018/02/image-1.jpg'),
(7467, 595, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:19:"2018/02/image-1.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"image-1-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:"image-1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"image-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:19:"image-1-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:19:"image-1-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:19:"image-1-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:17:"image-1-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:19:"image-1-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_article-thumb";a:4:{s:4:"file";s:19:"image-1-825x372.jpg";s:5:"width";i:825;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:17:"image-1-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:19:"image-1-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:19:"image-1-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:21:"drivingschool_ava_big";a:4:{s:4:"file";s:19:"image-1-479x519.jpg";s:5:"width";i:479;s:6:"height";i:519;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:{}}}'),
(7468, 597, '_wp_attached_file', '2018/02/image-2.jpg'),
(7469, 597, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:19:"2018/02/image-2.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"image-2-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:"image-2-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"image-2-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:19:"image-2-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:19:"image-2-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:19:"image-2-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:17:"image-2-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:19:"image-2-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_article-thumb";a:4:{s:4:"file";s:19:"image-2-825x372.jpg";s:5:"width";i:825;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:17:"image-2-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:19:"image-2-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:19:"image-2-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:21:"drivingschool_ava_big";a:4:{s:4:"file";s:19:"image-2-479x519.jpg";s:5:"width";i:479;s:6:"height";i:519;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:{}}}'),
(7470, 598, '_wp_attached_file', '2018/02/image-3.jpg'),
(7471, 598, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1000;s:6:"height";i:675;s:4:"file";s:19:"2018/02/image-3.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"image-3-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:"image-3-300x203.jpg";s:5:"width";i:300;s:6:"height";i:203;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"image-3-768x518.jpg";s:5:"width";i:768;s:6:"height";i:518;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:19:"image-3-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:19:"image-3-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:19:"image-3-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:17:"image-3-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:19:"image-3-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_article-thumb";a:4:{s:4:"file";s:19:"image-3-825x372.jpg";s:5:"width";i:825;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:17:"image-3-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:19:"image-3-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:19:"image-3-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:21:"drivingschool_ava_big";a:4:{s:4:"file";s:19:"image-3-479x519.jpg";s:5:"width";i:479;s:6:"height";i:519;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:{}}}'),
(7472, 599, '_wp_attached_file', '2018/02/image-4.jpg'),
(7473, 599, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:900;s:6:"height";i:600;s:4:"file";s:19:"2018/02/image-4.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"image-4-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:"image-4-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"image-4-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:19:"image-4-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:19:"image-4-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:19:"image-4-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:17:"image-4-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:19:"image-4-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_article-thumb";a:4:{s:4:"file";s:19:"image-4-825x372.jpg";s:5:"width";i:825;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:17:"image-4-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:19:"image-4-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:19:"image-4-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:21:"drivingschool_ava_big";a:4:{s:4:"file";s:19:"image-4-479x519.jpg";s:5:"width";i:479;s:6:"height";i:519;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:{}}}'),
(7474, 600, '_wp_attached_file', '2018/02/image-5.jpg'),
(7475, 600, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:672;s:6:"height";i:378;s:4:"file";s:19:"2018/02/image-5.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"image-5-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:"image-5-300x169.jpg";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:19:"image-5-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:19:"image-5-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:19:"image-5-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:17:"image-5-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:19:"image-5-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_article-thumb";a:4:{s:4:"file";s:19:"image-5-672x372.jpg";s:5:"width";i:672;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:17:"image-5-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:19:"image-5-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:19:"image-5-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:21:"drivingschool_ava_big";a:4:{s:4:"file";s:19:"image-5-479x378.jpg";s:5:"width";i:479;s:6:"height";i:378;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:{}}}'),
(7476, 601, '_wp_attached_file', '2018/02/image-6.jpg'),
(7477, 601, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1300;s:6:"height";i:867;s:4:"file";s:19:"2018/02/image-6.jpg";s:5:"sizes";a:14:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"image-6-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:"image-6-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"image-6-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"image-6-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:19:"image-6-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:19:"image-6-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:19:"image-6-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:17:"image-6-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:19:"image-6-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_article-thumb";a:4:{s:4:"file";s:19:"image-6-825x372.jpg";s:5:"width";i:825;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:17:"image-6-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:19:"image-6-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:19:"image-6-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:21:"drivingschool_ava_big";a:4:{s:4:"file";s:19:"image-6-479x519.jpg";s:5:"width";i:479;s:6:"height";i:519;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:{}}}'),
(7478, 602, '_wp_attached_file', '2018/02/image-7.jpg'),
(7479, 602, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1152;s:6:"height";i:648;s:4:"file";s:19:"2018/02/image-7.jpg";s:5:"sizes";a:14:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"image-7-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:"image-7-300x169.jpg";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"image-7-768x432.jpg";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"image-7-1024x576.jpg";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:19:"image-7-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:19:"image-7-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:19:"image-7-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:17:"image-7-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:19:"image-7-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_article-thumb";a:4:{s:4:"file";s:19:"image-7-825x372.jpg";s:5:"width";i:825;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:17:"image-7-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:19:"image-7-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:19:"image-7-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:21:"drivingschool_ava_big";a:4:{s:4:"file";s:19:"image-7-479x519.jpg";s:5:"width";i:479;s:6:"height";i:519;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:{}}}'),
(7480, 603, '_wp_attached_file', '2018/02/image-8.jpg'),
(7481, 603, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:850;s:6:"height";i:567;s:4:"file";s:19:"2018/02/image-8.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"image-8-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:"image-8-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"image-8-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:19:"image-8-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:19:"image-8-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:19:"image-8-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:17:"image-8-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:19:"image-8-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_article-thumb";a:4:{s:4:"file";s:19:"image-8-825x372.jpg";s:5:"width";i:825;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:17:"image-8-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:19:"image-8-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:19:"image-8-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:21:"drivingschool_ava_big";a:4:{s:4:"file";s:19:"image-8-479x519.jpg";s:5:"width";i:479;s:6:"height";i:519;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:{}}}'),
(7482, 606, '_wp_attached_file', '2018/02/image-3-1.jpg'),
(7483, 606, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1000;s:6:"height";i:675;s:4:"file";s:21:"2018/02/image-3-1.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"image-3-1-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:"image-3-1-300x203.jpg";s:5:"width";i:300;s:6:"height";i:203;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"image-3-1-768x518.jpg";s:5:"width";i:768;s:6:"height";i:518;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:21:"image-3-1-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:21:"image-3-1-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:21:"image-3-1-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:19:"image-3-1-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:21:"image-3-1-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_article-thumb";a:4:{s:4:"file";s:21:"image-3-1-825x372.jpg";s:5:"width";i:825;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:19:"image-3-1-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:21:"image-3-1-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:21:"image-3-1-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:21:"drivingschool_ava_big";a:4:{s:4:"file";s:21:"image-3-1-479x519.jpg";s:5:"width";i:479;s:6:"height";i:519;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:{}}}'),
(7484, 607, '_wp_attached_file', '2018/02/image-5-1.jpg'),
(7485, 607, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:672;s:6:"height";i:378;s:4:"file";s:21:"2018/02/image-5-1.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"image-5-1-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:"image-5-1-300x169.jpg";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:21:"image-5-1-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:21:"image-5-1-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:21:"image-5-1-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:19:"image-5-1-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:21:"image-5-1-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_article-thumb";a:4:{s:4:"file";s:21:"image-5-1-672x372.jpg";s:5:"width";i:672;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:19:"image-5-1-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:21:"image-5-1-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:21:"image-5-1-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:21:"drivingschool_ava_big";a:4:{s:4:"file";s:21:"image-5-1-479x378.jpg";s:5:"width";i:479;s:6:"height";i:378;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:{}}}'),
(7486, 608, '_wp_attached_file', '2018/02/photo-2.jpg'),
(7487, 608, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1000;s:6:"height";i:667;s:4:"file";s:19:"2018/02/photo-2.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"photo-2-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:"photo-2-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"photo-2-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:19:"photo-2-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:19:"photo-2-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:19:"photo-2-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:17:"photo-2-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:19:"photo-2-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_article-thumb";a:4:{s:4:"file";s:19:"photo-2-825x372.jpg";s:5:"width";i:825;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:17:"photo-2-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:19:"photo-2-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:19:"photo-2-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:21:"drivingschool_ava_big";a:4:{s:4:"file";s:19:"photo-2-479x519.jpg";s:5:"width";i:479;s:6:"height";i:519;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:{}}}'),
(7488, 609, '_wp_attached_file', '2018/02/photo-3.jpg'),
(7489, 609, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:670;s:6:"height";i:414;s:4:"file";s:19:"2018/02/photo-3.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"photo-3-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:"photo-3-300x185.jpg";s:5:"width";i:300;s:6:"height";i:185;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:19:"photo-3-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:19:"photo-3-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:19:"photo-3-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:17:"photo-3-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:19:"photo-3-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_article-thumb";a:4:{s:4:"file";s:19:"photo-3-670x372.jpg";s:5:"width";i:670;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:17:"photo-3-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:19:"photo-3-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:19:"photo-3-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:21:"drivingschool_ava_big";a:4:{s:4:"file";s:19:"photo-3-479x414.jpg";s:5:"width";i:479;s:6:"height";i:414;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:{}}}'),
(7490, 610, '_wp_attached_file', '2018/02/photo-3-1.jpg'),
(7491, 610, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1484;s:6:"height";i:1068;s:4:"file";s:21:"2018/02/photo-3-1.jpg";s:5:"sizes";a:14:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"photo-3-1-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:"photo-3-1-300x216.jpg";s:5:"width";i:300;s:6:"height";i:216;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"photo-3-1-768x553.jpg";s:5:"width";i:768;s:6:"height";i:553;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"photo-3-1-1024x737.jpg";s:5:"width";i:1024;s:6:"height";i:737;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:21:"photo-3-1-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:21:"photo-3-1-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:21:"photo-3-1-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:19:"photo-3-1-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:21:"photo-3-1-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_article-thumb";a:4:{s:4:"file";s:21:"photo-3-1-825x372.jpg";s:5:"width";i:825;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:19:"photo-3-1-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:21:"photo-3-1-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:21:"photo-3-1-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:21:"drivingschool_ava_big";a:4:{s:4:"file";s:21:"photo-3-1-479x519.jpg";s:5:"width";i:479;s:6:"height";i:519;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:{}}}'),
(7492, 611, '_wp_attached_file', '2018/02/photo-4.jpg'),
(7493, 611, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:866;s:6:"height";i:577;s:4:"file";s:19:"2018/02/photo-4.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"photo-4-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:"photo-4-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"photo-4-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:19:"photo-4-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:19:"photo-4-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:19:"photo-4-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:17:"photo-4-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:19:"photo-4-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_article-thumb";a:4:{s:4:"file";s:19:"photo-4-825x372.jpg";s:5:"width";i:825;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:17:"photo-4-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:19:"photo-4-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:19:"photo-4-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:21:"drivingschool_ava_big";a:4:{s:4:"file";s:19:"photo-4-479x519.jpg";s:5:"width";i:479;s:6:"height";i:519;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:{}}}'),
(7494, 612, '_wp_attached_file', '2018/02/photo-5.jpg'),
(7495, 612, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:1080;s:4:"file";s:19:"2018/02/photo-5.jpg";s:5:"sizes";a:14:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"photo-5-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:"photo-5-300x169.jpg";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"photo-5-768x432.jpg";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"photo-5-1024x576.jpg";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:19:"photo-5-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:19:"photo-5-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:19:"photo-5-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:17:"photo-5-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:19:"photo-5-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_article-thumb";a:4:{s:4:"file";s:19:"photo-5-825x372.jpg";s:5:"width";i:825;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:17:"photo-5-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:19:"photo-5-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:19:"photo-5-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:21:"drivingschool_ava_big";a:4:{s:4:"file";s:19:"photo-5-479x519.jpg";s:5:"width";i:479;s:6:"height";i:519;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:{}}}'),
(7496, 613, '_wp_attached_file', '2018/02/photo-6.jpg'),
(7497, 613, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2018/02/photo-6.jpg";s:5:"sizes";a:14:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"photo-6-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:"photo-6-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"photo-6-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"photo-6-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:19:"photo-6-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:19:"photo-6-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:19:"photo-6-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:17:"photo-6-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:19:"photo-6-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_article-thumb";a:4:{s:4:"file";s:19:"photo-6-825x372.jpg";s:5:"width";i:825;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:17:"photo-6-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:19:"photo-6-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:19:"photo-6-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:21:"drivingschool_ava_big";a:4:{s:4:"file";s:19:"photo-6-479x519.jpg";s:5:"width";i:479;s:6:"height";i:519;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:{}}}'),
(7498, 614, '_wp_attached_file', '2018/02/photo-8.jpg'),
(7499, 614, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:1024;s:4:"file";s:19:"2018/02/photo-8.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"photo-8-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:"photo-8-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"photo-8-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:19:"photo-8-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:19:"photo-8-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:19:"photo-8-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:17:"photo-8-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:19:"photo-8-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_article-thumb";a:4:{s:4:"file";s:19:"photo-8-825x372.jpg";s:5:"width";i:825;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:17:"photo-8-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:19:"photo-8-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:19:"photo-8-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:21:"drivingschool_ava_big";a:4:{s:4:"file";s:19:"photo-8-479x519.jpg";s:5:"width";i:479;s:6:"height";i:519;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:{}}}'),
(7500, 615, '_wp_attached_file', '2018/02/photo-9.jpg'),
(7501, 615, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:445;s:4:"file";s:19:"2018/02/photo-9.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"photo-9-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:"photo-9-300x167.jpg";s:5:"width";i:300;s:6:"height";i:167;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"photo-9-768x427.jpg";s:5:"width";i:768;s:6:"height";i:427;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:19:"photo-9-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:19:"photo-9-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:19:"photo-9-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:17:"photo-9-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:19:"photo-9-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_article-thumb";a:4:{s:4:"file";s:19:"photo-9-800x372.jpg";s:5:"width";i:800;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:17:"photo-9-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:19:"photo-9-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:19:"photo-9-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:21:"drivingschool_ava_big";a:4:{s:4:"file";s:19:"photo-9-479x445.jpg";s:5:"width";i:479;s:6:"height";i:445;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:{}}}'),
(7502, 616, '_wp_attached_file', '2018/02/photo-10.jpg') ;
REPLACE INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7503, 616, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:960;s:6:"height";i:640;s:4:"file";s:20:"2018/02/photo-10.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"photo-10-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:20:"photo-10-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"photo-10-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:20:"photo-10-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:20:"photo-10-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:20:"photo-10-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:18:"photo-10-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:20:"photo-10-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_article-thumb";a:4:{s:4:"file";s:20:"photo-10-825x372.jpg";s:5:"width";i:825;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:18:"photo-10-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:20:"photo-10-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:20:"photo-10-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:21:"drivingschool_ava_big";a:4:{s:4:"file";s:20:"photo-10-479x519.jpg";s:5:"width";i:479;s:6:"height";i:519;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:{}}}'),
(7504, 617, '_wp_attached_file', '2018/02/photo-11.jpg'),
(7505, 617, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:732;s:6:"height";i:488;s:4:"file";s:20:"2018/02/photo-11.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"photo-11-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:20:"photo-11-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:20:"photo-11-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:20:"photo-11-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:20:"photo-11-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:18:"photo-11-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:20:"photo-11-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_article-thumb";a:4:{s:4:"file";s:20:"photo-11-732x372.jpg";s:5:"width";i:732;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:18:"photo-11-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:20:"photo-11-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:20:"photo-11-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:21:"drivingschool_ava_big";a:4:{s:4:"file";s:20:"photo-11-479x488.jpg";s:5:"width";i:479;s:6:"height";i:488;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:20:"all rights reserved.";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:{}}}'),
(7506, 618, '_wp_attached_file', '2018/02/photo-12.jpg'),
(7507, 618, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1040;s:6:"height";i:693;s:4:"file";s:20:"2018/02/photo-12.jpg";s:5:"sizes";a:14:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"photo-12-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:20:"photo-12-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"photo-12-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"photo-12-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:20:"photo-12-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:20:"photo-12-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:20:"photo-12-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:18:"photo-12-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:20:"photo-12-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_article-thumb";a:4:{s:4:"file";s:20:"photo-12-825x372.jpg";s:5:"width";i:825;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:18:"photo-12-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:20:"photo-12-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:20:"photo-12-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:21:"drivingschool_ava_big";a:4:{s:4:"file";s:20:"photo-12-479x519.jpg";s:5:"width";i:479;s:6:"height";i:519;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:{}}}'),
(7508, 619, '_wp_attached_file', '2018/02/photo-13.jpg'),
(7509, 619, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1000;s:6:"height";i:609;s:4:"file";s:20:"2018/02/photo-13.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"photo-13-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:20:"photo-13-300x183.jpg";s:5:"width";i:300;s:6:"height";i:183;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"photo-13-768x468.jpg";s:5:"width";i:768;s:6:"height";i:468;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:20:"photo-13-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:20:"photo-13-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:20:"photo-13-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:18:"photo-13-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:20:"photo-13-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_article-thumb";a:4:{s:4:"file";s:20:"photo-13-825x372.jpg";s:5:"width";i:825;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:18:"photo-13-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:20:"photo-13-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:20:"photo-13-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:21:"drivingschool_ava_big";a:4:{s:4:"file";s:20:"photo-13-479x519.jpg";s:5:"width";i:479;s:6:"height";i:519;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:{}}}'),
(7510, 620, '_wp_attached_file', '2018/02/photo-14.jpg'),
(7511, 620, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:500;s:4:"file";s:20:"2018/02/photo-14.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"photo-14-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:20:"photo-14-300x188.jpg";s:5:"width";i:300;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"photo-14-768x480.jpg";s:5:"width";i:768;s:6:"height";i:480;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:20:"photo-14-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:20:"photo-14-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:20:"photo-14-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:18:"photo-14-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:20:"photo-14-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_article-thumb";a:4:{s:4:"file";s:20:"photo-14-800x372.jpg";s:5:"width";i:800;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:18:"photo-14-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:20:"photo-14-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:20:"photo-14-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:21:"drivingschool_ava_big";a:4:{s:4:"file";s:20:"photo-14-479x500.jpg";s:5:"width";i:479;s:6:"height";i:500;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:51:"Learner driver girl with intstructor taking lessons";s:17:"created_timestamp";s:10:"1359925901";s:9:"copyright";s:16:"Warren Goldswain";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:51:"Learner driver girl with intstructor taking lessons";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(7512, 621, '_wp_attached_file', '2018/02/photo-15.jpg'),
(7513, 621, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:967;s:4:"file";s:20:"2018/02/photo-15.jpg";s:5:"sizes";a:14:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"photo-15-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:20:"photo-15-300x181.jpg";s:5:"width";i:300;s:6:"height";i:181;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"photo-15-768x464.jpg";s:5:"width";i:768;s:6:"height";i:464;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"photo-15-1024x619.jpg";s:5:"width";i:1024;s:6:"height";i:619;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:20:"photo-15-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:20:"photo-15-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:20:"photo-15-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:18:"photo-15-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:20:"photo-15-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_article-thumb";a:4:{s:4:"file";s:20:"photo-15-825x372.jpg";s:5:"width";i:825;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:18:"photo-15-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:20:"photo-15-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:20:"photo-15-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:21:"drivingschool_ava_big";a:4:{s:4:"file";s:20:"photo-15-479x519.jpg";s:5:"width";i:479;s:6:"height";i:519;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:12:"lzflzf/123RF";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:{}}}'),
(7514, 622, '_wp_attached_file', '2018/02/photo-16.jpg'),
(7515, 622, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:598;s:4:"file";s:20:"2018/02/photo-16.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"photo-16-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:20:"photo-16-300x224.jpg";s:5:"width";i:300;s:6:"height";i:224;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"photo-16-768x574.jpg";s:5:"width";i:768;s:6:"height";i:574;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:20:"photo-16-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:20:"photo-16-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:20:"photo-16-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:18:"photo-16-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:20:"photo-16-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_article-thumb";a:4:{s:4:"file";s:20:"photo-16-800x372.jpg";s:5:"width";i:800;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:18:"photo-16-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:20:"photo-16-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:20:"photo-16-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:21:"drivingschool_ava_big";a:4:{s:4:"file";s:20:"photo-16-479x519.jpg";s:5:"width";i:479;s:6:"height";i:519;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:{}}}'),
(7630, 43, 'blocks_0_photo_16_picture', '607'),
(7631, 43, '_blocks_0_photo_16_picture', 'field_58e617181e310'),
(7632, 43, 'blocks_0_photo_17_picture', '606') ;
REPLACE INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7633, 43, '_blocks_0_photo_17_picture', 'field_58e617181e310'),
(7634, 624, '_wp_attached_file', '2018/02/photo-1.jpg'),
(7635, 624, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:700;s:4:"file";s:19:"2018/02/photo-1.jpg";s:5:"sizes";a:14:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"photo-1-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:"photo-1-300x175.jpg";s:5:"width";i:300;s:6:"height";i:175;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"photo-1-768x448.jpg";s:5:"width";i:768;s:6:"height";i:448;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"photo-1-1024x597.jpg";s:5:"width";i:1024;s:6:"height";i:597;s:9:"mime-type";s:10:"image/jpeg";}s:26:"drivingschool_footor-thumb";a:4:{s:4:"file";s:19:"photo-1-124x176.jpg";s:5:"width";i:124;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_photo-thumb";a:4:{s:4:"file";s:19:"photo-1-165x165.jpg";s:5:"width";i:165;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_about-thumb";a:4:{s:4:"file";s:19:"photo-1-262x262.jpg";s:5:"width";i:262;s:6:"height";i:262;s:9:"mime-type";s:10:"image/jpeg";}s:23:"drivingschool_ava-thumb";a:4:{s:4:"file";s:17:"photo-1-70x70.jpg";s:5:"width";i:70;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:25:"drivingschool_posts-thumb";a:4:{s:4:"file";s:19:"photo-1-190x160.jpg";s:5:"width";i:190;s:6:"height";i:160;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_article-thumb";a:4:{s:4:"file";s:19:"photo-1-825x372.jpg";s:5:"width";i:825;s:6:"height";i:372;s:9:"mime-type";s:10:"image/jpeg";}s:27:"drivingschool_teacher-thumb";a:4:{s:4:"file";s:17:"photo-1-95x95.jpg";s:5:"width";i:95;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:28:"drivingschool_teacher2-thumb";a:4:{s:4:"file";s:19:"photo-1-251x251.jpg";s:5:"width";i:251;s:6:"height";i:251;s:9:"mime-type";s:10:"image/jpeg";}s:24:"drivingschool_cars-thumb";a:4:{s:4:"file";s:19:"photo-1-263x135.jpg";s:5:"width";i:263;s:6:"height";i:135;s:9:"mime-type";s:10:"image/jpeg";}s:21:"drivingschool_ava_big";a:4:{s:4:"file";s:19:"photo-1-479x519.jpg";s:5:"width";i:479;s:6:"height";i:519;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:{}}}'),
(7754, 43, 'blocks_1_photo_16_picture', '609'),
(7755, 43, '_blocks_1_photo_16_picture', 'field_58e617181e310'),
(7756, 43, 'blocks_1_photo_17_picture', '624'),
(7757, 43, '_blocks_1_photo_17_picture', 'field_58e617181e310'),
(7880, 43, 'blocks_2_photo_16_picture', '607'),
(7881, 43, '_blocks_2_photo_16_picture', 'field_58e617181e310'),
(7882, 43, 'blocks_2_photo_17_picture', '606'),
(7883, 43, '_blocks_2_photo_17_picture', 'field_58e617181e310'),
(7884, 1, 'views', '8') ;
--#######--
REPLACE 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
(1, 1, '2018-02-13 10:12:56', '2018-02-13 10:12:56', 'Welcome to WordPress. This is your first post. Edit or delete it, then start writing!', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2018-02-13 10:12:56', '2018-02-13 10:12:56', '', 0, 'http_drivingschool_siteurl/?p=1', 0, 'post', '', 1),
(2, 1, '2018-02-13 10:12:56', '2018-02-13 10:12:56', 'This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href="http_drivingschool_siteurl/wp-admin/">your dashboard</a> to delete this page and create new pages for your content. Have fun!', 'Sample Page', '', 'publish', 'closed', 'open', '', 'sample-page', '', '', '2018-02-13 10:12:56', '2018-02-13 10:12:56', '', 0, 'http_drivingschool_siteurl/?page_id=2', 0, 'page', '', 0),
(3, 1, '2018-11-27 13:21:11', '2018-11-27 13:21:11', '<h2>Who we are</h2><p>Our website address is: http:http_drivingschool_siteurl.</p><h2>What personal data we collect and why we collect it</h2><h3>Comments</h3><p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><h3>Media</h3><p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><h3>Contact forms</h3><h3>Cookies</h3><p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><p>If you have an account and you log in to this site, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><h3>Embedded content from other websites</h3><p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><h3>Analytics</h3><h2>Who we share your data with</h2><h2>How long we retain your data</h2><p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><h2>What rights you have over your data</h2><p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><h2>Where we send your data</h2><p>Visitor comments may be checked through an automated spam detection service.</p><h2>Your contact information</h2><h2>Additional information</h2><h3>How we protect your data</h3><h3>What data breach procedures we have in place</h3><h3>What third parties we receive data from</h3><h3>What automated decision making and/or profiling we do with user data</h3><h3>Industry regulatory disclosure requirements</h3>', 'Privacy Policy', '', 'draft', 'closed', 'open', '', 'privacy-policy', '', '', '2018-11-27 13:21:11', '2018-11-27 13:21:11', '', 0, 'http:http_drivingschool_siteurl/?page_id=3', 0, 'page', '', 0),
(4, 1, '2018-02-13 10:44:36', '2018-02-13 10:44:36', '', 'Teachers 2', '', 'publish', 'closed', 'closed', '', 'teachers-2', '', '', '2018-02-13 10:44:36', '2018-02-13 10:44:36', '', 0, 'http_drivingschool_siteurl/teachers-2/', 0, 'page', '', 0),
(5, 1, '2018-11-27 13:59:16', '2018-11-27 13:59:16', '', 'Teachers 2', '', 'publish', 'closed', 'closed', '', 'teachers-2', '', '', '2018-11-27 13:59:16', '2018-11-27 13:59:16', '', 0, 'http:http_drivingschool_siteurl/teachers-2/', 0, 'page', '', 0),
(16, 1, '2017-03-31 16:13:15', '2017-03-31 13:13:15', '<p>[vc_row][vc_column][slider1 slider="%5B%7B%22picture%22%3A%22373%22%2C%22name%22%3A%22car%20type%20b%22%2C%22description%22%3A%22Car%20driving%20learn%22%2C%22icon%22%3A%22icon_car2%22%2C%22title%22%3A%22BEST%20SAFETY%20MEASURES%22%2C%22text%22%3A%22Lorem%20ipsum%20Sunt%20cupidatat%20reprehenderit%20cillum%20reprehenderit%20incididunt%20consequat%20aute%20et%20proident%20tempor%20occaecat.%22%7D%2C%7B%22picture%22%3A%22499%22%2C%22name%22%3A%22car%20type%20c%22%2C%22description%22%3A%22Truck%20driving%20learn%22%2C%22icon%22%3A%22icon_truck%22%2C%22title%22%3A%22BEST%20SAFETY%20MEASURES%22%2C%22text%22%3A%22Lorem%20ipsum%20Sunt%20cupidatat%20reprehenderit%20cillum%20reprehenderit%20incididunt%20consequat%20aute%20et%20proident%20tempor%20occaecat.%22%7D%2C%7B%22picture%22%3A%22466%22%2C%22name%22%3A%22car%20type%20d%22%2C%22description%22%3A%22Bus%20driving%20learn%22%2C%22icon%22%3A%22icon_bus%22%2C%22title%22%3A%22BEST%20SAFETY%20MEASURES%22%2C%22text%22%3A%22Lorem%20ipsum%20Sunt%20cupidatat%20reprehenderit%20cillum%20reprehenderit%20incididunt%20consequat%20aute%20et%20proident%20tempor%20occaecat.%22%7D%5D" title1="Find" title2="Driving Courses" description1="Lorem ipsum Sunt cupidatat reprehenderit cillum reprehenderit incididunt..." cartype="%5B%7B%22value%22%3A%22Truck%22%7D%5D" driving="%5B%7B%22value%22%3A%22A%22%7D%2C%7B%22value%22%3A%22B%22%7D%2C%7B%22value%22%3A%22C%22%7D%5D" time="%5B%7B%22value%22%3A%228%3A00%22%7D%2C%7B%22value%22%3A%229%3A00%22%7D%2C%7B%22value%22%3A%2210%3A00%22%7D%2C%7B%22value%22%3A%2211%3A00%22%7D%2C%7B%22value%22%3A%2212%3A00%22%7D%2C%7B%22value%22%3A%2213%3A00%22%7D%2C%7B%22value%22%3A%2214%3A00%22%7D%5D" note="Lorem ipsum Sunt cupidatat reprehenderit cillum reprehenderit"][best1 title1="THE BEST" title2="FEATURES" blocks="%5B%7B%22title%22%3A%22EXPERIENCED%20INSTRUCTORS%22%2C%22text%22%3A%22Lorem%20ipsum%20Sunt%20cupidatat%20reprehenderit%20cillum%20reprehenderit%20incididunt%20consequat%22%2C%22icon%22%3A%22icon_male%22%2C%22link%22%3A%22%231%22%2C%22textlink%22%3A%22See%20instructors%22%7D%2C%7B%22title%22%3A%22VIDEO%20CLASSES%22%2C%22text%22%3A%22Lorem%20ipsum%20Sunt%20cupidatat%20reprehenderit%20cillum%20reprehenderit%20incididunt%20consequat%22%2C%22icon%22%3A%22icon_video%22%2C%22link%22%3A%22%232%22%2C%22textlink%22%3A%22See%20gallery%22%7D%2C%7B%22title%22%3A%22BEST%20SAFETY%20MEASURES%22%2C%22text%22%3A%22Lorem%20ipsum%20Sunt%20cupidatat%20reprehenderit%20cillum%20reprehenderit%20incididunt%20consequat%22%2C%22icon%22%3A%22icon_streamline%22%7D%5D"][about1 title1="ABOUT" title2="US" link="#1" textlink="send request" title3="SAVE $59" title4="ORDER NOW!" text="Only in November! Book learning and receive<br />\r\na discount of $ 59" year="2018" month="12" date="31" hours="23" minutes="59" link2="#l" textlink2="send request" seconds="45"][p]Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo. Nemo enim ipsam voluptatem, quia voluptas sit.[/p]<br />\r\n[p]Aut odit aut fugit, sed quia consequuntur magni dolores eos, qui ratione voluptatem sequi nesciunt, neque porro quisquam est, qui dolorem ipsum, quia dolor.[/p]<br />\r\n[p]Sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt, ut labore et dolore magnam aliquam quaerat voluptatem.[/p]</p>\r\n<p>[/about1][feature1 blocks="%5B%7B%22title%22%3A%22best%20service%22%2C%22text%22%3A%22Lorem%20ipsum%20Sunt%20cupidatat%20reprehenderit%20cillum%20reprehenderit%20incididunt%20consequat%22%2C%22icon%22%3A%22icon_price%22%7D%2C%7B%22title%22%3A%22Best%20time%20training%22%2C%22text%22%3A%22You%20can%20choose%20your%20team%20on%20weekdays%20after%20work%20or%20on%20weekends%22%2C%22icon%22%3A%22icon_timer%22%7D%2C%7B%22title%22%3A%22We%20train%20all%20ages%22%2C%22text%22%3A%22we%20take%20into%20account%20the%20age%20of%20individual%20moments.%22%2C%22icon%22%3A%22icon_people%22%7D%2C%7B%22title%22%3A%22Individual%20approach%22%2C%22text%22%3A%22to%20everyone%20we%20have%20our%20own%20approach.%22%2C%22icon%22%3A%22icon_target%22%7D%2C%7B%22title%22%3A%22Calm%20instructor%22%2C%22text%22%3A%22practical%20training%20for%20you%20will%20be%20happy.%22%2C%22icon%22%3A%22icon_teacher%22%7D%2C%7B%22title%22%3A%22duplicate%20pedals%22%2C%22text%22%3A%22Cars%20equipped%20with%20duplicate%20pedals%20-%20avtoinstruktor%20always%20insures%20you.%22%2C%22icon%22%3A%22icon_stop%22%7D%2C%7B%22title%22%3A%22all%20documents%22%2C%22text%22%3A%22The%20full%20package%20of%20documents%20at%20the%20end%20-%20you%20get%20all%20the%20documents%20at%20the%20end%20of%22%2C%22icon%22%3A%22icon_docs%22%7D%2C%7B%22title%22%3A%22best%20classroom%22%2C%22text%22%3A%22Equipped%20classrooms%20-%20all%20done%20according%20to%20the%20rules%20and%20laws%22%2C%22icon%22%3A%22icon_chair%22%7D%5D"][numbers1 blocks="%5B%7B%22title%22%3A%2210%20000%2B%22%2C%22text%22%3A%22Graduates%20received%20the%20right%22%7D%2C%7B%22title%22%3A%227%22%2C%22text%22%3A%22Years%20on%20the%20market%22%7D%2C%7B%22title%22%3A%22578%22%2C%22text%22%3A%22Training%20hours%22%7D%2C%7B%22title%22%3A%2232%22%2C%22text%22%3A%22Number%20of%20teachers%22%7D%5D"][price1 title="Price Tables" text="Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua" name1="Basic plan" price1="$ 2 000" description1="%5B%7B%22text%22%3A%22Full%20course%20theory%22%7D%2C%7B%22text%22%3A%22Full%20driving%20course%22%7D%2C%7B%22text%22%3A%22Spending%20on%20gasoline%22%7D%2C%7B%22text%22%3A%22Training%20in%20first%20aid%22%7D%2C%7B%22text%22%3A%22Practical%20sessions%22%7D%2C%7B%22text%22%3A%22SMS%20reminders%22%7D%2C%7B%22text%22%3A%22Psychological%20support%22%7D%5D" name2="All included" price2="$ 3 000" description2="%5B%7B%22text%22%3A%22Full%20course%20theory%22%7D%2C%7B%22text%22%3A%22Full%20driving%20course%22%7D%2C%7B%22text%22%3A%22Spending%20on%20gasoline%22%7D%2C%7B%22text%22%3A%22Training%20in%20first%20aid%22%7D%2C%7B%22text%22%3A%22Practical%20sessions%22%7D%2C%7B%22text%22%3A%22SMS%20reminders%22%7D%2C%7B%22text%22%3A%22Psychological%20support%22%7D%5D" name3="Pro plan" price3="$ 4 000" discount3="-15%" description3="%5B%7B%22text%22%3A%22Full%20course%20theory%22%7D%2C%7B%22text%22%3A%22Full%20driving%20course%22%7D%2C%7B%22text%22%3A%22Spending%20on%20gasoline%22%7D%2C%7B%22text%22%3A%22Training%20in%20first%20aid%22%7D%2C%7B%22text%22%3A%22Practical%20sessions%22%7D%2C%7B%22text%22%3A%22SMS%20reminders%22%7D%2C%7B%22text%22%3A%22Psychological%20support%22%7D%5D" blocks="%5B%7B%7D%5D"][review1 title="REVIEWS" review="%5B%7B%22name%22%3A%22Andry%20Lincoln%22%2C%22text%22%3A%22Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20tempor%20incididun%20dolore%20tempor%20magna%20aliqua%22%2C%22avatar%22%3A%22185%22%2C%22rating%22%3A%225%22%7D%2C%7B%22name%22%3A%22Andry%20Lincoln%22%2C%22text%22%3A%22Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20tempor%20incididun%20dolore%20tempor%20magna%20aliqua%22%2C%22avatar%22%3A%22175%22%2C%22rating%22%3A%225%22%7D%2C%7B%22name%22%3A%22Andry%20Lincoln%22%2C%22text%22%3A%22Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20tempor%20incididun%20dolore%20tempor%20magna%20aliqua%22%2C%22avatar%22%3A%22189%22%2C%22rating%22%3A%225%22%7D%2C%7B%22name%22%3A%22Andry%20Lincoln%22%2C%22text%22%3A%22Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20tempor%20incididun%20dolore%20tempor%20magna%20aliqua%22%2C%22avatar%22%3A%22187%22%2C%22rating%22%3A%225%22%7D%2C%7B%22name%22%3A%22Andry%20Lincoln%22%2C%22text%22%3A%22Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20tempor%20incididun%20dolore%20tempor%20magna%20aliqua%22%2C%22avatar%22%3A%22185%22%2C%22rating%22%3A%225%22%7D%5D"][course1 title="COURSES" course="%5B%7B%22name%22%3A%22How%20to%20protect%20yourself%20and%20the%20car%22%2C%22icon%22%3A%22icon_guard%22%2C%22automatic%22%3A%22%24%20350%22%2C%22mechanics%22%3A%22%24%20450%22%2C%22duration%22%3A%2230%20days%22%2C%22link%22%3A%22%23%22%2C%22form%22%3A%22Yes%22%2C%22type%22%3A%22default%22%2C%22texts%22%3A%22%255B%257B%2522text%2522%253A%2522Prevention%2520of%2520car%2520theft%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520protect%2520yourself%2520from%2520theft%2520numbers%2522%257D%252C%257B%2522text%2522%253A%2522What%2520should%2520I%2520do%2520if%2520the%2520car%2520took%2520the%2520tow%2520truck%2522%257D%252C%257B%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520protect%2520the%2520car%2520against%2520vandalism%2520and%2520theft.%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520ensure%2520long%2520engine%2520life.%2522%257D%255D%22%2C%22picture%22%3A%22119%22%2C%22form_icon%22%3A%22120%22%7D%2C%7B%22name%22%3A%22Testing%20routes%22%2C%22icon%22%3A%22icon_road%22%2C%22automatic%22%3A%22%24%20300%22%2C%22mechanics%22%3A%22%24%20400%22%2C%22duration%22%3A%2225%20days%22%2C%22link%22%3A%22%232%22%2C%22form%22%3A%22Yes%22%2C%22type%22%3A%22default%22%2C%22texts%22%3A%22%255B%257B%2522text%2522%253A%2522How%2520to%2520ensure%2520long%2520engine%2520life.%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520ensure%2520long%2520engine%2520life.%2522%257D%255D%22%2C%22picture%22%3A%22140%22%7D%2C%7B%22name%22%3A%22Eliminating%20fear%20and%20excitement%20behind%20wheel%22%2C%22icon%22%3A%22icon_logo%22%2C%22automatic%22%3A%22%24%20300%22%2C%22mechanics%22%3A%22%24%20400%22%2C%22duration%22%3A%2230%20days%22%2C%22link%22%3A%22%233%22%2C%22form%22%3A%22Yes%22%2C%22type%22%3A%22default%22%2C%22texts%22%3A%22%255B%257B%2522text%2522%253A%2522How%2520to%2520ensure%2520long%2520engine%2520life.%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520ensure%2520long%2520engine%2520life.%2522%257D%255D%22%2C%22picture%22%3A%22139%22%7D%2C%7B%22name%22%3A%22Basic%20working%20out%20the%20basics%20of%20driving%22%2C%22icon%22%3A%22icon_child%22%2C%22automatic%22%3A%22%24%20300%22%2C%22mechanics%22%3A%22%24%20400%22%2C%22duration%22%3A%2230%20days%22%2C%22link%22%3A%22%231%22%2C%22form%22%3A%22Yes%22%2C%22type%22%3A%22default%22%2C%22texts%22%3A%22%255B%257B%2522text%2522%253A%2522How%2520to%2520ensure%2520long%2520engine%2520life.%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520ensure%2520long%2520engine%2520life.%2522%257D%255D%22%2C%22picture%22%3A%22138%22%7D%2C%7B%22name%22%3A%22consultation%22%2C%22icon%22%3A%22icon_comment%22%2C%22form%22%3A%22Yes%22%2C%22type%22%3A%22consultation%22%2C%22texts%22%3A%22%255B%257B%257D%255D%22%7D%2C%7B%22name%22%3A%22Practice%20skills%20of%20communication%20with%20traffic%20police%22%2C%22icon%22%3A%22icon_police%22%2C%22form%22%3A%22Yes%22%2C%22type%22%3A%22police%22%2C%22texts%22%3A%22%255B%257B%257D%255D%22%7D%5D"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua[/course1][gallery1 scrin_vot="" title1="PHOTO" title2="GALLERY" filter="%5B%7B%22name%22%3A%22Cars%22%7D%2C%7B%22name%22%3A%22Auto%20drom%22%7D%2C%7B%22name%22%3A%22Classroom%22%7D%5D" images="%5B%7B%22name%22%3A%22Cars%22%2C%22picture%22%3A%22595%22%7D%2C%7B%22name%22%3A%22Auto%20drom%22%2C%22picture%22%3A%22597%22%7D%2C%7B%22name%22%3A%22Classroom%22%2C%22picture%22%3A%22598%22%7D%2C%7B%22name%22%3A%22Cars%22%2C%22picture%22%3A%22599%22%7D%2C%7B%22name%22%3A%22Auto%20drom%22%2C%22picture%22%3A%22600%22%7D%2C%7B%22name%22%3A%22Classroom%22%2C%22picture%22%3A%22601%22%7D%2C%7B%22name%22%3A%22Classroom%22%2C%22picture%22%3A%22602%22%7D%2C%7B%22name%22%3A%22Cars%22%2C%22picture%22%3A%22603%22%7D%5D" course="%5B%7B%22form%22%3A%22Yes%22%2C%22type%22%3A%22default%22%2C%22texts%22%3A%22%255B%257B%257D%255D%22%7D%5D"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua[/gallery1][video1 title1="SEE" title2="VIDEO PRESENTATION" video="http://www.youtube.com/watch?v=0O2aH4XLbto"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua[/video1][instructor1 title1="INSTRUCTORS" reviews="%5B%7B%22name%22%3A%22Ivanov%20Alexey%22%2C%22position%22%3A%22Theory%20instructor%22%2C%22text%22%3A%22Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit.%20Praesent%20nec%20fermentum%20ex.%20Nam%20tincidunt%2C%20diam%20quis%20elementum%20accumsan%2C%20urna%20magna%20elementum%20elit%2C%20varius%C2%A0efficitur%20neque%20ex%20et%20nisi.%22%2C%22picture%22%3A%22425%22%2C%22avatar%22%3A%22189%22%7D%2C%7B%22name%22%3A%22Ivanov%20Alexey%22%2C%22position%22%3A%22Theory%20instructor%22%2C%22text%22%3A%22Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit.%20Praesent%20nec%20fermentum%20ex.%20Nam%20tincidunt%2C%20diam%20quis%20elementum%20accumsan%2C%20urna%20magna%20elementum%20elit%2C%20varius%C2%A0efficitur%20neque%20ex%20et%20nisi.%22%2C%22picture%22%3A%22425%22%2C%22avatar%22%3A%22187%22%7D%2C%7B%22name%22%3A%22Ivanov%20Alexey%22%2C%22position%22%3A%22Theory%20instructor%22%2C%22text%22%3A%22Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit.%20Praesent%20nec%20fermentum%20ex.%20Nam%20tincidunt%2C%20diam%20quis%20elementum%20accumsan%2C%20urna%20magna%20elementum%20elit%2C%20varius%C2%A0efficitur%20neque%20ex%20et%20nisi.%22%2C%22picture%22%3A%22425%22%2C%22avatar%22%3A%22185%22%7D%2C%7B%22name%22%3A%22Ivanov%20Alexey%22%2C%22position%22%3A%22Theory%20instructor%22%2C%22text%22%3A%22Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit.%20Praesent%20nec%20fermentum%20ex.%20Nam%20tincidunt%2C%20diam%20quis%20elementum%20accumsan%2C%20urna%20magna%20elementum%20elit%2C%20varius%C2%A0efficitur%20neque%20ex%20et%20nisi.%22%2C%22picture%22%3A%22425%22%2C%22avatar%22%3A%22175%22%7D%5D"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua[/instructor1][contact1 address="Matvey street, russia" phone="+ 90 888 777 5544" coordinate1="40.7134484" coordinate2="-73.9860661"][faq1 title="FAQ" faq="%5B%7B%22question%22%3A%22How%20long%20is%20the%20road%20test%20appointment%3F%22%2C%22answer%22%3A%22Yes%20you%20can.%20your%20parent%20or%20guardian%20must%20sign%20up%20the%20form%20MV-44.%20also%2C%20New%20York%20Motor%20Vehicles%20requires%20at%20least%2050%20hours%20of%20supervised%20training%20of%2015%20hours%20must%20be%20night%20driving%20in%20order%20to%20take%20your%20Road%20Test.%22%7D%2C%7B%22question%22%3A%22I\'m%2016%20years%20old%2C%20can%20I%20get%20my%20Driver%20License%20in%20NYC%3F%22%2C%22answer%22%3A%22Yes%20you%20can.%20your%20parent%20or%20guardian%20must%20sign%20up%20the%20form%20MV-44.%20also%2C%20New%20York%20Motor%20Vehicles%20requires%20at%20least%2050%20hours%20of%20supervised%20training%20of%2015%20hours%20must%20be%20night%20driving%20in%20order%20to%20take%20your%20Road%20Test.%22%7D%2C%7B%22question%22%3A%22This%20is%20an%20accordion%20for%20FAQ%20Module%22%2C%22answer%22%3A%22Yes%20you%20can.%20your%20parent%20or%20guardian%20must%20sign%20up%20the%20form%20MV-44.%20also%2C%20New%20York%20Motor%20Vehicles%20requires%20at%20least%2050%20hours%20of%20supervised%20training%20of%2015%20hours%20must%20be%20night%20driving%20in%20order%20to%20take%20your%20Road%20Test.%22%7D%2C%7B%22question%22%3A%22How%20do%20I%20obtain%20a%20New%20York%20CDL%3F%22%2C%22answer%22%3A%22Yes%20you%20can.%20your%20parent%20or%20guardian%20must%20sign%20up%20the%20form%20MV-44.%20also%2C%20New%20York%20Motor%20Vehicles%20requires%20at%20least%2050%20hours%20of%20supervised%20training%20of%2015%20hours%20must%20be%20night%20driving%20in%20order%20to%20take%20your%20Road%20Test.%22%7D%2C%7B%22question%22%3A%22What%20is%20the%20process%20for%20getting%20my%20class%20D%2FE%20License%3F%22%2C%22answer%22%3A%22Yes%20you%20can.%20your%20parent%20or%20guardian%20must%20sign%20up%20the%20form%20MV-44.%20also%2C%20New%20York%20Motor%20Vehicles%20requires%20at%20least%2050%20hours%20of%20supervised%20training%20of%2015%20hours%20must%20be%20night%20driving%20in%20order%20to%20take%20your%20Road%20Test.%22%7D%5D"][/vc_column][/vc_row]</p>\r\n', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2018-02-13 22:25:55', '2018-02-13 19:25:55', '', 0, 'http_drivingschool_siteurl/?page_id=16', 0, 'page', '', 0),
(30, 1, '2017-04-01 15:04:43', '2017-04-01 12:04:43', '', 'cert1', '', 'inherit', 'open', 'closed', '', 'cert1', '', '', '2017-04-01 15:04:56', '2017-04-01 12:04:56', '', 0, 'http_drivingschool_siteurl/wp-content/uploads/2017/04/cert1.jpg', 0, 'attachment', 'image/jpeg', 0),
(31, 1, '2017-04-01 15:04:44', '2017-04-01 12:04:44', '', 'cert2', '', 'inherit', 'open', 'closed', '', 'cert2', '', '', '2017-04-01 15:04:59', '2017-04-01 12:04:59', '', 0, 'http_drivingschool_siteurl/wp-content/uploads/2017/04/cert2.jpg', 0, 'attachment', 'image/jpeg', 0),
(34, 1, '2017-04-01 15:43:57', '2017-04-01 12:43:57', ' ', '', '', 'publish', 'closed', 'closed', '', '34', '', '', '2017-04-23 23:26:33', '2017-04-23 20:26:33', '', 0, 'http_drivingschool_siteurl/?p=34', 1, 'nav_menu_item', '', 0),
(35, 1, '2017-04-01 15:43:39', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2017-04-01 15:43:39', '0000-00-00 00:00:00', '', 0, 'http_drivingschool_siteurl/?p=35', 1, 'nav_menu_item', '', 0),
(36, 1, '2017-04-01 20:24:39', '2017-04-01 17:24:39', '', 'Contacts', '', 'publish', 'closed', 'closed', '', 'contacts', '', '', '2017-04-06 12:34:49', '2017-04-06 09:34:49', '', 0, 'http_drivingschool_siteurl/?page_id=36', 0, 'page', '', 0),
(39, 1, '2017-04-01 20:26:13', '2017-04-01 17:26:13', ' ', '', '', 'publish', 'closed', 'closed', '', '39', '', '', '2017-04-23 23:26:33', '2017-04-23 20:26:33', '', 0, 'http_drivingschool_siteurl/?p=39', 18, 'nav_menu_item', '', 0),
(43, 1, '2017-04-06 13:14:58', '2017-04-06 10:14:58', '', 'Photo', '', 'publish', 'closed', 'closed', '', 'photo', '', '', '2018-02-13 22:46:17', '2018-02-13 19:46:17', '', 0, 'http_drivingschool_siteurl/?page_id=43', 0, 'page', '', 0),
(46, 1, '2017-04-06 13:15:19', '2017-04-06 10:15:19', ' ', '', '', 'publish', 'closed', 'closed', '', '46', '', '', '2017-04-23 23:26:33', '2017-04-23 20:26:33', '', 0, 'http_drivingschool_siteurl/?p=46', 14, 'nav_menu_item', '', 0),
(47, 1, '2017-04-06 13:28:00', '2017-04-06 10:28:00', '', 'thumb1', '', 'inherit', 'open', 'closed', '', 'thumb1', '', '', '2017-04-06 13:28:38', '2017-04-06 10:28:38', '', 43, 'http_drivingschool_siteurl/wp-content/uploads/2017/04/thumb1.jpg', 0, 'attachment', 'image/jpeg', 0),
(65, 1, '2017-04-06 14:05:21', '2017-04-06 11:05:21', '<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..</p>', 'About us', '', 'publish', 'closed', 'closed', '', 'about-us', '', '', '2017-09-30 18:41:26', '2017-09-30 15:41:26', '', 0, 'http_drivingschool_siteurl/?page_id=65', 0, 'page', '', 0),
(68, 1, '2017-04-06 14:05:43', '2017-04-06 11:05:43', '', 'cat-b', '', 'inherit', 'open', 'closed', '', 'cat-b', '', '', '2017-04-06 14:05:43', '2017-04-06 11:05:43', '', 65, 'http_drivingschool_siteurl/wp-content/uploads/2017/04/cat-b.jpg', 0, 'attachment', 'image/jpeg', 0),
(69, 1, '2017-04-06 14:05:44', '2017-04-06 11:05:44', '', 'cat-c', '', 'inherit', 'open', 'closed', '', 'cat-c', '', '', '2017-04-06 14:05:44', '2017-04-06 11:05:44', '', 65, 'http_drivingschool_siteurl/wp-content/uploads/2017/04/cat-c.jpg', 0, 'attachment', 'image/jpeg', 0),
(70, 1, '2017-04-06 14:05:46', '2017-04-06 11:05:46', '', 'cat-d', '', 'inherit', 'open', 'closed', '', 'cat-d', '', '', '2017-04-06 14:05:46', '2017-04-06 11:05:46', '', 65, 'http_drivingschool_siteurl/wp-content/uploads/2017/04/cat-d.jpg', 0, 'attachment', 'image/jpeg', 0),
(72, 1, '2017-04-06 14:18:16', '2017-04-06 11:18:16', ' ', '', '', 'publish', 'closed', 'closed', '', '72', '', '', '2017-04-23 23:26:33', '2017-04-23 20:26:33', '', 0, 'http_drivingschool_siteurl/?p=72', 8, 'nav_menu_item', '', 0),
(73, 1, '2017-04-06 14:23:18', '2017-04-06 11:23:18', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..', 'Page', '', 'publish', 'closed', 'closed', '', 'page', '', '', '2017-04-13 11:32:19', '2017-04-13 08:32:19', '', 0, 'http_drivingschool_siteurl/?page_id=73', 0, 'page', '', 0),
(76, 1, '2017-04-06 14:38:21', '2017-04-06 11:38:21', '<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>', 'Features', '', 'publish', 'closed', 'closed', '', 'features', '', '', '2017-04-06 14:47:26', '2017-04-06 11:47:26', '', 0, 'http_drivingschool_siteurl/?page_id=76', 0, 'page', '', 0),
(80, 1, '2017-04-06 14:47:45', '2017-04-06 11:47:45', ' ', '', '', 'publish', 'closed', 'closed', '', '80', '', '', '2017-04-23 23:26:33', '2017-04-23 20:26:33', '', 0, 'http_drivingschool_siteurl/?p=80', 9, 'nav_menu_item', '', 0),
(81, 1, '2017-04-06 14:54:31', '2017-04-06 11:54:31', '<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>', 'FAQ', '', 'publish', 'closed', 'closed', '', 'faq', '', '', '2017-04-06 15:56:12', '2017-04-06 12:56:12', '', 0, 'http_drivingschool_siteurl/?page_id=81', 0, 'page', '', 0),
(84, 1, '2017-04-06 14:55:11', '2017-04-06 11:55:11', ' ', '', '', 'publish', 'closed', 'closed', '', '84', '', '', '2017-04-23 23:26:33', '2017-04-23 20:26:33', '', 0, 'http_drivingschool_siteurl/?p=84', 11, 'nav_menu_item', '', 0),
(92, 1, '2017-04-06 15:59:09', '2017-04-06 12:59:09', '<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>', 'Price', '', 'publish', 'closed', 'closed', '', 'price', '', '', '2017-04-07 16:12:52', '2017-04-07 13:12:52', '', 0, 'http_drivingschool_siteurl/?page_id=92', 0, 'page', '', 0),
(95, 1, '2017-04-06 15:59:23', '2017-04-06 12:59:23', ' ', '', '', 'publish', 'closed', 'closed', '', '95', '', '', '2017-04-23 23:26:33', '2017-04-23 20:26:33', '', 0, 'http_drivingschool_siteurl/?p=95', 10, 'nav_menu_item', '', 0),
(106, 1, '2017-04-06 20:09:23', '2017-04-06 17:09:23', '', 'bg-offer', '', 'inherit', 'open', 'closed', '', 'bg-offer', '', '', '2017-04-06 20:09:23', '2017-04-06 17:09:23', '', 92, 'http_drivingschool_siteurl/wp-content/uploads/2017/04/bg-offer.jpg', 0, 'attachment', 'image/jpeg', 0),
(119, 1, '2017-04-07 15:21:36', '2017-04-07 12:21:36', '', 'card1', '', 'inherit', 'open', 'closed', '', 'card1', '', '', '2017-04-07 15:21:36', '2017-04-07 12:21:36', '', 92, 'http_drivingschool_siteurl/wp-content/uploads/2017/04/card1.jpg', 0, 'attachment', 'image/jpeg', 0),
(120, 1, '2017-04-07 15:21:38', '2017-04-07 12:21:38', '', 'shield', '', 'inherit', 'open', 'closed', '', 'shield', '', '', '2017-04-07 15:21:38', '2017-04-07 12:21:38', '', 92, 'http_drivingschool_siteurl/wp-content/uploads/2017/04/shield.png', 0, 'attachment', 'image/png', 0),
(128, 1, '2017-04-08 15:57:41', '2017-04-08 12:57:41', '', 'Courses', '', 'publish', 'closed', 'closed', '', 'courses', '', '', '2017-04-09 13:12:30', '2017-04-09 10:12:30', '', 0, 'http_drivingschool_siteurl/?page_id=128', 0, 'page', '', 0),
(130, 1, '2017-04-08 15:57:53', '2017-04-08 12:57:53', ' ', '', '', 'publish', 'closed', 'closed', '', '130', '', '', '2017-04-23 23:26:33', '2017-04-23 20:26:33', '', 0, 'http_drivingschool_siteurl/?p=130', 12, 'nav_menu_item', '', 0),
(131, 1, '2017-04-08 18:28:53', '2017-04-08 15:28:53', '', 'favicon', '', 'inherit', 'open', 'closed', '', 'favicon', '', '', '2017-04-08 18:28:53', '2017-04-08 15:28:53', '', 0, 'http_drivingschool_siteurl/wp-content/uploads/2017/04/favicon.png', 0, 'attachment', 'image/png', 0),
(132, 1, '2017-04-08 18:28:56', '2017-04-08 15:28:56', 'http_drivingschool_siteurl/wp-content/uploads/2017/04/cropped-favicon.png', 'cropped-favicon.png', '', 'inherit', 'open', 'closed', '', 'cropped-favicon-png', '', '', '2017-04-08 18:28:56', '2017-04-08 15:28:56', '', 0, 'http_drivingschool_siteurl/wp-content/uploads/2017/04/cropped-favicon.png', 0, 'attachment', 'image/png', 0),
(138, 1, '2017-04-09 12:34:00', '2017-04-09 09:34:00', '', 'card2', '', 'inherit', 'open', 'closed', '', 'card2', '', '', '2017-04-09 12:34:00', '2017-04-09 09:34:00', '', 128, 'http_drivingschool_siteurl/wp-content/uploads/2017/04/card2.jpg', 0, 'attachment', 'image/jpeg', 0),
(139, 1, '2017-04-09 12:34:02', '2017-04-09 09:34:02', '', 'card3', '', 'inherit', 'open', 'closed', '', 'card3', '', '', '2017-04-09 12:34:02', '2017-04-09 09:34:02', '', 128, 'http_drivingschool_siteurl/wp-content/uploads/2017/04/card3.jpg', 0, 'attachment', 'image/jpeg', 0),
(140, 1, '2017-04-09 12:34:03', '2017-04-09 09:34:03', '', 'card4', '', 'inherit', 'open', 'closed', '', 'card4', '', '', '2017-04-09 12:34:03', '2017-04-09 09:34:03', '', 128, 'http_drivingschool_siteurl/wp-content/uploads/2017/04/card4.jpg', 0, 'attachment', 'image/jpeg', 0),
(148, 1, '2017-04-09 13:22:25', '2017-04-09 10:22:25', '', 'Reviews', '', 'publish', 'closed', 'closed', '', 'reviews', '', '', '2017-09-30 19:17:48', '2017-09-30 16:17:48', '', 0, 'http_drivingschool_siteurl/?page_id=148', 0, 'page', '', 0),
(151, 1, '2017-04-09 13:22:39', '2017-04-09 10:22:39', ' ', '', '', 'publish', 'closed', 'closed', '', '151', '', '', '2017-04-23 23:26:33', '2017-04-23 20:26:33', '', 0, 'http_drivingschool_siteurl/?p=151', 13, 'nav_menu_item', '', 0),
(153, 1, '2017-04-09 13:51:52', '2017-04-09 10:51:52', '', 'test', '', 'private', 'closed', 'closed', '', 'test', '', '', '2017-04-09 13:51:52', '2017-04-09 10:51:52', '', 0, 'http_drivingschool_siteurl/2017/04/09/test/', 0, 'drivingschool_review', '', 0),
(154, 1, '2017-04-09 13:52:47', '2017-04-09 10:52:47', '', 'test', '', 'private', 'closed', 'closed', '', 'test-2', '', '', '2017-04-09 13:52:47', '2017-04-09 10:52:47', '', 0, 'http_drivingschool_siteurl/2017/04/09/test-2/', 0, 'drivingschool_review', '', 0),
(175, 1, '2017-04-09 16:02:34', '2017-04-09 13:02:34', '', 'r4', '', 'inherit', 'open', 'closed', '', 'r4', '', '', '2017-04-09 16:02:34', '2017-04-09 13:02:34', '', 0, 'http_drivingschool_siteurl/wp-content/uploads/2017/04/r4.jpg', 0, 'attachment', 'image/jpeg', 0),
(176, 1, '2017-04-09 16:02:34', '2017-04-09 13:02:34', '', 'Andry Lincoln', '', 'publish', 'closed', 'closed', '', 'andry-lincoln', '', '', '2017-04-09 18:22:53', '2017-04-09 15:22:53', '', 0, 'http_drivingschool_siteurl/review/andry-lincoln/', 0, 'review', '', 0),
(178, 1, '2017-04-09 16:56:04', '2017-04-09 13:56:04', '', 'Andry Lincoln', '', 'private', 'closed', 'closed', '', 'andry-lincoln', '', '', '2017-04-09 16:56:04', '2017-04-09 13:56:04', '', 0, 'http_drivingschool_siteurl/2017/04/09/andry-lincoln/', 0, 'publish', '', 0),
(180, 1, '2017-04-09 17:07:25', '2017-04-09 14:07:25', '', 'Andry Lincoln', '', 'private', 'closed', 'closed', '', 'andry-lincoln-2', '', '', '2017-04-09 17:07:25', '2017-04-09 14:07:25', '', 0, 'http_drivingschool_siteurl/2017/04/09/andry-lincoln-2/', 0, 'publish', '', 0),
(182, 1, '2017-04-09 17:10:43', '2017-04-09 14:10:43', '', 'Andry Lincoln', '', 'private', 'closed', 'closed', '', 'andry-lincoln-3', '', '', '2017-04-09 17:10:43', '2017-04-09 14:10:43', '', 0, 'http_drivingschool_siteurl/2017/04/09/andry-lincoln-3/', 0, 'publish', '', 0),
(184, 1, '2017-04-09 17:11:49', '2017-04-09 14:11:49', '', 'Andry Lincoln', '', 'private', 'closed', 'closed', '', 'andry-lincoln', '', '', '2017-04-09 17:11:49', '2017-04-09 14:11:49', '', 0, 'http_drivingschool_siteurl/2017/04/09/andry-lincoln/', 0, 'pending', '', 0),
(185, 1, '2017-04-09 17:13:29', '2017-04-09 14:13:29', '', 'r1', '', 'inherit', 'open', 'closed', '', 'r1', '', '', '2017-04-09 17:13:29', '2017-04-09 14:13:29', '', 0, 'http_drivingschool_siteurl/wp-content/uploads/2017/04/r1.jpg', 0, 'attachment', 'image/jpeg', 0),
(186, 1, '2017-04-09 17:13:29', '2017-04-09 14:13:29', '', 'Andry Lincoln', '', 'publish', 'closed', 'closed', '', 'andry-lincoln-2', '', '', '2017-04-09 18:22:53', '2017-04-09 15:22:53', '', 0, 'http_drivingschool_siteurl/review/andry-lincoln-2/', 0, 'review', '', 0),
(187, 1, '2017-04-09 17:14:10', '2017-04-09 14:14:10', '', 'r3', '', 'inherit', 'open', 'closed', '', 'r3', '', '', '2017-04-09 17:14:10', '2017-04-09 14:14:10', '', 0, 'http_drivingschool_siteurl/wp-content/uploads/2017/04/r3.jpg', 0, 'attachment', 'image/jpeg', 0),
(188, 1, '2017-04-09 18:22:53', '2017-04-09 15:22:53', '', 'Andry Lincoln', '', 'publish', 'closed', 'closed', '', 'andry-lincoln-4', '', '', '2017-04-09 18:22:53', '2017-04-09 15:22:53', '', 0, 'http_drivingschool_siteurl/?post_type=review&#038;p=188', 0, 'review', '', 0),
(189, 1, '2017-04-09 17:15:13', '2017-04-09 14:15:13', '', 'r2', '', 'inherit', 'open', 'closed', '', 'r2', '', '', '2017-04-09 17:15:13', '2017-04-09 14:15:13', '', 0, 'http_drivingschool_siteurl/wp-content/uploads/2017/04/r2.jpg', 0, 'attachment', 'image/jpeg', 0),
(190, 1, '2017-04-09 18:22:53', '2017-04-09 15:22:53', '', 'Andry Lincoln', '', 'publish', 'closed', 'closed', '', 'andry-lincoln-3', '', '', '2017-04-09 18:22:53', '2017-04-09 15:22:53', '', 0, 'http_drivingschool_siteurl/?post_type=review&#038;p=190', 0, 'review', '', 0),
(204, 1, '2017-04-11 11:10:41', '2017-04-11 08:10:41', ' ', '', '', 'publish', 'closed', 'closed', '', '204', '', '', '2017-04-23 23:26:33', '2017-04-23 20:26:33', '', 0, 'http_drivingschool_siteurl/?p=204', 15, 'nav_menu_item', '', 0),
(205, 1, '2017-04-11 11:45:49', '2017-04-11 08:45:49', '<p>Although the surface of Antarctica is almost completely white, a field of green and brown algae clings to the underside of the sea ice around the frozen continent.</p>\r\n<p>Previously, this underwater forest of algae was accessible only to marine creatures or specially trained divers. But now, researchers are using pioneering drones to scout out and map the miles of algae mats.</p>\r\n<p>The Antarctic algae begin growing in early spring and rely on the small amount of sunlight that penetrates the ice to survive. They play a key role in the Antarctic food chain by supplying food for krill and other tiny animals.</p>\r\n<blockquote>with a radiometer that measures how much light each clump of algae absorbs. Based on the measurements, scientists can predict the total amount of algae growing under the ice.</blockquote>\r\n<p>The diving drones are 8.2 feet (2.5 meters) long and are shaped like torpedoes. The devices are deployed from holes that the researchers cut into the thick ice using an oil burner and a steam drill. The carefully carved holes also happen to be an ideal entry point for hunting seals, and sometimes, the researchers have to share their space with seals and sea lions that crowd around the heaters set up to keep the holes from icing over.</p>\r\n<p>Algae growing on the bottom of sea ice absorb light at different wavelengths. Each torpedo-shaped drone is equipped with a radiometer that measures how much light each clump of algae absorbs. Based on the measurements, scientists can predict the total amount of algae growing under the ice.</p>', 'An Interview with Power Elite MVPThemes', '', 'publish', 'open', 'open', '', 'an-interview-with-power-elite-mvpthemes', '', '', '2017-04-11 13:40:08', '2017-04-11 10:40:08', '', 0, 'http_drivingschool_siteurl/?p=205', 0, 'post', '', 0),
(207, 1, '2017-04-11 11:46:25', '2017-04-11 08:46:25', '<p>Although the surface of Antarctica is almost completely white, a field of green and brown algae clings to the underside of the sea ice around the frozen continent.</p>\r\n<p>Previously, this underwater forest of algae was accessible only to marine creatures or specially trained divers. But now, researchers are using pioneering drones to scout out and map the miles of algae mats.</p>\r\n<p>The Antarctic algae begin growing in early spring and rely on the small amount of sunlight that penetrates the ice to survive. They play a key role in the Antarctic food chain by supplying food for krill and other tiny animals.</p>\r\n<blockquote>with a radiometer that measures how much light each clump of algae absorbs. Based on the measurements, scientists can predict the total amount of algae growing under the ice.</blockquote>\r\n<p>The diving drones are 8.2 feet (2.5 meters) long and are shaped like torpedoes. The devices are deployed from holes that the researchers cut into the thick ice using an oil burner and a steam drill. The carefully carved holes also happen to be an ideal entry point for hunting seals, and sometimes, the researchers have to share their space with seals and sea lions that crowd around the heaters set up to keep the holes from icing over.</p>\r\n<p>Algae growing on the bottom of sea ice absorb light at different wavelengths. Each torpedo-shaped drone is equipped with a radiometer that measures how much light each clump of algae absorbs. Based on the measurements, scientists can predict the total amount of algae growing under the ice.</p>', 'Preparing Your Vehicle for Winter Driving', '', 'publish', 'open', 'open', '', 'preparing-your-vehicle-for-winter-driving', '', '', '2017-09-16 12:48:51', '2017-09-16 09:48:51', '', 0, 'http_drivingschool_siteurl/?p=207', 0, 'post', '', 0),
(208, 1, '2017-04-11 11:46:31', '2017-04-11 08:46:31', '<p>Although the surface of Antarctica is almost completely white, a field of green and brown algae clings to the underside of the sea ice around the frozen continent.</p>\r\n<p>Previously, this underwater forest of algae was accessible only to marine creatures or specially trained divers. But now, researchers are using pioneering drones to scout out and map the miles of algae mats.</p>\r\n<p>The Antarctic algae begin growing in early spring and rely on the small amount of sunlight that penetrates the ice to survive. They play a key role in the Antarctic food chain by supplying food for krill and other tiny animals.</p>\r\n<blockquote>with a radiometer that measures how much light each clump of algae absorbs. Based on the measurements, scientists can predict the total amount of algae growing under the ice.</blockquote>\r\n<p>The diving drones are 8.2 feet (2.5 meters) long and are shaped like torpedoes. The devices are deployed from holes that the researchers cut into the thick ice using an oil burner and a steam drill. The carefully carved holes also happen to be an ideal entry point for hunting seals, and sometimes, the researchers have to share their space with seals and sea lions that crowd around the heaters set up to keep the holes from icing over.</p>\r\n<p>Algae growing on the bottom of sea ice absorb light at different wavelengths. Each torpedo-shaped drone is equipped with a radiometer that measures how much light each clump of algae absorbs. Based on the measurements, scientists can predict the total amount of algae growing under the ice.</p>', 'Dangers of Increasing Highway Speed Limits', '', 'publish', 'open', 'open', '', 'dangers-of-increasing-highway-speed-limits', '', '', '2017-09-16 12:41:54', '2017-09-16 09:41:54', '', 0, 'http_drivingschool_siteurl/?p=208', 0, 'post', '', 0),
(209, 1, '2017-04-11 11:46:38', '2017-04-11 08:46:38', '<p>Although the surface of Antarctica is almost completely white, a field of green and brown algae clings to the underside of the sea ice around the frozen continent.</p>\r\n<p>Previously, this underwater forest of algae was accessible only to marine creatures or specially trained divers. But now, researchers are using pioneering drones to scout out and map the miles of algae mats.</p>\r\n<p>The Antarctic algae begin growing in early spring and rely on the small amount of sunlight that penetrates the ice to survive. They play a key role in the Antarctic food chain by supplying food for krill and other tiny animals.</p>\r\n<blockquote>with a radiometer that measures how much light each clump of algae absorbs. Based on the measurements, scientists can predict the total amount of algae growing under the ice.</blockquote>\r\n<p>The diving drones are 8.2 feet (2.5 meters) long and are shaped like torpedoes. The devices are deployed from holes that the researchers cut into the thick ice using an oil burner and a steam drill. The carefully carved holes also happen to be an ideal entry point for hunting seals, and sometimes, the researchers have to share their space with seals and sea lions that crowd around the heaters set up to keep the holes from icing over.</p>\r\n<p>Algae growing on the bottom of sea ice absorb light at different wavelengths. Each torpedo-shaped drone is equipped with a radiometer that measures how much light each clump of algae absorbs. Based on the measurements, scientists can predict the total amount of algae growing under the ice.</p>', 'What is Defensive Driving?', '', 'publish', 'open', 'open', '', 'what-is-defensive-driving', '', '', '2017-09-16 12:40:43', '2017-09-16 09:40:43', '', 0, 'http_drivingschool_siteurl/?p=209', 0, 'post', '', 0) ;
REPLACE 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
(210, 1, '2017-04-11 11:46:45', '2017-04-11 08:46:45', '<p>Although the surface of Antarctica is almost completely white, a field of green and brown algae clings to the underside of the sea ice around the frozen continent.</p>\r\n<p>Previously, this underwater forest of algae was accessible only to marine creatures or specially trained divers. But now, researchers are using pioneering drones to scout out and map the miles of algae mats.</p>\r\n<p>The Antarctic algae begin growing in early spring and rely on the small amount of sunlight that penetrates the ice to survive. They play a key role in the Antarctic food chain by supplying food for krill and other tiny animals.</p>\r\n<blockquote>with a radiometer that measures how much light each clump of algae absorbs. Based on the measurements, scientists can predict the total amount of algae growing under the ice.</blockquote>\r\n<p>The diving drones are 8.2 feet (2.5 meters) long and are shaped like torpedoes. The devices are deployed from holes that the researchers cut into the thick ice using an oil burner and a steam drill. The carefully carved holes also happen to be an ideal entry point for hunting seals, and sometimes, the researchers have to share their space with seals and sea lions that crowd around the heaters set up to keep the holes from icing over.</p>\r\n<p>Algae growing on the bottom of sea ice absorb light at different wavelengths. Each torpedo-shaped drone is equipped with a radiometer that measures how much light each clump of algae absorbs. Based on the measurements, scientists can predict the total amount of algae growing under the ice.</p>', 'Small Old Cars Present Dangers To Teen Drivers', '', 'publish', 'open', 'open', '', 'small-old-cars-present-dangers-to-teen-drivers', '', '', '2017-09-16 12:38:57', '2017-09-16 09:38:57', '', 0, 'http_drivingschool_siteurl/?p=210', 0, 'post', '', 0),
(211, 1, '2017-04-11 11:46:52', '2017-04-11 08:46:52', '<p>Although the surface of Antarctica is almost completely white, a field of green and brown algae clings to the underside of the sea ice around the frozen continent.</p>\r\n<p>Previously, this underwater forest of algae was accessible only to marine creatures or specially trained divers. But now, researchers are using pioneering drones to scout out and map the miles of algae mats.</p>\r\n<p>The Antarctic algae begin growing in early spring and rely on the small amount of sunlight that penetrates the ice to survive. They play a key role in the Antarctic food chain by supplying food for krill and other tiny animals.</p>\r\n<blockquote>with a radiometer that measures how much light each clump of algae absorbs. Based on the measurements, scientists can predict the total amount of algae growing under the ice.</blockquote>\r\n<p>The diving drones are 8.2 feet (2.5 meters) long and are shaped like torpedoes. The devices are deployed from holes that the researchers cut into the thick ice using an oil burner and a steam drill. The carefully carved holes also happen to be an ideal entry point for hunting seals, and sometimes, the researchers have to share their space with seals and sea lions that crowd around the heaters set up to keep the holes from icing over.</p>\r\n<p>Algae growing on the bottom of sea ice absorb light at different wavelengths. Each torpedo-shaped drone is equipped with a radiometer that measures how much light each clump of algae absorbs. Based on the measurements, scientists can predict the total amount of algae growing under the ice.</p>', 'How to drive carefully', '', 'publish', 'open', 'open', '', 'how-to-drive-carefully', '', '', '2017-09-16 12:35:55', '2017-09-16 09:35:55', '', 0, 'http_drivingschool_siteurl/?p=211', 0, 'post', '', 0),
(212, 1, '2017-04-11 11:47:05', '2017-04-11 08:47:05', '<p>Although the surface of Antarctica is almost completely white, a field of green and brown algae clings to the underside of the sea ice around the frozen continent.</p>\r\n<p>Previously, this underwater forest of algae was accessible only to marine creatures or specially trained divers. But now, researchers are using pioneering drones to scout out and map the miles of algae mats.</p>\r\n<p>The Antarctic algae begin growing in early spring and rely on the small amount of sunlight that penetrates the ice to survive. They play a key role in the Antarctic food chain by supplying food for krill and other tiny animals.</p>\r\n<blockquote>with a radiometer that measures how much light each clump of algae absorbs. Based on the measurements, scientists can predict the total amount of algae growing under the ice.</blockquote>\r\n<p>The diving drones are 8.2 feet (2.5 meters) long and are shaped like torpedoes. The devices are deployed from holes that the researchers cut into the thick ice using an oil burner and a steam drill. The carefully carved holes also happen to be an ideal entry point for hunting seals, and sometimes, the researchers have to share their space with seals and sea lions that crowd around the heaters set up to keep the holes from icing over.</p>\r\n<p>Algae growing on the bottom of sea ice absorb light at different wavelengths. Each torpedo-shaped drone is equipped with a radiometer that measures how much light each clump of algae absorbs. Based on the measurements, scientists can predict the total amount of algae growing under the ice.</p>', 'Mountains car travel', '', 'publish', 'open', 'closed', '', 'mountains-car-travel', '', '', '2017-09-16 12:36:28', '2017-09-16 09:36:28', '', 0, 'http_drivingschool_siteurl/?p=212', 0, 'post', '', 3),
(241, 1, '2017-04-11 15:54:48', '2017-04-11 12:54:48', '', 'bg-stuff', '', 'inherit', 'open', 'closed', '', 'bg-stuff', '', '', '2017-04-11 15:54:48', '2017-04-11 12:54:48', '', 0, 'http_drivingschool_siteurl/wp-content/uploads/2017/04/bg-stuff.jpg', 0, 'attachment', 'image/jpeg', 0),
(249, 1, '2017-04-13 10:27:33', '2017-04-13 07:27:33', '', 'Page Blog', '', 'publish', 'closed', 'closed', '', 'page-blog', '', '', '2017-04-23 23:26:33', '2017-04-23 20:26:33', '', 0, 'http_drivingschool_siteurl/?p=249', 16, 'nav_menu_item', '', 0),
(250, 1, '2017-04-13 10:27:33', '2017-04-13 07:27:33', '', 'Single Blog', '', 'publish', 'closed', 'closed', '', 'single-blog', '', '', '2017-04-23 23:26:33', '2017-04-23 20:26:33', '', 0, 'http_drivingschool_siteurl/?p=250', 17, 'nav_menu_item', '', 0),
(255, 1, '2017-04-13 12:39:14', '2017-04-13 09:39:14', '', 'Teachers', '', 'publish', 'closed', 'closed', '', 'teachers', '', '', '2017-04-15 12:54:27', '2017-04-15 09:54:27', '', 0, 'http_drivingschool_siteurl/?page_id=255', 0, 'page', '', 0),
(257, 1, '2017-04-13 12:39:29', '2017-04-13 09:39:29', ' ', '', '', 'publish', 'closed', 'closed', '', '257', '', '', '2017-04-23 23:26:33', '2017-04-23 20:26:33', '', 0, 'http_drivingschool_siteurl/?p=257', 19, 'nav_menu_item', '', 0),
(259, 1, '2017-04-13 13:40:50', '2017-04-13 10:40:50', 'My name is Nikolai, I\'m driving instructor. My driving experience of 28 years of work experience as an instructor 10 years.Has license for training. I am calm, urovnoveshanny chelovek.Uchu control car in a relaxed, friendly atmosphere. I train from scratch, there is a training area, about art, underground VDNH, as well as at any level. Overcoming the fear of Moscow roads run in routes of any complexity, including routes for the exam in the SAI; Lobnensky, Piyalovsky. Check on the Ring Road, the Third Transport Ring, the Garden Ring, center. I have two training vehicle; mechanics and machine. Always happy to share my experience and teach calm, confident driving the car !', 'Ananev matvey', '', 'publish', 'open', 'closed', '', 'ananev-matvey', '', '', '2017-04-15 12:01:52', '2017-04-15 09:01:52', '', 0, 'http_drivingschool_siteurl/?post_type=teachers&#038;p=259', 0, 'teachers', '', 1),
(269, 1, '2017-04-13 14:35:47', '2017-04-13 11:35:47', '', 'b1', '', 'inherit', 'open', 'closed', '', 'b1', '', '', '2017-04-13 14:35:47', '2017-04-13 11:35:47', '', 259, 'http_drivingschool_siteurl/wp-content/uploads/2017/04/b1.jpg', 0, 'attachment', 'image/jpeg', 0),
(270, 1, '2017-04-13 15:11:36', '2017-04-13 12:11:36', '', 'b1', '', 'inherit', 'open', 'closed', '', 'b1-2', '', '', '2017-04-13 15:11:36', '2017-04-13 12:11:36', '', 259, 'http_drivingschool_siteurl/wp-content/uploads/2017/04/b1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(271, 1, '2017-04-13 15:48:05', '2017-04-13 12:48:05', '', 'car1', '', 'inherit', 'open', 'closed', '', 'car1', '', '', '2017-04-13 15:48:05', '2017-04-13 12:48:05', '', 259, 'http_drivingschool_siteurl/wp-content/uploads/2017/04/car1.jpg', 0, 'attachment', 'image/jpeg', 0),
(272, 1, '2017-04-13 15:48:07', '2017-04-13 12:48:07', '', 'car2', '', 'inherit', 'open', 'closed', '', 'car2', '', '', '2017-04-13 15:48:07', '2017-04-13 12:48:07', '', 259, 'http_drivingschool_siteurl/wp-content/uploads/2017/04/car2.jpg', 0, 'attachment', 'image/jpeg', 0),
(274, 1, '2017-04-13 19:05:41', '2017-04-13 16:05:41', ' ', '', '', 'publish', 'closed', 'closed', '', '274', '', '', '2017-04-23 23:26:33', '2017-04-23 20:26:33', '', 0, 'http_drivingschool_siteurl/?p=274', 20, 'nav_menu_item', '', 0),
(275, 1, '2017-04-13 19:05:41', '2017-04-13 16:05:41', '', 'Teacher Profile', '', 'publish', 'closed', 'closed', '', 'teacher-profile', '', '', '2017-04-23 23:26:33', '2017-04-23 20:26:33', '', 0, 'http_drivingschool_siteurl/?p=275', 21, 'nav_menu_item', '', 0),
(281, 1, '2017-04-15 12:01:58', '2017-04-15 09:01:58', 'My name is Nikolai, I\'m driving instructor. My driving experience of 28 years of work experience as an instructor 10 years.Has license for training. I am calm, urovnoveshanny chelovek.Uchu control car in a relaxed, friendly atmosphere. I train from scratch, there is a training area, about art, underground VDNH, as well as at any level. Overcoming the fear of Moscow roads run in routes of any complexity, including routes for the exam in the SAI; Lobnensky, Piyalovsky. Check on the Ring Road, the Third Transport Ring, the Garden Ring, center. I have two training vehicle; mechanics and machine. Always happy to share my experience and teach calm, confident driving the car !', 'Ananev matvey', '', 'publish', 'open', 'closed', '', 'ananev-matvey-1', '', '', '2017-04-15 12:03:00', '2017-04-15 09:03:00', '', 0, 'http_drivingschool_siteurl/?post_type=teachers&#038;p=281', 0, 'teachers', '', 0),
(282, 1, '2017-04-15 12:02:02', '2017-04-15 09:02:02', 'My name is Nikolai, I\'m driving instructor. My driving experience of 28 years of work experience as an instructor 10 years.Has license for training. I am calm, urovnoveshanny chelovek.Uchu control car in a relaxed, friendly atmosphere. I train from scratch, there is a training area, about art, underground VDNH, as well as at any level. Overcoming the fear of Moscow roads run in routes of any complexity, including routes for the exam in the SAI; Lobnensky, Piyalovsky. Check on the Ring Road, the Third Transport Ring, the Garden Ring, center. I have two training vehicle; mechanics and machine. Always happy to share my experience and teach calm, confident driving the car !', 'Ananev matvey', '', 'publish', 'open', 'closed', '', 'ananev-matvey-2', '', '', '2017-04-15 12:03:18', '2017-04-15 09:03:18', '', 0, 'http_drivingschool_siteurl/?post_type=teachers&#038;p=282', 0, 'teachers', '', 0),
(283, 1, '2017-04-15 12:02:04', '2017-04-15 09:02:04', 'My name is Nikolai, I\'m driving instructor. My driving experience of 28 years of work experience as an instructor 10 years.Has license for training. I am calm, urovnoveshanny chelovek.Uchu control car in a relaxed, friendly atmosphere. I train from scratch, there is a training area, about art, underground VDNH, as well as at any level. Overcoming the fear of Moscow roads run in routes of any complexity, including routes for the exam in the SAI; Lobnensky, Piyalovsky. Check on the Ring Road, the Third Transport Ring, the Garden Ring, center. I have two training vehicle; mechanics and machine. Always happy to share my experience and teach calm, confident driving the car !', 'Ananev matvey', '', 'publish', 'open', 'closed', '', 'ananev-matvey-3', '', '', '2017-04-15 12:03:34', '2017-04-15 09:03:34', '', 0, 'http_drivingschool_siteurl/?post_type=teachers&#038;p=283', 0, 'teachers', '', 0),
(284, 1, '2017-04-15 12:02:07', '2017-04-15 09:02:07', 'My name is Nikolai, I\'m driving instructor. My driving experience of 28 years of work experience as an instructor 10 years.Has license for training. I am calm, urovnoveshanny chelovek.Uchu control car in a relaxed, friendly atmosphere. I train from scratch, there is a training area, about art, underground VDNH, as well as at any level. Overcoming the fear of Moscow roads run in routes of any complexity, including routes for the exam in the SAI; Lobnensky, Piyalovsky. Check on the Ring Road, the Third Transport Ring, the Garden Ring, center. I have two training vehicle; mechanics and machine. Always happy to share my experience and teach calm, confident driving the car !', 'Ananev matvey', '', 'publish', 'open', 'closed', '', 'ananev-matvey-4', '', '', '2017-04-15 12:03:50', '2017-04-15 09:03:50', '', 0, 'http_drivingschool_siteurl/?post_type=teachers&#038;p=284', 0, 'teachers', '', 0),
(285, 1, '2017-04-15 12:02:10', '2017-04-15 09:02:10', 'My name is Nikolai, I\'m driving instructor. My driving experience of 28 years of work experience as an instructor 10 years.Has license for training. I am calm, urovnoveshanny chelovek.Uchu control car in a relaxed, friendly atmosphere. I train from scratch, there is a training area, about art, underground VDNH, as well as at any level. Overcoming the fear of Moscow roads run in routes of any complexity, including routes for the exam in the SAI; Lobnensky, Piyalovsky. Check on the Ring Road, the Third Transport Ring, the Garden Ring, center. I have two training vehicle; mechanics and machine. Always happy to share my experience and teach calm, confident driving the car !', 'Ananev matvey', '', 'publish', 'open', 'closed', '', 'ananev-matvey-5', '', '', '2017-04-15 12:04:11', '2017-04-15 09:04:11', '', 0, 'http_drivingschool_siteurl/?post_type=teachers&#038;p=285', 0, 'teachers', '', 0),
(286, 1, '2017-04-15 12:02:13', '2017-04-15 09:02:13', 'My name is Nikolai, I\'m driving instructor. My driving experience of 28 years of work experience as an instructor 10 years.Has license for training. I am calm, urovnoveshanny chelovek.Uchu control car in a relaxed, friendly atmosphere. I train from scratch, there is a training area, about art, underground VDNH, as well as at any level. Overcoming the fear of Moscow roads run in routes of any complexity, including routes for the exam in the SAI; Lobnensky, Piyalovsky. Check on the Ring Road, the Third Transport Ring, the Garden Ring, center. I have two training vehicle; mechanics and machine. Always happy to share my experience and teach calm, confident driving the car !', 'Ananev matvey', '', 'publish', 'open', 'closed', '', 'ananev-matvey-6', '', '', '2017-04-15 12:04:24', '2017-04-15 09:04:24', '', 0, 'http_drivingschool_siteurl/?post_type=teachers&#038;p=286', 0, 'teachers', '', 0),
(287, 1, '2017-04-15 12:02:15', '2017-04-15 09:02:15', 'My name is Nikolai, I\'m driving instructor. My driving experience of 28 years of work experience as an instructor 10 years.Has license for training. I am calm, urovnoveshanny chelovek.Uchu control car in a relaxed, friendly atmosphere. I train from scratch, there is a training area, about art, underground VDNH, as well as at any level. Overcoming the fear of Moscow roads run in routes of any complexity, including routes for the exam in the SAI; Lobnensky, Piyalovsky. Check on the Ring Road, the Third Transport Ring, the Garden Ring, center. I have two training vehicle; mechanics and machine. Always happy to share my experience and teach calm, confident driving the car !', 'Ananev matvey', '', 'publish', 'open', 'closed', '', 'ananev-matvey-7', '', '', '2017-04-15 12:04:39', '2017-04-15 09:04:39', '', 0, 'http_drivingschool_siteurl/?post_type=teachers&#038;p=287', 0, 'teachers', '', 0),
(288, 1, '2017-04-15 12:02:17', '2017-04-15 09:02:17', 'My name is Nikolai, I\'m driving instructor. My driving experience of 28 years of work experience as an instructor 10 years.Has license for training. I am calm, urovnoveshanny chelovek.Uchu control car in a relaxed, friendly atmosphere. I train from scratch, there is a training area, about art, underground VDNH, as well as at any level. Overcoming the fear of Moscow roads run in routes of any complexity, including routes for the exam in the SAI; Lobnensky, Piyalovsky. Check on the Ring Road, the Third Transport Ring, the Garden Ring, center. I have two training vehicle; mechanics and machine. Always happy to share my experience and teach calm, confident driving the car !', 'Ananev matvey', '', 'publish', 'open', 'closed', '', 'ananev-matvey-8', '', '', '2017-04-15 12:05:03', '2017-04-15 09:05:03', '', 0, 'http_drivingschool_siteurl/?post_type=teachers&#038;p=288', 0, 'teachers', '', 0),
(289, 1, '2017-04-15 12:02:20', '2017-04-15 09:02:20', 'My name is Nikolai, I\'m driving instructor. My driving experience of 28 years of work experience as an instructor 10 years.Has license for training. I am calm, urovnoveshanny chelovek.Uchu control car in a relaxed, friendly atmosphere. I train from scratch, there is a training area, about art, underground VDNH, as well as at any level. Overcoming the fear of Moscow roads run in routes of any complexity, including routes for the exam in the SAI; Lobnensky, Piyalovsky. Check on the Ring Road, the Third Transport Ring, the Garden Ring, center. I have two training vehicle; mechanics and machine. Always happy to share my experience and teach calm, confident driving the car !', 'Ananev matvey', '', 'publish', 'open', 'closed', '', 'ananev-matvey-9', '', '', '2017-04-15 12:05:21', '2017-04-15 09:05:21', '', 0, 'http_drivingschool_siteurl/?post_type=teachers&#038;p=289', 0, 'teachers', '', 0),
(290, 1, '2017-04-15 12:02:23', '2017-04-15 09:02:23', 'My name is Nikolai, I\'m driving instructor. My driving experience of 28 years of work experience as an instructor 10 years.Has license for training. I am calm, urovnoveshanny chelovek.Uchu control car in a relaxed, friendly atmosphere. I train from scratch, there is a training area, about art, underground VDNH, as well as at any level. Overcoming the fear of Moscow roads run in routes of any complexity, including routes for the exam in the SAI; Lobnensky, Piyalovsky. Check on the Ring Road, the Third Transport Ring, the Garden Ring, center. I have two training vehicle; mechanics and machine. Always happy to share my experience and teach calm, confident driving the car !', 'Ananev matvey', '', 'publish', 'open', 'closed', '', 'ananev-matvey-10', '', '', '2017-04-15 12:05:34', '2017-04-15 09:05:34', '', 0, 'http_drivingschool_siteurl/?post_type=teachers&#038;p=290', 0, 'teachers', '', 0),
(291, 1, '2017-04-15 12:02:25', '2017-04-15 09:02:25', 'My name is Nikolai, I\'m driving instructor. My driving experience of 28 years of work experience as an instructor 10 years.Has license for training. I am calm, urovnoveshanny chelovek.Uchu control car in a relaxed, friendly atmosphere. I train from scratch, there is a training area, about art, underground VDNH, as well as at any level. Overcoming the fear of Moscow roads run in routes of any complexity, including routes for the exam in the SAI; Lobnensky, Piyalovsky. Check on the Ring Road, the Third Transport Ring, the Garden Ring, center. I have two training vehicle; mechanics and machine. Always happy to share my experience and teach calm, confident driving the car !', 'Ananev matvey', '', 'publish', 'open', 'closed', '', 'ananev-matvey-11', '', '', '2017-04-15 12:05:45', '2017-04-15 09:05:45', '', 0, 'http_drivingschool_siteurl/?post_type=teachers&#038;p=291', 0, 'teachers', '', 0),
(292, 1, '2017-04-15 12:02:27', '2017-04-15 09:02:27', 'My name is Nikolai, I\'m driving instructor. My driving experience of 28 years of work experience as an instructor 10 years.Has license for training. I am calm, urovnoveshanny chelovek.Uchu control car in a relaxed, friendly atmosphere. I train from scratch, there is a training area, about art, underground VDNH, as well as at any level. Overcoming the fear of Moscow roads run in routes of any complexity, including routes for the exam in the SAI; Lobnensky, Piyalovsky. Check on the Ring Road, the Third Transport Ring, the Garden Ring, center. I have two training vehicle; mechanics and machine. Always happy to share my experience and teach calm, confident driving the car !', 'Ananev matvey', '', 'publish', 'open', 'closed', '', 'ananev-matvey-12', '', '', '2017-04-15 12:05:59', '2017-04-15 09:05:59', '', 0, 'http_drivingschool_siteurl/?post_type=teachers&#038;p=292', 0, 'teachers', '', 0),
(316, 1, '2017-04-15 13:35:47', '2017-04-15 10:35:47', '', 'Teachers', '', 'publish', 'open', 'open', '', 'teachers', '', '', '2017-04-15 13:35:47', '2017-04-15 10:35:47', '', 0, 'http_drivingschool_siteurl/teachers', 0, 'post', '', 0),
(371, 1, '2017-04-17 10:09:05', '2017-04-17 07:09:05', ' ', '', '', 'publish', 'closed', 'closed', '', '371', '', '', '2017-04-23 23:26:33', '2017-04-23 20:26:33', '', 0, 'http_drivingschool_siteurl/?p=371', 2, 'nav_menu_item', '', 0),
(373, 1, '2017-04-17 11:04:53', '2017-04-17 08:04:53', '', 'tiser1', '', 'inherit', 'open', 'closed', '', 'tiser1', '', '', '2017-04-17 11:04:53', '2017-04-17 08:04:53', '', 16, 'http_drivingschool_siteurl/wp-content/uploads/2017/03/tiser1.jpg', 0, 'attachment', 'image/jpeg', 0),
(425, 1, '2017-04-19 15:23:55', '2017-04-19 12:23:55', '', 'b1', '', 'inherit', 'open', 'closed', '', 'b1-3', '', '', '2017-04-19 15:23:55', '2017-04-19 12:23:55', '', 16, 'http_drivingschool_siteurl/wp-content/uploads/2017/03/b1.jpg', 0, 'attachment', 'image/jpeg', 0),
(433, 1, '2017-04-19 17:32:04', '2017-04-19 14:32:04', '<p>[vc_row][vc_column][slider1 slider="%5B%7B%22picture%22%3A%22435%22%2C%22name%22%3A%22extrimal%22%2C%22description%22%3A%22Car%20driving%20learn%22%2C%22title%22%3A%22BEST%20SAFETY%20MEASURES%22%2C%22text%22%3A%22Lorem%20ipsum%20Sunt%20cupidatat%20reprehenderit%20cillum%20reprehenderit%20incididunt%20consequat%20aute%20et%20proident%20tempor%20occaecat.%22%7D%2C%7B%22picture%22%3A%22444%22%2C%22name%22%3A%22basic%22%2C%22description%22%3A%22Truck%20driving%20learn%22%2C%22title%22%3A%22BEST%20SAFETY%20MEASURES%22%2C%22text%22%3A%22Lorem%20ipsum%20Sunt%20cupidatat%20reprehenderit%20cillum%20reprehenderit%20incididunt%20consequat%20aute%20et%20proident%20tempor%20occaecat.%22%7D%2C%7B%22picture%22%3A%22466%22%2C%22name%22%3A%22moped%22%2C%22description%22%3A%22Bus%20driving%20learn%22%2C%22title%22%3A%22BEST%20SAFETY%20MEASURES%22%2C%22text%22%3A%22Lorem%20ipsum%20Sunt%20cupidatat%20reprehenderit%20cillum%20reprehenderit%20incididunt%20consequat%20aute%20et%20proident%20tempor%20occaecat.%22%7D%5D" title1="Find" title2="Driving Courses" description1="Lorem ipsum Sunt cupidatat reprehenderit cillum reprehenderit incididunt..." cartype="%5B%7B%7D%5D" driving="%5B%7B%22value%22%3A%22A%22%7D%2C%7B%22value%22%3A%22B%22%7D%2C%7B%22value%22%3A%22C%22%7D%5D" time="%5B%7B%22value%22%3A%228%3A00%22%7D%2C%7B%22value%22%3A%229%3A00%22%7D%2C%7B%22value%22%3A%2210%3A00%22%7D%2C%7B%22value%22%3A%2211%3A00%22%7D%2C%7B%22value%22%3A%2212%3A00%22%7D%2C%7B%22value%22%3A%2213%3A00%22%7D%2C%7B%22value%22%3A%2214%3A00%22%7D%5D" note="Lorem ipsum Sunt cupidatat reprehenderit cillum reprehenderit"][best1 title1="THE BEST" title2="FEATURES" blocks="%5B%7B%22title%22%3A%22EXPERIENCED%20INSTRUCTORS%22%2C%22text%22%3A%22Lorem%20ipsum%20Sunt%20cupidatat%20reprehenderit%20cillum%20reprehenderit%20incididunt%20consequat%22%2C%22icon%22%3A%22icon_male%22%2C%22link%22%3A%22%23%22%2C%22textlink%22%3A%22See%20instructors%22%7D%2C%7B%22title%22%3A%22VIDEO%20CLASSES%22%2C%22text%22%3A%22Lorem%20ipsum%20Sunt%20cupidatat%20reprehenderit%20cillum%20reprehenderit%20incididunt%20consequat%22%2C%22icon%22%3A%22icon_video%22%2C%22link%22%3A%22%23%22%2C%22textlink%22%3A%22See%20gallery%22%7D%2C%7B%22title%22%3A%22BEST%20SAFETY%20MEASURES%22%2C%22text%22%3A%22Lorem%20ipsum%20Sunt%20cupidatat%20reprehenderit%20cillum%20reprehenderit%20incididunt%20consequat%22%2C%22icon%22%3A%22icon_streamline%22%7D%5D"][about1 picture="444" title1="ABOUT " title2="US" link="#" textlink="send request" title3="SAVE $59" title4="ORDER NOW!" text="Only in November! Book learning and receive<br />\r\na discount of $59" hours="12" minutes="20" link2="#" textlink2="send request" seconds="55"][p]Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo. Nemo enim ipsam voluptatem, quia voluptas sit.[/p]<br />\r\n[p]Aut odit aut fugit, sed quia consequuntur magni dolores eos, qui ratione voluptatem sequi nesciunt, neque porro quisquamest, qui dolorem ipsum, quia dolor.[/p]<br />\r\n[p]Sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt, ut labore et dolore magnam aliquam quaerat voluptatem.[/p][/about1][feature1 blocks="%5B%7B%22title%22%3A%22best%20service%22%2C%22text%22%3A%22Lorem%20ipsum%20Sunt%20cupidatat%20reprehenderit%20cillum%20reprehenderit%20incididunt%20consequat%22%2C%22icon%22%3A%22icon_price%22%7D%2C%7B%22title%22%3A%22Best%20time%20training%22%2C%22text%22%3A%22You%20can%20choose%20your%20team%20on%20weekdays%20after%20work%20or%20on%20weekends%22%2C%22icon%22%3A%22icon_timer%22%7D%2C%7B%22title%22%3A%22We%20train%20all%20ages%22%2C%22text%22%3A%22we%20take%20into%20account%20the%20age%20of%20individual%20moments.%22%2C%22icon%22%3A%22icon_people%22%7D%2C%7B%22title%22%3A%22Individual%20approach%22%2C%22text%22%3A%22to%20everyone%20we%20have%20our%20own%20approach.%22%2C%22icon%22%3A%22icon_target%22%7D%2C%7B%22title%22%3A%22Calm%20instructor%22%2C%22text%22%3A%22practical%20training%20for%20you%20will%20be%20happy.%22%2C%22icon%22%3A%22icon_teacher%22%7D%2C%7B%22title%22%3A%22new%20motorbikes%22%2C%22text%22%3A%22Cars%20equipped%20with%20duplicate%20pedals%20-%20avtoinstruktor%20always%20insures%20you.%22%2C%22icon%22%3A%22icon_stop%22%7D%2C%7B%22title%22%3A%22all%20documents%22%2C%22text%22%3A%22The%20full%20package%20of%20documents%20at%20the%20end%20-%20you%20get%20all%20the%20documents%20at%20the%20end%20of%22%2C%22icon%22%3A%22icon_docs%22%7D%2C%7B%22title%22%3A%22best%20classroom%22%2C%22text%22%3A%22Equipped%20classrooms%20-%20all%20done%20according%20to%20the%20rules%20and%20laws%22%2C%22icon%22%3A%22icon_chair%22%7D%5D"][numbers1 blocks="%5B%7B%22title%22%3A%2210%20000%2B%22%2C%22text%22%3A%22Graduates%20received%20the%20right%22%7D%2C%7B%22title%22%3A%227%22%2C%22text%22%3A%22Years%20on%20the%20market%22%7D%2C%7B%22title%22%3A%22578%22%2C%22text%22%3A%22Training%20hours%22%7D%2C%7B%22title%22%3A%2232%22%2C%22text%22%3A%22Number%20of%20teachers%22%7D%5D"][price1 picture="450" title="Price Tables" text="Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua" name1="Basic plan" price1="$ 2 000" description1="%5B%7B%22text%22%3A%22Full%20course%20theory%22%7D%2C%7B%22text%22%3A%22Full%20driving%20course%22%7D%2C%7B%22text%22%3A%22Spending%20on%20gasoline%22%7D%2C%7B%22text%22%3A%22Training%20in%20first%20aid%22%7D%2C%7B%22text%22%3A%22Practical%20sessions%22%7D%2C%7B%22text%22%3A%22SMS%20reminders%22%7D%2C%7B%22text%22%3A%22Psychological%20support%22%7D%5D" name2="All included" price2="$ 3 000" description2="%5B%7B%22text%22%3A%22Full%20course%20theory%22%7D%2C%7B%22text%22%3A%22Full%20driving%20course%22%7D%2C%7B%22text%22%3A%22Spending%20on%20gasoline%22%7D%2C%7B%22text%22%3A%22Training%20in%20first%20aid%22%7D%2C%7B%22text%22%3A%22Practical%20sessions%22%7D%2C%7B%22text%22%3A%22SMS%20reminders%22%7D%2C%7B%22text%22%3A%22Psychological%20support%22%7D%5D" name3="Pro plan" price3="$ 4 000" discount3="-15%" description3="%5B%7B%22text%22%3A%22Full%20course%20theory%22%7D%2C%7B%22text%22%3A%22Full%20driving%20course%22%7D%2C%7B%22text%22%3A%22Spending%20on%20gasoline%22%7D%2C%7B%22text%22%3A%22Training%20in%20first%20aid%22%7D%2C%7B%22text%22%3A%22Practical%20sessions%22%7D%2C%7B%22text%22%3A%22SMS%20reminders%22%7D%2C%7B%22text%22%3A%22Psychological%20support%22%7D%5D"][review1 title="REVIEWS" review="%5B%7B%22name%22%3A%22Andry%20Lincoln%22%2C%22text%22%3A%22Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20tempor%20incididun%20dolore%20tempor%20magna%20aliqua%22%2C%22avatar%22%3A%22175%22%2C%22rating%22%3A%225%22%7D%2C%7B%22name%22%3A%22Andry%20Lincoln%22%2C%22text%22%3A%22Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20tempor%20incididun%20dolore%20tempor%20magna%20aliqua%22%2C%22avatar%22%3A%22187%22%2C%22rating%22%3A%225%22%7D%2C%7B%22name%22%3A%22Andry%20Lincoln%22%2C%22text%22%3A%22Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20tempor%20incididun%20dolore%20tempor%20magna%20aliqua%22%2C%22avatar%22%3A%22185%22%2C%22rating%22%3A%225%22%7D%2C%7B%22name%22%3A%22Andry%20Lincoln%22%2C%22text%22%3A%22Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20tempor%20incididun%20dolore%20tempor%20magna%20aliqua%22%2C%22avatar%22%3A%22175%22%2C%22rating%22%3A%225%22%7D%2C%7B%22name%22%3A%22Andry%20Lincoln%22%2C%22text%22%3A%22Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20tempor%20incididun%20dolore%20tempor%20magna%20aliqua%22%2C%22avatar%22%3A%22189%22%2C%22rating%22%3A%225%22%7D%5D"][course1 picture="453" title="COURSES" course="%5B%7B%22name%22%3A%22How%20to%20protect%20yourself%20and%20the%20car%22%2C%22icon%22%3A%22icon_guard%22%2C%22automatic%22%3A%22%24%20300%22%2C%22mechanics%22%3A%22%24%20400%22%2C%22duration%22%3A%2230%20days%22%2C%22link%22%3A%22%23%22%2C%22form%22%3A%22Yes%22%2C%22type%22%3A%22default%22%2C%22texts%22%3A%22%255B%257B%2522text%2522%253A%2522Prevention%2520of%2520car%2520theft%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520protect%2520yourself%2520from%2520theft%2520numbers%2522%257D%252C%257B%2522text%2522%253A%2522What%2520should%2520I%2520do%2520if%2520the%2520car%2520took%2520the%2520tow%2520truck%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520protect%2520the%2520car%2520against%2520vandalism%2520and%2520theft.%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520ensure%2520long%2520engine%2520life.%2522%257D%255D%22%2C%22picture%22%3A%22119%22%2C%22form_icon%22%3A%22120%22%7D%2C%7B%22name%22%3A%22Testing%20routes%22%2C%22icon%22%3A%22icon_road%22%2C%22automatic%22%3A%22%24%20300%22%2C%22mechanics%22%3A%22%24400%22%2C%22duration%22%3A%2230%20days%22%2C%22link%22%3A%22%23%22%2C%22form%22%3A%22Yes%22%2C%22type%22%3A%22default%22%2C%22texts%22%3A%22%255B%257B%257D%255D%22%2C%22picture%22%3A%22140%22%7D%2C%7B%22name%22%3A%22Eliminating%20fear%20and%20excitement%20behind%20wheel%22%2C%22icon%22%3A%22icon_logo%22%2C%22automatic%22%3A%22%24%20300%22%2C%22mechanics%22%3A%22%24%20400%22%2C%22duration%22%3A%2230%20days%22%2C%22link%22%3A%22%23%22%2C%22form%22%3A%22Yes%22%2C%22type%22%3A%22default%22%2C%22texts%22%3A%22%255B%257B%257D%255D%22%2C%22picture%22%3A%22139%22%7D%2C%7B%22name%22%3A%22Basic%20working%20out%20the%20basics%20of%20driving%22%2C%22icon%22%3A%22icon_child%22%2C%22automatic%22%3A%22%24%20300%22%2C%22mechanics%22%3A%22%24%20400%22%2C%22duration%22%3A%2230%20days%22%2C%22link%22%3A%22%23%22%2C%22form%22%3A%22Yes%22%2C%22type%22%3A%22default%22%2C%22texts%22%3A%22%255B%257B%257D%255D%22%2C%22picture%22%3A%22138%22%7D%2C%7B%22name%22%3A%22consultation%22%2C%22icon%22%3A%22icon_comment%22%2C%22form%22%3A%22Yes%22%2C%22type%22%3A%22consultation%22%2C%22texts%22%3A%22%255B%257B%257D%255D%22%7D%2C%7B%22name%22%3A%22Practice%20skills%20of%20communication%20with%20traffic%20police%22%2C%22icon%22%3A%22icon_police%22%2C%22form%22%3A%22Yes%22%2C%22type%22%3A%22police%22%2C%22texts%22%3A%22%255B%257B%257D%255D%22%7D%5D"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua[/course1][gallery1 scrin_vot="" title1="PHOTO" title2="GALLERY" filter="%5B%7B%22name%22%3A%22Cars%22%7D%2C%7B%22name%22%3A%22Auto%20drom%22%7D%2C%7B%22name%22%3A%22Classroom%22%7D%5D" images="%5B%7B%22name%22%3A%22Classroom%22%2C%22picture%22%3A%22595%22%7D%2C%7B%22name%22%3A%22Classroom%22%2C%22picture%22%3A%22597%22%7D%2C%7B%22name%22%3A%22Classroom%22%2C%22picture%22%3A%22598%22%7D%2C%7B%22name%22%3A%22Auto%20drom%22%2C%22picture%22%3A%22599%22%7D%2C%7B%22name%22%3A%22Auto%20drom%22%2C%22picture%22%3A%22600%22%7D%2C%7B%22name%22%3A%22Auto%20drom%22%2C%22picture%22%3A%22601%22%7D%2C%7B%22name%22%3A%22Cars%22%2C%22picture%22%3A%22602%22%7D%2C%7B%22name%22%3A%22Cars%22%2C%22picture%22%3A%22603%22%7D%5D"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua[/gallery1][video1 picture="458" title1="SEE" title2="VIDEO PRESENTATION" video="http://www.youtube.com/watch?v=0O2aH4XLbto"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua[/video1][instructor1 reviews="%5B%7B%22name%22%3A%22Ivanov%20Alexey%22%2C%22position%22%3A%22Theory%20instructor%22%2C%22text%22%3A%22Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit.%20Praesent%20nec%20fermentum%20ex.%20Nam%20tincidunt%2C%20diam%20quis%20elementum%20accumsan%2C%20urna%20magna%20elementum%20elit%2C%20varius%26nbsp%3Befficitur%20neque%20ex%20et%20nisi.%20%22%2C%22picture%22%3A%22425%22%2C%22avatar%22%3A%22189%22%7D%2C%7B%22name%22%3A%22Ivanov%20Alexey%22%2C%22position%22%3A%22Theory%20instructor%22%2C%22text%22%3A%22Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit.%20Praesent%20nec%20fermentum%20ex.%20Nam%20tincidunt%2C%20diam%20quis%20elementum%20accumsan%2C%20urna%20magna%20elementum%20elit%2C%20varius%26nbsp%3Befficitur%20neque%20ex%20et%20nisi.%20%22%2C%22picture%22%3A%22425%22%2C%22avatar%22%3A%22187%22%7D%2C%7B%22name%22%3A%22Ivanov%20Alexey%22%2C%22position%22%3A%22Theory%20instructor%22%2C%22text%22%3A%22Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit.%20Praesent%20nec%20fermentum%20ex.%20Nam%20tincidunt%2C%20diam%20quis%20elementum%20accumsan%2C%20urna%20magna%20elementum%20elit%2C%20varius%26nbsp%3Befficitur%20neque%20ex%20et%20nisi.%20%22%2C%22picture%22%3A%22425%22%2C%22avatar%22%3A%22187%22%7D%2C%7B%22name%22%3A%22Ivanov%20Alexey%22%2C%22position%22%3A%22Theory%20instructor%22%2C%22text%22%3A%22Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit.%20Praesent%20nec%20fermentum%20ex.%20Nam%20tincidunt%2C%20diam%20quis%20elementum%20accumsan%2C%20urna%20magna%20elementum%20elit%2C%20varius%26nbsp%3Befficitur%20neque%20ex%20et%20nisi.%20%22%2C%22picture%22%3A%22425%22%2C%22avatar%22%3A%22185%22%7D%5D"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua[/instructor1][contact1 address="Matvey street, russia" phone="+ 90 888 777 5544" coordinate1="40.728309" coordinate2="-73.9986504"][faq1 picture="461" title="FAQ" faq="%5B%7B%22question%22%3A%22How%20long%20is%20the%20road%20test%20appointment%3F%22%2C%22answer%22%3A%22Yes%20you%20can.%20your%20parent%20or%20guardian%20must%20sign%20up%20the%20form%20MV-44.%20also%2C%20New%20York%20Motor%20Vehicles%20requires%20at%20least%2050%20hours%20of%20supervised%20training%20of%2015%20hours%20must%20be%20night%20driving%20in%20order%20to%20take%20your%20Road%20Test.%22%7D%2C%7B%22question%22%3A%22I\'m%2016%20years%20old%2C%20can%20I%20get%20my%20Driver%20License%20in%20NYC%3F%22%2C%22answer%22%3A%22Yes%20you%20can.%20your%20parent%20or%20guardian%20must%20sign%20up%20the%20form%20MV-44.%20also%2C%20New%20York%20Motor%20Vehicles%20requires%20at%20least%2050%20hours%20of%20supervised%20training%20of%2015%20hours%20must%20be%20night%20driving%20in%20order%20to%20take%20your%20Road%20Test.%22%7D%2C%7B%22question%22%3A%22This%20is%20an%20accordion%20for%20FAQ%20Module%22%2C%22answer%22%3A%22Yes%20you%20can.%20your%20parent%20or%20guardian%20must%20sign%20up%20the%20form%20MV-44.%20also%2C%20New%20York%20Motor%20Vehicles%20requires%20at%20least%2050%20hours%20of%20supervised%20training%20of%2015%20hours%20must%20be%20night%20driving%20in%20order%20to%20take%20your%20Road%20Test.%22%7D%2C%7B%22question%22%3A%22How%20do%20I%20obtain%20a%20New%20York%20CDL%3F%22%2C%22answer%22%3A%22Yes%20you%20can.%20your%20parent%20or%20guardian%20must%20sign%20up%20the%20form%20MV-44.%20also%2C%20New%20York%20Motor%20Vehicles%20requires%20at%20least%2050%20hours%20of%20supervised%20training%20of%2015%20hours%20must%20be%20night%20driving%20in%20order%20to%20take%20your%20Road%20Test.%22%7D%2C%7B%22question%22%3A%22What%20is%20the%20process%20for%20getting%20my%20class%20D%2FE%20License%3F%22%2C%22answer%22%3A%22Yes%20you%20can.%20your%20parent%20or%20guardian%20must%20sign%20up%20the%20form%20MV-44.%20also%2C%20New%20York%20Motor%20Vehicles%20requires%20at%20least%2050%20hours%20of%20supervised%20training%20of%2015%20hours%20must%20be%20night%20driving%20in%20order%20to%20take%20your%20Road%20Test.%22%7D%5D"][/vc_column][/vc_row]</p>\r\n', 'Motorcycle Training', '', 'publish', 'closed', 'closed', '', 'motorcycle-training', '', '', '2018-02-15 11:38:48', '2018-02-15 08:38:48', '', 0, 'http_drivingschool_siteurl/?page_id=433', 0, 'page', '', 0),
(435, 1, '2017-04-19 17:34:08', '2017-04-19 14:34:08', '', 'tiser2', '', 'inherit', 'open', 'closed', '', 'tiser2', '', '', '2017-04-19 17:34:08', '2017-04-19 14:34:08', '', 433, 'http_drivingschool_siteurl/wp-content/uploads/2017/04/tiser2.jpg', 0, 'attachment', 'image/jpeg', 0),
(438, 1, '2017-04-19 17:38:53', '2017-04-19 14:38:53', ' ', '', '', 'publish', 'closed', 'closed', '', '438', '', '', '2017-04-23 23:26:33', '2017-04-23 20:26:33', '', 0, 'http_drivingschool_siteurl/?p=438', 3, 'nav_menu_item', '', 0),
(444, 1, '2017-04-19 17:59:16', '2017-04-19 14:59:16', '', 'bg-about-moto', '', 'inherit', 'open', 'closed', '', 'bg-about-moto', '', '', '2017-04-19 17:59:16', '2017-04-19 14:59:16', '', 433, 'http_drivingschool_siteurl/wp-content/uploads/2017/04/bg-about-moto.jpg', 0, 'attachment', 'image/jpeg', 0),
(450, 1, '2017-04-19 18:09:15', '2017-04-19 15:09:15', '', 'bg-price-moto', '', 'inherit', 'open', 'closed', '', 'bg-price-moto', '', '', '2017-04-19 18:09:15', '2017-04-19 15:09:15', '', 433, 'http_drivingschool_siteurl/wp-content/uploads/2017/04/bg-price-moto.jpg', 0, 'attachment', 'image/jpeg', 0),
(453, 1, '2017-04-19 18:15:43', '2017-04-19 15:15:43', '', 'bg-course-moto', '', 'inherit', 'open', 'closed', '', 'bg-course-moto', '', '', '2017-04-19 18:15:43', '2017-04-19 15:15:43', '', 433, 'http_drivingschool_siteurl/wp-content/uploads/2017/04/bg-course-moto.jpg', 0, 'attachment', 'image/jpeg', 0),
(458, 1, '2017-04-19 18:32:08', '2017-04-19 15:32:08', '', 'bg-video-moto', '', 'inherit', 'open', 'closed', '', 'bg-video-moto', '', '', '2017-04-19 18:32:08', '2017-04-19 15:32:08', '', 433, 'http_drivingschool_siteurl/wp-content/uploads/2017/04/bg-video-moto.jpg', 0, 'attachment', 'image/jpeg', 0),
(461, 1, '2017-04-19 18:39:34', '2017-04-19 15:39:34', '', 'bg-faq-moto', '', 'inherit', 'open', 'closed', '', 'bg-faq-moto', '', '', '2017-04-19 18:39:34', '2017-04-19 15:39:34', '', 433, 'http_drivingschool_siteurl/wp-content/uploads/2017/04/bg-faq-moto.jpg', 0, 'attachment', 'image/jpeg', 0) ;
REPLACE 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
(463, 1, '2017-04-20 13:03:42', '2017-04-20 10:03:42', '<p>[vc_row][vc_column][slider1 slider="%5B%7B%22picture%22%3A%22466%22%2C%22name%22%3A%22car%20type%20b%22%2C%22description%22%3A%22Car%20driving%20learn%22%2C%22icon%22%3A%22icon_car2%22%2C%22title%22%3A%22BEST%20SAFETY%20MEASURES%22%2C%22text%22%3A%22Lorem%20ipsum%20Sunt%20cupidatat%20reprehenderit%20cillum%20reprehenderit%20incididunt%20consequat%20aute%20et%20proident%20tempor%20occaecat.%22%7D%2C%7B%22picture%22%3A%22470%22%2C%22name%22%3A%22car%20type%20c%22%2C%22description%22%3A%22Truck%20driving%20learn%22%2C%22icon%22%3A%22icon_truck%22%2C%22title%22%3A%22BEST%20SAFETY%20MEASURES%22%2C%22text%22%3A%22Lorem%20ipsum%20Sunt%20cupidatat%20reprehenderit%20cillum%20reprehenderit%20incididunt%20consequat%20aute%20et%20proident%20tempor%20occaecat.%22%7D%2C%7B%22picture%22%3A%22373%22%2C%22name%22%3A%22car%20type%20d%22%2C%22description%22%3A%22Bus%20driving%20learn%22%2C%22icon%22%3A%22icon_bus%22%2C%22title%22%3A%22BEST%20SAFETY%20MEASURES%22%2C%22text%22%3A%22Lorem%20ipsum%20Sunt%20cupidatat%20reprehenderit%20cillum%20reprehenderit%20incididunt%20consequat%20aute%20et%20proident%20tempor%20occaecat.%22%7D%5D" title1="Find" title2="Driving Courses" description1="Lorem ipsum Sunt cupidatat reprehenderit cillum reprehenderit incididunt..." cartype="%5B%7B%22value%22%3A%22Truck%22%7D%5D" driving="%5B%7B%22value%22%3A%22A%22%7D%2C%7B%22value%22%3A%22B%22%7D%2C%7B%22value%22%3A%22C%22%7D%5D" time="%5B%7B%22value%22%3A%228%3A00%22%7D%2C%7B%22value%22%3A%229%3A00%22%7D%2C%7B%22value%22%3A%2210%3A00%22%7D%2C%7B%22value%22%3A%2211%3A00%22%7D%2C%7B%22value%22%3A%2212%3A00%22%7D%2C%7B%22value%22%3A%2213%3A00%22%7D%2C%7B%22value%22%3A%2210%3A0014%22%7D%5D" note="Lorem ipsum Sunt cupidatat reprehenderit cillum reprehenderit"][best1 title1="THE BEST" title2="FEATURES" blocks="%5B%7B%22title%22%3A%22EXPERIENCED%20INSTRUCTORS%22%2C%22text%22%3A%22Lorem%20ipsum%20Sunt%20cupidatat%20reprehenderit%20cillum%20reprehenderit%20incididunt%20consequat%22%2C%22icon%22%3A%22icon_male%22%2C%22link%22%3A%22%23%22%2C%22textlink%22%3A%22See%20instructors%22%7D%2C%7B%22title%22%3A%22VIDEO%20CLASSES%22%2C%22text%22%3A%22Lorem%20ipsum%20Sunt%20cupidatat%20reprehenderit%20cillum%20reprehenderit%20incididunt%20consequat%22%2C%22icon%22%3A%22icon_video%22%2C%22link%22%3A%22%23%22%2C%22textlink%22%3A%22See%20gallery%22%7D%2C%7B%22title%22%3A%22BEST%20SAFETY%20MEASURES%22%2C%22text%22%3A%22Lorem%20ipsum%20Sunt%20cupidatat%20reprehenderit%20cillum%20reprehenderit%20incididunt%20consequat%22%7D%5D"][about1 picture="470" title1="ABOUT" title2="US" link="#1" textlink="send request" title3="SAVE $59" title4="ORDER NOW!" text="Only in November! Book learning and receive<br />\r\na discount of $ 59" hours="22" minutes="22" link2="#l" textlink2="send request" seconds="22"][p]Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo. Nemo enim ipsam voluptatem, quia voluptas sit.[/p]<br />\r\n[p]Aut odit aut fugit, sed quia consequuntur magni dolores eos, qui ratione voluptatem sequi nesciunt, neque porro quisquam est, qui dolorem ipsum, quia dolor.[/p]<br />\r\n[p]Sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt, ut labore et dolore magnam aliquam quaerat voluptatem.[/p][/about1][course2 title="EXTRIMAL DRIVING COURSES" course="%5B%7B%22name%22%3A%22How%20to%20protect%20yourself%20and%20the%20car%22%2C%22automatic%22%3A%22%24300%22%2C%22mechanics%22%3A%22%24400%22%2C%22duration%22%3A%2250%20days%22%2C%22form%22%3A%22Yes%22%2C%22texts%22%3A%22%255B%257B%2522text%2522%253A%2522Prevention%2520of%2520car%2520theft%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520protect%2520yourself%2520from%2520theft%2520numbers%2522%257D%252C%257B%2522text%2522%253A%2522What%2520should%2520I%2520do%2520if%2520the%2520car%2520took%2520the%2520tow%2520truck%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520protect%2520the%2520car%2520against%2520vandalism%2520and%2520theft.%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520ensure%2520long%2520engine%2520life.%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520take%2520care%2520of%2520the%2520car%2520so%2520that%2520it%2520served%2520as%2520long%2520as%2520possible.%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520drive%2520in%2520bad%2520weather%2520conditions.%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520keep%2520the%2520look%2520of%2520the%2520car.%2522%257D%255D%22%2C%22picture%22%3A%22473%22%2C%22pictureform%22%3A%22119%22%2C%22form_icon%22%3A%22120%22%7D%2C%7B%22name%22%3A%22Testing%20routes%22%2C%22automatic%22%3A%22%24450%22%2C%22mechanics%22%3A%22%24350%22%2C%22duration%22%3A%2235%20days%22%2C%22form%22%3A%22Yes%22%2C%22texts%22%3A%22%255B%257B%2522text%2522%253A%2522Prevention%2520of%2520car%2520theft%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520protect%2520the%2520car%2520against%2520vandalism%2520and%2520theft.%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520protect%2520the%2520car%2520against%2520vandalism%2520and%2520theft.%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520protect%2520the%2520car%2520against%2520vandalism%2520and%2520theft.%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520protect%2520the%2520car%2520against%2520vandalism%2520and%2520theft.%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520protect%2520the%2520car%2520against%2520vandalism%2520and%2520theft.%2522%257D%255D%22%2C%22picture%22%3A%22473%22%2C%22pictureform%22%3A%22140%22%2C%22form_icon%22%3A%22120%22%7D%2C%7B%22name%22%3A%22Eliminating%20fear%20and%20excitement%20behind%20wheel%22%2C%22automatic%22%3A%22%24330%22%2C%22mechanics%22%3A%22%24430%22%2C%22duration%22%3A%2240%20days%22%2C%22form%22%3A%22Yes%22%2C%22texts%22%3A%22%255B%257B%2522text%2522%253A%2522How%2520to%2520take%2520care%2520of%2520the%2520car%2520so%2520that%2520it%2520served%2520as%2520long%2520as%2520possible%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520take%2520care%2520of%2520the%2520car%2520so%2520that%2520it%2520served%2520as%2520long%2520as%2520possible%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520take%2520care%2520of%2520the%2520car%2520so%2520that%2520it%2520served%2520as%2520long%2520as%2520possible%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520take%2520care%2520of%2520the%2520car%2520so%2520that%2520it%2520served%2520as%2520long%2520as%2520possible%2522%257D%255D%22%2C%22picture%22%3A%22473%22%2C%22pictureform%22%3A%22138%22%2C%22form_icon%22%3A%22120%22%7D%2C%7B%22name%22%3A%22Basic%20working%20out%20the%20basics%20of%20driving%22%2C%22automatic%22%3A%22%24300%22%2C%22mechanics%22%3A%22%24300%22%2C%22duration%22%3A%2235%20days%22%2C%22form%22%3A%22Yes%22%2C%22texts%22%3A%22%255B%257B%2522text%2522%253A%2522How%2520to%2520drive%2520in%2520bad%2520weather%2520conditions.%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520drive%2520in%2520bad%2520weather%2520conditions.%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520drive%2520in%2520bad%2520weather%2520conditions.%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520protect%2520the%2520car%2520against%2520vandalism%2520and%2520theft.%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520protect%2520the%2520car%2520against%2520vandalism%2520and%2520theft.%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520protect%2520the%2520car%2520against%2520vandalism%2520and%2520theft.%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520protect%2520the%2520car%2520against%2520vandalism%2520and%2520theft.%2522%257D%255D%22%2C%22picture%22%3A%22473%22%2C%22pictureform%22%3A%22139%22%2C%22form_icon%22%3A%22120%22%7D%2C%7B%22name%22%3A%22Practice%20skills%20of%20communication%20with%20traffic%20police%22%2C%22automatic%22%3A%22%24370%22%2C%22mechanics%22%3A%22%24370%22%2C%22duration%22%3A%2230%20days%22%2C%22form%22%3A%22Yes%22%2C%22texts%22%3A%22%255B%257B%2522text%2522%253A%2522How%2520to%2520take%2520care%2520of%2520the%2520car%2520so%2520that%2520it%2520served%2520as%2520long%2520as%2520possible%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520take%2520care%2520of%2520the%2520car%2520so%2520that%2520it%2520served%2520as%2520long%2520as%2520possible%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520drive%2520in%2520bad%2520weather%2520conditions.%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520drive%2520in%2520bad%2520weather%2520conditions.%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520drive%2520in%2520bad%2520weather%2520conditions.%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520drive%2520in%2520bad%2520weather%2520conditions.%2522%257D%255D%22%2C%22picture%22%3A%22473%22%2C%22pictureform%22%3A%22140%22%2C%22form_icon%22%3A%22120%22%7D%5D"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua[/course2][feature1 blocks="%5B%7B%22title%22%3A%22best%20service%22%2C%22text%22%3A%22Lorem%20ipsum%20Sunt%20cupidatat%20reprehenderit%20cillum%20reprehenderit%20incididunt%20consequat%22%2C%22icon%22%3A%22icon_price%22%7D%2C%7B%22title%22%3A%22Best%20time%20training%22%2C%22text%22%3A%22You%20can%20choose%20your%20team%20on%20weekdays%20after%20work%20or%20on%20weekends%22%2C%22icon%22%3A%22icon_timer%22%7D%2C%7B%22title%22%3A%22We%20train%20all%20ages%22%2C%22text%22%3A%22we%20take%20into%20account%20the%20age%20of%20individual%20moments.%22%2C%22icon%22%3A%22icon_people%22%7D%2C%7B%22title%22%3A%22Individual%20approach%22%2C%22text%22%3A%22to%20everyone%20we%20have%20our%20own%20approach.%22%2C%22icon%22%3A%22icon_target%22%7D%2C%7B%22title%22%3A%22practical%20training%20for%20you%20will%20be%20happy.%22%2C%22text%22%3A%22Calm%20instructor%22%2C%22icon%22%3A%22icon_teacher%22%7D%2C%7B%22title%22%3A%22duplicate%20pedals%22%2C%22text%22%3A%22Cars%20equipped%20with%20duplicate%20pedals%20-%20avtoinstruktor%20always%20insures%20you.%22%2C%22icon%22%3A%22icon_stop%22%7D%2C%7B%22title%22%3A%22all%20documents%22%2C%22text%22%3A%22The%20full%20package%20of%20documents%20at%20the%20end%20-%20you%20get%20all%20the%20documents%20at%20the%20end%20of%22%2C%22icon%22%3A%22icon_docs%22%7D%2C%7B%22title%22%3A%22best%20classroom%22%2C%22text%22%3A%22Equipped%20classrooms%20-%20all%20done%20according%20to%20the%20rules%20and%20laws%22%2C%22icon%22%3A%22icon_chair%22%7D%5D"][numbers1 blocks="%5B%7B%22title%22%3A%2210%20000%2B%22%2C%22text%22%3A%22Graduates%20received%20the%20right%22%7D%2C%7B%22title%22%3A%227%22%2C%22text%22%3A%22Years%20on%20the%20market%22%7D%2C%7B%22title%22%3A%22578%22%2C%22text%22%3A%22Training%20hours%22%7D%2C%7B%22title%22%3A%2232%22%2C%22text%22%3A%22Number%20of%20teachers%22%7D%5D"][review1 title="REVIEWS" type="dark" review="%5B%7B%22name%22%3A%22Andry%20Lincoln%22%2C%22text%22%3A%22Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20tempor%20incididun%20dolore%20tempor%20magna%20aliqua%22%2C%22avatar%22%3A%22189%22%2C%22rating%22%3A%225%22%7D%2C%7B%22name%22%3A%22Andry%20Lincoln%22%2C%22text%22%3A%22Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20tempor%20incididun%20dolore%20tempor%20magna%20aliqua%22%2C%22avatar%22%3A%22175%22%2C%22rating%22%3A%225%22%7D%2C%7B%22name%22%3A%22Andry%20Lincoln%22%2C%22text%22%3A%22Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20tempor%20incididun%20dolore%20tempor%20magna%20aliqua%22%2C%22avatar%22%3A%22185%22%2C%22rating%22%3A%225%22%7D%2C%7B%22name%22%3A%22Andry%20Lincoln%22%2C%22text%22%3A%22Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20tempor%20incididun%20dolore%20tempor%20magna%20aliqua%22%2C%22avatar%22%3A%22187%22%2C%22rating%22%3A%225%22%7D%2C%7B%22name%22%3A%22Andry%20Lincoln%22%2C%22text%22%3A%22Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20tempor%20incididun%20dolore%20tempor%20magna%20aliqua%22%2C%22avatar%22%3A%22189%22%2C%22rating%22%3A%225%22%7D%5D"][gallery1 scrin_vot="" title1="PHOTO" title2="GALLERY" filter="%5B%7B%22name%22%3A%22Cars%22%7D%2C%7B%22name%22%3A%22Auto%20drom%22%7D%2C%7B%22name%22%3A%22Classroom%22%7D%5D" images="%5B%7B%22name%22%3A%22Classroom%22%2C%22picture%22%3A%22595%22%7D%2C%7B%22name%22%3A%22Classroom%22%2C%22picture%22%3A%22597%22%7D%2C%7B%22name%22%3A%22Classroom%22%2C%22picture%22%3A%22598%22%7D%2C%7B%22name%22%3A%22Auto%20drom%22%2C%22picture%22%3A%22599%22%7D%2C%7B%22name%22%3A%22Auto%20drom%22%2C%22picture%22%3A%22600%22%7D%2C%7B%22name%22%3A%22Auto%20drom%22%2C%22picture%22%3A%22601%22%7D%2C%7B%22name%22%3A%22Cars%22%2C%22picture%22%3A%22602%22%7D%2C%7B%22name%22%3A%22Cars%22%2C%22picture%22%3A%22603%22%7D%5D"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua[/gallery1][video1 picture="490" title1="SEE" title2="VIDEO PRESENTATION" video="http://www.youtube.com/watch?v=0O2aH4XLbto"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua[/video1][instructor1 reviews="%5B%7B%22name%22%3A%22Ivanov%20Alexey%22%2C%22position%22%3A%22Theory%20instructor%22%2C%22text%22%3A%22Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit.%20Praesent%20nec%20fermentum%20ex.%20Nam%20tincidunt%2C%20diam%20quis%20elementum%20accumsan%2C%20urna%20magna%20elementum%20elit%2C%20varius%C2%A0efficitur%20neque%20ex%20et%20nisi.%22%2C%22picture%22%3A%22425%22%2C%22avatar%22%3A%22185%22%7D%2C%7B%22name%22%3A%22Ivanov%20Alexey%22%2C%22position%22%3A%22Theory%20instructor%22%2C%22text%22%3A%22Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit.%20Praesent%20nec%20fermentum%20ex.%20Nam%20tincidunt%2C%20diam%20quis%20elementum%20accumsan%2C%20urna%20magna%20elementum%20elit%2C%20varius%C2%A0efficitur%20neque%20ex%20et%20nisi.%22%2C%22picture%22%3A%22425%22%2C%22avatar%22%3A%22187%22%7D%2C%7B%22name%22%3A%22Ivanov%20Alexey%22%2C%22position%22%3A%22Theory%20instructor%22%2C%22text%22%3A%22Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit.%20Praesent%20nec%20fermentum%20ex.%20Nam%20tincidunt%2C%20diam%20quis%20elementum%20accumsan%2C%20urna%20magna%20elementum%20elit%2C%20varius%C2%A0efficitur%20neque%20ex%20et%20nisi.%22%2C%22picture%22%3A%22425%22%2C%22avatar%22%3A%22175%22%7D%2C%7B%22name%22%3A%22Ivanov%20Alexey%22%2C%22position%22%3A%22Theory%20instructor%22%2C%22text%22%3A%22Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit.%20Praesent%20nec%20fermentum%20ex.%20Nam%20tincidunt%2C%20diam%20quis%20elementum%20accumsan%2C%20urna%20magna%20elementum%20elit%2C%20varius%C2%A0efficitur%20neque%20ex%20et%20nisi.%22%2C%22picture%22%3A%22425%22%2C%22avatar%22%3A%22189%22%7D%5D"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua[/instructor1][contact1 address="Matvey street, russia" phone="+ 90 888 777 5544" coordinate1="40.7169656" coordinate2="-73.9474057"][faq1 title="FAQ" faq="%5B%7B%22question%22%3A%22How%20long%20is%20the%20road%20test%20appointment%3F%22%2C%22answer%22%3A%22Yes%20you%20can.%20your%20parent%20or%20guardian%20must%20sign%20up%20the%20form%20MV-44.%20also%2C%20New%20York%20Motor%20Vehicles%20requires%20at%20least%2050%20hours%20of%20supervised%20training%20of%2015%20hours%20must%20be%20night%20driving%20in%20order%20to%20take%20your%20Road%20Test.%22%7D%2C%7B%22question%22%3A%22I\'m%2016%20years%20old%2C%20can%20I%20get%20my%20Driver%20License%20in%20NYC%3F%22%2C%22answer%22%3A%22Yes%20you%20can.%20your%20parent%20or%20guardian%20must%20sign%20up%20the%20form%20MV-44.%20also%2C%20New%20York%20Motor%20Vehicles%20requires%20at%20least%2050%20hours%20of%20supervised%20training%20of%2015%20hours%20must%20be%20night%20driving%20in%20order%20to%20take%20your%20Road%20Test.%22%7D%2C%7B%22question%22%3A%22This%20is%20an%20accordion%20for%20FAQ%20Module%22%2C%22answer%22%3A%22Yes%20you%20can.%20your%20parent%20or%20guardian%20must%20sign%20up%20the%20form%20MV-44.%20also%2C%20New%20York%20Motor%20Vehicles%20requires%20at%20least%2050%20hours%20of%20supervised%20training%20of%2015%20hours%20must%20be%20night%20driving%20in%20order%20to%20take%20your%20Road%20Test.%22%7D%2C%7B%22question%22%3A%22How%20do%20I%20obtain%20a%20New%20York%20CDL%3F%22%2C%22answer%22%3A%22Yes%20you%20can.%20your%20parent%20or%20guardian%20must%20sign%20up%20the%20form%20MV-44.%20also%2C%20New%20York%20Motor%20Vehicles%20requires%20at%20least%2050%20hours%20of%20supervised%20training%20of%2015%20hours%20must%20be%20night%20driving%20in%20order%20to%20take%20your%20Road%20Test.%22%7D%2C%7B%22question%22%3A%22What%20is%20the%20process%20for%20getting%20my%20class%20D%2FE%20License%3F%22%2C%22answer%22%3A%22Yes%20you%20can.%20your%20parent%20or%20guardian%20must%20sign%20up%20the%20form%20MV-44.%20also%2C%20New%20York%20Motor%20Vehicles%20requires%20at%20least%2050%20hours%20of%20supervised%20training%20of%2015%20hours%20must%20be%20night%20driving%20in%20order%20to%20take%20your%20Road%20Test.%22%7D%5D"][/vc_column][/vc_row]</p>\r\n', 'Extremal Driving', '', 'publish', 'closed', 'closed', '', 'extremal-driving', '', '', '2018-02-15 11:44:21', '2018-02-15 08:44:21', '', 0, 'http_drivingschool_siteurl/?page_id=463', 0, 'page', '', 0),
(465, 1, '2017-04-20 13:04:04', '2017-04-20 10:04:04', ' ', '', '', 'publish', 'closed', 'closed', '', '465', '', '', '2017-04-23 23:26:33', '2017-04-23 20:26:33', '', 0, 'http_drivingschool_siteurl/?p=465', 4, 'nav_menu_item', '', 0),
(466, 1, '2017-04-20 13:05:06', '2017-04-20 10:05:06', '', 'tiser3', '', 'inherit', 'open', 'closed', '', 'tiser3', '', '', '2017-04-20 13:05:06', '2017-04-20 10:05:06', '', 463, 'http_drivingschool_siteurl/wp-content/uploads/2017/04/tiser3.jpg', 0, 'attachment', 'image/jpeg', 0) ;
REPLACE 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
(470, 1, '2017-04-20 13:12:44', '2017-04-20 10:12:44', '', 'bg-about-ex', '', 'inherit', 'open', 'closed', '', 'bg-about-ex', '', '', '2017-04-20 13:12:44', '2017-04-20 10:12:44', '', 463, 'http_drivingschool_siteurl/wp-content/uploads/2017/04/bg-about-ex.jpg', 0, 'attachment', 'image/jpeg', 0),
(473, 1, '2017-04-20 13:36:03', '2017-04-20 10:36:03', '', 'bg-dop-ex', '', 'inherit', 'open', 'closed', '', 'bg-dop-ex', '', '', '2017-04-20 13:36:03', '2017-04-20 10:36:03', '', 463, 'http_drivingschool_siteurl/wp-content/uploads/2017/04/bg-dop-ex.jpg', 0, 'attachment', 'image/jpeg', 0),
(481, 1, '2017-04-20 14:13:27', '2017-04-20 11:13:27', '', 'thumb9', '', 'inherit', 'open', 'closed', '', 'thumb9-2', '', '', '2017-04-20 14:13:27', '2017-04-20 11:13:27', '', 463, 'http_drivingschool_siteurl/wp-content/uploads/2017/04/thumb9-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(482, 1, '2017-04-20 14:13:29', '2017-04-20 11:13:29', '', 'thumb10', '', 'inherit', 'open', 'closed', '', 'thumb10-2', '', '', '2017-04-20 14:13:29', '2017-04-20 11:13:29', '', 463, 'http_drivingschool_siteurl/wp-content/uploads/2017/04/thumb10-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(483, 1, '2017-04-20 14:13:31', '2017-04-20 11:13:31', '', 'thumb11', '', 'inherit', 'open', 'closed', '', 'thumb11-2', '', '', '2017-04-20 14:13:31', '2017-04-20 11:13:31', '', 463, 'http_drivingschool_siteurl/wp-content/uploads/2017/04/thumb11-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(484, 1, '2017-04-20 14:13:32', '2017-04-20 11:13:32', '', 'thumb12', '', 'inherit', 'open', 'closed', '', 'thumb12-2', '', '', '2017-04-20 14:13:32', '2017-04-20 11:13:32', '', 463, 'http_drivingschool_siteurl/wp-content/uploads/2017/04/thumb12-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(485, 1, '2017-04-20 14:13:34', '2017-04-20 11:13:34', '', 'thumb13', '', 'inherit', 'open', 'closed', '', 'thumb13-2', '', '', '2017-04-20 14:13:34', '2017-04-20 11:13:34', '', 463, 'http_drivingschool_siteurl/wp-content/uploads/2017/04/thumb13-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(486, 1, '2017-04-20 14:13:36', '2017-04-20 11:13:36', '', 'thumb14', '', 'inherit', 'open', 'closed', '', 'thumb14-2', '', '', '2017-04-20 14:13:36', '2017-04-20 11:13:36', '', 463, 'http_drivingschool_siteurl/wp-content/uploads/2017/04/thumb14-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(487, 1, '2017-04-20 14:13:37', '2017-04-20 11:13:37', '', 'thumb15', '', 'inherit', 'open', 'closed', '', 'thumb15-2', '', '', '2017-04-20 14:13:37', '2017-04-20 11:13:37', '', 463, 'http_drivingschool_siteurl/wp-content/uploads/2017/04/thumb15-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(488, 1, '2017-04-20 14:13:39', '2017-04-20 11:13:39', '', 'thumb16', '', 'inherit', 'open', 'closed', '', 'thumb16-2', '', '', '2017-04-20 14:13:39', '2017-04-20 11:13:39', '', 463, 'http_drivingschool_siteurl/wp-content/uploads/2017/04/thumb16-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(490, 1, '2017-04-20 14:19:28', '2017-04-20 11:19:28', '', 'bg-video-ex', '', 'inherit', 'open', 'closed', '', 'bg-video-ex', '', '', '2017-04-20 14:19:28', '2017-04-20 11:19:28', '', 463, 'http_drivingschool_siteurl/wp-content/uploads/2017/04/bg-video-ex.jpg', 0, 'attachment', 'image/jpeg', 0),
(497, 1, '2017-04-20 14:33:06', '2017-04-20 11:33:06', '<p>[vc_row][vc_column][slider1 slider="%5B%7B%22picture%22%3A%22499%22%2C%22name%22%3A%22car%20type%20b%22%2C%22description%22%3A%22Car%20driving%20learn%22%2C%22icon%22%3A%22icon_car2%22%2C%22title%22%3A%22BEST%20SAFETY%20MEASURES%22%2C%22text%22%3A%22Lorem%20ipsum%20Sunt%20cupidatat%20reprehenderit%20cillum%20reprehenderit%20incididunt%20consequat%20aute%20et%20proident%20tempor%20occaecat.%22%7D%2C%7B%22picture%22%3A%22373%22%2C%22name%22%3A%22car%20type%20c%22%2C%22description%22%3A%22Truck%20driving%20learn%22%2C%22icon%22%3A%22icon_truck%22%2C%22title%22%3A%22BEST%20SAFETY%20MEASURES%22%2C%22text%22%3A%22Lorem%20ipsum%20Sunt%20cupidatat%20reprehenderit%20cillum%20reprehenderit%20incididunt%20consequat%20aute%20et%20proident%20tempor%20occaecat.%22%7D%2C%7B%22picture%22%3A%22435%22%2C%22name%22%3A%22car%20type%20d%22%2C%22description%22%3A%22Bus%20driving%20learn%22%2C%22icon%22%3A%22icon_bus%22%2C%22title%22%3A%22BEST%20SAFETY%20MEASURES%22%2C%22text%22%3A%22Lorem%20ipsum%20Sunt%20cupidatat%20reprehenderit%20cillum%20reprehenderit%20incididunt%20consequat%20aute%20et%20proident%20tempor%20occaecat.%22%7D%5D" title1="Find" title2="Driving Courses" description1="Lorem ipsum Sunt cupidatat reprehenderit cillum reprehenderit incididunt..." cartype="%5B%7B%22value%22%3A%22Truck%22%7D%5D" driving="%5B%7B%22value%22%3A%22A%22%7D%2C%7B%22value%22%3A%22B%22%7D%2C%7B%22value%22%3A%22C%22%7D%5D" time="%5B%7B%22value%22%3A%228%3A00%22%7D%2C%7B%22value%22%3A%229%3A00%22%7D%2C%7B%22value%22%3A%2210%3A00%22%7D%2C%7B%22value%22%3A%2211%3A00%22%7D%2C%7B%22value%22%3A%2212%3A00%22%7D%2C%7B%22value%22%3A%2213%3A00%22%7D%2C%7B%22value%22%3A%2210%3A0014%22%7D%5D" note="Lorem ipsum Sunt cupidatat reprehenderit cillum reprehenderit"][best1 title1="THE BEST" title2="FEATURES" blocks="%5B%7B%22title%22%3A%22EXPERIENCED%20INSTRUCTORS%22%2C%22text%22%3A%22Lorem%20ipsum%20Sunt%20cupidatat%20reprehenderit%20cillum%20reprehenderit%20incididunt%20consequat%22%2C%22icon%22%3A%22icon_male%22%2C%22link%22%3A%22%23%22%2C%22textlink%22%3A%22See%20instructors%22%7D%2C%7B%22title%22%3A%22VIDEO%20CLASSES%22%2C%22text%22%3A%22Lorem%20ipsum%20Sunt%20cupidatat%20reprehenderit%20cillum%20reprehenderit%20incididunt%20consequat%22%2C%22icon%22%3A%22icon_video%22%2C%22link%22%3A%22%23%22%2C%22textlink%22%3A%22See%20gallery%22%7D%2C%7B%22title%22%3A%22BEST%20SAFETY%20MEASURES%22%2C%22text%22%3A%22Lorem%20ipsum%20Sunt%20cupidatat%20reprehenderit%20cillum%20reprehenderit%20incididunt%20consequat%22%7D%5D"][about1 title1="ABOUT" title2="US" link="#1" textlink="send request" title3="SAVE $59" title4="ORDER NOW!" text="Only in November! Book learning and receive<br />\r\na discount of $ 59" hours="22" minutes="22" link2="#l" textlink2="send request" seconds="22"][p]Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo. Nemo enim ipsam voluptatem, quia voluptas sit.[/p]<br />\r\n[p]Aut odit aut fugit, sed quia consequuntur magni dolores eos, qui ratione voluptatem sequi nesciunt, neque porro quisquam est, qui dolorem ipsum, quia dolor.[/p]<br />\r\n[p]Sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt, ut labore et dolore magnam aliquam quaerat voluptatem.[/p][/about1][course2 title="EXTRIMAL DRIVING COURSES" course="%5B%7B%22name%22%3A%22How%20to%20protect%20yourself%20and%20the%20car%22%2C%22automatic%22%3A%22%24300%22%2C%22mechanics%22%3A%22%24400%22%2C%22duration%22%3A%2250%20days%22%2C%22form%22%3A%22Yes%22%2C%22texts%22%3A%22%255B%257B%2522text%2522%253A%2522Prevention%2520of%2520car%2520theft%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520protect%2520yourself%2520from%2520theft%2520numbers%2522%257D%252C%257B%2522text%2522%253A%2522What%2520should%2520I%2520do%2520if%2520the%2520car%2520took%2520the%2520tow%2520truck%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520protect%2520the%2520car%2520against%2520vandalism%2520and%2520theft.%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520ensure%2520long%2520engine%2520life.%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520take%2520care%2520of%2520the%2520car%2520so%2520that%2520it%2520served%2520as%2520long%2520as%2520possible.%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520drive%2520in%2520bad%2520weather%2520conditions.%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520keep%2520the%2520look%2520of%2520the%2520car.%2522%257D%255D%22%2C%22picture%22%3A%22473%22%2C%22pictureform%22%3A%22119%22%2C%22form_icon%22%3A%22120%22%7D%2C%7B%22name%22%3A%22Testing%20routes%22%2C%22automatic%22%3A%22%24450%22%2C%22mechanics%22%3A%22%24350%22%2C%22duration%22%3A%2235%20days%22%2C%22form%22%3A%22Yes%22%2C%22texts%22%3A%22%255B%257B%2522text%2522%253A%2522Prevention%2520of%2520car%2520theft%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520protect%2520the%2520car%2520against%2520vandalism%2520and%2520theft.%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520protect%2520the%2520car%2520against%2520vandalism%2520and%2520theft.%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520protect%2520the%2520car%2520against%2520vandalism%2520and%2520theft.%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520protect%2520the%2520car%2520against%2520vandalism%2520and%2520theft.%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520protect%2520the%2520car%2520against%2520vandalism%2520and%2520theft.%2522%257D%255D%22%2C%22picture%22%3A%22473%22%2C%22pictureform%22%3A%22140%22%2C%22form_icon%22%3A%22120%22%7D%2C%7B%22name%22%3A%22Eliminating%20fear%20and%20excitement%20behind%20wheel%22%2C%22automatic%22%3A%22%24330%22%2C%22mechanics%22%3A%22%24430%22%2C%22duration%22%3A%2240%20days%22%2C%22form%22%3A%22Yes%22%2C%22texts%22%3A%22%255B%257B%2522text%2522%253A%2522How%2520to%2520take%2520care%2520of%2520the%2520car%2520so%2520that%2520it%2520served%2520as%2520long%2520as%2520possible%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520take%2520care%2520of%2520the%2520car%2520so%2520that%2520it%2520served%2520as%2520long%2520as%2520possible%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520take%2520care%2520of%2520the%2520car%2520so%2520that%2520it%2520served%2520as%2520long%2520as%2520possible%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520take%2520care%2520of%2520the%2520car%2520so%2520that%2520it%2520served%2520as%2520long%2520as%2520possible%2522%257D%255D%22%2C%22picture%22%3A%22473%22%2C%22pictureform%22%3A%22138%22%2C%22form_icon%22%3A%22120%22%7D%2C%7B%22name%22%3A%22Basic%20working%20out%20the%20basics%20of%20driving%22%2C%22automatic%22%3A%22%24300%22%2C%22mechanics%22%3A%22%24300%22%2C%22duration%22%3A%2235%20days%22%2C%22form%22%3A%22Yes%22%2C%22texts%22%3A%22%255B%257B%2522text%2522%253A%2522How%2520to%2520drive%2520in%2520bad%2520weather%2520conditions.%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520drive%2520in%2520bad%2520weather%2520conditions.%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520drive%2520in%2520bad%2520weather%2520conditions.%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520protect%2520the%2520car%2520against%2520vandalism%2520and%2520theft.%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520protect%2520the%2520car%2520against%2520vandalism%2520and%2520theft.%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520protect%2520the%2520car%2520against%2520vandalism%2520and%2520theft.%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520protect%2520the%2520car%2520against%2520vandalism%2520and%2520theft.%2522%257D%255D%22%2C%22picture%22%3A%22473%22%2C%22pictureform%22%3A%22139%22%2C%22form_icon%22%3A%22120%22%7D%2C%7B%22name%22%3A%22Practice%20skills%20of%20communication%20with%20traffic%20police%22%2C%22automatic%22%3A%22%24370%22%2C%22mechanics%22%3A%22%24370%22%2C%22duration%22%3A%2230%20days%22%2C%22form%22%3A%22Yes%22%2C%22texts%22%3A%22%255B%257B%2522text%2522%253A%2522How%2520to%2520take%2520care%2520of%2520the%2520car%2520so%2520that%2520it%2520served%2520as%2520long%2520as%2520possible%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520take%2520care%2520of%2520the%2520car%2520so%2520that%2520it%2520served%2520as%2520long%2520as%2520possible%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520drive%2520in%2520bad%2520weather%2520conditions.%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520drive%2520in%2520bad%2520weather%2520conditions.%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520drive%2520in%2520bad%2520weather%2520conditions.%2522%257D%252C%257B%2522text%2522%253A%2522How%2520to%2520drive%2520in%2520bad%2520weather%2520conditions.%2522%257D%255D%22%2C%22picture%22%3A%22473%22%2C%22pictureform%22%3A%22140%22%2C%22form_icon%22%3A%22120%22%7D%5D"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua[/course2][feature1 blocks="%5B%7B%22title%22%3A%22best%20service%22%2C%22text%22%3A%22Lorem%20ipsum%20Sunt%20cupidatat%20reprehenderit%20cillum%20reprehenderit%20incididunt%20consequat%22%2C%22icon%22%3A%22icon_price%22%7D%2C%7B%22title%22%3A%22Best%20time%20training%22%2C%22text%22%3A%22You%20can%20choose%20your%20team%20on%20weekdays%20after%20work%20or%20on%20weekends%22%2C%22icon%22%3A%22icon_timer%22%7D%2C%7B%22title%22%3A%22We%20train%20all%20ages%22%2C%22text%22%3A%22we%20take%20into%20account%20the%20age%20of%20individual%20moments.%22%2C%22icon%22%3A%22icon_people%22%7D%2C%7B%22title%22%3A%22Individual%20approach%22%2C%22text%22%3A%22to%20everyone%20we%20have%20our%20own%20approach.%22%2C%22icon%22%3A%22icon_target%22%7D%2C%7B%22title%22%3A%22practical%20training%20for%20you%20will%20be%20happy.%22%2C%22text%22%3A%22Calm%20instructor%22%2C%22icon%22%3A%22icon_teacher%22%7D%2C%7B%22title%22%3A%22duplicate%20pedals%22%2C%22text%22%3A%22Cars%20equipped%20with%20duplicate%20pedals%20-%20avtoinstruktor%20always%20insures%20you.%22%2C%22icon%22%3A%22icon_stop%22%7D%2C%7B%22title%22%3A%22all%20documents%22%2C%22text%22%3A%22The%20full%20package%20of%20documents%20at%20the%20end%20-%20you%20get%20all%20the%20documents%20at%20the%20end%20of%22%2C%22icon%22%3A%22icon_docs%22%7D%2C%7B%22title%22%3A%22best%20classroom%22%2C%22text%22%3A%22Equipped%20classrooms%20-%20all%20done%20according%20to%20the%20rules%20and%20laws%22%2C%22icon%22%3A%22icon_chair%22%7D%5D"][numbers1 blocks="%5B%7B%22title%22%3A%2210%20000%2B%22%2C%22text%22%3A%22Graduates%20received%20the%20right%22%7D%2C%7B%22title%22%3A%227%22%2C%22text%22%3A%22Years%20on%20the%20market%22%7D%2C%7B%22title%22%3A%22578%22%2C%22text%22%3A%22Training%20hours%22%7D%2C%7B%22title%22%3A%2232%22%2C%22text%22%3A%22Number%20of%20teachers%22%7D%5D"][review1 title="REVIEWS" type="dark" review="%5B%7B%22name%22%3A%22Andry%20Lincoln%22%2C%22text%22%3A%22Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20tempor%20incididun%20dolore%20tempor%20magna%20aliqua%22%2C%22avatar%22%3A%22189%22%2C%22rating%22%3A%225%22%7D%2C%7B%22name%22%3A%22Andry%20Lincoln%22%2C%22text%22%3A%22Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20tempor%20incididun%20dolore%20tempor%20magna%20aliqua%22%2C%22avatar%22%3A%22175%22%2C%22rating%22%3A%225%22%7D%2C%7B%22name%22%3A%22Andry%20Lincoln%22%2C%22text%22%3A%22Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20tempor%20incididun%20dolore%20tempor%20magna%20aliqua%22%2C%22avatar%22%3A%22185%22%2C%22rating%22%3A%225%22%7D%2C%7B%22name%22%3A%22Andry%20Lincoln%22%2C%22text%22%3A%22Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20tempor%20incididun%20dolore%20tempor%20magna%20aliqua%22%2C%22avatar%22%3A%22187%22%2C%22rating%22%3A%225%22%7D%2C%7B%22name%22%3A%22Andry%20Lincoln%22%2C%22text%22%3A%22Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20tempor%20incididun%20dolore%20tempor%20magna%20aliqua%22%2C%22avatar%22%3A%22189%22%2C%22rating%22%3A%225%22%7D%5D"][gallery1 scrin_vot="" title1="PHOTO" title2="GALLERY" filter="%5B%7B%22name%22%3A%22Cars%22%7D%2C%7B%22name%22%3A%22Auto%20drom%22%7D%2C%7B%22name%22%3A%22Classroom%22%7D%5D" images="%5B%7B%22name%22%3A%22Classroom%22%2C%22picture%22%3A%22595%22%7D%2C%7B%22name%22%3A%22Classroom%22%2C%22picture%22%3A%22597%22%7D%2C%7B%22name%22%3A%22Classroom%22%2C%22picture%22%3A%22598%22%7D%2C%7B%22name%22%3A%22Auto%20drom%22%2C%22picture%22%3A%22599%22%7D%2C%7B%22name%22%3A%22Auto%20drom%22%2C%22picture%22%3A%22600%22%7D%2C%7B%22name%22%3A%22Auto%20drom%22%2C%22picture%22%3A%22601%22%7D%2C%7B%22name%22%3A%22Cars%22%2C%22picture%22%3A%22602%22%7D%2C%7B%22name%22%3A%22Cars%22%2C%22picture%22%3A%22603%22%7D%5D"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua[/gallery1][video1 title1="SEE" title2="VIDEO PRESENTATION" video="http://www.youtube.com/watch?v=0O2aH4XLbto"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua[/video1][instructor1 reviews="%5B%7B%22name%22%3A%22Ivanov%20Alexey%22%2C%22position%22%3A%22Theory%20instructor%22%2C%22text%22%3A%22Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit.%20Praesent%20nec%20fermentum%20ex.%20Nam%20tincidunt%2C%20diam%20quis%20elementum%20accumsan%2C%20urna%20magna%20elementum%20elit%2C%20varius%C2%A0efficitur%20neque%20ex%20et%20nisi.%22%2C%22picture%22%3A%22425%22%2C%22avatar%22%3A%22185%22%7D%2C%7B%22name%22%3A%22Ivanov%20Alexey%22%2C%22position%22%3A%22Theory%20instructor%22%2C%22text%22%3A%22Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit.%20Praesent%20nec%20fermentum%20ex.%20Nam%20tincidunt%2C%20diam%20quis%20elementum%20accumsan%2C%20urna%20magna%20elementum%20elit%2C%20varius%C2%A0efficitur%20neque%20ex%20et%20nisi.%22%2C%22picture%22%3A%22425%22%2C%22avatar%22%3A%22187%22%7D%2C%7B%22name%22%3A%22Ivanov%20Alexey%22%2C%22position%22%3A%22Theory%20instructor%22%2C%22text%22%3A%22Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit.%20Praesent%20nec%20fermentum%20ex.%20Nam%20tincidunt%2C%20diam%20quis%20elementum%20accumsan%2C%20urna%20magna%20elementum%20elit%2C%20varius%C2%A0efficitur%20neque%20ex%20et%20nisi.%22%2C%22picture%22%3A%22425%22%2C%22avatar%22%3A%22175%22%7D%2C%7B%22name%22%3A%22Ivanov%20Alexey%22%2C%22position%22%3A%22Theory%20instructor%22%2C%22text%22%3A%22Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit.%20Praesent%20nec%20fermentum%20ex.%20Nam%20tincidunt%2C%20diam%20quis%20elementum%20accumsan%2C%20urna%20magna%20elementum%20elit%2C%20varius%C2%A0efficitur%20neque%20ex%20et%20nisi.%22%2C%22picture%22%3A%22425%22%2C%22avatar%22%3A%22189%22%7D%5D"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua[/instructor1][contact1 address="Matvey street, russia" phone="+ 90 888 777 5544" coordinate1="40.7169656" coordinate2="-73.9474057"][faq1 title="FAQ" faq="%5B%7B%22question%22%3A%22How%20long%20is%20the%20road%20test%20appointment%3F%22%2C%22answer%22%3A%22Yes%20you%20can.%20your%20parent%20or%20guardian%20must%20sign%20up%20the%20form%20MV-44.%20also%2C%20New%20York%20Motor%20Vehicles%20requires%20at%20least%2050%20hours%20of%20supervised%20training%20of%2015%20hours%20must%20be%20night%20driving%20in%20order%20to%20take%20your%20Road%20Test.%22%7D%2C%7B%22question%22%3A%22I\'m%2016%20years%20old%2C%20can%20I%20get%20my%20Driver%20License%20in%20NYC%3F%22%2C%22answer%22%3A%22Yes%20you%20can.%20your%20parent%20or%20guardian%20must%20sign%20up%20the%20form%20MV-44.%20also%2C%20New%20York%20Motor%20Vehicles%20requires%20at%20least%2050%20hours%20of%20supervised%20training%20of%2015%20hours%20must%20be%20night%20driving%20in%20order%20to%20take%20your%20Road%20Test.%22%7D%2C%7B%22question%22%3A%22This%20is%20an%20accordion%20for%20FAQ%20Module%22%2C%22answer%22%3A%22Yes%20you%20can.%20your%20parent%20or%20guardian%20must%20sign%20up%20the%20form%20MV-44.%20also%2C%20New%20York%20Motor%20Vehicles%20requires%20at%20least%2050%20hours%20of%20supervised%20training%20of%2015%20hours%20must%20be%20night%20driving%20in%20order%20to%20take%20your%20Road%20Test.%22%7D%2C%7B%22question%22%3A%22How%20do%20I%20obtain%20a%20New%20York%20CDL%3F%22%2C%22answer%22%3A%22Yes%20you%20can.%20your%20parent%20or%20guardian%20must%20sign%20up%20the%20form%20MV-44.%20also%2C%20New%20York%20Motor%20Vehicles%20requires%20at%20least%2050%20hours%20of%20supervised%20training%20of%2015%20hours%20must%20be%20night%20driving%20in%20order%20to%20take%20your%20Road%20Test.%22%7D%2C%7B%22question%22%3A%22What%20is%20the%20process%20for%20getting%20my%20class%20D%2FE%20License%3F%22%2C%22answer%22%3A%22Yes%20you%20can.%20your%20parent%20or%20guardian%20must%20sign%20up%20the%20form%20MV-44.%20also%2C%20New%20York%20Motor%20Vehicles%20requires%20at%20least%2050%20hours%20of%20supervised%20training%20of%2015%20hours%20must%20be%20night%20driving%20in%20order%20to%20take%20your%20Road%20Test.%22%7D%5D"][/vc_column][/vc_row]</p>\r\n', 'Safety Driving', '', 'publish', 'closed', 'closed', '', 'safety-driving', '', '', '2018-02-15 11:49:40', '2018-02-15 08:49:40', '', 0, 'http_drivingschool_siteurl/?page_id=497', 0, 'page', '', 0),
(499, 1, '2017-04-20 14:33:32', '2017-04-20 11:33:32', '', 'tiser4', '', 'inherit', 'open', 'closed', '', 'tiser4', '', '', '2017-04-20 14:33:32', '2017-04-20 11:33:32', '', 497, 'http_drivingschool_siteurl/wp-content/uploads/2017/04/tiser4.jpg', 0, 'attachment', 'image/jpeg', 0),
(500, 1, '2017-04-20 14:33:52', '2017-04-20 11:33:52', ' ', '', '', 'publish', 'closed', 'closed', '', '500', '', '', '2017-04-23 23:26:33', '2017-04-23 20:26:33', '', 0, 'http_drivingschool_siteurl/?p=500', 5, 'nav_menu_item', '', 0),
(503, 1, '2017-04-20 14:39:32', '2017-04-20 11:39:32', '[vc_row][vc_column][instructor2 picture="425" email="test@mail.com" name="Ivanov Alexey" position="Theory instructor" price="$300" during="Hour" titlef="HOW TO PROTECT YOURSELF AND THE CAR" durationf="30 days" pictureform="119" form_icon="120" texts="%5B%7B%22text%22%3A%22Prevention%20of%20car%20theft%22%7D%2C%7B%22text%22%3A%22How%20to%20protect%20yourself%20from%20theft%20numbers%22%7D%2C%7B%22text%22%3A%22What%20should%20I%20do%20if%20the%20car%20took%20the%20tow%20truck%22%7D%2C%7B%22text%22%3A%22How%20to%20protect%20the%20car%20against%20vandalism%20and%20theft.%22%7D%2C%7B%22text%22%3A%22How%20to%20ensure%20long%20engine%20life.%22%7D%5D" reviews="%5B%7B%7D%5D"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent nec fermentum ex. Nam tincidunt, diam quis elementum accumsan, urna magna elementum elit, varius efficitur neque ex et nisi.[/instructor2][about2 email="test2@mail.com" title1="About" title2="me" categories="a, b" titlef="HOW TO PROTECT YOURSELF AND THE CAR" durationf="30 days" pictureform="119" form_icon="120" texts="%5B%7B%22text%22%3A%22Prevention%20of%20car%20theft%22%7D%2C%7B%22text%22%3A%22How%20to%20protect%20yourself%20from%20theft%20numbers%22%7D%2C%7B%22text%22%3A%22What%20should%20I%20do%20if%20the%20car%20took%20the%20tow%20truck%22%7D%2C%7B%22text%22%3A%22How%20to%20protect%20the%20car%20against%20vandalism%20and%20theft.%22%7D%5D"] My name is Nikolai, I\'m driving instructor. My driving experience of 28 years of work experience as an instructor 10 years.Has license for training. I am calm, urovnoveshanny chelovek.Uchu control car in a relaxed, friendly atmosphere. I train from scratch, there is a training area, about art, underground VDNH, as well as at any level. Overcoming the fear of Moscow roads run in routes of any complexity, including routes for the exam in the SAI; Lobnensky, Piyalovsky. Check on the Ring Road, the Third Transport Ring.[/about2][cars1 title="Cars" cars="%5B%7B%22name%22%3A%22suzuki%20sx4%22%2C%22picture%22%3A%22271%22%2C%22rating%22%3A%225%22%2C%22transmission%22%3A%22mechanics%22%7D%2C%7B%22name%22%3A%22chevrolet%20camaro%22%2C%22picture%22%3A%22272%22%2C%22rating%22%3A%225%22%2C%22transmission%22%3A%22automat%22%7D%5D"][video1 title1="SEE" title2="VIDEO PRESENTATION" video="http://www.youtube.com/watch?v=0O2aH4XLbto"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua[/video1][review1 title="REVIEWS" review="%5B%7B%22name%22%3A%22Andry%20Lincoln%22%2C%22text%22%3A%22Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20tempor%20incididun%20dolore%20tempor%20magna%20aliqua%22%2C%22avatar%22%3A%22185%22%2C%22rating%22%3A%225%22%7D%2C%7B%22name%22%3A%22Andry%20Lincoln%22%2C%22text%22%3A%22Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20tempor%20incididun%20dolore%20tempor%20magna%20aliqua%22%2C%22avatar%22%3A%22175%22%2C%22rating%22%3A%225%22%7D%2C%7B%22name%22%3A%22Andry%20Lincoln%22%2C%22text%22%3A%22Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20tempor%20incididun%20dolore%20tempor%20magna%20aliqua%22%2C%22avatar%22%3A%22189%22%2C%22rating%22%3A%225%22%7D%2C%7B%22name%22%3A%22Andry%20Lincoln%22%2C%22text%22%3A%22Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20tempor%20incididun%20dolore%20tempor%20magna%20aliqua%22%2C%22avatar%22%3A%22187%22%2C%22rating%22%3A%225%22%7D%2C%7B%22name%22%3A%22Andry%20Lincoln%22%2C%22text%22%3A%22Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20tempor%20incididun%20dolore%20tempor%20magna%20aliqua%22%2C%22avatar%22%3A%22185%22%2C%22rating%22%3A%225%22%7D%5D"][numbers1 blocks="%5B%7B%22title%22%3A%2210%20000%2B%22%2C%22text%22%3A%22Graduates%20received%20the%20right%22%7D%2C%7B%22title%22%3A%227%22%2C%22text%22%3A%22Years%20on%20the%20market%22%7D%2C%7B%22title%22%3A%22578%22%2C%22text%22%3A%22Training%20hours%22%7D%2C%7B%22title%22%3A%2232%22%2C%22text%22%3A%22Number%20of%20teachers%22%7D%5D"][faq1 title="FAQ" faq="%5B%7B%22question%22%3A%22How%20long%20is%20the%20road%20test%20appointment%3F%22%2C%22answer%22%3A%22Yes%20you%20can.%20your%20parent%20or%20guardian%20must%20sign%20up%20the%20form%20MV-44.%20also%2C%20New%20York%20Motor%20Vehicles%20requires%20at%20least%2050%20hours%20of%20supervised%20training%20of%2015%20hours%20must%20be%20night%20driving%20in%20order%20to%20take%20your%20Road%20Test.%22%7D%2C%7B%22question%22%3A%22I\'m%2016%20years%20old%2C%20can%20I%20get%20my%20Driver%20License%20in%20NYC%3F%22%2C%22answer%22%3A%22Yes%20you%20can.%20your%20parent%20or%20guardian%20must%20sign%20up%20the%20form%20MV-44.%20also%2C%20New%20York%20Motor%20Vehicles%20requires%20at%20least%2050%20hours%20of%20supervised%20training%20of%2015%20hours%20must%20be%20night%20driving%20in%20order%20to%20take%20your%20Road%20Test.%22%7D%2C%7B%22question%22%3A%22This%20is%20an%20accordion%20for%20FAQ%20Module%22%2C%22answer%22%3A%22Yes%20you%20can.%20your%20parent%20or%20guardian%20must%20sign%20up%20the%20form%20MV-44.%20also%2C%20New%20York%20Motor%20Vehicles%20requires%20at%20least%2050%20hours%20of%20supervised%20training%20of%2015%20hours%20must%20be%20night%20driving%20in%20order%20to%20take%20your%20Road%20Test.%22%7D%2C%7B%22question%22%3A%22How%20do%20I%20obtain%20a%20New%20York%20CDL%3F%22%2C%22answer%22%3A%22Yes%20you%20can.%20your%20parent%20or%20guardian%20must%20sign%20up%20the%20form%20MV-44.%20also%2C%20New%20York%20Motor%20Vehicles%20requires%20at%20least%2050%20hours%20of%20supervised%20training%20of%2015%20hours%20must%20be%20night%20driving%20in%20order%20to%20take%20your%20Road%20Test.%22%7D%2C%7B%22question%22%3A%22What%20is%20the%20process%20for%20getting%20my%20class%20D%2FE%20License%3F%22%2C%22answer%22%3A%22Yes%20you%20can.%20your%20parent%20or%20guardian%20must%20sign%20up%20the%20form%20MV-44.%20also%2C%20New%20York%20Motor%20Vehicles%20requires%20at%20least%2050%20hours%20of%20supervised%20training%20of%2015%20hours%20must%20be%20night%20driving%20in%20order%20to%20take%20your%20Road%20Test.%22%7D%5D"][sertificate1 scrin_vot="" title="SERTIFICATE" sertificate="%5B%7B%22picture%22%3A%2230%22%7D%2C%7B%22picture%22%3A%2231%22%7D%2C%7B%22picture%22%3A%2230%22%7D%2C%7B%22picture%22%3A%2231%22%7D%2C%7B%22picture%22%3A%2230%22%7D%2C%7B%22picture%22%3A%2231%22%7D%5D"][/vc_column][/vc_row]', 'Personal Teacher', '', 'publish', 'closed', 'closed', '', 'personal-teacher', '', '', '2017-04-20 17:03:07', '2017-04-20 14:03:07', '', 0, 'http_drivingschool_siteurl/?page_id=503', 0, 'page', '', 0),
(505, 1, '2017-04-20 14:39:51', '2017-04-20 11:39:51', ' ', '', '', 'publish', 'closed', 'closed', '', '505', '', '', '2017-04-23 23:26:33', '2017-04-23 20:26:33', '', 0, 'http_drivingschool_siteurl/?p=505', 6, 'nav_menu_item', '', 0),
(515, 1, '2017-04-20 17:05:21', '2017-04-20 14:05:21', '[vc_row][vc_column][map1 title1="CATALOG DRIVING INSTRUCTORS IN" title2="VLADIVOSTOK" subtitle1="Search" subtitle2="routes" points="%5B%7B%22coordinate1%22%3A%2240.7315421%22%2C%22coordinate2%22%3A%22-73.9892287%22%7D%2C%7B%22coordinate1%22%3A%2240.7317354%22%2C%22coordinate2%22%3A%22-73.9828493%22%7D%2C%7B%22coordinate1%22%3A%2240.7286028%22%2C%22coordinate2%22%3A%22-73.9833086%22%7D%5D"][teacher1 scrin_vot="" title1="TOP" title2="INSTRUCTORS"][review1 title="REVIEWS" review="%5B%7B%22name%22%3A%22Andry%20Lincoln%22%2C%22text%22%3A%22Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20tempor%20incididun%20dolore%20tempor%20magna%20aliqua%22%2C%22avatar%22%3A%22185%22%2C%22rating%22%3A%225%22%7D%2C%7B%22name%22%3A%22Andry%20Lincoln%22%2C%22text%22%3A%22Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20tempor%20incididun%20dolore%20tempor%20magna%20aliqua%22%2C%22avatar%22%3A%22175%22%2C%22rating%22%3A%225%22%7D%2C%7B%22name%22%3A%22Andry%20Lincoln%22%2C%22text%22%3A%22Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20tempor%20incididun%20dolore%20tempor%20magna%20aliqua%22%2C%22avatar%22%3A%22189%22%2C%22rating%22%3A%225%22%7D%2C%7B%22name%22%3A%22Andry%20Lincoln%22%2C%22text%22%3A%22Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20tempor%20incididun%20dolore%20tempor%20magna%20aliqua%22%2C%22avatar%22%3A%22187%22%2C%22rating%22%3A%225%22%7D%2C%7B%22name%22%3A%22Andry%20Lincoln%22%2C%22text%22%3A%22Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit%2C%20sed%20do%20eiusmod%20tempor%20incididunt%20ut%20labore%20et%20dolore%20tempor%20incididun%20dolore%20tempor%20magna%20aliqua%22%2C%22avatar%22%3A%22185%22%2C%22rating%22%3A%225%22%7D%5D"][video1 title1="SEE" title2="VIDEO PRESENTATION" video="http://www.youtube.com/watch?v=0O2aH4XLbto"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua[/video1][instructor1 title1="INSTRUCTORS" reviews="%5B%7B%22name%22%3A%22Ivanov%20Alexey%22%2C%22position%22%3A%22Theory%20instructor%22%2C%22text%22%3A%22Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit.%20Praesent%20nec%20fermentum%20ex.%20Nam%20tincidunt%2C%20diam%20quis%20elementum%20accumsan%2C%20urna%20magna%20elementum%20elit%2C%20varius%C2%A0efficitur%20neque%20ex%20et%20nisi.%22%2C%22picture%22%3A%22425%22%2C%22avatar%22%3A%22189%22%7D%2C%7B%22name%22%3A%22Ivanov%20Alexey%22%2C%22position%22%3A%22Theory%20instructor%22%2C%22text%22%3A%22Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit.%20Praesent%20nec%20fermentum%20ex.%20Nam%20tincidunt%2C%20diam%20quis%20elementum%20accumsan%2C%20urna%20magna%20elementum%20elit%2C%20varius%C2%A0efficitur%20neque%20ex%20et%20nisi.%22%2C%22picture%22%3A%22425%22%2C%22avatar%22%3A%22187%22%7D%2C%7B%22name%22%3A%22Ivanov%20Alexey%22%2C%22position%22%3A%22Theory%20instructor%22%2C%22text%22%3A%22Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit.%20Praesent%20nec%20fermentum%20ex.%20Nam%20tincidunt%2C%20diam%20quis%20elementum%20accumsan%2C%20urna%20magna%20elementum%20elit%2C%20varius%C2%A0efficitur%20neque%20ex%20et%20nisi.%22%2C%22picture%22%3A%22425%22%2C%22avatar%22%3A%22185%22%7D%2C%7B%22name%22%3A%22Ivanov%20Alexey%22%2C%22position%22%3A%22Theory%20instructor%22%2C%22text%22%3A%22Lorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit.%20Praesent%20nec%20fermentum%20ex.%20Nam%20tincidunt%2C%20diam%20quis%20elementum%20accumsan%2C%20urna%20magna%20elementum%20elit%2C%20varius%C2%A0efficitur%20neque%20ex%20et%20nisi.%22%2C%22picture%22%3A%22425%22%2C%22avatar%22%3A%22175%22%7D%5D"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua[/instructor1][numbers1 blocks="%5B%7B%22title%22%3A%2210%20000%2B%22%2C%22text%22%3A%22Graduates%20received%20the%20right%22%7D%2C%7B%22title%22%3A%227%22%2C%22text%22%3A%22Years%20on%20the%20market%22%7D%2C%7B%22title%22%3A%22578%22%2C%22text%22%3A%22Training%20hours%22%7D%2C%7B%22title%22%3A%2232%22%2C%22text%22%3A%22Number%20of%20teachers%22%7D%5D"][faq1 title="FAQ" faq="%5B%7B%22question%22%3A%22How%20long%20is%20the%20road%20test%20appointment%3F%22%2C%22answer%22%3A%22Yes%20you%20can.%20your%20parent%20or%20guardian%20must%20sign%20up%20the%20form%20MV-44.%20also%2C%20New%20York%20Motor%20Vehicles%20requires%20at%20least%2050%20hours%20of%20supervised%20training%20of%2015%20hours%20must%20be%20night%20driving%20in%20order%20to%20take%20your%20Road%20Test.%22%7D%2C%7B%22question%22%3A%22I\'m%2016%20years%20old%2C%20can%20I%20get%20my%20Driver%20License%20in%20NYC%3F%22%2C%22answer%22%3A%22Yes%20you%20can.%20your%20parent%20or%20guardian%20must%20sign%20up%20the%20form%20MV-44.%20also%2C%20New%20York%20Motor%20Vehicles%20requires%20at%20least%2050%20hours%20of%20supervised%20training%20of%2015%20hours%20must%20be%20night%20driving%20in%20order%20to%20take%20your%20Road%20Test.%22%7D%2C%7B%22question%22%3A%22This%20is%20an%20accordion%20for%20FAQ%20Module%22%2C%22answer%22%3A%22Yes%20you%20can.%20your%20parent%20or%20guardian%20must%20sign%20up%20the%20form%20MV-44.%20also%2C%20New%20York%20Motor%20Vehicles%20requires%20at%20least%2050%20hours%20of%20supervised%20training%20of%2015%20hours%20must%20be%20night%20driving%20in%20order%20to%20take%20your%20Road%20Test.%22%7D%2C%7B%22question%22%3A%22How%20do%20I%20obtain%20a%20New%20York%20CDL%3F%22%2C%22answer%22%3A%22Yes%20you%20can.%20your%20parent%20or%20guardian%20must%20sign%20up%20the%20form%20MV-44.%20also%2C%20New%20York%20Motor%20Vehicles%20requires%20at%20least%2050%20hours%20of%20supervised%20training%20of%2015%20hours%20must%20be%20night%20driving%20in%20order%20to%20take%20your%20Road%20Test.%22%7D%2C%7B%22question%22%3A%22What%20is%20the%20process%20for%20getting%20my%20class%20D%2FE%20License%3F%22%2C%22answer%22%3A%22Yes%20you%20can.%20your%20parent%20or%20guardian%20must%20sign%20up%20the%20form%20MV-44.%20also%2C%20New%20York%20Motor%20Vehicles%20requires%20at%20least%2050%20hours%20of%20supervised%20training%20of%2015%20hours%20must%20be%20night%20driving%20in%20order%20to%20take%20your%20Road%20Test.%22%7D%5D"][/vc_column][/vc_row]', 'Selection of teachers', '', 'publish', 'closed', 'closed', '', 'selection-of-teachers', '', '', '2017-04-21 14:29:24', '2017-04-21 11:29:24', '', 0, 'http_drivingschool_siteurl/?page_id=515', 0, 'page', '', 0),
(517, 1, '2017-04-20 17:05:42', '2017-04-20 14:05:42', ' ', '', '', 'publish', 'closed', 'closed', '', '517', '', '', '2017-04-23 23:26:33', '2017-04-23 20:26:33', '', 0, 'http_drivingschool_siteurl/?p=517', 7, 'nav_menu_item', '', 0),
(525, 1, '2017-04-23 23:25:29', '2017-04-23 20:25:29', '', 'Teachers 2', '', 'publish', 'closed', 'closed', '', 'teachers-2', '', '', '2017-04-23 23:25:29', '2017-04-23 20:25:29', '', 0, 'http_drivingschool_siteurl/teachers-2/', 0, 'page', '', 0),
(529, 1, '2017-04-28 17:14:21', '2017-04-28 14:14:21', '', 'Image 1', '', 'inherit', 'open', 'closed', '', 'image-1', '', '', '2017-04-28 17:14:21', '2017-04-28 14:14:21', '', 0, 'http_drivingschool_siteurl/wp-content/uploads/2017/04/Image-1.png', 0, 'attachment', 'image/png', 0),
(535, 2, '2017-05-23 16:23:20', '2017-05-23 13:23:20', '', 'logo', '', 'inherit', 'open', 'closed', '', 'logo', '', '', '2017-05-23 16:23:20', '2017-05-23 13:23:20', '', 0, 'http_drivingschool_siteurl/wp-content/uploads/2017/05/logo.png', 0, 'attachment', 'image/png', 0),
(537, 2, '2017-05-23 16:29:36', '2017-05-23 13:29:36', '', 'logo-footer', '', 'inherit', 'open', 'closed', '', 'logo-footer', '', '', '2017-05-23 16:29:36', '2017-05-23 13:29:36', '', 0, 'http_drivingschool_siteurl/wp-content/uploads/2017/05/logo-footer.png', 0, 'attachment', 'image/png', 0),
(565, 1, '2017-09-06 18:08:03', '2017-09-06 15:08:03', '', 'Teachers 2', '', 'publish', 'closed', 'closed', '', 'teachers-2-2', '', '', '2017-09-06 18:08:03', '2017-09-06 15:08:03', '', 0, 'http://http_drivingschool_siteurl/teachers-2-2/', 0, 'page', '', 0),
(595, 1, '2018-02-13 22:19:32', '2018-02-13 19:19:32', '', 'image-1', '', 'inherit', 'open', 'closed', '', 'image-1-2', '', '', '2018-02-13 22:19:32', '2018-02-13 19:19:32', '', 16, 'http_drivingschool_siteurl/wp-content/uploads/2018/02/image-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(597, 1, '2018-02-13 22:22:23', '2018-02-13 19:22:23', '', 'image-2', '', 'inherit', 'open', 'closed', '', 'image-2', '', '', '2018-02-13 22:22:23', '2018-02-13 19:22:23', '', 16, 'http_drivingschool_siteurl/wp-content/uploads/2018/02/image-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(598, 1, '2018-02-13 22:22:25', '2018-02-13 19:22:25', '', 'image-3', '', 'inherit', 'open', 'closed', '', 'image-3', '', '', '2018-02-13 22:22:25', '2018-02-13 19:22:25', '', 16, 'http_drivingschool_siteurl/wp-content/uploads/2018/02/image-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(599, 1, '2018-02-13 22:22:27', '2018-02-13 19:22:27', '', 'image-4', '', 'inherit', 'open', 'closed', '', 'image-4', '', '', '2018-02-13 22:22:27', '2018-02-13 19:22:27', '', 16, 'http_drivingschool_siteurl/wp-content/uploads/2018/02/image-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(600, 1, '2018-02-13 22:22:28', '2018-02-13 19:22:28', '', 'image-5', '', 'inherit', 'open', 'closed', '', 'image-5', '', '', '2018-02-13 22:22:28', '2018-02-13 19:22:28', '', 16, 'http_drivingschool_siteurl/wp-content/uploads/2018/02/image-5.jpg', 0, 'attachment', 'image/jpeg', 0),
(601, 1, '2018-02-13 22:22:30', '2018-02-13 19:22:30', '', 'image-6', '', 'inherit', 'open', 'closed', '', 'image-6', '', '', '2018-02-13 22:22:30', '2018-02-13 19:22:30', '', 16, 'http_drivingschool_siteurl/wp-content/uploads/2018/02/image-6.jpg', 0, 'attachment', 'image/jpeg', 0),
(602, 1, '2018-02-13 22:22:32', '2018-02-13 19:22:32', '', 'image-7', '', 'inherit', 'open', 'closed', '', 'image-7', '', '', '2018-02-13 22:22:32', '2018-02-13 19:22:32', '', 16, 'http_drivingschool_siteurl/wp-content/uploads/2018/02/image-7.jpg', 0, 'attachment', 'image/jpeg', 0),
(603, 1, '2018-02-13 22:22:34', '2018-02-13 19:22:34', '', 'image-8', '', 'inherit', 'open', 'closed', '', 'image-8', '', '', '2018-02-13 22:22:34', '2018-02-13 19:22:34', '', 16, 'http_drivingschool_siteurl/wp-content/uploads/2018/02/image-8.jpg', 0, 'attachment', 'image/jpeg', 0),
(606, 1, '2018-02-13 22:32:06', '2018-02-13 19:32:06', '', 'image-3', '', 'inherit', 'open', 'closed', '', 'image-3-2', '', '', '2018-02-13 22:32:06', '2018-02-13 19:32:06', '', 43, 'http_drivingschool_siteurl/wp-content/uploads/2018/02/image-3-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(607, 1, '2018-02-13 22:32:10', '2018-02-13 19:32:10', '', 'image-5', '', 'inherit', 'open', 'closed', '', 'image-5-2', '', '', '2018-02-13 22:32:10', '2018-02-13 19:32:10', '', 43, 'http_drivingschool_siteurl/wp-content/uploads/2018/02/image-5-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(608, 1, '2018-02-13 22:32:12', '2018-02-13 19:32:12', '', 'photo-2', '', 'inherit', 'open', 'closed', '', 'photo-2', '', '', '2018-02-13 22:32:12', '2018-02-13 19:32:12', '', 43, 'http_drivingschool_siteurl/wp-content/uploads/2018/02/photo-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(609, 1, '2018-02-13 22:32:16', '2018-02-13 19:32:16', '', 'photo-3', '', 'inherit', 'open', 'closed', '', 'photo-3', '', '', '2018-02-13 22:32:16', '2018-02-13 19:32:16', '', 43, 'http_drivingschool_siteurl/wp-content/uploads/2018/02/photo-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(610, 1, '2018-02-13 22:32:17', '2018-02-13 19:32:17', '', 'photo-3-1', '', 'inherit', 'open', 'closed', '', 'photo-3-1', '', '', '2018-02-13 22:32:17', '2018-02-13 19:32:17', '', 43, 'http_drivingschool_siteurl/wp-content/uploads/2018/02/photo-3-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(611, 1, '2018-02-13 22:32:20', '2018-02-13 19:32:20', '', 'photo-4', '', 'inherit', 'open', 'closed', '', 'photo-4', '', '', '2018-02-13 22:32:20', '2018-02-13 19:32:20', '', 43, 'http_drivingschool_siteurl/wp-content/uploads/2018/02/photo-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(612, 1, '2018-02-13 22:32:21', '2018-02-13 19:32:21', '', 'photo-5', '', 'inherit', 'open', 'closed', '', 'photo-5', '', '', '2018-02-13 22:32:21', '2018-02-13 19:32:21', '', 43, 'http_drivingschool_siteurl/wp-content/uploads/2018/02/photo-5.jpg', 0, 'attachment', 'image/jpeg', 0),
(613, 1, '2018-02-13 22:32:24', '2018-02-13 19:32:24', '', 'photo-6', '', 'inherit', 'open', 'closed', '', 'photo-6', '', '', '2018-02-13 22:32:24', '2018-02-13 19:32:24', '', 43, 'http_drivingschool_siteurl/wp-content/uploads/2018/02/photo-6.jpg', 0, 'attachment', 'image/jpeg', 0),
(614, 1, '2018-02-13 22:32:26', '2018-02-13 19:32:26', '', 'photo-8', '', 'inherit', 'open', 'closed', '', 'photo-8', '', '', '2018-02-13 22:32:26', '2018-02-13 19:32:26', '', 43, 'http_drivingschool_siteurl/wp-content/uploads/2018/02/photo-8.jpg', 0, 'attachment', 'image/jpeg', 0),
(615, 1, '2018-02-13 22:32:28', '2018-02-13 19:32:28', '', 'photo-9', '', 'inherit', 'open', 'closed', '', 'photo-9', '', '', '2018-02-13 22:32:28', '2018-02-13 19:32:28', '', 43, 'http_drivingschool_siteurl/wp-content/uploads/2018/02/photo-9.jpg', 0, 'attachment', 'image/jpeg', 0),
(616, 1, '2018-02-13 22:32:30', '2018-02-13 19:32:30', '', 'photo-10', '', 'inherit', 'open', 'closed', '', 'photo-10', '', '', '2018-02-13 22:32:30', '2018-02-13 19:32:30', '', 43, 'http_drivingschool_siteurl/wp-content/uploads/2018/02/photo-10.jpg', 0, 'attachment', 'image/jpeg', 0),
(617, 1, '2018-02-13 22:32:32', '2018-02-13 19:32:32', '', 'photo-11', '', 'inherit', 'open', 'closed', '', 'photo-11', '', '', '2018-02-13 22:32:32', '2018-02-13 19:32:32', '', 43, 'http_drivingschool_siteurl/wp-content/uploads/2018/02/photo-11.jpg', 0, 'attachment', 'image/jpeg', 0),
(618, 1, '2018-02-13 22:32:35', '2018-02-13 19:32:35', '', 'photo-12', '', 'inherit', 'open', 'closed', '', 'photo-12', '', '', '2018-02-13 22:32:35', '2018-02-13 19:32:35', '', 43, 'http_drivingschool_siteurl/wp-content/uploads/2018/02/photo-12.jpg', 0, 'attachment', 'image/jpeg', 0),
(619, 1, '2018-02-13 22:32:37', '2018-02-13 19:32:37', '', 'photo-13', '', 'inherit', 'open', 'closed', '', 'photo-13', '', '', '2018-02-13 22:32:37', '2018-02-13 19:32:37', '', 43, 'http_drivingschool_siteurl/wp-content/uploads/2018/02/photo-13.jpg', 0, 'attachment', 'image/jpeg', 0),
(620, 1, '2018-02-13 22:32:39', '2018-02-13 19:32:39', '', 'Learner driver girl with intstructor taking lessons', 'Learner driver girl with intstructor taking lessons', 'inherit', 'open', 'closed', '', 'learner-driver-girl-with-intstructor-taking-lessons', '', '', '2018-02-13 22:32:39', '2018-02-13 19:32:39', '', 43, 'http_drivingschool_siteurl/wp-content/uploads/2018/02/photo-14.jpg', 0, 'attachment', 'image/jpeg', 0),
(621, 1, '2018-02-13 22:32:41', '2018-02-13 19:32:41', '', 'photo-15', '', 'inherit', 'open', 'closed', '', 'photo-15', '', '', '2018-02-13 22:32:41', '2018-02-13 19:32:41', '', 43, 'http_drivingschool_siteurl/wp-content/uploads/2018/02/photo-15.jpg', 0, 'attachment', 'image/jpeg', 0),
(622, 1, '2018-02-13 22:32:44', '2018-02-13 19:32:44', '', 'photo-16', '', 'inherit', 'open', 'closed', '', 'photo-16', '', '', '2018-02-13 22:32:44', '2018-02-13 19:32:44', '', 43, 'http_drivingschool_siteurl/wp-content/uploads/2018/02/photo-16.jpg', 0, 'attachment', 'image/jpeg', 0),
(624, 1, '2018-02-13 22:42:30', '2018-02-13 19:42:30', '', 'photo-1', '', 'inherit', 'open', 'closed', '', 'photo-1', '', '', '2018-02-13 22:42:30', '2018-02-13 19:42:30', '', 43, 'http_drivingschool_siteurl/wp-content/uploads/2018/02/photo-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(636, 1, '2018-11-27 14:50:28', '2018-11-27 14:50:28', '', 'Teachers 2', '', 'publish', 'closed', 'closed', '', 'teachers-2-3', '', '', '2018-11-27 14:50:28', '2018-11-27 14:50:28', '', 0, 'http:http_drivingschool_siteurl/teachers-2-3/', 0, 'page', '', 0),
(637, 1, '2018-11-27 14:50:28', '2018-11-27 14:50:28', '', 'Teachers 2', '', 'publish', 'closed', 'closed', '', 'teachers-2-4', '', '', '2018-11-27 14:50:28', '2018-11-27 14:50:28', '', 0, 'http:http_drivingschool_siteurl/teachers-2-4/', 0, 'page', '', 0),
(638, 1, '2019-02-03 16:21:33', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2019-02-03 16:21:33', '0000-00-00 00:00:00', '', 0, 'http:http_drivingschool_siteurl/?p=638', 0, 'post', '', 0) ;
--#######--
REPLACE INTO `wp_term_relationships` ( `object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0),
(34, 2, 0),
(39, 2, 0),
(46, 2, 0),
(72, 2, 0),
(80, 2, 0),
(84, 2, 0),
(95, 2, 0),
(130, 2, 0),
(151, 2, 0),
(204, 2, 0),
(205, 3, 0),
(205, 6, 0),
(207, 3, 0),
(207, 8, 0),
(208, 3, 0),
(208, 7, 0),
(209, 3, 0),
(209, 5, 0),
(210, 3, 0),
(210, 4, 0),
(211, 3, 0),
(212, 3, 0),
(212, 4, 0),
(249, 2, 0),
(250, 2, 0),
(257, 2, 0),
(274, 2, 0),
(275, 2, 0),
(316, 1, 0),
(371, 2, 0),
(438, 2, 0),
(465, 2, 0),
(500, 2, 0),
(505, 2, 0),
(517, 2, 0) ;
--#######--
REPLACE INTO `wp_term_taxonomy` ( `term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1),
(2, 2, 'nav_menu', '', 0, 21),
(3, 3, 'category', '', 0, 7),
(4, 4, 'category', '', 0, 2),
(5, 5, 'category', '', 0, 1),
(6, 6, 'category', '', 0, 1),
(7, 7, 'category', '', 0, 1),
(8, 8, 'category', '', 0, 1) ;
--#######--
REPLACE INTO `wp_terms` ( `term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'Main menu', 'main-menu', 0),
(3, 'Blog', 'blog', 0),
(4, 'Auto', 'auto', 0),
(5, 'Courses', 'courses', 0),
(6, 'Motorbicles', 'motorbicles', 0),
(7, 'Driving', 'driving', 0),
(8, 'Instructors', 'instructors', 0) ;
--#######--
REPLACE INTO `wp_usermeta` ( `umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'BootWP'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'syntax_highlighting', 'true'),
(7, 1, 'comment_shortcuts', 'false'),
(8, 1, 'admin_color', 'fresh'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'true'),
(11, 1, 'locale', ''),
(12, 1, 'wp_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(13, 1, 'wp_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', 'wp496_privacy'),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'drivingschool_current_user_session_tokens'),
(17, 1, 'wp_user-settings', 'editor=html&edit_element_vcUIPanelWidth=1040&edit_element_vcUIPanelLeft=360px&edit_element_vcUIPanelTop=49px'),
(18, 1, 'wp_user-settings-time', '1543324876'),
(19, 1, 'wp_dashboard_quick_press_last_post_id', '638'),
(20, 1, 'community-events-location', 'a:1:{s:2:"ip";s:11:"178.76.64.0";}'),
--#######--
REPLACE INTO `afitness_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'drivingschool_user_login', 'drivingschool_user_pass', 'drivingschool_user_nicename', 'drivingschool_user_email', '', '2017-06-21 07:38:48', '', 0, 'drivingschool_user_display_name');
