                                                                                                                                                                                
                                                                                                                                                                                
html/mod_languages/default.php                                                                      0000444                 00000003675 15242036616 0012470 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?php
/**
 * @package     Joomla.Site
 * @subpackage  mod_languages
 *
 * @copyright   (C) 2016 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;

JHtml::_('stylesheet', 'mod_languages/template.css', array('version' => 'auto', 'relative' => true));
?>
<div class="mod-languages<?php echo $moduleclass_sfx; ?>">
<?php if ($headerText) : ?>
	<div class="pretext"><p><?php echo $headerText; ?></p></div>
<?php endif; ?>

<?php if ($params->get('dropdown', 1)) : ?>
	<form name="lang" method="post" action="<?php echo htmlspecialchars(JUri::current(), ENT_COMPAT, 'UTF-8'); ?>">
	<select class="inputbox" onchange="document.location.replace(this.value);" >
	<?php foreach ($list as $language) : ?>
		<option dir=<?php echo $language->rtl ? '"rtl"' : '"ltr"'; ?> value="<?php echo $language->link; ?>" <?php echo $language->active ? 'selected="selected"' : ''; ?>>
		<?php echo $language->title_native; ?></option>
	<?php endforeach; ?>
	</select>
	</form>
<?php else : ?>
	<ul class="<?php echo $params->get('inline', 1) ? 'lang-inline' : 'lang-block'; ?>">
	<?php foreach ($list as $language) : ?>
		<?php if (!$language->active || $params->get('show_active', 0)) : ?>
			<li class="<?php echo $language->active ? 'lang-active' : ''; ?>" dir="<?php echo $language->rtl ? 'rtl' : 'ltr'; ?>">
			<a href="<?php echo $language->link; ?>">
			<?php if ($params->get('image', 1)) : ?>
				<?php echo JHtml::_('image', 'mod_languages/' . $language->image . '.gif', $language->title_native, array('title' => $language->title_native), true); ?>
			<?php else : ?>
				<?php echo $params->get('full_name', 1) ? $language->title_native : strtoupper($language->sef); ?>
			<?php endif; ?>
			</a>
			</li>
		<?php endif; ?>
	<?php endforeach; ?>
	</ul>
<?php endif; ?>

<?php if ($footerText) : ?>
	<div class="posttext"><p><?php echo $footerText; ?></p></div>
<?php endif; ?>
</div>
                                                                   html/layouts/joomla/system/index.html                                                               0000404                 00000000037 15242036616 0014011 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <!DOCTYPE html><title></title>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 html/layouts/joomla/system/message.php                                                              0000444                 00000001522 15242036616 0014155 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates.beez3
 *
 * @copyright   (C) 2014 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;

$msgList = $displayData['msgList'];

?>
<div id="system-message-container">
	<?php if (is_array($msgList) && $msgList) : ?>
		<dl id="system-message">
			<?php foreach ($msgList as $type => $msgs) : ?>
				<?php if ($msgs) : ?>
					<dt class="<?php echo strtolower($type); ?>"><?php echo JText::_($type); ?></dt>
					<dd class="<?php echo strtolower($type); ?> message">
						<ul>
							<?php foreach ($msgs as $msg) : ?>
								<li><?php echo $msg; ?></li>
							<?php endforeach; ?>
						</ul>
					</dd>
				<?php endif; ?>
			<?php endforeach; ?>
		</dl>
	<?php endif; ?>
</div>
                                                                                                                                                                              html/layouts/joomla/index.html                                                                      0000404                 00000000037 15242036616 0012465 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <!DOCTYPE html><title></title>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 html/layouts/index.html                                                                             0000404                 00000000037 15242036616 0011204 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <!DOCTYPE html><title></title>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 html/modules.php                                                                                    0000444                 00000007012 15242036616 0007674 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates.beez3
 *
 * @copyright   (C) 2010 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;

/**
 * beezDivision chrome.
 *
 * @since   3.0
 */
function modChrome_beezDivision($module, &$params, &$attribs)
{
	$headerLevel = isset($attribs['headerLevel']) ? (int) $attribs['headerLevel'] : 3;
	if (!empty ($module->content)) : ?>
		<div class="moduletable<?php echo htmlspecialchars($params->get('moduleclass_sfx', ''), ENT_COMPAT, 'UTF-8'); ?>">
		<?php if ($module->showtitle) : ?>
			<h<?php echo $headerLevel; ?>><?php echo $module->title; ?></h<?php echo $headerLevel; ?>>
		<?php endif; ?>
		<?php echo $module->content; ?></div>
	<?php endif;
}

/**
 * beezHide chrome.
 *
 * @since   3.0
 */
function modChrome_beezHide($module, &$params, &$attribs)
{
	$headerLevel = isset($attribs['headerLevel']) ? (int) $attribs['headerLevel'] : 3;
	$state = isset($attribs['state']) ? (int) $attribs['state'] : 0;

	if (!empty ($module->content)) { ?>

<div
	class="moduletable_js <?php echo htmlspecialchars($params->get('moduleclass_sfx', ''), ENT_COMPAT, 'UTF-8');?>"><?php if ($module->showtitle) : ?>
<h<?php echo $headerLevel; ?> class="js_heading"> <?php echo $module->title; ?> <a href="#"
	title="<?php echo JText::_('TPL_BEEZ3_CLICK'); ?>"
	onclick="auf('module_<?php echo $module->id; ?>'); return false"
	class="opencloselink" id="link_<?php echo $module->id?>"> <span
	class="no"><img src="templates/beez3/images/plus.png"
	alt="<?php if ($state === 1) { echo JText::_('TPL_BEEZ3_ALTOPEN');} else {echo JText::_('TPL_BEEZ3_ALTCLOSE');} ?>" />
</span></a></h<?php echo $headerLevel; ?>> <?php endif; ?>
<div class="module_content <?php if ($state === 1){echo 'open';} ?>"
	id="module_<?php echo $module->id; ?>" tabindex="-1"><?php echo $module->content; ?></div>
</div>
	<?php }
}

/**
 * beezTabs chrome.
 *
 * @since   3.0
 */
function modChrome_beezTabs($module, $params, $attribs)
{
	$area = isset($attribs['id']) ? (int) $attribs['id'] : '1';
	$area = 'area-'.$area;

	static $modulecount;
	static $modules;

	if ($modulecount < 1)
	{
		$modulecount = count(JModuleHelper::getModules($module->position));
		$modules = array();
	}

	if ($modulecount === 1)
	{
		$temp = new stdClass;
		$temp->content = $module->content;
		$temp->title = $module->title;
		$temp->params = $module->params;
		$temp->id = $module->id;
		$modules[] = $temp;
		// list of moduletitles
		// list of moduletitles
		echo '<div id="'. $area.'" class="tabouter"><ul class="tabs">';

		foreach ($modules as $rendermodule)
		{
			echo '<li class="tab"><a href="#" id="link_'.$rendermodule->id.'" class="linkopen" onclick="tabshow(\'module_'. $rendermodule->id.'\');return false">'.$rendermodule->title.'</a></li>';
		}
		echo '</ul>';
		$counter = 0;
		// modulecontent
		foreach ($modules as $rendermodule)
		{
			$counter ++;

			echo '<div tabindex="-1" class="tabcontent tabopen" id="module_'.$rendermodule->id.'">';
			echo $rendermodule->content;
			if ($counter !== count($modules))
			{
			echo '<a href="#" class="unseen" onclick="nexttab(\'module_'. $rendermodule->id.'\');return false;" id="next_'.$rendermodule->id.'">'.JText::_('TPL_BEEZ3_NEXTTAB').'</a>';
			}
			echo '</div>';
		}
		$modulecount--;
		echo '</div>';
	} else {
		$temp = new stdClass;
		$temp->content = $module->content;
		$temp->params = $module->params;
		$temp->title = $module->title;
		$temp->id = $module->id;
		$modules[] = $temp;
		$modulecount--;
	}
}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      html/com_newsfeeds/categories/default.php                                                           0000444                 00000002501 15242036616 0014614 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?php
/**
 * @package     Joomla.Site
 * @subpackage  com_newsfeeds
 *
 * @copyright   (C) 2012 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;

JHtml::addIncludePath(JPATH_COMPONENT.'/helpers');
JHtml::_('behavior.caption');
?>
<div class="categories-list<?php echo $this->pageclass_sfx;?>">
	<?php if ($this->params->get('show_page_heading')) : ?>
	<h1>
		<?php echo $this->escape($this->params->get('page_heading')); ?>
	</h1>
	<?php endif; ?>

		<?php if ($this->params->get('show_base_description')) : ?>
		<?php // If there is a description in the menu parameters use that. ?>
			<?php if ($this->params->get('categories_description')) : ?>
				<div class="category-desc base-desc">
					<?php echo  JHtml::_('content.prepare', $this->params->get('categories_description'), '', 'com_newsfeeds.categories'); ?>
				</div>
			<?php else : ?>
				<?php // Otherwise get one from the database if it exists. ?>
				<?php if ($this->parent->description) : ?>
					<div class="category-desc base-desc">
						<?php echo JHtml::_('content.prepare', $this->parent->description, '', 'com_newsfeeds.categories'); ?>
					</div>
				<?php endif; ?>
			<?php endif; ?>
		<?php endif; ?>
	<?php echo $this->loadTemplate('items'); ?>
</div>
                                                                                                                                                                                               html/com_newsfeeds/categories/index.html                                                            0000404                 00000000037 15242036616 0014452 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <!DOCTYPE html><title></title>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 html/com_newsfeeds/categories/default_items.php                                                     0000444                 00000003251 15242036616 0016020 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?php
/**
 * @package     Joomla.Site
 * @subpackage  com_newsfeeds
 *
 * @copyright   (C) 2012 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;
$class = ' class="first"';
if ($this->maxLevelcat != 0 && count($this->items[$this->parent->id]) > 0) :
?>
<ul>
<?php foreach ($this->items[$this->parent->id] as $id => $item) : ?>
	<?php
	if ($item->numitems || $this->params->get('show_empty_categories_cat') || count($item->getChildren())) :
	if (!isset($this->items[$this->parent->id][$id + 1]))
	{
		$class = ' class="last"';
	}
	?>
	<li<?php echo $class; ?>>
	<?php $class = ''; ?>
		<span class="item-title"><a href="<?php echo JRoute::_(NewsfeedsHelperRoute::getCategoryRoute($item->id));?>">
			<?php echo $this->escape($item->title); ?></a>
		</span>
		<?php if ($this->params->get('show_subcat_desc_cat') == 1) :?>
		<?php if ($item->description) : ?>
			<div class="category-desc">
				<?php echo JHtml::_('content.prepare', $item->description, '', 'com_newsfeeds.categories'); ?>
			</div>
		<?php endif; ?>
		<?php endif; ?>
		<?php if ($this->params->get('show_cat_items_cat') == 1) : ?>
			<dl class="newsfeed-count"><dt>
				<?php echo JText::_('COM_NEWSFEEDS_CAT_NUM'); ?></dt>
				<dd><?php echo $item->numitems; ?></dd>
			</dl>
		<?php endif; ?>

		<?php if (count($item->getChildren()) > 0) :
			$this->items[$item->id] = $item->getChildren();
			$this->parent = $item;
			$this->maxLevelcat--;
			echo $this->loadTemplate('items');
			$this->parent = $item->getParent();
			$this->maxLevelcat++;
		endif; ?>

	</li>
	<?php endif; ?>
<?php endforeach; ?>
</ul>
<?php endif; ?>
                                                                                                                                                                                                                                                                                                                                                       html/com_newsfeeds/category/default.php                                                             0000444                 00000003147 15242036616 0014313 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?php
/**
 * @package     Joomla.Site
 * @subpackage  com_newsfeeds
 *
 * @copyright   (C) 2012 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;
JHtml::addIncludePath(JPATH_COMPONENT.'/helpers');

JHtml::_('behavior.caption');
?>
<div class="newsfeed-category<?php echo $this->pageclass_sfx;?>">
<?php if ($this->params->get('show_page_heading')) : ?>
<h1>
	<?php echo $this->escape($this->params->get('page_heading')); ?>
</h1>
<?php endif; ?>
<?php if ($this->params->get('show_category_title', 1)) : ?>
<h2>
	<?php echo JHtml::_('content.prepare', $this->category->title, '', 'com_newsfeeds.category.title'); ?>
</h2>
<?php endif; ?>
<?php if ($this->params->get('show_description', 1) || $this->params->def('show_description_image', 1)) : ?>
	<div class="category-desc">
	<?php if ($this->params->get('show_description_image') && $this->category->getParams()->get('image')) : ?>
		<img src="<?php echo $this->category->getParams()->get('image'); ?>"/>
	<?php endif; ?>
	<?php if ($this->category->description && $this->params->get('show_description')) : ?>
		<?php echo JHtml::_('content.prepare', $this->category->description, '', 'com_newsfeeds.category'); ?>
	<?php endif; ?>
	<div class="clr"></div>
	</div>
<?php endif; ?>

<?php echo $this->loadTemplate('items'); ?>

<?php if ($this->maxLevel != 0 && !empty($this->children[$this->category->id])) : ?>
<div class="cat-children">
	<h3><?php echo JText::_('JGLOBAL_SUBCATEGORIES'); ?></h3>
	<?php echo $this->loadTemplate('children'); ?>
</div>
<?php endif; ?>
</div>
                                                                                                                                                                                                                                                                                                                                                                                                                         html/com_newsfeeds/category/index.html                                                              0000404                 00000000037 15242036616 0014142 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <!DOCTYPE html><title></title>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 html/com_newsfeeds/category/default_children.php                                                    0000444                 00000003324 15242036616 0016160 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?php
/**
 * @package     Joomla.Site
 * @subpackage  com_newsfeeds
 *
 * @copyright   (C) 2012 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;

$class = ' class="first"';
if ($this->maxLevel != 0 && count($this->children[$this->category->id]) > 0) :
?>
<ul>
<?php foreach ($this->children[$this->category->id] as $id => $child) : ?>
	<?php
	if ($child->numitems || $this->params->get('show_empty_categories') || count($child->getChildren())) :
	if (!isset($this->children[$this->category->id][$id + 1]))
	{
		$class = ' class="last"';
	}
	?>
	<li<?php echo $class; ?>>
		<?php $class = ''; ?>
			<span class="item-title"><a href="<?php echo JRoute::_(NewsfeedsHelperRoute::getCategoryRoute($child->id));?>">
				<?php echo $this->escape($child->title); ?></a>
			</span>

			<?php if ($this->params->get('show_subcat_desc') == 1) : ?>
			<?php if ($child->description) : ?>
				<div class="category-desc">
					<?php echo JHtml::_('content.prepare', $child->description, '', 'com_newsfeeds.category'); ?>
				</div>
			<?php endif; ?>
			<?php endif; ?>

			<?php if ($this->params->get('show_cat_items') == 1) : ?>
				<dl class="newsfeed-count"><dt>
					<?php echo JText::_('COM_NEWSFEEDS_CAT_NUM'); ?></dt>
					<dd><?php echo $child->numitems; ?></dd>
				</dl>
			<?php endif; ?>

			<?php if (count($child->getChildren()) > 0) :
				$this->children[$child->id] = $child->getChildren();
				$this->category = $child;
				$this->maxLevel--;
				echo $this->loadTemplate('children');
				$this->category = $child->getParent();
				$this->maxLevel++;
			endif; ?>
		</li>
	<?php endif; ?>
	<?php endforeach; ?>
	</ul>
<?php endif;
                                                                                                                                                                                                                                                                                                            html/com_newsfeeds/category/default_items.php                                                       0000444                 00000006245 15242036616 0015516 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?php
/**
 * @package     Joomla.Site
 * @subpackage  com_newsfeeds
 *
 * @copyright   (C) 2012 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;

JHtml::_('behavior.framework');

$n         = count($this->items);
$listOrder = $this->escape($this->state->get('list.ordering'));
$listDirn  = $this->escape($this->state->get('list.direction'));
?>

<?php if (empty($this->items)) : ?>
	<p><?php echo JText::_('COM_NEWSFEEDS_NO_ARTICLES'); ?></p>
<?php else : ?>

<form action="<?php echo htmlspecialchars(JUri::getInstance()->toString(), ENT_COMPAT, 'UTF-8'); ?>" method="post" name="adminForm" id="adminForm">
	<fieldset class="filters">
	<legend class="hidelabeltxt"><?php echo JText::_('JGLOBAL_FILTER_LABEL'); ?></legend>
	<?php if ($this->params->get('show_pagination_limit')) : ?>
		<div class="display-limit">
			<?php echo JText::_('JGLOBAL_DISPLAY_NUM'); ?>&#160;
			<?php echo $this->pagination->getLimitBox(); ?>
		</div>
	<?php endif; ?>
	<input type="hidden" name="filter_order" value="<?php echo $listOrder; ?>" />
	<input type="hidden" name="filter_order_Dir" value="<?php echo $listDirn; ?>" />
	</fieldset>
	<table class="category">
		<?php if ($this->params->get('show_headings') == 1) : ?>
		<thead><tr>
				<th class="item-title" id="tableOrdering">
					<?php echo JHtml::_('grid.sort', 'COM_NEWSFEEDS_FEED_NAME', 'a.name', $listDirn, $listOrder); ?>
				</th>

				<?php if ($this->params->get('show_articles')) : ?>
				<th class="item-num-art" id="tableOrdering2">
					<?php echo JHtml::_('grid.sort', 'COM_NEWSFEEDS_NUM_ARTICLES', 'a.numarticles', $listDirn, $listOrder); ?>
				</th>
				<?php endif; ?>

				<?php if ($this->params->get('show_link')) : ?>
				<th class="item-link" id="tableOrdering3">
					<?php echo JHtml::_('grid.sort', 'COM_NEWSFEEDS_FEED_LINK', 'a.link', $listDirn, $listOrder); ?>
				</th>
				<?php endif; ?>

			</tr>
		</thead>
		<?php endif; ?>

		<tbody>
			<?php foreach ($this->items as $i => $item) : ?>
				<?php if ($this->items[$i]->published == 0) : ?>
					<tr class="system-unpublished cat-list-row<?php echo $i % 2; ?>">
				<?php else: ?>
					<tr class="cat-list-row<?php echo $i % 2; ?>" >
				<?php endif; ?>

				<td class="item-title">
					<a href="<?php echo JRoute::_(NewsFeedsHelperRoute::getNewsfeedRoute($item->slug, $item->catid)); ?>">
						<?php echo $item->name; ?></a>
				</td>

				<?php if ($this->params->get('show_articles')) : ?>
					<td class="item-num-art">
						<?php echo $item->numarticles; ?>
					</td>
				<?php  endif; ?>

				<?php if ($this->params->get('show_link')) : ?>
					<td class="item-link">
						<a href="<?php echo $item->link; ?>"><?php echo $item->link; ?></a>
					</td>
				<?php endif; ?>

					</tr>

			<?php endforeach; ?>

		</tbody>
	</table>

	<?php if ($this->params->get('show_pagination')) : ?>
		<div class="pagination">
		<?php if ($this->params->def('show_pagination_results', 1)) : ?>
			<p class="counter">
				<?php echo $this->pagination->getPagesCounter(); ?>
			</p>
		<?php endif; ?>
		<?php echo $this->pagination->getPagesLinks(); ?>
		</div>
	<?php endif; ?>

</form>
<?php endif; ?>
                                                                                                                                                                                                                                                                                                                                                           html/com_newsfeeds/index.html                                                                       0000404                 00000000037 15242036616 0012325 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <!DOCTYPE html><title></title>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 html/com_contact/categories/default_items.php                                                       0000444                 00000003211 15242036616 0015464 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?php
/**
 * @package     Joomla.Site
 * @subpackage  com_contact
 *
 * @copyright   (C) 2012 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;
$class = ' class="first"';
if ($this->maxLevelcat != 0 && count($this->items[$this->parent->id]) > 0) :
?>
<ul>
<?php foreach ($this->items[$this->parent->id] as $id => $item) : ?>
	<?php
	if ($item->numitems || $this->params->get('show_empty_categories_cat') || count($item->getChildren())) :
	if (!isset($this->items[$this->parent->id][$id + 1]))
	{
		$class = ' class="last"';
	}
	?>
	<li<?php echo $class; ?>>
	<?php $class = ''; ?>
		<span class="item-title"><a href="<?php echo JRoute::_(ContactHelperRoute::getCategoryRoute($item->id));?>">
			<?php echo $this->escape($item->title); ?></a>
		</span>

		<?php if ($this->params->get('show_subcat_desc_cat') == 1) :?>
		<?php if ($item->description) : ?>
			<div class="category-desc">
				<?php echo JHtml::_('content.prepare', $item->description, '', 'com_contact.categories'); ?>
			</div>
		<?php endif; ?>
		<?php endif; ?>

		<?php if ($this->params->get('show_cat_items_cat') == 1) :?>
			<dl><dt>
				<?php echo JText::_('COM_CONTACT_COUNT'); ?></dt>
				<dd><?php echo $item->numitems; ?></dd>
			</dl>
		<?php endif; ?>

		<?php if (count($item->getChildren()) > 0) :
			$this->items[$item->id] = $item->getChildren();
			$this->parent = $item;
			$this->maxLevelcat--;
			echo $this->loadTemplate('items');
			$this->parent = $item->getParent();
			$this->maxLevelcat++;
		endif; ?>

	</li>
	<?php endif; ?>
<?php endforeach; ?>
</ul>
<?php endif; ?>
                                                                                                                                                                                                                                                                                                                                                                                       html/com_contact/categories/index.html                                                              0000404                 00000000037 15242036616 0014122 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <!DOCTYPE html><title></title>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 html/com_contact/categories/default.php                                                             0000444                 00000002447 15242036616 0014275 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?php
/**
 * @package     Joomla.Site
 * @subpackage  com_contact
 *
 * @copyright   (C) 2012 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;

JHtml::addIncludePath(JPATH_COMPONENT.'/helpers');

JHtml::_('behavior.caption');
?>
<div class="categories-list<?php echo $this->pageclass_sfx;?>">
<?php if ($this->params->get('show_page_heading')) : ?>
<h1>
	<?php echo $this->escape($this->params->get('page_heading')); ?>
</h1>
<?php endif; ?>
	<?php if ($this->params->get('show_base_description')) : ?>
	<?php 	//If there is a description in the menu parameters use that; ?>
		<?php if ($this->params->get('categories_description')) : ?>
		<div class="category-desc base-desc">
			<?php echo  JHtml::_('content.prepare', $this->params->get('categories_description'), '', 'com_contact.categories'); ?>
			</div>
		<?php  else: ?>
			<?php //Otherwise get one from the database if it exists. ?>
			<?php  if ($this->parent->description) : ?>
				<div class="category-desc base-desc">
					<?php  echo JHtml::_('content.prepare', $this->parent->description, '', 'com_contact.categories'); ?>
				</div>
			<?php  endif; ?>
		<?php  endif; ?>
	<?php endif; ?>
<?php
echo $this->loadTemplate('items');
?>
</div>
                                                                                                                                                                                                                         html/com_contact/category/default_items.php                                                         0000444                 00000013047 15242036616 0015164 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?php
/**
 * @package     Joomla.Site
 * @subpackage  com_contact
 *
 * @copyright   (C) 2012 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;

JHtml::_('behavior.framework');

$listOrder = $this->escape($this->state->get('list.ordering'));
$listDirn  = $this->escape($this->state->get('list.direction'));
?>
<?php if (empty($this->items)) : ?>
	<p> <?php echo JText::_('COM_CONTACT_NO_CONTACTS'); ?> </p>
<?php else : ?>

<form action="<?php echo htmlspecialchars(JUri::getInstance()->toString()); ?>" method="post" name="adminForm" id="adminForm">
<?php if ($this->params->get('show_pagination_limit')) : ?>
	<fieldset class="filters">
	<legend class="hidelabeltxt"><?php echo JText::_('JGLOBAL_FILTER_LABEL'); ?></legend>

		<div class="display-limit">
			<?php echo JText::_('JGLOBAL_DISPLAY_NUM'); ?>&#160;
			<?php echo $this->pagination->getLimitBox(); ?>
		</div>
	</fieldset>
<?php endif; ?>
	<table class="category">
		<?php if ($this->params->get('show_headings')) : ?>
		<thead><tr>

			<?php if ($this->params->get('show_image_heading')) : ?>
			<th class="item-image">
			</th>
			<?php endif; ?>
			<th class="item-title">
				<?php echo JHtml::_('grid.sort', 'COM_CONTACT_CONTACT_EMAIL_NAME_LABEL', 'a.name', $listDirn, $listOrder); ?>
			</th>
			<?php if ($this->params->get('show_position_headings')) : ?>
			<th class="item-position">
				<?php echo JHtml::_('grid.sort', 'COM_CONTACT_POSITION', 'a.con_position', $listDirn, $listOrder); ?>
			</th>
			<?php endif; ?>
			<?php if ($this->params->get('show_email_headings')) : ?>
			<th class="item-email">
				<?php echo JText::_('JGLOBAL_EMAIL'); ?>
			</th>
			<?php endif; ?>
			<?php if ($this->params->get('show_telephone_headings')) : ?>
			<th class="item-phone">
				<?php echo JText::_('COM_CONTACT_TELEPHONE'); ?>
			</th>
			<?php endif; ?>

			<?php if ($this->params->get('show_mobile_headings')) : ?>
			<th class="item-phone">
				<?php echo JText::_('COM_CONTACT_MOBILE'); ?>
			</th>
			<?php endif; ?>

			<?php if ($this->params->get('show_fax_headings')) : ?>
			<th class="item-phone">
				<?php echo JText::_('COM_CONTACT_FAX'); ?>
			</th>
			<?php endif; ?>

			<?php if ($this->params->get('show_suburb_headings')) : ?>
			<th class="item-suburb">
				<?php echo JHtml::_('grid.sort', 'COM_CONTACT_SUBURB', 'a.suburb', $listDirn, $listOrder); ?>
			</th>
			<?php endif; ?>

			<?php if ($this->params->get('show_state_headings')) : ?>
			<th class="item-state">
				<?php echo JHtml::_('grid.sort', 'COM_CONTACT_STATE', 'a.state', $listDirn, $listOrder); ?>
			</th>
			<?php endif; ?>

			<?php if ($this->params->get('show_country_headings')) : ?>
			<th class="item-state">
				<?php echo JHtml::_('grid.sort', 'COM_CONTACT_COUNTRY', 'a.country', $listDirn, $listOrder); ?>
			</th>
			<?php endif; ?>

			</tr>
		</thead>
		<?php endif; ?>

		<tbody>
			<?php foreach ($this->items as $i => $item) : ?>
				<?php if ($this->items[$i]->published == 0) : ?>
					<tr class="system-unpublished cat-list-row<?php echo $i % 2; ?>">
				<?php else: ?>
					<tr class="cat-list-row<?php echo $i % 2; ?>" >
				<?php endif; ?>

					<?php if ($this->params->get('show_image_heading')) : ?>
						<td class="item-image">
							<?php if ($this->items[$i]->image) : ?>
								<?php echo JHtml::_('image', $this->items[$i]->image, JText::_('COM_CONTACT_IMAGE_DETAILS'), array('class' => 'contact-thumbnail img-thumbnail')); ?>
							<?php endif; ?>
						</td>
					<?php endif; ?>

					<td class="item-title">
						<a href="<?php echo JRoute::_(ContactHelperRoute::getContactRoute($item->slug, $item->catid)); ?>">
							<?php echo $item->name; ?></a>
					</td>

					<?php if ($this->params->get('show_position_headings')) : ?>
						<td class="item-position">
							<?php echo $item->con_position; ?>
						</td>
					<?php endif; ?>

					<?php if ($this->params->get('show_email_headings')) : ?>
						<td class="item-email">
							<?php echo $item->email_to; ?>
						</td>
					<?php endif; ?>

					<?php if ($this->params->get('show_telephone_headings')) : ?>
						<td class="item-phone">
							<?php echo $item->telephone; ?>
						</td>
					<?php endif; ?>

					<?php if ($this->params->get('show_mobile_headings')) : ?>
						<td class="item-phone">
							<?php echo $item->mobile; ?>
						</td>
					<?php endif; ?>

					<?php if ($this->params->get('show_fax_headings')) : ?>
					<td class="item-phone">
						<?php echo $item->fax; ?>
					</td>
					<?php endif; ?>

					<?php if ($this->params->get('show_suburb_headings')) : ?>
					<td class="item-suburb">
						<?php echo $item->suburb; ?>
					</td>
					<?php endif; ?>

					<?php if ($this->params->get('show_state_headings')) : ?>
					<td class="item-state">
						<?php echo $item->state; ?>
					</td>
					<?php endif; ?>

					<?php if ($this->params->get('show_country_headings')) : ?>
					<td class="item-state">
						<?php echo $item->country; ?>
					</td>
					<?php endif; ?>

				</tr>
			<?php endforeach; ?>

		</tbody>
	</table>

	<?php if ($this->params->get('show_pagination')) : ?>
	<div class="pagination">
		<?php if ($this->params->def('show_pagination_results', 1)) : ?>
		<p class="counter">
			<?php echo $this->pagination->getPagesCounter(); ?>
		</p>
		<?php endif; ?>
		<?php echo $this->pagination->getPagesLinks(); ?>
	</div>
	<?php endif; ?>
	<div>
		<input type="hidden" name="filter_order" value="<?php echo $listOrder; ?>" />
		<input type="hidden" name="filter_order_Dir" value="<?php echo $listDirn; ?>" />
	</div>
</form>
<?php endif; ?>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         html/com_contact/category/default.php                                                               0000444                 00000003033 15242036616 0013755 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?php
/**
 * @package     Joomla.Site
 * @subpackage  com_contact
 *
 * @copyright   (C) 2012 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;

?>
<div class="contact-category<?php echo $this->pageclass_sfx;?>">
<?php if ($this->params->get('show_page_heading')) : ?>
<h1>
	<?php echo $this->escape($this->params->get('page_heading')); ?>
</h1>
<?php endif; ?>
<?php if ($this->params->get('show_category_title', 1)) : ?>
<h2>
	<?php echo JHtml::_('content.prepare', $this->category->title, '', 'com_contact.category.title'); ?>
</h2>
<?php endif; ?>
<?php if ($this->params->def('show_description', 1) || $this->params->def('show_description_image', 1)) : ?>
	<div class="category-desc">
	<?php if ($this->params->get('show_description_image') && $this->category->getParams()->get('image')) : ?>
		<img src="<?php echo $this->category->getParams()->get('image'); ?>"/>
	<?php endif; ?>
	<?php if ($this->category->description && $this->params->get('show_description')) : ?>
		<?php echo JHtml::_('content.prepare', $this->category->description, '', 'com_contact.category.description'); ?>
	<?php endif; ?>
	<div class="clr"></div>
	</div>
<?php endif; ?>

<?php echo $this->loadTemplate('items'); ?>

<?php if ($this->maxLevel != 0 && !empty($this->children[$this->category->id])) : ?>
<div class="cat-children">
	<h3><?php echo JText::_('JGLOBAL_SUBCATEGORIES'); ?></h3>
	<?php echo $this->loadTemplate('children'); ?>
</div>
<?php endif; ?>
</div>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     html/com_contact/category/index.html                                                                0000404                 00000000037 15242036616 0013612 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <!DOCTYPE html><title></title>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 html/com_contact/category/default_children.php                                                      0000444                 00000003261 15242036616 0015630 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?php
/**
 * @package     Joomla.Site
 * @subpackage  com_contact
 *
 * @copyright   (C) 2012 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;
$class = ' class="first"';
if ($this->maxLevel != 0 && count($this->children[$this->category->id]) > 0) :
?>
<ul>
<?php foreach ($this->children[$this->category->id] as $id => $child) : ?>
	<?php
	if ($child->numitems || $this->params->get('show_empty_categories') || count($child->getChildren())) :
	if (!isset($this->children[$this->category->id][$id + 1]))
	{
		$class = ' class="last"';
	}
	?>
	<li<?php echo $class; ?>>
		<?php $class = ''; ?>
			<span class="item-title"><a href="<?php echo JRoute::_(ContactHelperRoute::getCategoryRoute($child->id));?>">
				<?php echo $this->escape($child->title); ?></a>
			</span>

			<?php if ($this->params->get('show_subcat_desc') == 1) :?>
			<?php if ($child->description) : ?>
				<div class="category-desc">
					<?php echo JHtml::_('content.prepare', $child->description, '', 'com_contact.category'); ?>
				</div>
			<?php endif; ?>
			<?php endif; ?>

			<?php if ($this->params->get('show_cat_items') == 1) :?>
				<dl><dt>
					<?php echo JText::_('COM_CONTACT_CAT_NUM'); ?></dt>
					<dd><?php echo $child->numitems; ?></dd>
				</dl>
		<?php endif; ?>
			<?php if (count($child->getChildren()) > 0 ) :
				$this->children[$child->id] = $child->getChildren();
				$this->category = $child;
				$this->maxLevel--;
				echo $this->loadTemplate('children');
				$this->category = $child->getParent();
				$this->maxLevel++;
			endif; ?>
		</li>
	<?php endif; ?>
	<?php endforeach; ?>
	</ul>
<?php endif;
                                                                                                                                                                                                                                                                                                                                               html/com_contact/contact/default_links.php                                                          0000444                 00000002467 15242036616 0015005 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?php
/**
 * @package     Joomla.Site
 * @subpackage  com_contact
 *
 * @copyright   (C) 2012 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;

if ($this->params->get('presentation_style') === 'sliders') : ?>
	<?php echo JHtml::_('sliders.panel', JText::_('COM_CONTACT_LINKS'), 'display-links'); ?>
<?php endif; ?>
<?php if ($this->params->get('presentation_style') === 'tabs') : ?>
	<?php echo JHtml::_('tabs.panel', JText::_('COM_CONTACT_LINKS'), 'display-links'); ?>
<?php endif; ?>
<?php if  ($this->params->get('presentation_style') === 'plain'):?>
	<?php echo '<h3>'. JText::_('COM_CONTACT_LINKS').'</h3>'; ?>
<?php endif; ?>

<div class="contact-links">
	<ul class="nav nav-list">
		<?php foreach (range('a', 'e') as $char) :// letters 'a' to 'e'
			$link = $this->contact->params->get('link'.$char);
			$label = $this->contact->params->get('link'.$char.'_name');

			if (!$link) :
				continue;
			endif;

			// Add 'http://' if not present
			$link = (0 === strpos($link, 'http')) ? $link : 'http://'.$link;

			// If no label is present, take the link
			$label = $label ?: $link;
			?>
			<li>
				<a href="<?php echo $link; ?>">
					<?php echo $label; ?>
				</a>
			</li>
		<?php endforeach; ?>
	</ul>
</div>
                                                                                                                                                                                                         html/com_contact/contact/default_articles.php                                                       0000444                 00000001401 15242036616 0015456 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?php
/**
 * @package     Joomla.Site
 * @subpackage  com_contact
 *
 * @copyright   (C) 2012 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;

JLoader::register('ContentHelperRoute', JPATH_SITE . '/components/com_content/helpers/route.php');

?>
<?php if ($this->params->get('show_articles')) : ?>
<div class="contact-articles">

	<ol>
		<?php foreach ($this->item->articles as $article) :	?>
			<li>
				<?php echo JHtml::_('link', JRoute::_(ContentHelperRoute::getArticleRoute($article->slug, $article->catid, $article->language)), htmlspecialchars($article->title, ENT_COMPAT, 'UTF-8')); ?>
			</li>
		<?php endforeach; ?>
	</ol>
</div>
<?php endif; ?>
                                                                                                                                                                                                                                                               html/com_contact/contact/default_profile.php                                                        0000444                 00000002127 15242036616 0015316 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?php
/**
 * @package     Joomla.Site
 * @subpackage  com_contact
 *
 * @copyright   (C) 2012 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;
?>
<?php if (JPluginHelper::isEnabled('user', 'profile')) :
	$fields = $this->item->profile->getFieldset('profile'); ?>
<div class="contact-profile" id="users-profile-custom">
	<dl class="dl-horizontal">
	<?php foreach ($fields as $profile) :
		if ($profile->value) :
			echo '<dt>'.$profile->label.'</dt>';
			$profile->text = htmlspecialchars($profile->value, ENT_COMPAT, 'UTF-8');

			switch ($profile->id) :
				case 'profile_website' :
					$v_http = substr($profile->profile_value, 0, 4);

					if ($v_http === 'http') :
						echo '<dd><a href="'.$profile->text.'">'.$profile->text.'</a></dd>';
					else :
						echo '<dd><a href="http://'.$profile->text.'">'.$profile->text.'</a></dd>';
					endif;
					break;

				default:
					echo '<dd>'.$profile->text.'</dd>';
					break;
			endswitch;
		endif;
	endforeach; ?>
	</dl>
</div>
<?php endif; ?>
                                                                                                                                                                                                                                                                                                                                                                                                                                         html/com_contact/contact/encyclopedia.php                                                           0000444                 00000005601 15242036616 0014611 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates.beez3
 *
 * @copyright   (C) 2012 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;

$cparams = JComponentHelper::getParams('com_media');
?>
<div class="contact<?php echo $this->pageclass_sfx?>">
		<?php $contactLink = ContactHelperRoute::getCategoryRoute($this->contact->catid);?>
		<h3>
			<span class="contact-category"><a href="<?php echo $contactLink; ?>">
				<?php echo $this->escape($this->contact->category_title); ?></a>
			</span>
		</h3>
	<?php if ($this->contact->name && $this->params->get('show_name')) : ?>
		<h2>
			<span class="contact-name"><?php echo $this->contact->name; ?></span>
		</h2>
	<?php endif;  ?>

	<?php echo $this->item->event->afterDisplayTitle; ?>

	<?php echo $this->item->event->beforeDisplayContent; ?>

	<div class="encyclopedia_col1">
		<?php if ($this->contact->image ) : ?>
			<div class="contact-image">
			<?php // We are going to use the contact address field for the main image caption.
				// If we have a caption load the caption behavior. ?>
			<?php if ($this->contact->address)
			{
				JHtml::_('behavior.caption');
			}?>
				<?php echo JHtml::_('image', $this->contact->image, $this->contact->name, array('align' => 'middle', 'class' => 'caption', 'title' => $this->contact->address)); ?>
			</div>
		<?php endif; ?>
	</div>
	<div class="encyclopedia_col2">
		<?php // We are going to use some of the standard content fields in non standard ways. ?>
				<div class="contact-miscinfo">

						<div class="contact-misc">
							<?php echo $this->contact->misc; ?>
						</div>
					</div>


		<?php //Let's use position for the scientific name. ?>
		<?php if ($this->contact->con_position && $this->params->get('show_position')) : ?>
			<p class="contact-position"><?php echo $this->contact->con_position; ?></p>
		<?php endif; ?>
		<?php //Let's use state to put the family name.  ?>
		<?php if ($this->contact->state && $this->params->get('show_state')) : ?>
			<p class="contact-state"><?php echo $this->contact->state; ?></p>
		<?php endif; ?>
		<?php // Let's use country to list the main countries it grows in. ?>
		<?php if ($this->contact->country && $this->params->get('show_country')) : ?>
			<p class="contact-country"><?php echo $this->contact->country; ?></p>
		<?php endif; ?>
	</div>

<div class="clr"> </div>
	<?php  if ($this->params->get('presentation_style') !== 'plain'):?>
		<?php  echo  JHtml::_($this->params->get('presentation_style').'.start', 'contact-slider'); ?>
	<?php endif ?>
<div class="encyclopedia_links">
<?php echo $this->loadTemplate('links'); ?>

</div>
	<?php if ($this->params->get('presentation_style') !== 'plain'):?>
			<?php echo JHtml::_($this->params->get('presentation_style').'.end'); ?>
			<?php endif; ?>
</div>
<?php echo $this->item->event->afterDisplayContent; ?>
                                                                                                                               html/com_contact/contact/default_user_custom_fields.php                                             0000444                 00000003723 15242036616 0017557 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?php
/**
 * @package     Joomla.Site
 * @subpackage  com_contact
 *
 * @copyright   (C) 2016 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;

$params             = $this->params;

$displayGroups      = $params->get('show_user_custom_fields');
$userFieldGroups    = array();
?>

<?php if (!$displayGroups || !$this->contactUser) : ?>
	<?php return; ?>
<?php endif; ?>

<?php foreach ($this->contactUser->jcfields as $field) :?>
	<?php if (!in_array('-1', $displayGroups) && (!$field->group_id || !in_array($field->group_id, $displayGroups))) : ?>
		<?php continue; ?>
	<?php endif; ?>
	<?php if (!array_key_exists($field->group_title, $userFieldGroups)) : ?>
		<?php $userFieldGroups[$field->group_title] = array();?>
	<?php endif; ?>
	<?php $userFieldGroups[$field->group_title][] = $field;?>
<?php endforeach; ?>

<?php foreach ($userFieldGroups as $groupTitle => $fields) :?>
	<?php $id = JApplicationHelper::stringURLSafe($groupTitle); ?>
	<?php if ($this->params->get('presentation_style') === 'sliders') :
		echo JHtml::_('sliders.panel', $groupTitle ?: JText::_('COM_CONTACT_USER_FIELDS'), 'display-' . $id); ?>
	<?php endif; ?>
	<?php if ($this->params->get('presentation_style') === 'tabs') : ?>
		<?php echo JHtml::_('tabs.panel', $groupTitle ?: JText::_('COM_CONTACT_USER_FIELDS'), 'display-' . $id); ?>
	<?php endif; ?>
	<?php if ($this->params->get('presentation_style') === 'plain'):?>
		<?php echo '<h3>' . ($groupTitle ?: JText::_('COM_CONTACT_USER_FIELDS')) . '</h3>'; ?>
	<?php endif; ?>

	<div class="contact-profile" id="user-custom-fields-<?php echo $id; ?>">
		<dl class="dl-horizontal">
		<?php foreach ($fields as $field) :?>
			<?php if (!$field->value) : ?>
				<?php continue; ?>
			<?php endif; ?>

			<?php echo '<dt>' . $field->label . '</dt>'; ?>
			<?php echo '<dd>' . $field->value . '</dd>'; ?>
		<?php endforeach; ?>
		</dl>
	</div>

<?php endforeach; ?>
                                             html/com_contact/contact/default_address.php                                                        0000444                 00000007025 15242036616 0015305 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?php
/**
 * @package     Joomla.Site
 * @subpackage  com_contact
 *
 * @copyright   (C) 2012 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;

/* marker_class: Class based on the selection of text, none, or icons
 * jicon-text, jicon-none, jicon-icon
 */
?>
<dl class="contact-address dl-horizontal">
<?php if (($this->contact->address || $this->contact->suburb  || $this->contact->state || $this->contact->country || $this->contact->postcode) && ($addressCheck = $this->params->get('address_check') > 0)) : ?>
	<?php if ($addressCheck === true) : ?>
	<dt>
		<span class="<?php echo $this->params->get('marker_class'); ?>" >
			<?php echo $this->params->get('marker_address'); ?>
		</span>
	</dt>
	<dd>
	<address>
	<?php endif; ?>
	<?php if ($this->contact->address && $this->params->get('show_street_address')) : ?>
		<span class="contact-street">
			<?php echo nl2br($this->contact->address); ?>
		</span>
	<?php endif; ?>
	<?php if ($this->contact->suburb && $this->params->get('show_suburb')) : ?>
		<span class="contact-suburb">
			<?php echo $this->contact->suburb; ?>
		</span>
	<?php endif; ?>
	<?php if ($this->contact->state && $this->params->get('show_state')) : ?>
		<span class="contact-state">
			<?php echo $this->contact->state; ?>
		</span>
	<?php endif; ?>
	<?php if ($this->contact->postcode && $this->params->get('show_postcode')) : ?>
		<span class="contact-postcode">
			<?php echo $this->contact->postcode; ?>
		</span>
	<?php endif; ?>
	<?php if ($this->contact->country && $this->params->get('show_country')) : ?>
		<span class="contact-country">
			<?php echo $this->contact->country; ?>
		</span>
	<?php endif; ?>
<?php endif; ?>
<?php if ($this->params->get('address_check') > 0) : ?>
	</address>
	</dd>
<?php endif; ?>

<?php if ($this->contact->email_to && $this->params->get('show_email')) : ?>
	<dt>
		<span class="<?php echo $this->params->get('marker_class'); ?>" >
			<?php echo $this->params->get('marker_email'); ?>
		</span>
	</dt>
	<dd>
		<span class="contact-emailto">
			<?php echo $this->contact->email_to; ?>
		</span>
	</dd>
<?php endif; ?>

<?php if ($this->contact->telephone && $this->params->get('show_telephone')) : ?>
	<dt>
		<span class="<?php echo $this->params->get('marker_class'); ?>" >
			<?php echo $this->params->get('marker_telephone'); ?>
		</span>
	</dt>
	<dd>
		<span class="contact-telephone">
			<?php echo nl2br($this->contact->telephone); ?>
		</span>
	</dd>
<?php endif; ?>
<?php if ($this->contact->fax && $this->params->get('show_fax')) : ?>
	<dt>
		<span class="<?php echo $this->params->get('marker_class'); ?>" >
			<?php echo $this->params->get('marker_fax'); ?>
		</span>
	</dt>
	<dd>
		<span class="contact-fax">
		<?php echo nl2br($this->contact->fax); ?>
		</span>
	</dd>
<?php endif; ?>
<?php if ($this->contact->mobile && $this->params->get('show_mobile')) :?>
	<dt>
		<span class="<?php echo $this->params->get('marker_class'); ?>" >
			<?php echo $this->params->get('marker_mobile'); ?>
		</span>
	</dt>
	<dd>
		<span class="contact-mobile">
			<?php echo nl2br($this->contact->mobile); ?>
		</span>
	</dd>
<?php endif; ?>
<?php if ($this->contact->webpage && $this->params->get('show_webpage')) : ?>
	<dt>
		<span class="<?php echo $this->params->get('marker_class'); ?>" >
		</span>
	</dt>
	<dd>
		<span class="contact-webpage">
			<a href="<?php echo $this->contact->webpage; ?>" target="_blank" rel="noopener noreferrer">
			<?php echo $this->contact->webpage; ?></a>
		</span>
	</dd>
<?php endif; ?>
</dl>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           html/com_contact/contact/default_form.php                                                           0000444                 00000006363 15242036616 0014627 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?php
/**
 * @package     Joomla.Site
 * @subpackage  com_contact
 *
 * @copyright   (C) 2012 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;

JHtml::_('behavior.keepalive');
JHtml::_('behavior.formvalidation');

if (isset($this->error)) : ?>
	<div class="contact-error">
		<?php echo $this->error; ?>
	</div>
<?php endif; ?>

<div class="contact-form">
	<form id="contact-form" action="<?php echo JRoute::_('index.php'); ?>" method="post" class="form-validate form-horizontal">
		<fieldset>
			<legend><?php echo JText::_('COM_CONTACT_FORM_LABEL'); ?></legend>
			<div class="control-group">
				<div class="control-label"><?php echo $this->form->getLabel('contact_name'); ?></div>
				<div class="controls"><?php echo $this->form->getInput('contact_name'); ?></div>
			</div>
			<div class="control-group">
				<div class="control-label"><?php echo $this->form->getLabel('contact_email'); ?></div>
				<div class="controls"><?php echo $this->form->getInput('contact_email'); ?></div>
			</div>
			<div class="control-group">
				<div class="control-label"><?php echo $this->form->getLabel('contact_subject'); ?></div>
				<div class="controls"><?php echo $this->form->getInput('contact_subject'); ?></div>
			</div>
			<div class="control-group">
				<div class="control-label"><?php echo $this->form->getLabel('contact_message'); ?></div>
				<div class="controls"><?php echo $this->form->getInput('contact_message'); ?></div>
			</div>
				<?php if ($this->params->get('show_email_copy', 0)){ ?>
					<div class="control-group">
						<div class="control-label"><?php echo $this->form->getLabel('contact_email_copy'); ?></div>
						<div class="controls"><?php echo $this->form->getInput('contact_email_copy'); ?></div>
					</div>
				<?php } ?>
			<?php //Dynamically load any additional fields from plugins. ?>
				<?php foreach ($this->form->getFieldsets() as $fieldset) : ?>
					<?php if ($fieldset->name !== 'contact'):?>
						<?php $fields = $this->form->getFieldset($fieldset->name);?>
						<?php foreach ($fields as $field) : ?>
							<div class="control-group">
								<?php if ($field->hidden) : ?>
									<div class="controls">
									 <?php echo $field->input;?>
									</div>
								<?php else:?>
									<div class="control-label">
										<?php echo $field->label; ?>
										<?php if (!$field->required && $field->type !== 'Spacer') : ?>
											<span class="optional"><?php echo JText::_('COM_CONTACT_OPTIONAL');?></span>
										<?php endif; ?>
									</div>
									<div class="controls"><?php echo $field->input;?></div>
								<?php endif;?>
							</div>
						<?php endforeach;?>
					<?php endif ?>
				<?php endforeach;?>
				<div class="form-actions"><button class="btn btn-primary validate" type="submit"><?php echo JText::_('COM_CONTACT_CONTACT_SEND'); ?></button>
					<input type="hidden" name="option" value="com_contact" />
					<input type="hidden" name="task" value="contact.submit" />
					<input type="hidden" name="return" value="<?php echo $this->return_page;?>" />
					<input type="hidden" name="id" value="<?php echo $this->contact->slug; ?>" />
					<?php echo JHtml::_('form.token'); ?>
				</div>
		</fieldset>
	</form>
</div>
                                                                                                                                                                                                                                                                             html/com_contact/contact/default.php                                                                0000444                 00000016374 15242036616 0013607 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?php
/**
 * @package     Joomla.Site
 * @subpackage  com_contact
 *
 * @copyright   (C) 2012 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;

$cparams = JComponentHelper::getParams('com_media');
?>

<div class="contact<?php echo $this->pageclass_sfx?>">
	<?php if ($this->params->get('show_page_heading')) : ?>
		<h1>
			<?php echo $this->escape($this->params->get('page_heading')); ?>
		</h1>
	<?php endif; ?>
	<?php if ($this->contact->name && $this->params->get('show_name')) : ?>
		<div class="page-header">
			<h2>
				<span class="contact-name"><?php echo $this->contact->name; ?></span>
			</h2>
		</div>
	<?php endif;  ?>
	<?php if ($this->params->get('show_contact_category') === 'show_no_link') : ?>
		<h3>
			<span class="contact-category"><?php echo $this->contact->category_title; ?></span>
		</h3>
	<?php endif; ?>
	<?php if ($this->params->get('show_contact_category') === 'show_with_link') : ?>
		<?php $contactLink = ContactHelperRoute::getCategoryRoute($this->contact->catid);?>
		<h3>
			<span class="contact-category"><a href="<?php echo $contactLink; ?>">
				<?php echo $this->escape($this->contact->category_title); ?></a>
			</span>
		</h3>
	<?php endif; ?>

	<?php echo $this->item->event->afterDisplayTitle; ?>

	<?php if ($this->params->get('show_contact_list') && count($this->contacts) > 1) : ?>
		<form action="#" method="get" name="selectForm" id="selectForm">
			<label for="select_contact"><?php echo JText::_('COM_CONTACT_SELECT_CONTACT'); ?></label>
			<?php echo JHtml::_('select.genericlist', $this->contacts, 'select_contact', 'class="inputbox" onchange="document.location.href = this.value"', 'link', 'name', $this->contact->link); ?>
		</form>
	<?php endif; ?>

	<?php if (!empty($this->item->tags->itemTags) && $this->params->get('show_tags', 1)) : ?>
		<?php $this->item->tagLayout = new JLayoutFile('joomla.content.tags'); ?>
		<?php echo $this->item->tagLayout->render($this->item->tags->itemTags); ?>
	<?php endif; ?>

	<?php echo $this->item->event->beforeDisplayContent; ?>

	<?php  if ($this->params->get('presentation_style') === 'sliders') : ?>
		<?php echo JHtml::_('sliders.start', 'panel-sliders', array('useCookie' => '1')); ?>
		<?php echo JHtml::_('sliders.panel', JText::_('COM_CONTACT_DETAILS'), 'basic-details'); ?>
	<?php endif; ?>
	<?php  if ($this->params->get('presentation_style') === 'tabs') : ?>
		<?php echo JHtml::_('tabs.start', 'tabs', array('useCookie' => '1')); ?>
		<?php echo JHtml::_('tabs.panel', JText::_('COM_CONTACT_DETAILS'), 'basic-details'); ?>

	<?php endif; ?>
	<?php if ($this->params->get('presentation_style') === 'plain'):?>
		<?php  echo '<h3>' . JText::_('COM_CONTACT_DETAILS') . '</h3>';  ?>
	<?php endif; ?>

	<?php if ($this->contact->image && $this->params->get('show_image')) : ?>
		<div class="thumbnail pull-right">
			<?php echo JHtml::_('image', $this->contact->image, htmlspecialchars($this->contact->name,  ENT_QUOTES, 'UTF-8'), array('style' => 'vertical-align: middle;')); ?>
		</div>
	<?php endif; ?>

	<?php if ($this->contact->con_position && $this->params->get('show_position')) : ?>
		<dl class="contact-position dl-horizontal">
		<dt><?php echo JText::_('COM_CONTACT_POSITION'); ?>:</dt>
			<dd>
				<?php echo $this->contact->con_position; ?>
			</dd>
		</dl>
	<?php endif; ?>

	<?php echo $this->loadTemplate('address'); ?>

	<?php if ($this->params->get('allow_vcard')) :	?>
		<?php echo JText::_('COM_CONTACT_DOWNLOAD_INFORMATION_AS');?>
			<a href="<?php echo JRoute::_('index.php?option=com_contact&amp;view=contact&amp;id='.$this->contact->id . '&amp;format=vcf'); ?>">
			<?php echo JText::_('COM_CONTACT_VCARD');?></a>
	<?php endif; ?>

	<?php if (($this->contact->email_to || $this->contact->user_id) && $this->params->get('show_email_form')) : ?>

		<?php if ($this->params->get('presentation_style') === 'sliders') : ?>
			<?php echo JHtml::_('sliders.panel', JText::_('COM_CONTACT_EMAIL_FORM'), 'display-form'); ?>
		<?php endif; ?>
		<?php if ($this->params->get('presentation_style') === 'tabs') : ?>
			<?php echo JHtml::_('tabs.panel', JText::_('COM_CONTACT_EMAIL_FORM'), 'display-form'); ?>
		<?php endif; ?>
		<?php if ($this->params->get('presentation_style') === 'plain'):?>
			<?php  echo '<h3>'. JText::_('COM_CONTACT_EMAIL_FORM').'</h3>';  ?>
		<?php endif; ?>
		<?php  echo $this->loadTemplate('form');  ?>

	<?php endif; ?>

	<?php if ($this->params->get('show_links')) : ?>
		<?php echo $this->loadTemplate('links'); ?>
	<?php endif; ?>

	<?php if ($this->contact->user_id && $this->contact->articles && $this->params->get('show_articles')) : ?>

		<?php if ($this->params->get('presentation_style') === 'sliders') :
			echo JHtml::_('sliders.panel', JText::_('JGLOBAL_ARTICLES'), 'display-articles'); ?>
		<?php endif; ?>
		<?php if ($this->params->get('presentation_style') === 'tabs') : ?>
			<?php echo JHtml::_('tabs.panel', JText::_('JGLOBAL_ARTICLES'), 'display-articles'); ?>
		<?php endif; ?>
		<?php if  ($this->params->get('presentation_style') === 'plain'):?>
			<?php echo '<h3>'. JText::_('JGLOBAL_ARTICLES').'</h3>'; ?>
		<?php endif; ?>

		<?php echo $this->loadTemplate('articles'); ?>

	<?php endif; ?>

	<?php if ($this->contact->user_id && $this->params->get('show_profile') && JPluginHelper::isEnabled('user', 'profile')) : ?>

		<?php if ($this->params->get('presentation_style') === 'sliders') :
			echo JHtml::_('sliders.panel', JText::_('COM_CONTACT_PROFILE'), 'display-profile'); ?>
		<?php endif; ?>
		<?php if ($this->params->get('presentation_style') === 'tabs') : ?>
			<?php echo JHtml::_('tabs.panel', JText::_('COM_CONTACT_PROFILE'), 'display-profile'); ?>
		<?php endif; ?>
		<?php if ($this->params->get('presentation_style') === 'plain'):?>
			<?php echo '<h3>'. JText::_('COM_CONTACT_PROFILE').'</h3>'; ?>
		<?php endif; ?>

		<?php echo $this->loadTemplate('profile'); ?>

	<?php endif; ?>

	<?php if ($this->contactUser && $this->params->get('show_user_custom_fields')) : ?>
		<?php echo $this->loadTemplate('user_custom_fields'); ?>
	<?php endif; ?>

	<?php if ($this->contact->misc && $this->params->get('show_misc')) : ?>

		<?php if ($this->params->get('presentation_style') === 'sliders') :
			echo JHtml::_('sliders.panel', JText::_('COM_CONTACT_OTHER_INFORMATION'), 'display-misc'); ?>
		<?php endif; ?>
		<?php if ($this->params->get('presentation_style') === 'tabs') : ?>
			<?php echo JHtml::_('tabs.panel', JText::_('COM_CONTACT_OTHER_INFORMATION'), 'display-misc'); ?>
		<?php endif; ?>
		<?php if ($this->params->get('presentation_style') === 'plain'):?>
			<?php echo '<h3>'. JText::_('COM_CONTACT_OTHER_INFORMATION').'</h3>'; ?>
		<?php endif; ?>

		<div class="contact-miscinfo">
			<dl class="dl-horizontal">
				<dt>
					<span class="<?php echo $this->params->get('marker_class'); ?>">
						<?php echo $this->params->get('marker_misc'); ?>
					</span>
				</dt>
				<dd>
					<span class="contact-misc">
						<?php echo $this->contact->misc; ?>
					</span>
				</dd>
			</dl>
		</div>
	<?php endif; ?>

	<?php if ($this->params->get('presentation_style') === 'sliders') : ?>
		<?php echo JHtml::_('sliders.end'); ?>
	<?php elseif ($this->params->get('presentation_style') === 'tabs') : ?>
		<?php echo JHtml::_('tabs.end'); ?>
	<?php endif; ?>

	<?php echo $this->item->event->afterDisplayContent; ?>
</div>
                                                                                                                                                                                                                                                                    html/com_contact/contact/index.html                                                                 0000404                 00000000037 15242036616 0013430 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <!DOCTYPE html><title></title>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 html/com_contact/index.html                                                                         0000404                 00000000037 15242036616 0011775 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <!DOCTYPE html><title></title>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 html/com_weblinks/categories/index.html                                                             0000404                 00000000037 15242036616 0014305 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <!DOCTYPE html><title></title>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 html/com_weblinks/categories/default_items.php                                                      0000444                 00000003247 15242036616 0015660 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?php
/**
 * @package     Joomla.Site
 * @subpackage  com_weblinks
 *
 * @copyright   (C) 2012 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;

$class = ' class="first"';
if ($this->maxLevelcat != 0 && count($this->items[$this->parent->id]) > 0) :
?>
<ul>
<?php foreach ($this->items[$this->parent->id] as $id => $item) : ?>
	<?php
	if ($item->numitems || $this->params->get('show_empty_categories_cat') || count($item->getChildren())) :
	if (!isset($this->items[$this->parent->id][$id + 1]))
	{
		$class = ' class="last"';
	}
	?>
	<li<?php echo $class; ?>>
	<?php $class = ''; ?>
		<span class="item-title"><a href="<?php echo JRoute::_(WeblinksHelperRoute::getCategoryRoute($item->id)); ?>">
			<?php echo $this->escape($item->title); ?></a>
		</span>
		<?php if ($this->params->get('show_subcat_desc_cat') == 1) : ?>
		<?php if ($item->description) : ?>
			<div class="category-desc">
				<?php echo JHtml::_('content.prepare', $item->description, '', 'com_weblinks.categories'); ?>
			</div>
		<?php endif; ?>
		<?php endif; ?>
		<?php if ($this->params->get('show_cat_num_links_cat') == 1) : ?>
			<dl class="weblink-count"><dt>
				<?php echo JText::_('COM_WEBLINKS_NUM'); ?></dt>
				<dd><?php echo $item->numitems; ?></dd>
			</dl>
		<?php endif; ?>

		<?php if (count($item->getChildren()) > 0) :
			$this->items[$item->id] = $item->getChildren();
			$this->parent = $item;
			$this->maxLevelcat--;
			echo $this->loadTemplate('items');
			$this->parent = $item->getParent();
			$this->maxLevelcat++;
		endif; ?>

	</li>
	<?php endif; ?>
<?php endforeach; ?>
</ul>
<?php endif; ?>
                                                                                                                                                                                                                                                                                                                                                         html/com_weblinks/categories/default.php                                                            0000444                 00000002450 15242036616 0014452 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?php
/**
 * @package     Joomla.Site
 * @subpackage  com_weblinks
 *
 * @copyright   (C) 2012 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;

JHtml::addIncludePath(JPATH_COMPONENT.'/helpers');
JHtml::_('behavior.caption');
?>
<div class="categories-list<?php echo $this->pageclass_sfx;?>">
<?php if ($this->params->get('show_page_heading')) : ?>
<h1>
	<?php echo $this->escape($this->params->get('page_heading')); ?>
</h1>
<?php endif; ?>

<?php if ($this->params->get('show_base_description')) : ?>
	<?php 	//If there is a description in the menu parameters use that; ?>
		<?php if ($this->params->get('categories_description')) : ?>
			<div class="category-desc base-desc">
			<?php echo JHtml::_('content.prepare', $this->params->get('categories_description'), '', 'com_weblinks.categories'); ?>
			</div>
		<?php  else: ?>
			<?php //Otherwise get one from the database if it exists. ?>
			<?php  if ($this->parent->description) : ?>
				<div class="category-desc base-desc">
					<?php echo JHtml::_('content.prepare', $this->parent->description, '', 'com_weblinks.categories'); ?>
				</div>
			<?php  endif; ?>
		<?php  endif; ?>
	<?php endif; ?>
<?php
echo $this->loadTemplate('items');
?>
</div>
                                                                                                                                                                                                                        html/com_weblinks/index.html                                                                        0000404                 00000000037 15242036616 0012160 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <!DOCTYPE html><title></title>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 html/com_weblinks/form/index.html                                                                   0000404                 00000000037 15242036616 0013123 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <!DOCTYPE html><title></title>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 html/com_weblinks/form/edit.php                                                                     0000444                 00000007120 15242036616 0012570 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?php
/**
 * @package     Joomla.Site
 * @subpackage  com_weblinks
 *
 * @copyright   (C) 2012 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;

JHtml::_('behavior.keepalive');
JHtml::_('behavior.formvalidation');

// Create shortcut to parameters.
$params = $this->state->get('params');
?>

<script type="text/javascript">
	Joomla.submitbutton = function(task)
	{
		if (task === 'weblink.cancel' || document.formvalidator.isValid(document.getElementById('adminForm')))
		{
			<?php echo $this->form->getField('description')->save(); ?>
			Joomla.submitform(task);
		}
	}
</script>
<div class="edit<?php echo $this->pageclass_sfx; ?>">
	<?php if ($this->params->get('show_page_heading')) : ?>
	<h1>
		<?php echo $this->escape($this->params->get('page_heading')); ?>
	</h1>
	<?php endif; ?>
	<form action="<?php echo JRoute::_('index.php?option=com_weblinks&view=form&w_id='.(int) $this->item->id); ?>" method="post" name="adminForm" id="adminForm" class="form-validate form-vertical">
		<div class="btn-toolbar">
			<div class="btn-group">
				<button type="button" class="btn btn-primary" onclick="Joomla.submitbutton('weblink.save')">
					<span class="icon-ok" aria-hidden="true"></span> <?php echo JText::_('JSAVE') ?>
				</button>
			</div>
			<div class="btn-group">
				<button type="button" class="btn" onclick="Joomla.submitbutton('weblink.cancel')">
					<span class="icon-cancel" aria-hidden="true"></span> <?php echo JText::_('JCANCEL') ?>
				</button>
			</div>
		</div>

		<hr class="hr-condensed" />
		<div class="control-group">
			<div class="control-label">
				<?php echo $this->form->getLabel('title'); ?>
			</div>
			<div class="controls">
				<?php echo $this->form->getInput('title'); ?>
			</div>
		</div>
		<div class="control-group">
			<div class="control-label">
				<?php echo $this->form->getLabel('alias'); ?>
			</div>
			<div class="controls">
				<?php echo $this->form->getInput('alias'); ?>
			</div>
		</div>
		<div class="control-group">
			<div class="control-label">
				<?php echo $this->form->getLabel('catid'); ?>
			</div>
			<div class="controls">
				<?php echo $this->form->getInput('catid'); ?>
			</div>
		</div>
		<div class="control-group">
			<div class="control-label">
				<?php echo $this->form->getLabel('tags'); ?>
			</div>
			<div class="controls">
				<?php echo $this->form->getInput('tags'); ?>
			</div>
		</div>
		<div class="control-group">
			<div class="control-label">
				<?php echo $this->form->getLabel('url'); ?>
			</div>
			<div class="controls">
				<?php echo $this->form->getInput('url'); ?>
			</div>
		</div>
		<?php if ($this->user->authorise('core.edit.state', 'com_weblinks.weblink')) : ?>
			<div class="control-group">
				<div class="control-label">
					<?php echo $this->form->getLabel('state'); ?>
				</div>
				<div class="controls">
					<?php echo $this->form->getInput('state'); ?>
				</div>
			</div>
		<?php endif; ?>
		<div class="control-group">
			<div class="control-label">
				<?php echo $this->form->getLabel('language'); ?>
			</div>
			<div class="controls">
				<?php echo $this->form->getInput('language'); ?>
			</div>
		</div>
		<div class="control-group">
			<div class="control-label">
				<?php echo $this->form->getLabel('description'); ?>
			</div>
			<div class="controls">
				<?php echo $this->form->getInput('description'); ?>
			</div>
		</div>

		<input type="hidden" name="return" value="<?php echo $this->return_page;?>" />
		<input type="hidden" name="task" value="" />
		<?php echo JHtml::_('form.token'); ?>
	</form>
</div>
                                                                                                                                                                                                                                                                                                                                                                                                                                                html/com_weblinks/category/default_children.php                                                     0000444                 00000003321 15242036616 0016010 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?php
/**
 * @package     Joomla.Site
 * @subpackage  com_weblinks
 *
 * @copyright   (C) 2012 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;

$class = ' class="first"';
if ($this->maxLevel != 0 && count($this->children[$this->category->id]) > 0) :
?>
<ul>
<?php foreach ($this->children[$this->category->id] as $id => $child) : ?>
	<?php
	if ($child->numitems || $this->params->get('show_empty_categories') || count($child->getChildren())) :
	if (!isset($this->children[$this->category->id][$id + 1]))
	{
		$class = ' class="last"';
	}
	?>
	<li<?php echo $class; ?>>
		<?php $class = ''; ?>
			<span class="item-title"><a href="<?php echo JRoute::_(WeblinksHelperRoute::getCategoryRoute($child->id)); ?>">
				<?php echo $this->escape($child->title); ?></a>
			</span>

			<?php if ($this->params->get('show_subcat_desc') == 1) : ?>
			<?php if ($child->description) : ?>
				<div class="category-desc">
					<?php echo JHtml::_('content.prepare', $child->description, '', 'com_weblinks.category'); ?>
				</div>
			<?php endif; ?>
			<?php endif; ?>

			<?php if ($this->params->get('show_cat_num_links') == 1) : ?>
				<dl class="weblink-count"><dt>
					<?php echo JText::_('COM_WEBLINKS_NUM'); ?></dt>
					<dd><?php echo $child->numitems; ?></dd>
				</dl>
			<?php endif; ?>

			<?php if (count($child->getChildren()) > 0 ) :
				$this->children[$child->id] = $child->getChildren();
				$this->category = $child;
				$this->maxLevel--;
				echo $this->loadTemplate('children');
				$this->category = $child->getParent();
				$this->maxLevel++;
			endif; ?>
		</li>
	<?php endif; ?>
	<?php endforeach; ?>
	</ul>
<?php endif;
                                                                                                                                                                                                                                                                                                               html/com_weblinks/category/index.html                                                               0000404                 00000000037 15242036616 0013775 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <!DOCTYPE html><title></title>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 html/com_weblinks/category/default.php                                                              0000444                 00000003143 15242036616 0014142 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?php
/**
 * @package     Joomla.Site
 * @subpackage  com_weblinks
 *
 * @copyright   (C) 2012 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;

JHtml::addIncludePath(JPATH_COMPONENT.'/helpers');
JHtml::_('behavior.caption');
?>
<div class="weblink-category<?php echo $this->pageclass_sfx;?>">
<?php if ($this->params->get('show_page_heading')) : ?>
<h1>
	<?php echo $this->escape($this->params->get('page_heading')); ?>
</h1>
<?php endif; ?>
<?php if ($this->params->get('show_category_title', 1)) : ?>
<h2>
	<?php echo JHtml::_('content.prepare', $this->category->title, '', 'com_weblinks.category.title'); ?>
</h2>
<?php endif; ?>
<?php if ($this->params->get('show_description', 1) || $this->params->def('show_description_image', 1)) : ?>
	<div class="category-desc">
	<?php if ($this->params->get('show_description_image') && $this->category->getParams()->get('image')) : ?>
		<img src="<?php echo $this->category->getParams()->get('image'); ?>"/>
	<?php endif; ?>
	<?php if ($this->category->description && $this->params->get('show_description')) : ?>
		<?php echo JHtml::_('content.prepare', $this->category->description, '', 'com_weblinks.category'); ?>
	<?php endif; ?>
	<div class="clr"></div>
	</div>
<?php endif; ?>
<?php echo $this->loadTemplate('items'); ?>
<?php if ($this->maxLevel != 0 && !empty($this->children[$this->category->id])) : ?>
	<div class="cat-children">
	<h3><?php echo JText::_('JGLOBAL_SUBCATEGORIES'); ?></h3>
	<?php echo $this->loadTemplate('children'); ?>
	</div>
<?php endif; ?>
</div>
                                                                                                                                                                                                                                                                                                                                                                                                                             html/com_weblinks/category/default_items.php                                                        0000444                 00000016316 15242036616 0015351 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?php
/**
 * @package     Joomla.Site
 * @subpackage  com_weblinks
 *
 * @copyright   (C) 2012 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;

// Code to support edit links for weblinks
JHtml::addIncludePath(JPATH_COMPONENT.'/helpers/html');
JHtml::_('behavior.framework');

// Get the user object.
$user = JFactory::getUser();

// Check if user is allowed to add/edit based on weblinks permissinos.
$canEdit      = $user->authorise('core.edit', 'com_weblinks');
$canCreate    = $user->authorise('core.create', 'com_weblinks');
$canEditState = $user->authorise('core.edit.state', 'com_weblinks');
$n            = count($this->items);
$listOrder    = $this->escape($this->state->get('list.ordering'));
$listDirn     = $this->escape($this->state->get('list.direction'));
?>

<?php if (empty($this->items)) : ?>
	<p> <?php echo JText::_('COM_WEBLINKS_NO_WEBLINKS'); ?></p>
<?php else : ?>

<form action="<?php echo htmlspecialchars(JUri::getInstance()->toString(), ENT_COMPAT, 'UTF-8'); ?>" method="post" name="adminForm" id="adminForm">
	<?php if ($this->params->get('show_pagination_limit')) : ?>
		<fieldset class="filters">
		<legend class="hidelabeltxt"><?php echo JText::_('JGLOBAL_FILTER_LABEL'); ?></legend>
		<div class="display-limit">
			<?php echo JText::_('JGLOBAL_DISPLAY_NUM'); ?>&#160;
			<?php echo $this->pagination->getLimitBox(); ?>
		</div>
		<input type="hidden" name="filter_order" value="<?php echo $listOrder; ?>" />
		<input type="hidden" name="filter_order_Dir" value="<?php echo $listDirn; ?>" />
		</fieldset>
	<?php endif; ?>

	<table class="category">
		<?php if ($this->params->get('show_headings') == 1) : ?>

		<thead><tr>

			<th class="title">
					<?php echo JHtml::_('grid.sort',  'COM_WEBLINKS_GRID_TITLE', 'title', $listDirn, $listOrder); ?>
			</th>
			<?php if ($this->params->get('show_link_hits')) : ?>
			<th class="hits">
					<?php echo JHtml::_('grid.sort',  'JGLOBAL_HITS', 'hits', $listDirn, $listOrder); ?>
			</th>
			<?php endif; ?>
		</tr>
	</thead>
	<?php endif; ?>
	<tbody>
	<?php foreach ($this->items as $i => $item) : ?>
		<?php if ($this->items[$i]->state == 0) : ?>
			<tr class="system-unpublished cat-list-row<?php echo $i % 2; ?>">
		<?php else: ?>
			<tr class="cat-list-row<?php echo $i % 2; ?>" >
		<?php endif; ?>

			<td class="title">
			<p>
				<?php if ($this->params->get('icons') == 0) : ?>
					 <?php echo JText::_('COM_WEBLINKS_LINK'); ?>
				<?php elseif ($this->params->get('icons') == 1) : ?>
					<?php if (!$this->params->get('link_icons')) : ?>
						<?php echo JHtml::_('image', 'system/'.$this->params->get('link_icons', 'weblink.png'), JText::_('COM_WEBLINKS_LINK'), null, true); ?>
					<?php else: ?>
						<?php echo '<img src="'.$this->params->get('link_icons').'" alt="'.JText::_('COM_WEBLINKS_LINK').'" />'; ?>
					<?php endif; ?>
				<?php endif; ?>
				<?php
					// Compute the correct link
					$menuclass = 'category' . $this->pageclass_sfx;
					$link   = $item->link;
					$width  = $item->params->get('width');
					$height = $item->params->get('height');

					if ($width == null || $height == null)
					{
						$width  = 600;
						$height = 500;
					}

					switch ($item->params->get('target', $this->params->get('target')))
					{
						case 1:
							// open in a new window
							echo '<a href="'. $link .'" target="_blank" class="'. $menuclass .'" rel="nofollow">'.
								$this->escape($item->title) .'</a>';
							break;

						case 2:
							// open in a popup window
							$attribs = 'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width='.$this->escape($width).',height='.$this->escape($height).'';
							echo "<a href=\"$link\" onclick=\"window.open(this.href, 'targetWindow', '".$attribs."'); return false;\">".
								$this->escape($item->title).'</a>';
							break;
						case 3:
							// open in a modal window
							JHtml::_('behavior.modal', 'a.modal');
							echo '<a class="modal" href="'.$link.'"  rel="{handler: \'iframe\', size: {x:'.$this->escape($width).', y:'.$this->escape($height).'}}">'.
								$this->escape($item->title). ' </a>';
							break;

						default:
							// open in parent window
							echo '<a href="'.  $link . '" class="'. $menuclass .'" rel="nofollow">'.
								$this->escape($item->title) . ' </a>';
							break;
					}
				?>
				<?php // Code to add the edit link for the weblink. ?>

						<?php if ($canEdit) : ?>
							<ul class="actions">
								<li class="edit-icon">
									<?php echo JHtml::_('icon.edit', $item, $item->params); ?>
								</li>
							</ul>
						<?php endif; ?>
			</p>
			<?php $tagsData = $item->tags->getItemTags('com_weblinks.weblink', $item->id); ?>
			<?php if ($this->params->get('show_tags', 1)) : ?>
				<?php $this->item->tagLayout = new JLayoutFile('joomla.content.tags'); ?>
				<?php echo $this->item->tagLayout->render($tagsData); ?>
			<?php endif; ?>

			<?php if ($this->params->get('show_link_description') and ($item->description != '')) : ?>
				<?php $images = json_decode($item->images); ?>
				<?php  if (isset($images->image_first) and !empty($images->image_first)) : ?>
				<?php $imgfloat = empty($images->float_first) ? $this->params->get('float_first') : $images->float_first; ?>
				<div class="img-intro-<?php echo htmlspecialchars($imgfloat, ENT_COMPAT, 'UTF-8'); ?>"> <img
					<?php if ($images->image_first_caption):
						echo 'class="caption"'.' title="' .htmlspecialchars($images->image_first_caption, ENT_COMPAT, 'UTF-8') .'"';
					endif; ?>
					src="<?php echo htmlspecialchars($images->image_first, ENT_COMPAT, 'UTF-8'); ?>" alt="<?php echo htmlspecialchars($images->image_first_alt, ENT_COMPAT, 'UTF-8'); ?>"/> </div>
				<?php endif; ?>
				<?php  if (isset($images->image_second) and !empty($images->image_second)) : ?>
					<?php $imgfloat = empty($images->float_second) ? $this->params->get('float_second') : $images->float_second; ?>
					<div class="pull-<?php echo htmlspecialchars($imgfloat, ENT_COMPAT, 'UTF-8'); ?> item-image"> <img
					<?php if ($images->image_second_caption):
						echo 'class="caption"'.' title="' .htmlspecialchars($images->image_second_caption, ENT_COMPAT, 'UTF-8') .'"';
					endif; ?>
					src="<?php echo htmlspecialchars($images->image_second, ENT_COMPAT, 'UTF-8'); ?>" alt="<?php echo htmlspecialchars($images->image_second_alt, ENT_COMPAT, 'UTF-8'); ?>"/> </div>
				<?php endif; ?>

				<?php echo $item->description; ?>
			<?php endif; ?>
		</td>
		<?php if ($this->params->get('show_link_hits')) : ?>
		<td class="hits">
			<?php echo $item->hits; ?>
		</td>
		<?php endif; ?>
	</tr>
	<?php endforeach; ?>
</tbody>
</table>

	<?php // Code to add a link to submit a weblink. ?>
	<?php /* if ($canCreate) : // TODO This is not working due to some problem in the router, I think. Ref issue #23685 ?>
		<?php echo JHtml::_('icon.create', $item, $item->params); ?>
 	<?php  endif; */ ?>
		<?php if ($this->params->get('show_pagination')) : ?>
		 <div class="pagination">
			<?php if ($this->params->def('show_pagination_results', 1)) : ?>
				<p class="counter">
					<?php echo $this->pagination->getPagesCounter(); ?>
				</p>
			<?php endif; ?>
				<?php echo $this->pagination->getPagesLinks(); ?>
			</div>
		<?php endif; ?>
	</form>
<?php endif; ?>
                                                                                                                                                                                                                                                                                                                  html/index.html                                                                                     0000404                 00000000037 15242036616 0007504 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <!DOCTYPE html><title></title>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 html/mod_login/default_logout.php                                                                   0000444                 00000002622 15242036616 0013212 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates.beez3
 *
 * @copyright   (C) 2016 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

// no direct access
defined('_JEXEC') or die;

JHtml::_('behavior.keepalive');
?>
<form action="<?php echo JRoute::_('index.php', true, $params->get('usesecure')); ?>" method="post" id="login-form">
<?php if ($params->get('greeting')) : ?>
	<div class="login-greeting">
	<?php if ($params->get('name') == 0) : ?>
		<?php echo JText::sprintf('MOD_LOGIN_HINAME', htmlspecialchars($user->get('name'), ENT_COMPAT, 'UTF-8')); ?>
	<?php else : ?>
		<?php echo JText::sprintf('MOD_LOGIN_HINAME', htmlspecialchars($user->get('username'), ENT_COMPAT, 'UTF-8')); ?>
	<?php endif; ?>
	</div>
<?php endif; ?>
<?php if ($params->get('profilelink')) : ?>
	<div class="login-profilelink">
		<a href="<?php echo JRoute::_('index.php?option=com_users&view=profile'); ?>">
		<?php echo JText::_('MOD_LOGIN_PROFILE'); ?></a>
	</div>
<?php endif; ?>
<div class="logout-button">
	<input type="submit" name="Submit" class="button" value="<?php echo JText::_('JLOGOUT'); ?>" />
	<input type="hidden" name="option" value="com_users" />
	<input type="hidden" name="task" value="user.logout" />
	<input type="hidden" name="return" value="<?php echo $return; ?>" />
	<?php echo JHtml::_('form.token'); ?>
</div>
</form>
                                                                                                              html/mod_login/default.php                                                                          0000444                 00000006035 15242036616 0011623 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates.beez3
 *
 * @copyright   (C) 2013 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

// no direct access
defined('_JEXEC') or die;

JHtml::_('behavior.keepalive');
?>
<form action="<?php echo JRoute::_('index.php', true, $params->get('usesecure')); ?>" method="post" id="login-form" >
<?php if ($params->get('pretext')) : ?>
	<div class="pretext">
	<p><?php echo $params->get('pretext'); ?></p>
	</div>
<?php endif; ?>
<fieldset class="userdata">
<p id="form-login-username">
	<label for="modlgn-username"><?php echo JText::_('MOD_LOGIN_VALUE_USERNAME') ?></label>
	<input id="modlgn-username" type="text" name="username" class="inputbox"  size="18" />
</p>
<p id="form-login-password">
	<label for="modlgn-passwd"><?php echo JText::_('JGLOBAL_PASSWORD') ?></label>
	<input id="modlgn-passwd" type="password" name="password" class="inputbox" size="18" />
</p>
<?php if (count($twofactormethods) > 1) : ?>
	<div id="form-login-secretkey" class="control-group">
		<div class="controls">
			<?php if (!$params->get('usetext')) : ?>
				<div class="input-prepend input-append">
					<label for="modlgn-secretkey"><?php echo JText::_('JGLOBAL_SECRETKEY'); ?></label>
					<input id="modlgn-secretkey" autocomplete="one-time-code" type="text" name="secretkey" class="input-small" tabindex="0" size="18" />
				</div>
			<?php else: ?>
				<label for="modlgn-secretkey"><?php echo JText::_('JGLOBAL_SECRETKEY') ?></label>
				<input id="modlgn-secretkey" autocomplete="one-time-code" type="text" name="secretkey" class="input-small" tabindex="0" size="18" />
			<?php endif; ?>
		</div>
	</div>
<?php endif; ?>
<?php if (JPluginHelper::isEnabled('system', 'remember')) : ?>
	<p id="form-login-remember">
		<label for="modlgn-remember"><?php echo JText::_('MOD_LOGIN_REMEMBER_ME') ?></label>
		<input id="modlgn-remember" type="checkbox" name="remember" class="inputbox" value="yes"/>
	</p>
<?php endif; ?>
<input type="submit" name="Submit" class="button" value="<?php echo JText::_('JLOGIN') ?>" />
<input type="hidden" name="option" value="com_users" />
<input type="hidden" name="task" value="user.login" />
<input type="hidden" name="return" value="<?php echo $return; ?>" />
<?php echo JHtml::_('form.token'); ?>
<ul>
	<li>
		<a href="<?php echo JRoute::_('index.php?option=com_users&view=reset'); ?>">
		<?php echo JText::_('MOD_LOGIN_FORGOT_YOUR_PASSWORD'); ?></a>
	</li>
	<li>
		<a href="<?php echo JRoute::_('index.php?option=com_users&view=remind'); ?>">
		<?php echo JText::_('MOD_LOGIN_FORGOT_YOUR_USERNAME'); ?></a>
	</li>
	<?php if (JComponentHelper::getParams('com_users')->get('allowUserRegistration')) : ?>
		<li>
			<a href="<?php echo JRoute::_('index.php?option=com_users&view=registration'); ?>">
			<?php echo JText::_('MOD_LOGIN_REGISTER'); ?></a>
		</li>
	<?php endif; ?>
</ul>
<?php if ($params->get('posttext')) : ?>
	<div class="posttext">
		<p><?php echo $params->get('posttext'); ?></p>
	</div>
<?php endif; ?>
</fieldset>
</form>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   html/mod_login/index.html                                                                           0000404                 00000000037 15242036616 0011453 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <!DOCTYPE html><title></title>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 html/mod_breadcrumbs/index.html                                                                     0000404                 00000000037 15242036616 0012634 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <!DOCTYPE html><title></title>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 html/mod_breadcrumbs/default.php                                                                    0000444                 00000002731 15242036616 0013003 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates.beez3
 *
 * @copyright   (C) 2012 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;
?>

<div class = "breadcrumbs<?php echo $moduleclass_sfx; ?>">
<?php if ($params->get('showHere', 1))
	{
		echo '<span class="showHere">' .JText::_('MOD_BREADCRUMBS_HERE').'</span>';
	}

	// Get rid of duplicated entries on trail including home page when using multilanguage
	for ($i = 0; $i < $count; $i++)
	{
		if ($i === 1 && !empty($list[$i]->link) && !empty($list[$i - 1]->link) && $list[$i]->link === $list[$i - 1]->link)
		{
			unset($list[$i]);
		}
	}

	// Find last and penultimate items in breadcrumbs list
	end($list);
	$last_item_key = key($list);
	prev($list);
	$penult_item_key = key($list);

	// Generate the trail
	foreach ($list as $key => $item) :
	// Make a link if not the last item in the breadcrumbs
	$show_last = $params->get('showLast', 1);
	if ($key !== $last_item_key)
	{
		// Render all but last item - along with separator
		if (!empty($item->link))
		{
			echo '<a href="' . $item->link . '" class="pathway">' . $item->name . '</a>';
		}
		else
		{
			echo '<span>' . $item->name . '</span>';
		}

		if ($key !== $penult_item_key || $show_last)
		{
			echo ' '.$separator.' ';
		}

	}
	elseif ($show_last)
	{
		// Render last item if reqd.
		echo '<span>' . $item->name . '</span>';
	}
	endforeach; ?>
</div>
                                       html/com_content/featured/index.html                                                                0000404                 00000000037 15242036616 0013613 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <!DOCTYPE html><title></title>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 html/com_content/featured/default_links.php                                                         0000444                 00000001116 15242036616 0015156 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates.beez3
 *
 * @copyright   (C) 2012 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;

?>

<h3><?php echo JText::_('COM_CONTENT_MORE_ARTICLES'); ?></h3>

<ol class="links">
<?php foreach ($this->link_items as &$item) : ?>
	<li>
		<a href="<?php echo JRoute::_(ContentHelperRoute::getArticleRoute($item->slug, $item->catid, $item->language)); ?>">
			<?php echo $item->title; ?></a>
	</li>
<?php endforeach; ?>
</ol>

                                                                                                                                                                                                                                                                                                                                                                                                                                                  html/com_content/featured/default.php                                                               0000444                 00000004637 15242036616 0013771 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates.beez3
 *
 * @copyright   (C) 2012 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;
JHtml::addIncludePath(JPATH_COMPONENT . '/helpers');

JHtml::_('behavior.caption');

?>

<section class="blog-featured<?php echo $this->pageclass_sfx;?>">
<?php if ( $this->params->get('show_page_heading') != 0) : ?>
	<h1>
	<?php echo $this->escape($this->params->get('page_heading')); ?>
	</h1>
<?php endif; ?>
<?php $leadingcount = 0; ?>
<?php if (!empty($this->lead_items)) : ?>
<div class="items-leading">
	<?php foreach ($this->lead_items as &$item) : ?>
		<article class="leading-<?php echo $leadingcount; ?><?php echo $item->state == 0 ? ' system-unpublished' : null; ?>">
			<?php
				$this->item = &$item;
				echo $this->loadTemplate('item');
			?>
		</article>
		<?php
			$leadingcount++;
		?>
	<?php endforeach; ?>
</div>
<?php endif; ?>
<?php
	$introcount = count($this->intro_items);
	$counter = 0;
?>
<?php if (!empty($this->intro_items)) : ?>
	<?php foreach ($this->intro_items as $key => &$item) : ?>

	<?php
		$key = ($key - $leadingcount) + 1;
		$rowcount = (((int) $key - 1) % (int) $this->columns) + 1;
		$row = $counter / $this->columns;

		if ($rowcount === 1) : ?>

			<div class="items-row cols-<?php echo (int) $this->columns;?> <?php echo 'row-'.$row; ?>">
		<?php endif; ?>
		<article class="item column-<?php echo $rowcount;?><?php echo $item->state == 0 ? ' system-unpublished"' : null; ?>">
			<?php
					$this->item = &$item;
					echo $this->loadTemplate('item');
			?>
		</article>
		<?php $counter++; ?>
			<?php if (($rowcount == $this->columns) or ($counter == $introcount)) : ?>
				<span class="row-separator"></span>
				</div>

			<?php endif; ?>
	<?php endforeach; ?>
<?php endif; ?>

<?php if (!empty($this->link_items)) : ?>
	<div class="items-more">
	<?php echo $this->loadTemplate('links'); ?>
	</div>
<?php endif; ?>

<?php if ($this->params->def('show_pagination', 2) == 1  || ($this->params->get('show_pagination') == 2 && $this->pagination->pagesTotal > 1)) : ?>
	<div class="pagination">

		<?php if ($this->params->def('show_pagination_results', 1)) : ?>
			<p class="counter">
				<?php echo $this->pagination->getPagesCounter(); ?>
			</p>
		<?php  endif; ?>
				<?php echo $this->pagination->getPagesLinks(); ?>
	</div>
<?php endif; ?>
</section>


                                                                                                 html/com_content/form/index.html                                                                    0000404                 00000000037 15242036616 0012757 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <!DOCTYPE html><title></title>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 html/com_content/form/edit.php                                                                      0000444                 00000026350 15242036616 0012432 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates.beez3
 *
 * @copyright   (C) 2012 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

// no direct access
defined('_JEXEC') or die;

JHtml::_('behavior.keepalive');
JHtml::_('behavior.formvalidation');

// Create shortcut to parameters.
$params = $this->state->get('params');
//$images = json_decode($this->item->images);
//$urls = json_decode($this->item->urls);

// This checks if the editor config options have ever been saved. If they haven't they will fall back to the original settings.
$editoroptions = isset($params->show_publishing_options);
if (!$editoroptions):
	$params->show_urls_images_frontend = '0';
endif;

$ignoredFieldsets = array('image-intro', 'image-full', 'jmetadata', 'item_associations');

?>

<script type="text/javascript">
	Joomla.submitbutton = function(task)
	{
		if (task === 'article.cancel' || document.formvalidator.isValid(document.getElementById('adminForm')))
		{
			<?php echo $this->form->getField('articletext')->save(); ?>
			Joomla.submitform(task);
		}
	}
</script>
<div class="edit item-page<?php echo $this->pageclass_sfx; ?>">
<?php if ($params->get('show_page_heading')) : ?>
<h1>
	<?php echo $this->escape($params->get('page_heading')); ?>
</h1>
<?php endif; ?>

<form action="<?php echo JRoute::_('index.php?option=com_content&a_id='.(int) $this->item->id); ?>" method="post" name="adminForm" id="adminForm" class="form-validate">
	<fieldset>
		<legend><?php echo JText::_('COM_CONTENT_ARTICLE_CONTENT'); ?></legend>

			<div class="control-group">
				<div class="control-label">
					<?php echo $this->form->getLabel('title'); ?>
				</div>
				<div class="controls">
					<?php echo $this->form->getInput('title'); ?>
				</div>
			</div>

		<?php if ($this->item->id === null):?>
			<div class="control-group">
				<div class="control-label">
					<?php echo $this->form->getLabel('alias'); ?>
				</div>
				<div class="controls">
					<?php echo $this->form->getInput('alias'); ?>
				</div>
			</div>
		<?php endif; ?>

			<div class="btn-group">
				<button type="button" class="btn btn-primary" onclick="Joomla.submitbutton('article.save')">
					<?php echo JText::_('JSAVE') ?>
				</button>
				<button type="button" class="btn" onclick="Joomla.submitbutton('article.cancel')">
					<?php echo JText::_('JCANCEL') ?>
				</button>
			</div>
			<?php if ($this->captchaEnabled) : ?>
				<?php echo $this->form->renderField('captcha'); ?>
			<?php endif; ?>
			<?php echo $this->form->getInput('articletext'); ?>

	</fieldset>
	<?php if ($params->get('show_urls_images_frontend')  ) : ?>
	<fieldset>
		<legend><?php echo JText::_('COM_CONTENT_IMAGES_AND_URLS'); ?></legend>
			<div class="control-group">
				<div class="control-label">
					<?php echo $this->form->getLabel('image_intro', 'images'); ?>
					<?php echo $this->form->getInput('image_intro', 'images'); ?>
				</div>
			</div>
			<div class="control-group">
				<div class="control-label">
					<?php echo $this->form->getLabel('image_intro_alt', 'images'); ?>
				</div>
				<div class="controls">
					<?php echo $this->form->getInput('image_intro_alt', 'images'); ?>
				</div>
			</div>
			<div class="control-group">
				<div class="control-label">
					<?php echo $this->form->getLabel('image_intro_caption', 'images'); ?>
				</div>
				<div class="controls">
					<?php echo $this->form->getInput('image_intro_caption', 'images'); ?>
				</div>
			</div>
			<div class="control-group">
				<div class="control-label">
					<?php echo $this->form->getLabel('float_intro', 'images'); ?>
				</div>
				<div class="controls">
					<?php echo $this->form->getInput('float_intro', 'images'); ?>
				</div>
			</div>
			<div class="control-group">
				<div class="control-label">
					<?php echo $this->form->getLabel('image_fulltext', 'images'); ?>
				</div>
				<div class="controls">
					<?php echo $this->form->getInput('image_fulltext', 'images'); ?>
				</div>
			</div>
			<div class="control-group">
				<div class="control-label">
					<?php echo $this->form->getLabel('image_fulltext_alt', 'images'); ?>
				</div>
				<div class="controls">
					<?php echo $this->form->getInput('image_fulltext_alt', 'images'); ?>
				</div>
			</div>
			<div class="control-group">
				<div class="control-label">
					<?php echo $this->form->getLabel('image_fulltext_caption', 'images'); ?>
				</div>
				<div class="controls">
					<?php echo $this->form->getInput('image_fulltext_caption', 'images'); ?>
				</div>
			</div>
			<div class="control-group">
				<div class="control-label">
					<?php echo $this->form->getLabel('float_fulltext', 'images'); ?>
				</div>
				<div class="controls">
					<?php echo $this->form->getInput('float_fulltext', 'images'); ?>
				</div>
			</div>
			<div class="control-group">
				<div class="control-label">
					<?php echo $this->form->getLabel('urla', 'urls'); ?>
				</div>
				<div class="controls">
					<?php echo $this->form->getInput('urla', 'urls'); ?>
				</div>
			</div>
			<div class="control-group">
				<div class="control-label">
					<?php echo $this->form->getLabel('urlatext', 'urls'); ?>
				</div>
				<div class="controls">
					<?php echo $this->form->getInput('urlatext', 'urls'); ?>
				</div>
			</div>
			<div class="control-group">
				<div class="controls">
					<?php echo $this->form->getInput('targeta', 'urls'); ?>
				</div>
			</div>
			<div class="control-group">
				<div class="control-label">
					<?php echo $this->form->getLabel('urlb', 'urls'); ?>
				</div>
				<div class="controls">
					<?php echo $this->form->getInput('urlb', 'urls'); ?>
				</div>
			</div>
			<div class="control-group">
				<div class="control-label">
					<?php echo $this->form->getLabel('urlbtext', 'urls'); ?>
				</div>
				<div class="controls">
					<?php echo $this->form->getInput('urlbtext', 'urls'); ?>
				</div>
			</div>
			<div class="control-group">
				<div class="controls">
					<?php echo $this->form->getInput('targetb', 'urls'); ?>
				</div>
			</div>
			<div class="control-group">
				<div class="control-label">
					<?php echo $this->form->getLabel('urlc', 'urls'); ?>
				</div>
				<div class="controls">
					<?php echo $this->form->getInput('urlc', 'urls'); ?>
				</div>
			</div>
			<div class="control-group">
				<div class="control-label">
					<?php echo $this->form->getLabel('urlctext', 'urls'); ?>
				</div>
				<div class="controls">
					<?php echo $this->form->getInput('urlctext', 'urls'); ?>
				</div>
			</div>
			<div class="control-group">
				<div class="controls">
					<?php echo $this->form->getInput('targetc', 'urls'); ?>
				</div>
			</div>
	</fieldset>
	<?php endif; ?>

	<?php // Render additional fieldsets added by plugins. ?>
	<?php foreach ($this->form->getFieldsets() as $fieldset) : ?>
		<?php if (in_array($fieldset->name, $ignoredFieldsets)) : ?>
			<?php continue; ?>
		<?php endif; ?>
		<fieldset>
			<legend><?php echo JText::_($fieldset->label); ?></legend>
			<?php $this->fieldset = $fieldset->name; ?>
			<?php echo JLayoutHelper::render('joomla.edit.fieldset', $this); ?>
		</fieldset>
	<?php endforeach; ?>

	<fieldset>
		<legend><?php echo JText::_('COM_CONTENT_PUBLISHING'); ?></legend>
			<div class="control-group">
				<div class="control-label">
					<?php echo $this->form->getLabel('catid'); ?>
				</div>
				<div class="controls">
					<?php echo $this->form->getInput('catid'); ?>
				</div>
			</div>
			<div class="control-group">
				<div class="control-label">
					<?php echo $this->form->getLabel('tags'); ?>
				</div>
				<div class="controls">
					<?php echo $this->form->getInput('tags'); ?>
				</div>
			</div>
			<div class="control-group">
				<div class="control-label">
					<?php echo $this->form->getLabel('note'); ?>
				</div>
				<div class="controls">
					<?php echo $this->form->getInput('note'); ?>
				</div>
			</div>
			<?php if ($params->get('save_history', 0)) : ?>
				<div class="control-label">
					<?php echo $this->form->getLabel('version_note'); ?>
				</div>
				<div class="controls">
					<?php echo $this->form->getInput('version_note'); ?>
				</div>
			<?php endif; ?>
			<?php if ($params->get('show_publishing_options', 1) == 1) : ?>
			<div class="control-group">
				<div class="control-label">
					<?php echo $this->form->getLabel('created_by_alias'); ?>
				</div>
				<div class="controls">
					<?php echo $this->form->getInput('created_by_alias'); ?>
				</div>
			</div>
			<?php endif; ?>
			<?php if ($this->item->params->get('access-change')) : ?>
				<div class="control-group">
					<div class="control-label">
						<?php echo $this->form->getLabel('state'); ?>
					</div>
					<div class="controls">
						<?php echo $this->form->getInput('state'); ?>
					</div>
				</div>
				<div class="control-group">
					<div class="control-label">
						<?php echo $this->form->getLabel('featured'); ?>
					</div>
					<div class="controls">
						<?php echo $this->form->getInput('featured'); ?>
					</div>
				</div>
				<?php if ($params->get('show_publishing_options', 1) == 1) : ?>
				<div class="control-group">
					<div class="control-label">
						<?php echo $this->form->getLabel('publish_up'); ?>
					</div>
					<div class="controls">
						<?php echo $this->form->getInput('publish_up'); ?>
					</div>
				</div>
				<div class="control-group">
					<div class="control-label">
						<?php echo $this->form->getLabel('publish_down'); ?>
					</div>
					<div class="controls">
						<?php echo $this->form->getInput('publish_down'); ?>
					</div>
				</div>
				<?php endif; ?>
			<?php endif; ?>
			<div class="control-group">
				<div class="control-label">
					<?php echo $this->form->getLabel('access'); ?>
				</div>
				<div class="controls">
					<?php echo $this->form->getInput('access'); ?>
				</div>
			</div>
			<?php if ($this->item->id === null):?>
				<div class="control-group">
					<div class="control-label">
					</div>
					<div class="controls">
						<?php echo JText::_('COM_CONTENT_ORDERING'); ?>
					</div>
				</div>
			<?php endif; ?>
	</fieldset>

	<fieldset>
		<legend><?php echo JText::_('JFIELD_LANGUAGE_LABEL'); ?></legend>
			<div class="control-group">
				<div class="control-label">
					<?php echo $this->form->getLabel('language'); ?>
				</div>
				<div class="controls">
					<?php echo $this->form->getInput('language'); ?>
				</div>
			</div>
	</fieldset>

	<?php if ($params->get('show_publishing_options', 1) == 1) : ?>
	<fieldset>
		<legend><?php echo JText::_('COM_CONTENT_METADATA'); ?></legend>
			<div class="control-group">
				<div class="control-label">
					<?php echo $this->form->getLabel('metadesc'); ?>
				</div>
				<div class="controls">
					<?php echo $this->form->getInput('metadesc'); ?>
				</div>
			</div>
			<div class="control-group">
				<div class="control-label">
					<?php echo $this->form->getLabel('metakey'); ?>
				</div>
				<div class="controls">
					<?php echo $this->form->getInput('metakey'); ?>
				</div>
			</div>
	</fieldset>
	<?php endif; ?>
		<input type="hidden" name="task" value="" />
		<input type="hidden" name="return" value="<?php echo $this->return_page;?>" />
		<?php if ($this->params->get('enable_category', 0) == 1) : ?>
			<input type="hidden" name="jform[catid]" value="<?php echo $this->params->get('catid', 1);?>"/>
		<?php endif;?>
		<?php echo JHtml::_('form.token'); ?>

</form>
</div>
                                                                                                                                                                                                                                                                                        html/com_content/index.html                                                                         0000404                 00000000037 15242036616 0012014 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <!DOCTYPE html><title></title>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 html/com_content/category/index.html                                                                0000404                 00000000037 15242036616 0013631 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <!DOCTYPE html><title></title>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 html/com_content/category/blog_children.php                                                         0000444                 00000004240 15242036616 0015144 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates.beez3
 *
 * @copyright   (C) 2012 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;

$app = JFactory::getApplication();
$templateparams = $app->getTemplate(true)->params;

$class  = ' class="first"';
$user   = JFactory::getUser();
$groups = $user->getAuthorisedViewLevels();
?>

<?php if (count($this->children[$this->category->id]) > 0) : ?>

	<ul>
	<?php foreach ($this->children[$this->category->id] as $id => $child) : ?>
		<?php // Check whether category access level allows access to subcategories. ?>
		<?php if (in_array($child->access, $groups)) : ?>
			<?php
			if ($child->numitems || $this->params->get('show_empty_categories') || count($child->getChildren())) :
				if (!isset($this->children[$this->category->id][$id + 1])) :
					$class = ' class="last"';
				endif;
			?>
				<li<?php echo $class; ?>>
				<?php $class = ''; ?>
					<span class="item-title"><a href="<?php echo JRoute::_(ContentHelperRoute::getCategoryRoute($child->id));?>">
						<?php echo $this->escape($child->title); ?></a>
					</span>

					<?php if ($this->params->get('show_subcat_desc') == 1) :?>
						<?php if ($child->description) : ?>
							<div class="category-desc">
								<?php echo JHtml::_('content.prepare', $child->description, '', 'com_content.category'); ?>
							</div>
						<?php endif; ?>
					<?php endif; ?>

					<?php if ( $this->params->get('show_cat_num_articles', 1)) : ?>
						<dl>
							<dt>
								<?php echo JText::_('COM_CONTENT_NUM_ITEMS'); ?>
							</dt>
							<dd>
								<?php echo $child->getNumItems(true); ?>
							</dd>
						</dl>
					<?php endif; ?>

					<?php if (count($child->getChildren()) > 0):
						$this->children[$child->id] = $child->getChildren();
						$this->category = $child;
						$this->maxLevel--;
						if ($this->maxLevel !== 0) :
							echo $this->loadTemplate('children');
						endif;
						$this->category = $child->getParent();
						$this->maxLevel++;
					endif; ?>
				</li>
			<?php endif; ?>
		<?php endif; ?>
	<?php endforeach; ?>
	</ul>

<?php endif; ?>
                                                                                                                                                                                                                                                                                                                                                                html/com_content/category/default.php                                                               0000444                 00000005516 15242036616 0014004 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates.beez3
 *
 * @copyright   (C) 2012 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;

$app            = JFactory::getApplication();
$templateparams = $app->getTemplate(true)->params;


JHtml::addIncludePath(JPATH_COMPONENT . '/helpers');
JHtml::_('behavior.caption');

$showCategoryTitle            = $this->params->get('show_category_title') == 1;
$showCategoryHeadingTitleText = $this->params->get('show_category_heading_title_text', 1) == 1;
$pageSubHeading               = $this->params->get('page_subheading');
?>
<section class="category-list<?php echo $this->pageclass_sfx;?>">
<?php
if ($showPageHeading = $this->params->get('show_page_heading')) : ?>
<?php if ($showPageHeading and ($showCategoryTitle === true or $pageSubHeading)) : ?>
<hgroup>
<?php endif; ?>
<h1>
	<?php echo $this->escape($this->params->get('page_heading')); ?>
</h1>
<?php endif; ?>

<?php if ($showCategoryTitle === true or $pageSubHeading) : ?>
<h2>
	<?php echo $this->escape($pageSubHeading); ?>
	<?php if ($showCategoryTitle === true)
	{
		echo '<span class="subheading-category">'.JHtml::_('content.prepare', $this->category->title, '', 'com_content.category.title').'</span>';
	}
	?>
</h2>
<?php if ($this->params->get('show_page_heading') and ($this->params->get('show_category_title', 1) or $pageSubHeading)) : ?>
</hgroup>
<?php endif; ?>
<?php endif; ?>

<?php if ($this->params->get('show_description', 1) || $this->params->def('show_description_image', 1)) : ?>
	<div class="category-desc">
	<?php if ($this->params->get('show_description_image') && $this->category->getParams()->get('image')) : ?>
		<img src="<?php echo $this->category->getParams()->get('image'); ?>"/>
	<?php endif; ?>
	<?php if ($this->category->description && $this->params->get('show_description')) : ?>
		<?php echo JHtml::_('content.prepare', $this->category->description, '', 'com_content.category'); ?>
	<?php endif; ?>
	<div class="clr"></div>
	</div>
<?php endif; ?>

<?php if ($this->params->get('maxLevel') != 0 && is_array($this->children[$this->category->id]) && count($this->children[$this->category->id]) > 0) : ?>
	<div class="cat-children">

	<?php if ($showCategoryTitle === true or $pageSubHeading)
	{
		echo '<h3>';
	}
	elseif ($showCategoryHeadingTitleText === true)
	{
		echo '<h2>';
	} ?>
	<?php if ($showCategoryHeadingTitleText === true) : ?>
		<?php echo JText::_('JGLOBAL_SUBCATEGORIES'); ?>
	<?php endif; ?>
	<?php if ($showCategoryTitle === true or $pageSubHeading)
	{
		echo '</h3>';
	}
	elseif ($showCategoryHeadingTitleText === true)
	{
		echo '</h2>';
	} ?>
	</div>
	<?php endif; ?>
	<?php echo $this->loadTemplate('children'); ?>
	<div class="cat-items">
		<?php echo $this->loadTemplate('articles'); ?>
	</div>
</section>
                                                                                                                                                                                  html/com_content/category/blog_links.php                                                            0000444                 00000001234 15242036616 0014474 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates.beez3
 *
 * @copyright   (C) 2012 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;

JHtml::addIncludePath(JPATH_COMPONENT . '/helpers');

?>

<div class="items-more">
	<h3><?php echo JText::_('COM_CONTENT_MORE_ARTICLES'); ?></h3>
	<ol>
	<?php foreach ($this->link_items as &$item) : ?>
		<li>
			<a href="<?php echo JRoute::_(ContentHelperRoute::getArticleRoute($item->slug, $item->catid, $item->language)); ?>">
			<?php echo $item->title; ?></a>
		</li>
	<?php endforeach; ?>
	</ol>
</div>
                                                                                                                                                                                                                                                                                                                                                                    html/com_content/category/default_children.php                                                      0000444                 00000004437 15242036616 0015655 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates.beez3
 *
 * @copyright   (C) 2012 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;

$app = JFactory::getApplication();
$templateparams = $app->getTemplate(true)->params;

$class  = ' class="first"';
$user   = JFactory::getUser();
$groups = $user->getAuthorisedViewLevels();
?>

<?php if (count($this->children[$this->category->id]) > 0) :?>

	<ul>
	<?php foreach ($this->children[$this->category->id] as $id => $child) : ?>
		<?php // Check whether category access level allows access to subcategories. ?>
		<?php if (in_array($child->access, $groups)) : ?>
			<?php
			if ($this->params->get('show_empty_categories') || $child->getNumItems(true) || count($child->getChildren())) :
				if (!isset($this->children[$this->category->id][$id + 1])) :
					$class = ' class="last"';
				endif;
			?>
				<li<?php echo $class; ?>>
				<?php $class = ''; ?>
					<h3 class="item-title"><a href="<?php echo JRoute::_(ContentHelperRoute::getCategoryRoute($child->id));?>">
						<?php echo $this->escape($child->title); ?></a>
					</h3>
					<?php if ($this->params->get('show_subcat_desc') == 1) :?>
						<?php if ($child->description and $this->params->get('show_description') != 0 ) : ?>
							<div class="category-desc">
								<?php echo JHtml::_('content.prepare', $child->description, '', 'com_content.category'); ?>
							</div>
						<?php endif; ?>
					<?php endif; ?>

					<?php if ($this->params->get('show_cat_num_articles', 1)) : ?>
						<?php if ($child->getNumItems() == true) : ?>
						<dl>
							<dt>
								<?php echo JText::_('COM_CONTENT_NUM_ITEMS'); ?>
							</dt>
							<dd>
								<?php echo $child->getNumItems(true); ?>
							</dd>
						</dl>
						<?php endif; ?>
					<?php endif; ?>

					<?php if (count($child->getChildren()) > 0 ) :
						$this->children[$child->id] = $child->getChildren();
						$this->category = $child;
						$this->maxLevel--;
						if ($this->maxLevel !== 0) :
							echo $this->loadTemplate('children');
						endif;
						$this->category = $child->getParent();
						$this->maxLevel++;
					endif; ?>
				</li>
			<?php endif; ?>
		<?php endif; ?>
	<?php endforeach; ?>
	</ul>

<?php endif; ?>
                                                                                                                                                                                                                                 html/com_content/category/blog.php                                                                  0000444                 00000010024 15242036616 0013271 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates.beez3
 *
 * @copyright   (C) 2012 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;

$app = JFactory::getApplication();
$templateparams = $app->getTemplate(true)->params;

JHtml::addIncludePath(JPATH_COMPONENT . '/helpers');
JHtml::_('behavior.caption');

$cparams = JComponentHelper::getParams('com_media');

// If the page class is defined, add to class as suffix.
// It will be a separate class if the user starts it with a space
?>
<section class="blog<?php echo $this->pageclass_sfx;?>">
<?php if ($this->params->get('show_page_heading') != 0) : ?>
<h1>
	<?php echo $this->escape($this->params->get('page_heading')); ?>
</h1>
<?php endif; ?>

<?php if ($this->params->get('show_category_title')) : ?>
<h2 class="subheading-category">
	<?php echo JHtml::_('content.prepare', $this->category->title, '', 'com_content.category.title'); ?>
</h2>
<?php endif; ?>

<?php if ($this->params->get('show_description', 1) || $this->params->def('show_description_image', 1)) : ?>
	<div class="category-desc">
	<?php if ($this->params->get('show_description_image') && $this->category->getParams()->get('image')) : ?>
		<img src="<?php echo $this->category->getParams()->get('image'); ?>"/>
	<?php endif; ?>
	<?php if ($this->category->description && $this->params->get('show_description')) : ?>
		<?php echo JHtml::_('content.prepare', $this->category->description, '', 'com_content.category'); ?>
	<?php endif; ?>
	<div class="clr"></div>
	</div>
<?php endif; ?>

<?php if (empty($this->lead_items) && empty($this->link_items) && empty($this->intro_items)) : ?>
	<?php if ($this->params->get('show_no_articles', 1)) : ?>
		<p><?php echo JText::_('COM_CONTENT_NO_ARTICLES'); ?></p>
	<?php endif; ?>
<?php endif; ?>

<?php $leadingcount = 0; ?>
<?php if (!empty($this->lead_items)) : ?>
<div class="items-leading">
	<?php foreach ($this->lead_items as &$item) : ?>
		<article class="leading-<?php echo $leadingcount; ?><?php echo $item->state == 0 ? 'system-unpublished' : null; ?>">
			<?php
				$this->item = &$item;
				echo $this->loadTemplate('item');
			?>
		</article>
		<?php $leadingcount++; ?>
	<?php endforeach; ?>
</div>
<?php endif; ?>
<?php if (!empty($this->intro_items)) : ?>
	<?php $introcount = count($this->intro_items); ?>
	<?php $counter = 0; ?>
	<?php foreach ($this->intro_items as $key => &$item) : ?>
		<?php $rowcount = ((int) $key % (int) $this->columns) + 1; ?>
		<?php if ($rowcount === 1) : ?>
			<?php $row = $counter / $this->columns; ?>
			<div class="items-row cols-<?php echo (int) $this->columns;?> <?php echo 'row-'.$row; ?>">
		<?php endif; ?>
		<article class="item column-<?php echo $rowcount;?><?php echo $item->state == 0 ? ' system-unpublished' : null; ?>">
		<?php
			$this->item = &$item;
			echo $this->loadTemplate('item');
		?>
		</article>
		<?php $counter++; ?>
		<?php if ($rowcount === (int) $this->columns or $counter === $introcount) : ?>
			<span class="row-separator"></span>
			</div>
		<?php endif; ?>
	<?php endforeach; ?>

<?php endif; ?>

<?php if (!empty($this->link_items)) : ?>
	<?php echo $this->loadTemplate('links'); ?>
<?php endif; ?>

<?php if ($this->params->get('maxLevel') != 0 && is_array($this->children[$this->category->id]) && count($this->children[$this->category->id]) > 0) : ?>
	<div class="cat-children">

	<?php if ($this->params->get('show_category_heading_title_text', 1) == 1) : ?>
		<h3>
			<?php echo JText::_('JGLOBAL_SUBCATEGORIES'); ?>
		</h3>
	<?php endif; ?>
	<?php echo $this->loadTemplate('children'); ?>
	</div>
<?php endif; ?>

<?php if ($this->pagination->pagesTotal > 1 && ($this->params->def('show_pagination', 1) == 1 || $this->params->get('show_pagination') == 2)) : ?>
	<div class="pagination">
	<?php if ($this->params->def('show_pagination_results', 1)) : ?>
		<p class="counter">
		<?php echo $this->pagination->getPagesCounter(); ?>
		</p>
	<?php endif; ?>
	<?php echo $this->pagination->getPagesLinks(); ?>
	</div>
<?php endif; ?>

</section>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            html/com_content/category/default_articles.php                                                      0000444                 00000021326 15242036616 0015667 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates.beez3
 *
 * @copyright   (C) 2012 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;

$app = JFactory::getApplication();

JHtml::addIncludePath(JPATH_COMPONENT.'/helpers/html');
JHtml::_('behavior.framework');

$n         = count($this->items);
$listOrder = $this->escape($this->state->get('list.ordering'));
$listDirn  = $this->escape($this->state->get('list.direction'));

// Check for at least one editable article
$isEditable = false;

if (!empty($this->items))
{
	foreach ($this->items as $article)
	{
		if ($article->params->get('access-edit'))
		{
			$isEditable = true;
			break;
		}
	}
}
?>

<?php if (empty($this->items)) : ?>

	<?php if ($this->params->get('show_no_articles', 1)) : ?>
		<p><?php echo JText::_('COM_CONTENT_NO_ARTICLES'); ?></p>
	<?php endif; ?>

<?php else : ?>

<form action="<?php echo htmlspecialchars(JUri::getInstance()->toString()); ?>" method="post" name="adminForm" id="adminForm">
	<?php if ($this->params->get('filter_field') !== 'hide') : ?>
	<fieldset class="filters">
		<legend class="hidelabeltxt">
			<?php echo JText::_('JGLOBAL_FILTER_LABEL'); ?>
		</legend>
		<div class="filter-search">
			<?php if ($this->params->get('filter_field') === 'tag') :?>
			<select name="filter_tag" id="filter_tag" onchange="document.adminForm.submit();">
				<option value=""><?php echo JText::_('JOPTION_SELECT_TAG'); ?></option>
				<?php echo JHtml::_('select.options', JHtml::_('tag.options', true, true), 'value', 'text', $this->state->get('filter.tag')); ?>
			</select>
			<?php elseif ($this->params->get('filter_field') === 'month') : ?>
			<select name="filter-search" id="filter-search" onchange="document.adminForm.submit();">
				<option value=""><?php echo JText::_('JOPTION_SELECT_MONTH'); ?></option>
				<?php echo JHtml::_('select.options', JHtml::_('content.months', $this->state), 'value', 'text', $this->state->get('list.filter')); ?>
			</select>
			<?php else : ?>		
			<label class="filter-search-lbl element-invisible" for="filter-search">
				<?php echo JText::_('COM_CONTENT_'.$this->params->get('filter_field').'_FILTER_LABEL').'&#160;'; ?>
			</label>
			<input type="text" name="filter-search" id="filter-search" value="<?php echo $this->escape($this->state->get('list.filter')); ?>" class="inputbox" onchange="document.adminForm.submit();" title="<?php echo JText::_('COM_CONTENT_FILTER_SEARCH_DESC'); ?>" placeholder="<?php echo JText::_('COM_CONTENT_'.$this->params->get('filter_field').'_FILTER_LABEL'); ?>" />
			<?php endif; ?>
		</div>
	<?php endif; ?>

	<?php if ($this->params->get('show_pagination_limit')) : ?>
		<div class="display-limit">
			<?php echo JText::_('JGLOBAL_DISPLAY_NUM'); ?>&#160;
			<?php echo $this->pagination->getLimitBox(); ?>
		</div>
	<?php endif; ?>

	<?php if ($this->params->get('filter_field') !== 'hide') :?>
	</fieldset>
	<?php endif; ?>

	<div class="clr"></div>

	<table class="category">
		<?php if ($this->params->get('show_headings')) : ?>
		<thead>
			<tr>
				<th class="list-title" id="tableOrdering">
					<?php echo JHtml::_('grid.sort', 'COM_CONTENT_HEADING_TITLE', 'a.title', $listDirn, $listOrder); ?>
				</th>

				<?php if ($date = $this->params->get('list_show_date')) : ?>
				<th class="list-date" id="tableOrdering2">
					<?php if ($date === 'created') : ?>
						<?php echo JHtml::_('grid.sort', 'COM_CONTENT_'.$date.'_DATE', 'a.created', $listDirn, $listOrder); ?>
					<?php elseif ($date === 'modified') : ?>
						<?php echo JHtml::_('grid.sort', 'COM_CONTENT_'.$date.'_DATE', 'a.modified', $listDirn, $listOrder); ?>
					<?php elseif ($date === 'published') : ?>
						<?php echo JHtml::_('grid.sort', 'COM_CONTENT_'.$date.'_DATE', 'a.publish_up', $listDirn, $listOrder); ?>
					<?php endif; ?>
				</th>
				<?php endif; ?>

				<?php if ($this->params->get('list_show_author', 1)) : ?>
				<th class="list-author" id="tableOrdering3">
					<?php echo JHtml::_('grid.sort', 'JAUTHOR', 'author', $listDirn, $listOrder); ?>
				</th>
				<?php endif; ?>

				<?php if ($this->params->get('list_show_hits', 1)) : ?>
				<th class="list-hits" id="tableOrdering4">
					<?php echo JHtml::_('grid.sort', 'JGLOBAL_HITS', 'a.hits', $listDirn, $listOrder); ?>
				</th>
				<?php endif; ?>
				<?php if ($this->params->get('list_show_votes', 0) && $this->vote) : ?>
					<th id="categorylist_header_votes">
						<?php echo JHtml::_('grid.sort', 'COM_CONTENT_VOTES', 'rating_count', $listDirn, $listOrder); ?>
					</th>
				<?php endif; ?>
				<?php if ($this->params->get('list_show_ratings', 0) && $this->vote) : ?>
					<th id="categorylist_header_ratings">
						<?php echo JHtml::_('grid.sort', 'COM_CONTENT_RATINGS', 'rating', $listDirn, $listOrder); ?>
					</th>
				<?php endif; ?>
				<?php if ($isEditable) : ?>
					<th id="categorylist_header_edit"><?php echo JText::_('COM_CONTENT_EDIT_ITEM'); ?></th>
				<?php endif; ?>
			</tr>
		</thead>
		<?php endif; ?>

		<tbody>

			<?php foreach ($this->items as $i => &$article) : ?>
			<tr class="cat-list-row<?php echo $i % 2; ?>">

				<?php if (in_array($article->access, $this->user->getAuthorisedViewLevels())) : ?>

					<td class="list-title">
						<a href="<?php echo JRoute::_(ContentHelperRoute::getArticleRoute($article->slug, $article->catid, $article->language)); ?>">
							<?php echo $this->escape($article->title); ?></a>
					</td>

					<?php if ($this->params->get('list_show_date')) : ?>
					<td class="list-date">
						<?php
							echo JHtml::_(
									'date', $article->displayDate, $this->escape(
											$this->params->get('date_format', JText::_('DATE_FORMAT_LC3'))
									)
							);
						?>
					</td>
					<?php endif; ?>

					<?php if ($this->params->get('list_show_author', 1)) : ?>
					<td class="list-author">
						<?php if (!empty($article->author) || !empty($article->created_by_alias)) : ?>
							<?php $author = $article->created_by_alias ?: $article->author; ?>
							<?php if (!empty($article->contact_link) && $this->params->get('link_author') == true):?>
								<?php echo JText::sprintf('COM_CONTENT_WRITTEN_BY', JHtml::_('link', $article->contact_link, $author)); ?>
							<?php else :?>
								<?php echo JText::sprintf('COM_CONTENT_WRITTEN_BY', $author); ?>
							<?php endif; ?>
						<?php endif; ?>
					</td>
					<?php endif; ?>

					<?php if ($this->params->get('list_show_hits', 1)) : ?>
					<td class="list-hits">
						<?php echo $article->hits; ?>
					</td>
					<?php endif; ?>

					<?php if ($this->params->get('list_show_votes', 0) && $this->vote) : ?>
						<td class="list-votes">
							<?php echo $article->rating_count; ?>
						</td>
					<?php endif; ?>
					<?php if ($this->params->get('list_show_ratings', 0) && $this->vote) : ?>
						<td class="list-ratings">
							<?php echo $article->rating; ?>
						</td>
					<?php endif; ?>
					<?php if ($isEditable) : ?>
						<td class="list-edit">
							<?php if ($article->params->get('access-edit')) : ?>
								<?php echo JHtml::_('icon.edit', $article, $article->params, array(), true); ?>
							<?php endif; ?>
						</td>
					<?php endif; ?>
				<?php else : ?>
				<td>
					<?php
						echo $this->escape($article->title).' : ';
						$menu = JFactory::getApplication()->getMenu();
						$active = $menu->getActive();
						$itemId = $active->id;
						$link   = new JUri(JRoute::_('index.php?option=com_users&view=login&Itemid=' . $itemId, false));
						$link->setVar('return', base64_encode(ContentHelperRoute::getArticleRoute($article->slug, $article->catid, $article->language)));
					?>
					<a href="<?php echo $link; ?>" class="register">
					<?php echo JText::_('COM_CONTENT_REGISTER_TO_READ_MORE'); ?></a>
				</td>
				<?php endif; ?>

			</tr>
			<?php endforeach; ?>
		</tbody>
	</table>
<?php endif; ?>

<?php // Code to add a link to submit an article. ?>
<?php if ($this->category->getParams()->get('access-create')) : ?>
	<?php echo JHtml::_('icon.create', $this->category, $this->category->params, array(), true); ?>
<?php  endif; ?>

<?php // Add pagination links ?>
<?php if (!empty($this->items)) : ?>
	<?php if (($this->params->def('show_pagination', 2) == 1  || ($this->params->get('show_pagination') == 2)) && ($this->pagination->pagesTotal > 1)) : ?>
	<div class="pagination">

		<?php if ($this->params->def('show_pagination_results', 1)) : ?>
			 <p class="counter">
				<?php echo $this->pagination->getPagesCounter(); ?>
			</p>
		<?php  endif; ?>

		<?php echo $this->pagination->getPagesLinks(); ?>
	</div>
	<?php endif; ?>

	<div>
		<input type="hidden" name="task" value="" />
		<input type="hidden" name="filter_order" value="" />
		<input type="hidden" name="filter_order_Dir" value="" />
		<input type="hidden" name="limitstart" value="" />
	</div>
</form>
<?php endif; ?>
                                                                                                                                                                                                                                                                                                          html/com_content/archive/default.php                                                                0000444                 00000003647 15242036616 0013613 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?php
/**
 * @package     Joomla.Site
 * @subpackage  Template.beez5
 *
 * @copyright   (C) 2012 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;

$app = JFactory::getApplication();
$templateparams = $app->getTemplate(true)->params;

if (!$templateparams->get('html5', 0))
{
	require JPATH_BASE.'/components/com_content/views/archive/tmpl/default.php';
	// possibly replace with JPATH_COMPONENT.'/views/...'
} else {
JHtml::addIncludePath(JPATH_COMPONENT . '/helpers');

JHtml::_('behavior.caption');
?><div class="archive<?php echo $this->pageclass_sfx;?>">
<?php if ($this->params->get('show_page_heading')) : ?>
<h1>
	<?php echo $this->escape($this->params->get('page_heading')); ?>
</h1>
<?php endif; ?>
<form id="adminForm" action="<?php echo JRoute::_('index.php')?>" method="post">
	<fieldset class="filters">
	<legend class="hidelabeltxt"><?php echo JText::_('JGLOBAL_FILTER_LABEL'); ?></legend>
	<div class="filter-search">
		<?php if ($this->params->get('filter_field') !== 'hide') : ?>
		<label class="filter-search-lbl" for="filter-search"><?php echo JText::_('COM_CONTENT_'.$this->params->get('filter_field').'_FILTER_LABEL').'&#160;'; ?></label>
		<input type="text" name="filter-search" id="filter-search" value="<?php echo $this->escape($this->filter); ?>" class="inputbox" onchange="document.getElementById('adminForm').submit();" />
		<?php endif; ?>

		<?php echo $this->form->monthField; ?>
		<?php echo $this->form->yearField; ?>
		<?php echo $this->form->limitField; ?>
		<button type="submit" class="button"><?php echo JText::_('JGLOBAL_FILTER_BUTTON'); ?></button>
	</div>
	<input type="hidden" name="view" value="archive" />
	<input type="hidden" name="option" value="com_content" />
	<input type="hidden" name="limitstart" value="0" />
	</fieldset>

	<?php echo $this->loadTemplate('items'); ?>
</form>
</div>
<?php } ?>
                                                                                         html/com_content/archive/index.html                                                                 0000404                 00000000037 15242036616 0013435 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <!DOCTYPE html><title></title>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 html/com_content/article/index.html                                                                 0000404                 00000000037 15242036616 0013437 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <!DOCTYPE html><title></title>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 html/com_content/article/default_links.php                                                          0000444                 00000004770 15242036616 0015013 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates.beez3
 *
 * @copyright   (C) 2012 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;

// Create shortcut
$urls = json_decode($this->item->urls);

// Create shortcuts to some parameters.
$params = $this->item->params;
if ($urls && (!empty($urls->urla) || !empty($urls->urlb) || !empty($urls->urlc))) :
?>
<div class="content-links">
	<ul class="nav nav-tabs nav-stacked">
		<?php
			$urlarray = array(
			array($urls->urla, $urls->urlatext, $urls->targeta, 'a'),
			array($urls->urlb, $urls->urlbtext, $urls->targetb, 'b'),
			array($urls->urlc, $urls->urlctext, $urls->targetc, 'c')
			);
			foreach ($urlarray as $url) :
				$link = $url[0];
				$label = $url[1];
				$target = $url[2];
				$id = $url[3];

				if (!$link) :
					continue;
				endif;

				// If no label is present, take the link
				$label = $label ?: $link;

				// If no target is present, use the default
				$target = $target ?: $params->get('target'.$id);
				?>
			<li class="content-links-<?php echo $id; ?>">
				<?php
					// Compute the correct link

					switch ($target)
					{
						case 1:
							// open in a new window
							echo '<a href="' . htmlspecialchars($link, ENT_COMPAT, 'UTF-8') . '" target="_blank"  rel="nofollow noopener noreferrer">' .
								htmlspecialchars($label, ENT_COMPAT, 'UTF-8') .'</a>';
							break;

						case 2:
							// open in a popup window
							$attribs = 'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=600,height=600';
							echo "<a href=\"" . htmlspecialchars($link, ENT_COMPAT, 'UTF-8') . "\" onclick=\"window.open(this.href, 'targetWindow', '".$attribs."'); return false;\" rel=\"noopener noreferrer\">".
								htmlspecialchars($label, ENT_COMPAT, 'UTF-8').'</a>';
							break;
						case 3:
							// open in a modal window
							JHtml::_('behavior.modal', 'a.modal');
							echo '<a class="modal" href="' . htmlspecialchars($link, ENT_COMPAT, 'UTF-8') . '"  rel="{handler: \'iframe\', size: {x:600, y:600}} noopener noreferrer">'.
								htmlspecialchars($label, ENT_COMPAT, 'UTF-8') . ' </a>';
							break;

						default:
							// open in parent window
							echo '<a href="' .  htmlspecialchars($link, ENT_COMPAT, 'UTF-8') . '" rel="nofollow">'.
								htmlspecialchars($label, ENT_COMPAT, 'UTF-8') . ' </a>';
							break;
					}
				?>
				</li>
		<?php endforeach; ?>
	</ul>
</div>
<?php endif; ?>
        html/com_content/categories/default.php                                                             0000444                 00000002420 15242036616 0014303 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?php
/**
 * @package     Joomla.Site
 * @subpackage  Template.beez5
 *
 * @copyright   (C) 2012 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;

$app = JFactory::getApplication();
JHtml::addIncludePath(JPATH_COMPONENT.'/helpers');

JHtml::_('behavior.caption');
?>
<div class="categories-list<?php echo $this->pageclass_sfx;?>">
<?php if ($this->params->get('show_page_heading')) : ?>
<h1>
	<?php echo $this->escape($this->params->get('page_heading')); ?>
</h1>
<?php endif; ?>
<?php if ($this->params->get('show_base_description')) : ?>
	<?php 	//If there is a description in the menu parameters use that; ?>
		<?php if ($this->params->get('categories_description')) : ?>
			<?php echo  JHtml::_('content.prepare', $this->params->get('categories_description'), '', 'com_content.categories'); ?>
		<?php  else: ?>
			<?php //Otherwise get one from the database if it exists. ?>
			<?php  if ($this->parent->description) : ?>
				<div class="category-desc">
					<?php  echo JHtml::_('content.prepare', $this->parent->description, '', 'com_content.categories'); ?>
				</div>
			<?php  endif; ?>
		<?php  endif; ?>
<?php endif; ?>
<?php
echo $this->loadTemplate('items');
?>
</div>

                                                                                                                                                                                                                                                html/com_content/categories/index.html                                                              0000404                 00000000037 15242036616 0014141 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <!DOCTYPE html><title></title>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 html/com_content/categories/default_items.php                                                       0000444                 00000003231 15242036616 0015505 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?php

/**
 * @package     Joomla.Site
 * @subpackage  com_content
 * @copyright   (C) 2012 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

// no direct access
defined('_JEXEC') or die;
$class = ' class="first"';
if ($this->maxLevelcat != 0 && count($this->items[$this->parent->id]) > 0) :
?>
<ul>
<?php foreach ($this->items[$this->parent->id] as $id => $item) : ?>
	<?php
	if ($item->numitems || $this->params->get('show_empty_categories_cat') || count($item->getChildren())) :
	if (!isset($this->items[$this->parent->id][$id + 1]))
	{
		$class = ' class="last"';
	}
	?>
	<li<?php echo $class; ?>>
	<?php $class = ''; ?>
		<h3 class="item-title"><a href="<?php echo JRoute::_(ContentHelperRoute::getCategoryRoute($item->id));?>">
			<?php echo $this->escape($item->title); ?></a>
		</h3>

		<?php if ($this->params->get('show_subcat_desc_cat') == 1) :?>
		<?php if ($item->description) : ?>
			<div class="category-desc">
				<?php echo JHtml::_('content.prepare', $item->description); ?>
			</div>
		<?php endif; ?>
		<?php endif; ?>
		<?php if ($this->params->get('show_cat_num_articles_cat') == 1) :?>
			<dl class="article-count"><dt>
				<?php echo JText::_('COM_CONTENT_NUM_ITEMS'); ?></dt>
				<dd><?php echo $item->numitems; ?></dd>
			</dl>
		<?php endif; ?>

		<?php if (count($item->getChildren()) > 0) :
			$this->items[$item->id] = $item->getChildren();
			$this->parent = $item;
			$this->maxLevelcat--;
			echo $this->loadTemplate('items');
			$this->parent = $item->getParent();
			$this->maxLevelcat++;
		endif; ?>

	</li>
	<?php endif; ?>
<?php endforeach; ?>
</ul>
<?php endif; ?>
                                                                                                                                                                                                                                                                                                                                                                       language/en-GB/en-GB.tpl_beez3.ini                                                                  0000444                 00000006241 15242036616 0012504 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       ; Joomla! Project
; (C) 2012 Open Source Matters, Inc. <https://www.joomla.org>
; License GNU General Public License version 2 or later; see LICENSE.txt
; Note : All ini files need to be saved as UTF-8

TPL_BEEZ3_ADDITIONAL_INFORMATION="Additional information"
TPL_BEEZ3_ALTCLOSE="is closed"
TPL_BEEZ3_ALTOPEN="is open"
TPL_BEEZ3_BIGGER="Bigger"
TPL_BEEZ3_CLICK="select"
TPL_BEEZ3_CLOSEMENU="Close Menu"
TPL_BEEZ3_DECREASE_SIZE="Decrease size"
TPL_BEEZ3_ERROR_JUMP_TO_NAV="Jump to navigation"
TPL_BEEZ3_FIELD_BOOTSTRAP_DESC="Create a comma separated list of any components for which Bootstrap is needed, for example com_name, com_anothername."
TPL_BEEZ3_FIELD_BOOTSTRAP_LABEL="Components Requiring<br /> Bootstrap"
TPL_BEEZ3_FIELD_DESCRIPTION_DESC="Please add your site description here."
TPL_BEEZ3_FIELD_DESCRIPTION_LABEL="Site Description"
TPL_BEEZ3_FIELD_HEADER_BACKGROUND_COLOR_DESC="Choose a colour for the Background when Custom is selected as the Template Colour. If left blank the Default (#eeeeee) is used."
TPL_BEEZ3_FIELD_HEADER_BACKGROUND_COLOR_LABEL="Background Colour"
TPL_BEEZ3_FIELD_HEADER_IMAGE_DESC="Use the selected header image when Custom is selected as the Template Colour"
TPL_BEEZ3_FIELD_HEADER_IMAGE_LABEL="Header Image"
TPL_BEEZ3_FIELD_LOGO_DESC="Please choose an image. If you do not want to display a logo, select Clear and leave the field blank."
TPL_BEEZ3_FIELD_LOGO_LABEL="Logo"
TPL_BEEZ3_FIELD_NAVPOSITION_DESC="Navigation before or after content."
TPL_BEEZ3_FIELD_NAVPOSITION_LABEL="Position of Navigation"
TPL_BEEZ3_FIELD_SITETITLE_DESC="Please add your site title here, it's only displayed if you don't use a logo."
TPL_BEEZ3_FIELD_SITETITLE_LABEL="Site Title"
TPL_BEEZ3_FIELD_TEMPLATECOLOR_DESC="Colour of the template."
TPL_BEEZ3_FIELD_TEMPLATECOLOR_LABEL="Template colour"
TPL_BEEZ3_FIELD_WRAPPERLARGE_DESC="Wrapper width with closed additional columns in percent."
TPL_BEEZ3_FIELD_WRAPPERLARGE_LABEL="Wrapper Large (%)"
TPL_BEEZ3_FIELD_WRAPPERSMALL_DESC="Wrapper width with opened additional columns in percent."
TPL_BEEZ3_FIELD_WRAPPERSMALL_LABEL="Wrapper Small (%)"
TPL_BEEZ3_FONTSIZE="Font size"
TPL_BEEZ3_INCREASE_SIZE="Increase size"
TPL_BEEZ3_JUMP_TO_INFO="Jump to additional information"
TPL_BEEZ3_JUMP_TO_NAV="Jump to main navigation and login"
TPL_BEEZ3_NAVIGATION="Navigation"
TPL_BEEZ3_NAV_VIEW_SEARCH="Nav view search"
TPL_BEEZ3_NEXTTAB="Next Tab"
TPL_BEEZ3_OPENMENU="Open Menu"
TPL_BEEZ3_OPTION_AFTER_CONTENT="after content"
TPL_BEEZ3_OPTION_BEFORE_CONTENT="before content"
TPL_BEEZ3_OPTION_IMAGE="Custom"
TPL_BEEZ3_OPTION_NATURE="Nature"
TPL_BEEZ3_OPTION_PERSONAL="Personal"
TPL_BEEZ3_OPTION_RED="Red"
TPL_BEEZ3_OPTION_TURQ="Turquoise"
TPL_BEEZ3_POWERED_BY="Powered by"
TPL_BEEZ3_RESET="Reset"
TPL_BEEZ3_REVERT_STYLES_TO_DEFAULT="Revert styles to default"
TPL_BEEZ3_SEARCH="Search"
TPL_BEEZ3_SKIP_TO_CONTENT="Skip to content"
TPL_BEEZ3_SKIP_TO_ERROR_CONTENT="Jump to error message and search"
TPL_BEEZ3_SMALLER="Smaller"
TPL_BEEZ3_SYSTEM_MESSAGE="Error"
TPL_BEEZ3_TEXTRIGHTCLOSE="Close info"
TPL_BEEZ3_TEXTRIGHTOPEN="Open info"
TPL_BEEZ3_XML_DESCRIPTION="Accessible site template for Joomla! 3.x. Beez3, the HTML5 version."
TPL_BEEZ3_YOUR_SITE_DESCRIPTION="Your site description"
                                                                                                                                                                                                                                                                                                                                                               language/en-GB/en-GB.tpl_beez3.sys.ini                                                              0000444                 00000001773 15242036616 0013326 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       ; Joomla! Project
; (C) 2012 Open Source Matters, Inc. <https://www.joomla.org>
; License GNU General Public License version 2 or later; see LICENSE.txt
; Note : All ini files need to be saved as UTF-8

TPL_BEEZ3_POSITION_DEBUG="Debug"
TPL_BEEZ3_POSITION_POSITION-0="Search"
TPL_BEEZ3_POSITION_POSITION-10="Footer middle"
TPL_BEEZ3_POSITION_POSITION-11="Footer bottom"
TPL_BEEZ3_POSITION_POSITION-12="Middle top"
TPL_BEEZ3_POSITION_POSITION-13="Unused"
TPL_BEEZ3_POSITION_POSITION-14="Footer last"
TPL_BEEZ3_POSITION_POSITION-15="Header"
TPL_BEEZ3_POSITION_POSITION-1="Top"
TPL_BEEZ3_POSITION_POSITION-2="Breadcrumbs"
TPL_BEEZ3_POSITION_POSITION-3="Right bottom"
TPL_BEEZ3_POSITION_POSITION-4="Left middle"
TPL_BEEZ3_POSITION_POSITION-5="Left bottom"
TPL_BEEZ3_POSITION_POSITION-6="Right top"
TPL_BEEZ3_POSITION_POSITION-7="Left top"
TPL_BEEZ3_POSITION_POSITION-8="Right middle"
TPL_BEEZ3_POSITION_POSITION-9="Footer top"
TPL_BEEZ3_XML_DESCRIPTION="Accessible site template for Joomla! 3.x. Beez3, the HTML5 version."

     language/en-GB/index.html                                                                           0000404                 00000000037 15242036616 0011213 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <!DOCTYPE html><title></title>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 language/index.html                                                                                 0000404                 00000000037 15242036616 0010323 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <!DOCTYPE html><title></title>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 images/nature/nav_level_1.gif                                                                       0000444                 00000000337 15242036616 0012177 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       GIF89a(    !  ,    (   Iͻ`9dihMp,/cx<pH,Ȥrl:ШZجv{ExxLganx@~  ;                                                                                                                                                                                                                                                                                                 images/nature/box1.png                                                                              0000444                 00000000137 15242036616 0010672 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       PNG

   IHDR          4;9   &IDATxcz0	L_p&f\ Gue 42L    IENDB`                                                                                                                                                                                                                                                                                                                                                                                                                                 images/nature/headingback.png                                                                       0000444                 00000000127 15242036616 0012240 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       PNG

   IHDR      (       IDATc ,4i
a1P ]*    IENDB`                                                                                                                                                                                                                                                                                                                                                                                                                                         images/nature/level4.png                                                                            0000444                 00000000132 15242036616 0011207 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       PNG

   IHDR   (       - g   !IDATxc@`aB[=<@_
 Nl+_    IENDB`                                                                                                                                                                                                                                                                                                                                                                                                                                      images/nature/arrow1.gif                                                                            0000444                 00000003244 15242036616 0011217 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       GIF89a8   ¿~y{jega[^                                                                                                                                                         !  ,    8   ԠHJ* H}3Ç",Яq2jȱǌ,Qɓ''˗0cʜIʛ,cTs߁@JQ*]wEo&੻X"݂@$JٳhӪ]˶۷p}۠ݹx˷߿}>È+^̸ǐ#KL˘3k̹ϗ0⠴ӨS^ͺװc˞M۸sͻoE@x@ȓ+_μУKN"hνKOӫ_Ͼ˟/}Wo	IU`y&`F(Thfvj($hb vh8樣,V@	8(H&9a)IP:)TViX\v`)fihlvগprtixx'*蠁硈&(6裐F*餔6j¥f香駟r*ꨤJ*%꫰ꬡj~:®뮘:ªj챬f벰F쭜K)dv+k莋º좐{¼./ ,l'7G,WpclwL ,$l(,0,4l#3<@-DmH'L7PG-TWmX=L`-dmhl1tmx7߀.n}נ#^8C`cNyߙw砇9/GnxK7>x޸ |o<:$7GC_<;/w§Է~~矿ҿ_=_GJ~K:'H
Z̠7z GH(L
W0gH8̡w@H"HL&:PH*ZX̢.z`H2hL6pH:x̣> IBL"F:򑐌$'IJZ̤&7N:1 ;                                                                                                                                                                                                                                                                                                                                                            images/nature/searchbutton.png                                                                      0000444                 00000000300 15242036616 0012512 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       PNG

   IHDR         Q?   IDATx0C(2eBpmt뒪#Fl[maߧK '&ml$3`$zki[6ARss"muR		 !H .	mf asX/&:    IENDB`                                                                                                                                                                                                                                                                                                                                images/nature/box.png                                                                               0000444                 00000000136 15242036616 0010610 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       PNG

   IHDR          4;9   %IDATxc|ˀ0)g2_p|)meG k:    IENDB`                                                                                                                                                                                                                                                                                                                                                                                                                                  images/nature/arrow2_grey.png                                                                       0000444                 00000000160 15242036616 0012257 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       PNG

   IHDR   	   	   JΛ   7IDATxc@Bp 	PTvPZbg(G!  K&NR{N    IENDB`                                                                                                                                                                                                                                                                                                                                                                                                                images/nature/readmore_arrow.png                                                                    0000444                 00000000464 15242036616 0013034 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       PNG

   IHDR            IDATxz FQ܉LL7`lWzozn^b:˲$I|?NseZ!
x40rާfYoCS C^)i,k:y8<752Mf Yj![RTd \)E=0ܲZ[AAð@>yٴ$}{FaHi0}g3(],x
?rپ%Q?I-    IENDB`                                                                                                                                                                                                            images/nature/arrow2_rtl.gif                                                                        0000444                 00000000145 15242036616 0012076 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       GIF87a  
 _^^ϵUUUrpq               ,       0I!>
& ! Dj j,_ ;                                                                                                                                                                                                                                                                                                                                                                                                                           images/nature/tabs.gif                                                                              0000444                 00000003136 15242036616 0010735 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       GIF87a d                                                                                                                                                                                                                                                                       ,     d   Hp`*\Ȱ!9 @DJTLA
T PA$
%SD17,X@5d[PYĂ"=iHL-14*f@I[.ڡΝM;@IZ+le+CBG$9"0w=rą.Ke=/)@ʘGL3!:_hqa4ҦIraȡĆG6BlC(s{7P8/EnDIn(Q`d;3``7|&+4ď~Я4$HBFi|Bvb 
`J aX,@0N*8A*c=c`Pr F٤D!D Vj1[F&/ %5Pf 5/uB 'LLuKd *hK0z:HA 	:iAPzjFqPntIU:j](&`ba,Ъ
@8,tCF[m?$C	-pmx>DЈ&{ уYxYN Hx@ .L@;[	d1t 1#̀?' 7ӬsLC 4	@L|s L# 5)0F 0 $X)8) v  ٧Ͷp-t=vx|C߀.wn܅yގǽޑRgrOηx褗n駀ꬷz۪o ;                                                                                                                                                                                                                                                                                                                                                                                                                                  images/nature/arrow_small.png                                                                       0000444                 00000000140 15242036616 0012335 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       PNG

   IHDR          9   'IDATxcxVu}С!th~Lg=
R PA&c    IENDB`                                                                                                                                                                                                                                                                                                                                                                                                                                images/nature/grey_bg.png                                                                           0000444                 00000000156 15242036616 0011440 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       PNG

   IHDR      r    %&   5IDATxc01xdq7.u5L^MomTfTfTfTfTfT  U[߽d    IENDB`                                                                                                                                                                                                                                                                                                                                                                                                                  images/nature/arrow_small_rtl.png                                                                   0000444                 00000000165 15242036616 0013225 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       PNG

   IHDR   (       _oPR   tRNS  v8   .IDATxcWD/]Rw4(BS5HT  o}S{    IENDB`                                                                                                                                                                                                                                                                                                                                                                                                           images/nature/blog_more.gif                                                                         0000444                 00000000535 15242036616 0011751 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       GIF87a 2  faalffRNNd_^JGFunnicbNJJGEE;99 =?=PPP(''ٓ643\WW,     2 @'dihlp,ϭ!K!tp82axĨtJZجvzxL.z-,K8
~EGLNPTnp vxS68:		

˨آ 
H*\Ȱ ;                                                                                                                                                                   images/nature/karo.gif                                                                              0000444                 00000000055 15242036616 0010735 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       GIF89a    !  ,       X ;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   images/nature/arrow2.gif                                                                            0000444                 00000000144 15242036616 0011214 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       GIF87a  
 _^^ϵUUUrpq               ,       0I: Xqfp ;                                                                                                                                                                                                                                                                                                                                                                                                                            images/nature/index.html                                                                            0000404                 00000000037 15242036616 0011303 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <!DOCTYPE html><title></title>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 images/nature/pfeil.gif                                                                             0000444                 00000000236 15242036616 0011101 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       GIF89a "   fffŵ֋   !  ,     "  KI8ͻF A BXAq&#2p݃ԋ"(,"R`8W3P)"JcpE@'š({z  ;                                                                                                                                                                                                                                                                                                                                                                  images/nature/arrow_nav.gif                                                                         0000444                 00000000117 15242036616 0011776 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       GIF89a
 
   >>>籱wwvIIIfff!  ,    
 
  .ũUbnn@Z  ;                                                                                                                                                                                                                                                                                                                                                                                                                                                 images/nature/arrow1_rtl.gif                                                                        0000444                 00000003256 15242036616 0012103 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       GIF87a8 L jeg¿~y{a[^                                                                                                                                                         ,    8  LԞ	Hۻ	KÇ"JÄjܸ
%HC@$\ɲK(+& f6s><ϟ?聊+m\zRvLJJUOJ]@kKٳhӪ]˶۷pʝݻt˷/$Ke@È+^̸ǐ#KL˘3k̹d"Kv@ӨS^ͺװc˞M۸sͻ!K~@ȓ+_μУK<uسkνCRӫ_Ͼ{ˏ^	'h`z6HVhdxZ f!h(8Z0(#4h#2b.@x9i;R"I6餓GF	#.yb{d\v饖!)dh	l&b)tix|駟hz 蠄j衈&6蟐I夔Vj饘h¦vi	*jj*"ꪬJ«*kj뭸z#*창:&l̖ F[Vk^v·+k莋ºp»k. ,)'7G,#Ww ,$\(,01l8<@-DH'34PG-TWmXg\w`-d_-hlp-tmx=w|߀.j`5$~7n8C#x6dyk^7N褓w嬷.;/z~x4x.6'7xWo=9d=/`ʧ<0[篿>8@UzG>x':Y̠7z GH(L
W0gH8̡w@H"HL&:PH*ZX̢.z`H2hL6pH:x̣> IBL"F:򑐌$'IJZ̤&7Nz(GIRL* ;                                                                                                                                                                                                                                                                                                                                                  images/nature/nav_level1_a.gif                                                                      0000444                 00000000240 15242036616 0012331 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       GIF89a,      !  ,    ,  qڋ޼H扦ʶL
ĢL*̦	JԪjܮN;o' 8HXhx88T  ;                                                                                                                                                                                                                                                                                                                                                                images/nav_level_1.gif                                                                              0000444                 00000000337 15242036616 0010701 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       GIF89a(    !  ,    (   Iͻ`9dihMp,/cx<pH,Ȥrl:ШZجv{ExxLganx@~  ;                                                                                                                                                                                                                                                                                                 images/close.png                                                                                    0000444                 00000001223 15242036616 0007625 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       PNG

   IHDR         Z   tRNS   7X}  HIDATxl$QZgnml;ipU.:#f/6>ֶ;o03mHf-֔Aob\U]vl2qr!EQh^JJ؄hdB&aԓjm6ۯ_<=t:W56x
BhHL46[@?޹s' j߿OQ\rַo_H	b>moǲ,:2`Yϟ?9s*##cbcCCC`+>Bwٳ3gDEE566?~kD`U
%<y[/^<ߵk"فbRqTE BH0Y^$ZPP a+}}B~dd;7o>~)>>ϠȅDx"~˗/=z?4ŏjmZf򮝻R_ j!IҲr$|Z>+!/>lfN-!_P`̇ﱭmllLY,#*]]]aPF[3`6DfOȐ6    IENDB`                                                                                                                                                                                                                                                                                                                                                                             images/slider_minus.png                                                                             0000444                 00000005042 15242036616 0011220 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       PNG

   IHDR     F   hN   oPLTE񽽽333i  	nIDATxK:PM<C_'_q(%$Vq~y4F_Fqlo[~cpx`8 z<Q2\%eQ:mF͍"@Nh!2_o4W?c&`֎71-bQd̢!tqƸ4P]	 B)8-q'97V[([xV#ݗ(>$ a8<	Y?z4Zq_з&#$g~}NZx1Q=_o\{X	GXIƨ{z"v&q't56LN6(%"M㜍Ӿ,;mU?C1!aIʏpqc=m@v^gcƅ?[e75/zqE_W}+./z]ˁxlJ~+p.:h<'
>L0C	Eu!z	f64tɆG%e%Ey|J( aO;ttHe8n(p7!2㦧`p,cpEs$5r)h\8}]ѸE]n>6{ٛFL؜o[(FL-k#Ga,LeJGLy,Ju(HJVKh\!=#c"36M湎R8lc11&8fW9L׾Y0.Wk=a\X"B(En<_gmm~,Fj37wIqUzfVie.c,j잍ʵ>R#@B~Yf>^HӘQ|ID41_:HȤ˄\SRcZx@H	p'PV7eVtdlDg2ϙ0iYH5ъXg"#x+B͢ODaeK"-9MJ52Ԇ~I0x$q^?cz|BMu6cc6B47:gbW|bŐ
_ȖQSh9v{FBxyU/zq)|{Eo> 90sk9+#ceI hn>.nINFU 2GXZ/:5~N1%G!p]e~pҬQgRHWze7$*SD'"s;!)GyH PY`hp=BFhUy=maqZBR'8a	uשn_0<=>a"pOwu)32@p:lG|"dꈠKedCП.A+iFl0S8)r?Uljj1޴Rc0Ic9Slww?vD(^Ejs󉝈·0<=>ao]u# 7Ώ$D#uᘑ"psV9I^ejjkۑSBMXGVoOH8Sm聀V[:i<I֥͝t(施l3UՎ	3bȎ9NXN@S5Z->ba';i۷að};޼y:!xE{E|xN{zj'Ii[4fМSQױc	X;15Z9}́cG4;5H]1paP?yՑF(Mo?B83H	UAzƭj00O̟v|l]]+]"iN_p)߾x}}0>~q^nw\U tvj6i(cjǄ1fdGv]'N,JO558ڜ̶2	A=ɝ4JK5u^DjfB-@veR33)I)z+;,^(tk߶>O*p%~5~.m0Oð}}0x0Їa؇>0Oð}}0^(='!0"{xGQŰà(:UL8u/
mװGYI<߽ߢp$V9]',JsK_z5E24):8LL*u\N3|'Gy~jkۑSBM'}:(   J?
.:<@txBP : &@:P : : : : :0Mt` pj'A    IENDB`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              images/all_bg.gif                                                                                   0000444                 00000000217 15242036616 0007723 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       GIF89a          !  ,       TdIPy;y`8Q(]Xjҍ[៽
EhD&57b9*VyuV%;RYVv( ;                                                                                                                                                                                                                                                                                                                                                                                 images/arrow2_grey.png                                                                              0000444                 00000000160 15242036616 0010761 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       PNG

   IHDR   	   	   JΛ   7IDATxc@Bp 	PTvPZbg(G!  K&NR{N    IENDB`                                                                                                                                                                                                                                                                                                                                                                                                                images/footer_bg.gif                                                                                0000444                 00000004267 15242036616 0010462 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       GIF89a   fffeeedddcccbbbaaa```___^^^]]]\\\[[[ZZZYYYXXXWWWVVVUUUTTTSSSRRRQQQPPPOOONNNMMMLLLKKKJJJIIIHHHGGGFFFEEEDDDCCCBBBAAA@@@                                                                     ! ( ,      @pH,Ȥrl:ШtJZجvkxxL.zn|N~ 
H*\ȰÇ#JHŋ3jȱǏ CIɓ(S\ɲ˗0cʜI͛8sɳ@
JѣH*&ӧPJJիXjʵׯ`ÊKٳhӪ]+u۷pʝKݻx}+v߿LÈ+^̸ǐ#%@˘3k̹ϠCMӨS^ͺװc\۸sͻN-ȓ+_μУKN}νËOӫ_Ͼ˟O? (h_6F(Vhfv" $h(,0(4h8<@DiH&L6	TViXf\v`)di
lp)tix|矀*蠄jn.袌6裐F*餔Vjif馜v駠*ꨤjꩨꪬ*무j뭸뮼+k&6KkF+Vkf"+k覫+k ,l'7G,>`gw "l(,0,4l8<@-DmH'L7PG-TWmXgt\w`-dmeWlp-tmx|.n'7G.WngwO 褗n騧ꬷ:.n/O'7G/Wogw/|觯/O  HLh:'H
Z̠7z GH(L
W(0gH8aU@H"HL&:Pl"H*ZX̢.z`H2hL6p#3@:x̣>z# IBL"F:򑐌$'IJZȤ&7Nz(GIRL*WV򕰌,gIZ܀.w^0IbL2f:Ќ4IjZ̦6lr8IrL:v<Iz̧>~ @JЂMBZP2D'JъZͨF7юz H?ꁒ(MJWҖ0LgJӚ8ͩNwӞ@PHMRԦ:PRZXͪVծz`XJֲhMYAֶp\J׺xͫ^׾`KMb:d'KZbٚzhGKҚMjWֺmfKͭnwpKMr:Ѝ.nG@Zͮvz֕lKMԯz|K%~ LN;'L
[o	6{ GLW0gL8αwx&L"HN&;PL*[Xβ.{F>L2hN6CvL:xγ>πs  ;                                                                                                                                                                                                                                                                                                                                         images/system/j_button2_left.png                                                                    0000444                 00000000257 15242036616 0012772 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       PNG

   IHDR          Պ0   vIDATx0?-c&8"2iUX5&WX5.[eARL*YJҠTTRYYИ,1ͶD̪JrsQ1`8e    IENDB`                                                                                                                                                                                                                                                                                                                                                 images/system/notice-info.png                                                                       0000444                 00000002003 15242036616 0012253 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       PNG

   IHDR     9   "  PLTEw~Ys}Hjm]"x~Zv}Xrx[I[2>BBl~koZjm^en@z}/|2ܒitErxZqwZqwYpyNchjaXb0筸ᜦsx;xErqw}ZltEt~J⎯sx]
ntTmsVmsUnsXz7is{5tqzLkn[jm`l|3im^{5y8y9jm_깒h"
s~Gt~Fr{Krx]rw\2ƌlqWmrVkpYko[gim_il^jl_ik_ꂙ#&}0[  IDATx^Ú,HE?Qym۶mm۶;aO"'i& ` X I& L ĵL ľL ĪVؽrUr b|gݼ~s)O@4?~)9) 1û+ʼQXJ b*֛;&RKݾ_Yboi҄ Ēg^/Lxh$! ´bz>, ͍`tUo z89`[H@_Z m5^'7mK@i8?XK@Lֽ׼`>h;u`}tSB bMCgP=R皔 چ϶u7__X4HomiUEI_;N*ؘX=ז-oe e .d f g d e @	) ~& R& L ăL S  2e g .g          'cfi    IENDB`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             images/system/notice-alert_rtl.png                                                                  0000444                 00000002302 15242036616 0013312 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       PNG

   IHDR     9   "  FPLTE              TT  rqpnTS  SR}SR88xCCwDD{<<2200$$              ٴ              oo|{zyzyppwtvtururnlomkikhVUVUTSSS}TS~SRRQRRRQ}RQ|SS}RRQQ|RRuPO77uOO88xMMvNMwMMvMMyLLvLLvFFyDD}CCzBBxBB~??xAA=={>>~774422224422с11Ѐ11--,,..**&&$$%%ψ##""͓ʎΏΐΪ  		叏ꎎ  ҏՏ  oo}{6  7IDATxۃdAFh۳m۶m۶mۻO6n>A	BYrY  W5 r 4! @r 4!@ 4!k4 	 4.==}|R*@1#Wl>gݲQ /z4?5z{iˌ" @%qu]q$m@%sr5g UH+j6<Ԥ? (duè\]U&}@eEyN3(} @c)w;srrcQz:12{w ԑz:-7Ѩ&  u~,;21; #od~yqN_/ؗ ԑ0;7QB6Х{Ṹ<d  (dHVU]]/m?>8Ԥ dj0jZ}' *)hTe`Vi8Ig @tߍF+ތ"] Vz<{]2(jd۝F Єl  M ЄL Mh Є M7 Є| M Є&                              bx
8%    IENDB`                                                                                                                                                                                                                                                                                                                              images/system/index.html                                                                            0000404                 00000000037 15242036616 0011331 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <!DOCTYPE html><title></title>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 images/system/calendar.png                                                                          0000444                 00000001120 15242036616 0011611 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       PNG

   IHDR         a  IDATxI}c۶Kbrl뿈۶}wۙ,UL&+O'Cm?jnPhe"Gf-];
@޹vr!] <Zp9q0<wף{`@l~FB| Wi>|L?HH<y |
P!%Eӳaݧ[<8rXu>aݡ/}1(Vyfݟ!dH  ;7Ξ(:!ʔ(m;',=0Bpq㱇~4C(ōp</6OJ́PHQߺ5emr9)$F}AIHslp-,,~+ bsҒbJX0!4E3uMq\ScW!T,ĿOR"O<7{E.y圴S!I#}S\ђ [A3fvI    IENDB`                                                                                                                                                                                                                                                                                                                                                                                                                                                images/system/j_button2_image.png                                                                   0000444                 00000001202 15242036616 0013111 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       PNG

   IHDR         Kl  IIDATxj s:FFmնcc'alvyoG$IRU5!0==d4q+f2[/t.dRT&&3X,Yd2(
2	pSQI.EGEWoˋ5A[=V\.gT V߻;qggnbè(C}Ctk|fz\^lè(A<+Kf3<eV>_6s7ȖlEH S`'ĝPJ}avI6)!6	H5<jYc-o{>y=1>q~4B&lVW ?̖R)Q7LFMou/(bs!9(o_HWW-Z\ZFZPY
؅#Y+]FaTBb	USOI9ڨ ,4MaQ̀H$6EQUUAZҵU@̾$IxMXDF&q༌_Napf0D"! q
l    IENDB`                                                                                                                                                                                                                                                                                                                                                                                              images/system/arrow_rtl.png                                                                         0000444                 00000000160 15242036616 0012056 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       PNG

   IHDR   	       8   tRNS  v8   )IDATxcWPK*~i(?!
c1<Ȃt  *    IENDB`                                                                                                                                                                                                                                                                                                                                                                                                                images/system/j_button2_blank.png                                                                   0000444                 00000000251 15242036616 0013121 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       PNG

   IHDR          3   pIDATxu50af&IҶ6STCc=NCpˈWdx
(dF!1
Q80
so/%{"BD)4Ƞ1B5)t80    IENDB`                                                                                                                                                                                                                                                                                                                                                       images/system/notice-info_rtl.png                                                                   0000444                 00000002002 15242036616 0013133 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       PNG

   IHDR     9   "  PLTEw~Ys}Hjm]zݍ"x~Zv}Xrx[koZI[2>BBl~tEԝtsliܒiѐc}/|2{5|3{5rxZqzLqwZqwYpyNkn[jm`jm^im^en@hjaXb0筸ᜦsx;xErqw}ZltEt~J⎯sx]
ntTmsVmsUnsXz7y8y9jm_깒h"
s~Gt~Fr{Krx]rw\2ƌlqWmrVkpYko[gim_il^jl_ik_ꂙ#&}0  IDATx؃G3kۊm۶m=[yfŰrNʸX,@,XX " (@<P@%to\f .h.|~̣=+ _}Z9R{D^<u3ō9\_X'~ <YoZ1|{Nu />=66V|<|GZ3qD5_tU1ǗZ51ڕ;*$@>jXXW?WŘGm׎VŸ ݼcaq@>~޾^b-_4Zd>ڲ^F6{WHZ[l 'oDLo>oҚ).--=u{G-x¶i.@<Qx x! B C G
 ~/@|[8Qx q q^! B    ^-@         ,)g    IENDB`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              images/system/notice-note_rtl.png                                                                   0000444                 00000002436 15242036616 0013160 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       PNG

   IHDR     9   "  sPLTE0/(${!xu.ٵßÞ~3,+))&*$}"|"B짃dbuꦁc|I{J{Jqz`tSgsYsZ`q6
V/tTɣǢÝ|Ü|ÜzÛyz 2ʥ-10:݆H+;ކ;܆<+~&~(у@҃?Ձ:́B6ʁBɁCǀC|4Qڼ}Hb|Jټy?t#غںٸxAzL~bxCyIwCo|c|_yMwHmٸz`zaz`z`z_y^wPuFuHwPjx^uSw_ȣsP嫃tTsUrNjsSf⧀ʨsZr[rZqQpNdqXɦ^ZWV}_HT|CzAs:r8ǥ_/
V.ǦP)
O'	N&24g:tS{^n5tvQ2tRI  fIDATxK@j۶mc̳mklm[;jW, ) dA    2  @&   l  1Si >+&o
 Z	sLLIXwWW Iq*AVDxN.MTIAvm;<I@#MTCdPE/w  Hӟp6	r  ǗUf9j+"No/9+? 裳\)%cU( QFf/;#ӏ\Q| @%GvXכE찾 Qaګwò~+J1 #L._~%L%% 35/**X~ኒ 9T)d*"+v[eUI hFUR*閈DZ_u7I CTCC%9yJY'I< T#5<?<I @+?}-ɫH hhM+k9q;Λv>)((dTA!  Kvk績$% )@ yJ d/D %                    G~}>l#    IENDB`                                                                                                                                                                                                                                  images/system/notice-alert.png                                                                      0000444                 00000002311 15242036616 0012431 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       PNG

   IHDR     9   "  FPLTE              rqpnTSTTSR}SR88xCCwDD{<<2200$$                                oo|{zyzyppwtvtururnlomkikhVUVUTSSS}TS~SRRQRRRQ}RQ|SS}RRQQ|RRuPO77uOO88xMMvNMwMMvMMyLLvLLvFFyDD}CCzBBxBB~??xAA=={>>~774422224422с11Ѐ11--,,..**&&$$%%ψ##""͓ʎΏΐΪ  		叏ꎎ  ҏՏ  oo}{Ar[  >IDATx^cdA/m۶mm۶m۶msgSskĻ+\0 %C 5 qC 3 C l5 JC K5:5N;  }]zgQQKj $Wԍ_ٮo hi4p:Z&F $gƁ{vno>Ί	 Hא͎5֒?8R#  ^UUeUn{SRWVDh $eRUZ^Y=\  a;ebWYf P˄#~rrurR> @B,c7~g u:#D  qM  	nZ~1G $В_Z  %Z_ԍ vu HϜTٝ: iI^/f[vBN @zg]T=^͟_ /+8qخe5 R/9-333-Z;     3 2  #      w Rb                               ?9|)    IENDB`                                                                                                                                                                                                                                                                                                                       images/system/j_button2_pagebreak.png                                                               0000444                 00000000670 15242036616 0013760 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       PNG

   IHDR         Kl  IDATxԅ  ai;ie*#C'88Rd2FQ0q	!0pBȷ [eYm*UUXZT1M|ܻDu|b~*3`hFͷMLT҇/O]]]|qqU(;ӚΖ\I&&
k'aj;ML,(V/mmb"YNhTmh=OҜjJڿ#!$j61IK<Erĵa15i'c;K)xh\=99YV`ډ8B_N#8O~w    IENDB`                                                                        images/system/j_button2_readmore.png                                                                0000444                 00000001002 15242036616 0013623 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       PNG

   IHDR         Kl  IDATxEz@ aݬG]efM9fA, @|[3Fba8ehۈp^HQT.ۚX<p
"CH&$bfZNr̲D$:cHXia!ErTmTuw'LoҶAy'd,8h͖9(ݰA	NH0J*!U:&Np'D*	Ndi~yyڕOyUo&;1=%_k_R.Oi{"ђnz8ZlIl @ol8C(.]k;5uoWqoԏNN*+4/e3Os6(2CGQħk?{IxO<'
IjD@dY(JUUsy`K$z]߶	*m2    IENDB`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              images/system/notice-note.png                                                                       0000444                 00000002443 15242036616 0012275 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       PNG

   IHDR     9   "  sPLTE0/(${!xu.ٵßÞ~3,+))&*$}"|"B짃dbuꦁc|I{J{Jqz`tSgsYsZ`q6
V/tTɣǢÝ|Ü|ÜzÛyz 2ʥ-10:݆H+;ކ;܆<+~&~(у@҃?Ձ:́B6ʁBɁCǀC|4Qڼ}Hb|Jټy?t#غںٸxAzL~bxCyIwCo|c|_yMwHmٸz`zaz`z`z_y^wPuFuHwPjx^uSw_ȣsP嫃tTsUrNjsSf⧀ʨsZr[rZqQpNdqXɦ^ZWV}_HT|CzAs:r8ǥ_/
V.ǦP)
O'	N&24g:tS{^n5tvQ2tRI  kIDATx^]۶m۶m۶m۶cIS]ﳈG>i d& @i d& @h d& @i d& @:虗#N9  uqekvvvɏ 	jrDc!AJ 	lzD5iIѧghJ @Z6fӝF\ѡ  QZ*NO.'yqG) Bc"[JaW ۓ'V/vkl. G3UT?\*C~0J eLǞ]ixȴ7Y  tٱ:/Z /[ֈEya+R HK数qMS[JhG $e#NK0u dUͰ"oY
 IwФ5LD4U\t $*+`<5* ieڹ극eW)F%  mL.37~SR @{{xΔ+G+ $Ց˃ 2F  5 E  g4 2M  35 2A  4 U  5                               >=    IENDB`                                                                                                                                                                                                                             images/system/arrow.png                                                                             0000444                 00000000143 15242036616 0011176 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       PNG

   IHDR   	       8   *IDATxc0 Vu}BKX	aЭPV  Z4{<IY    IENDB`                                                                                                                                                                                                                                                                                                                                                                                                                             images/system/selector-arrow.png                                                                    0000444                 00000000305 15242036616 0013014 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       PNG

   IHDR      
   X0$   0PLTEޱ׬)   tRNS @f   CIDATM10@".6& 궑͖<ۢʈ/t
z ,TMKo7    IENDB`                                                                                                                                                                                                                                                                                                                           images/slider_minus_rtl.png                                                                         0000444                 00000005070 15242036616 0012102 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       PNG

   IHDR     F   hN   oPLTE󶶶3331  	IDATx6`m^Ƅ z0..zEEK|p>h}9߶Ve?EtFmtFP?(3"787yyО A$ =l9XTN䟂"PEL_PjLAS%PA. _+aMG'J)ۣ䆳4X-T$X3HelwtcVeZЁ	6$_ٔsHnXc9Is0kcYoGLqr"Ƭo@"j}@dnvrQpO@"y<2011^Nx_xUTT(3R+*/ߌ_xEE]VTEEGEE]􊊊E?{|۬fmn%I}dN}H;및+BQaM#QYBΟbP^
lI*W٠QB83f	h'ATZ7J5yp H;BΓ#r;h8ߋDU.SD|#͉m<Iw
bzF1FEkTE_WT7/[[Voo}mآ%u*sUgΌ Xz	+(%NL74r0s2Vi!'>`V"w1Ǟ^ik::YWbHTZ/&jޚ2ƙZ\*A_Oi76//<_/26=۷/孏YݫRq`S'6m ;vGDK rvgdv,)P:' YXy&:fsT "E0Y'rNw8hr	S<r=Y-2r9Cǡ>.ǢzIh5aO1(x}S=
;RA!T0;y͹mH2FCdp#קk `\MH gf"4ry?2LK\ai*pd	dk3gOiq<)ߜ:'***\uy&e}@v܈0,s)M/OTh3@@ŏbcX\>?<^rƌGZ8|?\CKtglaz;%DvJЊ[o-:꾞^vjhx01q R5v$ZW-!E`ґ"$ݣ2Lm&i9yc?b?bbx<=p?y~⅃@:HYɏ5Zj帿S:23SU3!e*FU;UL`R , t/9?bʡB_XmbGrʢ\UT;FfVđ/#(ޘXm43ZJaZ48#hA&1^=>bbzՁ7ó:UؠLHK[	.S{d1͋RJZҳDD{G(S-Ŗ/[И]T77Fstx	`KX	d+2U,l)zk8CஶB&[Ɯ4TCz1m^'
̺Z,w=\NXÅOf{&qu:ŵ+ {(u~/?=+QMiW{JPWe HlgdJDdm"J!KcҜUe]NMgA1H.R)A+o1_bb\9O-]c>Ï;9"Mx1g0]]B]6^L)&il	Bܞ
"Cp$vӖ*]xS/<Bɘۅ}H݌n,p`
{!rڌE	)S{ā`(e,=LJtw$݀0©.m➱bb}X\X,w~Eb{쇾X쇾X,C_,/_ ;!'jV%mKȜeщ\7<i[ljCdҮȬVr)MNHŤx.X1ݮ&CBSΎfًLM,1qmZP4Z$E!H앬1ux9$\		%whד^\}:*   џpg0ڃс At@t@t@t        NcS&    IENDB`                                                                                                                                                                                                                                                                                                                                                                                                                                                                        images/req.png                                                                                      0000444                 00000000575 15242036616 0007320 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       PNG

   IHDR         7uQ   rPLTE:=?ʷ͠眛ݣӕ⢡kln״_   IDATx^W0P\ҝW80F#keqVIЪCbY<ܔ2~h-PEVKZhcWSaTDո?Djx-gI~K$I2u>F9Br$NnݙhLtSgD$xtyQ}*>~nc58kl Κʿ_	011&    IENDB`                                                                                                                                   images/news.gif                                                                                     0000444                 00000000225 15242036616 0007456 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       GIF89a             !  ,       ZH=098 dihlp,tmx|pH,Ȥrl:ШtJZجvzxL.zn|NxR ;                                                                                                                                                                                                                                                                                                                                                                           images/minus.png                                                                                    0000444                 00000000172 15242036616 0007655 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       PNG

   IHDR          ʖ   AIDATxcpu68tի^mxۈC !X_ = EAE    IENDB`                                                                                                                                                                                                                                                                                                                                                                                                      images/arrow.png                                                                                    0000444                 00000000160 15242036616 0007651 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       PNG

   IHDR   	   	   JΛ   7IDATxc@Bp 	PTvPZbg(G!  K&NR{N    IENDB`                                                                                                                                                                                                                                                                                                                                                                                                                images/blog_more.gif                                                                                0000444                 00000000346 15242036616 0010453 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       GIF87a   ꡡA@@yxx\]]ݰkkk豱                  ,      @k &d]Y%ZW&]I]E2PLxV  ,d@T!GD6Y*2	:AS@TAN5P *"u+-/|~"orfhjl$! ;                                                                                                                                                                                                                                                                                          images/trans.gif                                                                                    0000444                 00000000045 15242036616 0007631 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       GIF89a  p  !   ,      @D ;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           images/slider_plus_rtl.png                                                                          0000444                 00000005077 15242036616 0011741 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       PNG

   IHDR     F   hN   oPLTE333  	IDATx#9r9iH_o0ȶUE z>:::wtE8C/o2/|&om,rUK
|/ )9逪daE{V DԁA A$5 l@EDvO)XTN䟆d'9r5W
RrdۣΗc9Tй&	wbl#'Œ9nVM*,kҰ鰶̄9c2-#͏wm6Uzf|6Tt)M:4Z~dۀY\\	L?MZvz;v '8X(i" hC$G&f-PFCN<~J|W3D1/R;:?p3JUn/}?q<>?>]Jgר&gkmLR<즧VY|H([HB*TU+ `՟b4@T٠QBr
p6ǜyd`R2uR)<aA|`8G/^j| ]WƬ¹@n:Z:CD]EGGǑg틻*9-zִ"SfOG h$n+Nq K]
fDǦL,ާӰU_kR'2tZABN ?L*lՠѵ-ثb&tIr)IǀG--xDl-
c};_!Lc$*u^96E\rg<\./.EK}J:%INWZW1{e+ m2@|$fw#(z	rY/ՠiv.9@<6G7J Bd._4:S&;$*iJxE4}sa۬-9݇ph1(|!ZO~x© HPd	0$s8Ж_jH3DG9oL Wl`&LջZY $&hW3a[:ŉ݈ЄAdkÜo[R)&>.oX㥣<?=<~wF};::N77XkU&#Zf騵σ]5h|
tr@F>TgAW-DP1<CZd	Mj(ȗA@Jjơ4gMc >V$@ `i(0:  ȓH4̜݈8(1s*+5ѲYutt>wtEQOgSMVTeM*'=lGޟ,52Xբ0y }$-sK+؇m Z57P(([G3-8KaY!;uyP#:l*0A'F-I#cQh:?ȱaHONŮ`aWeFܭg7|߿6;c}Їax\_|įQq2Is\:TWNb+[.9 mZul=NwgnAeSr:"?m+	H}Khh*Mq%`%FK[:3'h*t(81N}ϧ+Hbb-eCחa{ð>;ϟ8íZl[B:\ܗ5l,@(]T~kujp_aR/>MxAA|~qK"fe.FFf!`<FKԻ #t\d+~:HςC7Dn~6v0{0\<o8qw7^/>O0N.Z#Ɋ-&nhl\,T<ͦKPfJ2.^-flPfHRnG/jM0Xw.biӢDWCduZul=NwgnAe;0|>0{0\=a}=aЇax{!0{0p;H~y|?boL;
8D?jW銎L)^_YP02@̹ҋ?Eˆb3JQfʀ3xί/Xj^6#EXb;HCʖ5e
Idobs"	64YvڔRZ^Wk=PcԹm
 ("@yO DҀDсM       LX^}    IENDB`                                                                                                                                                                                                                                                                                                                                                                                                                                                                 images/plus.png                                                                                     0000444                 00000000175 15242036616 0007510 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       PNG

   IHDR          ʖ   DIDATxcpu68tի^mjQ|c S=0w>ޫ }gy#    IENDB`                                                                                                                                                                                                                                                                                                                                                                                                   images/slider_plus.png                                                                              0000444                 00000005047 15242036616 0011055 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       PNG

   IHDR     F   hN   oPLTE񶶶3337f  	sIDATxՇn@PQSӚz"Xr3=}LLLE>1q\^?V<k%u`٣@j	bQ C  vL@!R/ѯ'vR_9to0kUppW9
LGDf81()EW?a\h!olP¢OBs&0"oȷB4d[xT#×8bJ%R^x&?R.~iP/oMDIxxi^LWCTb* hU-:<B ֠#.zƝ$'ؠ4BU\	PȤQ叢`qc=ma NոlD111v^ůQ=E߿'<Eؾx'&&^OL7G^OLGyeϲ=y^QگֳZdz1 ^D	{ɀ6Ȑ@DfsH1W^o@J38ALGfi4x  MX)68j;v`xuxD`a8ld8IPәqijCelCEdM?L^MLL(^-سs'&E8EO>2W+*جT5Z[ָbQ"f)fi*y,Kw H *%U4H#=#c"Ħ36M9FVԧ'h:ckBQd:#2AaEiL(	D|?utt߷ۭ~J+L*}kOQŏViU@1 NGi%  rF,Fē@)p3[/Wq23LLqԟ.jj܈ FQ` /
Ui,
?>!r HG񜉎ߖGɚhV=3qѻb!L>rP[Cͩ.˷6)tpD(@~|*x1	
1@RsTe6qq!pq_X5Cepu#ubD62.؎sۉbbb{OLLݷ}2Ar$a[TF>=@K$Їazx} #49eWʐbYjPQ:S=:LcTW]vIԖYKfʞ>,Q7xH\+|!&QZ%:X^ݠ$GyHPY`h'y誉z,fqZBR}vM{k>a؇>>a^n>w eu#cO\ٳwdJ,'1`H#74I<OȲMfK\532(@/WS|O_[vwvӲK#LjOى:sMJ;?Q]ELUNDP0ð}۷߮z}|Gzrp"x:\VUH8s9?+$/P1JujۑSBMX)+ʖpSm聀Vzd	3ux0	Kӛ;PUVSv;fo{Ȏ9z8j@=^YZ-H簓ɝ4o1s|0C7o޾GHoyA#h}hgES@=YHJآ1權z:`9ڹـ5^f+.,uj7TcfWu[-a`?XuWgzo|U4C'/p?[xOaCa0|?WZzWzXC=]M3x'ʘ1aF4]'S#觚,̶2vKit-fRIM)u^DwqtOfBtK&m!43r[Qg4)(^NSZ/:5o>;=p%<j8+`߮ߧ0_a0ЇayzðE`ð}ϧ0_a0Їa__PzB`C{k(baJP~&z:Lی^kX#Ϭ$HN`﮶1(<QeZ}}WN8 *It1OsBӛJ+}utiJStpU:df&4Of
)թmGNm5  +A*o At@t	i@y @y4сI-KJ    IENDB`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         images/personal/arrow2_grey.jpg                                                                     0000444                 00000000533 15242036616 0012604 0                                                                                                    ustar 00                                                                                                                                                                                                                                                        JFIF   d d      	 	  W               	
           	                                   ? e_h&owv2ɔ28ad$ޤ]_d)V!mVX                                                                                                                                                                     images/personal/grey_bg.png                                                                         0000444                 00000000126 15242036616 0011762 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       PNG

   IHDR          ڿ   IDATxcyI3N&3* Fd    IENDB`                                                                                                                                                                                                                                                                                                                                                                                                                                          images/personal/ecke.gif                                                                            0000444                 00000001471 15242036616 0011240 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       GIF89a &                                                                                                !    ,     &  A,Ȥrl:(@ZجvzB.znC~~ 
H*\ȰÇ#JH1!3jȱǏ CI2(S\ɲ˗0cʜI3f8sɳ@
J4H*]ʴӧPJJ5ꆫXjʵׯ`ÊKٳhӪ]۷pʝKݻx݋ׂ߿LÈ+^xǐ#KL˘3kތϠCMӨS^װc˞M۸sލNȓ+_μУK?ޡسkνËO{?˟Oۧ (h&h`6F(Vhfh!vV ($h(,04h8<@DiH&L6P6	TViXf\v`v ;                                                                                                                                                                                                       images/personal/index.html                                                                          0000404                 00000000037 15242036616 0011630 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <!DOCTYPE html><title></title>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 images/personal/bg2.png                                                                             0000444                 00000005053 15242036616 0011022 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       PNG

   IHDR     X   UR6   PLTEÜ@  	5IDATxI0C>wr5WLI@i=E8nΨJU[jL0sN_FuӧE	PTkW*^Ѹxt>׃<S^yjE/r+#9ɼ5jҜnt6=Uվpl\6vQac\y>Eʿ(g&XxVoaNxp#Kq2MN@#ٗD{|Nр7aڿ_gÖjCۅ~Op
}
"D3\0gȢAN{OԌP"Ѱ߀;^lcتprYuQ&w{h;`<!,˙in9"ΎgnqwuJ\NE /~"(93s(fǢ h"U)Eau
_[coћcxrm6mgvqz Z<*mc7qmpy3|nm.*U7CC}yڂ	c&9<T()6;9{c8Afro6ޢ_oX}fuK > 	Y:V#9J҈I c\`WT+!	K!m5-<on{(II"z9AP5j%L5&{(OOytj@rȟƓoƸO\iQ=$8lY3<1NG
ʸVrԏ%Pf)"pS0M=K'[p4*t%q5jrI[z$Sѵc*Br82l%cM9[-0[ZhH!yGݝ"jV@D3zV]cn|UQӕѢUWno} o>0{zRS]OCJMJ`03N2m5Ѐ^/T%z%9șQ^R&'TzS_0Wp_pi,~z_]1[!4\]}Qtj)*VZθ#˭@
"#`
6QugFDI{X=~ՐoC$>}dvٓG(c}`A sc2{pãǴ\K
Nv7GOҙ]էP:`jTYIbic[fgmΗ[m|YarL3Γ+д&"0'^y&u}ь'I{ӟ92IQ|RhUǏop7i&0]KA&BoNx)YW(#lZ[cϸ+՚{6xJzb\WCh0US[)6[q?~IvL"MR՚juJ&&0Zilm+Kk3ZRMɷʨ	{wWv0$ۧnr/^d%~o>E8*j3?zUD͎1_+3f9juwI|k_!oL*2r	dDdCg(1055 _p@aGo2-BF''by4@Z:WkvWev_aܠ ga96@b2ՙ"vd'L:TRP+N&&D_}ͮwXF2gX5?r&U'_=-37g+V?XIN[lkZghRga^%gQDhU|?9z!l&ydJH{bA^O9ůSun['y}"[ '+}hp` 	u\!w'}zu~]y -Ѱ`vfL`8[?f^э˘`F$[u3N35)Yqέ?wV騅^,ai*`@^ThdxSE,׍=qK92T)˹,Mq1]baq(esuʸk\t&J&N98e}<s\W@ɱ=4@9GŎbHx}1E.w*g6@ТQq1,=$ ΄j,KI0Ǵ~ BظlL4":PPX*T 	ܻ?sL-[:	2庅`!N^Q    IENDB`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     images/personal/footer.jpg                                                                          0000444                 00000001023 15242036616 0011633 0                                                                                                    ustar 00                                                                                                                                                                                                                                                        JFIF  H H         Y               
            ab                                   ?                                   ݮ Vpk\^_d/W o} `@ V
|[oA\ppW^od7W G`; .[
ݮ Vpk@.)t4K U@* y}

|[o+m}m  8
+
^od7W                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                images/personal/personal2.png                                                                       0000444                 00000046167 15242036616 0012270 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       PNG

   IHDR  $      [R   PLTE4H&UVPL}k)dXLcOZumve;uR2lhM,iJAqP
^?nN F:FdEuOZQ]ZTCtHzUI|C{\b3_QV/ZMWGxjGAY'N/X+U9o*T8f
&O6qNK~$LO$R
"I
Z*p'P+`<k#K2^2\N'LIQRJ|K~%N6d:k)Me+6bVL~>s.UKP%M
*Q	%Hof	[@c-X,R1g4`6d&G!H5a2[|&>MEv1\:hIT	#E!H.Y|J}L
'Kghg;ie$\pHxaH~"l"rbVQTZ<j$i]%a?x?n`+r!fT$pRmYiPQ1tAq)LD}Cq>p]N*8XJH贸^5b?v
%L+OP@dS4^	&M	&NM
(R<
5
@A
3@k_{*).Wq8
-CX>C~p 1x*;!%7.Le Dth<BE~Q  I2IDATxuFa>1=AȔAq 'Q"@h&3u7nw`Xb/dX[%.[ ۟H WRaa<K'	 8[W"{fvyj}%V% 0CrK3*A$"*Qjh J%	DqiqDIC7ت< JL?Tb;RՑG@*QN~#`_UEя¨k"0ݤ j"^a.1-<fV} %n*kD UP"0*"1}aT{$ *a[^9$"08AבG@%MTnYChsq[FUR5e{ (\ߕN  Ж.qG@Ÿ۱T;^4uܑ P7b+7#U}$ neNFUR	DGv(Oۍ*y$ "8-+u P5^nN۔Y; ^"0iyHS	 u#%	D׶<)xID`TuZfss	"?P	]
>BHT0}ǫMUB$5PKa}Z^ҕ~\ Fsc,\X$"@%q}Wjㆶ|,H ĭ}hxZH i";P	k\vx,+MC$*CsJ~~Uhc7oDFKUۻYY5 4"Tp^2@UۨT"+4D"n@1tJ\HhD*J[pH Dvxjn6scUUHbWkϱD /HLD|- ^ĸ~,
¨7" q}PD*A$!{T*A$b*ܵ]+x^nO$R nzfx" PRY+H T\)XwD"n¹yRPgK$x1?U*qwVH$6+SU	 %n竅aTE$xGUDH|KK	 !_*o\H Ir돡PmUn0"@
82W/U	 HR{a.?X1װB$]̌B$nk2gm `s\r5V" (v0V-rqGX\6
] 
ʱ7VB%OQUo, RKcb6
 %%WΜGHx*pK"08h*!@
?^|ko	 ["+_4 KqJ]o	 J^lFg, RDո%wc	 ^so- xꛆ<%MÔ9kKU?ػ6,uɈU	 Qp_N&#]B8{	&dS5 IZۜ֎\nR86)isbhWVbZY2:g	DO8=ġ<JüD) TߕvaKV~u*D7*?*iکW旪R \+Qm"n*+H UvQ+o@$ ׿7z|/U" xRU2B٣JbQ8;ld0֋ͲJ{$ `/{c]D">_W,Yr^xv u~+amDdJh2D W/hQ9,sfSFl([%IV	Dcl)dDt|EH(;ue"Tu zaSf(hj˾m2>wb#J3/`8)ݒqO'O|Q_?F *_Ҋ-EpY_)1eLO$&?p{$ øR_6B|~KՋ"AKcqS/.R/zj% Y%VW1'J
I\jj,!riE6Zt5eG
/ p8RA+r)(H{+Fl dG$*Oz="yN{j;miQWbhޫSş )rN;).c%>i;I;,T  {;Kr\ziO,8x;gńGD~X̧swn{f=# ,qgU
c7{/HkΜHYZNE/$vXH w;"dhKȕ\/DTW%RK~9/>w qYfo2֒ȗiݙ30~q~5tG"n;<{ ۷?FΒH);b>bngMHA竱Mss_?rW"%wvv2K.'IC
~9,"/U9E"DmgIȗR2΅YD$J 0K[0<[oKIc#HYiq/ध{J/ xt]p~<<<Lb)t$%W#0י/&^q&}g# ng`ݢvu<>kI+oĴ(&>	鸗NQb# ;nKH81uzKpýۈ@*q|]"-R\ƳeJߒ>ef^$Jk $T.ڞmQƝ>,.%mY|
-ƽ9{$ `F[%uӑŅ32fo;y?c="PJ{0y0[-ȷ OnvvmWKOSwX#D ᨺXģ~zv0v9IԒq WLiqeevt$m%UFM8	.@$ j`N(HjO")Ej"n콈=  d{\-p"[QNTZZ	m?M<"KVA$n@	\f	"%d4'tأിLv4{%:rE	 ([YyR%6)G㦭#{T]ǂ|Yuc퓲e}~?"PJj1v8Z=|³g,# tj^SoKOW&3i{q	ߗ	 (W%w;E1'YD: m/?dtfdh?ٗس PO+1]ўis<v<b_B$ \NQDsl>8,)/(!2~?"PVO'p`Gͳ7TltF %k%TEڟ?')ya12.L D}b7S"w~W*=렶%;E^N5CH l81WjEW\6.LlM1QET{DkMgw3@*qu2TftVw_o-i
ȗmOkD*q5kEZ"KQwDHHH_;d ϲDvV7H{D>=
Xi,dq|?{6%iV0Yvlpw%}}E<[)= eVЏqzy$ddV'	aFQ"H٦VI :g]D&lHNmu'-<[@$JvJ}*}YL
rT+bTB Wof'+%,pf8u46f5ieZC$6i7)[²7Rd\H@vȮ^fAV-z
~C$ 6ofqq2Ir="V=YR Gofn䳽,ƚ" 9$T&2M<qCCDb*ģRUhЌum8y	"'Ʉ=n.i$R"}H| |/qNsɎZS
"
X! ɬ'G,0a>y:y\er8v V-mlHyF$67w'øKrH[|" Pq#)zeK)zH۳}D`S=gYag1J4cf4]pG	MWY"yfC8Vl{|m]^_ٝ[E:!{a"OMčx0g>Hl.@%uՌXR)Dbc*߽<9
+A̽$>	MKݝx,_GqHdBE	M%'qcP4;Hzg5	MquMB"mnfFR	MtooNΠ`G&i"&񕛓$mvFP
?sHE ,{:,O>]B3@$6^=,HY55$WhHl.@%v'VY1|6n" |؝'r(B$6_ٝğo)!%`\{1%vyG6k PkeP6"ɮ]Xǰ5hR"JqJLm"˴*]v\$/" s/*HFD vatXH .UI }ibj;f߾K x= |% P|8M xMkJH\ Jӎt  %vdD7 `^5N *K;qH| 6ov.TH gˤH\ M^W `}⿞WcD'p3?x+?>/_E$7F4,! (9 VN]fu]{+)cY#k"6x\zBW靫{ide{7obׅ.!KgZrkCvzI==_K1 [03!T$0LoY幧=$t<DĈ)`223|:1.
r)ŘLx援玧ނ%?$㎖<О~#`X=s@P<vRc+,dj\	jKf=P
b^d6*-_up#&K%.ޜ^Z
pDrJ:H\vQ/IA TЏΚ̌((IZЛ!{Nۆn)M=_>wI7+IA3Rɛrh~)N(Ma~N=JQ1A'
bamS38iOq'lXy.F@Z %fҗˁ>dMZمJuAJgO%aLp%o鐮l7t؉ik:\APF7v@!(nNosǆ9O>W>'SH_&A_n&s7O0bى> +^:Cܪ9I
< nC;'ha1e5A'j2@2jw9qqd*=01@T8܍Ebg,*S2$:7@@h<;(j*X:h#%5e9[-@B7Eqx=m-ǟ9%#fy5S n4e$	_w啗7}"<& 9<$F,DP@Bt#ʠC"8
"(kZiameiTh"p&']
POM	]׌q6xD[0Iq0e#V@FF@]P <x67_iJ5׏7,)E?4|D8V/Sx k@BpBhw"
ze1\`s`YX1L 
d"	o{a
wsD=aa4МfQXjk]+]>CEDY᧋F \W/oWczGِM|d2(-E"a fQ%MܣHTtS.隦5M+eZS&(B7:-A!stD V99J0-c .a%̳B2aAlC[Cgoc	XW)	K;zI~^najo
[Jhnt@MDB;l؋SJ4zOXrs{6R$r&0
M`
ސA'ىdr$fR3RTcV35F5%մ(6W.ЪZZ\V˳jKYAYcC#vWjPmuyC^@ia(>V`{C{@0c#-9ct⇷}C7vvvKGǝ0ZFQA#FY.ZMkmSu5>%
ƈX|-6AvLD<XVZ7UՋӄ0V8P@>%A
ie	$ij%P,*6KLQwVf)2g=P0؀#
nc(;.QJ2=
Y+<H#06q[/gHbg; D󧎞&)(Ietj2 # *U
uP:~LA	Ztp&\#!'Kp>h!ETR(y}f	'ʪBe5iԔb/aKfH$D؟ɤ29,}oJR8e(9TNM#Rm$"(tDW1=,\!29YdÁ	FMTAJƸHYW?_Ky>Aʈޘ	/#!*8찈𦱪(.-(bX]ՕEWUn?sRYa5l&=~zHɼ:B6\UBKT_CRpB@
L&dc1Mi1D=T'd¤h
mJXBX7FZ^^)^M	[j| H7 C*I
:bP0bwyAQLD8xEE!Ěb,qg8uMo~bp'X!{'x11 D!U>+`rRBe!tMԞ?i؟:DC1`_ `bT;WWFVWdKqAiP/6# WT$9R0=`P"gsT'p,
R+YBSES>X[bi31[jZDثKM9DL(9_{8 hXp#urG4Q|>9bu$\3,aEgqvp2
TĵlK㱂	h#[)ZPLFܐ ~4k[lGNDVx~f13>wn]*V8~\U#JT٬öB6V&&
" 0/	ԂR-,#TiAdȂ!ji/ U*V+A/(be3%uvYZ@
XZTs$NQ*a|a/:[ҦB/tXlllx9088ׁ/6 <@`VA2@fWqZ
1pNА?g 0Wz,; R	P^]kR8~O);l_-(#l>ښ~\MV4`VnUX+DIX[X./8 JC<=X .0Z>b۲BEābj[#Z.k5Lv^<78Ͳ'rrmyfO@P|WfR^ĝIx\
'?>PHcS/BlŬ4;/cP0e+?)G|GYgc<\Z}'S£P<j66Î	&.%}^Ltt( F &fBB:jO.P#V8T^Ԛk~Vh:D@"t,_v<Qi.Z)!.8;t0Ԑ@foZE#<e* lSMH``!,9ƃhQ`wiyƎϿK<dh ]i&(D6$g9;Gt{lldݻO5fܙsgn㌘^[ۖz?or	H/_"-}~JՇovy|AX@mAo4I_B0C`! ˱D 2`?D
Q7	>Bǯ-J" 1\*+íX~/܀VD:K9JfKuPY\~YSJݵH 7X"L{+W0<X .`Ă_ɥa1`>_cS;Pb!hA:xh`|ln,77,y1WN\]ՏWWN 9}fଞ'>w{8A2^?/߆[ !S%WߟՏ_	KI}+[>~iP<HEAEG]cM13xVl-ѭ}0Pq1"k?1@-D9-;0k=X3H$L(' RqTZA7@*GtЕE	<Qs3@u Ͼ!TB/Ttے7Vl6Q0nmT_
ƍk"ԕ rXY\nA_
H o)Ϡ`g 驤Nn܉G8^8
6PO1Pf,;qI(^e9\rꯘշS0d'K\Cc)VŨ!c
06v-&ӨttDK	
pV>IX$1)A+Ԕe͑P#]||H~ XL07鴸0Xөԕ8N&.:G<k/QY$uRj8+ZfUꮋ뉗/j$P&%m|"[<bqϷoiL!k,cﱌ!s -DV-p:ACJwLo'f/#Ǩ1&'1-q:]X8Y̞Cb]Aj@.g"Kx`W<.~(9TK	,)b=# j=Z2" %}] Id, 7z_@	SuhIW
nc2BsshGKB,@6R^'ܐHpŢd1I$qtNa]#-*F2b&#jՅRY1dpx4K(,tK($n}P9pImi3͞&@F1áB5;~+L{s_]#@/R#`VI5It#I]cr]+-6-Hl^L:x)GA #(}e)?ǐf' ++8<3
~b[791J{9~%ˍJmJ.`
g$0%NPGQ!Us;61u7S#TB:Zr#mt#0XwCx~Kj`Ƭ𔲒Fs=K3:DJj8Ԁ@KJUA]S%*/\ݓ&uhSLp6NI)R	0^	ۜ@YA'u!~sWn)엠+z` ^.ŃjPv` KOY9LJ ci|z }@\9yB?BVPqHey#-0BOE
ԕ[G/AsE)w]YKbbR>+hvTa;r:t{}B1dѸx=τmVtrNC:x@PS|W|&_n̠x< Xo`YҜ7ًX̄R3!T}1zґk0Kv%8,aYr'Ɛcwa4/_ewQI/z%]w9Z"Zg.X;ȽTp	)Dn w*KaW,,L	N gkZ^[H ,xPB8h#EaҐn+~!Jp@0XE7zy^8](H33c8j/\1-bu!Xm8g<0_(A=S9a@9Ls)Z)=^ WesZΕrz&FA=ff(A){dՓUz
s8KJNRGw|M!YtPK9$
"U8p틬+bv3@Ywg|TqbuJ
jq1e++>=)y
 lrOvfRWZmX傤UjizEbʆ˵-p8vKmMm7lJ,*`
ᦪ0zx4>tév6wU}ԄO p@eCÖ{#ᛓHH>7z·V/^h|:Wx\QS[ɥbQ#~Ղ{VA{r OV}E>CT.W	Hz2<!/~V-ҩx'zp=rzSUJq4ڤ#/yQ}q4WUc+=&!]K^po7]>U$68mBRC`9 d9DkDu&X0יK~U
PW 2zT2?x|5{~/kf	T>VV kp\ߺ 2x&IZ@&҅\=-'LK<q_AJ
H}55iKUx<.܉b]Mg\g' 2&x. )&aoB	!񀁖v3S˻)@rq+]S>FzCYMpx$sݖ)Fa09T<6 &xwAO/\n;o:QDpppChQUyxƃ3<,:}V!	tZ d7X\U$<yI
H"ڗW31tTzĀ>dzb}+:ɺ鼌ޜNXOϦT
Tmf*>.ӄWtqF.ӿt=rPO7d&l0p,%0Y&UE)2 	6
lRz*6E	N:T\K$X;z \z"/Z4ԩt8MVBT]A /߃LVvںHPXp@{Xcxr:L,.[RF@DLZcnS
jr*) 72}#eq܀j <rvvDH	L%]I1zH6KIy+a
j_O`P;R8x8+x<3)d"ߎYoi]>Ny󀯓h^nRswv*Nǈ=)>.Rt<zDMgrRԳ.n-77E- ZmlˢÔFkPZ{nj]v2gU"eء*SUMd,l,RAyYyy|3̚O/Ɵ✛Y
A]f6p4Νuؕ<?f8,p$ԄpӘ</;1AO糌P`aBbżB<)?`.S=+b#u	ﾍ_,[܃[c;F"10`Rq bnZHA7QԖ\,Nx&
8c̕մw]$U9Fp{Q;a;-"UHa9CtHY3o"h

/my{a@]p^r`H`<XD@2M!`WjY?]g#.簤 jtY@-U?Mc0(B~ [Vp{p7~W#Z8X-/&:yG+:٪DqpP(j1ۤD[=w.*@:3K9_K|-jQfGԖUwʕjISvidB#KJkκIsC5jW6SL~J176$3X/,Ƚʡxu?/`qKtpFh+ׇTA2<Y	cy}?ì%ȯUDP-WVc.a<2a1L#S0ȃ4$:z3]7c_.ҸFh6d93c鐙qlJc9n |pݪf6wyXr#*Yث4dICÒE-F8p@НT{PVJhQ jhj4_uZ0w|-l	JG[1ط0[/0PU\2+WCg$}T^&YDZX=`p: -Q	+FzK`qQD \f 7m~\.ӊ\l\lX%5HƯ
bNV.i[n4419t5mrz"kո |QPX~O1+tAa^+<oD}Ycl!n~AFjvf{ʵDzI9TxK8cj(La/,@FR%mIJqpF:oY_YjD:uBbP7ĠĞ0ϗ_-x0zr
Q5."JY-Ds>#isf-I4ͼOgڛXO!ldyq+(LM>Ũpst(aK5Fe·Ĩc-ʎ9-v= 	j'RR|.0<#4>x:J_1qt1a("` 򋋅Ep##㪺 +`|DOghfhR⣄v@>iV>,2E'v&P^l~svPj=rX'DZ5Y&y]59^Ca=Smvoo^Q)LMF,n"h
#c9aN0!Ju###_$,CLDj`m\klENdR Jx2)//
d2cq/n^1.0=H2t)MZq<ݒ<{x=4z꣇Ҽy0YK
aNgYʺ,h
|M
B3FsS	La|;ofG_>`@ooHww{F{aRQO}'")SEPو?E0/Zzxj3U|[*Ҿ
C=:9LV\ϞYGӤQ7֟i$bYuHrl9j@ղ%)<L	ap>gr@Nʁ$k*)ze,a		@)!b9Mxz}g{cYƍ4	 pI6$VJHCj_T <1d<2	(,H1@)xwJ3#mʛKb5F{$*+/B"EzGy,ޜ/M!uQMz=lҼ\jKB1xcʟkUWQ'7^vz󅰃a	(=|7myw'O_5ܻcLB+$i5S*/ΙIŷoGcwҒO=cm,([ 7N]ݥя {L^+;1pCQ[: G,<{=f~Tw!fuYEӟs|T4A<+ld!	;Zf!F!>Eu1S~	053_}9Z}\c6TfXw

Q1%">SFFZ(
Seƽn*H7~P!ZX0e R%2"-̆i$!u'Tbm9HѽBX=~Oz*ȩ%${yM
B|h]`Fa0Uǐ9<GӇ+*B@Xl3e/m8&@`df3xm<Tm"uag&0B0_&iaR
7phT	ț0b%a]!r(	^[YT|Q-L*fml>irbJQR?=k08E*4WL21x'<`E}yVDΫJ(&d'qAnxxﭮds*T䣈'ǧ,&[,)Mu&*Y 9Fkc\V11C?{V<UjtFl.ϕvOdi|GCBK"RBJ冽|z=Գȅ;/\,BS47ΑOUb@\Wrg1_<>/5LrHd[PԨ~8<(%|ƒD`Mr ZiF'18oJՖuL8%g%Y$qb4!%zaxs2O$lEJ¯;:n\vƍS}bɼyM/uw9_}5lROC]Ɂi }b)!Ɩm#K=9]y0aVdvdtHC9Rv:v< o=げxp9">E|~4N#VXqw7"ūil$2oIS}Ώ`]{<o0|5*jR1mk};mV?Ѧ!ݢRaBc""x<"Q	$kr[&{!hr7-xHq>1+"%W!c0z@Q4Ny}34o3p*(GDqS!G(jD4!!m+!vj+`4·Tmo8gջC~;8W^zhX(9[frl!&q{P-Dp!,:_$Si<hc*t-$RqXOBAԇB8~x贸
UW,Dec=ж;N0Sǵq3q>~RuE)^Az%bv|*ՃPS%\0@1cwK<N:-olvM"Kϲ;#ZҷyZ)7mU!~i!$ܓ_
U+S
E +.CoCsPWiJw3,h^~H"%^nL2W	C:l>|;r:!}0&>͌XPID;&@˄7r4j~qʲi%nAϳ=*ݼ$9|+G&ߤAC'n $4Ue)V1ʐI3 	s| evڎY3S[w$;K~pgiуR=0
V9:~qBm*@	?ѐuj?FS}1^Ԩd2p` Nȃ͈xNp
25Fl- "Xö|MPi6%%C?8m51	|Oz+jR!I27?-gj HK_k?%l6 (k휒#\C~ϖ~#k*# O@).Ԥ}Ȳː}~|`rҢٟS.Qynu>.Siyu|Z<!eXj:QL#&hI{&K05"@4Z ʐ躙(͂DRPk]@fBb\]6$nrXR&Q>溧:8vg6(ͅ st8N5"Ģ@JIxBxS	u)Qf|.,<ZOYL羽ٮMO7l)1'SSefF-N6ۥhd.jy`VI1Bfr*T}Ix>-,9ٙO%jYj9ud[d#s0 4;==8G75M$*ifbu4^Fh	;񭅺|R0˗enCyVdOE$2LLͤ01l oO9Wl@̊DTf2\ZBVܰ5w-!r'¹Yols"j4$Ec|(	-QkFk:A޴JT2dqdY#vfCdco/q]n,m?d1PCZ0DN>G>`M:&I,V5IYZBt+ަY/#]Gd0hbI#d1b*D%&u4Sy$fצct 1)/
I*$G˞%+8-&GPv`dMe{rᳱb(C7ߴj
9>xӋ&HsjyՈ ~S-BRϞ%$σpɳfGe,&|(8Xt3Y"L="d0LrGeHg	bs<Ly{mpvi&mO*u|i"lI[}$`@R#<&{t8tYKWg	KH,iq#Oy8l?tUl-Fi:d0@Rp*8v&qkV}y8PV>Vv̐sbfga_mAqr:4ʊL Im!AQS֐fCQyR?Ɵ5bmbH,h202YhNw2=F~au</?lg +K䁡Hz7sfEg^B60>E>{h9л2EȅڙE?:i<'Qv?^kz>=W!y}wݣ{*~^}H
nΥ1;:a8 SRpMϵ~-? Qѿ`n2FY{eK?LO63a2D'~ZGx {!@!x`-Ѓ`+-=XᝀVA\YI2|č-x"+<PXVE4ip ~t#'Ol^_5#>~7zZ7jrqhGn7~bEba_}`X,އF-{{}F-KX,CÞ    IENDB`                                                                                                                                                                                                                                                                                                                                                                                                         images/personal/arrow2_grey.png                                                                     0000444                 00000000160 15242036616 0012604 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       PNG

   IHDR   	   	   JΛ   7IDATxc@Bp 	PTvPZbg(G!  K&NR{N    IENDB`                                                                                                                                                                                                                                                                                                                                                                                                                images/personal/navi_active.png                                                                     0000444                 00000000130 15242036616 0012627 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       PNG

   IHDR      &   F/   PLTE^^^i2I   IDATc`K   b    IENDB`                                                                                                                                                                                                                                                                                                                                                                                                                                        images/personal/tabs_back.png                                                                       0000444                 00000011167 15242036616 0012264 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       PNG

   IHDR        ؇o  PLTE__aOOOYYZWWXNNN[[\WVWONNVUVQPQ^^`__`]]^^]_]]_ZZ[SRSUTUTTUXXY\\]PPPQQQSRRUUVSSS^^_\\^RQRSSTONOTST[\]_^`YXZRQQQPPXXX[[]TTTUUU[Z\[Z[VVVZYZRRRRSSXWYOPP]\]Z[\ZY[PPQ_^_YXYZZ\UTTVVWQQRXWXVWXNNM\[\POOPOP]^_QRRNNO]\^RRSXXZ\]_YZ[TUUNOO^_aSQR\[]`_b``a`_a``bMMLMMMMLLMLMLLLNMMLMMMNNMNM$  !IDATxDȇ1PR&7I \C"`iZS0A$疒Ք1g.yajwZOTo7XQm}m۳%;z	dx\wĩ;pszA23W$غ[Ʈ&<oű7y^yޙ7 ·Cy!\ AR
pJIPJV$4ii[mC/ϋ=!gO٧ `YYՐc5FPE*!dyGF،}7>0AfۙVd*'gӶGrٴ3GLX;DĶivA4JHӮ)VC]:SbE%(T	+`RBUU JQ/,$A@Dp1j"߄bJQͻjG]mmVDUk)lMBxI}&NZ(~*3WB/慅iE0Wxbޱ8LZAE]J} P+B%]Nf2sԻ(1\vf1A7۵}=;Fp6AdB5O0'g*g.@ns^5L5-4DeӴ=W7%<B#0s)gAEC0QD6` vOTvvzp+؉y^åsMay*8Yteuqk]wg4w&$ss,c8'Rucјab; bXai@fx&'AsF=eGz߱XB$b ޛ4쥞eIyg>`SσKsB'ZeU.ޗ,׽22ػ).ke
n5nu=WmS!S贜~s\̞gѸ"ޘt[Ds6G~k~t"QVyYF E9"^b[Уn
mav/#.ܘ&Ĵ&7)FaC<ge;wAh덹ۯ"<KM:/w`5KGh/g2aAQr?Q)ˤscs3d#5N)~jQta-sn~1\UOžueJI^cfh<Bx秡@n?;e
\],ίey0xD`?i/0CyrHN3(- Wiۥ!p(!CVwhh+iiۨg/#ԅt_hj(sNuNrB.\vqĆ0=C6&`(w6cݥqux)S]@+&4{`rlSv\P[רoPCY'hXݣ4ұU"go_PCOؠ{'W9krVpl'Ӓۻi>kUe89吱MuOؓtǵu~j۔}
@ 	Uռ;4%UnCߞ4(6SjHcJ쟊VBb}U-S)e9vb\^:ב}pS<y}W]|F<Ie:.̫QKvZ1	d"2UiyJr:	+r¼I_0;߇6?gtZ$7(yw	OK-l/46xmBGҰ7"R?d!5B752c.}0ߑ܄gD?Vچ`+;{f-Ϲȼ	c,[.RT-$jvxDurf\sLйLFG$>5Y!h*5m`lGgJ6]hCHUgoɚdI!5Ig3Ae=9d,u~]P9rejBF;+fX8eY.z*TQXZZ_4 $!TIZE*DP1zP/X&`}u~yGF1|x;YӘܧ/`Cx&NdH	oo~"`tD#6(κJ({.7֎M}^PY5o6&kq`3e*wԺci=bz'Futsv"uLs)3I55>$=ҽ;&$8"Rhn(m5<mdA t4#VWe`$Q&8<ƍG)s|X4^ 
Z=1$&X!/ϳBUcD6昱K:GmHzE ޭIB&-طl!H1@vDjJ~ g);o'A-`sr"N.e5;4gm'C(AwrʡH"Xn lʫ&iQ-O>M&}Ch~v){2qz5a9cepl*vֺS-Ze֥pd]IǱ12NFf4rE_g~Xl\2v6I[d
&ӠYv^*x<ݛ93 ,f1Fݢu%,!FS,+lR_OH:D]\AuТ`8Dmnɚ|%m8B
Ō\cX ~;Gv,&g1뾱de2ǕMmG2N6U2Ē&;ltM4QQ!\,Kt})[ky1;IFhKJ?,`kJؒή\W_,-`'%ۘbn8FH^ikL9BMki:&ȏ۩ug|4x\l1D\=.U(Mh>+\9sS@3X.˹\X7b/KbK.T}gh;Rhe=$vJv	N;+ޡ{KAN.%#YNѡ:qb$l/Ib_Sc}q&Ԯ1fA yH5G_<^IX3FIzFnyu}RgxCh̷}
6XIGϚ<ko	w=/t"*ӓ+mDMvqD%<ѶI"mO=҅#w3UC"+)&eA%2${5}*cb^,ziGA97B7 ^6f>i		w\ex}ԙ>p/yȦQ}7̽DLw8~+gMDv'tc-DFH+d[$(>,Gj4wi|u]cYMZ7enVevAp)aDx;Wo>*JwCq>?Sujߤ6V:6qN&6%	5I;l3*LXQrI(
tilֲ8jIPLNc\F!-${/RWٌ%$,˨v8a\|.k6rH _2)d{K3#(-nǰV*/qbgI*WlSُB+)@YgP넭ӗfpj*,x%5Z
2-Icv]wh3:%SL9TTgh{>[I'<lz2kQkAo׮'sllPm9PU6mtp=&&?"ݩ	"B^F7o/0w<L	18>ⴲR}!(i:[~db~SHdه@=5;NƼ? &Wi3Eŋi>RLǜ/ࣟ_LUt
>".fkH-Hv;j7uۺN>|SO%%{/~aE7<[UI*[ܱkNJv[(<h(S=15IV~lk숛ЋDZҧc)jNNceݟ:/{-I    IENDB`                                                                                                                                                                                                                                                                                                                                                                                                         images/personal/button.png                                                                          0000444                 00000005677 15242036616 0011677 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       PNG

   IHDR   ~   @   S1T  IDATxщ `eqn1L(Ӻ+sktGh'~ږw޶`tj0)ЩڦBV<ˎ {;̈́e*i^κoBUy*ܭU)EUqt6GpyETP!1aǑ Lդy0R #v|~$}WjPYA{ꡚ%H9AeABtNdw4-FVTE*΍+:;gS:cVGjZ
Fmv}Ǳ_|d>sw̂JY/ViILXb3T<3p9LmF"RK6el¢Z	ls(kLBX	eƑ LJ"̬oF/+_&5(XDfQXTo/:Akk`ΤM~q>7: u8eo	f~e#eXs߶`f!7Fx	e8y_~%.~WM &C\ܗ^5)_P[2g6^(^=>:fYe
:ďw٪sR3FO頩w+'W=G:ͰL#sd:ߟ*I9<MBQgү5^\3zuDtb54ZDRa[b^'L >sƘ0>HE)Ӏ3gT6pc!39!;.35;|߈0x4b>9k38428rǣ3*?o8!Czeͤ޶/s]\MBc`lJjk_ҷ~n>v#oZf4juZc[T¥m%p 1${k[MJ5I<6ݚH5	-KZ&a:~uE_i8tU3'5^IӀu]I}]CMUɰTSy+q3moPTUa*Π[RJ0'jB<Emo 64[`޵5B'1Ud.@uBxt1jC I8fEfi)[2v8IӘ?1ZޜxD/hsyeOdaJoOӻϟU{xh)Oв%3TE7;67Nn=ѻ[wo5b*:Gc.Oo?ѯ.W2m*)͇gʇw##ЬڤK;汌`f@nA\A43H{k$F& *ExŮM7YO[DO9ޛJ/d㹳x(+i^$ikGy![-=+~|tV3fG){jGcn(}ݨLbyxQk|B'σ_X!X)Wv9EB\]hCS+y)^nOkΰW̬hDVk)컹,1΢^tA g
wl'_[G[D[3}*quQ}Ml*梑g*L8'ó.M],#Ut	)F>~߽[ӬyR1__O~٧Љ_xv᡻'V/c
轌/6xo-ިH%/͉Ѹ9^>!MY5<|Ǘ.b<F{hyT=^)Dhgxέ~z<o^^vN,؞)Wd:wwH.7;O˴C|7?uqt͖gKNiOq3[F9~Co$Kco36ckĿfY'}[Yxv4~=	cbh[Y^Ǡ:DΉzN6!LLvمMU+]k&gr
&8;Lfyі{^׼?S^8r$;좡ճ` Jq]pE ng煮;WV#ڌ$9}CTG'	3ԉoɃD,]]ƅ e3(vm[ȃn+zڼ7Oё㥁Ddl<ڜx3$53U;Og9[noCx5ʷ|qʤh_ILYn43bQ|VTo)w@MMeuxjA;CZy)M~-(/z(fE]yߟZ˜=z4[hL|hWƧJ(0LI%L/4ӷvd5uJRեpHd>k+mgf>+sF⑇|ZQ#Vh@~i#"&@,xM'#_[H_"KH6\l9޾eЯI',*$4h۹&_=}*(]NQ5H0"f˫r&rCO&"rqb3J6މ]ؒr@%x3,mB패GdAwhɇTL3$$Un4d}ʹ=V	ew>-<VmDNtj$$/nūDfBՖR^#<"?YʉtxY~,"J{j69o'ڗk '!ߕEZRr0"IXD*Nq#ᢣ    IENDB`                                                                 images/personal/dot.png                                                                             0000444                 00000000210 15242036616 0011124 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       PNG

   IHDR         Km)   OIDATxc@%; 2@oV^ ?P	uLfa ܁\ĆV>"Q- @թk    IENDB`                                                                                                                                                                                                                                                                                                                                                                                        images/personal/readmore_arrow.png                                                                  0000444                 00000000464 15242036616 0013361 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       PNG

   IHDR            IDATxz FQ܉LL7`lWzozn^b:˲$I|?NseZ!
x40rާfYoCS C^)i,k:y8<752Mf Yj![RTd \)E=0ܲZ[AAð@>yٴ$}{FaHi0}g3(],x
?rپ%Q?I-    IENDB`                                                                                                                                                                                                            images/personal/readmore_arrow_hover.png                                                            0000444                 00000000400 15242036616 0014552 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       PNG

   IHDR         ex   QPLTEꎎYYYkkkwww޺yxx޽A@@\]]DDDH   jIDATxeNU@\z}M曋zt-<\WУtT 8Zw_zso&=\㐟OPoO<-zr/    IENDB`                                                                                                                                                                                                                                                                images/footer_bg.png                                                                                0000444                 00000000550 15242036616 0010470 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       PNG

   IHDR         )  /IDATxBAD=j! zp@a~7:;5/{)mY&!f=-nY@Lilw4Y6Hm,fM2Y@Fܦbnd, "=ilw4Y6,e8M/f1YܦɲY@Eznd, "il7Y&dqq^b6Me2" @D@" @D@" @D@" @D@" @D@" @D@" @D@" @D͙a`    IENDB`                                                                                                                                                        images/blog_more_hover.gif                                                                          0000444                 00000000346 15242036616 0011656 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       GIF87a   躺kkk\]]ݰA@@yxxޣޱ]|,cJsɃ	Q            ,       k&dIZU6dejׄQMWy	ANd O2qi*@P0Q H]ߦQO>b	
N0<iAC#1357')+-/$! ;                                                                                                                                                                                                                                                                                          images/index.html                                                                                   0000404                 00000000037 15242036616 0010005 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <!DOCTYPE html><title></title>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 images/arrow_white_grey.png                                                                         0000444                 00000000207 15242036616 0012101 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       PNG

   IHDR   	   	   JΛ   NIDATc8#typ{Tgqf(vF&.LD\uT36;7Gn  BJ+vm    IENDB`                                                                                                                                                                                                                                                                                                                                                                                         images/content_bg.gif                                                                               0000444                 00000000235 15242036616 0010625 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       GIF87a u                                               ,     u  " (A 0 cx|pH,H\ ;                                                                                                                                                                                                                                                                                                                                                                   images/header-bg.gif                                                                                0000444                 00000000200 15242036616 0010311 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       GIF87a u 	                   ,     u  50%	8`(ahV뾰;tm|pH,)Ȥrd
Ш ;                                                                                                                                                                                                                                                                                                                                                                                                images/table_footer.gif                                                                             0000444                 00000000152 15242036616 0011146 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       GIF89a d   !  ,     d  ;ڋ޼H扦ʶLĢx(fs J ;                                                                                                                                                                                                                                                                                                                                                                                                                      component.php                                                                                       0000444                 00000003741 15242036616 0007267 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates.beez3
 *
 * @copyright   (C) 2010 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;

/** @var JDocumentHtml $this */

$color = $this->params->get('templatecolor');

// Output as HTML5
$this->setHtml5(true);

// Add html5 shiv
JHtml::_('script', 'jui/html5.js', array('version' => 'auto', 'relative' => true, 'conditional' => 'lt IE 9'));

// Add stylesheets
JHtml::_('stylesheet', 'templates/system/css/system.css', array('version' => 'auto'));
JHtml::_('stylesheet', 'template.css', array('version' => 'auto', 'relative' => true));
JHtml::_('stylesheet', 'position.css', array('version' => 'auto', 'relative' => true));
JHtml::_('stylesheet', 'layout.css', array('version' => 'auto', 'relative' => true));
JHtml::_('stylesheet', 'print.css', array('version' => 'auto', 'relative' => true), array('media' => 'print'));
JHtml::_('stylesheet', 'general.css', array('version' => 'auto', 'relative' => true));
JHtml::_('stylesheet', htmlspecialchars($color, ENT_COMPAT, 'UTF-8') . '.css', array('version' => 'auto', 'relative' => true));

if ($this->direction === 'rtl')
{
	JHtml::_('stylesheet', 'template_rtl.css', array('version' => 'auto', 'relative' => true));
	JHtml::_('stylesheet', htmlspecialchars($color, ENT_COMPAT, 'UTF-8') . '_rtl.css', array('version' => 'auto', 'relative' => true));
}

JHtml::_('stylesheet', 'ieonly.css', array('version' => 'auto', 'relative' => true, 'conditional' => 'lte IE 6'));

// Check for a custom CSS file
JHtml::_('stylesheet', 'user.css', array('version' => 'auto', 'relative' => true));
?>
<!DOCTYPE html>
<html lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>">
<head>
	<jdoc:include type="head" />
</head>
<body class="contentpane">
	<div id="all">
		<div id="main">
			<jdoc:include type="message" />
			<jdoc:include type="component" />
		</div>
	</div>
</body>
</html>
                               error.php                                                                                           0000444                 00000020471 15242036616 0006415 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates.beez3
 *
 * @copyright   (C) 2010 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;

/** @var JDocumentError $this */

$showRightColumn = 0;
$showleft        = 0;
$showbottom      = 0;

// Get params
$app         = JFactory::getApplication();
$params      = $app->getTemplate(true)->params;
$logo        = $params->get('logo');
$color       = $params->get('templatecolor');
$navposition = $params->get('navposition');
$format      = $app->input->getCmd('format', 'html');
?>
<!DOCTYPE html>
<html lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>">
<head>
	<meta charset="utf-8" />
	<title><?php echo $this->error->getCode(); ?> - <?php echo htmlspecialchars($this->error->getMessage(), ENT_QUOTES, 'UTF-8'); ?></title>
	<link href="<?php echo $this->baseurl; ?>/templates/system/css/system.css" rel="stylesheet" />
	<link href="<?php echo $this->baseurl; ?>/templates/system/css/error.css" rel="stylesheet" />
	<link href="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template; ?>/css/position.css" rel="stylesheet" media="screen" />
	<link href="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template; ?>/css/layout.css" rel="stylesheet" media="screen" />
	<link href="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template; ?>/css/print.css" rel="stylesheet" media="print" />
	<link href="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template; ?>/css/<?php echo htmlspecialchars($color); ?>.css" rel="stylesheet" />
	<?php $files = JHtml::_('stylesheet', 'general.css', array('relative' => true, 'returnPath' => true)); ?>
	<?php if ($files) : ?>
		<?php if (!is_array($files)) : ?>
			<?php $files = array($files); ?>
		<?php endif; ?>
	<?php foreach ($files as $file) : ?>
		<link href="<?php echo $file; ?>" rel="stylesheet" />
	<?php endforeach; ?>
	<?php endif; ?>
	<link href="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template; ?>/css/<?php echo htmlspecialchars($color, ENT_COMPAT, 'UTF-8'); ?>.css" rel="stylesheet" />
	<?php if ($this->direction === 'rtl') : ?>
		<link href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/css/template_rtl.css" rel="stylesheet" />
		<?php if (file_exists(JPATH_SITE . '/templates/' . $this->template . '/css/' . $color . '_rtl.css')) : ?>
			<link href="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template; ?>/css/<?php echo htmlspecialchars($color, ENT_COMPAT, 'UTF-8'); ?>_rtl.css" rel="stylesheet" />
		<?php endif; ?>
	<?php endif; ?>
	<?php if ($app->get('debug_lang', '0') == '1' || $app->get('debug', '0') == '1') : ?>
		<link href="<?php echo JUri::root(true); ?>/media/cms/css/debug.css" rel="stylesheet" />
	<?php endif; ?>
	<!--[if lte IE 6]><link href="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template; ?>/css/ieonly.css" rel="stylesheet" /><![endif]-->
	<!--[if IE 7]><link href="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template; ?>/css/ie7only.css" rel="stylesheet" /><![endif]-->
	<!--[if lt IE 9]><script src="<?php echo JUri::root(true); ?>/media/jui/js/html5.js"></script><![endif]-->
	<style>
	<!--
		#errorboxbody
		{margin:30px}
		#errorboxbody h2
		{font-weight:normal;
		font-size:1.5em}
		#searchbox
		{background:#eee;
		padding:10px;
		margin-top:20px;
		border:solid 1px #ddd
		}
	-->
	</style>
</head>
	<body>
		<div id="all">
			<div id="back">
				<div id="header">
					<div class="logoheader">
						<h1 id="logo">
							<?php if ($logo) : ?>
								<img src="<?php echo $this->baseurl; ?>/<?php echo htmlspecialchars($logo); ?>"  alt="<?php echo htmlspecialchars($params->get('sitetitle')); ?>" />
							<?php else : ?>
								<?php echo htmlspecialchars($params->get('sitetitle')); ?>
							<?php endif; ?>
							<span class="header1">
								<?php echo htmlspecialchars($params->get('sitedescription')); ?>
							</span>
						</h1>
					</div><!-- end logoheader -->
					<ul class="skiplinks">
						<li>
							<a href="#wrapper2" class="u2">
								<?php echo JText::_('TPL_BEEZ3_SKIP_TO_ERROR_CONTENT'); ?>
							</a>
						</li>
						<li>
							<a href="#nav" class="u2">
								<?php echo JText::_('TPL_BEEZ3_ERROR_JUMP_TO_NAV'); ?>
							</a>
						</li>
					</ul>
					<div id="line">
					</div><!-- end line -->
				</div><!-- end header -->
				<div id="contentarea2" >
					<div class="left1" id="nav">
						<h2 class="unseen">
							<?php echo JText::_('TPL_BEEZ3_NAVIGATION'); ?>
						</h2>
						<?php $module = JModuleHelper::getModule('menu'); ?>
						<?php echo JModuleHelper::renderModule($module); ?>
					</div><!-- end navi -->
					<div id="wrapper2">
						<div id="errorboxbody">
							<h2>
								<?php echo JText::_('JERROR_LAYOUT_PAGE_NOT_FOUND'); ?>
							</h2>
							<h3><?php echo JText::_('JERROR_LAYOUT_ERROR_HAS_OCCURRED_WHILE_PROCESSING_YOUR_REQUEST'); ?></h3>
							<p><?php echo JText::_('JERROR_LAYOUT_NOT_ABLE_TO_VISIT'); ?></p>
							<ul>
								<li><?php echo JText::_('JERROR_LAYOUT_AN_OUT_OF_DATE_BOOKMARK_FAVOURITE'); ?></li>
								<li><?php echo JText::_('JERROR_LAYOUT_MIS_TYPED_ADDRESS'); ?></li>
								<li><?php echo JText::_('JERROR_LAYOUT_SEARCH_ENGINE_OUT_OF_DATE_LISTING'); ?></li>
								<li><?php echo JText::_('JERROR_LAYOUT_YOU_HAVE_NO_ACCESS_TO_THIS_PAGE'); ?></li>
							</ul>
							<?php if ($format === 'html' && JModuleHelper::getModule('mod_search')) : ?>
								<div id="searchbox">
									<h3 class="unseen">
										<?php echo JText::_('TPL_BEEZ3_SEARCH'); ?>
									</h3>
									<p>
										<?php echo JText::_('JERROR_LAYOUT_SEARCH'); ?>
									</p>
									<?php $module = JModuleHelper::getModule('mod_search'); ?>
									<?php echo JModuleHelper::renderModule($module); ?>
								</div><!-- end searchbox -->
							<?php endif; ?>
							<div><!-- start goto home page -->
								<p>
								<a href="<?php echo $this->baseurl; ?>/index.php" title="<?php echo JText::_('JERROR_LAYOUT_GO_TO_THE_HOME_PAGE'); ?>"><?php echo JText::_('JERROR_LAYOUT_HOME_PAGE'); ?></a>
								</p>
							</div><!-- end goto home page -->
							<h3>
								<?php echo JText::_('JERROR_LAYOUT_PLEASE_CONTACT_THE_SYSTEM_ADMINISTRATOR'); ?>
							</h3>
							<h2>
								#<?php echo $this->error->getCode(); ?>&nbsp;<?php echo htmlspecialchars($this->error->getMessage(), ENT_QUOTES, 'UTF-8'); ?>
							</h2>
							<?php if ($this->debug) : ?>
								<br/><?php echo htmlspecialchars($this->error->getFile(), ENT_QUOTES, 'UTF-8');?>:<?php echo $this->error->getLine(); ?>
							<?php endif; ?>
							<br />
						</div><!-- end errorboxbody -->
					</div><!-- end wrapper2 -->
				</div><!-- end contentarea2 -->
				<?php if ($this->debug) : ?>
					<div>
						<?php echo $this->renderBacktrace(); ?>
						<?php // Check if there are more Exceptions and render their data as well ?>
						<?php if ($this->error->getPrevious()) : ?>
							<?php $loop = true; ?>
							<?php // Reference $this->_error here and in the loop as setError() assigns errors to this property and we need this for the backtrace to work correctly ?>
							<?php // Make the first assignment to setError() outside the loop so the loop does not skip Exceptions ?>
							<?php $this->setError($this->_error->getPrevious()); ?>
							<?php while ($loop === true) : ?>
								<p><strong><?php echo JText::_('JERROR_LAYOUT_PREVIOUS_ERROR'); ?></strong></p>
								<p>
									<?php echo htmlspecialchars($this->_error->getMessage(), ENT_QUOTES, 'UTF-8'); ?>
									<br/><?php echo htmlspecialchars($this->_error->getFile(), ENT_QUOTES, 'UTF-8');?>:<?php echo $this->_error->getLine(); ?>
								</p>
								<?php echo $this->renderBacktrace(); ?>
								<?php $loop = $this->setError($this->_error->getPrevious()); ?>
							<?php endwhile; ?>
							<?php // Reset the main error object to the base error ?>
							<?php $this->setError($this->error); ?>
						<?php endif; ?>
					</div>
				<?php endif; ?>
			</div><!--end back -->
		</div><!--end all -->
		<div id="footer-outer">
			<div id="footer-sub">
				<div id="footer">
				<p>
					<?php echo JText::_('TPL_BEEZ3_POWERED_BY'); ?>
					<a href="https://www.joomla.org/">
						Joomla!&#174;
					</a>
				</p>
				</div><!-- end footer -->
			 </div><!-- end footer-sub -->
		</div><!-- end footer-outer-->
	</body>
</html>
                                                                                                                                                                                                       template_thumbnail.png                                                                              0000444                 00000052705 15242036616 0011144 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       PNG

   IHDR          	  UIDATx|GedǉfrÜ^23]p1XH:fǖ-K%ηs{KoaY뙝Y(ZV;10@Hf}Qm4}Lp8lۿiEYPd)%J0 Fb1he6uuEE9yy*bn}?EV㋳L,u< =KQ˒mD@,%cbIMa I:K(s	#ddd޽38$|<B5M=3LeY0mAV	6m6V}&e5oIv@k[X]n)	e!I<ngv>	Ī±Y FR6y;aiXLa*ʄxT9kRy9..O??,ty.Oc0)6yg)̂J"(Jk׮#FW@LA4ojy99ljnm7a^TR?cxcGv6Q^msDbɘB8xGwM)2$ <-;
C<*a7jp;v{OKyEŞVT[_j| ә~->ӑ#G ONbÔmhN莦&RFȊv  40A  d[yǥEeUMi>@JFN2òC×',kD5ި*0 1sK0!IObBKBU0T30T30T30+PtoakC4o1>eO;! ֫ѣizZ/8a3~AG0T?BH$իژ1c0Ɓ@ c242CZ_@YVURUX=_L9 (dd~mE}>( !&iJS<!TUCJF3WPMϩG5aTU8aolY
)tXN0zΔB1.)1M[m6UɴaKҘb$1e8(=*o2B=6UiFW4DxeѽMjX]c{B$*YYYUy$Gv3O)/۵##Ye2E_l>Z[=[kWX2 <qڐCP4m4uvA# <k~$I5(z]?dU\΋/m=qEM>i.-,TRQ_ZVN?U3vq(F?9Hli[Ӓ(4iAm[,,ti'VNo5~~w͞1nt3.<gU?XWw JlK75:%Jv:8jPtYv\yPZxSC5}\5ӯ,z]N!#gzb	-f*z#QD1i6[1gAD1&M3D<N1%Ma'!Ͱ<'5>(
w|NW(GQl3IDR]h,
9j
z5)AOЎ!0EaPL%Лf)JrFAkzc	%C4f8{<W#Ri@ΨqKz9Hq%</қslhAWw"B@~0ƺE ݜj`Nn
|u4 z |uTS']_'3
UmFnD4ƚ',ǩ!-+F5$Ea4	~xvo^V!_:RivUmĉlAnp	 X kU_4P~) o	
 lP[}|L5IVG_,.;|u·9Hhr	ɡnb,[iBSo$z%{ڨվDG(wi:mErK{RbKi*B>ofpx;_5_6$b81>m
%L?48֖m3T;}	:IO9{<=8+tᶉ6;jrL9+d	!t(
ʔyc8
2!U~UCKiQ2VKbL$	 D4x,)iSAJR\Yx]Okp4`XRTo=:RpK4趝j^òL_v#^o<"$-IwL{`TSҺuailUYo4dUK7ߴ`s7DC:
@39nbzuXKDN`ςh ?zNٿ~ *-ۖO0nh*XTꦇv.5n^%(U{SU'eQIl[sw[:dP2u$<=&Cdd\9YsOnG`՚1oSO7O+/Ys9M]Uk/u=j4{31jzlNOՃ*UO3EUрh>К:/EvV1kI('gٕWg{TMnoW5~'vorU>w-s/ty(+zW]}u7Ԓ!^sYKB2T;!F1pw9045sp4RdsSw9Z$Row;kP{$U+վ۫Z#-_y5'_g1,gjA՛qXG=kȈq㖌{|tϟZva<qm7>?î_m<{MB~)`yLC~X!Ӆ%Usʷyuэ΂jbf0zmmw~H4VӷH`;t^8ڠu9-*GT%[8ݝG,Y|'mobe|gC{Ƞﭺlŝ?:ʵxx]bAeBjaߵk۱}5˞{߽Z	?<ôo0p#f&YZ>sG46{EOɶU6@toPTBvhɦmG>6b=6ZÏ[xp}/>xɸYnŻ?+F׏|oz񸉓|p¶ayGqW[#˗ξG2;m,B)  N3GPЪdIz/8G]nz\q~TT:l~kǎV6RIͿed~vPݴnZ3_w?Lx醕Kmw2Hg?Ǟ9{ig~싗ErޟyZ;~k{/3w=̠Ueyl#mHEۘ]j9
LDtSSG-..~s'./NbX,fH%391OH^63
rtr
,NB1Ҋ,&+h2 	 +.U1pY`L4/7\|YOk;D<C tZL3/t@eq((Ya? &,,Ngzht0EQA߿;K⵵lVZp;M&%cdddq0NX2}!ƂA$<mH6ZÔ2Õo.]f1Y(·g8V|Z6q8jzxe=}%I&Yv?ia' \]R.w2j٤f`l_<+R4M\?)[QD?\R}NIf`~ M%[Lj{ZC>218)	?.?*J=ӐIKfʹzg@TdAmuӦWtGn0U]\-騚D}Qm@Gi̤i~tϛ}A9+վp82BBmL6}evj'6Vm▎f4Oґvznͮd<&QlZg%T30@$Iȴi˯}{#M\tuh{{.3-ڬu~_7ͱaPD#K3E,P)rFLIXՈt:4=)Jq/<WroW4&AB*aV}~ű<L_Bp*CݼljsZ**swƺnxez,XMAj `Ĩ{ZmE EaMLCX`iɶHÝap )  jo}/M^$cgr@rphE cd_6a\S]ֹ
]ؾjZ2H8})DRi1d%9Yٱe.Ek` J<)2Xk;࢙VPUT `
vo/*ge9L4޳Θ%̌yK-X"h[fSbjN$9bFE
jf)ln5[y0FaOx$+o[9`YO[-y+h߆gkRrQJ]5m]&}=GW[J]:.`?gDT<5o\]-_v֫/7eY~,YpUUʡohyE}EBdzUCm[3斗=Ț?wl~iWCd.E8kVU{%n<{Hϟݾ(#GNNO|冎6DQ fڊT|#m8貏֍*m1|ÿyzUZC[rPes~a[3,ۜSenѪ3pwr\ktĠƈ-!N=TOŋlsFm;{);c|{(5utEss[(cV8	^8.Kw?zdƨw4hv9Ck2h'|"_9P":HlȞCDCwhjCA`O>9
#L3K1l"YLK1x $R.E`py0W (z'L>n2-R/˦dU%Иoy݃NaiJFg=XR;/z*c۶m۶m۞Y|6k}NR'Zu3ov`'U PK?sxQrA Uټ&FGכ2Q@=SF D3 :qiYh/DM.ޱ׽ߨN==8zj3׽+N8̃Rrj" xrU2x	S8F[HK>ƦDb/s)S"䀵F1H f*^,Q檬]faNob,H΅Zhx0$Mk4MK]j+0Q;瀊kb̒,I}LZh"̺j 3F<c,GWglqb׻Kr^c˿w	}s;IY5'yc)gi'
"^Waƒu YWTiQrw/:.Ucֺź h5sj%8#vDBeRZ J6$d!%KG[7|euoZl}{O<C-U|I
HzdŐIeSKnL;( L9Kd$Yri&IEʮqH;3Xmj|ƈ4#
C#ݍäQ%kDI7<ONS8MǅU$Ǿ:ud	aްߍz&hV5[@ZFBR]|]oG<ë];?t|	;9H$}#]OGn5M*Z,UKYnQ3-tB3;M0Yƭ֚lZo10GуKjI 4yPO6*5;-*M\s$
VkJ$STق[qT!aJ{#t T0+>d5ơ5#|&,L7iki?K'nWԳ: ]BmmhEёvpu"xc/TnyM7DY<-e`e&Q+e@[TǾcC#X3}8R 94K6#+]/0-XhJ$iR]@۲֫44wڦ	:i':Mu{.;*=bKETj@}$V(cp6QX2\+s( My]q?_n?	]oֽT3zwk?u't~5r'ά]C'Hcqƞ8I|DqțW1'[	"H6LXb*R+
3XBSF4!x]~ؒ"H=7T}Ye&>qŒ?Qulj#e- MkMDz'*tkPV*kyL9NtHz8xEo,IvǰV2|=6`R!w{0
F5ǂpu֖n39v6	",Cx"#6Kc;
%yJHlK%Y)uuiDwi}m(Tv싄8e.:mJ4YbVi]{(fu*+ʳ[mZf0V֜DgȰs)Vsy/mY[)M33tCQ-Hq <gۆ u\8^#oT+yt_Qm<|YԲ^RZ6mniXtg4F3U[h6H5uՌjVccц0H6fs~INm;rg/Pq1hLzЌmpsb8]4!v{%k\CG#fRusL0ѱkFz1ɫǨY<ZYI3w{ܕMGDsw%KUmǌ/֎N3.=̀wH qQޱ@kYϗˌ|Yv-1qwH VVaSjZDPWn,p;HD+t:"ďcZ/dpOBxnma1^'<A4@}4#*C
8	tnWslE sEWeopS9HBMXzܙ@G"nmd{F{0p||q.Pe9hy {@`(_s9
8Ǹ:pcƇ9FnE{J
˚$yD غ)'7NVZ9Rcs9=8@Ԯx[uN=gc0XTw0~\;"JaoNCWbssi~q0PcFj?efå Qu,GGѭq}Q͔͌(!:R"GlraC"j_
Wo*p9?:^$ĂiIb"K)٧ᓽh`7ĽUɾ]|H8=+'yІE|ǈh#i[2Z=OQ} ==)PԮsI$c|}H3gD/+8_NgH,R;TG85`vc.yQ\WGV+h_56]/>_7?=rv>pLM?~^
u`O<3Ly6yš^gĢݦt1 @M[О^ bDx)*g1k6wс+>0P>zia a3GlU"CݻqFFgXK!8GnFp8<eL_c:gjW<Ͻ7ON.jO؏qY==a@Jawz(?FӖ %ɍ$c00`E-_>{iBqFL&.&ϹGg	J^O_Z?9yjJ'#զt]{Z#զ5M/{&7v!Ne2"Q|ϕP
iAi*S4$R)Dxy6g9;ȦΝ=/}F$3qءRt1o]w4٪Ju+0&x{*ߩX_1yy#eS|nmbL&֫0,w_;'P,?y061TcoZ=|L-TRXEy-P	vgϡ{<qv	hjxkZ˹-SZ3_>}߮;swt!mSYf'u=O]\;ԓϗmux&J&z1Zm=US휱0Ư=jUP mQP1!i4fj5!)Vd4s%#ahǴlWD\ƌz!ɔyP	AD!!8` <O߶(!W=}e+> A="P MlY  I`&u  ~~[])_ 䔣CCϮ\Oh @`P`tX b/P-AӴ(^ ,W=˻?(,VħަD/P
O'{Pfn:Eu 0 l|?8'i:48-ǝNо	ݍf+ /PRBj{ǻz2۝]ތ$3۱0TRTi7R<%УP,b< Wq |s_o1m9
O1lU#Y$/Bwrf/!d7H3S-Q19=1'4]YkZatd8n;[?֗{³OYǠ X6Ng̎Cfmb0  _&d:Dى҉uUB5I_@: MJwT@+! EPkq<jh
 x$ڃsǷ۶HB̚rPoٶ][G'En?w$s˫2$ͬ;-J`8&?EY!ձ5B(38TD722.ჺw6C8$MjV.W/M#]/\QK>ueÞ.l6'FGn Ak_νp1uJ-vQ@DVz]+J0n\.&ԬuvdQmnd3G8V'f]S>f^ Z }9
RS%WP Nڧ+IGAWeT,tUmץ:50ԥ_][)hЃ!"(!8SPդj\nW"L}_r-80ڽZ3=ZtIkpOտw	8Ѕ9R^rh0|S_K;>pET[)|,egכ
EO-'ɘ1`?v;_}Ȭ֊^lJ,,{AH5ұ脂4qÈ% C!X~[ȍmZhTD8Dk'0쀆kTF|\}WuyC/j7V (rF".,]4AĸЁނVm#E](ⷓo# k$A{T{;/|b>ݝålWjL2;saA) :0/A)@hoAo+ιrc=m~0߲e|6	x:7zR&KNH!s1y)#~gBsv$g6Yܱ  $Ŵ (m 7LEQI@}gh\"
zt_imu٪ V適1[+g5= @VB=N15l5
^w??"\Fƽ@  ʌ@bbH"	dLPvC"F_n(OR$`}Q8۽gU`N`{7ОjyDe-Yز&CYSej3΅$ih(rQUwY"E x L	"L	?ioV>FotxWVW!^	PRnm;sB02g*8^eeD"/?'|(UV*1\V`#4AQ	@с.PHP>@3s"j:.'~S꯳А;s!̼@bI@%a|UHlBy֣]r}㵶 gyI9{Ѯ3'*fmn9xhr pI2.{cF3c%Jqqll{xM5FC~{MO%ǅf:&R#Lw66ʱ(
kCN./.DBjlU;073.ӛJ^\˲Lt%h,MCtc@\y?1+ty~ʥrX	6+B.0+\ЮÇ&ZJGRKhe<9ޛ?pgCݙD< /z`7d9߲B(
P?.n[BGQ'moTI4q7o;m媋m%HPAIP|;{/@Q)lGB@Y  ;5 #12F$ARmieZkQ36E޴ccO(]H/i9/nK]Bo<t1fg,։c._KݝՉágᑁ٫sr؜]p'nȱsg+^p-<hn7|e\McYox@`߭(og7u{E2ٔo`ĥ#ΝS"Vܾ垻Ouo}_?'&Jڕ|վOA9OKٰZJ#$hM_]ZnC}|wJ]hj>B>{yK*hM: y:bP .t*4bF*OӱI2cRܐCeن?Rfv:')byW'&TO_z'ij-ۋLH;Uõ%A\JqNCE\A<R^i tyfrwOE`8DN7LD0ve)Q!"ðq2`A	F!r(` hF,.AU8    q"!Lܝbv:٭}Ld! Cn5X[nfr9ױU݌Xq}E$EA'`qT2[LIт ɊvJ2Fe1C BXrlY&_*k-ij<1~w,so$M]o9yOAЄ,(f*V]'"*E(:N96^2tO<m8Ź⅋{unOFxtLn0ۂkB.2!^HמYrHSq˫ڵCn{R!~|}~+pbh8J#m&% "spA097!p!eG#8LUEf`M鄌*dK'AvḮX5o9C΁)WM QШo֪R(HgoC!s\1l*LD!ثA/̖X}̙+zm77ݹ+8 5z}mϜ8Th{J~lruds9S-q=7zxԉZ
47mhacǚj-E)ţJ#7hB{:ggԕ5>y*S_g+lrM A_:QF.spw=f.=c'$X
N<i4mAkAm&
c)(eM/t%CDp! |U *0uEdIpFX  Ӊ8jBWmܓg/z7~S'ģ׌|guᇾϡ&
2`[.v|葑qZƝ\<bB2P}\y67ޕsgM]W>XGd#yo9vu
2@kZLv6[#Sէx6?8 >Mtyy-=vC}#/zo~sk#P;.U`xY>]Țw\i{u(R>-l,(	#Ll}PȒN_~h.-jۅX%/'fe?隸-%vv[,hj.8a;K~Jgtg4\hvxgVˈ' # ,uH<u?}N&z²ֶŐDQI磨p2ի\V3°YӉu=w뽣Ýk(X%%a4'4$Vk RG#w#n<90BBx$Ip4ػNJ:`F'J:(،c\ؘ`dKvǙ+yC4ve"-SOf3H]48*(6*iT%\"k5C L32G;+c%DFzA7?ǫ^RhJփ@p%0/cluҒDC-׮n4m6WAts@2vnSn7!uh;`1UW9iPBdNpO,FUCKK+U{Q)7hgw-앥jft<.V<x)7ԅ=>>r3>@das0we:Di<::*3 Bt娪,4NV6{+TZ^R𠞌?U[R9%T	$!C{QM ¥ ٶ#7ͥzѺKجm;8ol\ѳCw|S	UmZ~~d泿n@@-rFeA>$ډ>ܝNtJ3/cJxժbܳvQb)h%1/V_跼 .v&/9
j*"jTD6(<Ƹy!ax@tщL2x|\HedYQc{;+I%U;ٙq{r<Ýd&pyɡ0,IUB<p 7b1Kšl: ʊY4UDp"]+=c2W֛BbD0_uiunE@Rdƕ+XKs1L$UU=߇d-Y10KVmw1?SO̚<m`Mo/x\Ǒ"|%O9S +)q#19<+5CۏLӦa0д5ݕ_6i(r]wwS|+AR͍vCd'G-~h"{ܥw@o\u⡯f-rRA_)1ѬdoooɱGZkЭϜ9FPәfsqnu֛JHSO?96@ֹr\f⎷uˉ|hoZa46&ǆ.\Xf[O6H㮧Fzb"N>6| vY}ެtu=33З]fJeiЭ|Cgr'ZY]5;jWW\\ZCq^nzgU?A~3d_)5 IX1vG1Ed4(M]t^Yw
ݲȠz6
 Oo*I\]Y@bsHx<JjR}	MvČ*EqO\v ݒ?Dڵt1BHpKlB;f\5#H0*v{`8CRw{{ՈwT\@WI>6RROg`vsUK)iP)_ȩǒ
i7SHǽHjKhjWBV'߱:vo>9,*oBd3ل\hCrRf:ѓϵ˛67IE$Q[8/ێkL~aZ͊FyI	Q|2N]6{uǴQfuFjW!Ձ֛KmXe*2q<-O5bR> 51#t=}vJ(AGBbH"P X_nB[EK^t!SMP"G"&u+/{qv`^8w;כvӄ vۏP286l*4EFVKVT}Gܽګ y&pЖE%+%LJ  0%UhsאE  tlʍI$i<# z($ Y!d>GJ俯%G5Y/=Z܇?x'O8޸oTu6St6{z|HW,\\ TZ̓GL4u[\
fLzoxT%~}!-\8U=SXj{l5vH!"[NPۉLf:+KJ}y%l<
b7 D|)**p8QC}v[UJNg4Pۥ|" #?ĊJmQ8z¬L\AcyYS;FĘʢж,߈'܎yںtu5J$QW*esVUÐ2teR3&I4˥j4ɲC&YpcӆeO-{fSi"KVr1y$Gk(@E8%:$EǺs/spsie-NlmmqICJ=cq\٨ف7=21&2XxqH
1@/78?j+?|ﾧ:i3;'$G{GDsׁ}4ݝ*t/~KBJaܓ 5_5ўZ0:0:+ՁLnq=fE''3r}Ê(q8ظ2<4;G֨㎳7\jƎc7߼Ux8+ãbªfAO~m7Mv^^=Iҳٳk0kz*6*V~9^,ruTke%^Չ\ fVCxJy|§;F2ng-w@Q!$%L9F߂	>)GXN'Be-[u&"uMm9V#1l݅˭Ո$#Tx?IX;v')%vx@/B)<RUu]*S8#   GHڹ	];a(+Jc<hgq	C#B	ȣP5OAp`\R7IY(ɶ:#MUID0a(I$I͕yDfA"ԴXLwЈ uY!BvNqN)TYfB	/~O~7rYw8,ʄGJD&<Zۗ"ejGu]4gM(ˤQ˖ۊY1dm{$֚t\Wu;49@ThB`(e(AP/" ѵzoWN[j&K叟;I@
"IS856MV1S~@m3ѳ+؍]ꞴÙsind.DV#.m CKès0Ab#ED?湆 0J1 |k$/7{kY.b}cܬZ!Ci~z	S\x'dmx8AGy{"'.l\<]/5HCCgyBJȑHm-TclOc{nQHdj5:r<!b1+ȶC?r/%CnWv-YB//3xMc4M,U~KIJ>Z,NCF,8
݂݀<H8RZZh3f^f`y}lqSUmW|6cwf)"	Z*۱,Cvi59ֺfB !BVܖw2mm:|ku6hy7]I_cԅ;｣1?1V[cGn֬}xTX8|Kʹ~G嘩5r?Rs4Ntygz$=ʧodǻL08LM[伡*<R\P:o4%_Ö Gm*:\$híP Tl"IV1eX52ٗہn,_Z]tefI٧,C[___Qݵ\*gRWJL86:ϮZ$-$s_V#ONbU#YmurIe;^39Q|׹/|( m T '=Q `A30` LH* l'o  a`wp	 4  1P  'b/B(ztyeSY00f#0T]]ߊM4F{啪36S۴T|ymchx'm0_ϸ_S~1!;$_ZV7ߗo9v3(]:I6bSS5NG J.v ]gbG1E"`E.(H Τ^n~0~Tݏ EH:ba`AdYC
!|=U#p]ʹp`3A@ l#!0B>B@&"@cds!DV9D^<PFqwW7z1@+e+ҕSBN:O'|ݰL!'F[*֗/~ibTl:f$XLC]S&,8T"ŅRi،)jU%Iݶ\n&aV[eM[.M%cՅz'G<t|
 L'cWx"(
@DT)bBNjVM$⒪]7@ $X8jٵͥK+G;v+MvK1cu)2=w&(Wʞj͍<nQ~IQ{B%4AmҢHR꬞;>tm}?7s>|wt2Oo}GƝS}w|+t]p:M;gOupϷC߲|lLŽuU67_k_8{rOߧ_7BZkun*k>I[ɜ?;g6w[Gm%b	z9{~_TI+䷿{77w?{6&{?AUl=+fo!jWwi{(bF-KˊirĪuguVcdFSɤB={%"R'Vb.p|ZvCv1hkN(`l`x$dR_L#D$NCňu<M񙄘j,/^ZBԈǓ	sk}LLy?;ZmW4$-Q^x1U)Z|ڰ&nEJ	5!CGF[m	{=H\NFcO5QYR4ThAWV! 4CgOX-N)Z0\aEȲו圿h㟭G&Ml/-nrG'eE=xG~s-c(95=z߾}u*+`7jp7+N[MT1YX5V2\$3iXM;B!K	J&Rی^=TcOoOpm=~ETBx/߁*IW$/(!zM^w=TSm's*c q!$WT)cJ1vi⵸;s_=<~}	0a<'
a]&  k9	J1$Er!Bȵ(6(^;kF %>
< F/9͡Bo|[L=g /\Z{)>°tXs:>xp:bLZӇK)˥q]6N#&IE"BP_ox=GiCڛ/R*]VeL"c?||C~f%왧nFC!^}վ~c7۞bqįbL9:0%MnRxV>~QsZR?K/omt'J0|x8?^88I˨Mw4b\KxmD$_6d)Xiz,NX)kcbf\x(Tu<7j 
!x⩘...ē٘nx,ⵘ@?M3Mo˕^ўOG;!.}9r\wIb}=]\ruxj+}Wlrq|JdSO|{?xs/x42ϖ.`'/|J=דu
?p[]}Tyl(}ǰs&66vU۝C! 
ˏ
Z!vJ]^k\4:<yp:]UTI
~ƍ}ݦ~../WYYs3zSVKMy2ag3˙|z9F-v}vv*w/UsDňXVC)c?В.m
x-v̭ԠMPJRm'P0]Ϟj}uIPugxޝBMwNUU>S!z-`Ǟjer_׾sڰ[s7jWw`N5 %syV_eίj(t={^@yljRF]M;<,a!¬SSV`&P62k:>ETQᑷXG2:9^oV}/Hުx+\8s46YJ^ o|CveBi7*!B{,\]LzkH!2c4d0CF7ʊ7U^[z 	kT&-	^V۱V֪\@*ktRo7!|7jj~׾0siO9{?OQJ_ՎxTו6nӫCEg>=:Wfx|;vڗ=]C_TҜFNfo
~OyJ&g ˹>y[vRgwlo_?}K~?+sFZTߩgb8߸O.m4sןX=xXX^Zq^<>ܟK-19`~k`?4s{qy8&XPoZ*םjo,Ud|QUlg*VDpvwIۨ[}]@vzWkDVEbza06d;j#xmѰ&Дy@:ShU0̘ߩ5A*cQioS9&̭J*FK7TUrU1 bf<%rckvy뉤N*m$)tmYB")M5[H&MO?}Z]ጆS%עovӧ'''Z@9]^Oqfs43,ܭf7M
QT[-OVZ6SUn}w=}^:=d*%a^ͶgME6̈r5$Z\zݡ1dndgzZKg)L:^X
@LVH]ǣDwD\WVh@s.(jZ-+W(r@$}/;aQ¾;si5ɴhIk{~@EJAFwᑢЖ    IENDB`                                                           index.html                                                                                          0000404                 00000000037 15242036616 0006540 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <!DOCTYPE html><title></title>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 index.php                                                                                           0000705                 00000021565 15242036616 0006400 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates.beez3
 *
 * @copyright   (C) 2010 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

// No direct access.
defined('_JEXEC') or die;

/** @var JDocumentHtml $this */

JLoader::import('joomla.filesystem.file');

// Check modules
$showRightColumn = ($this->countModules('position-3') or $this->countModules('position-6') or $this->countModules('position-8'));
$showbottom      = ($this->countModules('position-9') or $this->countModules('position-10') or $this->countModules('position-11'));
$showleft        = ($this->countModules('position-4') or $this->countModules('position-7') or $this->countModules('position-5'));

if ($showRightColumn === false && $showleft === false)
{
	$showno = 0;
}

JHtml::_('behavior.framework', true);

// Get params
$color          = $this->params->get('templatecolor');
$logo           = $this->params->get('logo');
$navposition    = $this->params->get('navposition');
$headerImage    = $this->params->get('headerImage');
$config         = JFactory::getConfig();
$bootstrap      = explode(',', $this->params->get('bootstrap'));
$option         = JFactory::getApplication()->input->getCmd('option', '');

// Output as HTML5
$this->setHtml5(true);

if (in_array($option, $bootstrap))
{
	// Load optional rtl Bootstrap css and Bootstrap bugfixes
	JHtml::_('bootstrap.loadCss', true, $this->direction);
}

// Add stylesheets
JHtml::_('stylesheet', 'templates/system/css/system.css', array('version' => 'auto'));
JHtml::_('stylesheet', 'position.css', array('version' => 'auto', 'relative' => true));
JHtml::_('stylesheet', 'layout.css', array('version' => 'auto', 'relative' => true));
JHtml::_('stylesheet', 'print.css', array('version' => 'auto', 'relative' => true), array('media' => 'print'));
JHtml::_('stylesheet', 'general.css', array('version' => 'auto', 'relative' => true));
JHtml::_('stylesheet', htmlspecialchars($color, ENT_COMPAT, 'UTF-8') . '.css', array('version' => 'auto', 'relative' => true));

if ($this->direction === 'rtl')
{
	JHtml::_('stylesheet', 'template_rtl.css', array('version' => 'auto', 'relative' => true));
	JHtml::_('stylesheet', htmlspecialchars($color, ENT_COMPAT, 'UTF-8') . '_rtl.css', array('version' => 'auto', 'relative' => true));
}

if ($color === 'image')
{
	$this->addStyleDeclaration("
	.logoheader {
		background: url('" . $this->baseurl . "/" . htmlspecialchars($headerImage) . "') no-repeat right;
	}
	body {
		background: " . $this->params->get('backgroundcolor') . ";
	}");
}

JHtml::_('stylesheet', 'ie7only.css', array('version' => 'auto', 'relative' => true, 'conditional' => 'IE 7'));

// Check for a custom CSS file
JHtml::_('stylesheet', 'user.css', array('version' => 'auto', 'relative' => true));

JHtml::_('bootstrap.framework');

// Add template scripts
JHtml::_('script', 'templates/' . $this->template . '/javascript/md_stylechanger.js', array('version' => 'auto'));
JHtml::_('script', 'templates/' . $this->template . '/javascript/hide.js', array('version' => 'auto'));
JHtml::_('script', 'templates/' . $this->template . '/javascript/respond.src.js', array('version' => 'auto'));
JHtml::_('script', 'templates/' . $this->template . '/javascript/template.js', array('version' => 'auto'));

// Check for a custom js file
JHtml::_('script', 'templates/' . $this->template . '/javascript/user.js', array('version' => 'auto'));

require __DIR__ . '/jsstrings.php';

// Add html5 shiv
JHtml::_('script', 'jui/html5.js', array('version' => 'auto', 'relative' => true, 'conditional' => 'lt IE 9'));
?>
<!DOCTYPE html>
<html lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>">
	<head>
		<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=3.0, user-scalable=yes"/>
		<meta name="HandheldFriendly" content="true" />
		<meta name="apple-mobile-web-app-capable" content="YES" />
		<jdoc:include type="head" />
	</head>
	<body id="shadow">
		<div id="all">
			<div id="back">
				<header id="header">
					<div class="logoheader">
						<h1 id="logo">
						<?php if ($logo) : ?>
							<img src="<?php echo $this->baseurl; ?>/<?php echo htmlspecialchars($logo, ENT_QUOTES); ?>"  alt="<?php echo htmlspecialchars($this->params->get('sitetitle')); ?>" />
						<?php endif;?>
						<?php if (!$logo AND $this->params->get('sitetitle')) : ?>
							<?php echo htmlspecialchars($this->params->get('sitetitle')); ?>
						<?php elseif (!$logo AND $config->get('sitename')) : ?>
							<?php echo htmlspecialchars($config->get('sitename')); ?>
						<?php endif; ?>
						<span class="header1">
						<?php echo htmlspecialchars($this->params->get('sitedescription')); ?>
						</span></h1>
					</div><!-- end logoheader -->
					<ul class="skiplinks">
						<li><a href="#main" class="u2"><?php echo JText::_('TPL_BEEZ3_SKIP_TO_CONTENT'); ?></a></li>
						<li><a href="#nav" class="u2"><?php echo JText::_('TPL_BEEZ3_JUMP_TO_NAV'); ?></a></li>
						<?php if ($showRightColumn) : ?>
							<li><a href="#right" class="u2"><?php echo JText::_('TPL_BEEZ3_JUMP_TO_INFO'); ?></a></li>
						<?php endif; ?>
					</ul>
					<h2 class="unseen"><?php echo JText::_('TPL_BEEZ3_NAV_VIEW_SEARCH'); ?></h2>
					<h3 class="unseen"><?php echo JText::_('TPL_BEEZ3_NAVIGATION'); ?></h3>
					<jdoc:include type="modules" name="position-1" />
					<div id="line">
						<div id="fontsize"></div>
						<h3 class="unseen"><?php echo JText::_('TPL_BEEZ3_SEARCH'); ?></h3>
						<jdoc:include type="modules" name="position-0" />
					</div> <!-- end line -->
				</header><!-- end header -->
				<div id="<?php echo $showRightColumn ? 'contentarea2' : 'contentarea'; ?>">
					<div id="breadcrumbs">
						<jdoc:include type="modules" name="position-2" />
					</div>

					<?php if ($navposition === 'left' and $showleft) : ?>
						<nav class="left1 <?php if ($showRightColumn == null) { echo 'leftbigger';} ?>" id="nav">
							<jdoc:include type="modules" name="position-7" style="beezDivision" headerLevel="3" />
							<jdoc:include type="modules" name="position-4" style="beezHide" headerLevel="3" state="0 " />
							<jdoc:include type="modules" name="position-5" style="beezTabs" headerLevel="2"  id="3" />
						</nav><!-- end navi -->
					<?php endif; ?>

					<div id="<?php echo $showRightColumn ? 'wrapper' : 'wrapper2'; ?>" <?php if (isset($showno)){echo 'class="shownocolumns"';}?>>
						<div id="main">

							<?php if ($this->countModules('position-12')) : ?>
								<div id="top">
									<jdoc:include type="modules" name="position-12" />
								</div>
							<?php endif; ?>

							<jdoc:include type="message" />
							<jdoc:include type="component" />

						</div><!-- end main -->
					</div><!-- end wrapper -->

					<?php if ($showRightColumn) : ?>
						<div id="close">
							<a href="#" onclick="auf('right')">
							<span id="bild">
								<?php echo JText::_('TPL_BEEZ3_TEXTRIGHTCLOSE'); ?>
							</span>
							</a>
						</div>

						<aside id="right">
							<h2 class="unseen"><?php echo JText::_('TPL_BEEZ3_ADDITIONAL_INFORMATION'); ?></h2>
							<jdoc:include type="modules" name="position-6" style="beezDivision" headerLevel="3" />
							<jdoc:include type="modules" name="position-8" style="beezDivision" headerLevel="3" />
							<jdoc:include type="modules" name="position-3" style="beezDivision" headerLevel="3" />
						</aside><!-- end right -->
					<?php endif; ?>

					<?php if ($navposition === 'center' and $showleft) : ?>
						<nav class="left <?php if ($showRightColumn == null) { echo 'leftbigger'; } ?>" id="nav" >

							<jdoc:include type="modules" name="position-7"  style="beezDivision" headerLevel="3" />
							<jdoc:include type="modules" name="position-4" style="beezHide" headerLevel="3" state="0 " />
							<jdoc:include type="modules" name="position-5" style="beezTabs" headerLevel="2"  id="3" />

						</nav><!-- end navi -->
					<?php endif; ?>

					<div class="wrap"></div>
				</div> <!-- end contentarea -->
			</div><!-- back -->
		</div><!-- all -->

		<div id="footer-outer">
			<?php if ($showbottom) : ?>
				<div id="footer-inner" >

					<div id="bottom">
						<div class="box box1"> <jdoc:include type="modules" name="position-9" style="beezDivision" headerlevel="3" /></div>
						<div class="box box2"> <jdoc:include type="modules" name="position-10" style="beezDivision" headerlevel="3" /></div>
						<div class="box box3"> <jdoc:include type="modules" name="position-11" style="beezDivision" headerlevel="3" /></div>
					</div>

				</div>
			<?php endif; ?>

			<div id="footer-sub">
				<footer id="footer">
					<jdoc:include type="modules" name="position-14" />
				</footer><!-- end footer -->
			</div>
		</div>
		<jdoc:include type="modules" name="debug" />
		
	</body>
</html>
                                                                                                                                           favicon.ico                                                                                         0000444                 00000003743 15242036616 0006677 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       PNG

   IHDR         a   sRGB    	pHYs       $iTXtXML:com.adobe.xmp     <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="XMP Core 5.4.0">
   <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
      <rdf:Description rdf:about=""
            xmlns:tiff="http://ns.adobe.com/tiff/1.0/"
            xmlns:exif="http://ns.adobe.com/exif/1.0/"
            xmlns:dc="http://purl.org/dc/elements/1.1/"
            xmlns:xmp="http://ns.adobe.com/xap/1.0/">
         <tiff:ResolutionUnit>2</tiff:ResolutionUnit>
         <tiff:Compression>5</tiff:Compression>
         <tiff:XResolution>72</tiff:XResolution>
         <tiff:Orientation>1</tiff:Orientation>
         <tiff:YResolution>72</tiff:YResolution>
         <exif:PixelXDimension>16</exif:PixelXDimension>
         <exif:ColorSpace>1</exif:ColorSpace>
         <exif:PixelYDimension>16</exif:PixelYDimension>
         <dc:subject>
            <rdf:Seq/>
         </dc:subject>
         <xmp:ModifyDate>2015:03:15 13:03:46</xmp:ModifyDate>
         <xmp:CreatorTool>Pixelmator 3.3.1</xmp:CreatorTool>
      </rdf:Description>
   </rdf:RDF>
</x:xmpmeta>
>Iv]  XIDAT8}]h\Eϙ{wﺻI]mXClK4REw-E(->f|)y~(Z"ȢARhZB46M-$ӆ6&-k41cxnS\s g;^t}Pc{յ׽uQ{VJ5"I":X7O)):L;j8lQP %!럒|2qye4mm<3@!$+c粒Jۤ-SRHkA8$k 
)[O/ov,6˔}O0|nNҀF{Ӂ{ǽLK){|G ʭ"W?X-YW~Rn2˰o. x*S߇Kê:4`DFoԝ.(Y&pKqѵXn9bbn|ccNݛZĴ&ܖۑtBTrj]ޱ*Sxqdw?	p|n)3^E8Y ⑷g"rU`WnAO5?HlpY[Q8+]rqoޱetj	ZG O\}r7wَCV6tb70j#Ū!_WH+RF&/Ϗj.9WxZA!/W>	`[X;GPw6VR{4weWD0ΑhLȣ%JЛz=i ZϰŠQ^"O:58՛k~hl`MǽS qV1DZmhbwyuKo; DS(    IENDB`                             javascript/md_stylechanger.js                                                                       0000444                 00000004621 15242036616 0012426 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       /*global window, localStorage, fontSizeTitle, bigger, reset, smaller, biggerTitle, resetTitle, smallerTitle, Cookie */
var prefsLoaded = false;
var defaultFontSize = 100;
var currentFontSize = defaultFontSize;



Object.append(Browser.Features, {
	localstorage: (function() {
		return ('localStorage' in window) && window.localStorage !== null;
	})()
});

function setFontSize(fontSize) {
	document.body.style.fontSize = fontSize + '%';
}

function changeFontSize(sizeDifference) {
	currentFontSize = parseInt(currentFontSize, 10) + parseInt(sizeDifference * 5, 10);
	if (currentFontSize > 180) {
		currentFontSize = 180;
	} else if (currentFontSize < 60) {
		currentFontSize = 60;
	}
	setFontSize(currentFontSize);
}

function revertStyles() {
	currentFontSize = defaultFontSize;
	changeFontSize(0);
}

function writeFontSize(value) {
	if (Browser.Features.localstorage) {
		localStorage.fontSize = value;
	} else {
		Cookie.write("fontSize", value, {duration: 180});
	}
}

function readFontSize() {
	if (Browser.Features.localstorage) {
		return localStorage.fontSize;
	} else {
		return Cookie.read("fontSize");
	}
}

function setUserOptions() {
	if (!prefsLoaded) {
		var size = readFontSize();
		currentFontSize = size ? size : defaultFontSize;
		setFontSize(currentFontSize);
		prefsLoaded = true;
	}
}

function addControls() {
	var container = document.id('fontsize');
	var content = '<h3>'+ fontSizeTitle +'</h3><p><a title="'+ biggerTitle +'"  href="#" onclick="changeFontSize(2); return false">'+ bigger +'</a><span class="unseen">.</span><a href="#" title="'+resetTitle+'" onclick="revertStyles(); return false">'+ reset +'</a><span class="unseen">.</span><a href="#"  title="'+ smallerTitle +'" onclick="changeFontSize(-2); return false">'+ smaller +'</a></p>';
	container.set('html', content);
}

function saveSettings() {
	writeFontSize(currentFontSize);
}


window.addEvent('domready', function () {

    smaller = Joomla.JText._('TPL_BEEZ3_SMALLER');
    fontSizeTitle = Joomla.JText._('TPL_BEEZ3_FONTSIZE');
    bigger = Joomla.JText._('TPL_BEEZ3_BIGGER');
    reset = Joomla.JText._('TPL_BEEZ3_RESET');
    biggerTitle = Joomla.JText._('TPL_BEEZ3_INCREASE_SIZE');
    smallerTitle = Joomla.JText._('TPL_BEEZ3_DECREASE_SIZE');
    resetTitle = Joomla.JText._('TPL_BEEZ3_REVERT_STYLES_TO_DEFAULT');

});
window.addEvent('domready', setUserOptions);
window.addEvent('domready', addControls);
window.addEvent('unload', saveSettings);
                                                                                                               javascript/index.html                                                                               0000404                 00000000037 15242036616 0010706 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <!DOCTYPE html><title></title>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 javascript/respond.src.js                                                                           0000444                 00000022411 15242036616 0011513 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       /*! matchMedia() polyfill - Test a CSS media type/query in JS. Authors & copyright (c) 2012: Scott Jehl, Paul Irish, Nicholas Zakas. Dual MIT/BSD license */
/*! NOTE: If you're already including a window.matchMedia polyfill via Modernizr or otherwise, you don't need this part */
window.matchMedia = window.matchMedia || (function(doc, undefined){

  var bool,
      docElem  = doc.documentElement,
      refNode  = docElem.firstElementChild || docElem.firstChild,
      // fakeBody required for <FF4 when executed in <head>
      fakeBody = doc.createElement('body'),
      div      = doc.createElement('div');

  div.id = 'mq-test-1';
  div.style.cssText = "position:absolute;top:-100em";
  fakeBody.style.background = "none";
  fakeBody.appendChild(div);

  return function(q){

    div.innerHTML = '&shy;<style media="'+q+'"> #mq-test-1 { width: 42px; }</style>';

    docElem.insertBefore(fakeBody, refNode);
    bool = div.offsetWidth == 42;
    docElem.removeChild(fakeBody);

    return { matches: bool, media: q };
  };

})(document);




/*! Respond.js v1.1.0: min/max-width media query polyfill. (c) Scott Jehl. MIT/GPLv2 Lic. j.mp/respondjs  */
(function( win ){
	// Exposed namespace
	win.respond = {};

	// Define update even in native-mq-supporting browsers, to avoid errors
	respond.update = function(){};

	// Expose media query support flag for external use
	respond.mediaQueriesSupported = win.matchMedia && win.matchMedia( "only all" ).matches;

	// If media queries are supported, exit here
	if ( respond.mediaQueriesSupported ){ return; }

	// Define vars
	var doc            = win.document,
		docElem        = doc.documentElement,
		mediastyles    = [],
		rules          = [],
		appendedEls    = [],
		parsedSheets   = {},
		resizeThrottle = 30,
		head           = doc.getElementsByTagName( "head" )[0] || docElem,
		base           = doc.getElementsByTagName( "base" )[0],
		links          = head.getElementsByTagName( "link" ),
		requestQueue   = [],

		// Loop stylesheets, send text content to translate
		ripCSS = function(){

			var sheets = links,
				sl     = sheets.length,
				i      = 0,
				// Vars for loop:
				sheet, href, media, isCSS;

			for( ; i < sl; i++ ){
				sheet = sheets[ i ],
				href  = sheet.href,
				media = sheet.media,
				isCSS = sheet.rel && sheet.rel.toLowerCase() === "stylesheet";

				//only links plz and prevent re-parsing
				if ( !!href && isCSS && !parsedSheets[ href ] ){
					// selectivizr exposes css through the rawCssText expando
					if (sheet.styleSheet && sheet.styleSheet.rawCssText) {
						translate( sheet.styleSheet.rawCssText, href, media );
						parsedSheets[ href ] = true;
					} else {

						if ( (!/^([a-zA-Z:]*\/\/)/.test( href ) && !base)
							|| href.replace( RegExp.$1, "" ).split( "/" )[0] === win.location.host ){
							requestQueue.push( {
								href: href,
								media: media
							} );
						}
					}
				}
			}
			makeRequests();
		},

		// Recurse through request queue, get css text
		makeRequests = function(){

			if ( requestQueue.length ){
				var thisRequest = requestQueue.shift();

				ajax( thisRequest.href, function( styles ){

					translate( styles, thisRequest.href, thisRequest.media );
					parsedSheets[ thisRequest.href ] = true;
					makeRequests();
				} );
			}
		},

		// Find media blocks in css text, convert to style blocks
		translate       = function( styles, href, media ){
			var qs      = styles.match(  /@media[^\{]+\{([^\{\}]*\{[^\}\{]*\})+/gi ),
				ql      = qs && qs.length || 0,
				// Try to get CSS path
				href    = href.substring( 0, href.lastIndexOf( "/" )),
				repUrls = function( css ){
					return css.replace( /(url\()['"]?([^\/\)'"][^:\)'"]+)['"]?(\))/g, "$1" + href + "$2$3" );
				},
				useMedia = !ql && media,
				// Vars used in loop
				i        = 0,
				j, fullq, thisq, eachq, eql;

			// If path exists, tack on trailing slash
			if ( href.length ){ href += "/"; }

			//if no internal queries exist, but media attr does, use that
			//note: this currently lacks support for situations where a media attr is specified on a link AND
				//its associated stylesheet has internal CSS media queries.
				//In those cases, the media attribute will currently be ignored.
			if ( useMedia ){
				ql = 1;
			}

			for( ; i < ql; i++ ){
				j = 0;

				// Media attr
				if ( useMedia ){
					fullq = media;
					rules.push( repUrls( styles ) );
				}
				// Parse for styles
				else{
					fullq = qs[ i ].match( /@media *([^\{]+)\{([\S\s]+?)$/ ) && RegExp.$1;
					rules.push( RegExp.$2 && repUrls( RegExp.$2 ) );
				}

				eachq = fullq.split( "," );
				eql   = eachq.length;

				for( ; j < eql; j++ ){
					thisq = eachq[ j ];
					mediastyles.push( {
						media    : thisq.split( "(" )[ 0 ].match( /(only\s+)?([a-zA-Z]+)\s?/ ) && RegExp.$2 || "all",
						rules    : rules.length - 1,
						hasquery : thisq.indexOf("(") > -1,
						minw     : thisq.match( /\(min\-width:[\s]*([\s]*[0-9\.]+)(px|em)[\s]*\)/ ) && parseFloat( RegExp.$1 ) + ( RegExp.$2 || "" ),
						maxw     : thisq.match( /\(max\-width:[\s]*([\s]*[0-9\.]+)(px|em)[\s]*\)/ ) && parseFloat( RegExp.$1 ) + ( RegExp.$2 || "" )
					} );
				}
			}

			applyMedia();
		},

		lastCall,

		resizeDefer,

		// returns the value of 1em in pixels
		getEmValue = function() {
			var ret,
				div      = doc.createElement('div'),
				body     = doc.body,
				fakeUsed = false;

			div.style.cssText = "position:absolute;font-size:1em;width:1em";

			if ( !body ){
				body = fakeUsed = doc.createElement( "body" );
				body.style.background = "none";
			}

			body.appendChild( div );

			docElem.insertBefore( body, docElem.firstChild );

			ret = div.offsetWidth;

			if ( fakeUsed ){
				docElem.removeChild( body );
			}
			else {
				body.removeChild( div );
			}

			// Also update eminpx before returning
			ret = eminpx = parseFloat(ret);

			return ret;
		},

		// Cached container for 1em value, populated the first time it's needed
		eminpx,

		// Enable/disable styles
		applyMedia          = function( fromResize ){
			var name        = "clientWidth",
				docElemProp = docElem[ name ],
				currWidth   = doc.compatMode === "CSS1Compat" && docElemProp || doc.body[ name ] || docElemProp,
				styleBlocks = {},
				lastLink    = links[ links.length-1 ],
				now         = (new Date()).getTime();

			// Throttle resize calls
			if ( fromResize && lastCall && now - lastCall < resizeThrottle ){
				clearTimeout( resizeDefer );
				resizeDefer = setTimeout( applyMedia, resizeThrottle );
				return;
			}
			else {
				lastCall = now;
			}

			for( var i in mediastyles ){
				var thisstyle = mediastyles[ i ],
					min = thisstyle.minw,
					max = thisstyle.maxw,
					minnull = min === null,
					maxnull = max === null,
					em = "em";

				if ( !!min ){
					min = parseFloat( min ) * ( min.indexOf( em ) > -1 ? ( eminpx || getEmValue() ) : 1 );
				}
				if ( !!max ){
					max = parseFloat( max ) * ( max.indexOf( em ) > -1 ? ( eminpx || getEmValue() ) : 1 );
				}

				// If there's no media query at all (the () part), or min or max is not null, and if either is present, they're true
				if ( !thisstyle.hasquery || ( !minnull || !maxnull ) && ( minnull || currWidth >= min ) && ( maxnull || currWidth <= max ) ){
						if ( !styleBlocks[ thisstyle.media ] ){
							styleBlocks[ thisstyle.media ] = [];
						}
						styleBlocks[ thisstyle.media ].push( rules[ thisstyle.rules ] );
				}
			}

			// Remove any existing respond style element(s)
			for( var i in appendedEls ){
				if ( appendedEls[ i ] && appendedEls[ i ].parentNode === head ){
					head.removeChild( appendedEls[ i ] );
				}
			}

			// Inject active styles, grouped by media type
			for( var i in styleBlocks ){
				var ss  = doc.createElement( "style" ),
					css = styleBlocks[ i ].join( "\n" );

				ss.type  = "text/css";
				ss.media = i;

				// Originally, ss was appended to a documentFragment and sheets were appended in bulk.
				// This caused crashes in IE in a number of circumstances, such as when the HTML element had a bg image set, so appending beforehand seems best. Thanks to @dvelyk for the initial research on this one!
				head.insertBefore( ss, lastLink.nextSibling );

				if ( ss.styleSheet ){
					ss.styleSheet.cssText = css;
				}
				else{
					ss.appendChild( doc.createTextNode( css ) );
		        }

				// Push to appendedEls to track for later removal
				appendedEls.push( ss );
			}
		},
		// Tweaked Ajax functions from Quirksmode
		ajax = function( url, callback ) {
			var req = xmlHttp();
			if (!req){
				return;
			}
			req.open( "GET", url, true );
			req.onreadystatechange = function () {
				if ( req.readyState != 4 || req.status != 200 && req.status != 304 ){
					return;
				}
				callback( req.responseText );
			}
			if ( req.readyState == 4 ){
				return;
			}
			req.send( null );
		},
		// Define ajax obj
		xmlHttp = (function() {
			var xmlhttpmethod = false;
			try {
				xmlhttpmethod = new XMLHttpRequest();
			}
			catch( e ){
				xmlhttpmethod = new ActiveXObject( "Microsoft.XMLHTTP" );
			}
			return function(){
				return xmlhttpmethod;
			};
		})();

	// Translate CSS
	ripCSS();

	// Expose update for re-running respond later on
	respond.update = ripCSS;

	// Adjust on resize
	function callMedia(){
		applyMedia( true );
	}
	if ( win.addEventListener ){
		win.addEventListener( "resize", callMedia, false );
	}
	else if( win.attachEvent ){
		win.attachEvent( "onresize", callMedia );
	}
})(this);
                                                                                                                                                                                                                                                       javascript/respond.js                                                                               0000444                 00000022434 15242036616 0010732 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       /*! matchMedia() polyfill - Test a CSS media type/query in JS. Authors & copyright (c) 2012: Scott Jehl, Paul Irish, Nicholas Zakas. Dual MIT/BSD license */
/*! NOTE: If you're already including a window.matchMedia polyfill via Modernizr or otherwise, you don't need this part */
window.matchMedia = window.matchMedia || (function(doc, undefined){

  var bool,
      docElem  = doc.documentElement,
      refNode  = docElem.firstElementChild || docElem.firstChild,
      // fakeBody required for <FF4 when executed in <head>
      fakeBody = doc.createElement('body'),
      div      = doc.createElement('div');

  div.id = 'mq-test-1';
  div.style.cssText = "position:absolute;top:-100em";
  fakeBody.style.background = "none";
  fakeBody.appendChild(div);

  return function(q){

    div.innerHTML = '&shy;<style media="'+q+'"> #mq-test-1 { width: 42px; }</style>';

    docElem.insertBefore(fakeBody, refNode);
    bool = div.offsetWidth == 42;
    docElem.removeChild(fakeBody);

    return { matches: bool, media: q };
  };

})(document);




/*! Respond.js v1.1.0: min/max-width media query polyfill. (c) Scott Jehl. MIT/GPLv2 Lic. j.mp/respondjs  */
(function( win ){
	//exposed namespace
	win.respond = {};

	//define update even in native-mq-supporting browsers, to avoid errors
	respond.update = function(){};

	//expose media query support flag for external use
	respond.mediaQueriesSupported = win.matchMedia && win.matchMedia( "only all" ).matches;

	//if media queries are supported, exit here
	if ( respond.mediaQueriesSupported ){ return; }

	//define vars
	var doc            = win.document,
		docElem        = doc.documentElement,
		mediastyles    = [],
		rules          = [],
		appendedEls    = [],
		parsedSheets   = {},
		resizeThrottle = 30,
		head           = doc.getElementsByTagName( "head" )[0] || docElem,
		base           = doc.getElementsByTagName( "base" )[0],
		links          = head.getElementsByTagName( "link" ),
		requestQueue   = [],

		// Loop stylesheets, send text content to translate
		ripCSS         = function(){
			var sheets = links,
				sl     = sheets.length,
				i      = 0,
				// Vars for loop:
				sheet, href, media, isCSS;

			for( ; i < sl; i++ ){
				sheet = sheets[ i ],
				href  = sheet.href,
				media = sheet.media,
				isCSS = sheet.rel && sheet.rel.toLowerCase() === "stylesheet";

				// Only links plz and prevent re-parsing
				if ( !!href && isCSS && !parsedSheets[ href ] ){
					// Selectivizr exposes css through the rawCssText expando
					if (sheet.styleSheet && sheet.styleSheet.rawCssText) {
						translate( sheet.styleSheet.rawCssText, href, media );
						parsedSheets[ href ] = true;
					} else {
						if ( (!/^([a-zA-Z:]*\/\/)/.test( href ) && !base)
							|| href.replace( RegExp.$1, "" ).split( "/" )[0] === win.location.host ){
							requestQueue.push( {
								href: href,
								media: media
							} );
						}
					}
				}
			}
			makeRequests();
		},

		// Recurse through request queue, get css text
		makeRequests = function(){
			if ( requestQueue.length ){
				var thisRequest = requestQueue.shift();

				ajax( thisRequest.href, function( styles ){
					translate( styles, thisRequest.href, thisRequest.media );
					parsedSheets[ thisRequest.href ] = true;
					makeRequests();
				} );
			}
		},

		// Find media blocks in css text, convert to style blocks
		translate       = function( styles, href, media ){
			var qs      = styles.match(  /@media[^\{]+\{([^\{\}]*\{[^\}\{]*\})+/gi ),
				ql      = qs && qs.length || 0,
				// Try to get CSS path
				href    = href.substring( 0, href.lastIndexOf( "/" )),
				repUrls = function( css ){
					return css.replace( /(url\()['"]?([^\/\)'"][^:\)'"]+)['"]?(\))/g, "$1" + href + "$2$3" );
				},
				useMedia = !ql && media,
				// Vars used in loop
				i        = 0,
				j, fullq, thisq, eachq, eql;

			// If path exists, tack on trailing slash
			if ( href.length ){ href += "/"; }

			/* If no internal queries exist, but media attr does, use that
			*  note: this currently lacks support for situations where a media attr is specified on a link AND
			*  its associated stylesheet has internal CSS media queries.
			*  In those cases, the media attribute will currently be ignored.
			*/
			if ( useMedia ){
				ql = 1;
			}


			for( ; i < ql; i++ ){
				j = 0;

				// Media attr
				if ( useMedia ){
					fullq = media;
					rules.push( repUrls( styles ) );
				}
				// Parse for styles
				else{
					fullq = qs[ i ].match( /@media *([^\{]+)\{([\S\s]+?)$/ ) && RegExp.$1;
					rules.push( RegExp.$2 && repUrls( RegExp.$2 ) );
				}

				eachq = fullq.split( "," );
				eql   = eachq.length;

				for( ; j < eql; j++ ){
					thisq = eachq[ j ];
					mediastyles.push( {
						media    : thisq.split( "(" )[ 0 ].match( /(only\s+)?([a-zA-Z]+)\s?/ ) && RegExp.$2 || "all",
						rules    : rules.length - 1,
						hasquery : thisq.indexOf("(") > -1,
						minw     : thisq.match( /\(min\-width:[\s]*([\s]*[0-9\.]+)(px|em)[\s]*\)/ ) && parseFloat( RegExp.$1 ) + ( RegExp.$2 || "" ),
						maxw     : thisq.match( /\(max\-width:[\s]*([\s]*[0-9\.]+)(px|em)[\s]*\)/ ) && parseFloat( RegExp.$1 ) + ( RegExp.$2 || "" )
					} );
				}
			}

			applyMedia();
		},

		lastCall,

		resizeDefer,

		// Returns the value of 1em in pixels
		getEmValue = function() {
			var ret,
				div  = doc.createElement('div'),
				body = doc.body,
				fakeUsed = false;

			div.style.cssText = "position:absolute;font-size:1em;width:1em";

			if ( !body ){
				body = fakeUsed = doc.createElement( "body" );
				body.style.background = "none";
			}

			body.appendChild( div );

			docElem.insertBefore( body, docElem.firstChild );

			ret = div.offsetWidth;

			if ( fakeUsed ){
				docElem.removeChild( body );
			}
			else {
				body.removeChild( div );
			}

			// Also update eminpx before returning
			ret = eminpx = parseFloat(ret);

			return ret;
		},

		// Cached container for 1em value, populated the first time it's needed
		eminpx,

		// Enable/disable styles
		applyMedia          = function( fromResize ){
			var name        = "clientWidth",
				docElemProp = docElem[ name ],
				currWidth   = doc.compatMode === "CSS1Compat" && docElemProp || doc.body[ name ] || docElemProp,
				styleBlocks = {},
				lastLink    = links[ links.length-1 ],
				now         = (new Date()).getTime();

			// Throttle resize calls
			if ( fromResize && lastCall && now - lastCall < resizeThrottle ){
				clearTimeout( resizeDefer );
				resizeDefer = setTimeout( applyMedia, resizeThrottle );
				return;
			}
			else {
				lastCall = now;
			}

			for( var i in mediastyles ){
				var thisstyle = mediastyles[ i ],
					min       = thisstyle.minw,
					max       = thisstyle.maxw,
					minnull   = min === null,
					maxnull   = max === null,
					em        = "em";

				if ( !!min ){
					min = parseFloat( min ) * ( min.indexOf( em ) > -1 ? ( eminpx || getEmValue() ) : 1 );
				}
				if ( !!max ){
					max = parseFloat( max ) * ( max.indexOf( em ) > -1 ? ( eminpx || getEmValue() ) : 1 );
				}

				// If there's no media query at all (the () part), or min or max is not null, and if either is present, they're true
				if ( !thisstyle.hasquery || ( !minnull || !maxnull ) && ( minnull || currWidth >= min ) && ( maxnull || currWidth <= max ) ){
						if ( !styleBlocks[ thisstyle.media ] ){
							styleBlocks[ thisstyle.media ] = [];
						}
						styleBlocks[ thisstyle.media ].push( rules[ thisstyle.rules ] );
				}
			}

			// Remove any existing respond style element(s)
			for( var i in appendedEls ){
				if ( appendedEls[ i ] && appendedEls[ i ].parentNode === head ){
					head.removeChild( appendedEls[ i ] );
				}
			}

			// Inject active styles, grouped by media type
			for( var i in styleBlocks ){
				var ss  = doc.createElement( "style" ),
					css = styleBlocks[ i ].join( "\n" );

				ss.type  = "text/css";
				ss.media = i;

				// Originally, ss was appended to a documentFragment and sheets were appended in bulk.
				// This caused crashes in IE in a number of circumstances, such as when the HTML element had a bg image set, so appending beforehand seems best. Thanks to @dvelyk for the initial research on this one!
				head.insertBefore( ss, lastLink.nextSibling );

				if ( ss.styleSheet ){
					ss.styleSheet.cssText = css;
				}
				else {
					ss.appendChild( doc.createTextNode( css ) );
				}

				// Push to appendedEls to track for later removal
				appendedEls.push( ss );
			}
		},
		// Tweaked Ajax functions from Quirksmode
		ajax = function( url, callback ) {
			var req = xmlHttp();
			if (!req){
				return;
			}
			req.open( "GET", url, true );
			req.onreadystatechange = function () {
				if ( req.readyState != 4 || req.status != 200 && req.status != 304 ){
					return;
				}
				callback( req.responseText );
			}
			if ( req.readyState == 4 ){
				return;
			}
			req.send( null );
		},
		// Define ajax obj
		xmlHttp = (function() {
			var xmlhttpmethod = false;
			try {
				xmlhttpmethod = new XMLHttpRequest();
			}
			catch( e ){
				xmlhttpmethod = new ActiveXObject( "Microsoft.XMLHTTP" );
			}
			return function(){
				return xmlhttpmethod;
			};
		})();

	// Translate CSS
	ripCSS();

	// Expose update for re-running respond later on
	respond.update = ripCSS;

	// Adjust on resize
	function callMedia(){
		applyMedia( true );
	}
	if ( win.addEventListener ){
		win.addEventListener( "resize", callMedia, false );
	}
	else if( win.attachEvent ){
		win.attachEvent( "onresize", callMedia );
	}
})(this);
                                                                                                                                                                                                                                    javascript/hide.js                                                                                  0000444                 00000021000 15242036616 0010155 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       // Angie Radtke 2009 - 2012  thanks to daniel //

/*global window, localStorage, Cookie, altopen, altclose, big, small, rightopen, rightclose, bildauf, bildzu */

function saveIt(name) {
	var x = document.getElementById(name).style.display;

	if (!x) {
		alert('No cookie available');
	} else if (localStorage) {
		localStorage[name] = x;
	}
}

function readIt(name) {
	if (localStorage) {
		return localStorage[name];
	}
}

function wrapperwidth(width) {
	jQuery('#wrapper').css('width', width);
}

// add Wai-Aria landmark-roles
jQuery(function($) {
	$('#nav').attr('role', 'navigation');
	$('input[id^="mod-search-searchword"]').closest('form').attr('role', 'search');
	$('#main').attr('role', 'main');
	$('#right').attr('role', 'contentinfo');
});

jQuery(function($) {
		// get ankers
		var $myankers = $('a.opencloselink');
		$myankers.each(function() {
			var $element = $(this);
			$element.attr('role', 'tab');
			var myid = $element.attr('id');
			myid = myid.split('_');
			myid = 'module_' + myid[1];
			$element.attr('aria-controls', myid);
		});

		var $list = $('div.moduletable_js');
		$list.each(function() {
			var $element = $(this);
			if ($element.find('div.module_content').length) {
				var $el = $element.find('div.module_content');
				$el.attr('role', 'tabpanel');
				var myid = $el.attr('id');
				myid = myid.split('_');
				myid = 'link_' + myid[1];
				$el.attr('aria-labelledby', myid);
				var myclass = $el.attr('class');
				var one = myclass.split(' ');
				// search for active menu-item
				var $listelement = $el.find('a.active').first();
				var unique = $el.attr('id');
				var nocookieset = readIt(unique);
				if (($listelement.length) || ((one[1] == 'open') && (nocookieset == null))) {
					$el.show();
					var $eltern = $el.parent();
					var $elternh = $eltern.find('h3').first();
					var $elternbild = $eltern.find('img').first();
					$elternbild.attr('alt', altopen).attr('src', bildzu);
					$elternbild.focus();
				} else {
					$el.hide();
					$el.attr('aria-expanded', 'false');
				}

				unique = $el.attr('id');
				var cookieset = readIt(unique);
				if (cookieset === 'block') {
					$el.show();
					$el.attr('aria-expanded', 'true');
				}

			}
		});
	});

jQuery(function($) {
	var $what = $('#right');
	// if rightcolumn
	if ($what.length) {
		var whatid = $what.attr('id');
		var rightcookie = readIt(whatid);
		if (rightcookie === 'none') {
			$what.hide();
			$('#nav').addClass('leftbigger');
			wrapperwidth(big);
			var $grafik = $('#bild');
			$grafik.html(rightopen);
			$grafik.focus();
		}
	}
});

function auf(key) {
	var $ = jQuery.noConflict();
	var $el = $('#' + key);

	if (!$el.is(':visible')) {
		$el.show();
		$el.attr('aria-expanded', 'true');

		if (key !== 'right') {
			$el.hide().toggle('slide');
			$el.parent().attr('class', 'slide');
			$eltern = $el.parent().parent();
			$elternh = $eltern.find('h3').first();
			$elternh.addClass('high');
			$elternbild = $eltern.find('img').first();
			$el.focus();
			$elternbild.attr('alt', altopen).attr('src', bildzu);
		}

		if (key === 'right') {
			$('#right').show();
			wrapperwidth(small);
			$('#nav').removeClass('leftbigger');
			$grafik = $('#bild');
			$('#bild').html(rightclose);
			$grafik.focus();
		}
	} else {
		$el.hide();
		$el.attr('aria-expanded', 'false');

		$el.removeClass('open');

		if (key !== 'right') {
			$eltern = $el.parent().parent();
			$elternh = $eltern.find('h3').first();
			$elternh.removeClass('high');
			$elternbild = $eltern.find('img').first();
			$elternbild.attr('alt', altclose).attr('src', bildauf);
			$elternbild.focus();
		}

		if (key === 'right') {
			$('#right').hide();
			wrapperwidth(big);
			$('#nav').addClass('leftbigger');
			$grafik = $('#bild');
			$grafik.html(rightopen);
			$grafik.focus();
		}
	}
	// write cookie
	saveIt(key);
}

// ########### Tabfunctions ####################

jQuery(function($) {
	var $alldivs = $('div.tabcontent');
	var $outerdivs = $('div.tabouter');
	//outerdivs = outerdivs.getProperty('id');

	$outerdivs.each(function() {
		var $alldivs = $(this).find('div.tabcontent');
		var count = 0;
		var countankers = 0;
		$alldivs.each(function() {
		var $el = $(this);
			count++;
			$el.attr('role', 'tabpanel');
			$el.attr('aria-hidden', 'false');
			$el.attr('aria-expanded', 'true');
			elid = $el.attr('id');
			elid = elid.split('_');
			elid = 'link_' + elid[1];
			$el.attr('aria-labelledby', elid);

			if (count !== 1) {
				$el.addClass('tabclosed').removeClass('tabopen');
				$el.attr('aria-hidden', 'true');
				$el.attr('aria-expanded', 'false');
			}
		});

		$allankers = $(this).find('ul.tabs').first().find('a');

		$allankers.each(function() {
			countankers++;
			var $el = $(this);
			$el.attr('aria-selected', 'true');
			$el.attr('role', 'tab');
			linkid = $el.attr('id');
			moduleid = linkid.split('_');
			moduleid = 'module_' + moduleid[1];
			$el.attr('aria-controls', moduleid);

			if (countankers != 1) {
				$el.addClass('linkclosed').removeClass('linkopen');
				$el.attr('aria-selected', 'false');
			}
		});
	});
});

function tabshow(elid) {
	var $ = jQuery.noConflict();
	var $el = $('#' + elid);
	var $outerdiv = $el.parent();

	var $alldivs = $outerdiv.find('div.tabcontent');
	var $liste = $outerdiv.find('ul.tabs').first();

	$liste.find('a').attr('aria-selected', 'false');

	$alldivs.each(function() {
		var $element = $(this);
		$element.addClass('tabclosed').removeClass('tabopen');
		$element.attr('aria-hidden', 'true');
		$element.attr('aria-expanded', 'false');
	});

	$el.addClass('tabopen').removeClass('tabclosed');
	$el.attr('aria-hidden', 'false');
	$el.attr('aria-expanded', 'true');
	$el.focus();
	var getid = elid.split('_');
	var activelink = '#link_' + getid[1];
	$(activelink).attr('aria-selected', 'true');
	$liste.find('a').addClass('linkclosed').removeClass('linkopen');
	$(activelink).addClass('linkopen').removeClass('linkclosed');
}

function nexttab(el) {
	var $ = jQuery.noConflict();
	var $outerdiv = $('#' + el).parent();
	var $liste = $outerdiv.find('ul.tabs').first();
	var getid = el.split('_');
	var activelink = '#link_' + getid[1];
	var aktiverlink = $(activelink).attr('aria-selected');
	var $tablinks = $liste.find('a');

	for (var i = 0; i < $tablinks.length; i++) {
		if ($($tablinks[i]).attr('id') === activelink) {
			if ($($tablinks[i + 1]).length) {
				$($tablinks[i + 1]).click();
				break;
			}
		}
	}
}

// mobilemenuheader
var mobileMenu = function(){

	var $ = jQuery.noConflict(), displayed = false, $mobile, $menu, $menuWrapper;

	var getX = function() {
		return $(document).width();
	};

	var createElements = function () {
		var Openmenu=Joomla.JText._('TPL_BEEZ3_OPENMENU');
		var Closemenu=Joomla.JText._('TPL_BEEZ3_CLOSEMENU');
		$menu = $("#header").find('ul.menu').first();
		$menuWrapper = $('<div>', {id : 'menuwrapper', role: 'menubar'});

		// create the menu opener and assign events
		$mobile = $('<div>', {id: 'mobile_select'}).html('<h2><a href="#" id="menuopener" onclick="return false;"><span>'+Openmenu+'</span></a></h2>').show();
		$mobile.on('click', function(){
			var state = $menuWrapper.css('display');
			$menuWrapper.slideToggle();

			if (state === 'none') {
				$('#menuopener').html(Closemenu);
				$('#menuwrapper').attr('aria-expanded', 'true').attr('aria-hidden','false');
			} else {
				$('#menuopener').html(Openmenu);
				$('#menuwrapper').attr('aria-expanded', 'false').attr('aria-hidden', 'true');
			}
		});

		// add the menu to the dom
		$menu.wrap($menuWrapper);

		// add the menuopener to the dom and hide it
		$('#header').find('#menuwrapper').first().before($mobile.hide());
		$menuWrapper = $('#menuwrapper');
		$mobile = $('#mobile_select');

	};
	var display = function () {
		$menuWrapper.hide();
		$mobile.show();
		displayed = true;
	};

	var initialize = function () {
		// create the elements once
		createElements();

		// show the elements if the browser size is smaller
		if (getX() <= 461 && !displayed) {
			display();
		}

		// react on resize events
		$(window).on('resize', function () {
			if (getX() >= 461) {
				if (displayed) {
					$mobile.hide();
					$('#menuwrapper').show();
					displayed = false;
				}
			}
			if (getX() < 461) {
				if (!displayed) {
					display();
				}

			}
		});
	};

	initialize();
};

jQuery(function () {
	new mobileMenu();
});



//For discussion and comments, see: http://remysharp.com/2009/01/07/html5-enabling-script/
(function(){if(!/*@cc_on!@*/0)return;var e = "abbr,article,aside,audio,canvas,datalist,details,eventsource,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,time,video".split(','),i=e.length;while(i--){document.createElement(e[i])}})()

javascript/template.js                                                                              0000444                 00000003642 15242036616 0011073 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       /**
 * @package     Joomla.Site
 * @subpackage  Templates.beez3
 * @copyright   (C) 2013 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 * @since       3.2
 */

jQuery(function($) {
	'use strict';

	$(document).on('click', ".btn-group label:not(.active)", function() {
			var $label = $(this);
			var $input = $(document.getElementById($label.attr('for')));

			if ($input.prop('checked'))
			{
				return;
			}

			$label.closest('.btn-group').find("label").removeClass('active btn-success btn-danger btn-primary');

			var btnClass = 'primary';

			if ($input.val() != '')
			{
				var reversed = $label.closest('.btn-group').hasClass('btn-group-reversed');
				btnClass = ($input.val() == 0 ? !reversed : reversed) ? 'danger' : 'success';
			}

			$label.addClass('active btn-' + btnClass);
			$input.prop('checked', true).trigger('change');
		})
		.on('subform-row-add', initButtonGroup)
		.on('subform-row-add', initTooltip);

	initButtonGroup();
	initTooltip();

	// Called once on domready, again when a subform row is added
	function initTooltip(event, container)
	{
		$(container || document).find('*[rel=tooltip]').tooltip();
	}

	// Called once on domready, again when a subform row is added
	function initButtonGroup(event, container)
	{
		var $container = $(container || document);

		// Turn radios into btn-group
		$container.find('.radio.btn-group label').addClass('btn');

		// Setup coloring for buttons
		$container.find('.btn-group input:checked').each(function() {
			var $input  = $(this);
			var $label = $(document.querySelector('label[for=' + $input.attr('id') + ']'));
			var btnClass = 'primary';

			if ($input.val() != '')
			{
				var reversed = $input.parent().hasClass('btn-group-reversed');
				btnClass = ($input.val() == 0 ? !reversed : reversed) ? 'danger' : 'success';
			}

			$label.addClass('active btn-' + btnClass);
		});
	}
});
                                                                                              jsstrings.php                                                                                       0000444                 00000002631 15242036616 0007310 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates.beez3
 *
 * @copyright   (C) 2012 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

// No direct access.
defined('_JEXEC') or die;

JText::script('TPL_BEEZ3_ALTOPEN');
JText::script('TPL_BEEZ3_ALTCLOSE');
JText::script('TPL_BEEZ3_TEXTRIGHTOPEN');
JText::script('TPL_BEEZ3_TEXTRIGHTCLOSE');
JText::script('TPL_BEEZ3_FONTSIZE');
JText::script('TPL_BEEZ3_BIGGER');
JText::script('TPL_BEEZ3_RESET');
JText::script('TPL_BEEZ3_SMALLER');
JText::script('TPL_BEEZ3_INCREASE_SIZE');
JText::script('TPL_BEEZ3_REVERT_STYLES_TO_DEFAULT');
JText::script('TPL_BEEZ3_DECREASE_SIZE');
JText::script('TPL_BEEZ3_OPENMENU');
JText::script('TPL_BEEZ3_CLOSEMENU');

$this->addScriptDeclaration("
	var big        = '" . (int) $this->params->get('wrapperLarge') . "%';
	var small      = '" . (int) $this->params->get('wrapperSmall') . "%';
	var bildauf    = '" . $this->baseurl . '/templates/' . $this->template . "/images/plus.png';
	var bildzu     = '" . $this->baseurl . '/templates/' . $this->template . "/images/minus.png';
	var rightopen  = '" . JText::_('TPL_BEEZ3_TEXTRIGHTOPEN', true) . "';
	var rightclose = '" . JText::_('TPL_BEEZ3_TEXTRIGHTCLOSE', true) . "';
	var altopen    = '" . JText::_('TPL_BEEZ3_ALTOPEN', true) . "';
	var altclose   = '" . JText::_('TPL_BEEZ3_ALTCLOSE', true) . "';
");
                                                                                                       css/layout.css                                                                                      0000444                 00000044112 15242036616 0007370 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       /**
 * @author  ( Angie Radtke  )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright (C) 2012 Open Source Matters, Inc. <https://www.joomla.org>
 * @license GNU/GPL, see LICENSE.txt
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
	/* Typography =================================================== */
body#shadow {
	font-family: arial,sans-serif
}

body h1,body h2,body h3,body h4,body h5,body h6 {
	margin: 0;
	font-family: inherit;
	font-weight: normal;
	color: inherit;
	text-rendering: optimizelegibility;
	word-wrap: break-word;
}

body h1 {
	margin-bottom: 0.75em;
	font-size: 3.6em;
	line-height: 1.2;
}

body h2 {
	margin-bottom: 0.75em;
	font-size: 1.5em;
	line-height: 1.2;
	padding: 5px 0
}

body h3 {
	margin-bottom: 1em;
	font-size: 1.4em;
	line-height: 1.3;
	padding-bottom: 5px
}

body h4 {
	margin-bottom: 1.5em;
	font-size: 1.2em;
	line-height: 1.25;
}

body h5 {
	font-size: 1.1em;
	margin-bottom: 1.5em;
}

body p,body ol,body ul,body dl,body address {
	margin-bottom: 1.5em;
	font-size: 1.0em;
	line-height: 1.5em;
	word-wrap: break-word;
}

small {
	font-size: 0.9em;
}

body ul,body ol {
	margin: 0 0 1.5em 12px;
	padding: 0 0 0 12px;
}

body li ul,body li ol {
	margin: 0;
}


ul.categories-module
{ padding:0; margin:0}


blockquote {
	margin: 0 0 1.5em -24px;
	padding-left: 24px;
	border-left: 2px solid #c7ced6;
	font-style: normal;
}

q {
	quotes: none;
}



cite {
	font-style: normal;
}

abbr[title] {
	border-bottom: 1px dotted #c7ced6;
	cursor: help;
}

b,strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

ins {
	text-decoration: none;
}

mark {
	font-style: italic;
	font-weight: bold;
}

pre,code,kbd,samp {
	line-height: 1.5em;
}

pre {
	white-space: pre-wrap;
	}

sub,sup {
	position: relative;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1.5em;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: transparent;
	font-size: 1em
}

table th,table td {
	padding: 8px;
	vertical-align: top;
	border-top: 1px solid #ddd;
	line-height: 1.5em;
	text-align: left;
}

table th {
	font-weight: bold;
	border: 0
}

table thead th {
	vertical-align: bottom;
}

table  tr:first-child th,table tr:first-child td,table thead:first-child tr:first-child th,table thead:first-child tr:first-child td
	{
	border-top: 0;
}

table tbody+tbody {
	border-top: 2px solid #8c9bab;
}

table tbody tr td,table tbody tr th {
	-webkit-transition: background-color 0.25s 0 linear;
	-moz-transition: background-color 0.25s 0 linear;
	-ms-transition: background-color 0.25s 0 linear;
	-o-transition: background-color 0.25s 0 linear;
	transition: background-color 0.25s 0 linear;
}

/* links */
p.readmore a,  .mod-articles-category-readmore a {
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	display: inline-block;
	text-decoration: none;
	margin-bottom: 9px;
	padding: 4px;
	line-height: 1.6em;
}

/* +++++++++++++++++  forms general #######################  */
form {
	margin: 0 0 18px;
}

fieldset {
	border: solid 1px #ddd;
	margin: 10px 0;
	padding: 20px;
	border-radius: 5px
}

fieldset p {
	margin: 0;
	padding: 0;
}

legend {
	font-weight: bold;
	background: #fff;
	padding: 5px 10px
}

label,input,button,select,textarea {
	font-weight: normal;
}

label {
	color: #333333;
	margin-bottom: 5px;
	max-width: 90%
}

input,textarea,select,#advanced-search-toggle, input.search-query {
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	display: inline-block;
	margin-bottom: 9px;
	padding: 4px;
}
.filter-search-lbl {display:inline}
.filter-search, .display-limit {float:left; margin-right:10px}
.button,button,.profile-edit a {
	border-radius: 3px;
	padding: 4px;
	line-height: 1.2em;
	text-decoration: none;
}

label input,label textarea,label select {
	display: block;
}

input[type="image"],input[type="checkbox"],input[type="radio"] {
	border-radius: 0;
	cursor: pointer;
	height: auto;
	line-height: normal;
	margin: 3px 0;
	padding: 0;
	width: auto;
}

input[type="button"],input[type="reset"],input[type="submit"] {
	height: auto;
	width: auto;
}

select {
	height: 28px;
	line-height: 28px;
	max-width:99%}

select {
	width: 220px;
}

select[multiple],select[size] {
	height: auto;
}

textarea {
	height: auto;
}

.radio,.checkbox {
	padding-left: 18px;
}

input[type="radio"],input[type="checkbox"] {
	display: inline;
	 margin-right : 10px;
	 border:none
}

input,textarea {
	-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

input:focus,textarea:focus {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px
		rgba(82, 168, 236, 0.6);
	outline: 0 none;
}

input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus,select:focus
	{
	box-shadow: none;
	outline-offset: -2px;
}

/* +++++++++++++++++++++++  header searchbox +++++++++++++++++++++  */

#header form {
	overflow: hidden;
	float: right
}
#header form .search {display:inline}
#header input {
	font-weight: bold;
	float: left;
}

#header .inputbox {
	margin-right: 5px
}

/* ++++++++++++++++++++  search component +++++++++++++++++++++++ */

fieldset.word {
	border: 0;
	background: #fff;
	padding: 0
}

fieldset.phrases label,fieldset.only label {
	display: inline;
}

 :root *> fieldset.only label:before {
	background: #a7c7dc;
	background: -moz-linear-gradient(-45deg, #fefefe, #ddd);
	background: -webkit-linear-gradient(-45deg, #fefefe, #ddd);
	background: -o-linear-gradient(-45deg, #fefefe, #ddd);
	background: -ms-linear-gradient(-45deg, #fefefe, #ddd);
	background: linear-gradient(-45deg, #fefefe, #ddd);
	border: 1px solid #aaa;
	border-radius: 3px;
	box-shadow: 0 0 1px 1px #CCCCCC;
	height: 1em;
	margin: 0 4px 0 0;
	text-transform: uppercase;
	width: 1em;
	display: inline-block;
	margin-left: -40px;
	padding: 2px;
	line-height: 1em;
	text-indent: -50px;
}

input[type="checkbox"]:checked+label:before {
	content: "\2714";
	text-indent: 0;
	background: -moz-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: -webkit-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: -o-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: -ms-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: linear-gradient(-45deg, #fefefe, #0b70cd);
	border: 1px solid #0B70CD;
}

:root *> .phrases-box  label:before {
	background: #a7c7dc;
	background: -moz-linear-gradient(-45deg, #fefefe, #ccc);
	background: -webkit-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: -o-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: -ms-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: linear-gradient(-45deg, #fefefe, #0b70cd);
	border: 1px solid #aaa;
	line-height: 1.3em;
	margin: 0 4px 0 0;
	text-transform: uppercase;
	width: 1.3em;
	display: inline-block;
	margin-left: -40px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	text-indent: -40px;
	color: #fff;
	text-shadow: 0 10px 6px #fff;
}

/*
input[type="radio"]:checked + label:before {
	content: "\2022";
	text-indent: 6px;
	background: -moz-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: -webkit-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: -o-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: -ms-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: linear-gradient(-45deg, #fefefe, #0b70cd);
	color: #000;
	zoom:1;
	border: 1px solid #aaa;
}*/

.ordering-box {
	margin: 10px 0;
}

.search-results dt.result-title {
	padding: 15px 15px 0 5px;
	font-weight: bold;
}

.search-results dd {
	padding: 2px 15px 2px 5px
}

.search-results dd.result-text {
	padding: 10px 15px 10px 5px;
	line-height: 1.7em
}

.search-results dd.result-url {
	font-size: 90%;
	padding: 2px 15px 15px 5px;
}

.search-results dd.result-created {
	padding: 2px 15px 15px 5px
}

.search-results dd.result-category {
	padding: 10px 15px 5px 5px
}

/* Com_search break long titles & text */
dt.result-title {
	word-wrap: break-word;
}

dd.result-text {
	word-wrap: break-word;
}

.advanced-search-tip {
	background: #FEFDE2;
	border-radius: 3px;
	padding: 20px;
	border: solid 1px #ddd
}

.advanced-search-tip p {
	margin: 0
}

.advanced-search-tip .term {
	font-weight: bold;
	font-style: italic
}

.panel {
	border: solid 1px #ddd;
	margin-top: -1px;
}

#main  .panel h3 {
	margin: 0;
	padding: 0;
	background: #eee;
	border: 0;
	font-size: 1.0em
}

.panel h3 a {
	display: block;
	text-decoration: none;
	padding: 6px;
}

.pane-slider {
	border: solid 0;
	padding: 10px;
	margin: 0;
}


/* +++++++++++++++++++  Contact Form +++++++++++++++++++++++++++++++++ */


.panel .contact-form,.panel .contact-miscinfo {
	padding: 10px
}

.contact .panel .contact-form form,.contact .panel .contact-address {
	margin: 20px 0 0 0
}

textarea,.contact-form input[type="text"],.contact-form input[type="email"],.contact-form textarea
	{
	width: 80%;
	-moz-box-sizing: border-box;
	border: 1px solid #DDDDDD;
	color: #333333;
	overflow: auto;
	padding: 5px;
	vertical-align: top;
}

#jform_contact_email_copy-lbl,#jform_contact_email_copy {
	float: left;
	margin-right: 10px;
	border: 0
}

#jform_captcha {
	clear:both;
	padding-bottom:10px;
}

label#jform_captcha-lbl {
	clear: both;
  	position: relative;
  	float: left;
}

.contact-form .button {
	clear: left;
	float: left;
	margin: 20px 0
}

fieldset.filters {
	background: none;
	border: none;
	padding: 0
}

.contact-form,.contact-links,.contact-misc,.contact-image,.contact-contactinfo,.contact-address
	{
	margin: 20px 0
}

/* ++++++++++++++ loginmodule +++++++++++++++++++++++++++ */

#form-login-remember {
	overflow: hidden;
	margin-bottom: 10px
}

#form-login-remember label {
	display: inline;
	margin-left: 10px
}

#modlgn-remember {
	float: left
}

#login-form fieldset {
	background: #f5f5f5
}

#login-form input[type="text"], input[type="password"], input[type="submit"] {
	width: 100%;
	box-sizing: border-box
}

form ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}

/* +++++++++++++++++++++++ pagenav +++++++++++++++++++++++  */
.pagenav {
	text-align: right
}

.pagenav ul {
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 0;
}

.pagenav li {
	display: inline;
	margin: 0;
	padding: 0
}

.pagenav a,span.pagenav {
	padding: 0 14px;
	margin: 0;
	text-decoration: none;
	border: 1px solid #ddd;
	border-left: 0 solid #ddd;
	display: inline-block;
	line-height: 1.9em;
}

.pagenav li:first-child a,.pagination-start span {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	border-left: solid 1px #ddd
}

.pagenav li:last-child a,.pagination-end span {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.pagination ul {
	margin: 10px 10px 10px 0;
	padding: 0
}

.pagination li {
	display: inline;
}

.pagination a {
	padding: 0 14px;
	line-height: 2em;
	text-decoration: none;
	border: 1px solid #ddd;
	border-left: 0 solid #ddd;
	display: inline-block
}

.pagination .active a {
	cursor: default;
}

.pagination span,.pagination span  a:hover {
	cursor: default;
	padding: 0 14px;
	line-height: 2em;
}

.pagination li:first-child a {
	border-left-width: 1px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}


/* +++++++++++++++++ Breadcrumbs  +++++++++++++++++++++++++++  */

.breadcrumbs,.article-info {
	padding: 7px;
	margin: 0 0 18px;
	list-style: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.breadcrumbs li {
	display: inline-block;
}

/* +++++++++++++++++ articleinfo /actions  +++++++++++++++++++++++++++  */

ul.actions {
	list-style-type: none;
	text-align: right
}
ul.actions a {padding:0}
ul.actions  li {
	display: inline
}

.article-info-term {
	display: none
}

.article-info {
	overflow: hidden;
	font-size: 0.9em
}

.article-info dd {
	float: left;
	padding: 0 5px;
	border-right: solid 1px #ccc
}

.article-info dd span {
	text-transform: none;
	display: inline-block;
	padding: 0 5px 0 0;
	margin: 0 10px 0 0;
}

.article-info dd.create {
	clear: left
}

/* ######################  header   ###################### */
#fontsize {
	padding: 0;
	margin: 0 20px 0 1px;
	text-align: right;
	margin-bottom: 0;
	float: none;
}

#fontsize h3 {
	padding-right: 0;
	font-weight: normal;
	display: inline;
	font-size: 1em;
	margin: 0
}

#fontsize p {
	margin: 0 0 0 2px;
	padding: 0;
	display: inline;
	font-size: 1em;
}

#fontsize p a {
	margin: 0 2px;
	display: inline;
	padding: 0 5px;
}

/* +++++++++++++++  menus ++++++++++++++++++++++++ */
#header ul.menu {
	padding: 0;
	width: auto;
	text-align: left;
	display: block;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	margin: 0 10px
}

#header ul.menu li {
	display: inline;
	padding: 0;
	margin: 0;
}

#header ul.menu li a:link,#header ul.menu li a:visited,#header ul.menu li:last-child a
	{
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	display: inline-block;
	padding: 12px 15px;
	position: relative;
	border-right: 1px solid #ddd;
	box-shadow: 1px 0 0 #f5f5f5;
}

#header ul.menu li:first-child a {
	border-radius: 4px 0 0 0;
	margin-left: -1px
}

.moduletable_menu {
	border: solid 1px #ddd;
	background: #f9f9f9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 20px;
	margin-bottom: 20px
}

ul.menu {
	margin: 0 0 20px 0;
	padding: 0;
}

ul.menu,ul.menu ul {
	list-style-type: none;
}

ul.menu a {
	display: block;
	margin: 0;
	text-decoration: none;
	padding: 5px 0;
	border-bottom: solid 1px #ddd;
}

ul.menu li:last-child a {
	border: 0;
	box-shadow: none
}

ul.menu ul {
	margin: 0;
	padding: 0
}

ul.menu ul a {
	padding-left: 20px
}

ul.menu ul ul a {
	padding-left: 30px
}

ul.menu ul ul ul a {
	padding-left: 40px
}

ul.menu ul ul ul ul a {
	padding-left: 45px
}

/* ++++++++++++++  content-module ++++++++++++++ */
.category-module {
	margin: 0;
	padding: 0
}

.category-module li {
	padding: 5px 0 5px 0;
	margin: 0;
	list-style-type: none
}

.category-module li h4 {
	margin-bottom: 0
}

.category-module span {
	display: block;
	font-size: 0.85em;
}

.category-module a span {
	display: inline
}

/* content */
.categories-list  .item-title  a {
	text-decoration: none;
	margin-bottom: 20px
}

.category-desc {
	margin: 20px 0
}

.category-desc img {
	float: left;
	margin: 0 20px 10px 0
}

.categories-list dt,.categories-list dd {
	display: inline
}

ul.latestnews li {
	word-wrap: break-word;
}

/* ++++++++++++++++++++++  Footer +++++++++++++++++++++++++ */
#footer-outer
{font-size:0.8em}
.box {
	text-align: left
}

.box ul {
	list-style-type: none
}

#bottom .newsfeed-item {
	padding: 0;
	margin-bottom: 10px
}

.box .moduletable_menu,.box .moduletable {
	margin: 10px
}

.box3 {
	padding-left: 10px
}

.box h3 {
	font-size: 1.3em
}

#footer {
	font-size: 0.8em
}

/*  ####################   Sliding modules  ################## */
.moduletable_js,.moduletable {
	margin-bottom: 20px;
}

.js_heading,.js_heading {
	position: relative;
	display: block;
	padding: 5px 10px;
	margin: 0;
	font-size: 1.40em;
	border-radius: 3px
}

h3.js_heading a {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 5px 5px 0 0;
	text-decoration: none;
	background: none
}

.module_content {
	padding: 10px;
	border: solid 1px #ddd;
	border-top: 0;
	border-radius: 0 0 3px 3px;
	margin-top: -1px
}

.no {
	font-size: 1px;
}

.slide {
	height: auto !important;
}

/*  +++++++++++++++++++++++++++++   Module Tabs / Pagebreak Tabs / Contact Tabs ++++++++++++++++ */
ul.tabs {
	margin: 0;
	padding: 0;
	overflow: hidden
}

dl.tabs dt,dl.tabs dd {
	margin: 0;
	padding: 7px 5px;
}

dl.tabs dt h3 {
	font-size: 1em;
	margin: 0;
	padding: 0
}

dl.tabs dt {
	position: relative;
	z-index: 1
}

ul.tabs li,dl.tabs dt {
	list-style-type: none;
	float: left;
	width: auto;
	padding: 0;
	display: block;
	margin: 0 3px 0 0;
	font-size: 1em;
}

ul.tabs li a:link,ul.tabs li a:visited,dl.tabs dt h3 a:link,dl.tabs dt h3 a:visited
	{
	text-decoration: none;
	padding: 7px 5px;
	margin: 0;
	display: block;
	font-size: 0.9em;
	font-weight: normal;
	border-radius: 5px 5px 0 0;
}

ul.tabs li a.linkopen:link,ul.tabs li a.linkopen:visited,dl.tabs dt.open  h3 a:link,dl.tabs dt.open  h3 a:visited
	{
	font-weight: bold;
}

.tabcontent,div.current {
	padding: 30px 20px;
	margin: -1px 0 0 0;
	border-radius: 0 3px 3px 3px;
	clear: left;
}

div.current {
	position: relative;
	top: -1px
}

.tabcontent:focus {
	outline: none
}

.tabopen {
	display: block;
	margin-bottom: 20px;
	overflow: hidden
}

.tabclosed {
	display: none
}

.tabcontent ul {
	padding: 0
}

.tabcontent ul li {
	list-style-type: none
}

/* ++++++++++++++  image float style ++++++++++++++ */
.img-fulltext-left {
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.img-intro-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-fulltext-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.img-intro-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.img-fulltext-none
{display:block;
	margin:10px 0
}

/* Correction for user profile date of birth calendar image */
#jform_profile_dob_img {
	background: url("../images/system/calendar.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	height: 18px;
	margin: 0 3px;
	vertical-align: middle;
	width: 18px;
}
/* Smartsearch Calendar*/
#filter_date1_img,
#filter_date2_img {
	background: rgba(0, 0, 0, 0) url("../images/system/calendar.png") no-repeat scroll 0 0;
	cursor: pointer;
	height: 18px;
	margin-left: 3px;
	vertical-align: middle;
	width: 18px;
}
#search-results {
	clear: both;
}
#finder-filter-window {
	overflow: visible;
}
#searchForm .searchintro {
	padding: 0 0 0 250px;
}
.collapse {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	-moz-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease;
}
.collapse.in {
	height: auto;
}
#finder-search .in.collapse {
	overflow: visible;
}
                                                                                                                                                                                                                                                                                                                                                                                                                                                      css/personal.css                                                                                    0000444                 00000026544 15242036616 0007707 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       body {
	background: #eee
}

h3 {
	color: #555
}

h2 a {
	text-decoration: none
}

h2,.moduletable h3, .items-leading h2 {
	border-bottom: solid 1px #ddd;
}

.items-row h2 {
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}

a:link,a:visited {
	color: #095197
}

a:hover,a:active,a:focus {
	background: #095197;
	color: #FFF;
}

.logoheader {
	background: url(../images/personal/personal2.png) no-repeat right
		bottom #0C1A3E;
	color: #FFFFFF;
	min-height: 250px;
}

#all {
	background: #FFFFFF;
	color: #444;
}

#shadow #all {
	box-shadow: 0px 20px 10px #555555
}

#header ul.menu {
  background-color:#ddd;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#dddddd");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -ms-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(#eeeeee, #dddddd);
  border-color: #b2b2b2 #b2b2b2 hsl(114, 0%, 62.5%);

  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.49);
  -webkit-font-smoothing: antialiased;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px
		rgba(0, 0, 0, 0.05);
	color: #095197;
	border: solid 1px #ddd;
	border: 1px solid #e5e5e5;
	text-transform: uppercase;
}

#header ul.menu a:link,#header ul.menu a:visited {
	color: #333;
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 10px;
	margin: 0;
	display: inline-block;
	margin: 0 0 0;
	padding: 12px 15px;
	position: relative;
	border-right: 1px solid #ddd;
	box-shadow: 1px 0px 0px #f5f5f5;
}

/*  grey background */
.button,button,p.readmore a,#header input.button,.pagenav a:link,.pagenav a:visited,#advanced-search-toggle,.profile-edit a:link,.profile-edit a:visited,h3.js_heading
	{
  background-color:#ddd;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#dddddd");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
  background-image: -moz-linear-gradient(top, #ffffff, #dddddd);
  background-image: -ms-linear-gradient(top, #ffffff, #dddddd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(top, #ffffff, #dddddd);
  background-image: -o-linear-gradient(top, #ffffff, #dddddd);
  background-image: linear-gradient(#ffffff, #dddddd);
  border-color: #b2b2b2 #b2b2b2 hsl(114, 0%, 62.5%);

  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.49);
  -webkit-font-smoothing: antialiased;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px
		rgba(0, 0, 0, 0.05);
	color: #095197;
	border: solid 1px #ddd
}

/* +++++++++++++  table display  Categories table, contact etc, ++++++++++++++++++++* */
table {
	border: solid 1px #ddd
}

table th {
	background-color: #0074cc;
	color: #fff;
	background-image: -moz-linear-gradient(top, #095197, #1B6BA5);
	background-image: -ms-linear-gradient(top, #095197, #1B6BA5);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#095197),
		to(#1B6BA5) );
	background-image: -webkit-linear-gradient(top, #095197, #1B6BA5);
	background-image: -o-linear-gradient(top, #095197, #1B6BA5);
	background-image: linear-gradient(top, #095197, #1B6BA5);
	background-repeat: repeat-x;
	filter: progid :   DXImageTransform.Microsoft.gradient (   startColorstr
		=
		 '#095197', endColorstr =   '#1B6BA5', GradientType =   0 );
	border-color: #0055cc #0055cc #003580;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid :   dximagetransform.microsoft.gradient (   enabled =
		false );
}

table th a:link,table th a:visited {
	color: #fff
}

tr.odd,tr.cat-list-row1 {
	background: #f8f8f8
}

table  tr:hover td {
	background: #FEFDE2;
}

/* blue background */
.button:hover,
.button:active,
.button:focus,
button:hover,
p.readmore a:hover,
#header ul.menu a:hover,
#header ul.menu a:active,
#header ul.menu a:focus,
.pagenav a:hover,
.pagenav a:active,
.pagenav a:focus,
#advanced-search-toggle:hover,
#advanced-search-toggle:active,
#advanced-search-toggle:focus,
.profile-edit a:hover,
.profile-edit a:active,
.profile-edit a:focus,
#fontsize a:hover,#fontsize a:active,#fontsize a:focus,
#mobile_select h2 a
	{
	background-color: #000000;
	color: #fff;

  background-color:#095197;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0087d1", endColorstr="#095197");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#0087d1), to(#095197));
  background-image: -moz-linear-gradient(top, #0087d1, #095197);
  background-image: -ms-linear-gradient(top, #0087d1, #095197);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0087d1), color-stop(100%, #095197));
  background-image: -webkit-linear-gradient(top, #0087d1, #095197);
  background-image: -o-linear-gradient(top, #0087d1, #095197);
  background-image: linear-gradient(#0087d1, #095197);
  border-color: #00456b #095197 hsl(201, 100%, 16%);
  color: #fff ;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;



}

/* +++++++++++++++++  Pagination +++++++++++++++ */
.pagination span,.pagination span  a:hover {
	color: #999999;
	background-color: #f5f5f5;
}

/* active item */
span.pagenav {
	background: #095197;
	color: #fff
}

.pagination-start span.pagenav,.pagination-prev  span.pagenav,.pagination-end span.pagenav,.pagination-next span.pagenav
	{
	background-color: #f5f5f5;
	color: #444
}

/* +++++++++++++++++  content  +++++++++++++++ */
.article-info {
	background-color: #fbfbfb;
	background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff),
		to(#f5f5f5) );
	background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: linear-gradient(top, #ffffff, #f5f5f5);
	background-repeat: repeat-x;
	filter: progid :   DXImageTransform.Microsoft.gradient (   startColorstr
		=
		 '#ffffff', endColorstr =   '#f5f5f5', GradientType =   0 );
	border: 1px solid #ddd;
	-webkit-box-shadow: inset 0 1px 0 #ffffff;
	-moz-box-shadow: inset 0 1px 0 #ffffff;
	box-shadow: inset 0 1px 0 #ffffff;
}

ul.menu a:link,ul.menu a:visited {
	color: #444;
}

/* ++++++++++++++++++++++  menu ++++++++++++++++++++++++++  */
.moduletable_menu {
	border: solid 1px #ddd;
	background: #f9f9f9;
}

#header ul.menu {
	border: solid 1px #D5D5D5;
	box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 5px rgba(0, 0, 0, 0.1);
}

#header ul.menu a {
	box-shadow: none;
	border-bottom: 0
}

ul.menu a:hover,ul.menu a:active,ul.menu a:focus {
	background-color: #F5F5F5;
	background-image: -moz-linear-gradient(center top, #FFFFFF, #E6E6E6);
	background-repeat: repeat-x;
	background: url(../images/arrow.png) no-repeat right center;
	color: #095197
}

/* ++++++++++++++++   highlighting active menuitem  +++++++++++++++++++ */
ul.menu li.active a,ul.menu  li.active ul li.active a,ul.menu  li.active ul li.active  ul li.active a,ul.menu  li.active ul li.active  ul li.active ul li.active  a,ul.menu  li.active ul li.active  ul li.active ul li.active ul li.active a
	{
	font-weight: bold;
}

ul.menu  li.active ul li a,ul.menu  li.active ul li.active  ul li a,ul.menu  li.active ul li.active  ul li.active ul li  a,ul.menu  li.active ul li.active  ul li.active ul li.active ul li a
	{
	font-weight: normal
}

ul.menu a {
	box-shadow: 0 1px 0 #fff;
	border-bottom: solid 1px #ddd;
	text-shadow: 0 1px 0 #fff
}

ul.menu ul a {
	background: #e5e5e5;
	margin-bottom: 1px
}

ul.menu ul ul ul a {
	background: #f5f5f5 url(../images/arrow.png) no-repeat 24px center;
}

ul.menu ul ul ul ul a {
	background: #fff;
}

/* +++++++++++++++++++++++  SLIDER  ++++++++++++++++++++  */
.panel h3.pane-toggler a {
	background: url(../images/slider_plus.png) right top no-repeat;
	color: #333
}

.panel h3.pane-toggler-down a {
	background: url(../images/slider_minus.png) right top no-repeat;
	border-bottom: solid 1px #ddd;
	color: #333
}

/*  +++++++++++++++++   Tabs ++++++++++++++++++++++  */
ul.tabs li,dl.tabs dt h3 a:link,dl.tabs dt h3 a:visited {
	background: #f5f5f5 url(../images/nature/box.png) repeat-x;
}

ul.tabs li a:link,ul.tabs li a:visited,dl.tabs dt a {
	color: #333;
	border: solid 1px #ddd;
	border-bottom: 0
}

ul.tabs li a:hover,ul.tabs li a:active,ul.tabs li a:focus {
	color: #000
}

.tabcontent,div.current {
	background: #fff;
	color: #000;
	border: solid 1px #ddd;
}

.tabcontent .linkclosed {
	color: #000;
	border-bottom: solid 1px #e5e5e5;
}

ul.tabs li a.linkopen,dl.tabs dt.open  h3 a:link,dl.tabs dt.open  h3 a:visited
	{
	background: #fff;
	color: #333;
	border-radius: 5px 5px 0px 0px;
}

ul.tabs li a.linkclosed:hover,ul.tabs li a.linkclosed:active,ul.tabs li a.linkclosed:focus,ul.tabs li a.linkopen:hover,ul.tabs li a.linkopen:active,ul.tabs li a.linkopen:focus
	{
	background: #555;
	color: #fff
}

#footer-inner,#footer {
	background: #f5f5f5;
	box-shadow: 0px 20px 10px #555
}

#footer {
	background: #555;
	max-width: 1025px;
	margin: 0 auto;
	box-shadow: 0px 0px 10px #555555;
	color: #fff
}

#footer a {
	color: #fff;
	background: none
}

#bottom a {
	background: none
}

.box1 {
	border-right: solid 1px #ccc
}

.box3 {
	border-left: solid 1px #ccc
}

#bottom  ul li a {
	background-image: none;
	padding-left: 0
}
















/* responsive */
#mobile_select h2 {border:0; margin:-17px 0 0 0; padding:0; background:#0C1D43;text-align:right}
#mobile_select h2 a {
display:inline-block;
font-size:0.8em;
border-radius:4px 4px 0 0;
padding:6px;
font-size:0.75em;
margin-right:5px;
}



@media only screen and (max-width: 480px) {

	img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
}


	#fontsize{display:none}
	#nav,#wrapper2,#wrapper,.cols-3 .column-1,.cols-3 .column-2,.cols-3 .column-3,#right,.box,#header form
		{
		float: none;
		width: 100%
	}
	#header {padding-top:3em}
	#header form  {margin:0}
	.logoheader {background:#0C1D43; min-height:100px; margin:0}
	.box {
		border-left: 0 !important;
		border-bottom: solid 1px #ddd;
	}
	#line {
		text-align: center;
		top: 0;
		right: auto;
		max-width: 100% ;
		min-width:100%;

		margin: 0 0px; background:#095197;
	}
	#header form input {
		float: none; margin-bottom:4px
	}
	#menuwrapper { margin-top:10px; }
	#header ul.menu {position:relative; top:0;left:20px; right:20px; margin:0; width:90%; border-radius:4px}
	#header ul.menu li:first-child a {border-radius: 4px 4px 0 0}
	#header ul.menu li:last-child a {border-radius:0 0 4px 4px }
	#header ul.menu li a:link,
	#header ul.menu li a:visited {
		display: block;
		padding: 6px 10px;
		border-bottom: solid 1px #ccc
	}
}

@media only screen and (min-width: 600px) {
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 992px) {
}

@media only screen and (min-width: 1382px) { /* Styles */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
	(min-device-pixel-ratio: 1.5) { /* Styles */
}
                                                                                                                                                            css/template_rtl.css                                                                                0000444                 00000021222 15242036616 0010544 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       /**
 * @author Design & Accessible Team ( Angie Radtke  )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright (C) 2010 Open Source Matters, Inc. <https://www.joomla.org>
 * @license GNU/GPL, see LICENSE.txt
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */


 #all
{
	text-align: right;
}

#wrapper
{
	float:right;
}


#logo span
{
	padding-right:15px;}


h1#logo{
	font-family: 'Titillium Maps',  Arial;
	padding:0.9em 20px 20px 10px;
	/*text-transform:uppercase;*/
	text-align:right;
}

#logo
{
	margin-top:0.6em;
	margin-left:10px;
	/* position:absolute;*/
	display:block;
	padding:20px 20px 20px 10px;
	width:425px;
	padding-top:0.6em;
	font-weight:normal;
	line-height:1em;
	font-size:3em;
}

.logoheader
{
	text-align:right;
}

/* ##########################  header  ########################### */

#header
{
	font-size:1em;
	position:relative
}

#header ul.menu {
	text-align: right;
}

/* ++++++++++++++  search box+font options ++++++++++++++ */
#line {
	left: 20px;
	margin-right: -10px;
	right: auto;
	text-align: left;
}

/* ++++++++++++++  breadcrumbs   ++++++++++++++ */

#breadcrumbs {
	/*display: block;*/
	background: none;
	float: right;
	text-align: right;
	width: 100%;
}

#breadcrumbs *
{
	text-align:right;
	float: right;

}
/* for IE7 and less */
*:first-child+html .breadcrumbs, * html .breadcrumbs {
	width: 100%;
}
#breadcrumbs
{
	margin:15px 5px 15px 0px;
}
#breadcrumbs img
{
	padding: 4px 5px 0px 5px;
}

#breadcrumbs .showHere {
	margin-left: 4px;
}
ul.menu li a:link,ul.menu li a:visited {
	background: url(../images/nature/karo.gif) no-repeat scroll right 14px;
	padding-right: 10px;
}

ul.menu li {
	text-align: right;
}

ul.menu li.active ul li a:link,
ul.menu li.active ul li a:visited
{
	padding-right: 20px;
}

ul.menu li.active ul li.active a:link,
ul.menu li.active ul li.active a:visited
{
	padding-right: 20px;
}

ul.menu li.active ul li.active ul li a:link,
ul.menu li.active ul li.active ul li a:visited
{
	padding-right: 33px;
}

ul.menu li.active  ul li.active  ul li.active  ul li  a:link,
ul.menu li.active  ul li.active  ul li.active  ul li a:visited
{
	padding: 3px 47px 3px 2px;
	background:#fff url(../images/nature/arrow_small_rtl.png) no-repeat scroll right 8px;
}

ul.menu li.active  ul li.active  ul li.active  ul li.active	ul li  a:link,
ul.menu li.active  ul li.active  ul li.active  ul li.active	ul li a:visited
{
	padding-right:30px;
}

h3 {
	text-align: right
}

h3.js_heading a {
	position: absolute;
	right: auto;
	left: 5px
}

.box {
	text-align: right
}

ul.newsfeed {
	text-align: right
}

a.readmore:link,a.readmore:visited,.readmore a:link,.readmore a:visited
	{
	background: url(../images/nature/arrow1_rtl.gif) repeat-x scroll right top;
	padding-right: 10px !important
}

.readmore a:hover, .readmore a:active, .readmore a:focus,
a.readmore a:hover, a.readmore a:active, a.readmore a:focus
{
	background: url(../images/nature/arrow2_rtl.gif) no-repeat right 6px #555 !important;
}

.mailto-close {
	left: 5px !important;
	right: auto !important;
}

* html .mailto-close {
	left: 0;
	position: absolute;
	right: 340px !important
}

/* personal.css overrides */

.panel h3.pane-toggler a
{
	background:#f5f5f5 url(../images/slider_plus_rtl.png) left top no-repeat;
}
.panel h3.pane-toggler-down a
{
	background:#f5f5f5  url(../images/slider_minus_rtl.png) left top no-repeat;
	border-bottom:solid 1px #ddd;
}

.form-required
{
	background-position: right;
}

input.button,
button.button
{
	background:#FFFFFF url(../images/nature/arrow1_rtl.gif) no-repeat right top;
}

/* layout.css overrides */

#main ul
{
	padding:0 15px 0 0;
	margin:10px 0 10px 0px;
}

#main ol
{
	padding:0 20px 0 0;
	margin:10px 0 10px 0px;
}

.contact-email label
{
	width:17em;
	float:right;
}

#contact-email-copy
{
	float:right;
	margin-left:10px;
}

table.weblinks th, table.category th {
	text-align: right;
}

table th, table td {
	text-align: right;
}

dl.tabs {
	float: right;
	margin: 50px 0 0 0;
	z-index: 50;
	clear:both;
}

dl.tabs dt {
	float: right;
	padding: 4px 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-left: 3px;
	margin-right: 0px;
}

form fieldset dt
{
	clear:right ;
	float:right;
	width:12em;
	padding:3px 0
}

form fieldset dd
{
	float:right;
	padding:3px 0
}

#users-profile-core dt,
#users-profile-custom dt
{
	float:right;
	width:12em;
	padding:3px 0;


}

.profile-edit form#member-profile fieldset dt,
.registration form#member-registration fieldset dt
{padding:5px 0px 5px 5px; width:13em}


.login-fields label
{float:right}

/* ++++++++++++++  pagination  ++++++++++++++ */

#main .pagination
{
	float:right;
	text-align:right;
	padding:10px 10px 0px 0px;
	width: 100%;
	clear:both;
}

#main .pagination ul
{
	float:right;
	text-align:right;

}

#main .pagination li
{
	float:right;
	text-align:right;
}

#main .pagination li.pagination-start span,
#main .pagination li.pagination-start a
{
padding:4px 0;
}

.left1 {
	float: right;
	margin: 10px 10px 3% 10px ;
}


/* ++++++++++++++  login  ++++++++++++++ */



#login-form label
{
	margin-right:0px;
}

#form-login-remember label
{
	float:none;
	width:auto;
	display:inline
}

input.button,
button.button,
button.validate
{
	padding:3px 7px 5px 7px;
}

#modlgn-username,
#modlgn-passwd
{
	margin-right: 0;
}

.module_content #form-login-username label,
.module_content #form-login-password label
{
	float:right;

}

.login-fields
{
	margin:10px 0
}

.login-fields label
{
	float:right;
}

.login-description img,
.logout-description img
{
	float:right;
	margin-right:0px
}

.login-description,
.logout-description
{
	padding-right:5px;
	margin:20px 10px 0 0;
}

/* ++++++++++++++  columns alignment left to right  ++++++++++++++ */
ul.tabs li {
	float: right;
	border-left: 1px solid #DDDDDD;
	border-right: 0px solid #DDDDDD;
}


ul.pagenav li.pagenav-next {
	float: left;
}
ul.pagenav li.pagenav-prev {
	float: right;
}
#close span {
	width: auto;
	left: 20px;
	right: auto;
}
#header ul.menu li a:link,
#header ul.menu li a:visited
{
	border-right:solid 0px #237D85;
	border-left:solid 1px #237D85;
}

#header ul li.active a:link,
#header ul li.active a:visited
{
	border-right:solid 0px #237D85;
	border-left:solid 1px #237D85;
}
#fontsize {
	margin: 0 1px 0 20px;
	text-align: right;
}
#fontsize p a:link, #fontsize p a:visited {
	border-left: 1px solid #CCCCCC;
	border-right: none;
}
#header form .inputbox {
	margin: 2px 2px 2px 13px;
}
#header form .inputbox:focus { margin: 1px 1px 0 11px; }
#header ul.menu li {
	float: right;
}

/* ############## Blog/featured columns ######## */

.blog-featured .item, .blog .item {
	float:right;
}
.items-row .column-1 {
	margin-right: 0;
	margin-left: 4%;
}

#main ul.actions {
	text-align: left;
}

.content_rating {
	text-align: right;

}

ul.menu li ul li ul li ul li ul {
	padding-right: 7px;
}

#system-message dd.notice ul,
#system-message dd.error ul,
#system-message dd.message  ul {
        background-position: 100% 0!important;
        padding: 10px 40px 10px 10px!important;
}
#system-message dd.message  ul {
        background-image:url(../images/system/notice-info_rtl.png)!important;
}
#system-message dd.notice ul {
        background-image:url("../images/system/notice-note_rtl.png")!important;
}
#system-message dd.error ul {
        background-image:url(../images/system/notice-alert_rtl.png)!important;
}

/* ++++++++++++++  image float style ++++++++++++++ */
.img-fulltext-left {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.img-intro-left {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.img-fulltext-right {
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.img-intro-right {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* ++++++ Bootstrap markup ++++++++++++++ */
.pull-left {
	float: right;
}

/* ++++++ tooltip  +++++++ */
.tooltip.right {
	margin-left: -3px;
}
.tooltip.left {
	margin-left: 3px;
}
.popover,
.tooltip-inner {
	text-align: right;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	right: 50%;
	margin-right: -5px;
}
.tooltip.right .tooltip-arrow {
	left: 0;
	border-width: 5px 0 5px 5px;
}
.tooltip.left .tooltip-arrow {
	right: 0;
	border-width: 5px 5px 5px 0;
}
.tooltip.bottom .tooltip-arrow {
	right: 50%;
	margin-right: -5px;
}

/* Smartsearch Calendar*/
#filter_date1_img,
#filter_date2_img {
	margin-left: 0;
	margin-right: 3px;
}
ul#finder-filter-select-dates li.filter-date {
	text-align: right;
}
.radio, .checkbox {
	padding-left: 0;
	padding-right: 4px;
}
#searchForm .searchintro {
	padding: 0 250px 0 0;
}                                                                                                                                                                                                                                                                                                                                                                              css/index.html                                                                                      0000404                 00000000037 15242036616 0007330 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <!DOCTYPE html><title></title>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 css/nature_rtl.css                                                                                  0000444                 00000000200 15242036616 0010220 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       h1#logo {
	padding: 0.6em 20px 10px 10px;
}

#header ul.menu {
	left: 0;
	right: auto;
}
#logo span {
    padding-right: 2px;
}
                                                                                                                                                                                                                                                                                                                                                                                                css/personal_rtl.css                                                                                0000444                 00000000042 15242036616 0010551 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       h1#logo {
	margin-right: 90px;
}

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              css/ieonly.css                                                                                      0000444                 00000004453 15242036616 0007356 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       /**

 * @author ( Angie Radtke )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright (C) 2012 Open Source Matters, Inc. <https://www.joomla.org>
 * @license GNU/GPL, see LICENSE.txt
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */



#all { width: expression(document . body . clientWidth > 1050 ? "1050" : "auto");  }
#footer-inner { width: expression(document . body . clientWidth > 1050 ? "1025" : "auto");  }
#footer { width: expression(document . body . clientWidth > 1050 ? "1020" : "auto");  }

#all
{
        border:solid 1px #fff;
                zoom:1
}

#header
{ position:relative; zoom:1}


#line
{
        width:19.0em;
        margin-right:20px;

}


#header ul.skiplinks li a
{

background:#cc0000;
border:0px solid #000

}


#contentarea,
#contentarea2
{
       display:inline-block;
        position:relative;
}

#main
{
            height:520px;
}

#back
{
        margin: 0;
        padding:0 0px;
}

#right
{
        float:left;
        width: 20.5%;
        text-align:left !important
}

.left
{
            margin:10px 0px 10px 18px;

}

/* haslayout erzwingen */

.blog
{
            width:100%
}

.article_row
{
        width:auto;
}

.row1 .cols2
{
        width:auto;
}

.moduletable,
.moduletable_js
{
            zoom:1
}

#nav ul li,
#right ul li,
#bottom ul li
{
            height:1%
}

p.articleinfo
{
            display:inline-block
}

h1
{

}

ul.tabs
{
        text-align:left
}

ul.newsflash-horiz,
#footer-outer,
ul.tabs
{
        zoom:1
}

.tabcontent
{
        overflow:hidden !important;
        position:relative
}

#main h1
{ zoom:1}

.box {width:26%}

#bottom
{display:inline-block}

.panel,
div.current
{zoom:1}

.contact-image
{
	display:inline-block
}
.item-page
{ width:100%}

#mailto-window  .mailto-close a
{

	width:25px;
	height:25px;



}

#users-profile-core legend,
#users-profile-custom legend,
.profile-edit legend,
.registration legend
{
	margin-bottom:15px
}


.login-fields input
{
	width:14em
}

dd.error
{zoom:1}

#close a
{
	cursor:pointer
}

#close a span
{
	line-height:normal
}
                                                                                                                                                                                                                     css/red.css                                                                                         0000444                 00000021362 15242036616 0006627 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       /* This beautiful CSS-File has been crafted with LESS (lesscss.org) and compiled by simpLESS (wearekiss.com/simpless) */
body {
	background: #eee
}

h3 {
	color: #555
}

h2 a {
	text-decoration: none
}

h2, .moduletable h3, .items-leading h2 {
	border-bottom: solid 1px #ddd
}

.items-row h2 {
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd
}

a:link, a:visited {
	color: #c00
}

a:hover, a:active, a:focus {
	background: #c00;
	color: #FFF
}

.logoheader {
	background: #900;
	color: #FFF;
	min-height: 200px
}

#all {
	background: #fff;
	color: #555
}

#shadow #all {
	box-shadow: 0 20px 10px #555
}

#header ul.menu {
	background-color: #ddd;
	background-repeat: repeat-x;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr=#eeeeee, endColorstr=#dddddd);
	background-image: -khtml-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
	background-image: -moz-linear-gradient(top, #eee, #ddd);
	background-image: -ms-linear-gradient(top, #eee, #ddd);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #ddd));
	background-image: -webkit-linear-gradient(top, #eee, #ddd);
	background-image: -o-linear-gradient(top, #eee, #ddd);
	background-image: linear-gradient(#eee, #ddd);
	border-color: #b2b2b2 #b2b2b2 #9f9f9f;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .49);
	-webkit-font-smoothing: antialiased;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .2) inset, 0 1px 2px rgba(0, 0, 0, .05);
	border: solid 1px #ddd;
	border: 1px solid #e5e5e5;
	text-transform: uppercase
}

#header ul.menu a:link, #header ul.menu a:visited {
	color: #333;
	display: inline-block;
	font-weight: 700;
	text-decoration: none;
	padding: 0 10px;
	margin: 0;
	display: inline-block;
	margin: 0 0 0;
	padding: 12px 15px;
	position: relative;
	border-right: 1px solid #ddd;
	box-shadow: 1px 0 0 #f5f5f5
}

.button, button, p.readmore a, #header input.button, .pagenav a:link, .pagenav a:visited, #advanced-search-toggle, .profile-edit a:link, .profile-edit a:visited, h3.js_heading, .article-info {
	background-color: #ddd;
	background-repeat: repeat-x;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr=#ffffff, endColorstr=#dddddd);
	background-image: -khtml-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
	background-image: -moz-linear-gradient(top, #fff, #ddd);
	background-image: -ms-linear-gradient(top, #fff, #ddd);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #ddd));
	background-image: -webkit-linear-gradient(top, #fff, #ddd);
	background-image: -o-linear-gradient(top, #fff, #ddd);
	background-image: linear-gradient(#fff, #ddd);
	border-color: #b2b2b2 #b2b2b2 #9f9f9f;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .49);
	-webkit-font-smoothing: antialiased;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .2) inset, 0 1px 2px rgba(0, 0, 0, .05);
	color: #c00;
	border: solid 1px #ddd
}

.article-info {
	color: #555
}

table {
	border: solid 1px #ddd
}

table th a:link, table th a:visited {
	color: #fff
}

tr.odd, tr.cat-list-row1 {
	background: #f8f8f8
}

table tr:hover td {
	background: #FEFDE2
}

.button:hover, .button:active, .button:focus, button:hover, p.readmore a:hover, #header ul.menu a:hover, #header ul.menu a:active, #header ul.menu a:focus, .pagenav a:hover, .pagenav a:active, .pagenav a:focus, #advanced-search-toggle:hover, #advanced-search-toggle:active, #advanced-search-toggle:focus, .profile-edit a:hover, .profile-edit a:active, .profile-edit a:focus, #fontsize a:hover, #fontsize a:active, #fontsize a:focus, #mobile_select h2 a, table th, .logoheader {
	background-color: #c00;
	background-repeat: repeat-x;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr=#cc0000, endColorstr=#990000);
	background-image: -khtml-gradient(linear, left top, left bottom, from(#c00), to(#900));
	background-image: -moz-linear-gradient(top, #c00, #900);
	background-image: -ms-linear-gradient(top, #c00, #900);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c00), color-stop(100%, #900));
	background-image: -webkit-linear-gradient(top, #c00, #900);
	background-image: -o-linear-gradient(top, #c00, #900);
	background-image: linear-gradient(#c00, #900);
	border-color: #900;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .33);
	-webkit-font-smoothing: antialiased
}

.pagination span, .pagination span a:hover {
	color: #999;
	background-color: #f5f5f5
}

span.pagenav {
	background: #095197;
	color: #fff
}

.pagination-start span.pagenav, .pagination-prev span.pagenav, .pagination-end span.pagenav, .pagination-next span.pagenav {
	background-color: #f5f5f5;
	color: #444
}

ul.menu a:link, ul.menu a:visited {
	color: #444
}

.moduletable_menu {
	border: solid 1px #ddd;
	background: #f9f9f9
}

#header ul.menu {
	border: solid 1px #D5D5D5;
	box-shadow: 0 1px 0 #fff inset, 0 1px 5px rgba(0, 0, 0, .1)
}

#header ul.menu a {
	box-shadow: none;
	border-bottom: 0
}

ul.menu a:hover, ul.menu a:active, ul.menu a:focus {
	background-color: #F5F5F5;
	background-image: -moz-linear-gradient(center top, #fff, #e6e6e6);
	background-repeat: repeat-x;
	background: url(../images/arrow.png) no-repeat right center;
	color: #c00
}

ul.menu li.active a, ul.menu li.active ul li.active a, ul.menu li.active ul li.active ul li.active a, ul.menu li.active ul li.active ul li.active ul li.active a, ul.menu li.active ul li.active ul li.active ul li.active ul li.active a {
	font-weight: 700
}

ul.menu li.active ul li a, ul.menu li.active ul li.active ul li a, ul.menu li.active ul li.active ul li.active ul li a, ul.menu li.active ul li.active ul li.active ul li.active ul li a {
	font-weight: 400
}

ul.menu a {
	box-shadow: 0 1px 0 #fff;
	border-bottom: solid 1px #ddd;
	text-shadow: 0 1px 0 #fff
}

ul.menu ul a {
	background: #e5e5e5;
	margin-bottom: 1px
}

ul.menu ul ul ul a {
	background: #f5f5f5 url(../images/arrow.png) no-repeat 24px center
}

ul.menu ul ul ul ul a {
	background: #fff
}

.panel h3.pane-toggler a {
	background: url(../images/slider_plus.png) right top no-repeat;
	color: #333
}

.panel h3.pane-toggler-down a {
	background: url(../images/slider_minus.png) right top no-repeat;
	border-bottom: solid 1px #ddd;
	color: #333
}

ul.tabs li, dl.tabs dt h3 a:link, dl.tabs dt h3 a:visited {
	background: #f5f5f5 url(../images/nature/box.png) repeat-x
}

ul.tabs li a:link, ul.tabs li a:visited, dl.tabs dt a {
	color: #333;
	border: solid 1px #ddd;
	border-bottom: 0
}

ul.tabs li a:hover, ul.tabs li a:active, ul.tabs li a:focus {
	color: #000
}

.tabcontent, div.current {
	background: #fff;
	color: #000;
	border: solid 1px #ddd
}

.tabcontent .linkclosed {
	color: #000;
	border-bottom: solid 1px #e5e5e5
}

ul.tabs li a.linkopen, dl.tabs dt.open h3 a:link, dl.tabs dt.open h3 a:visited {
	background: #fff;
	color: #333;
	border-radius: 5px 5px 0 0
}

ul.tabs li a.linkclosed:hover, ul.tabs li a.linkclosed:active, ul.tabs li a.linkclosed:focus, ul.tabs li a.linkopen:hover, ul.tabs li a.linkopen:active, ul.tabs li a.linkopen:focus {
	background: #555;
	color: #fff
}

#footer-inner, #footer {
	background: #f5f5f5;
	box-shadow: 0 20px 10px #555
}

#footer {
	background: #555;
	max-width: 1025px;
	margin: 0 auto;
	box-shadow: 0 0 10px #555;
	color: #fff
}

#footer a {
	color: #fff;
	background: 0
}

#bottom a {
	background: 0
}

.box1 {
	border-right: solid 1px #ccc
}

.box3 {
	border-left: solid 1px #ccc
}

#bottom ul li a {
	background-image: none;
	padding-left: 0
}

#mobile_select h2 {
	border: 0;
	margin: -17px 0 0 0;
	padding: 0;
	background: #900;
	text-align: right
}

#mobile_select h2 a {
	display: inline-block;
	font-size: .8em;
	border-radius: 4px 4px 0 0;
	padding: 6px;
	font-size: .75em;
	margin-right: 5px
}

@media only screen and (max-width: 480px) {
	img {
		max-width: 100%;
		height: auto;
		border: 0;
		-ms-interpolation-mode: bicubic
	}

	#fontsize {
		display: none
	}

	#nav, #wrapper2, #wrapper, .cols-3 .column-1, .cols-3 .column-2, .cols-3 .column-3, #right, .box, #header form {
		float: none;
		width: 100%
	}

	#header {
		padding-top: 3em
	}

	#header form {
		margin: 0
	}

	.logoheader {
		background: #900;
		min-height: 100px;
		margin: 0
	}

	.box {
		border-left: 0 !important;
		border-bottom: solid 1px #ddd
	}

	#line {
		text-align: center;
		top: 0;
		right: auto;
		max-width: 100%;
		min-width: 100%;
		margin: 0 0;
		background: #c00
	}

	#header form input {
		float: none;
		margin-bottom: 4px
	}

	#menuwrapper {
		margin-top: 10px
	}

	#header ul.menu {
		position: relative;
		top: 0;
		left: 20px;
		right: 20px;
		margin: 0;
		width: 90%;
		border-radius: 4px
	}

	#header ul.menu li:first-child a {
		border-radius: 4px 4px 0 0
	}

	#header ul.menu li:last-child a {
		border-radius: 0 0 4px 4px
	}

	#header ul.menu li a:link, #header ul.menu li a:visited {
		display: block;
		padding: 6px 10px;
		border-bottom: solid 1px #ccc
	}
}
                                                                                                                                                                                                                                                                              css/position.css                                                                                    0000444                 00000015060 15242036616 0007717 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       /**

 * @author ( Angie Radtke )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright (C) 2012 Open Source Matters, Inc. <https://www.joomla.org>
 * @license GNU/GPL, see LICENSE.txt
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

html {
    background: #ffffff;
    font-size: 100.01%;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: #f3f5f6;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {

    position: relative;
    width: 100%;
    line-height: 1.5em;
    background: #eee
}

/* ###################### general ###################### */
#all {
    margin: 0 auto;
    max-width: 1050px;
    padding: 0;
    text-align: left;
    font-size: 0.8em
}

#header {
    display: block !important;
    position: relative;
    padding: 8em 0 0 0;
    overflow: hidden;
}

#header ul {
    position: absolute;
    left: 0;
    top: 5em;
    right: 0;
    display: block;
    margin: 0 0 1px 0;
    text-align: right;
    list-style-type: none;
    padding: 10px 0
}

#back {
    margin: 0;
    padding: 0;
}

#contentarea,
#contentarea2 {
    position: relative;
    overflow: hidden;
    padding: 0 20px !important;
    margin: 0;

}

#wrapper {
    width: 53%;
    float: left;
    position: relative;

}

#wrapper2 {
    width: 72%;
    float: left;
    position: relative;
    padding-bottom: 20px;

}

#wrapper2 .item-page {
    max-width: 660px
}

#main {
    padding-top: 10px;
    padding-bottom: 20px;
    position: relative;

}

#right {
    float: left;
    width: 20%;
    margin: 10px 0 10px 2%;
    padding: 0 0 5px 0;
    position: relative;
}

.unseen,
.hidelabeltxt,
#line label {
    display: inline;
    height: 0;
    left: -3000px;
    position: absolute;
    top: -2000px;
    width: 0;
}

/* ++++++++++++++  nav after content  ++++++++++++++ */
.left {
    padding-top: 0;
    float: right;
    margin: 10px 0 10px 0;
    width: 22%;
    position: relative;

}

/* ++++++++++++++  nav before content  ++++++++++++++ */
.left1 {
    padding: 0;
    float: left;
    margin: 10px 3% 10px 0;
    width: 21%;
    position: relative
}

.leftbigger {
    width: 25%
}

/* ###################### header ###################### */

.skiplinks,
.skiplinks li {
    display: inline;
    height: 0;
    line-height: 0;
    padding: 0 !important;
}

.skiplinks li a.u2 {
    display: inline;
    height: 0;
    left: -3000px;
    position: absolute;
    top: -2000px;
    width: 0;

}

.skiplinks li a.u2:active,
.skiplinks li a.u2:focus {
    position: absolute;
    width: 13em;
    top: -4em;
    left: 10px;
    line-height: 1.5em;
    padding: 5px;
    font-weight: bold;
    height: 3em;

}

.wrap {
    border: 0;
    clear: both;
    float: none;
    font-size: 1px;
    height: 0;
    line-height: 1px;
    margin: 0;
    padding: 0;
    visibility: hidden;
}

#logo {
    margin-top: 0;
    margin-left: 10px;
    display: block;
    padding: 1em 20px 20px 10px;
    width: 425px;
    font-weight: normal;
    line-height: 1em;

}

#logo img {
    display: block;
}

#logo span {
    padding-left: 2px
}

#logo span.header1 {
    display: block;
    top: 0;
    line-height: 0.8em;
    font-size: 0.7em;
    padding-left: 55px
}

.logoheader {
    margin: -2px 10px 0;
    padding: 0;
    text-align: left;
    font-weight: normal;
    line-height: 1.5em;
}
.header1 {
	font-size: 1.5em;
	margin-left: 10px;
}

#line {
    padding: 5px 0 2px 2px;
    position: absolute;
    right: 10px;
    top: 0.5em;
    max-width: 40em;
    text-align: right;
    min-width: 40em

}

#fontsize,
#line .search {
    display: inline;
    margin: 0;
}

/* ++++++++++++++  button for closing right column  ++++++++++++++ */

#close {
    margin-right: 0;
    text-transform: uppercase;
}

#close span {
    position: absolute;
    right: 20px;
    z-index: 10000;
    top: 5px;
    font-weight: bold;
    text-align: right;
    line-height: 1.5em;
    margin-top:20px;
    padding: 5px
}

#close > a {
    display: block;
    overflow: hidden
}

#close > a:hover span {
    background: #095197
}

/* ###################### main ###################### */

/* ++++++++++++++  position  ++++++++++++++ */

.blog-featured {
    padding: 0;
}

.items-leading {
    padding: 0 5px 10px 5px;
    overflow: hidden;
    margin-bottom: 10px
}

.row-separator {
    display: block;
    clear: both;
    margin: 0;
    border: 0;
    height: 1px
}

.item-separator {
    display: none;
    margin: 0;
}

.shownocolumns {
    width: 98% !important;
}

#top {
    margin: 0 0 20px 0;
    overflow: hidden
}

/* ++++++++++++++  blog  ++++++++++++++ */

.cols-1 {
    display: block;
    float: none !important;
    margin: 0 !important;
}

.cols-2 .column-1 {
    width: 46%;
    float: left;
}

.cols-2 .column-2 {
    width: 46%;
    float: right;
    margin: 0
}

.cols-3 .column-1 {
    float: left;
    width: 29%;
    padding: 0 5px;
    margin-right: 4%

}

.cols-3 .column-2 {
    float: left;
    width: 29%;
    margin-left: 0;
    padding: 0 5px
}

.cols-3 .column-3 {
    float: right;
    width: 29%;
    padding: 0 5px
}

.items-row {
    overflow: hidden;
    margin-bottom: 10px !important;
}

.column-1,
.column-2,
.column-3 {
    padding: 10px 5px
}

.column-2 {
    width: 55%;
    margin-left: 40%;
}

.column-3 {
    width: 30%
}

.blog-more {
    padding: 10px 5px
}

/* ++++++++++++++  footer  ++++++++++++++ */

#bottom {
    overflow: hidden
}

.box {
    width: 27%;
    float: left;
    margin-right: 10px;
    min-height: 100px
}

.box1 {
    width: 35%
}

.box2 {
    width: 32%
}

.box3 {
    float: right
}

#footer-inner, #footer {
    max-width: 1025px;
    margin: 0 auto;

    padding: 10px 15px 10px 10px;
}

img {
    border: 0 none;
    max-width: 100%;
}

/* hide the mobile menu button */
#mobile_select {
    display: none
}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                css/ie7only.css                                                                                     0000444                 00000001606 15242036616 0007442 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       /**
 * @author  ( Angie Radtke  )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright (C) 2010 Open Source Matters, Inc. <https://www.joomla.org>
 * @license GNU/GPL, see LICENSE.txt
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */



div.current , fieldset {zoom:1}
dl.tabs ,.tabs dt,.tabs dd
{display:inline}
.contact-links , .js_heading{zoom:1}

legend {margin-left:-7px}

#users-profile-core legend,
#users-profile-custom legend,
.profile-edit legend,
.registration legend
{margin-bottom:15px}

.login-fields input
{width:14em}

#close a
{
	cursor:pointer
}

#close a span
{
	line-height:normal
}
                                                                                                                          css/nature.css                                                                                      0000444                 00000025007 15242036616 0007353 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       /*
 * @author ( Angie Radtke )
*/


/* ##########################  general  ########################### */

body
{
	font-family: arial, helvetica, sans-serif;
	background:#fff;
	color:#444
}

h3 {
	color: #555
}

h2 a {
	text-decoration: none
}

h2, .moduletable h3 {
	border-bottom: solid 1px #ddd;
}

.items-row h2
{border-top: solid 1px #ddd;
}

a:link,
a:visited
{
	color:#0A5E69
}

a:hover,
a:active,
a:focus
{
	background:#0A5E69;
	color:#FFF;
}

/* ##########################  logo  ########################### */

.logoheader
{
	border-top:solid 1px transparent;
	color:#fff;
	max-width: 1050px;
	margin:37px auto;
	min-height:20px;
	margin-bottom:0;

}
.logoheader h1#logo
{padding:20px 10px 0px 10px; }
.logoheader h1#logo  span.header1 {padding:0}

/* ##########################  header  ########################### */

#all {padding-top:13em}
#line { position:relative; max-width:1050px; margin:0 auto; text-align:right; right:0;  top:0em}
#header
{
	background: #004746; /* Old browsers */
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#185359", endColorstr="#007774");
	background: -moz-linear-gradient(top,  #004746 0%, #0a5e69 25%, #185359 18%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004746), color-stop(25%,#0a5e69), color-stop(18%,#185359)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #004746 0%,#0a5e69 25%,#185359 18%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #004746 0%,#0a5e69 25%,#185359 18%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #004746 0%,#0a5e69 25%,#185359 18%); /* IE10+ */
	background: linear-gradient(top,  #004746 0%,#0a5e69 25%,#185359 18%); /* W3C */
	position:absolute;
	left:0;
	top:0;
	width:99.9%;
	padding:0;
}
/* green background */
.button:hover, button:hover, p.readmore a:hover,
.pagenav a:hover, .pagenav a:active,  .pagenav a:focus,  #advanced-search-toggle:hover,  #advanced-search-toggle:active,  #advanced-search-toggle:focus,
.profile-edit a:hover, .profile-edit a:active, .profile-edit a:focus,
#fontsize a:hover,  #fontsize a:active,  #fontsize a:focus,#mobile_select h2 a
	{

	color: #fff;
	background: #008885; /* Old browsers */


	background-color: hsl(165, 27%, 27%) ;
	 background-repeat: repeat-x;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#008885", endColorstr="#004746");
	   background-image: -khtml-gradient(linear, left top, left bottom, from(#008885), to(#004746));
	   background-image: -moz-linear-gradient(top, #008885, #004746);
background-image: -ms-linear-gradient(top, #008885, #004746);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #008885), color-stop(100%, #004746));
background-image: -webkit-linear-gradient(top, #008885, #004746);
background-image: -o-linear-gradient(top, #008885, #004746);
background-image: linear-gradient(#008885, #004746);
border-color: #004746 #004746 hsl(165, 27%, 22.5%);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.29);
-webkit-font-smoothing: antialiased;
}

/* ++++++++++++++ header  menu ++++++++++++++ */

#header ul.menu
{

	border:0;
	list-style-type:none;
	border-radius:0;
	overflow:hidden;
	margin:0 auto ;
	text-align:right;
	position:absolute;
	top:0;
	right:10px;
}

#header ul.menu li
{
	border:0;

}
#header ul.menu a {
	box-shadow:none;
	border-bottom:0
	}
#header ul.menu li a:link,
#header ul.menu li a:visited
{
	color:#fff;
	border:0;
	border-right:solid 1px #237D85;
	box-shadow: none;
	background:transparent;
	padding:10px ;
	display:inline-block
}
#header ul.menu li:first-child a {border-radius:0}
#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu li a:focus
{
	color:#333;
	background:#bddfb3;
	padding:10px
}

#header ul li.active a:link,
#header ul li.active a:visited
{
	color:#333;
	border-right:solid 1px #237D85;
	background:#bddfb3;
	padding: 10px  ;

}

#fontsize a , #fontsize h3 {color:#fff}
/*  grey background */
.button, button , p.readmore a ,
 .pagenav a:link, .pagenav a:visited, #advanced-search-toggle , .profile-edit a:link,.profile-edit a:visited,  h3.js_heading
 {
	background-color: #F5F5F5;
	background-image: -moz-linear-gradient(center top, #FFFFFF, #E6E6E6);
	background-repeat: repeat-x;
	border:solid 1px #ccc;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px
		rgba(0, 0, 0, 0.05);
	color: #004746;
}


/* ++++++++++++++++++++++  navigation  ++++++++++++++++++++++++++  */

.moduletable_menu {
	border: solid 1px #ddd;
	background: #f9f9f9;

}
#header ul.menu {
	border-color: #D5D5D5;
}

ul.menu a:hover,
ul.menu a:active,
ul.menu a:focus {
	background-color: #F5F5F5;
	background-image: -moz-linear-gradient(center top, #FFFFFF, #E6E6E6);
	background-repeat: repeat-x;
	background: url(../images/arrow.png) no-repeat right center;
	color: #004746;

}


/* ++++++++++++++++   highlighting active menuitem  +++++++++++++++++++ */

ul.menu li.active a,ul.menu  li.active ul li.active a,
ul.menu  li.active ul li.active  ul li.active a,
ul.menu  li.active ul li.active  ul li.active ul li.active  a ,
ul.menu  li.active ul li.active  ul li.active ul li.active ul li.active a
{font-weight:bold; }
ul.menu  li.active ul li a,
ul.menu  li.active ul li.active  ul li a,
ul.menu  li.active ul li.active  ul li.active ul li  a,
ul.menu  li.active ul li.active  ul li.active ul li.active ul li a
{font-weight:normal}

ul.menu a
{
	box-shadow:0 1px 0 #fff;
	border-bottom:solid 1px #ddd;

}

ul.menu ul a {
	background: #e5e5e5;
	margin-bottom:1px
}

ul.menu ul ul ul a {
	background: #f5f5f5 url(../images/arrow.png) no-repeat 24px center;

}

ul.menu ul ul ul ul a {
	background: #fff;
}

/* +++++++++++++++++  content  +++++++++++++++ */


.article-info {
	background-color: #fbfbfb;
	background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff),
		to(#f5f5f5) );
	background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: linear-gradient(top, #ffffff, #f5f5f5);
	background-repeat: repeat-x;
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#ffffff', endColorstr = '#f5f5f5', GradientType = 0 );
	border: 1px solid #ddd;
	-webkit-box-shadow: inset 0 1px 0 #ffffff;
	-moz-box-shadow: inset 0 1px 0 #ffffff;
	box-shadow: inset 0 1px 0 #ffffff;
}

ul.menu a:link,ul.menu a:visited {
	color: #444;
}


#footer-inner, #footer , #footer-outer {
	background: #f5f5f5;
}
#footer-sub {background:#555;}
#footer {background:#555; max-width:1025px; margin:0 auto; }
#footer a {color:#fff}

.box1
{border-right:solid 1px #ccc}
.box3
{border-left:solid 1px #ccc}
#bottom  ul li a
{background-image:none;
padding-left:0}

/* +++++++++++++++++++++++  SLIDER  ++++++++++++++++++++  */

.panel h3.pane-toggler a
{
	background: url(../images/slider_plus.png) right  top no-repeat;
	color:#333
}
.panel h3.pane-toggler-down a
{
	background: url(../images/slider_minus.png) right  top no-repeat;
	border-bottom:solid 1px #ddd;
	color:#333
}

/*  +++++++++++++++++   Tabs ++++++++++++++++++++++  */

ul.tabs li,
dl.tabs dt h3 a:link,
dl.tabs dt h3 a:visited
{
	background:#f5f5f5 url(../images/nature/box.png) repeat-x;

}
ul.tabs li a:link,
ul.tabs li a:visited,
dl.tabs dt a
{
	color:#333;
	border:solid 1px #ddd; border-bottom:0
}

ul.tabs li a:hover,
ul.tabs li a:active,
ul.tabs li a:focus
{
	color:#000
}

.tabcontent, div.current
{
	background:#fff;
	color:#000;
	border:solid 1px #ddd;
}

.tabcontent .linkclosed
{
	color:#000;
	border-bottom:solid 1px #e5e5e5;
}

ul.tabs li a.linkopen,
dl.tabs dt.open  h3 a:link,
dl.tabs dt.open  h3 a:visited
{
	background:#fff;
	color:#333;
	border-radius: 5px 5px 0px 0px;
}

ul.tabs li a.linkclosed:hover,
ul.tabs li a.linkclosed:active,
ul.tabs li a.linkclosed:focus,
ul.tabs li a.linkopen:hover,
ul.tabs li a.linkopen:active,
ul.tabs li a.linkopen:focus
{
	background:#555;
	color:#fff
}


/* +++++++++++++++++  Pagination +++++++++++++++ */

.pagination span,
.pagination span  a:hover {
	color: #999999;
	background-color: #f5f5f5;
}

/* active item */
span.pagenav
{
background:#0A5E69;
color:#fff
}

.pagination-start span.pagenav,
.pagination-prev  span.pagenav,
.pagination-end span.pagenav,
.pagination-next span.pagenav

{
background-color:#f5f5f5;
color:#444
}

/* +++++++++++++  table display  Catgegories table, contact etc, ++++++++++++++++++++* */

table {border:solid 1px #ddd}
table th
 {
	background-color: #0A5E69;;
	color: #fff;
}
table th a:link,
table th a:visited
{color:#fff}
tr.odd, tr.cat-list-row1 {background:#f8f8f8}
table  tr:hover td,
table tr:hover th {
  background-color: #FEFDE2;
}

/* responsive */
#mobile_select h2 {border:0; margin:-17px 0 0 0; padding:0; background:#004746;text-align:right}
#mobile_select h2 a {
display:inline-block;
font-size:0.8em;
border-radius:4px 4px 0 0;
padding:6px;
font-size:0.75em;
margin-right:5px;
}

@media only screen and (max-width: 480px) {

	  img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

	#fontsize{display:none}
	#nav,#wrapper2,#wrapper,.cols-3 .column-1,.cols-3 .column-2,.cols-3 .column-3,#right,.box,#header form
		{
		float: none;
		width: 100%
	}
	#header {padding-top:3em; position:relative; margin:0; max-height:auto !important; }
	#header form  {margin:0}
	#all {padding-top:0}
	.logoheader {background:#004746 ; min-height:100px;margin:0 }
	.box {
		border-left: 0 !important;
		border-bottom: solid 1px #ddd;
	}
	#line {
		text-align: center;
		top: 0;
		right: auto;
		max-width: 100% ;
		min-width:100%;
		margin: 0 0px;
		background:#0A5E69;
		position:absolute
	}
	#header form input {
		float: none; margin-bottom:4px
	}
	#menuwrapper { margin-top:10px; background:#fff; padding:10px; width:97%}
	#header ul.menu {position:relative; top:0;left:20px; right:20px; margin:0; width:90%; border-radius:4px; text-align:left; border:0}
	#header ul.menu li:first-child a {border-radius: 4px 4px 0 0}
	#header ul.menu li:last-child a {border-radius:0 0 4px 4px }
	#header ul.menu li a:link,
	#header ul.menu li a:visited {
		display: block;
		padding: 6px 10px;
		border-right:0;
		border-bottom: solid 1px #ccc;
		background:#eee;
		color:#444
	}
}

@media only screen and (min-width: 600px) {
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 992px) {
}

@media only screen and (min-width: 1382px) { /* Styles */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
	(min-device-pixel-ratio: 1.5) { /* Styles */
}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         css/turq.css                                                                                        0000444                 00000021473 15242036616 0007053 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       body {
	background: #eeeeee;
}
h3 {
	color: #555;
}
h2 a {
	text-decoration: none;
}
h2,
.moduletable h3,
.items-leading h2 {
	border-bottom: solid 1px #ddd;
}
.items-row h2 {
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
a:link,
a:visited {
	color: #009999;
}
a:hover,
a:active,
a:focus {
	background: #009999;
	color: #FFF;
}
.logoheader {
	background: #009999;
	color: #FFFFFF;
	min-height: 200px;
}
#all {
	background: #fff;
	color: #555;
}
#shadow #all {
	box-shadow: 0px 20px 10px #555555;
}
#header ul.menu {
	background-color: #ddd;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eee,endColorstr=#ddd);
	background-image: -khtml-gradient(linear,left top,left bottom,from(#eee),to(#ddd));
	background-image: -moz-linear-gradient(top,#eee,#ddd);
	background-image: -ms-linear-gradient(top,#eee,#ddd);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#eee),color-stop(100%,#ddd));
	background-image: -webkit-linear-gradient(top,#eee,#ddd);
	background-image: -o-linear-gradient(top,#eee,#ddd);
	background-image: linear-gradient(#eee,#ddd);
	border-color: #b2b2b2 #b2b2b2 #9f9f9f;
	text-shadow: 0 1px 1px rgba(255,255,255,0.49);
	-webkit-font-smoothing: antialiased;
	box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset, 0 1px 2px rgba(0,0,0,0.05);
	border: solid 1px #ddd;
	border: 1px solid #e5e5e5;
	text-transform: uppercase;
}
#header ul.menu a:link,
#header ul.menu a:visited {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 10px;
	margin: 0;
	display: inline-block;
	margin: 0 0 0;
	padding: 12px 15px;
	position: relative;
	border-right: 1px solid #ddd;
	box-shadow: 1px 0px 0px #f5f5f5;
}
.button,
button,
p.readmore a,
#header input.button,
.pagenav a:link,
.pagenav a:visited,
#advanced-search-toggle,
.profile-edit a:link,
.profile-edit a:visited,
h3.js_heading,
.article-info {
	background-color: #ddd;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#dddddd);
	background-image: -khtml-gradient(linear,left top,left bottom,from(#ffffff),to(#dddddd));
	background-image: -moz-linear-gradient(top,#ffffff,#dddddd);
	background-image: -ms-linear-gradient(top,#ffffff,#dddddd);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#dddddd));
	background-image: -webkit-linear-gradient(top,#ffffff,#dddddd);
	background-image: -o-linear-gradient(top,#ffffff,#dddddd);
	background-image: linear-gradient(#ffffff,#dddddd);
	border-color: #b2b2b2 #b2b2b2 #9f9f9f;
	text-shadow: 0 1px 1px rgba(255,255,255,0.49);
	-webkit-font-smoothing: antialiased;
	box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset, 0 1px 2px rgba(0,0,0,0.05);
	color: #009999;
	border: solid 1px #ddd;
}
.article-info {
	color: #555;
}
table {
	border: solid 1px #ddd;
}
table th a:link,
table th a:visited {
	color: #fff;
}
tr.odd,
tr.cat-list-row1 {
	background: #f8f8f8;
}
table  tr:hover td {
	background: #FEFDE2;
}
.button:hover,
.button:active,
.button:focus,
button:hover,
p.readmore a:hover,
#header ul.menu a:hover,
#header ul.menu a:active,
#header ul.menu a:focus,
.pagenav a:hover,
.pagenav a:active,
.pagenav a:focus,
#advanced-search-toggle:hover,
#advanced-search-toggle:active,
#advanced-search-toggle:focus,
.profile-edit a:hover,
.profile-edit a:active,
.profile-edit a:focus,
#fontsize a:hover,
#fontsize a:active,
#fontsize a:focus,
#mobile_select h2 a,
table th,
.logoheader {
	background-color: #00B9B9;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00B9B9,endColorstr=#009999);
	background-image: -khtml-gradient(linear,left top,left bottom,from(#00B9B9),to(#009999));
	background-image: -moz-linear-gradient(top,#00B9B9,#009999);
	background-image: -ms-linear-gradient(top,#00B9B9,#009999);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#00B9B9),color-stop(100%,#009999));
	background-image: -webkit-linear-gradient(top,#00B9B9,#009999);
	background-image: -o-linear-gradient(top,#00B9B9,#009999);
	background-image: linear-gradient(#00B9B9,#009999);
	border-color: #009999;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.33);
	-webkit-font-smoothing: antialiased;
}
input:focus,
textarea:focus {
	box-shadow: 0 1px 1px #ddd inset, 0 0 8px #00B9B9;
	outline: 0 none;
}
.pagination span,
.pagination span  a:hover {
	color: #999999;
	background-color: #f5f5f5;
}
span.pagenav {
	background: #009999;
	color: #fff;
}
.pagination-start span.pagenav,
.pagination-prev  span.pagenav,
.pagination-end span.pagenav,
.pagination-next span.pagenav {
	background-color: #f5f5f5;
	color: #444;
}
ul.menu a:link,
ul.menu a:visited {
	color: #444;
}
.moduletable_menu {
	border: solid 1px #ddd;
	background: #f9f9f9;
}
#header ul.menu {
	border: solid 1px #D5D5D5;
	box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 5px rgba(0,0,0,0.1);
}
#header ul.menu a {
	box-shadow: none;
	border-bottom: 0;
}
ul.menu a:hover,
ul.menu a:active,
ul.menu a:focus {
	background-color: #F5F5F5;
	background-image: -moz-linear-gradient(center top,#FFFFFF,#E6E6E6);
	background-repeat: repeat-x;
	background: url(../images/arrow.png) no-repeat right center;
	color: #009999;
}
ul.menu li.active a,
ul.menu  li.active ul li.active a,
ul.menu  li.active ul li.active  ul li.active a,
ul.menu  li.active ul li.active  ul li.active ul li.active  a,
ul.menu  li.active ul li.active  ul li.active ul li.active ul li.active a {
	font-weight: bold;
}
ul.menu  li.active ul li a,
ul.menu  li.active ul li.active  ul li a,
ul.menu  li.active ul li.active  ul li.active ul li  a,
ul.menu  li.active ul li.active  ul li.active ul li.active ul li a {
	font-weight: normal;
}
ul.menu a {
	box-shadow: 0 1px 0 #fff;
	border-bottom: solid 1px #ddd;
	text-shadow: 0 1px 0 #fff;
}
ul.menu ul a {
	background: #e5e5e5;
	margin-bottom: 1px;
}
ul.menu ul ul ul a {
	background: #f5f5f5 url(../images/arrow.png) no-repeat 24px center;
}
ul.menu ul ul ul ul a {
	background: #fff;
}
.panel h3.pane-toggler a {
	background: url(../images/slider_plus.png) right top no-repeat;
	color: #333;
}
.panel h3.pane-toggler-down a {
	background: url(../images/slider_minus.png) right top no-repeat;
	border-bottom: solid 1px #ddd;
	color: #333;
}
ul.tabs li,
dl.tabs dt h3 a:link,
dl.tabs dt h3 a:visited {
	background: #f5f5f5 url(../images/nature/box.png) repeat-x;
}
ul.tabs li a:link,
ul.tabs li a:visited,
dl.tabs dt a {
	color: #333;
	border: solid 1px #ddd;
	border-bottom: 0;
}
ul.tabs li a:hover,
ul.tabs li a:active,
ul.tabs li a:focus {
	color: #000;
}
.tabcontent,
div.current {
	background: #fff;
	color: #000;
	border: solid 1px #ddd;
}
.tabcontent .linkclosed {
	color: #000;
	border-bottom: solid 1px #e5e5e5;
}
ul.tabs li a.linkopen,
dl.tabs dt.open  h3 a:link,
dl.tabs dt.open  h3 a:visited {
	background: #fff;
	color: #333;
	border-radius: 5px 5px 0px 0px;
}
ul.tabs li a.linkclosed:hover,
ul.tabs li a.linkclosed:active,
ul.tabs li a.linkclosed:focus,
ul.tabs li a.linkopen:hover,
ul.tabs li a.linkopen:active,
ul.tabs li a.linkopen:focus {
	background: #555;
	color: #fff;
}
#footer-inner,
#footer {
	background: #f5f5f5;
	box-shadow: 0px 20px 10px #555;
}
#footer {
	background: #555;
	max-width: 1025px;
	margin: 0 auto;
	box-shadow: 0px 0px 10px #555555;
	color: #fff;
}
#footer a {
	color: #fff;
	background: none;
}
#bottom a {
	background: none;
}
.box1 {
	border-right: solid 1px #ccc;
}
.box3 {
	border-left: solid 1px #ccc;
}
#bottom  ul li a {
	background-image: none;
	padding-left: 0;
}
#mobile_select h2 {
	border: 0;
	margin: -17px 0 0 0;
	padding: 0;
	background: #009999;
	text-align: right;
}
#mobile_select h2 a {
	display: inline-block;
	font-size: 0.8em;
	border-radius: 4px 4px 0 0;
	padding: 6px;
	font-size: 0.75em;
	margin-right: 5px;
}
@media only screen and (max-width: 480px) {
	img {
		max-width: 100%;
		height: auto;
		border: 0;
		-ms-interpolation-mode: bicubic;
	}
	#fontsize {
		display: none;
	}
	#nav,
	#wrapper2,
	#wrapper,
	.cols-3 .column-1,
	.cols-3 .column-2,
	.cols-3 .column-3,
	#right,
	.box,
	#header form {
		float: none;
		width: 100%;
	}
	#header {
		padding-top: 3em;
	}
	#header form {
		margin: 0;
	}
	.logoheader {
		background: #009999;
		min-height: 100px;
		margin: 0;
	}
	.box {
		border-left: 0 !important;
		border-bottom: solid 1px #ddd;
	}
	#line {
		text-align: center;
		top: 0;
		right: auto;
		max-width: 100%;
		min-width: 100%;
		margin: 0 0px;
		background: #00B9B9;
	}
	#header form input {
		float: none;
		margin-bottom: 4px;
	}
	#menuwrapper {
		margin-top: 10px;
	}
	#header ul.menu {
		position: relative;
		top: 0;
		left: 20px;
		right: 20px;
		margin: 0;
		width: 90%;
		border-radius: 4px;
	}
	#header ul.menu li:first-child a {
		border-radius: 4px 4px 0 0;
	}
	#header ul.menu li:last-child a {
		border-radius: 0 0 4px 4px;
	}
	#header ul.menu li a:link,
	#header ul.menu li a:visited {
		display: block;
		padding: 6px 10px;
		border-bottom: solid 1px #ccc;
	}
}
                                                                                                                                                                                                     css/turq.less                                                                                       0000444                 00000026405 15242036616 0007231 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       @basecolor 		: rgb(45,53,62);
@compcolor 		: spin(@basecolor, 180);
@bordercolor    : lighten(@basecolor, 60%);
@bodycolor : #eeeeee;
@contentbackground:#fff;
@textcolor : #555;
@linkcolor 		    : #009999;
@linkcolorhover 	: darken(@linkcolor, 10);
@linkcolorvisited   : darken(@linkcolorhover, 10);
@linkcolorfocus 	: darken(@linkcolorvisited, 10);
@backgroundlogoheader: #009999;
@headermenugradientfrom:#eee;
@headermenugradientto:#ddd;
@uxelmentsgradientfrom: #ffffff;
@uxelmentsgradientto: #dddddd;
@uxelmentshovergradientfrom: #00B9B9;
@uxelmentshovergradientto: #009999;

body {
	background: @bodycolor
}

h3 {
	color: @textcolor
}

h2 a {
	text-decoration: none
}

h2,.moduletable h3, .items-leading h2 {
	border-bottom: solid 1px #ddd;
}

.items-row h2 {
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}

a:link,a:visited {
	color: @linkcolor
}

a:hover,a:active,a:focus {
	background:@linkcolor 	 ;
	color: #FFF;
}

.logoheader {
	background: @backgroundlogoheader;
	color: #FFFFFF;
	min-height: 200px;
}

#all {
	background: @contentbackground;
	color: @textcolor ;
}

#shadow #all {
	box-shadow: 0px 20px 10px #555555
}

#header ul.menu {
  background-color:#ddd;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=@headermenugradientfrom, endColorstr=@headermenugradientto);
  background-image: -khtml-gradient(linear, left top, left bottom, from(@headermenugradientfrom), to(@headermenugradientto));
  background-image: -moz-linear-gradient(top, @headermenugradientfrom, @headermenugradientto);
  background-image: -ms-linear-gradient(top, @headermenugradientfrom, @headermenugradientto);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, @headermenugradientfrom), color-stop(100%, @headermenugradientto));
  background-image: -webkit-linear-gradient(top, @headermenugradientfrom, @headermenugradientto);
  background-image: -o-linear-gradient(top, @headermenugradientfrom, @headermenugradientto);
  background-image: linear-gradient(@headermenugradientfrom, @headermenugradientto);
  border-color: #b2b2b2 #b2b2b2 hsl(114, 0%, 62.5%);

  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.49);
  -webkit-font-smoothing: antialiased;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px
		rgba(0, 0, 0, 0.05);
	border: solid 1px #ddd;
	border: 1px solid #e5e5e5;
	text-transform: uppercase;
}

#header ul.menu a:link,#header ul.menu a:visited {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 10px;
	margin: 0;
	display: inline-block;
	margin: 0 0 0;
	padding: 12px 15px;
	position: relative;
	border-right: 1px solid #ddd;
	box-shadow: 1px 0px 0px #f5f5f5;
}

/*  grey background */
.button,button,p.readmore a,#header input.button,.pagenav a:link,.pagenav a:visited,#advanced-search-toggle,.profile-edit a:link,.profile-edit a:visited,h3.js_heading,.article-info
	{
  background-color:#ddd;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=@uxelmentsgradientfrom, endColorstr=@uxelmentsgradientto);
  background-image: -khtml-gradient(linear, left top, left bottom, from(@uxelmentsgradientfrom), to(@uxelmentsgradientto));
  background-image: -moz-linear-gradient(top, @uxelmentsgradientfrom, @uxelmentsgradientto);
  background-image: -ms-linear-gradient(top, #ffffff, #dddddd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, @uxelmentsgradientfrom), color-stop(100%, @uxelmentsgradientto));
  background-image: -webkit-linear-gradient(top, @uxelmentsgradientfrom, @uxelmentsgradientto);
  background-image: -o-linear-gradient(top, @uxelmentsgradientfrom, @uxelmentsgradientto);
  background-image: linear-gradient(@uxelmentsgradientfrom, @uxelmentsgradientto);
  border-color: #b2b2b2 #b2b2b2 hsl(114, 0%, 62.5%);

  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.49);
  -webkit-font-smoothing: antialiased;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px
		rgba(0, 0, 0, 0.05);
	color: @linkcolor;
	border: solid 1px #ddd
}
.article-info
{color:@textcolor}
/* +++++++++++++  table display  Categories table, contact etc, ++++++++++++++++++++* */
table {
	border: solid 1px #ddd
}



table th a:link,table th a:visited {
	color: #fff
}

tr.odd,tr.cat-list-row1 {
	background: #f8f8f8
}

table  tr:hover td {
	background: #FEFDE2;
}

/* blue background */
.button:hover,
.button:active,
.button:focus,
button:hover,
p.readmore a:hover,
#header ul.menu a:hover,
#header ul.menu a:active,
#header ul.menu a:focus,
.pagenav a:hover,
.pagenav a:active,
.pagenav a:focus,
#advanced-search-toggle:hover,
#advanced-search-toggle:active,
#advanced-search-toggle:focus,
.profile-edit a:hover,
.profile-edit a:active,
.profile-edit a:focus,
#fontsize a:hover,#fontsize a:active,#fontsize a:focus,
#mobile_select h2 a,table th,.logoheader
	{

  background-color:@uxelmentshovergradientfrom;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=@uxelmentshovergradientfrom, endColorstr=@uxelmentshovergradientto);
  background-image: -khtml-gradient(linear, left top, left bottom, from(@uxelmentshovergradientfrom), to(@uxelmentshovergradientto));
  background-image: -moz-linear-gradient(top,@uxelmentshovergradientfrom, @uxelmentshovergradientto);
  background-image: -ms-linear-gradient(top, @uxelmentshovergradientfrom, @uxelmentshovergradientto);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, @uxelmentshovergradientfrom), color-stop(100%, @uxelmentshovergradientto));
  background-image: -webkit-linear-gradient(top, @uxelmentshovergradientfrom, @uxelmentshovergradientto);
  background-image: -o-linear-gradient(top, @uxelmentshovergradientfrom, @uxelmentshovergradientto);
  background-image: linear-gradient(@uxelmentshovergradientfrom, @uxelmentshovergradientto);
  border-color: @uxelmentshovergradientto;
  color: #fff ;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;



}
input:focus,textarea:focus {
	box-shadow: 0 1px 1px  @headermenugradientto inset, 0 0 8px @uxelmentshovergradientfrom;
	outline: 0 none;
}
/* +++++++++++++++++  Pagination +++++++++++++++ */
.pagination span,.pagination span  a:hover {
	color: #999999;
	background-color: #f5f5f5;
}

/* active item */

span.pagenav {
	background: @uxelmentshovergradientto;
	color: #fff;
}

.pagination-start span.pagenav,.pagination-prev  span.pagenav,.pagination-end span.pagenav,.pagination-next span.pagenav
	{
	background-color: #f5f5f5;
	color: #444;
}

/* +++++++++++++++++  content  +++++++++++++++ */


ul.menu a:link,ul.menu a:visited {
	color: #444;
}

/* ++++++++++++++++++++++  menu ++++++++++++++++++++++++++  */
.moduletable_menu {
	border: solid 1px #ddd;
	background: #f9f9f9;
}

#header ul.menu {
	border: solid 1px #D5D5D5;
	box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 5px rgba(0, 0, 0, 0.1);
}

#header ul.menu a {
	box-shadow: none;
	border-bottom: 0
}

ul.menu a:hover,ul.menu a:active,ul.menu a:focus {
	background-color: #F5F5F5;
	background-image: -moz-linear-gradient(center top, #FFFFFF, #E6E6E6);
	background-repeat: repeat-x;
  background: url(../images/arrow.png) no-repeat right center;
  color:@linkcolor
}

/* ++++++++++++++++   highlighting active menuitem  +++++++++++++++++++ */
ul.menu li.active a,ul.menu  li.active ul li.active a,ul.menu  li.active ul li.active  ul li.active a,ul.menu  li.active ul li.active  ul li.active ul li.active  a,ul.menu  li.active ul li.active  ul li.active ul li.active ul li.active a
	{
	font-weight: bold;
}

ul.menu  li.active ul li a,ul.menu  li.active ul li.active  ul li a,ul.menu  li.active ul li.active  ul li.active ul li  a,ul.menu  li.active ul li.active  ul li.active ul li.active ul li a
	{
	font-weight: normal
}

ul.menu a {
	box-shadow: 0 1px 0 #fff;
	border-bottom: solid 1px #ddd;
	text-shadow: 0 1px 0 #fff
}

ul.menu ul a {
	background: #e5e5e5;
	margin-bottom: 1px
}

ul.menu ul ul ul a {
  background: #f5f5f5 url(../images/arrow.png) no-repeat 24px center;
}

ul.menu ul ul ul ul a {
	background: #fff;
}

/* +++++++++++++++++++++++  SLIDER  ++++++++++++++++++++  */
.panel h3.pane-toggler a {
	background: url(../images/slider_plus.png) right top no-repeat;
	color: #333
}

.panel h3.pane-toggler-down a {
	background: url(../images/slider_minus.png) right top no-repeat;
	border-bottom: solid 1px #ddd;
	color: #333
}

/*  +++++++++++++++++   Tabs ++++++++++++++++++++++  */
ul.tabs li,dl.tabs dt h3 a:link,dl.tabs dt h3 a:visited {
	background: #f5f5f5 url(../images/nature/box.png) repeat-x;
}

ul.tabs li a:link,ul.tabs li a:visited,dl.tabs dt a {
	color: #333;
	border: solid 1px #ddd;
	border-bottom: 0
}

ul.tabs li a:hover,ul.tabs li a:active,ul.tabs li a:focus {
	color: #000
}

.tabcontent,div.current {
	background: #fff;
	color: #000;
	border: solid 1px #ddd;
}

.tabcontent .linkclosed {
	color: #000;
	border-bottom: solid 1px #e5e5e5;
}

ul.tabs li a.linkopen,dl.tabs dt.open  h3 a:link,dl.tabs dt.open  h3 a:visited
	{
	background: #fff;
	color: #333;
	border-radius: 5px 5px 0px 0px;
}

ul.tabs li a.linkclosed:hover,ul.tabs li a.linkclosed:active,ul.tabs li a.linkclosed:focus,ul.tabs li a.linkopen:hover,ul.tabs li a.linkopen:active,ul.tabs li a.linkopen:focus
	{
	background: #555;
	color: #fff
}

#footer-inner,#footer {
	background: #f5f5f5;
	box-shadow: 0px 20px 10px #555
}

#footer {
	background: #555;
	max-width: 1025px;
	margin: 0 auto;
	box-shadow: 0px 0px 10px #555555;
	color: #fff
}

#footer a {
	color: #fff;
	background: none
}

#bottom a {
	background: none
}

.box1 {
	border-right: solid 1px #ccc
}

.box3 {
	border-left: solid 1px #ccc
}

#bottom  ul li a {
	background-image: none;
	padding-left: 0
}

/* responsive */
#mobile_select h2 {border:0; margin:-17px 0 0 0; padding:0; background:@uxelmentshovergradientto;text-align:right}
#mobile_select h2 a {
display:inline-block;
font-size:0.8em;
border-radius:4px 4px 0 0;
padding:6px;
font-size:0.75em;
margin-right:5px;
}

@media only screen and (max-width: 480px) {

	img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

	#fontsize{display:none}
	#nav,#wrapper2,#wrapper,.cols-3 .column-1,.cols-3 .column-2,.cols-3 .column-3,#right,.box,#header form
		{
		float: none;
		width: 100%
	}
	#header {padding-top:3em}
	#header form  {margin:0}
	.logoheader {background:@uxelmentshovergradientto; min-height:100px; margin:0}
	.box {
		border-left: 0 !important;
		border-bottom: solid 1px #ddd;
	}
	#line {
		text-align: center;
		top: 0;
		right: auto;
		max-width: 100% ;
		min-width:100%;

		margin: 0 0px; background:@uxelmentshovergradientfrom;
	}
	#header form input {
		float: none; margin-bottom:4px
	}
	#menuwrapper { margin-top:10px; }
	#header ul.menu {position:relative; top:0;left:20px; right:20px; margin:0; width:90%; border-radius:4px}
	#header ul.menu li:first-child a {border-radius: 4px 4px 0 0}
	#header ul.menu li:last-child a {border-radius:0 0 4px 4px }
	#header ul.menu li a:link,

	#header ul.menu li a:visited {
		display: block;
		padding: 6px 10px;
		border-bottom: solid 1px #ccc
	}
}

@media only screen and (min-width: 600px) {
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 992px) {
}

@media only screen and (min-width: 1382px) { /* Styles */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
	(min-device-pixel-ratio: 1.5) { /* Styles */
}
                                                                                                                                                                                                                                                           css/template.css                                                                                    0000444                 00000001521 15242036616 0007663 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       /**
 * @author Design & Accessible Team ( Angie Radtke  )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright (C) 2010 Open Source Matters, Inc. <https://www.joomla.org>
 * @license GNU/GPL, see LICENSE.txt
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */


body {
    background: #fff;
    color: #000000;
    font-size: 100.1%;
    padding: 0px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.contentpane {
	width:auto;
	margin:10px;
	text-align: left;
}

img { border: 0 none; }
                                                                                                                                                                               css/print.css                                                                                       0000444                 00000012057 15242036616 0007212 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       /**
 * @author Design & Accessible Team ( Angie Radtke / Robert Deutz )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright (C) 2010 Open Source Matters, Inc. <https://www.joomla.org>
 * @license GNU/GPL, see LICENSE.txt
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */


/* not ready */

h1,
#main h1
{
      font-size: 16pt;
      font-weight: bold;
      margin: 0.4em 0 0.5em 0;
      padding:0;
}

h2,
#main h2
{
      font-size: 14pt;
      font-weight: bold;
      margin: 0.2em 0 0.5em 0;
      padding: 0.3em 0.3em 0.3em 0;
}

h3
{
      font-size: 12pt;
      font-weight: bold;
      margin: 0.4em 0 0.2em 0;
}

/* Vermeidung von Seitenumbr�chen direkt nach einer �berschrift */
h1,
h2,
h3
{
      page-break-after: avoid;
}

body
{
  line-height:150%;
  font-family:Arial, Verdana, Helvetica, sans-serif;
}

p,
ul li, ol li,
address,
.category-desc,
table,
label,
dt,
dd
{
  font-size:10pt
}

address
{
	font-style:normal
}

.contact-address address span
{
	display:block
}

a
{
      font-weight: bold;
}

.unseen,
#line,
#header ul,
#breadcrumbs,
.article-info-term,
ul.actions,
#close,
.display-limit,
.moduletable_menu,
.moduletable_js,
.tabouter,
#bottom,
.pagination,
#footer,
#header-image

{
      display: none;
}

.skiplinks,
#suckerfish
{
	display:none !important
}

#header .logoheader
{
	border:0;
}

#header
{
      width: auto;
}

#all #back #header
{
padding-top:0
}


#all
{
      text-align:left;
      border:solid 0px #000
}

#back
{
  border:solid 0px #000;
  padding:0
}

#right
{
      display: block;
}

#header h1#logo
{
  font-size:20pt;
  font-weight:normal
}

#contentarea2,
#contentarea
{
	border: solid 0px #000;
	padding:0 !important
}

#main .blog-featured h1
{
  padding:0 !important;
}

#main #top
{
  overflow:hidden;
  margin-bottom:25pt;
  border:0
}

#main .categories-listalphabet ul
{
	padding-left:0
}

#main .categories-listalphabet ul li
{
	display:inline;
	padding:5pt;
	border-right:solid 1pt #ddd
}

#wrapper
{
	display:block;
	width:100% !important;
}

.item
{
  margin-bottom:30pt
}

.category-desc
{
	margin:15pt 0
}

.items-leading
{
	margin-bottom:30pt
}

#main .items-leading h2,
#main .item h2
{
      font-size: 14pt;
      font-weight: bold;
}

h2 a
{
	text-decoration:none
}

#main h1
{
	padding:5pt
}

#main .readmore a
{
  border:0 !important;
  padding-left:0 !important
}

.image-left {
	float:left;
	margin:0 15pt 5pt 0;
}

table
{
  margin:20pt 0;
  border-collapse:collapse;
  width:90%;
}

table td,
table th
{
  padding:2pt 5pt;
  border:solid 1pt #ddd
}

.items-more h3
{
	padding: 5pt 0;
	font-size:14pt
}

.items-more ol li a
{
	font-weight:normal
}

#nav a.readmore
{
  font-size:10pt
}

#nav .module_content
{
  margin-bottom:20pt;
  border:0 !important;
  padding:0 !important
}

#nav .moduletable ul.menu
{
	border:0;
	list-style-type:none;
	padding:0
}

#nav .moduletable ul.menu,
#nav .moduletable ul.menu ul,
#nav .moduletable ul.menu ul ul
{
	border:0;
	list-style-type:none
}

#nav .moduletable ul.menu ul,
#nav .moduletable ul.menu ul ul
{
	padding-left:15pt
}

#nav .moduletable ul.menu li
{
  border:0
}

#nav .moduletable ul.menu li a,
#nav .moduletable ul.menu li.active ul li a,
#nav .moduletable ul.menu li.active ul li.active ul li a
{
	text-decoration:none;
	border:solid 0px #000
}

ul#archive-items
{
	list-style-type:none;
	padding-left:0
}

.moduletable
{
  margin:20pt 0
}

dl.article-info
{
	line-height:120%;
	font-size:9pt
}

dl.article-info dd
{
	margin-left:0
}

h3.js_heading a img
{
  border:0
}

h3.js_heading,
#bottom h3,
.moduletable h3,
#nav h3
{
  font-size:12pt !important;
}

.category-list
{
	padding:0 !important;
}

.moduletable_js
{
  margin-bottom:20pt
}

.tabouter
{
  border:solid 0px ;
  overflow:hidden;
  margin:20pt 0
}

ul.tabs
{
  padding:0;
}

ul.tabs li.tab
{
  list-style-type:none;
  text-transform:uppercase;
  display:inline;
  border-right:solid 1pt #ddd;
  padding:2pt 10pt
}

ul.tabs li.tab a
{
  text-decoration:none;
}

.tabcontent
{
  padding:10pt
}

.contact-email div
{
	overflow:hidden
}

.contact-email label
{
	border:solid 0px #000;
	float:left;
	width:10em
}

.login div
{
	overflow:hidden
}

.login label
{
	float:left;
	width:10em
}

form fieldset dt
{
	clear:left;
	float:left;
	width:12em;
}

legend
{
	background:#fff;
	font-size:.85em
}

.phrases,
.only
{
	margin-bottom:15pt
}

.newsflash a.readmore:link
{
	border: solid 0pt ;
	font-weight:normal;
	font-size:0.8em;
	text-decoration:none
}

.stats dt
{
	float:left;
	width:10em
}

#footer-outer
{
  border:solid 0px;
  padding:0;
  background:none
}

#bottom
{
  text-align:left
}

#footer-outer #bottom .box .moduletable
{
  border-bottom:solid 1px #ddd;
  padding:10pt 0
}

#footer-outer #bottom .box1,
#footer-outer #bottom .box3
{
  border:0;
}

#bottom ul
{
  list-style-type:none;
  padding:0 !important
}

#bottom ul li
{
  border:solid 0px #c00
}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 css/general.css                                                                                     0000444                 00000024613 15242036616 0007474 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       /* not ready */

/* -- form validation */
.invalid { border-color: #B94A48;background:#F2DEDE}
label.invalid , label.required  span{ color: #B94A48; background:none
	}

/* -- Joomla edit buttons  Frontendediting*/
#editor-xtd-buttons {
	padding: 0px;
}
.edit tr:hover  td {background:#eee}
.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	float: left;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}


.button2-left,
.button2-right {

	float: left;
	margin-left: 5px;
}


.edit .formelm-buttons {text-align:right}
.edit .formelm-buttons button {background:#D9EDF7; color:#095197;}
.edit .formelm-buttons button:hover {color:#D9EDF7; background:#095197;}
.modal-button:link,
.modal-button:visited,
.button2-left .readmore a:link,
.button2-left .readmore a:visited,
.button2-left .blank a:link,
.button2-left .blank a:visited
{ background-color: #D9EDF7;

	color:#095197;border:solid 1px #BCE8F1; border-top:0; border-radius:0 0 3px 3px;  text-decoration:none; padding:3px}
.button2-left a:hover,
.button2-left .blank a:hover,
.button2-left .readmore a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #fff;
	background:#095197;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.btn-toolbar .btn {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #D9EDF7;
	border-image: none;
	border-radius: 0 0 3px 3px;
	color: #095197;
	padding: 3px;
	text-decoration: none;
}

div.toggle-editor {

}
/* Caption fixes */
.img_caption .left {
	float: left;
	margin-right: 1em;
}

.img_caption .right {
	float: right;
	margin-left: 1em;
}

.img_caption .left p {
	clear: left;
	text-align: center;
}

.img_caption .right p {
	clear: right;
	text-align: center;
}

.img_caption  {
	text-align: center!important;
}

.img_caption.none {
	margin-left:auto;
	margin-right:auto;
}
/* New captions */
figure {
	display: table;
}
figure.pull-center,
img.pull-center {
	margin-left: auto;
	margin-right: auto;
}
figcaption {
	display: table-caption;
	caption-side: bottom;
}
/* Calendar */
#jform_publish_down_btn {
	width: 18px;
	height: 18px;
	margin-left: 3px;
	background: url(../images/system/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}
#jform_publish_up_btn {
	width: 18px;
	height: 18px;
	margin-left: 3px;
	background: url(../images/system/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}


/* System Messages */

.error
{
	padding:0px;
	margin-bottom: 20px;
}

.error h2
{
	color:#000 !important;
	font-size:1.4em !important;
	text-transform:uppercase;
	padding:0 0 0 0px !important
}

#system-message dt
{
	font-weight: bold;
}
#system-message dd
{
	margin: 0 0 15px 0;
	font-weight: bold;
	text-indent: 0px;
	padding:0
}
#system-message dd ul
{
	color: #000;
	list-style: none;
	padding: 0px;
}
#system-message dd ul li
{
	line-height:1.5em
}

/* System Standard Messages */
#system-message dt.message
{
	position:absolute;
	top:-2000px;
	left:-3000px;
}

#system-message dd.message  ul
{
	background: #fff  url(../images/system/notice-info.png) no-repeat;
	padding-left:40px;
	padding: 10px 10px 10px 40px;
	border: 2px solid #90B203;
	border-radius:10px
}

#system-message dd.message ul li{background:none !important}

/* System Error Messages */
#system-message dt.error
{
	position:absolute;
	top:-2000px;
	left:-3000px;
}

#system-message dd.error ul
{
	background:#fff url(../images/system/notice-alert.png) no-repeat ;
	padding-left:40px;
 	padding: 10px 10px 10px 40px;
	border: 2px solid #990000;
	border-radius:10px

}



/* System Notice Messages */
#system-message dt.notice
{
	position:absolute;
	top:-2000px;
	left:-3000px;
}

#system-message dd.notice  ul
{
	background:#fff url(../images/system/notice-note.png) no-repeat ;
	padding-left:40px;
	padding: 10px 10px 10px 40px;
	border: 2px solid #FAA528;
	border-radius:10px

}
#system-message dd.notice ul { color: #000;margin:10px 0 }

#system-message
{
	margin-bottom: 0px;
	padding: 0;
}

#system-message dt
{
	font-weight: bold;
}

#system-message dd
{
	font-weight: bold;
	padding: 0;
}


.tip-wrap { background:#FEFDE2; font-size:0.8em ; padding:5px; border:solid 1px #ddd; border-radius:3px; box-shadow: 0 1px 5px #ccc }
.tip-title {font-weight:bold}

#all #upload-flash ul li a:hover,
#all .item a:hover span {
	background:#095197;
	color:#fff;
}


/* ##########################  user profile  ########################### */

#users-profile-core,
#users-profile-custom
{
	margin:10px 0 15px 0;
	padding:15px;
}

#users-profile-core dt,
#users-profile-custom dt
{
	float:left;
	width:12em;
	padding:3px 0;


}

#users-profile-core dd,
#users-profile-custom dd
{
	padding:3px 0;
}

#member-profile fieldset,
.registration fieldset
{
	margin:10px 0 15px 0;
	padding:15px;

}

#users-profile-core legend,
#users-profile-custom legend,
.profile-edit legend,
.registration legend
{
	font-weight:bold
}

.profile-edit form#member-profile fieldset dd,
.registration form#member-registration fieldset dd
{ float:none; padding:5px 0}

.profile-edit form#member-profile fieldset dd input,
.profile-edit form#member-profile fieldset dd select,
.registration form#member-registration fieldset dd input
{width:17em}
.profile-edit form#member-profile fieldset dt,
.registration form#member-registration fieldset dt
{padding:5px 5px 5px 0; width:13em}


span.optional
{font-size:0.9em}

/* ##########################  clearing  ########################### */
.clr {
	clear: both;
	overflow: hidden;
	height: 0;
}

/* ##########################  tooltip  ########################### */
.tooltip {
	position: absolute;
	z-index: 103000;
	display: block;
	visibility: visible;
	font-size: 11px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 8px;
	color: #fff;
	text-align: left;
	text-decoration: none;
	background-color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.element-invisible {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
#filter-search {
	vertical-align: top;
}
.input-mini {
	width: 60px;
}

/* ##########################  popover  ########################### */
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	white-space: normal;
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.popover-title:empty {
	display: none;
}
.popover-content {
	padding: 9px 14px;
	min-height: 33px;
}
.popover .arrow,
.popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover .arrow {
	border-width: 11px;
}
.popover .arrow:after {
	border-width: 10px;
	content: "";
}
.popover.top .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,0.25);
	bottom: -11px;
}
.popover.top .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff;
}
.popover.right .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,0.25);
}
.popover.right .arrow:after {
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff;
}
.popover.bottom .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,0.25);
	top: -11px;
}
.popover.bottom .arrow:after {
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff;
}
.popover.left .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,0.25);
}
.popover.left .arrow:after {
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px;
}

/* Bootstrap overrides anhiliation
 * @since 3.2
 */
body#shadow {
    line-height: 1.5em;
}
body .nav-pills > .active > a, body .nav-pills > .active > a:hover, body .nav-pills > .active > a:focus {
    background-color: transparent;
}
body .nav-pills > li > a {
    border-radius: 0px;
    line-height: 1.5em;
}
body a {
    text-decoration: underline;
}
body input[type="text"].search-query {
    line-height: 1.5em;
    height: auto;
    border-radius: 4px;

}
/* Text alignments */
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}

/* Component pop-up */
.container-popup {
	padding: 28px 10px 10px 10px;
}
                                                                                                                     templateDetails.xml                                                                                 0000444                 00000010765 15242036616 0010423 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE install PUBLIC "-//Joomla! 2.5//DTD template 1.0//EN" "https://www.joomla.org/xml/dtd/1.6/template-install.dtd">
<extension version="3.1" type="template" client="site">
	<name>beez3</name>
	<creationDate>25 November 2009</creationDate>
	<author>Angie Radtke</author>
	<authorEmail>a.radtke@derauftritt.de</authorEmail>
	<authorUrl>http://www.der-auftritt.de</authorUrl>
	<copyright>(C) 2010 Open Source Matters, Inc.</copyright>
	<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
	<version>3.1.0</version>
	<description>TPL_BEEZ3_XML_DESCRIPTION</description>

	<files>
		<folder>css</folder>
		<folder>html</folder>
		<folder>images</folder>
		<folder>javascript</folder>
		<folder>language</folder>
		<filename>index.php</filename>
		<filename>templateDetails.xml</filename>
		<filename>template_preview.png</filename>
		<filename>template_thumbnail.png</filename>
		<filename>jsstrings.php</filename>
		<filename>favicon.ico</filename>
		<filename>component.php</filename>
		<filename>error.php</filename>
	</files>

	<positions>
		<position>debug</position>
		<position>position-0</position>
		<position>position-1</position>
		<position>position-2</position>
		<position>position-3</position>
		<position>position-4</position>
		<position>position-5</position>
		<position>position-6</position>
		<position>position-7</position>
		<position>position-8</position>
		<position>position-9</position>
		<position>position-10</position>
		<position>position-11</position>
		<position>position-12</position>
		<position>position-13</position>
		<position>position-14</position>
	</positions>

	<!-- 	For core templates, we also install/uninstall the language files in the core language folders.
	-->
	<languages folder="language">
		<language tag="en-GB">en-GB/en-GB.tpl_beez3.ini</language>
		<language tag="en-GB">en-GB/en-GB.tpl_beez3.sys.ini</language>
	</languages>

	<config>
		<fields name="params">
			<fieldset name="advanced">
				<field 
					name="wrapperSmall"  
					type="number" 
					label="TPL_BEEZ3_FIELD_WRAPPERSMALL_LABEL"
					description="TPL_BEEZ3_FIELD_WRAPPERSMALL_DESC"
					class="validate-numeric" 
					default="53"
					filter="integer"
				/>

				<field 
					name="wrapperLarge"  
					type="number" 
					label="TPL_BEEZ3_FIELD_WRAPPERLARGE_LABEL"
					description="TPL_BEEZ3_FIELD_WRAPPERLARGE_DESC"
					class="validate-numeric" 
					default="72"
					filter="integer"
				 />

				<field 
					name="logo"
					type="media"
					label="TPL_BEEZ3_FIELD_LOGO_LABEL" 
					description="TPL_BEEZ3_FIELD_LOGO_DESC" 
				/>

				<field 
					name="sitetitle"  
					type="text" 
					label="TPL_BEEZ3_FIELD_SITETITLE_LABEL"
					description="TPL_BEEZ3_FIELD_SITETITLE_DESC"
					default=""
					filter="string" 
				/>

				<field 
					name="sitedescription"  
					type="text" 
					label="TPL_BEEZ3_FIELD_DESCRIPTION_LABEL"
					description="TPL_BEEZ3_FIELD_DESCRIPTION_DESC"
					default=""
					filter="string" 
				/>

				<field 
					name="navposition" 
					type="list" 
					label="TPL_BEEZ3_FIELD_NAVPOSITION_LABEL"
					description="TPL_BEEZ3_FIELD_NAVPOSITION_DESC"
					default="center"
					filter="word"
					>
					<option value="center">TPL_BEEZ3_OPTION_AFTER_CONTENT</option>
					<option value="left">TPL_BEEZ3_OPTION_BEFORE_CONTENT</option>
				</field>

				<field 
					name="bootstrap" 
					type="textarea"
					label="TPL_BEEZ3_FIELD_BOOTSTRAP_LABEL"
					description="TPL_BEEZ3_FIELD_BOOTSTRAP_DESC"
					rows="4" 
					columns="30"
				/>

				<field
					name="templatecolor" 
					type="list" 
					label="TPL_BEEZ3_FIELD_TEMPLATECOLOR_LABEL"
					description="TPL_BEEZ3_FIELD_TEMPLATECOLOR_DESC"
					default="nature"
					filter="word"
					>
					<option value="nature">TPL_BEEZ3_OPTION_NATURE</option>
					<option value="personal">TPL_BEEZ3_OPTION_PERSONAL</option>
					<option value="red">TPL_BEEZ3_OPTION_RED</option>
					<option value="turq">TPL_BEEZ3_OPTION_TURQ</option>
					<option value="image">TPL_BEEZ3_OPTION_IMAGE</option>
				</field>

				<field 
					name="headerImage" 
					type="media"
					label="TPL_BEEZ3_FIELD_HEADER_IMAGE_LABEL" 
					description="TPL_BEEZ3_FIELD_HEADER_IMAGE_DESC" 
					showon="templatecolor:image" 
				/>

				<field 
					name="backgroundcolor" 
					type="color" 
					label="TPL_BEEZ3_FIELD_HEADER_BACKGROUND_COLOR_LABEL"
					description="TPL_BEEZ3_FIELD_HEADER_BACKGROUND_COLOR_DESC"
					default="#eee"
					showon="templatecolor:image" 
				/>

			</fieldset>
		</fields>
	</config>
</extension>
           template_preview.png                                                                                0000444                 00000347403 15242036616 0010644 0                                                                                                    ustar 00                                                                                                                                                                                                                                                       PNG

   IHDR       ) IDATxuXDwݝZo֠	<$Xp'wUx^8?Fgo(X,BqP  !Bc$PEB!4(B9A!Иm!eH #BFbCD"1cq8q F!GHRrB L&1w(244!Ш4]__g0
0~ B(J,t:"H(l擗8`8cJYo klmtEmL*oi^]@ ]UݑʿxQhA;FNC
`  t `{#eYBG(5'.r*j4(GU_[-o^_mf#i]
'~-V Qׯl2XЮXM[RցZ6gW^Uk׮Y;1>$ӓ)m6&477BO ?cO$*J(3MCoy.ԛG∨AXyJRfv	ea/ iQv"FF	#+Yg?\) WvTj}d튼2s0qm,H*<'/jPU@d^n|ih/*eU.og*k+ͦN; 4շ,I3QX3b`pxE;<MekTN?
#r~*"esB[_&ٞm%%%_Ai3!Aq}@r#SzM .":K:}W#'Tɂ
h:>}Pؖ'(b7iJE_;OV_^iWgux=vUIuDGʪ^>eGufo 'OU
u̹dS8aNzYΐ_]=#F<'C qfޥ<wd~'r;J7z"Nt̞YΛ*\]"`j[?V@*0̻oTY{EXw?#W}dM'曯_y>0geu]i?|ɇ_׶}Twr$뀵Z-ܮs@^ h`hR\T@R)`XJ}L6QwFol,{ \]60WU	Vd6¯}!U
_.e{=: A*代ʧf%w2rEຟ:fgZb7T5)Kn0љwoHQ>R㎄pam:GWfvth^ zﴌhJdSl=R~j<*}Jz̓P?yt#c!dILwYcJZƀүS6<O T:!d17G)=.OKS
'|/CBT*kkkEB٬3.:L2K`# \\ńn_m~<@:]%nRwk[tбyRkho}!f23,d8v1]٬o6`Lq3ٺ8"7sn%H@-nt=])M;}3K([o`Bׅo'|Gįwu'f}VKLRo}OΙ+8h/Z-dpFҚUI槮k6;KI$TL-;<Κ*B1]zv飗,<yY'!)|	G]v-IӳϪ5{/(p;ީK~5/ ]z2	,
Y%jB)BkG:m۷oګljȉIlxYͥ>>aI)1{$$H@hbkn,Ll6?w;Iܡ@TPT.FcG8\Z/c  >"8Rc,-G
{ܪ2⣐AlMkEQ[S8e/ZY|8W 
h.!xM~UWH^y]pIQ}OJ^{mgOhf *kBU$ZnKi;|?3X۠ydd 7?ZW\r!99)ܦ_>Jȥ mQBVXk? c]ڢVc_g	`iP(HbIJJપ*R !C;h_0t77u awc XGaa{t-6V[caw"r퐽=-kcq!4^Q%iNH(ܚxaw.IXx;ŮEkr㔍OrۢKi|Px8샭)$j%>%<睤W1(m		^ܦQlO?rKׅn*Y>x[t>ZV!xSdТ];s_ [[/tu`J\-Y˼t?o>~}&&%+.]vSOx}Qu ;V|UtKV7cw-;8>>^.WVVR| _}d@!EEa"r΀D,dh"2Gw~~^ߗ/X" V	;=޴.ON%]>4`fBD"8R"`X%TDg3?F3%ܙ^J1Ņag,B`Y$B9~c9X$aD(E"phGD ..n<---suqq!hT /%V5==ݝ_\!tȩpۿ%'=xy>HZD/;B!n *DtB!wwwNrZRT$a #̙3nc<
 ųgϦ(
!?c֬Ydrm!0B!0B!`Ba #B! F!0B!`Ba #B! F!0B! dT'B!DQ# 9,~8y,NM_2rҜ5 0z;q'o9M#f L5  p3000ʕEo'4_ ƾJ4Meb!Np8FꚤBH D"&H0?dF(:똳l,CvLxBL#8 8}qO1nb?M5!ˤFjzC!nğ	0.;mÈɰo: LBF!ƛ
qkC'O#. .Ը
gKA!<O{w7{{.A^kqhqBu(Vݽ@s9ݝ7	Px>mi<Oc33;Ƿ2#Bf $1yOe
#H8	Fs,Fҧ f
dYg]@L!,
(0,c6lEWBe`zY+R_?=Ђ~b'^;˃8C
a<t}9BZ_?_lyuw4\)׀ɿ@x  VtR?NV
HPA;Dh3f'&&>MH69x`oEAder)˧'X=X= ` .@ !Ü(
	ݼ >$@<ĄOS2s(QDOsmB <ϋ;iO)IRZ@S]A
\"'q(?g
]>A`dDLz8)*W8DLB'	fY  x./B~uϋa3 
Qdq<a45oJȴ*N겦%%$<M`TLH'O3S(oW~sf_,nޱmKDo-٥oI?I~|	_=vSc8ǧMv22ۏ_ҡg[oj}ebw#<pQc8ڳA4h/ꓯ9ۊ6y8oM?nٖ?V-\i?w'͕rzYٗS?zKɑ<EH2_nu뾛2DI ύT!d9Pf~;/R _Hٰl;*?#Vmz{z&SZuz% 
;yTU1aNe'Wغclj/Wg?pd<[:ov,9<Q_CQEse Kv-8#'-WeQ>;gP)+˚hZSғr[n(i= a5[YykHW<ؾqcw6XM]+ %;[!tK:ؔzn^͐b~2iFj6WĖi58$,%vog4
 >#%HT:UνK6Yp7#̬)3##0mw7rRyִGYzV,[q-&NJS1`}o=c1p*>dMsiwCb2d&dfetӟ&8"b&;t|.O(TZk졩_lo'MSGΨ2q׃l@
GwEͣQƸ:(z
Z I^iת+OFd\=PeE:uh8[5KF޽#z)+-'!w/Y8w,J)0vwhS)ߤq$/tDz=*_
C2"t
:ǜB%$ލ!jNs DA"m]8gтj4˥P"(\wJiopyDΊ6 ;U_Խ~zB܎)KTЦJpSH'ˈ<ְcWiت~[Ϩש|kvht<\NM-j`!Xo_9g`18)<qUjv'ߦC[!(G7~ʒ%{PKO='*ѰCJ!*EW(瀉+xxxv9NF`"D
8\(ߏRC.yOH2V*"/k#vQWsվӆW.=*N_a[QV`ŋ񦤳{׬{ӺTϳ:@! iTT2GpE D]iuq:-sE  oDx.7RG[VN<s=uziDA`_3mw9(;-f!t\6ϟ%'iE!XJyu6-aiDUlѶFHk1Sdrر3+Xh6]1ͧZސ-Ӫe~zΝR{(3?,6ҤqλꍚuFEe^T.8V	w41\í/ըY 2gg,˾Q2	<ypM嚽%ݻgOmx4$dFgHيxxIۃww(x籓F_ǠRcV~Z=ǨZ0vmݶ? )<*:x6dkm?TP "QĂo.ѽ'W'{Æ#-)Lz#uN"^O44&gp%*V	:tV S8tÞvQ'Od:b˷lYO;be>E[ª}ZtM[ɏ##bJj֎IX ?{ÆW/8G'Ok7Q+<xϖS[L{*ތJѵ6|>,4EQ`Gx :V9%2\a
pHl3VTs0+2Y< }rtՙf|VZ"$Qhg[;Ir=Vunnm-~8%n7@-&œgp^*V~djV\+͋D.UX-|XHJGҬWD["&
 JGڒ;5ȹr֢MzyJӪj&UvرdĘ[
j+_xԬU>vSE60b3qG#	L)x/&3hM0?ܬ	ua#CG![.{k%s>3+<S?*\0[,zQ7\9yZܕS>zGMIEyj(CΝ;PFFF\\\jjjϥo{8&**2:)-w["ضmoLcI|(:))!&&IbR\ddĤq7.=|Co<KOHe))O>,iFc?ܹZdْC!;=*^DTllTtBb㸨اIObcb'%>ObAφ4&?x؄{93Swc0ٳk׹&#
>/<>Io?{RlZ͐~;Ed[͹I	~LJL19";$#ϔmqڲڵF'iv8I8pc'%;>))1QT~Wb".#^~<!;'5!nDT|Tfd{ͳ~i`K~e]z;Nٵ15iW(JJJZ/^Tn8p>d5!a85~AMFKjZ~n6:Wk:o݊u!i㑺!D$!%pa5a1E}Xn̳+Cfق$peц`j$mwТK!XVh	"=CV &d4Z*:<.cv.Z.s7H"(V64쳺F1ë6)W6`ׄ0c3f5Eڶy672yy.wrҜ C W5j	ِ/ yn&DV'nH[! My҅P`JIRqZL)YV$ՅpvahJU32eݶm7~EQ3Zݓ'OMZ/?S|ƕ?|QE%&&EQEQoېބ1{#^(%B_GcxGQEEQEQoZ]?}(H!:(7~18#\x.06a\.1 EQo)@ 7!1a ^@h c	ry=EAy0BoӸn`71"n#$ ,1F~ ?+tN(AET0EQ@4})-&9-f 7L&$(ZTj/DO،OcGOAlΌ`sAQEQ n_	EoE2ߟ# U*?:FUjw)(z	hځxV["o5`m=,ڽ \  yը^pa->R(0b
HcU蠏jneސ F6nkۤwaV*	AQEQ ayoOJ8Bo&i9nN
bX)+A (3(f0H8WQ[r
:~C .'xh+F "B_	 {(!J%?_6=҉<朋v:94jbbo(y1oEOEQEQIR,}^Q`U~Ͷ (Ft:7Z=19Y`S"k `/(((rk.miQ>!Ř#oIR$1`\j/D 3`(bT>)GfnHJLoSTyK!O8f`(@"}lJfe0ldr: !B(z`,QJVm[$H~2  m)m$vh SEQoİ̇ٱ2D\!Q7E{jbHo9ex EQE@TA")cҩ_$}Ocπ)($UH%Zɱ-"+yT7qٚvX9h SEQoE+9FwR-0̛@ʕBߑO3rD r
Z"EQEyHXN-A`6>>^	6f{}B]j)J("ʋ%ۖG7ȳ-25Am
6SEQpKR2-"޸:LeKOYf!`(ꭈ`FǪ6~WloXfSA) ǣ(1go,(ⰲo <6I̎yB4) ¬Tዣ(B#o+n=iTWq (ކy0BL<;3@&9雕.=Ms9JXxEQAIRw-9[ȵϣ7'vFKpM_7` @ #;My #o%Xm5l 
^X8lFȇϟ9(#SIfSG"ϐmFb,9F%@ yOA_Ɋhեq	owxwX!-
]ʏkr1
-h=yA( +r۲0Ue~!&Pw1O~fk֋ vu~lc{vq8rv;Q^t\k`4Jk*hax_EQEFgvaw5Zz0ɔǖ(c29AqXM<  v+09<" rݶEO\(Z<(%WeihJRЀiL-O|,6s_S׀)4H;EQAH3ѺoCV3`+ @w3rh2ڍM6sҦavTBcHrXҭi)L(߯F@ƼSF@~Y<(YYϫd="#i/hOiV|"o}Qz'#a~i( `ܛIذ0ag2tGw߻ʲ":LyA.
n)>R #=%5ǣm3﨏Z!@nMϰX^њmɶZgڱeOn3Znhwz~c:P-5Fg»iYVXA>kvćnXWyʳ<6MwPEQf%R9kYda c_N*^<7Zw͵kD@ˎZwi.eyAs
a2渝?<}Kzʑ}{O]V*(  %-KSŬ7'HL%/~GW N{l/6.vg.XĎe9zIJ߱BĒL@>2({ސQ3FW^Aow]Pxk1@ b (O@Jeo^~(nFӗac˅PuZ/1~jo@X	=:[5$jbńo3ِ9{>
٭6`Z9rlE,TiKjv񶃎lRF<KJ)*]ʗ.O%D\P;5%ЯnZ dWjUNy=y@X1HwLsb¨7E?/DDlʬs;Hiq@P~)*msC$:鴘, ^-CQERQl)I.@ǃzUtOʼF+z~+!Saoo }} \CIrXH-?@SЂa;OY"'SZ2kˣhݎۿ/unmA֭{Z7SJru` ԣ}5Y+ Ř ;vOk67٩L5v+ O?sxΔɈ+u,Q۰ϙ	{p"ӘUg]gUj(n߫哝!Ҩj]v;l6حk-MQE3r}/yt|O{7=ra	B_K%>[v8}Wzo£i#Ho0jgĤ"e6" 7:|O> HBZnZzڥ+FNA|4Y1!AA>c1i9yI.2k >鯗8"Wܹvo&^g> e+'e?X5v	,RBLtsǉU(!.e=MN  xr-+3ZlDF:(h+Rg-}E`I$$OU2l~Keʁ	
2[y(GYk}xYsK)/o](	@~'~!f ʍT{K?uʃ5JF	ӝ?][mj o"Z  [ܹ	_nYquJTy|.fO jа`'+ QUjE/j`bU"C>VP#9i'[8lvX 0 RLD  `]۔("S9Mv~JV?@O|<tdÎ}ߩv=@2Я/f&׊d5g~]9ΖrL?UmV#A`{' JW0`W\QgM<}=A,.J_ӱJ+nׅ+n$'<?R@W?VZ*/W辛yG!IS;x+Ay. 0"#J89	1f#E _?1|/%	,֤IT 0x X " BQE!|s:$п?o܀R>h^۰D}D\_*.eR)пݪ<kʹXey]"#adf)bfʿc?J,2~=΀y ] )iNP0^RYSM Qi5W
=NPqˑI-)h <nX42| a%0~;lU1f-Wn}a}\7{٬!ݚ
$ \n	 6KEQb\rf͂0Yۇ9N4Iw&3Or?<{'|"ڟWg91&
U}~o>n*-KxylҸKƝpP<$/&Nc	0* 3
W a1 1 _"H_O<c`De%
'~>g^bF"os8~ll#ٿ.pأzk fSY)ׇV+}|؀O*nbȭ=+[uD	O~:Jwm;A7mSu!IO;
n8s69|픱G܊\R'5MA*!˘xdMe9ˤ2 /MBП;[fG,N` o)&⋩(0La< d>^^r wD TPt FK?o/ ˙? 
N^ѫ+[D{׍m ̄#ǯx/62.1-f7=瞫U7nV6gQE!J$2=F[<`|\!8?`2Cx`I?sbc[wdkTyԯi7N{\_8qKF_ټv˅=kn|<vzvrѺ5Hv|r2rEY^?g
,سI=͈2cS^.g
sj
^ 6?I N"J)rf|AƌlOfrrOP<5WT@d 3B~}~?ѫCw;9FEdDk ew# 8FQE1x僾
׈4A=n%Տ2}Z x5پd˱3m2`'c~|2ABhL:m~pbGzTCʵjԂbe@p36"1	'9l
HWR0~6ۘf=z}:ȒyB	^K}n&4!7ʒ*4,Qڣ] IĿ^6navvVHeJIBۏQ ħW GL/
WO
?φ"@>ڠ@o ȸ\D1Kn.|~\x.4?+̽,NBEQ'":#բKG,CdM PRy\Zma w-1C_y3Y/xȥG<Oխ"5zEɪG,OV)]w-*Վ	;<acTװ^܄SRo!/bZWe0ȗrNQf]:| T0pךżؒLlDMȗti0y}F @^׫cʱ$[Ś:l:AR صiOd  `h.E&&nYIKr7lvC6" n?yXA@QEE!ZdV\;şDvPP=dEw@F3e
gԅP̲d ]{kW'F<RTeb'CޡAm1aX͌KӠF{6߄۹-k!Ք 4o}R;cfNV!3%W3Hɚ3pNTGiyJHUyFq#~RyvvM[7~-*x7m^Eb0탑"/`;za/|uLy)SUvx-Fr|X( `N-/*=sy$R	(A:Κ}J+Ti2d3
ރN	p8UEK{vkg{e^W̥t[ۍqݾ:yJMO2p|IÃ?yOY4q*N;l62>b,cҫ|3`;/5\͆UlF)@OڽIZ٣CmOZp|Rb:"oϘ>b	ݻ2v.Pf5ǉ͛N`dJ] ˫K~RΟ|z@'\|J! D,V%@siݪ.XݴAmxp=fWz^1.mcJi
|=w{ (
cQzKlE~WӜ+\\x؊ջ~5gYz8}橭Q~z6̰]4ɉ("yKõKP{^'Μ7߸;j0f3wxΚVc/c`r8o11=jL)'N8<@GD  ;hޡaMv2=t4ėE"! Dd9ŹzvmѱQ%SɃ[?9yL$joDFѷo
u? 
18rO2wBTpfCPR\[\2T.=ٶtk\1H Ü;z>m5	˺~Ld*(9yE؞0a1PEQ95F}$ۘ"QD
9smXפ6ύf}!KUKF~5х;Kw<a8٠CwY{*rhʰn;4Ⰻ-oܮߺ0wj[^5ͬ[#ݹsjժG/un;BU4~blvj4} I8~1\ CNcuBeR(yK zi&ϋ#dK싷kA%J`ⱹ1^+e :΂z:RZ>Xpy0`8^#:,.4R N"ULaO({YsG,&+yyp"nycGͲ/z^Sof]߹j}}jW
}me3XҶo<75^7:L^껋C@ri.Yht>JUN6WBp:uJT ~j2<;@R*	ʞjR2_*Qʈ<!e)(oG@3NS$nfLsGçش~;7oD>ԺMDC '&O0͛U+~Kn^2c!3qD"Y^JܭM X~ ,7EQEq{\qӁ_B\| X)Ty+vmWo9s[rh}wrW,AgrzmF,ϖ ezr%K{pLhׯƝ|֨}yܿ:L)໯4i~`0EQt`B>$]$WD`Zϟ<gMg"ޟ\)CW]yfĎN%ˉ pj5MlRj^;Bׯv'Th]9ѥ}a6}ِ~wrb̊?0;v\z7a("Jlqk6yv\	pƴ`Za,\?qgwjVW^D[y4jFYX R0&!!AQr
I_oE?WȃSw+v)X=K3nP6,WmI𛽐"EQE!JaJPbQ@?MC'857w~]Ǿ^>ztjZ"o"ZL
	Y 4Caw$>MZ-,ٓqJhmjh`eqD! C"((RZsɕXr1ƻPwf2ےc{nq}'vN56o?8ɮeǦ̞rDɕiG<䀆Y|ЬCjUqtoֻaM=Uf"G~8*((@>Vm9ea:ߧK^y8@E ڜ]k"nqX6ZxV:?##J\VL՗TnɕP<Q*REL4	mdjpywofHNc~ίTlįi!vzd( `zynb60+?c{݆%\ۓˏTqB|\t?𫰱GWX ~mYuOJ9 l'ڳWuʖt=_OZ7r Cl-kBL_B΀)e$.(6jFK^fp"B%rˡ;q&ր+۽{/ײܼPūL1,`Lf\:OkfH#ko[/']dz:T
9.h(-D`V";[MKDe۬88zKRa|wiSkqcwg Pcjz{Մ7!
پfr2-ügc⃦vKuVk{F-EC?EQE Hd7΄m> \Y$ f=<.8ݹc"PkmZܤrsgrV	)ZxEq
D]v,_f1zuU5.c0#|ss%C:wa%|SEQ?,Y[@bjBۉTnVi{fשTʁJ/'qĺcmtJWIPh5k8pbVy[%1ݫXb!##|ӦL
>cySEQV#;}:=a9
 rUO=yfi#R刞ߴ.F)D=T֕lyv:lM}7HKRu	U-f_@QEQ(125g+5:w&Sv!/onA粗;e||oX1Kp]Tɳ=<fQvSO_:Zja9kTo7+ EQ$
-
KJԑLOT!)CNdgu1ߊXIzؕrVU*Uy[AA+^nߊ|17fL4vRi?ބEQEQJ=紫7,.i"E>W3"۵ђ0+_ڴk|qORD;v?CLwD&<:Y+_	  B@QEQLX,'\~籾Ar,ʔ^ЬV=o&]>a]\sST,Ly8ϡNTp9Fd<M~/V][(=SEQ?ADKNqL(&=mӸk̶>'ϟ|b}T
"[s1y(""ƭ-wnmTa,UV z4EQ:1Q7B7}_LA	XñѾj_~2̫fXp!mq3t℘=q5UFcx},wASEQo	`ixB*qR9q9Gǃ9bݼqWJu'%ٴN׾V2S	%oބEQEQ 32?v`?NJgVeD'G#夕ն82f^tbES	<:EH-_,	@QEQoD	<ؿVldG 08c(WܼkU~o~}Ƥ7n9pұA|:K\>:B(S) ֖SˆW6!(T<wmoV]Ud9˦h8dU 7NQjBQ߿ BOASEQа<n\X5NO `UFߋ1pk|?aU>wFVmDCτ$zzQw (hK^Ub~ǏFYH?rm|_fv??#;}1/F4|T}
!#(2+!+h7G	f#B r)ܙ{ ~o]tҧxͭCK'ӨnLrW9u
>EQA$EOC/~3 㠨_h';ic`V(?cwVƬɳ,{Z)SEQA3O覥DJ5! |DiPWJ4辟]k2<avMO#K&LQEQB1ڥR[eY)^<@>IiAe+#7؜κ>	M$?F_L(`9;u |F?8)y63X-RǉfH>un3lvۼ]4|}@">>8=9A_`EQg0)$KgS|
`9i	)_9JjU\>qRFXvIpGF990/,ā0`((m $
Xvr
mMyBj7M[!YvlL?&BJNrlQ!
SEQ$QjtVU|x]yF~PUGk%嗔PP/!ZlBK:4I6Mg(Gt)J(-Tli>K4u\\\N'M9XPi >anE;nzW*WzygqPEQN1f9f#`%ۅ%%ypvo~5jnl\g+]ᰚmK{_jVa!V[.vbjY]OE	
;GQE @aqL؊&Pi~AܽHVLuцI6l7"(Y@DKz.U24,30[BA\#?k_!Xg!d}C
v1,VYV3lM7	bLbA^<#@Ht9.&DQ7ƘxTC@#(cV"F?(nQq`%K-WpIzXJXHXlUvtpỉ?vPǚa)(:ME58{ѳ#v}ڴg+x3=ѩ%>.bҨnD] \vTa4d.W[܊Bxly/?1㶹xxֻԠ-KS 6$ Kevm(Ʋ W`jcd]6r"sF`4m=o5!(}:z,v+`6uJg<h*	 n7 ^^*/EYx}'^VcMVs_[u-@f09!R%I˜jF'lf[	
`&<R_m N˖.	yecD=m]j-diB`ɃW(	< }~oa؁Ap"?=ɶ.HCY`u?ۯR`92]Zb&"'Saލ|/)-gKJ X0 C~j1g	"KĂǜk˳bR&Kɱ.ŕmcl^s/Jݚm-(`W~1 NjEhi4rFxiy@ <~G=pw|V.TE("'gEoROߑ)@.<kfp 	 P(D(	nGVzW\X=krcN>\{(3Y|`ƫv;/vǧذI6fZ(o\P D4>zνc['eEiuJֲq͵Ȗ_n(4MSj/%6Vr[^Sg=+cWVS6.J9u#T!8m@]L?&:|XM^Yb1&uY]ROMsb޸9窌'{]ˑ-1f\GqiH<˅S*|ګG7-D`L4=x]F5پA֦^F0wth=DLu}6`G͋,[J(:^06#
/~8u%fܤΥ;Y.mDgUɠb\:w3J&dXsKM?m*o9whNA2%k=xW7 cÚE+6\VDTѦZ?EQd ¡}-:yVY¯y.hfʔ)nz,lJIY9]z)e:wZcƀZ?_e~Ub钣&={wN.[}pH2ړׯkKaEܸéu#L/,P5r+ҭuJޅmoN^S5}y\Zþ|{@}?kbפ}yUʦzXvH

kOXF"Sol'W+Bh?mlA|摡y6Ft;fryDkx~>ou.xx޵5gnͳ,e	 a
2B*){ReM+ZڅeM6ƝNo^æhԫz|ΞQYo䗫wnzNCfu]+-kX$ZۯE=_tx=3k1sarR:wx6z&-ʢ_.yac<Qb4cL ٷkzLN]Ŗ~Wd!tEQ$r-Dfr:ݚ-<]cHډ 
D4y0D !9kst>:IPmJxr_mJS|Ƅ+Nmv{7oj;h2"FaGv!)Sf>Ti߸F^W}`@OaCN>:61n۞%Jנ^Lq2ye_-?]7,c,Qg.润tʑ-Ƿ4z{x+@
-.@hYjZiw#M<C5[6ϛ6㽾R)vMՃgﳪ7~5uH"FۉM߶ wYRO]>&xȌuUY-+z )T۷\	T$k\t)%
1%a;&X([M{̇ӳw_#xwDEf0PB4me{컜Q9gqquCMł}dlLC':D~elt%%rM"|VL**QMlT,٤m]㴚Ѣ|?s?>j}iH@Q}{?Blu+4w*v}0s?NzBJ D'IsW<['u:#U [®q%Qr{GFg:f0d!R;׈:"YrI'WdNWoTp`~(lkɼ'Tt@9ݘ BH)u?MJuo(4:ϥ["2oݨb6u=MN0"  HJrSSU	ڐd%g/nu_C|+QP*2~ҪSm N%2ybG6_]ܓjN0o?J}yM~g]N[#e9.@|ZD1%|nڕ1$E_˖j`sy|6<J78،=2Rr;-(O;n?cqעP"0,Z2LW_p7rr%F	 ~AҬVw`ce;c3Vmͽ0	a*Ν2KB"M߷EQ !VØU}	b DٱN%6id kB9TcG+{|iֻUF%j~Թl198,+gWE0fJ0e%C\:xȾixt%;7	PX!W6q\>;=Qo	?%Xի%xQD"XAs٢3u|wi	
mhc Rn}xBͼCt֯͘rֽl]@r4׳f[,QpAI(2)p{G}{NDr(,J@`9	 T*!d}u2Bx⦶VEJF$&uD胪f~vN"9<0y@"#0Dp*m']}RG-yt;ɻ|M౥YF傔FWn8⮆ -77c)+AX) a,'``N)mts7iYcڛxaXVQ;f%^ad<LQE FSH2.h!`cT>즯tO3sYlڻP`j5I3@@?۔[geC`9_I
UpS{I1#Ѥua؞)3l[+Io"=pU|9+xVeIaVP` Z]@H>u)H돓[2?~6)]woOC8ɛ4Н=|'3!SuBTˎZ0԰*#e2aSR>Iїjʰ@#Uzy{ًcKsj^2D9$$'[""JǼRbA>uf߾woHV=%^.-xI~AaJˉf- .ipXTo?yM3ZՖ{RֺtX	b~Cô~WE	,珖y/\ھp $4x;j{\|.V
o(NHb̓	U{!	`+msrY.jn<D,#!ۑYBkO-^|8U&IզixsSˏhɔ1	S$UR@a?#7/ 1yk0A(^WG
y%]QAg2ZUlt5lh2]831֩Ҙӻٲ+ڷnw)]K[{;Wy#r@>5NcnSZ//]ݰ~8JȃkR5+\W7{עϋuZ]!/B;>>Wm&Kc]l>\Emȕi|i=Iw'|C>5jc0fTysľɋ	:P`݉J]-~P>X	]Af2gozd÷j\BgwxWPI`q˹[ë>hI]I{Ϥk]⑇:uGDlSѶICKQĢKGB[ɒ&1&]-^.&EQ!IU\dBq2%qj;wTZ^q̭N}?Յ Bs?{WWld~<4SgQaZ)\V-/5"CZ^.mLeXOAydJuV"`l NR`aJ`R4;9d˳ۉ&X0ؘS_oZ
2
ﭓ3^D.)" `{$DH^X܅m&%QmQ_M馂qhl9ٮ<'{w2@rlvH|ǐH
@$
!-JX,<W܆\p Y{ɈÚaa|2< i+[-S'tcU,O6s^^^JpWK,YhiH5K\f-Vc1@(D͘fF^20dG"cz7f$@kϣ(Dt;k.wNp:~+.ֻズ/8SN)J_YA .7_9d}F7%z+>lۏXtZh
˿+5/3[ o\
ׇ~ֿBQB!lޝgffShᔹ[	Tc/dGKxsy1?3333333333̏+3gO׍pH<Z~uOr_W^	B%޻K >=>$HU<cB),_kJH-4/p-?iޯI}c I$]IR~-BߩTg{~ɿga-:	;O%kB_I?sM7@JߛDllUPeI@cAl(

V6bUl}!J|/+Gm?{<)|	nd'g̓b_P$,@
$a	IvǗi/E;G<vMF~L۷>"(!U
V(߻Ο_?/g? PR|GzkF_Irw}%"F7n`}tAd6&qe/xyL0
<q~og]S!w	%!jB=nlP{T7ea`}<mH#bH*YJlxRթrVDw0"[hk`2e%,\Oz{Y*EY;oӒsW5/ZnZarцdb+PHQ᮲4?q[Į?|(_+}!O?SRxHI_U{sH %!aD)@$(6O MP
<&ky*+g!j莕B
<v3x+4Qa@(dyڡ!D!ቚ>[7BJ+NN	8B(3N LQ!ْ]3*Bg!Wh%SWm^|ɾROt>@dHJbL&ooo\uyU
u]lR߮oЈkѳ&W>Wėן;Gqş3W J3|B,jf?GP
	LP*/JڍS}nlIתL|̔D(B}j 2Ӷ :$jhHJLzieBB;)
-^-&XAB8"~f!x쩁3OgPdNHh0$J t	l	kE-L@[]nbGIHfsPO5PөCrI{@P-84 $-aBE&5[R}S܇PX	EԠ{O>-[Ulֳ+y&*<gF<O26o7~?7/}XTW5 ɳ.SR;VoVim = D	>G%SPe!!!lQ'֖&s7-q7$)_c$g"	aRJn8hIÙtԱĖ> ]bus$sҵQDLݖzB2cR1h%(T-KBɉxg\HZgS(lcl~.Pʖ0 Cx"(Y
	Fma!M7ǝY@CZ%)jV2*p$ POٜ;03A䡵E(K+7}Ueq)<I}^?_ɿ|GoW)])}E5@f-楈d	yP"y:ޓX_4%
PܟO3') uckH>#}G ]TNۥKb{HTՄr)3Yg׷Upyqⰺ{Xh^ז\*Uu^GWbH,/^g.Z+ǑPd(RL,̰mP&zs ,5A*IKGf/7WeG܋,`wF$PD.$N(I0($]<]TeL&VjLkN)j500vDIuJVQcfՆ&HUJߥZ-JT$\]N$nj`óYAd7?[?Og/KbLv10rmhK0Q%b	h qq=e`@^!rW(Jw"P;q0chb&HeXq]gB	7c`A:}DKg]k*L3k$+QkEI	 R_L%ɜTQE(!̙KƮN_L,933oLBw'tQ֢<Q9y$|{:2yL_U:Jլ%]P&z&A3ʢ*H2 WI/{+KT%Y	v@`hke!h?gdrs&
9E2*gڔB̈T3}) b[r@\dŶOmEHCף#+U"1+}6P2pwQS|rȭ4QE$f'?5+u3{ pp"i&߁WJ򰶂厂f˪*U&fd 5Hm"0UIavd$,\ Q
SU(tPq`$$ŹbbVJ
dTO2ê	`a,Njj)59O-&њ!*2+Ukc{n*V%J"!v|`oT(W$_RdgVVjVef/|8.׷.qoXPZ^ɧY+I|yAV99UdV1U $	($h
+-&v i-k<g^G3ìSL Ia BbN;e$ YL cIdfK׬;M6}YX
R$Bfv51T ݋B5x02l$v3fa%"E0$вJ~?__'`"&q)_Wx7_JBHUu[}+]ujU@5	΢+ɠUIbP,,MB9q@ՙ(%`%
;Z1YX5k!1+
7(̬"VYvgdsNvD=.8'03}8S7Ω2pF3tSE.Ha~gP$dXdodu &ɬX]TLfP횲CgZ:o&C_|y#%k̬"UhWSr5󬷷Uewv^ߪۣ'<MU.o,v謱Os*8I*Q"Xoc洎",J)&J{ԐD\QuB@֢L0TF#0
bMĂ\f/`o✠%QDIɲ[>	ɲBS=TےA!d%ӪଁUXWBAif ĚTV@S*`@K&[A	&/?c9?__ֿoŁ{[_oOv?IDI· W	!kZWn"$3g|Wrf+j*IRFTw}C
Q	V	 H-R,	Gvm Ă=%UOK7Qud3YCQekFPfxa&U} }
z+$|"!z}gI٣pTS&Gk1'k2aNFu@dk8#"t9.$CBu(B6X*Xg4̢jڄ̻ם!&*kv僀ZUI$7_+N"f<.xY	ςRZuy>7$Z\ܺ!1k&|p&T*g`7:	yd5S%sy'׷ײ5/ѝB2`d!, Qs^:Sb֢&\tD
@҄bR;afZX&a`;EP2nsw@2
-Ī22`%p {FCf8J4 `"fcXVa P s	(@Zs~/7k?on߂_<(i,ɮ:~$ 0)Iʼ	B\'2yPBMe!u_J		$R]Jtq`1 (LNؽtW	jchĂPՀe38Y3UgֲseܬC\Ɗ"ъT*Y	kq3Uk:U >51M3 @xvBHPeU%$P%/`		iBV,3X@#}Im%0YN
qXP=BǑ>QY\"Lf3n0aBL`Bb0y<L6EĘd +5IJ#s^=B;+̪nKU{Lg-,UKr.r)MfF Y׷!VUճVWڲID7.7goYAĚ:.3utpw!Y$6pf 5qHSc}z.RF&d!0kZUfTU󕂐dZp٣I&`TtB"m2NdNfzVWh2ڤQhs~osK __~=UKE6䊈$	lȃ2ysneId1"fXÎI+f0E䩱罒AURGm}tQGYEb1CDٸdh*sDA%<(	ݕ [:#+̹0}+L IB`-)Eve_"^?u4hMɀT?OxTf|Kr&ux~f6ؕ@5=JGUB@HX	ֺdQm4Mnull+ZI[qP}#tЛ)rZBNy<U:3"UVqPmw(Jn27@2u~{ B#QVx4	p Cy5<&ĢĪnv*oăYԑUMRIf,Kљb:$݃5PZkjK#X ,Z9:\L[)Af]'VwTaיIRݳV]9eqhKT
5hyd,g	<ע}uu5=K8HdD&]bUCIH,bU$f8Ț&u==|9TKK>]mȿNqο??:V 2A=bH{-
xHJ2-2I(33y\D~5̗A7A~$}x4}|y$VїH"KQňǅ2ԽS9h0k@9ke
YVׄL&AM@,3^9τX8]Q$o,:fV2Xf19/셌7z[y A`FΨOf* 
ȍjL";z8g$:$\^#T<N
YIX*9./!uzzzMI3e|>PȠu3W1>eqI]̂
,5j؝ʲSZ]L2-QƵj֜WɄHMţJm0"g$$doo-!N&1`I]>8.GimXd2SpɉQYk|0/G%TuuGeZ^?s,ηW2so$dyS;MB5U*R33f$2,XV*_GP f B&ᎃ$sb+e2KHHId"h&&)r7w/;vܟ[ @ZGS{1̚.)PXoMƗ]"%'TS?%fR͗*쳵
AZ"\>h,Ĳ $Z"3*"	[J* ZJUQ5IfLɺv:p^N,-kr*vB!T		;,g,RZr^J]ur}*}x9hUda̠w*#]sgo"8;}Tu&!	]& K+heY$$ܔ,
>RGLwޛc 9.H$X?~ZZ]v,fՌrɽRA_ҝ*kIZsu$	dFt{9_buנs~&)Ú+uCdPhec]s}]
f9R/uyH vk֙9g3u}k(JJ"]G9YY5!3	 UZBrԑ><^Ift֚1s5Yk9O>Xy~.Ь<7JRjL2<%v(h";N͏ @M`W8*oj!(G I̌E2d򶩲GkTYM7o]?_|_XH?#&C_?&!^[_EYOo@iODQTQE݉HȬ"UeROwi+ZDwlJ*@yVjos}͜PYycV&L8K&(d:<\.wpUǬ+SEܥ	ޗX{x3>2Bts}oqU$` ً*sE@ELMH^_ 9}ҍe&j	3~64c?+gwgnarm_Ytp; JuԾ\RGjଞ|s	.qhݚ=8T+WźIUst<.p2s0k\Sϓu5*r\_^싗ǑYʌk\kuRGSm~h뚷9*k#/}GGJ3rs}[33s^]+2:Wf8̙ 5]R}}W]dp?Z[YDںvQLInY$!yR%@r/c%Ck!d (Xq?H4$	A,3LG?m.ƀrF! $} %3M}C|XaA"
T >(0 DK٥kݜPct¾PeQnx'hR}j%Y	PFX`ˏd\ɚds.אsr^VM0|zIXDL5Y gD=2rB lC\bBT#!(Hw*
,ۜ =u%CQG_`Bj0Nbu^,EQΓ>Xך!:H2uzs`T7>)pVJfPŘ5}H.K{y*Ǉ3gy}ze$.?|->2O/N&#N>o9?눘|O||,m9}7_16
(r|UÍeYoos:KBW[]^>ѥ,Rdf̈́q7뙬5yg9kR6n\P$a\d%yv}z|'YIZ{BI]sų-~$ɹȐ*4$#&K'ePA{\-:A63:ERG}`%ZI0SIu!c? ?{PDҟLB*H?ۿ'*baQǳe*5.IfnHwut|]MastS֚9T$<"Pu+b	TY4ZUc(zfY9s&yf) sSYjr01U! 6 7ߋs֒Ex*BB K2J'0//LP!nO WnMJ,F	
vYN	jL0>ӾUd@JS a*3wCq_DIJ$u@r\@}v΃H3,feMJ
"Ě:ںTÐdyV:n&Y$VrˇQ}GAP^덷׹^]WWyQppy'ý\8>Zɬz~vylzlxc8/uGkf:d]*e/}ṏK\U:YL7MP$	 >RT7tM8kf7Llx-KP.0	J3M{KUM6vv7H2!LG~X@YÓ£bLD}<3qGZIT-TA@yS??'{Uhz=oh 4u`5(w4y%y?gY$|(_讪UtyA@Ւu$0h2VeZZe%36\sz]kd`x~E^X2->T~tf Wk
rJw
$r2o - Vp}; ?tk&O_aGk +}$S
9s4BBW`m#B33s\ trz҇kIJef]O2sͪLYOwFu$}Cuڱ,N[V<X4*X7w~9k\Lʌoz+k9VZv}m^>M*LR-oO|S(ZݗC"P3Zo|c~vf-k>|_^$sNLͺ9usU̬Y	61Nj	&auG1vh7VUs\rڠvafI&3trl]7QJa62<2MUV=ǐ!L!d9hf\m6q6@J(IAd[LXӪ0U]~Ke'~Or)$>v%v.BM] q $tݔlToUɂwg<\Gq,QbuG01a.
#nJ$LF+'eCܞ2u0[QvKX܊dwR'<93ML֕<>ʶlTZg1qo H[ќPrޘA3AHuzru<EKM*,2	κ9uV$չ\6G;yyJ:`
f:jnZkV8圙8̾g#_^ryx
+vu#9O>k2*<Lq\.U:ի.=okWyާ:ϘI]^.GxyE9
f-2	="19kRGifp↟:j@,Lu2C&;FFBeUug
祝JroզaҪç^]f͌3d-fm&(7gO_f$e֞oQw @%C2k2rj2Dd_"ͽ )T0aF_'וjgCYB^:(ekܺHI!｜#NwwaӱHЮTpкGI0ZZ2ˮD+U>ž	kc{%z3C\zwֹΙ{E2hZk=+J\&%sufhT*=jƛBj$@NcMRRlu3yo$Tb1m{+d?>̠LH(3QwZ I;~tcźW#樂ry%@)B.q#uxTt,CݾYY+YzduAiCwUv[GLsTṊֺ#/}4]cݖzu\<Q,DɌ<1%myBa,|I͞MW6ɬY!'YvWkF%2V{,qldfXkf1ɬC_*P!IɺwZnd-$UzIf=M}AͲO{~؟W+':s@@֚ty	φ<m{1G`,<on7}5T$<[3ikTTc_4Q.|}KY&݅H,c23
*?U=\U"F E<s5uC7ZYg&HUٍ+}Aa	bIẠx\w0>hؖ⭞2|!"$O@$;Kpk	I|qPgLx Q}V2rwf芕}'7Q	&3Lva8X$HXPJRYWsMd&x*IZT~C33^OuїtTK0j&k\u~ng߮+W2&7y]e7lC$1xPtqP	daK=!SmU&̘Y,g{L½mܐVAVwQ}dUgޞ|*v~ۖZbf=	ⳗUjudΝ]W7j9k{W=&>mXT=c:C3I?3Wo
֜BfGm0;a2(x %~{	%⑀P{K[.U]}DKb
]`9 e@2+z2YS]@A'/Q}2$ULڂptU9ˌ]oo\fZ>hi5_-ee}n	;SH7853֎v%dX',f޿潐ڼgu!^|\>p{᧜ˇ0PGl71"gDMvKܴ']׺x+ae=g'w I݋3U{T}_tge2vE1dԏfFKR}dhR\˺k%+aedQ1f
7$aVoYE㳎u]Z3jՕj4LBf֍Ga[|DuՑ.5bj>rϱzFZ**?&P
ﮔCwlA5Vf	l7VJ.UEmRf:gmHsvNܰM2s;-.$@\'dj~:M}sd{{$dOG|+o| #?]~oci¨\y3	95F֬ӪHL,5C ?c풰0-PSu%{r@JnM"FQUuj!u$.̹  r@*eT&ypJHy$3s9\W'r}@`4޴/ުZRR[ol
DXV}BWu>;!y^ɖmTQ>[	Ƀ$X{59.k]]!to&dU >Y60*PY3sb=Z@sk֪[2ZˬIUH#uPMwWձ^:ݚdq.֕[W:k8YL0JPA';݈ZFp ,DCowvr;Ihg ChUqd-U@In-	.B&kx
⦙$d<6ku֒$k	O[X$̺Zk[ޣ>ꖍH	̺_LսK*1I6fkTILru~Ew7	_??w~_֜o$X$fnE%BXUdi;]vjCo/! wkWuu2K	j$4 -Fr4I8oώUD5ı&ɧ1񯀳VnfŞL&
YL$n, __ywJ" )ȭt߮:&{/4>0w,7r\g$U9^j̔i$2LUp7w^*al^π`73ӇyJr|HkrI}!D.8A-"q	jLݸJb;2
Vۤh+ba5әU3u7ntكaW 1lw3agxÊe+&Z3gy$fc_]e+ݐĝH/;xTr;*g\:s$A;պ؆B2 YkGR7&+ni:Vni;wYOR6}kP`܌J&=neݚ/)U` Ú[=_';7 __~8a2pffͮdHnW1Na拾Ԅ'$<,{1`D	CX7s!Qy薚PEbBJۍjͨ,XlwkֲT]Q>K'3yy<ZkZseWK6ʭpA<3U&/5[A$g:4gCgyCZ)&ȷUļ_+2|>H;.v$œbj.k-HOr-f8 gqP:	۳V@!dؔfHAwQUS:ӗoL3f	ձرaD)+ɝskV\Zu$+3uI<<Ofb@(
)mFdrMOOKl+Elg237KَpAJ>BCf6,ݜ-1<.XUa¬yn6V&GYg9	6ٙJ,nTX0Rd$3癐	aWc卲v^CٱAP}U&*ܹ:37Zfv -~bU)U*beUI?7 M- ɺ	kIdp;rg7^̼{~V7KmO0Vg 	z?D A&e*ER'i)"j@no[Wk8سeYj]+s|{{=g&:k3	ѿೣMVP6CkI6]1U:Teݬ>r+(3T)n4K >1'^F/F|~gkM@
O+KՙXSYS6URTH B$p_Z2\;^IGάI2'>@P&0!#0swZg6C@G͟K;2Z4 ݊mK@ƃ6(UM>e?Y̌;I&ǪA܍ts"uL $	U;޾pw[<2}aD7~g59;F	OJ\tkWk	;	۠'#͒R[_my-SxRx=mfIxnRd&s-|>x/~o+{y]^>>|8R:ϕ֭Ku!3	@Go%
Bs{̄W*(wW:ZdzfUVfE2Ea!<O~V}e~	,V23Yzpzn&yun>hah$Or|Y޻`\T='v"_8oN%a_Jԇ}td*wsw@s.1Y'< l?2bne샧ێzWR_!s0 PDDHv3aR%rV4ZHl574ʳez{~Zyu&U~te0PB$HG\B:TbEfcZLdNv4:	8EP[eUXdVηd<ɧ^!VuOuk:ϻ=)* eQGqDH9VיLݤe$9o3.̶"$y7aݫ2U]b*+sfݹsTݢQ%˟y:Y+Iv>D*]} 4 ]sefdg'</?_S@q\rr9/S[?rUXjVg@(ZKV$"Nf%<Ӳ^KLMR`Lh	fZɄdHuΚZ皵oiuκ':vәDO- &+	ux=/͗Kd򅧗<[[(1{/l}Ia*-K{J4aK%w*
/:1'xv^[eP \gR&AfH2{2u
%h7Yro7%rBH;twsb\u+AOk@5Sd|HTlʲSy[d8twgݖ}twl&eeȎR8fo/5<޽|ݺ}-UU(qo%rSy UVY(<.yh<J֭Sg]w(ī.pd!ɬ'u>6VbykGпpVr 7{v=oX]>q[:pT}D8nW	
MuすDI4첷Rp4sYUɼ}
5s^zv-pk
IBH&9ۑcmh/U	YPeໃς(ߥ]㸒HzoX{$"v
/	6moD(l[$n:CQ wdZ+N$wٸӪc/FUAGI<MeM	Q%00]nu+5RJFk~SNKu_5 %<'ޡ %[3#F(!5"c9$t@`wolc
OG)/Zdrȉ}TeEVё()vxS^6@ԁƀȅI4ܐc>|bud33ZOևLٛCՃu0r%[2d%)J UDk[ =W\ݮcqo7I[$ :@\"6#'0fL:r)Woo1#\wao!zW"׷}7w ^|Stθ8^}AR%Jܨ$")3E~g[T>08ԃ~	PjOXZ>cُA'
2$<:U37.*	L@ lpr_ǯ"`Qa,yEH5!` a
QOhR@dݺ&e!]'w
Υ֪"rCpElNY淛hXc
<rE̺*cNhfص`n(4nlJ#P;j5F7U*J؏"ի4~{͏#'.?zCIvI>#_Z 0x|xz#=:/elB'޹ 壁"K|oTz_ZyȶmK=eO_]dȴݓ*P<Х{R$ [X,xn,¶z	I㍜_0o'piU
{3v}ᮻ?mxcyb`{ˡ0^1Kbl=WT4M#tz0l`EP;**R8Cd1Ɣ6GKX^^HrR K ݾ_y+Nm~fm[U=E	N˿TFuA6tb|gO
xF#P(M~&c;OXCm*iD]ą
Ե{Y˜l=#f:7Yq5efMEHG#yo^eƘ]/AUqJ)N*Q)DH(4IEyD3I
lf]$sT&E; H] ێrkjJ,? %(A(3菤?|r-*7awRb`H͠_^{b_\~y$2d;=yS|B%\j(Œd0X*Id+SRo%Y~99]EO{~eNƱNT3_AF"Rӎ'ew$vH>aMBrs	~!!+v=.RA+1a@yG0^t%@P~o4ߪt(IqcGldJ4iH@eav5UKQ.]hX6row%Zʂvѧ'1w=lFAȨp淶Pip )>F&}I 2p+x`AȗfՌHNBtXw=)
1u2jV.xr!QfTh"$gu:9DƐ )$mJ\Vt!cәH2QćpPvHru2BsT=aF+J ʻqBYmxiv\p2l }$eJ o%(OP9UhE=?
y2To;:boہ$Ƚ误ʕF7nR,oi~O-Gq."ÈhmJ]m(D%K}p?Fr\ z\o;≠2O@$a{X$c\>*r0cʀw q DNp:tVc\\u`| FE;FZ6̐hƐn--&^ڎjnaTN(M6UrTkNHߒ]:.^XWJ48ڨ F\#z,=$2\OhF?ؾ)vX >7OX`,k@b{1PbT<	$&)Vèrn;¢<"ғ"NQ^#D|oۏ8\ ~@l[&b[FCQ[O2|юrDn5``qLgjf«q_^dy;ddG-k%`MwE8Ѝ׷e6*vRE.//P߼
tëņFӐ(|Gv1h׵IUS8h<-hۂ;0ǅ-e٤PXwיt(tg <
%CՈ}=UĨwЪVn|tk1l#bRi!bb|/ Y&NzRr:o͠Ɖc׼ـAB:ڶyQVl=Unk]NcPEYŎ@1sËRFa	QJߺd"?ק|_#[l$jyD¢_+\~Marucit9fc!,XͅpN,weBU/d	9ïxѷlz^5Jh\[J؜-AP0uw2s,^mò:tN(b1(nhdfkY녍"
P1d4b Z9]eY~hTMM̃j;qgԄi|d"7n- Rq:@,/TW%[!9 b5kTT[!QH͠BJn>K|BĆl8Y;ʇ粃z h@|T0mC3jeH?*e} DRО%ц2eDмET/,He"JMS׀P/=YԷꁘT`)F; Eof~PS9t:6+J6)BqoiNxc)? ޗPh)BS_ǲF%@Bsu <$zaW-Kڏq)jg6ۈ3Q`+KcJġ#wöfK~`J:`CKiNޢ%p?<bWC1~syI8C p
oV+Fm !7;UC+GR-Y{cPcE^Z",+OWnhDm7^J[2TCTvd+Vzo?|vS8hzY-- 35?F}[Z3jq6 0 Sx
Ė5:]946ƞ\@ģ2FCʭ!Nu-dA}As,E΄]YaDo+T7-.ŚD"A(@:(z@*y{o^B"2*JHWm).7'Z]nہ	Qra7񤠟N!qU 8]io1~odq%D"N +Q`NM@vKvj"C*/(nwIZCFZ-ȇ^J# /nK=!YI(X~΢B/NdºDn%0JV*=z- MmLMUYр~4.`fl%TRAbݲ[,r>C}RP<Ɋ=8%h&Ԃ$t; T	ǂ=t?/ C563R.1!z# ִ# q} ߣZrH-@ fwE Rwq;7V*3ʀr0_bzW 52e`^e(Gbu4jfEp$6Q:La	K\`r;=5԰i姾')O
q0P \@t5A #L8XjbAAC <B`Ѕ$Nj")2k	d<r%-M$\>݊_$!5V
3A3`)MOBՂ&ΖpɚSW!YI-~&djNL$ō`D}=[qېn-ząq	-KwB<壽aӐ<kzwPMzjhn(ouAV 75XN qJ@N*+͑f?)`PodA+7*L8h|/b]6Zr 4 bڙ$(U@/C2
ad=n֯	!qHΡ-@f$GFv0¡R^e+CF`kz
J;pd"g>HGZz.Sy8+Ow6aU+I_SG&0jEH<MDEN|VCB5Vz4hFy3Xl0%ӫ&ue^yyCP4!,iѝcSw 7~7)Oy9Z|>Wg`5#J3̱:9IC  ޵?@(z+ ?"-6<bUKsΪV,0N&)Tu:N()_N_TY/ܡaEk0>m@iSݝ!J#Hrw&{eǞs.ە8޻~/ ?⊝ :n~3~9?76O|0MFO`AwIB/-O=ќ[Yఌ   Ƙ9v8lmmkk:n   aǻ˵   p           @     @'+dZz:}=}ꓽQޥ`  0&X[rlKYXҩPW;J'pFR^w$%2q@(   [>G;p$uᆊ^鎖hiqYuㆰ!ͤ:lSdTݴlÁ!lxKaXtde-\1%&'4Qy[)?\6[G;[{[V5іĘQu[SۈH+޸l}Q =   xy[?[9FIxBQc}eY!\ayiqx^כS21Fzef^V{{{Eg֋33}=u4V eVֆQAJjjbbNڜjNJz.
,(VVw'+-+]rNHmzda`   555D(._g1vt1aiڰ6Bfi	>}?.k_vBl^|עcV\sUL\Q<¦v&Wg{qѫV
me	}G"֭ߖ6ξG%r_ґ]ݝnc
c9s{LVY~j^$3r&ŧ|Q1kV.j  V.,,lll	ұi.馈fQe<wEOcGwcL&7ڪyZ.ըtj`e);/hiy+2NOLH)v/Sʕ"[7ǹyK4ь	͸R}(ŨzG5psjQ#S(M)qH:tt%pZC`C   eH[NYqu"ӛx	3=ߖLs.Շ4A!{ϱafNg}ݢ#:3{L̲&܀Knx~a^:Z':y.L+WVs6=__elם`lyN\EA^"/gj9  A  AF         0      0  @ům8פի*KGkFGw78ca%o~٣5ݕ/oQn|]H&-m%uInGIqgxﰶ5ߍ.7,wEuolc%   MDv\~iJ-B6M&}w9Ͻ*=QRhuwhI͎SN/52io\իhԚʚpy7ϥpe/,+(UNu   ӯ}{u}CHbXf:W˾4t#ˍɡS
fݸK+]S*ӱ*x Xe１YbkW?rf.;  L{Nwcկ8S2+vfws;k&\[3TY9Zׯ{Sno\)smŎATɇokӑL}m{$*:!w  phcF:$$m U*#r!lOYqm}g9P6ե7^ѕ8K.-<PP~htY^`mR;I|`   7,,thҪsܗf{5\@Y?ٖ/ykXQlRQؐͧ:ڹ:s{k0y\"ҌkzFF63 XuWu(.[2L}ע[9XKo{\  tt}UiDeD?y5++VĖP/$/QU=LFz>--1ʚ#^ ^\[9:Lz:Bz&A֢biC32}[G_DM<YB]g   1          0       0       0       0   p'xcp  ~#_O1vPTp1p,,, 7g~<oO%[#FDL,쵕9umm۸o_uߴm׶fds1ruoڞ㉘1oU\ikڷwï`_Zc=)qŪmYM"Yu>k)&8Ҩ]on߻%PBڨ)h$,fQ߿'ƭڳЅGl7gheU-5oգ}CO;oϏNib^q޲89Z<''嬝gݦ>Z^n>=>oDWvyeoOXvHnUlQVzk`Uh.ٮώ>.7o}Ӷ$RHqˡOD`ڶv	~68ZڶDD!O3an=y-\?{)3v_ ()p^I@}DX0
T@0 
1o_i{٫նw{΂oOwW.VkN+7@|2`W=_lNG3`};g|<?}0buY˯yzoqxf§̮Wh 	0oU \>ЬpU,&tHxey=
,?㧁6 f)ol618Lpppp?s]׽k̑汛LDIYzKpqT!:]q7RLŕDTRo'%x|K|^MO}٭%U4EgU{Fa&66Mk{f2\ٱe?̋~dڞYһ]*akt~gg_vŧ]`Q5-rե?9[ֳ 9dajIqEeS|[ݼq^)S*qz<5l&.nvg?;|4аNʷg	?ƕ1*| |ȅXzyEbĩ~1	
[0Q!jl7!ضl6lTTʫS15~gnIJp
JEC*)a"'9/=o7l͢Zvqh@iIw~̻.1CR)5YlH;ʰgd[6:c4!ƔĀl-FBlֵ)"s3wi[$(RcBav5o/9Ę śDb
Phyu!MZ "bq	(uppp@4cΒr~궈& *&l`2tճˬZHeE*Z*eY)b8[Pbfü!5䢪`)E})iQ\h"Jjnb  H	IE؏a,wə\8}/<b};??}MXoU- ur㣧/dE$P1lgE)vڊBI.dy,rX4յ9Y|{o_?>ɫgWfnw}Rsi~P}B~C:8888()o6$ lyeClya?Kem,.W+u.!:!Iè@<Qqb*2H'kFE$D:Bc͢JDPa,PYcư]mwżGCJ!eX E(-*/Zm6QF D@"@֌(	( !H'L
FW5gOX}	֍=àJڅ콍%=\ץ}b>88880[ǐ0)9O!Xk1:=/n?xEmP[{bFHV2vִ\ck0A,iv4s[7gGg'vڸŤ\iv	z5f{ub6|qr|"dYA[hfh[2eݻt[˪P9rUbVt2,6.R
qdHY%O&d`TM&3{u/kکkn*rs"Ħ:O.TN8OQ0,Mډ1׻JzVCbMq50Ll2@Ӷf6aCxnzcSU
d92m(u0B}7Ơwx~% 2BOdAll@롤(WrCNF,,5Ӭ,:S^CZ5l3?u;#!2bFP)q,) XD*ޚ6AYTWuԎw4ύ_u,}U?9rf>M#E"1ƺLhQQrGR	%ݿ+ׇwo"Bwt歭<'헛g/W˥HzMRQ򪮈- o%FQd"+RUi}A޻*jJ7})usSOdpruﻋ˶oӛ 'c!@JqNn0"YF`ȩv!#H+?u:7?xqG >>=a6jcf|b
a"(d1;q֒Y+d,!eGdQ
< S 	;If7dqmwԇ>{0:"E4Wm8b5'Eb\5?_UeA(8Մ,
eP"i25dYm( @m]9lB61-soO,]qd$,@~[Dܼ8yYU;oo/?㾻ɶ^V3$䢀4>5YV06zqxZLP=bwi,[c0RzRHېBE C
(<g>5=9	"c?ĤIUBDjO@)*  TS?Nkzhy	c9Rʦc92j8)V1SU2]'>ɬ\/@rk1qH6ɴJ؟$'}q<i=X/OJnqGM}WomFѝ|Z	aQUmCPBʨxKi%Hܫ&צm.QҒ(GdKyYLFYПd|`WËWJ_}{7"R֛;woh1UITBʺ0nq( ;#6ju>|~aGfl8R?1ijMt`V/$ɀI+&צuֳۏ%~]w4I1e2uLKEOryⶌCI*fq~h'jiyVn)fU`bD[WTKLVQkuG)(dzu
4FK.|<7MOe}m;D_>??Hqpp4mlWqcYE	d0HT,7uŎVJW  2yB X$}̚MJqC6!RJUUl-E%\T 8>1& /8ͽiƒ@@63Oِ m_n9`JR
@tUoM&ޭ7]?,/^!rq,Xr#O7c7}]M#[SM{69QrtfмO* --ZOZ쁫3g9ЏC
s{궾y_t @ӧ!Fs(abI0qkyB9%2
6\3޽}%E&L%RxLI &IآAM.CMS3rN!eX! uԜvJJ9)0e>>>!giwC,^$1l=1D*F8eyfsrQWKދnY^<}6vN޸{	]!׾q]qsS2l:.HСcwh'kkgT
(B"4G#Px77yfC P ϟ;;ࣀk7o?zk~{a%   &?WY㋋a[5-s(
1U2KZ!CET1r
VH\AJ"!2$*9U@_l9""r`Ř +Laj Chb,'  [W7qMőaC9cGMe`7FWU`k޶ӄZRf{/^hbSpdl@ucqƪpBFQDeRyPf2|n`NsReU,)17ccu[YFU)3PUXRkRJ_1]~5{w&q
vvv+f$3Ff
33{30'ƘUu]/<@41~4ߧs:~u]pS	\䲳ϸνR6+:{GpN\_oܗk/Z%//=̚5ψ,%Qqy	;YZzB PB$OM
?JM qV$73SV$RVZ%(e#HZˀZGöt8BA)xߢPB
Rr[2$ZR.K #5-ALUUJcXZ.)#n̥d`xږ/ޱ퉉C=gYoTJ$+gz2gq,j+Y$q"l21`swrbz|R:+HaTe<eZwy(Z*ޭO)RJvw7O~]zdC۰s7o؛CRJuYoDDJw_sG?"bCލ3K𩧏Nlr+K{3'~\a2K]^|Լy#.x5rTdKyrQl5D$y͚5 @q:y)i&Ir,`X[Z(VeYX@dsˈ|Ŏ=Ӿͺ'Ks@DDQd;#(
h XA*Kᘋ,ϒ4 jj-`l$$YF!.Kj2oxzc87R{F+Px!AH[Yd"")2piyH醤̦Jxe4ˀ,P]t[|aċC=Uc3爙|n<1;"zJb>./_ҳ?t2	)[)K}X{0yn<kmeWJca)Ȧ=+WTد,r{
y>Zoʗnzړ=)_G2y5e1_K!	yǎ̩VOepI]heϚ_w{>ج:%:XoU53~ƫ׾_\85c$15k֟[,=?Һ~l\* g%Jk(YxjUeGJ#0qk!IA;8k])K.
011`!eEIz%JOu<@$Ybtڲ P2%\%f͢oܵĀPHNT:8+F&ቱv(4bQF4zA4nbd[M5a+#_QJrDJhAAɎ<c#
HjyYtڽHlGTmx$r~aۓJ%6$W-8`-=`Oo{ǿ{S!uo~MozGLj_LuSWk=_x5?[7LyGY =	+>淼kҞ{jz眷璛7	[o:b|9oԕ70ŵ9Ñx;]o{/&J h
vw]yS+{`[ĒW35ʯ~'xa󎮴?['rrǶ^AGZdLטܠY[ 3[PZovz_.>}7a#y>o:fƖ۝zR1%۬f:yy1PժUe(<,;k=_z'pB7){$)9(INdN B
AB@۽$[
62 Z6<ը, Iw(JuE+-SY_;z[tBz[fƓ\9(t[)ԘT*QN sB(4&d9+J#1vu;%B/=ĖY6L/?ƫ9{a&`LVksB{访aC~?n EɶvO|N!ď>sѧ@た|Ჯ^k_>;B>kn,IGb Oο|cZy{?O߲o9Kj;ses曭y_*~s}UW}#?pO}Jh)SzaO9p֑G+W=gs67OGf&VRF_nnl'-`L96Dw<N?UO;nozfE_3*aPy2k
P`F*EnKSmYF$F$"$I2u
Yt4=) ".ّ$!aNKɊS2 /#HDd-i- H&2iWDI,h/ pѼFz5EYULM{wk2+6u,:aRx{XNP|i,;%SWBQ,J]p[ݥٝeZЌ+-_&|F9XlڞpwUb;2[:z:T~lMWmj࡫kpoGFӷ}߽u{~9*l˯SV.^8/$ |{챧8ǭJ8*W+KU_ y+xlYsym.y'_|O:֤L̷W5{-m=a M{|<V?&y΋c޺Ya o"y0dAW_bY_q+@#Kx	~7 g{9OfZ5'.+1k֬? 
G7u}>HQdz.wz}QvәR%g3=IJ/YJE7Is!or:AΑ/
g2ǅdB&-nb00:lH80pV1P
x'
qaj
eJciDZ5+f40F59ACRiQЃݱqQ1I)wQBG.E8 ;i̐VКJLy]z(TDyO0jЙqs{CSD.P(MwlE$Շ>F9`0sMwݹvI{-:C# C;wno.9U
}+>hvK*%@NvD3?f\SG~9c=^;瘓ݶJҕ+k vtĲ c-em=yguw@>39 =ѧ+\BP9
ʡ+yjFމG/74D:i|̚5EQ⡡8s5,i(6TU(iIȋ8e(3SX!#,rZ	rǖ\#Hi^AIHAY%i;H J,7↿M˒|=PUL贄kOT\ӱFK+:Pxݛ(NڄfM8$U,};VlN<eH'2AI+b#dYthǙ2Rz^`&RUG]kmqW4kJ=瀙I	w}K_/^u~r0ͷ<?[ &n=',Z& = yQBc}A?YoozdJҊk:srizOseCSyG"/
	
|k?湇Xus_xQ2&̚5kV[v;fB
=/#?kѹss9c|ڂW.-)wARTBUj]^LYY!JddtP@:KopNJ@
(IZ08XRY	)slk6V^|Ŋz.驱驩4Yk}?mKY~E.W#?03B6+DF`B--3ep<@FSbٳ\/YŃMVD-"Y$Iyrb}6ӃeXIjbǽus_ߋ@_o=|gvTrK5wqy^~tt10?7/g #y3={!;/|٤9=,?/-}ǞpdWgP&cccA_gr+I5V=({_jgNeuڅ.ìYf-(bL25zoϴϧ$#V<PtHB,+':ӖLK/Q(y݈Ay{DnzT\8H[YtPJeLwIa9@	1	3ƹ!d =En EG¸nA5,Yj?^bK573"4GFbkO0(N=#U9z9c#*ȌPDAb󙼔h4cYa+*w4Xzl	OTwҍN7В(Gְ3Ջ,o~;G0(X*	~5Yy^𸣝$y^H-:Osu]ssyk)/ywmd>?C*qk&'skyk?hn޼/|w<9pEe&egh/߽W`} ;<BZk׼U~_tdA0|+E};阜s;ߗo
%f1f͚5o 莍?m$s<f\Dbn68PߵlV;:j
kfڭ,KyV'd톞@NJ3@T((:IZ&$!PRq(h =);Y DcIutb˗.p5uzC251J)U\T\2$CYǰb)-ShWCYyE@d{dZƴ-Wb%[+1Nc q9\GbZ1Z@1aQ	瘘	$Zhjlڱ
#vO5Oz*`)\sik'>Ow2SG#D-yOxϊBs~cuc^n<{7gK<y`)G/ ~3X
%Vx: pڙKف~o61O}1Pi&f͚7|(aeP@:ݣNz@5l3	tR&p@Pvm>99	"h0ORiY
	fd4ȓd4Bf_J
&h}XHH)]+]F`62:g]v402::<g$lڞ	ܵw|, ;R1GDđo<`;pa{k{)4Păci
0l93(166%*
cc:=t|EO,GJJ8AA מ޴>ihނf%ٱ?;0","+b?(nY-
'/%7wr,˽UՃX133l|"Ƶiagftf(3#2+%goɒ3ԗɟ=|2{{W	UnZ+Ä cԴ]7g!qO{
pq_1Iȹ<wovbdsWE^cqhy;NS2qjz 31DLpr, Z(쳚x 0|fkڵ'O֛NJÏj`X*@N "ΦayЬ)6)Y)вX[:8::[^mƳE$bB1:(mC۾l1qSQ"y{b2Sؘ_aFw"6k!	ۧݺq:Og6LA g:3+ yRb5!.˳SjͷːJכbٔRq7EoypٳA9\~vTZ=Dv7؝̅@bSΤn y>l8ok}a/TOMp Q`?XlqKwt#|uw{_k>sp7qS.9N:#بׄJ~6,ݜ(,ծx"L^ub!4{yt Y0C{#ͦpfV[9:=!!v/!C}wxZ Z4Nm_ "8൚; &0uZN01&}w嵯ۜ?wEd 3DAVK.Ʀj"V8niVY7nf^OZj!dؽv#y?3x%+)5Rƀ^MzN)iMW5/)
7/ˀk6Y
	Uaz޽P<@xf#!W{X36	O#btsEe,L g,U۴R+X~<c",{.RJE賕	E6Ơ(HQ%20L^|;_~{oB\uK0YLb="aGL-m޾<ptڪU	NGA	ˈ'{ݛg{=N=4KσX*mb=\^67["Gq
*"(#IM+Fq g@Ko~Ӯ:8]`)j}.w믶ίd}jx"4Oôp:Vg FBkɹ

1q< &3mB#ZB">}7} }~3a6d(6jC|6d@]>Z2Ǡv7| 4"oღRN-ZPkPY9ؿ{o.L
>~p9)yLAZ(FiF&2"&wY;;;;ψE\#l_y鵡B<+DԤ-s-9cn`T[8 UhdޓG <P!03q2y@ 	ajQxow9nрNՋvM+`/ܺqͷ<{]Dj<1<
9fZmrm :d]Ejc3crФJ=TcZ(6M`HUQk{
]25(`ze|U	Jiq2b9R;;;;ό+9y^GA@H/ݾrZB,,Z,HD@T+BGh.٭4x靛7/)$PJ*D oz;XR
av0ǒ}J]& ; )jA0fTbGysVY+]&J
5m|da09ͳ(%M:;Qқn@ A\!Zq!J.,Ղٙi X<||L˹*_?g~7~W/7~ kCaЙ][KZjj_/U_܋0N@AiqPV4Ms1,b5+(߅}*`N3!p͕ uϦp9TcH``E$ֶM/]<
*rR-P}g.P\|U1zOI(Jѭ*% ȝi
ڹ]KЩ4xvjA}q|>(]S}Oj] aRpeh	4͚ unrbtM̵e\3@&	Azp `WwvfYsOm.i3V+<,0\֥&e @V5Zf	f\*IjhZn1_Ob:;,IVܥ..{SCqDLA@P0}mLOq؈KhYfע(j/MC
 ;;;;;inRj'_;<=د~` l35!aeWA0x"ͷ9dE>
3@yYU)LwY 4Mf_o/Q2HRv,BdchFȖMr;NpOv0]_&lxoqjFdr3Rlu]VM+-#Zy1j7ͥcY}N ܄|]ڤ<؂ xggggG)暔ېjԔgU;MͲD/
H7n[Fg "ZBqTveP%A"{RswF7P~\h.A#\
ce@&Z9ȀS:MT<jB^b)IC21OmJ\R !sW "\FX N-NjmS?$Q2 15ٱȳ 줔%գZjn݊xU\tP0Z
g
 983V1J5kCJb&3U310mSoݾyGO0(0Q1*a( i9~*=Py^kڶ-j֢vpa,pVRkp:DZt]+ݕB5)yYu0An
@WjWKW#mHH+6Eqxu	:d{jBpXl8DqwpB<hwuUq[yztwd-jߏ][FTU!ZENvIC_*јnC~m%/܏5EmWr.nOOVjvGWfjNn莦*%YopefUu¿}";/YJ%a?yx[t8/F(UcII]G{A]UŹNxbkUHkiaq-{숢&BdfwyL-Cdd_j{<^/ ȿ9Jdx}"`p1$,`BXTbĂ!ɡ.XD)`	Bc\t2̲D8`A`ƒd	3Z!a3g=N|4k!D@BDH^'D0d)2eDvFcd##t$MpEѤ7uFP),p}T\knMEQ  pQ nf0.wV1:)vN	hr $`qQ@I\$f4 ~vzpxsk+O䴁8$f]qտhzL fAey&9,3eQL#s(O/>ґw`\jeɾ(Z_\l[PB-RsDQT]^v0p&N?gJǎ])BfWv:,,u]~x&WPקaAcy6__+pƠ^{7
@4࣢ ǣw;7[I
ڇ[s={J8#֟/0UW^R
 z+iҪhGΘ3gZTC)M</X=T6㕯}/.%r:jv!Cq0	tIbX\^q]nNz(LA-hB4yPas0 #L<njL%,C4a1匁ƹCBFx\obunPQ'0QEGs@Pjq5 e11*sSt&c.榜PF4Uu,!AAhdƃP܏JQ/SyB=y !F" _EP0x8[R\]X?u1ޠ:d1eݐLV"iqC[+ͭU"o3ǻ^v͎z{23nSRrת(x
RNع)iˇ\o+!qӹ7
z^á)+5-rI,6oHXqKfyi[Mq~QݻZҎ\5)6rjXUmKrs1u1|kCO?|H#WqSnh<WN"#DDqczh?9~)R.VV^Ȫ-MG7W#.nM[NXi'Wq3M\1XV_K\!ncg/]<ܦɓ(i'%nzu\?P=⓮Uv9{;otrn2k{8}ʣuAXbb,Yv:v[/%NWߔoޣ)ig[SNu'7oN\6.~l΄}?qvu^g8aukϭ#'N16߼fg^
@{Q^;՗ߪIh~P^=kݟ[{\ΤĄo8]wRLk:wL? xON=MVök֮]k"ڱwuybX3ʛԶDN8Wz/	?2~zwr|bg x鳗 iU*3s")fmk{$݋PRZ`k(εzA(NyZʫ3ft{H/s95%ҵ1Q몊үg6BL(8vF#޶3۷x6\5tX@ J"		ёX,:1l 0+ŀ``
L2KX * $Y|HSv@.c,""LPafSdO ^2GS<j߰}o`w8/$4(#8ݜquXBR' 	H0Q疐j(pd0."4&*h mCD1Dg8Q*^tEc?Scd	aNG %ĘIA/J#kBB56p*>KG
59˾e9W2*[k9ݴ0_+	a|e|ZxRWasػ:j2ז͖lS_]|hQQQ9:QoBkuS_wWQgE%r/<9	`x`!]+ҽ"OZ/)~{74x(נao,gMKe4>&[gsceEkKowkca͗>;Թ7O~CNo8cL2XzJB{dٖWz{MkWķ[Z:QAB'V._uί [iNӊGֻϽd#W.uݺp=mVIpnxnZNFy[z;o|ʼ|9]4#-Xb
ɫ?n_?ˏJϠR/,Z:\cI1.u/~K>vVߨj*]FO#~ƶOxYa"ݾzlNm?YFl孶3Y6gJW+y4m΂}dT}K}dncʨ_~j69uP}KpW_WW`oW{wA:mgbnaQ2,mjZdʮkmjnjtl']?ug?~prŔ,'X[[焧^[|
QsrO,k|r 9Z[:ۻufW5e˞\`fyrEӣL-}/~KC=ֲkƍЧ;s|W7OwFKl]_wkBU8I $yȰZbGF?ĐBBtYeZ$[K	h&`bT1q`gHJ$Tl	"
Τ,2R"l)
C]l7-01\(0A\J&p)$O !S׍ |@K&%`T K 	>>cA1L3
	 ޾0=$}[8S*)@(4 \!)a  Q@8SP`JT R5
ըP(H]0,s/cI"B+WEⸯՆAGΓ3kkg30cXcYu<yOj,ǧz~Jvp&yk dFH	%hRXXU@.C:24F%Me 4Vׄe%>vh4[:<1`heEg=q&D?ԏW08ɴI1A>!Ӧ/)+357^رL.XرMNrlv¬Q5(rbe{21#3 V	KՒX:j)UcJǍ䀣8.jFGZWVUW-^Cu
EcozeǶԛ@80GjDOK_wIb	 8}Xz.-wby3:bWIѓT#F7֔u9A;g6-P|8jdc(\P;lvg;uhU־x⧟*F'EDՃ%#(%)[:q/0'uIHG߽pЉ3i_0o|bGb7ŦX-
ɠACoH2dH<TE]S*KY\2>6zȀCΜ<tpD#aGE6Zk6-nv7Z_:讟86L<=4r|sn*3vK4$V>ݖj<{hETL(j$y>nj<m4)	8+ˇM[Bj ~2fM/!F$ FD&؂s}ɼeK	(Tq!(   
^t9HT<pPJ ` IpbUps`(fh8R0JKP2A@}1ABLj0H`!	L%7 -aL:{{t:y:-8 0E r|	
"K.8 HZ `4"eA4&[>ihXs
T79 FBsa.r]G *EWtM#]7Vd{˗T?$mI&]~ӾSj̧a".cG'z&|-(Uj#_o:=iKz}dajmZ֊3vtȰpGg 2kܶOikٺ%\33龁T2 #Ǝ|^̪֚{{VmF
A2J&s6rL'ΎI3F.;::ptY1iCkkkkc}Nܜq.ۘVQ#］r-[F}es;nv%ll*+X//ۆ͙NEm;UhܷױYX;)6sT]ium]MDCbf[mK,}e W?ab58;isr>~~[V56S9@OO V.roq8ݟPDO$odV/{m{"0fX@+Cۿ:cνfl몾B8imhzXd\#`G5<Z7lȎ_ZwjI,kϞuS&lq<9ccPE=k^˿E/"Ÿ*K+|SŸ<;=rtw&_|{pEϞw^^sd<>hعj7ICG6vpSźڲx8w{?~6?uSn6}Gd0７UM2x/*P$FEYkK۞YoI2jx]zUz~φ]i(
mhIY`\GQ[]STԓV!o;!`K4w].cvLjRU1/&B!DD4Uu% $!dIib 0*!V&l/jX G)ml6
Xs݀SUϤ` "	L`5u"I'q)",pP#X7#)(U,v\/r!l':v<ODc8PD)!*R *R 4: +)S)1"[)Bld9La&D$c&Q`GMH  }^\Wɫ+߼&;sgf.}|<{тY0h͢[x4U4ͿigtmS{wL9؃j7L;~ڴf>#KKΙ܍_`ZЅw2=gL|9 0c/c='>Sa?3[T =xّaCzЮ{c D/^rMs@`k=rEg?[e[=4s]޽.f@ќǿ|(v>皊zSOԝ<rwc|;dvSngZcӰ9M;]4w9MwwO=z쇞nTjL,G~3GM9k7.ϳݏQ8~`@)RT _ގY;wMKuvB]*',yXx=Cu9s_;qyO>uwhiAJntStR9y|z[h~5cL*ojoHyiʹx=fBQlĴO;g5mE񳗢=5Oӳ5Vvt}q $.l6'Cgwdƙ}K钉?t"TOȬ1{ιy-U8r-3rQ#g̛5v;S{*>ȍcGEO|~f
WMҗ6gt`/}ajxCe~㽏NȌGÿfw|ʳ>f䤩M{Z̡9u^/RYV(QzoO|mEݨ*ڷxOM7ESEC~̚tAY|8Ѕ7^3y5KƆS's5!ĤໞmX	&JISH{.'`Lu Hװ`a*A	یQ&Xh#1 `wڵ*F &PLWKBh0 ٶ1|3`H)|9H	P%J${)#`u `Ū=
>ADS"IgO4VH.E&KI(򬜓ڐ	۾j
R$`V0y3!
ʐtlLS%oS0U("ǎg*,p	&9 uEPH	WN4	~\.y^,cO#Ě@][A=RM#pp]/FJiOi4Ji?^m߫75T:6/L+pUvpӛ+%GV(?{ome_}x&W+<SYK%Bǩ$%4ݶ\WO*XP) F@BT T^Rr .l1(T!tRQ쳊Ƥ˻ټ2<h`M\̗w76مӧ
Ŕ`8&Ԉh$θ@A0*\{܂$VS@]*hı]ḈHBK![ F".ϳt. & $f]MM6N'Src*|.QTOv"HEE4MWg,f=Ƕ٘=͕]N<PE,75>5R4%vtӺuǊ$'T:HgS{T5$wo^vk^`)~u7B@/YOuUq-sFYxj~"j]>"}s3u: 7_@i`k
H8PW	}Gz $d#p $ė*Kw-\&@%
A@"$U"\'sa#, ]vY]QDƊB5]ϸ AFcF>)p3 DL!;ЧjJ<O0Rb0(0,=`τf~"ypAaPU1)%ws= ul))G ق,D8	5J˥˅Ǥ`@"c@DS=ﾱDKᛞ|t~HP$ES&G/	s
pHWr]o:</=ĻԺ%@sU! z4n?IŬj*8孃?<<j7qફ"Z[ҩŋZ,5w|VU5l啎<ۗP0ݑ= R	JB\@)!\ ?fS`kLAYY٥꓂'}p/>xe<ϫRuus"d(Tr	T	
weoGo.BYJ%a`,L398FH1h<Yπ E9w/FT$z킥 "Sa^Ĉ ɥtYP"!Ag@zmOqqUH _Eys~˿QGIui^>c!oo߷W͗;СMKۿz嫛؝+~k=]}JpO_ܯ;䥍G!vKW);udՏJ_:$}MӬ3K]uUWecm)7PT%:i3n<O>TTX$f $%GSD1yB)F>
P!  !CN$\(/z$9%<RO	
cq<)A |
ȹ3g@D
U*fTP_⬪"]f`=yG vTU{vۥ[ 3 ˨DRSq@LL\)=$ Mթ'EUE2!+Oأp@S43h4%{1 (&I8ka=qzƭTo^\Ʈ`-VH8yf۷b7/[~mÛo7
.ï?o7pa
K¥=;7V^]g?2V[++{Wm9.ܛKI{پ/W9_pf$e3._m؝)-YWž3g|\+˻)|.ϧu~wb׀\)F +/$p2gj
2qV~<_)G4=WT*t*X  d/T"" @R.Lx"`ĒB_wXM*p( P3 (AQj`HL` .$*(y&SH:#k!8&aeYJs-
n+R0wtR 9FjS Bt\NR^]P Q& T M +z$D0 B"!P*t3l!B_Z
*= { ٓ[?qCg0kI.f攱æϞ][ST={\0{_~q "/֯=7/jo-K&nV4ʷ]@8f΃wܵ`9;8xAC7q裝=m&T]%ϟ8UOl:҉c'ZpΗ^X"ֹ8ie̞9z*

d+m޳[6Rڷ9y++_\~>N!X]OlUI 	 HI!M+kPPCnpбl&KU䀗# @	TÀ1,B@q &'Ϥbbr@y0PQDBza"o0.HD1bbJZ9lW_HA󤆑Uȧ{z4Cc=O Bx
FO *5 ׈P 	xs	*ExQӌA @q)t@Je{.H熐K"JDB})GEpS߈79æ<sf=a]'Fys$MHϳD? U  {=Tp}O.8qdW"%[X OdI x{GGbUuUhie͌SFR}=~U&-َ{Rcwmzgٚmu- uR_ DT/t  q0ڳ i Sit'RLeK8 KoY~9yO~oW|氱諿5k=_],fMﾼn@*+ǡv }gÞ(xp;v2 `nW<Cww_xL'+W,z"^[_Wv+}[֬>3׭X
L=iW̛߽r /v=tt Z_i_+\VX͇.B% ^|~oR"ꐆc rj7?>~EֽfOiP$B-=ә8&9 y.޺ݶwz;hW/_qP{o_֦]y宒 QI*$lh1è QSORc!Y= *$ ,`ֱ4L)ƴb qQ<|	+<9,BWأG7|0gB0"b:v)"PDlbiB,7i^ǅI!RQ>V	`#_9-p\|ݓ@@8b*Z("4M	]gD2f\54ƥ0*^WQ03җ\WTPI	` LSYvx_XSD=+( O0|sO䷿[2gެŋg^pk[M̖NΝڰX"D)!$enxo|;/mi-* fVz?14[׮a%[mJ,Iַ_kÎ>j[2o|{jJ)WVo;;q躏6np˩.,/|{wnYg e?>	[?~Go۴sϖkN|b~܊rJw֚޾ĲݧYmǎG"^y=o/]w|UsIAB߼3!k"K(go>ۮxe}[牭3_+H,8yòw?{wΥI޵_>탣)o[9:}祿';Dz~=]p7O{8ӹ/ԷＳ\w/ww|巺[vwK|]usEKǻ=$P8 te
^(:j/}yUw';{z?Xt[|ĥ@g'd'?zqUSY8 eWyXۻ՝gPnۺqg[i]+GۮԺ_9xΧS9BΟ~d.o`5;ڲm׉|pڷ~k_>qKDʂA!rfolغ핛}ow|▷~ \_# $aXs}eI,0*K 3`4Q30$
 | @L$ KXRBf*FBb BOJPb&l@X:VSidcq\E$PD!UUpPq1Kp(P؋EDITpP)+Ĥ*?(Z
@HsP(D@ap
#zU0)),zp\}M0&(a[{PLE#5Ue'@ àpL/KC׉I!? F '}7Ww^fsKqee7>8r[&MǦs=b* 3V,~+_xGnƵ㋧5M>3oΒ_=g.bw_'otw,nף3zݳ}߇_IN[G׌"[^R1aV
hs4-`t pd䬱e]?y|;_{]8x*aV 4.#񉓇׭i<=gsf_;vx3doj>F߃Qs7{? <bM7^EJq֌_}I,;W)A܁"j͚E_n|5u#JDs'8YF
Jf.G}vn#
72kc(	#UѪkJTӨeb3ceM<c3gjG?75;Dc-;v*ĹzŮc&̸nMFwY_~a'9ՂFad'ǟGlzG;տg[rM3S?n*CArlnY}7%zR˩$Ej̚PTۛ,Ԍ3={۷Np EscMx߽7Wθ;'fMS$N>fT|LǿH
_x8.ixkFج㳟ڽ.0 @YN>K[HRM(t|p}CSJ J*I P(q%AI~/<!9gw%C1\\%%P a0xb#Ύx0PP%Aѫ-B3dj `\H!/|X`Q4 GC.#mKĲ	X$j*UIbjXs]K)v%O2"KUA0PASH !UU-s#".@Ǹ2 3y{	PJ	Fl/bJ6pa!<#"<ՏQc@ b0&P 
$yrBnu"pO /o1bxc>R;oV46UƐX(-6*+	|0n	kcco[\zxc,xٞDyѱ8qv~b̙fNgS)TPq J&|`RǶ8>fd|]϶?TVf )H1u'$cKvu'zw{mW_^	Uuu'-C/EOܝݵ2#!2G_3nMZpyٸ'TZ ̙f8m+ݕq¥CM2{oE	t_0	@Rձ@o2kAײBʚ.Qd_gOoe )20H9ꗊYv',"n ן``q島e7$ RV9iʠٗjrOa: 3db/ݙ9	i'Tˁ\Io|cEWY:Y r(r n6ѕt ܷ^\e܀-b{
*Htep5(R\O	zlڵ0Bcr4 A XbGB$Y| 
Dr1n{gREeH /FÙlU(VTJ<y.Xc'V.)iČf#R_RUlWǑ',AHSq `$rQ(٬l$,)`ErN)rA0T5МmqGAs \ʤ(aW
,cYH Ji<W5Dv˱=Ƃ,cSl'ZER2,
),$m~όL[,({#,Rqs'RpP$ b+e/_"Z=N|zV%R_XRi*)!h]9a J/2>:#1=JɄn8?&4L-?C$\_a (*iZxa܌1-g%e2Jx&VSR
 4+V5we h8d7n\z Lq%y*I-͹a>wvKƛc޵bCg/XlƄqwZؒI0fbUk~  H-,%:dӆR70`- 
G;zl|Ι;>S{7Oኡׯ}cnxᚡw];]?磿yO*!Pf۾__5o2zku!C4x}6mߙW4iqyLX]_ `(2f}aſLuWXEp$F$Lxؑ:aC& 5nغ]㥑gN+:vI4  RP3XVYmeZO^3{Wנ D_^te6gfvx3affffŇ+^](s5PV3ڸ6)1RPdpC뛕htw:6N|42$"kLBF$%ְǨZFB$3Jm0?;7DdNvZ}U+(!iLD\7ƺ{f*<If&VWjREC^Gl)L;E	-^EsOvUj<v!Բv6\ϻEjNIX7*HjX`^[WղMR;ηbje$l2n$nV*ʅT;&$V@+Щv}ӻS|^[ٿ|g.'^=;L0]D$#<q!Vɻݻ6n {1a~pP^+6dSrJ	߃&A_Ύɍ. 7޾n?9]·~]|Xpa{P-o+|X8cw7V1҂}Bk}pg<Rilg}3wݕx\)֏"keuvbs/ƷwzGuu:tr]K/<_cx=\aXT(shgxG:B+DH{]x$B	8Q`Wx󝣧sa=+)D(c,ѱ0|_zۈ,	]\?||؉i5KGL&KWhunviq%0$[	 !$eZ<_J"4N9dAPH{<Nw9X1v.tfC1-+R2LRa1sN(|:Q)*u6޶doHaͬZ1i(ļMGl2ۿʵNfZynuyʞ%a^Rukן=W5@R8F])9}[[ ᅶ|4"g,x{ӪVD6kxV|ԩvf`}剟?;c?<Zӿ{~~W	#?xp3/?oZo꯴>J:Y#H*?~¥K<q=U۸ԴWwPgB8)!c60:RtJWO\k2Px݂Q?yFKV[s.p)#HsWCk:˾
(4y*,2vuIXY3+-Grh:)
(b;o={fI:4嶔.N*ےɲ1ZduD+[??;_MkCb	]jUG_ڱ#/^;?	-KΖMf=%'m@1xNWGfsd,lni
7	z,={߾_?f	uz7<o{+nZoi$[a>e?P3OnMػ(jv@z^b P!5 2ep2A3rr67|[v;eDi$
R}=sVTVU.Sa43cW!'r!{z]vߧ,^jDY'pmFD0K&c4DG2biysZD^Pw'#j CdEԸY8vT]]Cr$XcJw:B܄qMM!R*BkB_1(>~u=o8f,].i^ڎϔ|joc<|:u^}'!TY kbks"`	1 b"	i@	Ȁn[e7rȦh;A_zm'?M׷ei轎	$cL 2&a=mho{"+b^va\%Aגw1,Q
!iK"6Aօ"C1*$&K֮Q֕I&
%&C-&D˗䌖 )HX1OeK]!Ph4EDR]6uE$nr 1ezID*ŗ}-]a4A͕6)d˞ZY]:셌<tPK)7r0wc(uDI(y(]ƴS(_ 7$&drf.xA\w!E g9F\E::tsqggx02)TfqPBjSx'Cr+9(,t2Ht{0Th1בs{wA(F<`D(|c92'VJ%`6XJR!!%f>j}t>K-\H-7c\4A^󅅅JB
Vx'-S{>mB	,׶7@m(ZE9bogKFR]sL&1DP\dfӑysM>cB h4wneyn_-Zյ՝٬n\j)H$RRXۛY=yK(liٱcG`:1 oRURRxH{E$"ˈD*uZaYk$Ȩ$DN$!F|>rb !`D`N!8K.&+糋2_J̸NZĒ
f3ΓE;iJ䙰y}*2%lCLUj[L0RBF*FPdN@ߴ+Ih$ZtzeJi4][[]___RQZeu3H	$b)8J~οrVBLn>"E:	B)8E2")Ɛ}A^hw4Zf)FKNQk6
\̈ - 5ysdfZ-9\J2-&q]e9Nֵ.ޱ3f%!@7=JI«TJ
W:@J)AZ
'&@݄k5@[g^e NټqE.du)16%\ e7s2:הIhAU<v;L֧j效Ҫ`	^h)
!n\UZc,!#D@&(b{{Nf*vײ-;4C뛇^32[qo4Ln :8$ci#zy[4>LLJ!&!8i-չD9 ."~:V-i\	ER)o9F<U;"^CDp4Us.2~&5OAP Rf-kKǖuJITBE,qٺa4Yuvm$pUhɓ'><,RRvڦ۫"SH&.)9b]v:dwqBgRKOd:kSkrYu.!?\fE6eRF萸*LJ#4=$9J%-nanFBca.&&	x8fՌC"AMc H*	HR{!zDb&9\DS<Kk}C?ݷ,=z	7xy5Y+=|be!# usw-ZK*3yk3-𿙼ۻ??woSk)R\E!' ,nKF٤q{zu/Ijۺ %%0 ]ducQ]`d$Nr9NѣlqRVMsnow<"QUdED}TYmx] RJCh/-wm
	Ɉm⼚O窮M3yYu+g/tfӚkfY[ꃝ 0A)RZz1fFRaU.fFyDN<<8S*#	y~m(qJ.	 : dĉdKSAnzD(uS&Gzymtvza,m=>7vxvؔC?/L,3y}u|s饇ȹ|3drw@&;g_]M` "|[XXX y^B))tLj2Q1b<_Y[=tiG3MA.ئ):RhZL&!]]5[O=q{9|vfdkJ*6`"1zjZce3Ef@̺#yI&"\zbՃ*ǣ~/wq8Tv:,FWyDebg<+itWZʨ(0$d3Nއi;w< % @]"P50:! .rJ䐜yky3x]ȅN0ozy^f?g???yw죃;~7_eZ#Dqgcg{מ3|goG^^o4mI CJ$cB`Ai]Z$ިE-wЉ*L	>&4E^Y_v}BY^:~҄ l8<KO.)Xl-B)OWW6%"!%<P5uu:g>ɘ@` v6l{pRK!%QJ6R$Đ9q'Y(q䜗p)BY}mgc
"$B3Wu!RZ	!@@L9f)@f:)Aȴ̅RvAR2M{mp0J%̽(UЉ6byV5}ӿ͵?'kd Pu則}'~g?g~beN~ּ};SOĄZܓG6s;{j3 OtZKi^5`ɘYYcr_	Ӵ%Q2/yiITǚ`bVvZJ$_y~uLFp@y[	3N<"HIZ9Fl~o>Q#TuMGP1)r\L`g5#y=:}juc}2&iF*2eİ崺R/s<ba$@ 	]'Ddmi:\6"Q)Py9kRx@H*i	xbR"pP5%/cPIR 75 3PxwN|~RWM(J `@|Ͻ⸛Xiz@D0 di:Z!`ĺ>_z	d$}tMnaaaAJe̌ZqPOΦ:	`&Yj[N8CԴˣG6]ۃKj[Ol:v\f3)ϊy]=7[f;\Y-hFϙmlnH	%a[ٙ+/r{k$E·vyPM
VpuN:h,mx:vt&ӜCb2L1DI3I)eKJ K)LIzK6DIrRUF510QdDDɻ!" @ O3CF3,%)lB 9+=iwZ׷?{/kv" :a7~7/~ƥ@C۷lz}w(}ez䇿oC
߻OLCL@HA"Xulvے57pRL좺H3F"ٻȌͦ71&}mmZ~NvLݼ-7z#y?g!
'AJg^SGmS5IC@ lRX2y"e&r1[dzizo)3p WSEUolBc1օFNj|e=w/^|%z؝	bn$Mgb8R&D}ɧНKifR &!B@Hf㨩K!2o}H)ub̑IRbJ#*kL8y2M&=
c(^}沎o/}[X9};9NgW"@˷O#fo_Gso[jK;wW-}g޶Q|[-~g˻7Nb{m#o՟gں/mNXXXX 1!8
$T ZC;h
xSH5Tӑ%x`dJrpU>;gJQfWeLKQT1͑&16zfRJ)ƨ%A1{&R&N		 0h0bb&!0beqCHqӷ.ƳO|)0Kp)$:YA4c
DCЙNU%)5I`ZCB bbD>$8@ T)3m'Y`-ẛZQΑ3tKb YZB
=C=R[M>;|W8XU_e<~ 6[^/Χյ2XW1\]>3-/,,,vM	ZGG #&H#3J#IViG׆rٸfo0lGei5ScLS*Ц _8Jo'{qơ/ѓ0O1Fb>a9/U9xWH,˃ռ& C(fZ;oRB(bAjB)֩RB+Ͽxppp{{GwS5X
a}sbBHj
 !dQuR筲6ưLW	N!G$-m2֒EjJo~&,"D>"GNFPt88q7}oeA|">	nK"#"{_7,}.{٧^-}Uoԇդ{ʹg^ㆋ<^0ģpSTз{^k&[<Y
{W<#=`̣O\j=p{t>ǟ<{;ܰ}3g/3gjo{s;<k|k??3-mUh.~O_`)D cG[Y\VA82ZJtf:kr[fE+kIydi/?N
l])\e3ߛmI%vX2'B )QR+lLK%ǘg ,Xh!Ce2$aAA1		].#K=8u:e=%@o-
UU+2	0N΁92$Db>8qVQ$A!%0o_f} `k="-Y6llnɳvˆ39y7s^wy1c~k]x/?C?coTuCNдowwXR_w[
[M\swo<g$3d_~KfǠ>!&8;)vQ9q(*̕bBmn^|I1Tڸ	A='ið|YT B19M0#?!UXH-MoNaavZX5<skNO
៌pMk\?6~C/$et 揊yYN?}ʁY C%$
ØFM F  $aPN\(3PTb6]Ylp1808E ^,`~DTH"	 9"Ag9 pрq,4DiYrqbSS#(6A@
'gV1,f8_QMN+b1_]=~#!,"]
DD0XAF":"r mc
}|C "R !#5(*r&0,I MM EBId<?Hك:DNGB4y	,`I|OlrjfN.ƔM{Ey5lG_BqlGzzN.Zje%`sƉp@mM}EIrEy3*kDN^Iٓ8X~wj_9ڃ\iAgU{E[;\\R9D{C]ǤqZ`])lW|߷սlSg]u?9!~hiZ̫FqXj?<]ϫ^+WJ%֗v.2޴d엙#VWZV\I^IjF/&JŔb}
Ӧޞq(r|	ZcG"!ʽ>V >Zlb'3+(V=`iāf[er@K1-9v_lޠrG^ZoC~F
 {:=guóLpW|ыS6$fma3w[+['e;>k*[Z[Ǐn^Z2\\ۚZۦK>ẚgnQ㟗_ʖ{{z>H4Uu#_EiI	i)	mpIQl"}ю;pA`kurQۼ.~z3_WM{ȉfwN}iM׀OElٰ~cKߜ'-ڕ/ކq]6Ԉ23c8'M!I2ߴ}m4؎YIY%ٲ-yF}[8a֙Y:sZwΑ>6YӍJ@MB	&u)\/$\!WŐH%	&~	 0-~8)ho
L
 p+T  !paC([XT0&$!R%x~>]w1.ECabŸ(&B	yK$WEc=|,~?ҩ454@
H0B|H)`۹mKP\f@h(DJ@(;* B@'I`` Go\d*g4w=|%	W&!JC,RJu5$U n#
b52﹉oyM}alC߽yݪںϕ4^kܣ7ڵI)ʱ3%ægonU  vm>}˶tR,uNOr͔s"fqee/q|چ9-jX[E߬5GXνs҅m˗j%ލ[RGvyi[6Xz,UWtAf<2mTOh1mk%;ׯO{dɨ+oyab۶~Ѳ{otsIHO݂m(R35oِ5s珜5$xzj
.R\oykPHI'gzq}&OuP/Eb_٤T?m7o~`b+~־6poV4Ӻޗq3vpܱZݺi#tѳiʈzڈӎnq	6.p}`L-\Gvk1#'}l:?-֭sNdɼsYË ϦB㖌XmP<pS=C:	  {o~k/Zt;sLXWVVnls;s>~|մڃ[jhVߴ@{rw- r20{m'zq͎_x" t]vg|[:[6ٿ@_]5Y7mљnuZPC.++CSvj^hVMɥ}r}@yͰ3fckw\lܼ+:P-_
` ١X2"ӭљwh߹nˮHOK\N
GO(.T횟3w>GVcezԙ"11%c,'P8~"1ݢF2-e*&!MDC<A1AS \y@1BF|&L1k iX9 a(=/z. R&N.CiD
&
YOĚJ/#D	aܞin<f@$3
%zQΘ|5BH)  Bk "  \&<nFT	 X
 OhT1&0H.!&tB=S#OR|4ضmq!+Q?Xaej|HE,ldoGs'{M/=+__0]]-Wk&L`TL8Ҷ7)QMܵX@a-P9a髛2BPb`L/MCuZϷD|fozGխT!1,~Ϯ qZsNL*ЪȞc6NvО#=d_<dXm6rg<phosmGet=|SF>fmŜ{nLoQt8ETJ,aX4P+4{z9RYCwGDTU6p.3t梩KNikk*.D*f/{rh۸)S'/h۷3f :-;e[ͻ7_xیvFݿmDN4+ceq2QxmK}=:(U̻eTui\%/xPу+'.5yG:e% +)I
(pj(~hk\gFҡϜ
x5 $dV>&^/sQ81[fӭ-W.K:}h/ f]'2P!(GoYRA՘IOLָYszu~DaX	bg?۲#P\+h"HՈ1UQ͊eP,*Z7e^6jvK.W3¹/6bþ~Ѱ{fMڸ;ft#ʢF(~+KGV*7d&ɝn<U9*NgViY@U!&w2Q~QyDDuL8
4-r@y245Tb+-6t[$Yprו3iSb!:>Фbꀐυ(*@.(HRz+%gP! `8S D@*¤,BJ\\Ze|p0
))AwA}Jb-ȤӎS>h ~ғPvN"YRNʸ-|S5L @T㉄#D(":L!|KO(F 
iBn}wA,A)*Dnykz:[&/wnM+l¢-돝E%XD<9SbZv]	KgrTGfz~źS>; W~1 x0?|Ĩ5#R{DEf'͇ ^wq17Wk@͈ꑥ 5;M}]M,m;^srq`cA9u-?rgR'{ԢO\g|@m}qY2֖=?Nj}{{ROr\=Mìcփ]p_:~qLġih.%tpau|c()散M9 ȦN<%!ߟf #_M`d0DFMɟߖd;|z3.=5{2UZm=p|v =}щG舡1lx*w},_j>߽!q+w89tKkL~Yߘ6'ӹl2jFV*yԱ{SoOqkrg,y+p}n9v+H.su%GNz%.&,rvWqWwƁDGk͝3kF}K$2xBKC:K)ۼ9g+9z	@ׅ.y^ٴA<AdǙgzoU72Q1|H+jA5u$~ѣU/eG4uGI`3Y0?}oU]g]^j#wvm@г9n>5zrGϑ\g_A)0-bOJiPvN
5Js~Q&=Gw&BifPXtaJR @O`4sOpLyXB 0LQ\ȸ0b( T({P9BiĐeP@RSBRVBSKnbb"1 	5Mן\bs7ft˅^RTC@$d"JM>GJJ1Y'c`Y0R
S8F6!EƁK E9&GkVԤ1|?8Gy{Kn/G++&tRkk}}^|>5N=\iƃ9ƛ96j,9u#Z6Z}wwGp09挮*j>J(z#Wohln{j
)sg.ɨcv^xiKɜ%S#~}oZ?mn(:sa֣ۛֆ+EsV蝓C1jzpSgצÑ2Iœ=V%Fas'd*k>5:^ٲݬO/WO.uHU5>=,W7}zbʬ?>[:e3{zM>0P,B2y@hܤvhMX4u`y;u(2omSB;\jXs\0yܮM[f|lp
w=R?z/)2cgʿqSȡSfk{n[^?qgjdo[:]DkLN[Μ4{^I`q]0GM1n<vmkCP0G/x5VSϭ>{WܵdIل}ӌnr1^E.	7f-<H+"Ei~SȲFճ[bVyz#]<zh%c'CA9V'>=J̛?0eК
}ݲoήEEA( w=G<?7rTo-|S}/>I} `լǍ_3ښ7n	EZ x{M}%6"]t̪gyЋMo͎me}x"\zmhTFM'\,_l9DB!deBESqp	źX?5#!|4hCPl"iP_ %!RPR>Ea蒹"!@
)<	Y!(@:ńTD<eLQ!!`	5B7Hky^3Op|Ri$ݤ9K(|W(/C2
! calێR75',1# ($`L"V\řex!CEKBRq JH<tرiӦQ&}?qD"aF~{ĥowW{'{pQI]?ܚ􃳆uɳK\BzsŦK3zOXR=z,sKED!J,ytsX2]E"h0ziH c_-de`jY9݁Tұ*dI1"H
],,O	A)3Mrё92$LȀc5%V*X%XEz3v3IL):hRDI RrNΓA򒲊w$D!vtĝQ265mq<N5,TBMCra!5˺+)J\uυc" #aPʢT\LOР$(EZs/΂'h'/	0p8?4ԃ\vThꬹe'ϹB2vdY,{Bz=|7cLGG(R^ai\
S	& u*DkKJuٔ'<ɱTFieKq- &"1BJ  B T
Fj.0BЅ@1.ǀJ"ByBC7,STw/a  
t]:@D!+`T'e  GAʵ ũxs=K?22+qn\K2"ҨB).UH%@I%1	3p}aep0=R".P\$R
80B^Wà#'WQhwMRtTR?U


n@M5̀8}VM{Ë4:#<\zՃ( Hka>ǘ0ƔjT3nLd,g@O	x"kj:4	lJ`$"J % + 
 | Iq,+PYY	 LG@MC$Di(4kba(a]/|AL+`B
B e`qӵ	_t^K3|@8,)gY Fv.%W+C"(Y8Rq}9Fe8b) [@%D =N8+?՗n\h>i+%Xbi&  \H &T+4$Nrϲ[=M/4?]<}Hb}sZN	F!-G?GD	FG83?)nC(jf:Rk;.B8b,j&T#	\Q
Z  0F)	ؗR*Jھ B"`Br }.˒1 fA0`Ж `|FFu(1wG(dYPH3t}.2 Ǿ.l>c]CEiNt
K Dq#`d:5 DqD:@1KarHIA0RJ"M2/˖!py\pie .,h[TF}3kRߙ^N9麖Ni\gδcKo4F֖Ot lJP@#]hc $t"8kd}c?4?ׯ
R}I[H ׍2vx96(=iRkgPzय़?l7J?JJH'9:7Jf(\ku&Vx_7zޡSbdo_ʁwn.HD"!zv<y*p?~I//U{鄘aBT#|=H4!
J<˹͖&߭PnPZaF #Ȧ3\r)@	ƅ
4) 2? @(I%2G|<1Yb4 R B 	%LhV DvdsRH  N.Hu
R+Ƅ/0 0,ZcMJqw_~0v.LPDM]R@ S
#Bi
'81`L:ff	CR0|0( 0BᒒҒX$Vˁk^|Oƛk!x֭
d_[<t})ܵb^yݾ:g?ٳϟzm~YR3*;p'_\>T0 ceUʘuؖO_hؽg^~/wd}jWˮ_W$-[^So>wzϟ9ӕcknlWn[sK*yJ_v#v-׾ЊWn_MeK7Im\՝Ӷwwr[ Ξ@~zSKz/ص=#-].K^8}Xl{*s?9˻.]~~e<sz~≗`r+v;B*}0}I0]g`e<@ !"4ǁq _9hA3wh
QsY ,
!$H%bL|.nLNgaW)I;P¥qQ D,Q`@@ Ԯ{q5QQOb i;0P弻wXȌEMij0a38bЀn>Xq+l`b`]H2`
)аX0CR1%05]zlZ˸"3TBƘ Ei V@H mGEϜ8qhc+O-K!auDFt~Ĺ[m9܊:A\v?WАO|*'Jf[x˜):4Ѓ"}|o?^un,hLI;w3)ASMZ _bꝧ>/u)wmљr'	wꈿJIv^h<q4) KͲɄ <|9w#g»];/tggO'9y郇;@*x@aЄ8ZYEUpwe'ObN" L*ggO<ygc+tc ޶V6?L&}G[l߮S+^Z2	5o/6%x㙆WZk< ^2q/wq޻ ˴578Ӯ jK=G ۲u$wrЁSW `+,6"T(F&Nr=3gnZ?9x{>ɜ?q;߳mˮ4/+uyv׾c){ǖj?s>pl;l m?m_c܅wM8H̿7.~}ǎȓ~|Sіn(hi8pj+<tⴣRe|%O<xrB5(Ne|Ot @۱NJK\j:xI29vĩ#MW1iRؿxfLݕ^'/L7>
Av޹3 "pP(h;}p32T.ιa!#}ӢKCO\"@qH$*<100
T<	 R\7BU CD#)KKPBAOpO  @JL8gPvaJi~K%E)YבDTw\B`@@H)@*MUQV45{IqfR"u-4LL4R۟JflO !A*(dW@Xv4J8\c.YU衵
qy9D( ؎m-qsiAX z11 (D:*(E=F+P)5ݗv!ˇJI `͝|ϾձL&6XzqdGJJ"ȶA]Lyz}$JUٞ$+ ܥן^pWw}ySKʗp׹e{ ZΝ9sl^~7_=z7lzG_}bkm;;cc%eO>t-m}ݛTogy˷7
UҞgVz?w-ٴw3O,߶w/Yn*ᛴ}>~
BQ~DS/ĞWVV?dџ=Z/ɶ^PSE<trk=6]8׶a\/_XșmֈDe߼Y@, "IdI/5ٻO%R[^]z[WyW|퍭]ݧ_z~]W6t|_|Bʧۋo/6vl}m[r`+/mm{s8A;YYө4 <6<PwWmy믭4L)Nn^vM/pȖx׉/߹m['D7K*Kz{fmϭ:^~W̲k˟K^О5/.l+kj{;9rCA?[zϽol\w3<聽Ͻ9.r߽cϊןqҙm'/}s}>xкe?_G ?rgV|n;{ol+[}xj+سoSv5:{Eʹe-W;O|yNKg]{eG:qӞ-+\bG|m0Hş{<u/~w|nޞ[o:bT[ܳ[/Wl:ᙧ\n=r[Mm;t~}\@/M%5@R+5Pe8&| `I(b!K#dR݉t"!0($|)i@T	%#A ZF}Fb^"LJX>sRbJ@!V>2B)nRuq :IKd
tC f?D5bHOq `H/:Np8kSR.RB!CH"&gBhH	
پKg{N:IɅ	^
vMǆx^[|w}Fi_ p<WR֘)ǖ"FNWvP9~1ӛ}gy͎dgL^M۞v_J ˤҶ(/V]?el߃r)12?\ZYYYU 38nvgϬn=ulAvޢ)tOiZxSO>}<P
zOjvw_nv}@?82:XtⅣjxҥ(phm/Y]T! V4ٴk׾?0Wl|I	vmxcˇUUdcozࡇfԵp
1o]f&̌XY[%St/|3S(U3_oo}g0s9Z?3^س/Ѥ؟WzȮ#6l.ݤLNZ$R=~h?տ#w>zwĩrË?'_gT{N$?{O'j0*KGKf.,Yd.'U/|kLܷe陟OTq$ߤ~̨ͳNM/ ~dC-ײgV.RmGTcN&6WҰgdO~v2;闔W_ ?CH9| 8[&|Q/6{8zşY?7-Ǯ	?,hw]I(PR(<i1Ă];r5w|j<~)ؗiƪ{Ym{l끣ؘv+@ِIG][.Evj˅LA(vCMػo~[wFDNX6ݼb݀v74rp>"9ykhyß>8j:Wo}XzϿWOAN\P1m9l|+Ȓn^0f'[/^?yd{s͍ ^2fh+öI6mb_tD g5ihBHBXry:54FP@ SIŅ>b
S^KCmq%JHg-iSM׬4D
!bSDL	:!A]&t!fgc (] fְQ֠Si׭NK.vTR*E4,%_'!bJRDwbPR
)!HJIp`
`3eYeD+kp>
#fJ	sn=8}jzpc&6g	#ҧQ9vcw,,FcydLG>H[?CKf:Myc	q~Mo^O|)SЧ+1>ь|싟9-Je&aE} a"|%)7͙2w&?JB FA4RJNsVH#lS4V>`tf{ulf=K@.yCC.T@Z  1#<2tF=Nu覮3+Y+̺j r#!(xxuaE(v dYGU`a$pJx
ܬY76qlq.³}qnytޕ(xfJ邏d2xo֕ tH 1ܦF	2Tb \<Yor=qNf,VЕaaSJ( IeB5wh[lE| `t:L@ᎷV^t±Kȷ}sV5M> |/-H*]7Hަe䠺He\M!Q)BJ@d<4 84TM9rp{:|L
clѽklm B(h݌BI%sQ;YSc?XVn6mYA$"=qCl+D	iE@,K3( IGB^'8b^wa6kB#kgot͘<jX" a(@* !iTՔ.L<Op,
gk|﻿='ȤmUtgɲaw_<ȮU)@nH&ԭ`8^r!|u=&Pn2ϦL2QS1o']D@]Vp&@pE0JRp)] "XL ])Mg0548Xf Jf'ɘ]7*
eXaF
 D	F 4uq(P
/ !]'TQ@$GA9 i渎L ,˿@aJ91%5Sχ |sL0F2] ְT $P, 0͏XA.cgɐnP\	+jq%bRZ4z\QxP&$  0G <	C- <lG?? <:z<(Pb=v((`u#mCA1 8<z\DI)ʇ,/t>O@{㛫$l |G?18Oȼֻ-0WL=qT?t=-qcA|
HuNaǳ}'wi>2)?y&yqw٢-;ZmJa߻i,
Y\lXt/k>Om,g׍(e/|m#5Σ]\O0Ħ\*M'Y@:)%bշгo(dS`޽dz߅Ԉr̋O)>;u0*p̾Aһ>~ǵmozJAAMm^SuA$ ?g.ݷG;,TDvʎ]%Ґs-0jT0d"`LuK-Jc+
DBJGP+qǽP@JUie/mu$\|mIW~dwn_T_{oibcD?[Yؘ
\=7>zwUnxv?-6f.@){Rit6nF2`^a(R)馃/o[Qٴi_S?9X`So?G#Ie=nIMo*Ys^w7]\MT5g /]7̈;>5wN\,;#'*61V+;IvrgMT̿{	_w~@CAy>S]+1TI E2-f3-+u|<w\ḧ`PfBS=wuy"YbŊCbgsA$,K!HRX!qҰB()PJ96 NJJ! #Jqק 8oJ A3@PBR(@E!X(e(R׹ |<e֭p82μP&#V(HT!d&
xBzS uJMGF)27ǹ  K,=&	A` .} 38Vk\Q)
߿! PBI+D$)A+;&B!);+@2IP"%]ߊRߤ~!Ǐĕ}'L&[oHz{yǾ+}I'SN*O;J}|;N+a_:wԉ׾?xRꩃ;]6JToT.7my8cK*}}R^疔H=yk I2.WD<p~sn6>J	[]wKgmRy:=Iq߉WsW| ޱdG~L__amN˩WzS&ʏZ^Qy'Ziw'
O^9s^oۗR<p9u4ߴ7%ջ|>bɁ۾J\@k[8ɬ?ʹcOp7|r/_k-rmN_U[vRdn^ pŮ|X2H'3ɜ<w`ӭɌ2UIxFVw~]	G/G5?{?p
?gWݻ]Tk*9z:-ܱ']z|#n~&;@o˕xJȿN'㎺=s|0vz QwDQȇ ޶}ni׮I&
gM;p3oײO?QYSF|oL?WOו<Ų1?A)KE?w!r߇<~	,-yПGrא}`+B3&_	!mȺ=eeao&6JWG+0>AN੢ЖhdIc%|~2d0^ZK.GMEOa^" K!m]f,=|=ω*YaA*uxɂWhoUhR^k:YVI䉒wv=JOi~7`~|֤/Z9?#?ECߌ2E?3hp밚ues'^lNZ)eEY^2.d9|pfu+7ܐ9+oױ3qb1~uk|[-#sJg"i䳐+I_${xJ@0)&"aPn 3پQWXBRICN%r)+}UMr{NeTB=rNçC\^N)'^e=A\ hI!AHDF)i"0H(Jg(K1Vl`ţ#DFkH*	UjT	?6H<@0Ɗj4R#LMC`RGO*!a] b0х`RA!Mcx۶q626PCy Xr'-."xٰ%#>8qլY$O|nZpq8)hHgDa;cJ

I'ض|KW(`aM|Ǖ1QBiڶ	P4P	aE)ֵ@hY@c Q+""Ch	(		 $0FpvF/QB(R)Mr9Q*	N\n s @R\!  S2	ٟH渰R*.:Q()|"T)ɅR

H8h(PE0(FA
zR[(ZREԎ7🇀4dAʓ~ B}%" A/f
lu 4|)Br\&ecPTgFV2R@  0+lQO+0ϝ (	H*@)} 0\V	ĀBMVfQK.˜# 1&$$`JH.v\NN	2S"A"$HE`$hX J(I5})%oonҔRL28V0%
 9PSEi 8[PB,$4cm;*1AJiܨn9Qt{-#X!#l68>ѨDp  :TF}%tC=G( )iI.  %%`"LҵsnJBH$\RYt #dP] z̗Ǭ LPX.z\Kc:`Ƙ`&H;BC`ʥeJ1`Р$˄00!%>RORАJI A5 %"PX `  )p!#{m-fKs䄄% 4K)|}!7ŝ0CϾ~˩3!(TgcsBk͗&{wÞWW.:!tLtBnBi	ǊW;c"X>|)LIu `6͔gĉ!
$^ΏF#adR#X005,
REѴ!i"9Č0`F at6%$rQEMDJ)@B +}FT2)]d~2}G-0R9],eKI` H(&
)Y(
P(c+)~E
atRHAR\	)9uYHD
 sNn؀o#_>nXҰ.#+RSC3]-2oZONw'pIuFG2o
vnlX2{oŴ	]wu0#UԄo@{ƦDT$e
:5C:9L #)e*Ji}pSHK;-dRT
 S$r}_&A)(!HHs3H$l6]Z\:}h@eꚏcXú=BH4dygJ	\*'L0%#R!QDQ]#)!O%񁊀 g]zG&ٯE s$`RB[=KÎ/5Q
K΅$ ta*IHIT 	SJWH0B}  $ đ	s}faHs_KL<w/Ua?z2|'u.9fKES5yiGGz7%T<Ris\v̼^ ƆSdO앣ClXlgɈʚŨi㳧Ez3Ϸ!ÕrrLwKW]7nVm {1'Wa'+ףovl]=S'Oe/\5C7+L/_=oOQtIl+^9y؃;ޔ6ۓ =_Òr`}G?zOX]}g˯?`eO\XqL=v#'!r`ێ+~XJŦWKv{]e)3ټl3\[:eo̅uiv-/:iy3ѲaKv'u0{YٙKeϝXec?1wD\MhHfS\}⑑anP*!=fJML!,BJ1 rYEኒH%Ybgr (!3fVPׅD @c1R*(M$QcVW]kgv,`ZrgD>Y&fL"f) !C%d&eS{LiXdT(0^i	wyZ-Du0 UH\͔κJ(,DB aUKй҄BiXIJJbv_\H  ȏ% .\ F {S!޽"w= pr֬\1Xu>ts59x

DwA՝mv̼mnۦۺvC޶WpݜW__?mjˮ:|MWmyf\;/iƔ^RWx(k}}֯?kFO>yhyMּmǎ>u7a;/aGA'~j*6bte 
.ܹ`ñ.gES.:hz')1yyƐc&N[z_<TojǞYE@Kk8l?pSC'NHgKf,nqM r-q\lo֣δ?PG-+#G#;- C?{֣7o>to.]4nڼQTM;L{yƌ0`PrWxьyG-⊡f͞PoѾ寽PaR\h&29% cJ*@J ! $-9Y1ua0
 0Q DN`םM#K4*HRzRN4B" c瞐\xL'{l!ITÆ\hg"c~qTp= 8LHT Q0P2`
PӒ|9> XI,}C@8(	`heIMq,k; He2@X @
L4T( $(0}ϷTJ?#H)hC<zAzQ
{y}E(!~T[2F?x«=v}K}kTCEE!(H5C?sPYUxɶ,ҁCnYrA*R]x&ԍ<n֜;&T"KFטgO(-NN\P<q5mgZ/$^UA4#Dƌ鐧1gBuw;ҶgjYiܝt[qkY3F3Epq80nڃK&ѣ-.)*^?$@!OW	@b=O1t_|5UL0:ptcb֯]2lic {'C!vDQdþhe<.4k5{@GX%%&<}ȭJzm}d]uБlgs'43jČ%,9vD	=z׌YHxea|}[o_?7VU2R1.g|  cAIͰK]'At0T}k%xR.[0@"󙆐+xNp nN)Y		WLG 8W I1ұ0@T'\JQJ@*pGtg="(8R( BB))ƱhL@,+ACB(BI3A)(Ena@	vr3nI BFM#"1- >

I&LJk@IRXɟ?578|5+4J[Lۚ8ʷ5JOly6)<:rmC[V|ꍝ6P"q-J0>)kFʧHEFs;Nw^9*}bCM,HȨ{m}ם<u姞?<&2xʖ\*OxN?)`rqgVx*e׾nZl#W9|ѵ;KY'^J{PP>alg9֔[3Sop/>!7]Htʡs:s0H*]I{v*7vCN6vg(tx*{z:jᣪ	X}x٢[mNVmgtg_4l<6nV[˚ax`醝DQsΝl!}ӭάoEW~o@G Yԥ#\	"JyJt]<~B
ZOdغƵNIe',2(	at)z)@"@JȺnu	X)!fY;'|F!	J0KJ
)bdP16C >W {FH!--:x
9M1/VeB(@ sF t )	!"t)e
6 $FyR!KWiFX@r}AB1gJT1bC3)bP8u_RBIol Jd3`Bf'AjtzRRQͨ<xh[w]&T_9jzR

!+vhd]'"(!z-4TǄ8luTDÄȞoߑB0(ғZnegk]'`~gBds\GwPtoGJL˫`gfbR>Vs[̖m[πZ:۰ՆKʺU鋌7mc	Y9g6vڼań5mtI3n}讣G/sLYxĉF~̎涹pwab( њiSǍ2gln ˤXd<4c?|KauQb	F?wzE{{7D,Hر;?x@$xC~)3zd`M7ՠSkn:#%E62v}Ϭ.=wjSn`_qm3j+ɓ+(\]I*7ɡU<7Ok5qQz>8{r	K\ew̪͵so8jI&^?u} G:sRygyyfG.&nG͛~>#}Ln0ɳ̦R,u= E
!B# +}
K /J@(H
둘TLH_I_JK5)@! 4tXiiTŕŶb9ױ5Ju8Jp@L
I3haS\6N%!A$H(A<8"j` |yPLqd6''o) `J0:|&{4H	 iK{rAɌwAjŐ̠Ĵf-x/g#yn6^c ϼq.yM-uxkΟٝ{^}e)|[G5o~i[>7&qk[<TY}#<zk/C7o4 $O-/u>.}L7<ZCthL)qOiQWvPuemߺ/?sgC#Gq%RU;79c?6C=~YXԛ>Mu{`1ws+J]}_GBk}??τ*vo/,nsmK_}'즱E_?M33@aMz⦮xja#MHPq0BRy kxuUδQs ^ <$3ib;q!@H cM2ymy!} $BoĳTTkT"Bh(qFxcӢǄD }!>2529H "uUOA.ue0
I	TAPCϳ
k S =GJbŽdo.	5ṯRRE`<d--B]eǣC;~ƙPvg*5qCGO6lr-0q'_bBBK>ve]wm?/UʡmG[/xl6ٵGu9nu:vo;)b@ l@r8~dO9cw3mO_Yȇ*3MC?ww݉N^H?[Zv.zl.^hҐylި{wHbhja晞[ff}t/?<fffeftfJWU-V聹ɇN+_sU_zɡ x\3ەA/{^ͪ^MTϛ#/zU]>yf1Y*MpXKm\*
!C>FQ(3fL{,,NDi;sEڬihJ\kv28 DWUEhC#_5F$#OZOZmJR%f&	A<!1U .'&gJ%Aȁ>8Ȑ/Dp$ l E57'G)hUC.!eU!11Q(CTEDTC_>,"Lės.S`p|'ݓ+dѻ?ջ>}&-]mi{SΥ-;{즥G/<|E]ۏlrX&w<v"kv959@nwt+ؿRu꾇<\:zdm=`ϱ}ScὋaDoG/x=wص4ԝMLw?5:m<vxsWgORNiF,:ww?~14w^%|u՛w]oWq7>_\o*KM~Ye@|lXXQ2C	 ITD>Ć͋n3cpF6h'N5'VvQ@ (rDIѨΤb˲^:`F^h&jh -Pڴ15;=֖GhdTTeP&cр㔫BPp
c:g&@`& I4A  (E!DUaQA&A+(+ԫ8%#Z1ĵ4UEe44t+^QEoHhZra%||Dc۶n_ڴmKH9}?[_w[.:/؋qwm]O}~Jjuu-D?K<;4fc)1<rOˇO)/N~l^j罵~ṳ!OF?{yA>__]ymξ_Bi}:߹rG|jә(edzeLA#Ll@5U(!"ISn9ܷmL(}ˇN_U>* 8S"E(ITkؖ1	qee2k7­qHE	 
݉n*
F)PLT/j!:6
(MnHb "FKLꅘ4SZCJ&lYP@R#ɔX6KFa"Q[k(HbРiqLJUQB9??OH`8ܦg۲1{oVѹFv\rXWF/t_?Yn}ѳoO_~?yƋnٿqZD\}d;jܮ7ky-&6bo_zI?wo~͞NyΖ	ttMiczUo{4N^|sqp-q/:RB咃7]Wδu.NXx4J 5ƄS*2jYƐdH0bXXU"%D@zz:IWz'FjVDu(UOK '@JV.\*"t,`x?^ؠm%
P % >V(hbDW䦘caCD$(1S)^Y]N0rڂ 4RTE3HQE"%x:3Ɯ8pF
A43	Q-C}HV6&g!,*BYJ&UEIb u_$\ėiP*I|Up*Ib1,
˨E_5Ƿs eiQUNGUIIυa>NP{܁xۋZ*ؓzO_yM66IA}u =y}Ow|>cG` l8#uL 
`'6r@LB^l=׉u.PE0 ױPz H0灤٪hևZo"' fίDyfiif&WU"v;?}ntexރo1Uccccڣ" ǤQ䬁*  v{Z_^R3f0*@`")3Ffb"@@$"e@J,#3úHd*ĨDdIB,}eW
b@	l@JYJVG*QJp$  |2fL(S 5F1d!*գD3H'@
RU06{JA5"aXCIPPU;==?;kCD_>;kss_w>;)Ke@[y_b$"8TRw:qۑn]tPZ`!	BIrnI:]$> ԫQ0Ed55gtlAfwdAA<    # 
0  (   
0||nam}]Q~ack|^ȳ,0zf|xj	c[=㹌)zsϣZ1OϗϗZ9lU>=nl~ǩ[RnÏdWL֍n\Y+qT:2;m)!<qLilB-5pcl)6

0rP^xx_F=![~"U_4> Ma/
cpd~0jn^()/PF~d| 7E#O1\߯tH8x([qQA|qI~CHڊV\D|ɽ̧4+-5ԷhBg;Ƶ-]6"s-z[+,? (KG[yY_vՖ7/|}lI;s^_u7^r@˅o <_}Pܻ7GV':/^nQs2i__1l΋W.-pE6k,ncn(zf5lsW
mmn_eZ{kۘmpb󘾾TOsn_ve7<߫\lVXwk ;]>w7~ ?x\.* ~uٖ<m5%o)mi_^6"|i~	H@sR~Żrkewe#<G 4wu h*;wƻf=Oj}s6+e7o~qRr/yA s?sҥ!/~4X&3;pnariaRΕ//ޝ _+l Vod>{m|K7[ <u?hS`𗴍w/xLVv>"-̏wT~k;xy ^o7̏}խYǺ890`mX6{˼2|o~ե'skʢW఩ۛo_ZÍt^nO\_XOɭ\1Xx5jDӭNU/W
n-4;;bmCv#J˥W}{rY~X߼g #/Ön: ωf,6/b7U8` )437g]խחQ	w2a}uU."&W>lZl-zh$K 'Q/6*j%!,qAQ-ҾəޢGc(&<Z+o-(mZK>@)1aL=4Ā@$X&7ᆺa%sO?XY30;\QiJ5OT77>'5f6
3]-OfbRS~#S*;jaHOt)*Z5TvH[W}ՖV2LrnljCvE:+<J+tuOS˜zCkgq4Mv0Hs8qº&=')!+R7P%eMqjv*
&1i`Y~4pƘ=LMgZh}<4!-NlWu?jZGF#Cu#[q^XˣQnI
i aDĮu3{>V`ހ!Lb*+jZYVƛjW|R$WM/wqØ=ɾ5fF,jdbO`ll]4KJIcZ?Hi,/Fr/I'kczOR*6kU"327;J'7'[V$]`8W6#"z&	
InGfdFZ{Gnrk~;*;ͅ!NL[mb
SD v7kv4ڒreR1wJ/Ĕ3ￓ'N8ݞgWNtn|RZY>DsW!2	"^T_<w33ώ'3nuߩpTv03<0A<#08OlbܴAK}}Y9sA4cFI~l;\N'7$p#0i&ðc{ЫodLp╼'\e\QoxE'- O!S`Mwz/xR;s+IޓipQαOfX46I8k`1a18m8kxvL~H6`9310cygxԂҀ$XYlZ~>$73ЮGD ;SqZ[XZVhTr@/K;\D_ +$dsdRM<?SLzὩ<LZZٲY8.y`fF8f
Ms$\;LCڤ>a$9##xTR	ITu,YCzzUx:_=Ŷ  _C'Vhsuht /<O|HLzޙ9I$&T9msJ沛 c.W`رwsݫZbp#Rpf%R43Gt#ï1avQEfz%F$J`S #/Ӡ7:1 e3 [MC#	dAW{}-uC0k`2d2e0; #};.4ʍLOfժ2Z1nrlhdmΧ']՘N`{ifdh얧5۷6ͤUK,L[lFg6k7{wK$Ren;.Jrm.?Vt~6}в1o<ѧ?0wNK&=.c2Zndm˻3S?^Q|ce2jǹ:ýj;t&æZN6W`iM`˱m5 `˄ucpF\ZiˠR1Q+Jj1xQNwowE|yPPG'صUety#khPn9aaq1$iQK9lnXtYLHueL?dR=6l562;ڐ)R٤Ӈ;0vn`p`WM)΂4Az@tI¾Z%1uo!ǄŒx&e!LEł_zB,&H7p8!ayzjfvZ!a˯@Zfm6+No3ds8@Y=-
͏J]x$1"8 oN6'v9?bҹw [[F/ccoҜ+ʁe@@'cSZܶ-?7>224la= (KNLf IiTv#EC
?HJF۽m,W9.j\<y$!"8GrH+wcDov/h9tfP!b\ĚDȸ`?/?&Y^XL'(~hPKYI04(T I	A4)9oHZ2Ot̄gf'rq8A czS(Op#
[N8HxiB2xC}砬,yHnlDx 8'c	sEG,+ʁrsrϾ$H"L,1E3b]KII|Xd_V{;,-;-Bƺ夘?g996K>˺d?xaGmG%
C:vO{FIS3rq<2>lUщ׎Cx􃟽uFaرX6	Nj:[3⡲ok["$AJߛhb9ߺ|a1هN|%0:#xLNѮ Vj^n,>q973p<7ގIWf彚@c;nHxSu+ݙ(a4@ /r|8(I"WqIiouxiJ`dXk~Z[500d@TJr,^}LԢ5wv7ݻM:PVjoɰ)LXw_#kJlG_=%D ?Ҿ ?j:x11S[h/~MJ4~UA??^qϡsN)@_r---4 ˍwt9}WWHtG< Ao|?ȣR,gFj)? ȯAB};(|{1XއRl@3`AAFAyfcuC?ys]_^]Twp7H7 AAFه*:᧐ݯꁿK=uZAO0Kx?~ᥫs&xjqo.,`^[SZ\н{lcQYnWn{'79jKw2v~&h-vA [OcnvF~կZ_WMn\7ͪ Ssed[Ŋ+wJ7 ?x.ef[&n4,,nߛRW]>"'}BūjTbTCΐP[<ɮxw#d{63j<\.Y%3[u5=acF0>O*)Zwz[{&
*$[YQsDboq%Ol$2._AH$!8/@	˟@`Em럼؊kvwI廖Ó2~	Yo~i4;}al|J,L[ˣx'fIzGUy7-+<$;(ШYal@ 'ҙ6}iB$]54R+fՄC	*ٌ	 /ivD4DT)    IENDB`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             