 {"id":1226,"date":"2018-10-06T02:33:03","date_gmt":"2018-10-06T02:33:03","guid":{"rendered":"http:\/\/wp.nootheme.com\/ivent\/dummy\/?page_id=1226"},"modified":"2022-01-25T15:17:35","modified_gmt":"2022-01-25T12:17:35","slug":"home-single-event","status":"publish","type":"page","link":"https:\/\/shag.lt\/camp\/","title":{"rendered":"The Shag Camp"},"content":{"rendered":"<p>[vc_row][vc_column offset=&#8221;vc_col-xs-12 vc_hidden-xs&#8221;]            <div class=\"noo-countdown  style1\" style=\"height: auto; text-align: left\">\n                                        <ul class=\"full-background\">\n                                                            <li style=\"background-image: url('https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/01\/sc_perseids_900.jpg')\"><\/li>\n                                                            <li style=\"background-image: url('https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/01\/sc_noperseids_900.jpg')\"><\/li>\n                                                    <\/ul>\n                                                <div class=\"overlay_parallax\" style=\"background-color: rgba(0,0,0,0.5)\"><\/div>\n                <div class=\"noo-countdown-content\">\n                    <div class=\"container\">\n                                                <div class=\"location\"><i class=\"fa fa-map-marker\" aria-hidden=\"true\"><\/i><span>Vilnius, Lithuania<\/span><\/div>                        <h2 class=\"title\">SHAG CAMP #1<\/h2>                        <p class=\"description\">Dance training and coaching camp<\/p>\n                        <!-- Countdown dashboard start -->\n                        <div class=\"wrap_countdown left \" style=\"float: left\">\n                            <div id=\"DateCountdown\"  data-date=\"00:00:00\"><\/div>\n                        <\/div>\n                        <!-- Countdown dashboard end -->\n                                                    <a href=\"#\" class=\"scroll-mouse\">\n                                <i class=\"fa fa-arrow-down\"><\/i>\n                            <\/a>\n                                            <\/div>\n                <\/div>\n            <\/div>\n            <script type=\"text\/javascript\">\n\n                                    if ( jQuery(window).height() > 767 ) {\n                        var $height_w = jQuery(window).height() - jQuery('header').height();\n                        if ( jQuery('header').hasClass('header-2') || jQuery('header').hasClass('header-3') ) \n                            $height_w = jQuery(window).height();    \n                        jQuery('.noo-countdown').css('height',$height_w+'px');\n                    } else {\n                        jQuery('.noo-countdown').css('height','700px');\n                    }\n\n                    jQuery(window).resize(function(){\n                        if ( jQuery(window).height() > 767 ) {\n                            var $height_w = jQuery(window).height() - jQuery('header').height();\n                            if ( jQuery('header').hasClass('header-2') || jQuery('header').hasClass('header-3') ) \n                                $height_w = jQuery(window).height();\n                            jQuery('.noo-countdown').css('height',$height_w+'px');\n                        } else {\n                            jQuery('.noo-countdown').css('height','700px');\n                        }\n                    });\n                \n                jQuery(function () {\n                                            jQuery('.full-background li:first-child').show();\n                        var myVar = '';\n                        clearInterval(myVar);\n                        myVar = setInterval(function(){\n                            jQuery('.full-background li:first-child').fadeOut(1200).next('li').fadeIn(1200).end().appendTo('.full-background');\n                        },3500);\n                    \n                    \n                    jQuery('.scroll-mouse').click(function(){\n                        var $height_w = jQuery(window).height();\n                        jQuery(\"html, body\").animate({ scrollTop: $height_w }, 700);\n                        return false;\n                    });\n\n                    function parseDate(input, format) {\n                        format = format || 'yyyy-mm-dd'; \/\/ default format\n                        var parts = input.match(\/(\\d+)\/g), \n                          i = 0, fmt = {};\n                        \/\/ extract date-part indexes from the format\n                        format.replace(\/(yyyy|dd|mm)\/g, function(part) { fmt[part] = i++; });\n\n                        return new Date(parts[fmt['yyyy']], parts[fmt['mm']]-1, parts[fmt['dd']]);\n                    }\n\n                    var primary_color = '#f0a441';\n                    var Devent = parseDate(jQuery('#DateCountdown').attr('data-date'));\n                    var Today = jQuery.now();\n\n                    if( Devent > Today ){\n                        jQuery(\"#DateCountdown\").TimeCircles({\n                            \"animation\": \"smooth\",\n                            \"bg_width\": 1,\n                            \"fg_width\": 0.01,\n                            \"circle_bg_color\": \"#fff\",\n                            \"time\": {\n                                \"Days\": {\n                                    \"text\": \"Days\",\n                                    \"color\": primary_color,\n                                    \"show\": false                                },\n                                \"Hours\": {\n                                    \"text\": \"Hours\",\n                                    \"color\": primary_color,\n                                    \"show\": false                                },\n                                \"Minutes\": {\n                                    \"text\": \"Minutes\",\n                                    \"color\": primary_color,\n                                    \"show\": false                                },\n                                \"Seconds\": {\n                                    \"text\": \"\",\n                                    \"color\": primary_color,\n                                    \"show\": false                                }\n                            }\n                        }).addListener(function(unit, value, total) {\n                            if(total === 0) {\n                                jQuery(\"#DateCountdown\").TimeCircles().stop();\n                                jQuery(\".textDiv_Seconds\").find('span').empty().text('0');\n                            }\n                        });\n                    } else {\n                        jQuery(\"#DateCountdown\").TimeCircles({\n                            \"animation\": \"smooth\",\n                            \"bg_width\": 1,\n                            \"fg_width\": 0.01,\n                            \"circle_bg_color\": \"#fff\",\n                            \"time\": {\n                                \"Days\": {\n                                    \"text\": \"Days\",\n                                    \"color\": \"#fff\",\n                                    \"show\": false                                },\n                                \"Hours\": {\n                                    \"text\": \"Hours\",\n                                    \"color\": \"#fff\",\n                                    \"show\": false                                },\n                                \"Minutes\": {\n                                    \"text\": \"Minutes\",\n                                    \"color\": \"#fff\",\n                                    \"show\": false                                },\n                                \"Seconds\": {\n                                    \"text\": \"\",\n                                    \"color\": \"#fff\",\n                                    \"show\": false                                }\n                            }\n                        }).stop();\n                        jQuery(\"#DateCountdown\").find('span').empty().text('0');\n                    }\n                    jQuery(window).resize(function(){\n                        jQuery(\"#DateCountdown\").TimeCircles().rebuild();\n                    });\n\n                });\n\n            function getCookie(cname) {\n                var name = cname + \"=\";\n                var ca = document.cookie.split(';');\n                for(var i=0; i<ca.length; i++) {\n                    var c = ca[i];\n                    while (c.charAt(0)==' ') c = c.substring(1);\n                    if (c.indexOf(name) == 0) return c.substring(name.length, c.length);\n                }\n                return \"\";\n            }\n\n            <\/script>\n\n            [\/vc_column][\/vc_row][vc_row container_width=&#8221;yes&#8221; css=&#8221;.vc_custom_1622556268028{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221; el_class=&#8221;block-about&#8221; el_id=&#8221;info&#8221;][vc_column][vc_row_inner][vc_column_inner width=&#8221;1\/2&#8243;][vc_single_image image=&#8221;1743&#8243; img_size=&#8221;full&#8221; style=&#8221;vc_box_border&#8221; border_color=&#8221;black&#8221;][\/vc_column_inner][vc_column_inner width=&#8221;1\/2&#8243;][vc_custom_heading text=&#8221;DANCE TRAINING &amp; COACHING CAMP&#8221; font_container=&#8221;tag:h2|font_size:30|text_align:left|color:%23000000&#8243; use_theme_fonts=&#8221;yes&#8221; el_class=&#8221;about-title&#8221;][vc_column_text el_class=&#8221;about-content&#8221;]For intermediate-advanced dancers with confident Collegiate Shag experience and ambition to improve.<br \/>\nClasses, practice sessions, lots of personal feedback, discussions and parties.<br \/>\nLimited to a small group of 40 enthusiasts, so you can actually work, connect and make friends with everyone.<\/p>\n<p><a href=\"https:\/\/www.facebook.com\/events\/450176845929009\" target=\"_blank\" rel=\"noopener\">The Shag Camp #1<\/a> never happened. We&#8217;re hoping for brighter 2.0 dancing times sometime in 2022.<\/p>\n<p class=\"p1\"><strong>New date: <\/strong>sometime in 2022<br \/>\n<strong>Location: <\/strong>Vilnius, Lithuania<strong><br \/>\n<\/strong><\/p>\n<p>[\/vc_column_text][vc_btn title=&#8221;GET YOUR SHAG ON&#8221; style=&#8221;classic&#8221; shape=&#8221;square&#8221; color=&#8221;warning&#8221; link=&#8221;url:https%3A%2F%2Fshag.lt%2Fonline-collegiate-shag%2F&#8221;][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row container_width=&#8221;yes&#8221; disable_element=&#8221;yes&#8221; css=&#8221;.vc_custom_1623956734180{background-color: #ffffff !important;}&#8221;][vc_column]\t\t\t<div class=\"sc_event_schedule light\">\n\t\t\t\t<!-- Title and Description --> \n\n\t\t\t\t\t<div class=\"block_title\">\n\t\t\t\t\t\t<h2 class=\"title\">The Shag Camp #1 Schedule<\/h3> \t\t\t\t\t\t<p class=\"sub_title\">Almost five days of dance classes, training, friends and other jazz<\/p> \t\t\t\t\t<\/div>\n\t\t\t\t<!-- End Title and Description -->\n\t\t\t\t\n\t\t\t\t<!-- Get Content Schedule -->\n\t\t\t\t\n\t\t\t\t \t\t\t<ul class=\"schedule-tab noo-row\">\n\t\t\t\t \t\t\t\t\t\t\t\t \t\t\t\t\t<li class=\"event-tab\" data-key=\"event-item-0\">\n\t\t\t\t\t \t\t\t\t\t<div class =\"schedule_item_tab\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"title-day\">DAY 1<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"date\">Aug 1, 2021<\/h4>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t \t\t\t\t\t<\/div>\n\t\t\t\t \t\t\t\t\t<\/li>\n\t\t\t\t \t\t\t\t\t\t\t \t\t\t\t\t<li class=\"event-tab\" data-key=\"event-item-1\">\n\t\t\t\t\t \t\t\t\t\t<div class =\"schedule_item_tab\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"title-day\">DAY 2<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"date\">Aug 2, 2021<\/h4>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t \t\t\t\t\t<\/div>\n\t\t\t\t \t\t\t\t\t<\/li>\n\t\t\t\t \t\t\t\t\t\t\t \t\t\t\t\t<li class=\"event-tab\" data-key=\"event-item-2\">\n\t\t\t\t\t \t\t\t\t\t<div class =\"schedule_item_tab\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"title-day\">DAY 3<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"date\">Aug 3, 2021<\/h4>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t \t\t\t\t\t<\/div>\n\t\t\t\t \t\t\t\t\t<\/li>\n\t\t\t\t \t\t\t\t\t\t\t \t\t\t\t\t<li class=\"event-tab\" data-key=\"event-item-3\">\n\t\t\t\t\t \t\t\t\t\t<div class =\"schedule_item_tab\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"title-day\">DAY 4<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"date\">Aug 4, 2021<\/h4>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t \t\t\t\t\t<\/div>\n\t\t\t\t \t\t\t\t\t<\/li>\n\t\t\t\t \t\t\t\t\t\t\t \t\t\t\t\t<li class=\"event-tab\" data-key=\"event-item-4\">\n\t\t\t\t\t \t\t\t\t\t<div class =\"schedule_item_tab\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"title-day\">DAY 5<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"date\">Aug 5, 2021<\/h4>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t \t\t\t\t\t<\/div>\n\t\t\t\t \t\t\t\t\t<\/li>\n\t\t\t\t \t\t\t\t\t\t\t \t\t\t<\/ul>\n\t\t\t\t \t\t\t<div class=\"event-content-tab\">\n\t\t\t\t\t \t\t\t\t\t\t\t \t\t\t\t\t<div id=\"event-item-0\" class=\"event-items\">\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"content-tab-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-img\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><h4 class=\"name-event\">Transportation to the Camp<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item time\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"min-time\">15:00<\/span> -\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"max-time\">21:00<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><p class=\"desc\">There will be a shuttle bus taking shag campers to the camp whole day. It takes around 45mins to get to the camp. You will be able to adjust your pick-up time in your application after registration.<\/p><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-img\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><h4 class=\"name-event\">Check-in<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item time\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"min-time\">18:00<\/span> -\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"max-time\">21:00<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><p class=\"desc\">We will be staying all together in one big house. There are different types of rooms (for 2-3-4 people). You will be able to choose your preference in your application after registration.<\/p><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-img\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><h4 class=\"name-event\">Dinner<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item time\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"min-time\">19:30<\/span> -\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"max-time\">20:30<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><p class=\"desc\">There will be meat &amp; vegan options available. You will be able to choose your preference in your application after registration.<\/p><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-img\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><h4 class=\"name-event\">Evening Meeting<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item time\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"min-time\">21:00<\/span> -\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"max-time\">22:30<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><p class=\"desc\">Introduction of the staff and participants, general guidelines of the camp, weekend plans and schedule.<\/p><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-img\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><h4 class=\"name-event\">Social Dance<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item time\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"min-time\">22:30<\/span> -\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"max-time\">01:00<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><p class=\"desc\">As long as you want but we start early next day.<\/p><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t \t\t\t\t\t\t\t\t \t\t\t\t\t<\/div>\n\t\t\t\t\t \t\t\t\t\t\t\t \t\t\t\t\t<div id=\"event-item-1\" class=\"event-items\">\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"content-tab-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-img\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><h4 class=\"name-event\">Morning Exercise<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item time\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"min-time\">8:30<\/span> -\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"max-time\">9:15<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><p class=\"desc\">Morning mobility and stretch routine to get you going.<\/p><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-img\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><h4 class=\"name-event\">Breakfast<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item time\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"min-time\">9:30<\/span> -\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"max-time\">10:30<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-img\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><h4 class=\"name-event\">Dance Class<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item time\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"min-time\">11:00<\/span> -\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"max-time\">12:30<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><h4 class=\"by\">By Heiko &amp; Larissa<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-img\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><h4 class=\"name-event\">Lunch<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item time\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"min-time\">12:45<\/span> -\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"max-time\">14:00<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-img\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><h4 class=\"name-event\">Dance Class<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item time\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"min-time\">14:30<\/span> -\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"max-time\">16:00<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><h4 class=\"by\">By Arnas &amp; Egl\u0117<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-img\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><h4 class=\"name-event\">Masterclass<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item time\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"min-time\">16:30<\/span> -\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"max-time\">18:00<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><h4 class=\"by\">By Arnas, Egl\u0117, Heiko, Larissa<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><p class=\"desc\">Personal feedback, drills, discussion, coaching, simulation.<\/p><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-img\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><h4 class=\"name-event\">Practice session<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item time\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"min-time\">18:00<\/span> -\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"max-time\">19:00<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-img\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><h4 class=\"name-event\">Dinner<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item time\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"min-time\">19:15<\/span> -\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"max-time\">20:30<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-img\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><h4 class=\"name-event\">Evening Meeting<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item time\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"min-time\">21:00<\/span> -\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"max-time\">22:00<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-img\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><h4 class=\"name-event\">Party &amp; Social Dance<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item time\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"min-time\">22:30<\/span> -\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"max-time\">03:00<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><p class=\"desc\">As long as you want but we start early next day.<\/p><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-img\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><h4 class=\"name-event\">Sauna<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item time\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"min-time\">00:00<\/span> -\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"max-time\">02:00<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><p class=\"desc\">There is sauna and small pond, take advantage of it.<\/p><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t \t\t\t\t\t\t\t\t \t\t\t\t\t<\/div>\n\t\t\t\t\t \t\t\t\t\t\t\t \t\t\t\t\t<div id=\"event-item-2\" class=\"event-items\">\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"content-tab-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-img\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><h4 class=\"name-event\">Morning Exercise<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item time\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"min-time\">8:30<\/span> -\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"max-time\">9:15<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><p class=\"desc\">Morning mobility and stretch routine to get you going.<\/p><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-img\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><h4 class=\"name-event\">Breakfast<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item time\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"min-time\">9:30<\/span> -\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"max-time\">10:30<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-img\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><h4 class=\"name-event\">Dance Class<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item time\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"min-time\">11:00<\/span> -\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"max-time\">12:30<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><h4 class=\"by\">By Arnas &amp; Egl\u0117<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-img\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><h4 class=\"name-event\">Lunch<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item time\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"min-time\">12:45<\/span> -\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"max-time\">14:00<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-img\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><h4 class=\"name-event\">Dance Class<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item time\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"min-time\">14:30<\/span> -\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"max-time\">16:00<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><h4 class=\"by\">By Heiko &amp; Larissa<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-img\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><h4 class=\"name-event\">Masterclass<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item time\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"min-time\">16:30<\/span> -\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"max-time\">18:00<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><h4 class=\"by\">By Arnas, Egl\u0117, Heiko, Larissa<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><p class=\"desc\">Personal feedback, drills, discussion, coaching, simulation.<\/p><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-img\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><h4 class=\"name-event\">Practice session<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item time\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"min-time\">18:00<\/span> -\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"max-time\">19:00<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-img\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><h4 class=\"name-event\">Dinner<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item time\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"min-time\">19:15<\/span> -\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"max-time\">20:30<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-img\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><h4 class=\"name-event\">Evening Meeting<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item time\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"min-time\">21:00<\/span> -\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"max-time\">22:00<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-img\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><h4 class=\"name-event\">Party &amp; Social Dance<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item time\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"min-time\">22:30<\/span> -\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"max-time\">03:00<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><p class=\"desc\">As long as you want but we start early next day again.<\/p><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-img\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><h4 class=\"name-event\">Sauna<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item time\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"min-time\">00:00<\/span> -\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"max-time\">02:00<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><p class=\"desc\">There is sauna and small pond, take advantage of it.<\/p><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t \t\t\t\t\t\t\t\t \t\t\t\t\t<\/div>\n\t\t\t\t\t \t\t\t\t\t\t\t \t\t\t\t\t<div id=\"event-item-3\" class=\"event-items\">\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"content-tab-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-img\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><h4 class=\"name-event\">Morning Exercise<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item time\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"min-time\">8:30<\/span> -\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"max-time\">9:15<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><p class=\"desc\">Morning mobility and stretch routine to get you going.<\/p><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-img\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><h4 class=\"name-event\">Breakfast<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item time\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"min-time\">9:30<\/span> -\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"max-time\">10:30<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-img\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><h4 class=\"name-event\">Dance Class<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item time\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"min-time\">11:00<\/span> -\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"max-time\">12:30<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><h4 class=\"by\">By Heiko &amp; Larissa<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-img\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><h4 class=\"name-event\">Lunch<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item time\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"min-time\">12:45<\/span> -\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"max-time\">14:00<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-img\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><h4 class=\"name-event\">Dance Class<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item time\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"min-time\">14:30<\/span> -\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"max-time\">16:00<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><h4 class=\"by\">By Arnas &amp; Egl\u0117<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-img\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><h4 class=\"name-event\">Masterclass<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item time\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"min-time\">16:30<\/span> -\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"max-time\">18:00<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><h4 class=\"by\">By Arnas, Egl\u0117, Heiko, Larissa<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><p class=\"desc\">Personal feedback, drills, discussion, coaching, simulation.<\/p><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-img\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><h4 class=\"name-event\">FREE TIME<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item time\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"min-time\">18:00<\/span> -\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"max-time\">19:15<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-img\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><h4 class=\"name-event\">Dinner<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item time\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"min-time\">19:15<\/span> -\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"max-time\">20:30<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-img\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><h4 class=\"name-event\">Evening Meeting<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item time\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"min-time\">21:00<\/span> -\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"max-time\">22:00<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-img\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><h4 class=\"name-event\">Party &amp; Social Dance<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item time\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"min-time\">22:30<\/span> -\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"max-time\">03:00<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><p class=\"desc\">As long as you want!<\/p><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-img\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><h4 class=\"name-event\">Sauna<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item time\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"min-time\">00:00<\/span> -\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"max-time\">02:00<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><p class=\"desc\">There is sauna and small pond, take advantage of it.<\/p><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t \t\t\t\t\t\t\t\t \t\t\t\t\t<\/div>\n\t\t\t\t\t \t\t\t\t\t\t\t \t\t\t\t\t<div id=\"event-item-4\" class=\"event-items\">\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"content-tab-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-img\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><h4 class=\"name-event\">Breakfast<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item time\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"min-time\">09:45<\/span> -\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"max-time\">11:00<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-img\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><h4 class=\"name-event\">Leaving back to Vilnius<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item time\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"min-time\">12:00<\/span> -\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"max-time\">15:00<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row-item\"><p class=\"desc\">There might be some extra activities. There will be a shuttle bus taking you back to Vilnius whenever you need according to your flight.<\/p><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t \t\t\t\t\t\t\t\t \t\t\t\t\t<\/div>\n\t\t\t\t\t \t\t\t\t\t\t\t \t\t\t<\/div>\n\t\t\t\t \t\t\t\t\t<\/div>\n\t\t\t<script>\n\t\t\t\tjQuery(document).ready(function($){\n\t\t\t\t\t$('.event-tab').first().addClass('active');\n\t\t\t\t\t\t$id = $('.event-tab').first().data('key');\n\t\t\t\t\t\t$('.event-tab').parents('.sc_event_schedule').find('#'+$id).show();\n\t\t\t\t\t$('.event-tab').click(function(e){\n\t\t\t\t\t\t$('.event-tab').removeClass('active');\n\t\t\t\t\t\t$(this).addClass('active');\n\t\t\t\t\t\t$data_key = $(this).data('key');\n\t\t\t\t\t\t$(this).parents('.sc_event_schedule').find('.event-items').hide();\n\t\t\t\t\t\t$(this).parents('.sc_event_schedule').find('#'+$data_key).show();\n\n\t\t\t\t\t});\n\t\t\t\t\t\n\t\t\t\t});\n\t\t\t<\/script>\n\t\t[\/vc_column][\/vc_row][vc_row container_width=&#8221;yes&#8221; css=&#8221;.vc_custom_1622494400814{background-color: #ebebeb !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221;][vc_column][vc_row_inner el_class=&#8221;heading-block&#8221;][vc_column_inner][vc_custom_heading text=&#8221;TEACHERS &amp; STAFF&#8221; font_container=&#8221;tag:h2|text_align:center|color:%23000000&#8243; use_theme_fonts=&#8221;yes&#8221; el_class=&#8221;heading-title&#8221;][vc_column_text el_class=&#8221;heading-desc&#8221;]Collegiate Shag enthusiasts, traveling and teaching worldwide, loving jazz and every step of any swing dance[\/vc_column_text][\/vc_column_inner][\/vc_row_inner][vc_row_inner][vc_column_inner el_class=&#8221;noo-member-block&#8221; width=&#8221;1\/2&#8243; offset=&#8221;vc_col-lg-3 vc_col-md-3&#8243;]            <div class=\"noo-member style3\">\n                                    <div class=\"member-avatar\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"2160\" height=\"2160\" src=\"https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/11\/Egle-Nemickaite.jpg\" class=\"attachment-full size-full\" alt=\"Egle Nemickaite\" srcset=\"https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/11\/Egle-Nemickaite.jpg 2160w, https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/11\/Egle-Nemickaite-300x300.jpg 300w, https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/11\/Egle-Nemickaite-1024x1024.jpg 1024w, https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/11\/Egle-Nemickaite-150x150.jpg 150w, https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/11\/Egle-Nemickaite-768x768.jpg 768w, https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/11\/Egle-Nemickaite-1536x1536.jpg 1536w, https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/11\/Egle-Nemickaite-2048x2048.jpg 2048w\" sizes=\"(max-width: 2160px) 100vw, 2160px\" \/>                    <\/div>\n                                <div class=\"member-info\">\n                                            <div class=\"member-info-inner\">\n                            <h3 class=\"team-meta\">Egl\u0117 Nemickait\u0117<\/h3>                            <div class=\"position\">Teacher &amp; Organizer<\/div>\n                                                                                        <div class=\"team-social\">\n                                                                            <a href=\"https:\/\/www.facebook.com\/egle.nemickaite\" target=\"_blank\" rel=\"noopener\"><i class=\"fa fa-facebook\"><\/i><\/a>\n                                                                                                                                                    <a href=\"https:\/\/shag.lt\" target=\"_blank\"><i class=\"fa fa-link\"><\/i><\/a>\n                                                                                                        <\/div>\n                                                    <\/div>\n                                    <\/div>\n            <\/div>\n        [\/vc_column_inner][vc_column_inner el_class=&#8221;noo-member-block&#8221; width=&#8221;1\/2&#8243; offset=&#8221;vc_col-lg-3 vc_col-md-3&#8243;]            <div class=\"noo-member style3\">\n                                    <div class=\"member-avatar\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"1080\" src=\"https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/11\/Larissa-Conrad.jpg\" class=\"attachment-full size-full\" alt=\"Larissa Conrad\" srcset=\"https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/11\/Larissa-Conrad.jpg 1080w, https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/11\/Larissa-Conrad-300x300.jpg 300w, https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/11\/Larissa-Conrad-1024x1024.jpg 1024w, https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/11\/Larissa-Conrad-150x150.jpg 150w, https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/11\/Larissa-Conrad-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/>                    <\/div>\n                                <div class=\"member-info\">\n                                            <div class=\"member-info-inner\">\n                            <h3 class=\"team-meta\">Larissa Heckendorn<\/h3>                            <div class=\"position\">Teacher &amp; Organizer<\/div>\n                                                                                        <div class=\"team-social\">\n                                                                            <a href=\"https:\/\/www.facebook.com\/profile.php?id=100011376009051\" target=\"_blank\" rel=\"noopener\"><i class=\"fa fa-facebook\"><\/i><\/a>\n                                                                                                                                                    <a href=\"https:\/\/www.baseljitterbugs.ch\/\" target=\"_blank\" rel=\"noopener\"><i class=\"fa fa-link\"><\/i><\/a>\n                                                                                                        <\/div>\n                                                    <\/div>\n                                    <\/div>\n            <\/div>\n        [\/vc_column_inner][vc_column_inner el_class=&#8221;noo-member-block&#8221; width=&#8221;1\/2&#8243; offset=&#8221;vc_col-lg-3 vc_col-md-3&#8243;]            <div class=\"noo-member style3\">\n                                    <div class=\"member-avatar\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"1080\" src=\"https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/11\/Arnas-Razgunas.jpg\" class=\"attachment-full size-full\" alt=\"Arnas Razgunas\" srcset=\"https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/11\/Arnas-Razgunas.jpg 1080w, https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/11\/Arnas-Razgunas-300x300.jpg 300w, https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/11\/Arnas-Razgunas-1024x1024.jpg 1024w, https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/11\/Arnas-Razgunas-150x150.jpg 150w, https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/11\/Arnas-Razgunas-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/>                    <\/div>\n                                <div class=\"member-info\">\n                                            <div class=\"member-info-inner\">\n                            <h3 class=\"team-meta\">Arnas Razg\u016bnas<\/h3>                            <div class=\"position\">Teacher &amp; Organizer<\/div>\n                                                                                        <div class=\"team-social\">\n                                                                            <a href=\"https:\/\/www.facebook.com\/arnasrazgunas\" target=\"_blank\" rel=\"noopener\"><i class=\"fa fa-facebook\"><\/i><\/a>\n                                                                                                                                                    <a href=\"https:\/\/shag.lt\" target=\"_blank\"><i class=\"fa fa-link\"><\/i><\/a>\n                                                                                                        <\/div>\n                                                    <\/div>\n                                    <\/div>\n            <\/div>\n        [\/vc_column_inner][vc_column_inner el_class=&#8221;noo-member-block&#8221; width=&#8221;1\/2&#8243; offset=&#8221;vc_col-lg-3 vc_col-md-3&#8243;]            <div class=\"noo-member style3\">\n                                    <div class=\"member-avatar\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"1080\" src=\"https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/11\/Heiko-Heckendorn.jpg\" class=\"attachment-full size-full\" alt=\"Heiko Heckendorn\" srcset=\"https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/11\/Heiko-Heckendorn.jpg 1080w, https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/11\/Heiko-Heckendorn-300x300.jpg 300w, https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/11\/Heiko-Heckendorn-1024x1024.jpg 1024w, https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/11\/Heiko-Heckendorn-150x150.jpg 150w, https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/11\/Heiko-Heckendorn-768x768.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/>                    <\/div>\n                                <div class=\"member-info\">\n                                            <div class=\"member-info-inner\">\n                            <h3 class=\"team-meta\">Heiko Heckendorn<\/h3>                            <div class=\"position\">Teacher &amp; Organizer<\/div>\n                                                                                        <div class=\"team-social\">\n                                                                            <a href=\"https:\/\/www.facebook.com\/heiko.heckendorn\" target=\"_blank\" rel=\"noopener\"><i class=\"fa fa-facebook\"><\/i><\/a>\n                                                                                                                                                    <a href=\"https:\/\/www.baseljitterbugs.ch\/\" target=\"_blank\" rel=\"noopener\"><i class=\"fa fa-link\"><\/i><\/a>\n                                                                                                        <\/div>\n                                                    <\/div>\n                                    <\/div>\n            <\/div>\n        [\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1622494410795{background-color: #ffffff !important;}&#8221;][vc_column]               <div class=\"clients noo-clients-default light-2\" >\n                   <h3 class=\"title_clients\">LOCATION<\/h3>                  <p class=\"sub_title_clients\">Elniakampis, Vilnius region, Lithuania<\/p>                    <div class=\"noo-row\">\n                        <ul class=\"noo-slider-clients light-2  \">\n                                               <li class=\"noo_client_item columns-3\">\n                                                                  <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/07\/Elniakampis-6.jpeg\" class=\"attachment-full size-full\" alt=\"Elniakampis\" srcset=\"https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/07\/Elniakampis-6.jpeg 1024w, https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/07\/Elniakampis-6-300x200.jpeg 300w, https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/07\/Elniakampis-6-768x512.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                                                            <\/li>\n                                                   <li class=\"noo_client_item columns-3\">\n                                                                  <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/07\/Elniakampis-1.jpg\" class=\"attachment-full size-full\" alt=\"Elniakampis\" srcset=\"https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/07\/Elniakampis-1.jpg 1024w, https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/07\/Elniakampis-1-300x200.jpg 300w, https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/07\/Elniakampis-1-768x512.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                                                            <\/li>\n                                                   <li class=\"noo_client_item columns-3\">\n                                                                  <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/07\/Elniakampis-4.jpeg\" class=\"attachment-full size-full\" alt=\"Elniakampis\" srcset=\"https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/07\/Elniakampis-4.jpeg 1024w, https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/07\/Elniakampis-4-300x200.jpeg 300w, https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/07\/Elniakampis-4-768x512.jpeg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                                                            <\/li>\n                                                <\/ul>\n                    <\/div>\n                                    <\/div>\n                          [\/vc_column][\/vc_row][vc_row disable_element=&#8221;yes&#8221;][vc_column]            <div class=\"noo-countdown parallax  style2\" style=\"height: 400px; text-align: center; background-image: url('')\">\n                                                <div class=\"overlay_parallax\" style=\"background-color: #454545\"><\/div>\n                <div class=\"noo-countdown-content\">\n                    <div class=\"container\">\n                          \n                                                                                                    <h2 class=\"title\">Registration to the SHAG CAMP 2020<\/h2>                        <p class=\"description\">Opens January 3rd 12PM EET (GMT +2)<\/p>\n                        <!-- Countdown dashboard start -->\n                        <div class=\"wrap_countdown center \" style=\"float: center\">\n                            <div id=\"DateCountdown\"  data-date=\"2020-01-03 12:00:00\"><\/div>\n                        <\/div>\n                        <!-- Countdown dashboard end -->\n                                            <\/div>\n                <\/div>\n            <\/div>\n            <script type=\"text\/javascript\">\n\n                \n                jQuery(function () {\n                    \n                    \n                    jQuery('.scroll-mouse').click(function(){\n                        var $height_w = jQuery(window).height();\n                        jQuery(\"html, body\").animate({ scrollTop: $height_w }, 700);\n                        return false;\n                    });\n\n                    function parseDate(input, format) {\n                        format = format || 'yyyy-mm-dd'; \/\/ default format\n                        var parts = input.match(\/(\\d+)\/g), \n                          i = 0, fmt = {};\n                        \/\/ extract date-part indexes from the format\n                        format.replace(\/(yyyy|dd|mm)\/g, function(part) { fmt[part] = i++; });\n\n                        return new Date(parts[fmt['yyyy']], parts[fmt['mm']]-1, parts[fmt['dd']]);\n                    }\n\n                    var primary_color = '#f0a441';\n                    var Devent = parseDate(jQuery('#DateCountdown').attr('data-date'));\n                    var Today = jQuery.now();\n\n                    if( Devent > Today ){\n                        jQuery(\"#DateCountdown\").TimeCircles({\n                            \"animation\": \"smooth\",\n                            \"bg_width\": 1,\n                            \"fg_width\": 0.01,\n                            \"circle_bg_color\": \"#fff\",\n                            \"time\": {\n                                \"Days\": {\n                                    \"text\": \"Days\",\n                                    \"color\": primary_color,\n                                    \"show\": true                                },\n                                \"Hours\": {\n                                    \"text\": \"Hours\",\n                                    \"color\": primary_color,\n                                    \"show\": true                                },\n                                \"Minutes\": {\n                                    \"text\": \"Minutes\",\n                                    \"color\": primary_color,\n                                    \"show\": true                                },\n                                \"Seconds\": {\n                                    \"text\": \"Seconds\",\n                                    \"color\": primary_color,\n                                    \"show\": true                                }\n                            }\n                        }).addListener(function(unit, value, total) {\n                            if(total === 0) {\n                                jQuery(\"#DateCountdown\").TimeCircles().stop();\n                                jQuery(\".textDiv_Seconds\").find('span').empty().text('0');\n                            }\n                        });\n                    } else {\n                        jQuery(\"#DateCountdown\").TimeCircles({\n                            \"animation\": \"smooth\",\n                            \"bg_width\": 1,\n                            \"fg_width\": 0.01,\n                            \"circle_bg_color\": \"#fff\",\n                            \"time\": {\n                                \"Days\": {\n                                    \"text\": \"Days\",\n                                    \"color\": \"#fff\",\n                                    \"show\": true                                },\n                                \"Hours\": {\n                                    \"text\": \"Hours\",\n                                    \"color\": \"#fff\",\n                                    \"show\": true                                },\n                                \"Minutes\": {\n                                    \"text\": \"Minutes\",\n                                    \"color\": \"#fff\",\n                                    \"show\": true                                },\n                                \"Seconds\": {\n                                    \"text\": \"Seconds\",\n                                    \"color\": \"#fff\",\n                                    \"show\": true                                }\n                            }\n                        }).stop();\n                        jQuery(\"#DateCountdown\").find('span').empty().text('0');\n                    }\n                    jQuery(window).resize(function(){\n                        jQuery(\"#DateCountdown\").TimeCircles().rebuild();\n                    });\n\n                });\n\n            function getCookie(cname) {\n                var name = cname + \"=\";\n                var ca = document.cookie.split(';');\n                for(var i=0; i<ca.length; i++) {\n                    var c = ca[i];\n                    while (c.charAt(0)==' ') c = c.substring(1);\n                    if (c.indexOf(name) == 0) return c.substring(name.length, c.length);\n                }\n                return \"\";\n            }\n\n            <\/script>\n\n            [\/vc_column][\/vc_row][vc_row container_width=&#8221;yes&#8221; disable_element=&#8221;yes&#8221; css=&#8221;.vc_custom_1623956757398{background-color: #ebebeb !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221; el_id=&#8221;register&#8221;][vc_column el_class=&#8221;block-pricing-table&#8221;]\t\t<div class=\"noo-row\">\n\t\t\t<div class=\"pricing_table style-1\">\n\t\t\t\t<div class=\"block_title\">\n\t\t\t\t\t<h3 class=\"title\">Price &amp; Registration<\/h3> \t\t\t\t\t<p class=\"sub_title\">Accommodation, food and transport to\/from the camp are included in the price and the payment for the Shag Camp is divided in two parts - 50% deposit by bank transfer after confirmation and 50% cash on your arrival day<\/p> \t\t\t\t<\/div>\n\t\t\t\t<div class=\"pricing_table_content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item_content columns-2\">\n\t\t\t\t\t\t\t\t\t<div class=\"item_content_inner\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"item_content_inner_top\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"title\">Full Pass<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h5 class=\"number\">40 spots<\/h5>\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"price\">550 EUR<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<div class=\"item_content_inner_medium\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row\"><h4 class=\"row-item\">At least 13.5 hours of classes<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row\"><h4 class=\"row-item\">Practice &amp; Personal Feedback<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row\"><h4 class=\"row-item\">Social dance every night<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row\"><h4 class=\"row-item\">Accommodation<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row\"><h4 class=\"row-item\">Sauna<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row\"><h4 class=\"row-item\">Food (breakfast, lunch, dinner)<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row\"><h4 class=\"row-item\">Transport to\/from the camp<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t[vc_row_inner][vc_column_inner width=&#8221;1\/3&#8243;][\/vc_column_inner][vc_column_inner width=&#8221;1\/3&#8243;][vc_btn title=&#8221;REGISTER&#8221; style=&#8221;classic&#8221; shape=&#8221;square&#8221; color=&#8221;warning&#8221; size=&#8221;lg&#8221; align=&#8221;center&#8221; button_block=&#8221;true&#8221; link=&#8221;url:https%3A%2F%2Fshag.lt%2Fcamp%2Fregistration%2F&#8221;][\/vc_column_inner][vc_column_inner width=&#8221;1\/3&#8243;][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row container_width=&#8221;yes&#8221; css=&#8221;.vc_custom_1595186771658{background-color: #f6f6f6 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221;][vc_column]               <div class=\"clients noo-clients-default light-2\" >\n                   <h3 class=\"title_clients\">POWERED BY<\/h3>                  <p class=\"sub_title_clients\">Many years experience in organizing local &amp; international events. A collaboration between two professional Swing dance studios \u2013 What a Shag (Lithuania) &amp; Basel Jitterbugs (Switzerland)<\/p>                    <div class=\"noo-row\">\n                        <ul class=\"noo-slider-clients light-2  \">\n                                               <li class=\"noo_client_item columns-3\">\n                                                                      <a target=\"_blank\" href=\"https:\/\/whatajazz.lt\/\" rel=\"noopener\">\n                                           <img loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"1080\" src=\"https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/07\/2.png\" class=\"attachment-full size-full\" alt=\"What a Jazz\" srcset=\"https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/07\/2.png 1080w, https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/07\/2-300x300.png 300w, https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/07\/2-1024x1024.png 1024w, https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/07\/2-150x150.png 150w, https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/07\/2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/>                                       <\/a>\n                                                           <\/li>\n                                                   <li class=\"noo_client_item columns-3\">\n                                                                      <a target=\"_blank\" href=\"https:\/\/shag.lt\">\n                                           <img loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"1080\" src=\"https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/07\/3.png\" class=\"attachment-full size-full\" alt=\"Shageriai\" srcset=\"https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/07\/3.png 1080w, https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/07\/3-300x300.png 300w, https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/07\/3-1024x1024.png 1024w, https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/07\/3-150x150.png 150w, https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/07\/3-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/>                                       <\/a>\n                                                           <\/li>\n                                                   <li class=\"noo_client_item columns-3\">\n                                                                      <a target=\"_blank\" href=\"https:\/\/www.baseljitterbugs.ch\/\" rel=\"noopener\">\n                                           <img loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"1080\" src=\"https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/07\/1.png\" class=\"attachment-full size-full\" alt=\"Basel Jitterbugs\" srcset=\"https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/07\/1.png 1080w, https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/07\/1-300x300.png 300w, https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/07\/1-1024x1024.png 1024w, https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/07\/1-150x150.png 150w, https:\/\/shag.lt\/camp\/wp-content\/uploads\/2020\/07\/1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/>                                       <\/a>\n                                                           <\/li>\n                                                <\/ul>\n                    <\/div>\n                                    <\/div>\n                          [\/vc_column][\/vc_row]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column offset=&#8221;vc_col-xs-12 vc_hidden-xs&#8221;][\/vc_column][\/vc_row][vc_row container_width=&#8221;yes&#8221; css=&#8221;.vc_custom_1622556268028{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221; el_class=&#8221;block-about&#8221; el_id=&#8221;info&#8221;][vc_column][vc_row_inner][vc_column_inner width=&#8221;1\/2&#8243;][vc_single_image image=&#8221;1743&#8243; img_size=&#8221;full&#8221; style=&#8221;vc_box_border&#8221; border_color=&#8221;black&#8221;][\/vc_column_inner][vc_column_inner width=&#8221;1\/2&#8243;][vc_custom_heading text=&#8221;DANCE TRAINING &amp; COACHING CAMP&#8221; font_container=&#8221;tag:h2|font_size:30|text_align:left|color:%23000000&#8243; use_theme_fonts=&#8221;yes&#8221; el_class=&#8221;about-title&#8221;][vc_column_text el_class=&#8221;about-content&#8221;]For intermediate-advanced dancers with confident Collegiate Shag experience and ambition to improve. Classes, practice sessions, lots of personal feedback, discussions and parties. Limited to a small group of 40 enthusiasts, so you can<\/p>\n","protected":false},"author":1,"featured_media":1457,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-full-width.php","meta":{"footnotes":""},"_links":{"self":[{"href":"https:\/\/shag.lt\/camp\/wp-json\/wp\/v2\/pages\/1226"}],"collection":[{"href":"https:\/\/shag.lt\/camp\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/shag.lt\/camp\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/shag.lt\/camp\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/shag.lt\/camp\/wp-json\/wp\/v2\/comments?post=1226"}],"version-history":[{"count":213,"href":"https:\/\/shag.lt\/camp\/wp-json\/wp\/v2\/pages\/1226\/revisions"}],"predecessor-version":[{"id":1887,"href":"https:\/\/shag.lt\/camp\/wp-json\/wp\/v2\/pages\/1226\/revisions\/1887"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/shag.lt\/camp\/wp-json\/wp\/v2\/media\/1457"}],"wp:attachment":[{"href":"https:\/\/shag.lt\/camp\/wp-json\/wp\/v2\/media?parent=1226"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}