Done ! 403WebShell
403Webshell
Server IP : 46.105.57.169  /  Your IP : 216.73.216.67
Web Server : Apache
System : Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User : verseaumee ( 152031)
PHP Version : 8.5.7
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/verseaumee/123click/assets/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/verseaumee/123click/assets//beez3.tar
error.php000064400000020506150752732510006420 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates.beez3
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @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>
images/system/notice-alert_rtl.png000064400000002302150752732510013316 0ustar00�PNG


IHDR�9"�FPLTE�����������TT����������������rq�pn�TS��SR}SR�88xCCwDD{<<�22�00�$$���������������ٴ����������������������������������������������������oo�|{�zy�zy�pp�wt�vt�ur�ur�����nl�om�ki�kh�VU�VU����TS���SS���}TS~SR�RQRRRQ���}RQ|SS}RRQQ|RRuPO�77uOO�88xMMvNMwMMvMMyLLvLL���vFFyDD}CC�����zBBxBB~??xAA�=={>>���~77�44�22�2244�22��с11��Ѐ11�--�,,�..�**�&&�$$�%%��ψ##�""�����͓���ʎ����Ώ���ΐ���������Ϊ���������������		�叏��ꎎ�������ҏ�Տ�����������������oo�}{�6��7IDATx�ۃ�dAF�h��۳�m۶m۶mۻO6n>A���	�BYrY W5r4!�@r4!�@�4!k4�	��4.==}|R�*@1#Wl>����gݲQ����/�z�4?5z{iˌ��"�@%q�u�]���q�$m@%s����r5����g�����U���H+j����6<Ԥ?(d�uè��\����]�U�&}@������e�EyN�3������(}@c���)w�;srr������c�Qz�:��12���{���w�����ԑz�:-7�Ѩ���&��u���~��,;21�;�#�od~yq�N���_/�ؗ��
ԑ��0��;�7��Q��B�6�Х{��Ṹ<�d(dHVU]]�/�m?�>8Ԥ�d��j�0jZ}��'�
*)���hT��e`Vi8Ig�@�tߍF�+ތ��"]�Vz��<{��]2(j����d�۝���FЄlM�ЄLM�hЄ�M�7Є|M�Є��&��b�x�
�8%IEND�B`�images/system/arrow_rtl.png000064400000000160150752732510012062 0ustar00�PNG


IHDR	��8�tRNSv��8)IDATxc��WP�K�*�~i(��?!��
c1<Ȃ���t��*���IEND�B`�images/system/arrow.png000064400000000143150752732510011202 0ustar00�PNG


IHDR	��8�*IDATxc����0�Vu}��BK��X�	�a�ЭPV���� Z�4�{<IYIEND�B`�images/system/notice-note.png000064400000002443150752732510012301 0ustar00�PNG


IHDR�9"�sPLTE�����0���/�(�$�{!�x�u��.�������������������������������ٵ�ß�Þ~�����3��,��+��)��)����&�*�$����}"�|"����B��짃d��b�u��ꦁc�|I�{J�{J�q�z`�tS�g�sY�sZ�`
q6
V/��������tTɣ�Ǣ�������Ý|Ü|ÜzÛy����z ��2ʥ�����-������1������0����:݆H�+�;ކ;�����܆<�������+�~&�~(у@҃?������Ձ:���́B�6ʁB���ɁCǀC����|4������Q��ڼ��}H��b�|Jټ��y?�t#غ�ں�ٸ��xA�zL�~b�xC�yI�wC�o�|c�|_�yM�wH�mٸ��z`�za�z`�z`�z_�y^�wP�uF�uH�wP�j�x^�uS�w_���ȣ��sP嫃�tT�sU�rN�j�sS�f⧀ʨ��sZ�r[�rZ�qQ�pN�d�qXɦ��^�Z�W�V}_H�T|CzAs:
r8ǥ�_/
V.Ǧ�P)
O'	N&�������2�4����g�:�tS�{^�n�5��t�vQ��2�tR�IkIDATx^����]���۶m�۶m۶m۶�cIS�]���ﳈ��G>id�&@�id�&@�hd�&@�id�&@�:�虗��#�N9 ��u�qekvvvɏ���	jr�������Dc��!AJ	lz��D�5�iI�ѧ�gh�J@Z��6�f��ӝ��F\ѡ���������QZ*NO.'yqG��)����B�c����"��[J�a���W����ۓ�'�V/��vk��l.����G3�UT?\*�C~���0J�����e�LǞ�]ix�ȴ�7�Y����tٱ���:/���šZ�/��[��ֈE��y��a�+�RH�K��数�qM�S[�JhG�$�e��#��������NK�0��u�d�UͰ����"��o��Y
Iw���Ф�5LD�4�U\��t��$�*+��`�<���5���*�ieڹ극���eW�)F% �mL�.�3��7��~S�R@��{{��xΔ��+�G+$��Ց����˃�2F 5�E g42M 352A �4�U �5�����>�=�IEND�B`�images/system/j_button2_image.png000064400000001202150752732510013115 0ustar00�PNG


IHDRK�lIIDATx����j��s:FF��m�ն�c��c'�����a�l����v�y�o��G$IRU5��!��0==��d��4�q����+�����f2[/�t���.dR�T&&3�X,Y�d2�(
2
	�pSQ��I��.�E�GEWo�ˋ5�
����A[�=V�\.�g�T ���V߻��;��q��g�g��n�bè(C��}���C��tk��|fz����\^�lè(A<��+�K��f�3<e��V�>�_6s�7ȖlEH �S�`���'���ĝP��J}a�vI
�6)��!�6��	H��5��<jY��c���-o{>�y=1>���q�~4B�&l���V�����W� �?�̖�R��)��Q��7�L��FM��ou���/�(�bs!9��(o_HW�W-�Z\�ZF���Z�PY
��
�����؅���#�Y�+�]F��aTBb	�US�O�I9�ڨ���,�4M��a������Q̀�H$6E�QUU�A��Z����ҵ�U@̾�$I�x�M�X����DF��&�q༌_Nap��f�0���D"��!����q
lIEND�B`�images/system/selector-arrow.png000064400000000305150752732510013020 0ustar00�PNG


IHDR

X0$�0PLTE������������������ޱ����������׬�������)��tRNS@��fCIDAT�M�1�0�@".6&��� 궑��͖<ۢ���ʈ�/���t
��z�����,T�MK��o���7IEND�B`�images/system/j_button2_pagebreak.png000064400000000670150752732510013764 0ustar00�PNG


IHDRK�lIDATx�ԅ�� �a�i���;i�e�*������#�C�'���8���8��R��d2�FQ�0q�	!�0��p��Bȷ[�eY�m*UU�X��Z�T1��M�|���ܻ�D��u|b~��*���3����`�hF����ͷ�MLT҇/��O]]]��|qq������U��(���;ӚΖ��\���I�&&
���k�'��aj;��ML,���(�V/���m��mb"����YN��h�Tm�h�=O��Ҝj�J��ڿ��#�!��$�j���61I�K�<Er�ĵa�15�i�'�c��;�K��)�����x
��h��\�=99Y�V`ډ�8B���_N�#�����8�O��������~���wIEND�B`�images/system/notice-alert.png000064400000002311150752732510012435 0ustar00�PNG


IHDR�9"�FPLTE��������������������������������������������������������������rq�pn�TS�TT�SR}SR�88xCCwDD{<<�22�00�$$�����������������������������������oo�|{�zy�zy�pp�wt�vt�ur�ur�����nl�om�ki�kh�VU�VU����TS���SS���}TS~SR�RQRRRQ���}RQ|SS}RRQQ|RRuPO�77uOO�88xMMvNMwMMvMMyLLvLL���vFFyDD}CC�����zBBxBB~??xAA�=={>>���~77�44�22�2244�22��с11��Ѐ11�--�,,�..�**�&&�$$�%%��ψ##�""�����͓���ʎ����Ώ���ΐ���������Ϊ���������������		�叏��ꎎ�������ҏ�Տ�����������������oo�}{Ar[>IDATx^��c�dA�/�m۶m�m۶m۶msgS�s��k��Ļ��+�\0�%C��5�qC��3�C�l5�JC��K���5:5N; �}
]�zgQQ�
K��j$�W�ԍ�_���ٮo����h��i��4�p:�Z�&F�$�gƁ{v���no��>Ί�	H�א͎���5��֒?8R# ^����UUeUn{S�RWVDh$��e�����R��UZ^Y�����=\ a��;�e���bWY����f����P˄#��~r�r�urR�>@B,c7�~��g� u:#D ��q�M�����	���nZ�����~�1G��$В���_���Z����%��Z_�ԍ������vu����H�Ϝ����T�ٝ:i�I�^���/��f[vB�N@�z�g�]T=�^͟_�����/�+8q�خ�e��5R�/9-333-�Z; ��� 3
2� #�� �
�� w
Rb���?9���|��)IEND�B`�images/system/j_button2_blank.png000064400000000251150752732510013125 0ustar00�PNG


IHDR��3�pIDATxu�5�0�����af&I�Ҷ6STC�c���=NC����p�ˈW�d�x�����
�(dF!1
�Q80
s�o/�%�{�"B��D�)��4�Ƞ�1B5��)���t8�0�IEND�B`�images/system/calendar.png000064400000001120150752732510011615 0ustar00�PNG


IHDR�aIDATx����I���}�c۶K��b�rl뿈�۶}w��ۙ�,�U���L�&+���O'Cm�����?jnP���he�"Gf�-];
@�޹vr�!��]�<Zp9q�0����<���w��ף�{���`�@�l~FB|�����Wi>�|L�?�H�H���<y�|
P!�%E�ӳa�ݧ[�<�8�rXu�>���aݡ������/�}1�(Vy��f�������ݟ�!��d�H �;7��Ξ�(:��!�����ʔ(�m;���',���=0Bpq㱇~4�C�
���(�ō��p<�/��6�OJ������́�P�HQ�ߺ�5��e�m�r�9)�$�F}AIHsl���p��-,,��~�+ b���sҒb�J��X�0�!4��E�3����u�M�q���\������S��c��W�!T,�ĿO�R"O<7�{E��.�y����圴��S��!�I#�}S�\�ђ��������[���
��A�3f�vIIEND�B`�images/system/notice-note_rtl.png000064400000002436150752732510013164 0ustar00�PNG


IHDR�9"�sPLTE�����0���/�(�$�{!�x�u��.�������������������������������ٵ�ß�Þ~�����3��,��+��)��)����&�*�$����}"�|"����B��짃d��b�u��ꦁc�|I�{J�{J�q�z`�tS�g�sY�sZ�`
q6
V/��������tTɣ�Ǣ�������Ý|Ü|ÜzÛy����z ��2ʥ�����-������1������0����:݆H�+�;ކ;�����܆<�������+�~&�~(у@҃?������Ձ:���́B�6ʁB���ɁCǀC����|4������Q��ڼ��}H��b�|Jټ��y?�t#غ�ں�ٸ��xA�zL�~b�xC�yI�wC�o�|c�|_�yM�wH�mٸ��z`�za�z`�z`�z_�y^�wP�uF�uH�wP�j�x^�uS�w_���ȣ��sP嫃�tT�sU�rN�j�sS�f⧀ʨ��sZ�r[�rZ�qQ�pN�d�qXɦ��^�Z�W�V}_H�T|CzAs:
r8ǥ�_/
V.Ǧ�P)
O'	N&�������2�4����g�:�tS�{^�n�5��t�vQ��2�tR�IfIDATx����K@��j۶m�c�̳mkl��m[;j�W���, )d�A�����2� @&���l �������ž�1Si���>+������&o
Z	�s�L�LI���X�wW�W��I���q*���AV��Dx��N�.MTI���Av�m�;<I@#�MT��C�dPE��/��w� �H���ӟ�����p�6�	r��ǗUf�9�j�+"��No��/9��+�?裳\)�%���c����U�(�����Q�F�����f��/�;�#�ӏ\Q|@%�GvXכE��찾����Q�a��ګw���ò~��+J1�#�L
��.��_�~%L�%�%����35�/**��X��~ኒ9�T)�d�*"+�v[�eU��Ih�FU�R*閈DZ���_�u7I����C�TCC��%9yJY�'I<��T��#5�<���?�<I@+�?��}��-��ɫHh�hM����+k9q;Λ��v>�)((��d�T��A�����!�
�K�v�k績$%�)��@�yJd/��D�%���G~�}�>�l#IEND�B`�images/system/notice-info_rtl.png000064400000002002150752732510013137 0ustar00�PNG


IHDR�9"��PLTE�����w~Ys}Hjm]�����������������z�ݍ���"x~Zv}Xrx[koZI[2>��B��B��l��������~���������t�E�����������ԝ�t��s�����l��i��ܒ�i��ѐ�c������}�/|�2{�5|�3{�5������������������rxZqzLqwZqwYpyN���kn[jm`jm^���im^en@hjaXb0������筸������������ᜦsx�;x�E��r��qw}Z��ltEt~J�⎯���sx]��
�����ntTmsVmsUnsXz�7y�8y�9jm_�깒�h�����"��
s~G��t~Fr{Krx]�����rw\��2������ƌ�����lqWmrVkpYko[��g���������im_il^jl_ik_��ꂙ#��&���}�0����IDATx�؃��G���3kۊm۶m=[y����fŰ�rN��ʸ�X,@,XX����"� �(@<P���@�%�to��\f.h����.�|~��̣=+_���}Z�������9�����R{D��^<�u3ō9�����\_X'�~���<�YoZ1|������{N��u��/��>=66�V�����|<|GZ3�qD�5_tU1��Ǘ�����Z5���1��ڕ;��*�$@>j�XXW?WŘ�Gm׎���VŸ ݼca���q@>�~޾�^�b������-�_�4Z�d��>ڲ�^�F�6���{W���HZ�[l�� 'o���D�L�o�������>��o�Қ���).���--�=u�{G���-�����x��¶i.@<Q�x��x!��B�C��G
� ~/@|[�8Q�x�q�q^!��B������� ^-@�,)g����IEND�B`�images/system/j_button2_readmore.png000064400000001002150752732510013627 0ustar00�PNG


IHDRK�l�IDATx��Ez�@�aݬ�G�]�ef�M�9f�A,��� ���@��|[�3Fba�8��e��h�ۈ��p�^���HQT.�ۚX<p���
����"�CH&��$b�f�Z���N�r�̲��D$:�c���H��X�i�a!��E�r�Tm�T�u��w��'L�oҶ�Ay����'d,8�h͖9(ݰA����	N�H0J�*�!U�:�&�Np���'�D*����	Nd��i~yy���ڕOy����U��o&��;1=���%�_�k_R����.O�i�{"��ђnz8�Zl�I�l�� ��@o����l8�C(.]k�;5uo�W�q����o��ԏN����N�*�+4/��e�����3O�s�6�(2C�GQ��ħk��?�{Ix����O<'
�I���jD�@dY�(JUU��s�������y`���K$�z]߶	�*��m2IEND�B`�images/system/notice-info.png000064400000002003150752732510012257 0ustar00�PNG


IHDR�9"��PLTE�����w~Ys}Hjm]�����������"x~Zv}Xrx[I[2>��B��B��l��������~������koZ��������������������������jm^en@��z�������������}�/|�2��ܒ�it�E���������rxZqwZqwYpyN��chjaXb0������筸������������ᜦsx�;x�E��r��qw}Z��ltEt~J�⎯���sx]��
�����ntTmsVmsUnsXz�7��i��s����������{�5��tqzL���kn[jm`��l|�3im^{�5y�8y�9jm_�깒�h�����"��
s~G��t~Fr{Krx]�����rw\��2������ƌ�����lqWmrVkpYko[��g���������im_il^jl_ik_��ꂙ#��&���}�0�[���IDATx^��Ú,HE�?Q�ym۶m�m۶��;��aO"����'��i&�`� X�I&�LĵLľLĪ�V����ؽrUrb|�g�ݼ~�s�)�O@4��?�~)�9)1��û�+����ʼQ��XJb�������*֛;&RK��ݾ_��Y�bo��i���҄Ē�g^/L���xh����$!�����´��b�z�>�,����͍`�tUo�������z�8���9�‚`�[H@�_Z�����m5��^�'7mK@��i�8?X��K@Lֽ�׼`��>��h�;u��`}��tSBbMCg��P���=��R皔�چ϶��u�7�__��X4�H�om�i��U��EI���_���;N�*��ؘ�X=ז�����-��oe �e .d �f g d e ��@��	��)�~&�R&�LăL�S������2�e �g .g ��'�cf��iIEND�B`�images/system/j_button2_left.png000064400000000257150752732510012776 0ustar00�PNG


IHDR�Պ0�vIDATx���0���?�-�c�&8"�2iU�X5&��W�X5�.��[��eA��RL
*Y�JҠT�T��R�YYИ�,������1�ͶD̪��Jr�s�Q1����`8�e�IEND�B`�images/content_bg.gif000064400000000235150752732510010631 0ustar00GIF87au�������������������������������������������,u"� (A� �0��c�x��|��pH,�H\;images/req.png000064400000000575150752732510007324 0ustar00�PNG


IHDR�7uQrPLTE������:=?�����ʷ�������͠�������������眛���������ݣ����������������ӕ�������⢡������kln��������״������������_�IDATx^��W�0P�\ҝ��W�8�0��F#keq�VI�
�Ъ�CbY�<�ܔ2~�h�-PE�VK�Zh�c�W�S�aTD�ո�?Djx-gI���~K$�I�2u�>F9��Br�$�N�n�ݙhL�t��SgD���$�
x��ty�Q�}*�>���~n�c�5��8kl�Κ��ʿ���_��
	�0�11�&IEND�B`�images/close.png000064400000001223150752732510007631 0ustar00�PNG


IHDR�ZtRNS���7X}HIDATx��l$Q��Zg�nml;ip����U��.:#f/��6>ֶ;o�����03��mH�f��-�֔Ao���b��\U]����v�l2q�r!EQh��^
����J�J��؄�����hdB&�aԓ����jm6ۯ_�<�=t:�W�56��x��
B��h�HL4���6[�@?�޹s' ����j���߿O�Q\rַo_H��	�b>m�������o����Dz������,��:�2�`Y��ϟ?����9s���*##�cbcCCC��`��+>B�w���ٳ3g�DEE566?~���kD�`U�
%���<y���[/^<ߵk���"��فbR�qT�E�������B���H�0Y^$���ZPP�a���+�}}�B~������dd�;��7o�>~����)>>�Ϡ�ȅ�D���x�"�~��˗/=z��?���4�ŏj�mZ���f�򮝻�…R���_�j!I��Ҳr�$��|Z�>+�!�������/>l�����fN�-�!��_P`�̇���ﱭ�mllLY,�#*�]]]a�P�F��[�3`�6�D�fOȐ6IEND�B`�images/arrow2_grey.png000064400000000160150752732510010765 0ustar00�PNG


IHDR		J�Λ7IDATxc����@B��p�� 	��PT��v��P�Z�bg(G�!K&NR{N�IEND�B`�images/footer_bg.gif000064400000004267150752732510010466 0ustar00GIF89a������fffeeedddcccbbbaaa```___^^^]]]\\\[[[ZZZYYYXXXWWWVVVUUUTTTSSSRRRQQQPPPOOONNNMMMLLLKKKJJJIIIHHHGGGFFFEEEDDDCCCBBBAAA@@@���!�(,���@�pH,�Ȥr�l:�ШtJ�Z�جvk
x��xL.���z�n���|N���~�������������������������������������������������������������������������������������������������������������������������������
H����*\Ȱ�Ç#J�H��ŋ3j�ȱ�Ǐ C�I��ɓ(S�\ɲ�˗0cʜI��͛8s��ɳ���@�
J��ѣH�*�&��ӧP�J�J��իX�j�ʵ�ׯ`ÊK��ٳhӪ]+u�۷p�ʝK��ݻx��}+v�߿�L���È+^̸��ǐ#�%@���˘3k�̹��ϠC�M���ӨS�^ͺ��װc��\���۸s��ͻ�����N-����ȓ+_μ���УK�N�����}�ν����ËO�����ӫ_Ͼ�����˟O������?�����(�h�_�6��F(�Vh�f��v��" �$�h�(���,���0�(�4�h�8��<���@����Di�H&��L6��	��TVi�Xf��\v��`�)�d�i�
���l���p�)�t�i�x��|��矀*蠄j�n.�袌6�裐F*餔Vji��f�馜v�駠�*ꨤ�jꩨ��ꪬ�����*무�j뭸�뮼���+��k��&���6Kk�F+��Vk��f���"���+��k�覫�������+��k������,�l�'���7���G,��>`��g���w��� ���"�l��(����,����0�,��4�l��8���<����@-��Dm��H'���L7���PG-��TWm��Xg
t\w��`�-��d�m��eW���l���p�-��t�m��x��|���.��n��'���7��G.��Wn��g���w��O �褗n�騧��ꬷ�:��.���n�������/���O���'����7���G/���Wo���g����w��/����|觯������/���O���������H��L�h�:���'H�
Z�̠7�z� �GH���(L�
W(���0��gH���8�a
U����@��H�"�HL����&:�Pl"�H�*Z�X̢���.z�`��H�2��hL����6��p�#3@�:��x̣���>��z�# I�B�L�"��F:򑐌�$'I�JZ��Ȥ&7��Nz��(GI�R��L�*W��V�򕰌�,gI�Z��܀.w��^���0�I�b���L�2���f:�Ќ�4�I�jZ��̦6���lr���8�I�r���L�:���v���<�I�z��̧>���~��
�@JЂ�M�BZP2���D'JъZ�ͨF7�юz� 
�H?ꁒ��(M�JW�Җ��0��LgJӚ��8ͩNw�Ӟ��@
�P�����HM�R��Ԧ:��P��R���Z��XͪV��ծz��`
�X�Jֲ���hM�YA�ֶ���p��\�J׺��xͫ^��׾����
�`K�����M�b���:�����d'K��Z�����bٚ��z���
�hGK�Қ���M�jW��ֺ���m�fK�����ͭnw������
�p�K�����M�r����:��Ѝ.nG@��Z���ͮv����z��֕�l�K���Mԯz�������|�K����%�~��������L���N����;�����'L�
[���o	6��{�� ��GL������W�����0���gL���8α�w���x�&���L�"��HN�����&;��P����L�*[��Xβ����.{��F>���L�2���hN�����6��Cv���L�:��xγ����>��π�s;images/arrow_white_grey.png000064400000000207150752732510012105 0ustar00�PNG


IHDR		J�ΛNIDAT�c8#t���yp��{T�g�q�f��(�vF&�.��LD�\�uT�3�6��;�7��G����n��BJ+�vmIEND�B`�images/minus.png000064400000000172150752732510007661 0ustar00�PNG


IHDR�ʖAIDATxc�pu�68t��ի�������^�mx�ۈ�C!�X����_��� ��=����E�A��E�IEND�B`�images/arrow.png000064400000000160150752732510007655 0ustar00�PNG


IHDR		J�Λ7IDATxc����@B��p�� 	��PT��v��P�Z�bg(G�!K&NR{N�IEND�B`�images/personal/tabs_back.png000064400000011167150752732510012270 0ustar00�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�$��!IDATxDȇ
1P�R��&��7�I����� �\�C"`���iZ��S��0A�����$疒Ք��1g�.y�a�j�w���Z����OTo7�XQ���m�}m۳������%��;�z���	d��x\w�ĩ;p��s�zA23W$غ�[��Ʈ��&<o�ű7�y^�yޙ7·C�y��!�\AR
pJIPJ�V$�4��i�
�i�[�m��
��
��
��C/�ϋ��=�!��g�O٧ �`Y����Y��Րc5FP��E��*!�dy�G�F،�}�7�>0A��f�ۙ�V�d*��'�gӶ�G�r�ٴ3G�L��X;�D�Ķ�iv�A
��4J�HӮ)V�C]�:���Sb�E%�(�T	+��`RBU������
U���JQ���/�,��$��A@D��p��1j"߄�b��JQͻ��j��G]m�m�V�DU�k��)���lM�Bx�I�}&���NZ��
(���~�*3W��B�/慅���i�E0��Wx��b�ޱ8L��Z��AE���]�J��}�� �P+�B%�]�N�f2s�Ի(1\�vf1A�7۵}=���;Fp6A�dB5�O0�'g*g�.@������ns^5�L5�-�4�DeӴ=W7���%����<B�#0�s���)gAEC��0�QD6`� vOT�vv�zp��+�؉y�^�å�sMay*���8�Y�
��te���u���
qk��]wg��4w�&��$�s��s��,c���8�'Rucјa�b; �bX���ai@�f�x&'�As�F=��eG�z�߱�XB�����$b ���ޛ�4쥞�e�I�y����g>`�Sσ�Ks��B'Z����e�U��.������ޗ����,׽22�ػ)�.��k�e
n5�nu���=Wm�S��!S贜�~�����s��\̞�����g��Ѹ�"ޘ�t��[����Ds6�G~k�~t"�Q�Vy�YF��� �E��9"^��b[Уn��
ma��v�/#�.��ܘ�&��Ĵ&7)����
�F����aC�����<��ge�;w�Ah덹�ۯ��"���<K�����M��:/w`5K�������G�h/��g2aAQr�?���Q)ˤ�s���cs3d�#�5N)�~j��Q��t�a�-s�n�~�����1�\�UOž�ueJI^cf��h�����<B���x�秡�@�����
n�?;��e�
�\]�,ί�e��y0xD`?i/��0C���yr�HN���3�(�-����Wiۥ!p(���!�CVw��h�h+ii�ۨg���/�#ԅ
�t�_�h�j��(��s�N������u�Nr��B.��\�v�qĆ�0=C��6&`�(w6�c�ݥq�u�x�)��S]@+&�4�{�����`���r�lSv\P[��רoP�CY����'��h�X�ݣ��4ұ�U���"�go��_PC�Oؠ{��'W��9�k�rV���pl'�Ӓ�ۻi>�kUe�89�吱�M����u���O�ؓ�t�ǵ�u~j��۔}��
�@�	U����ռ�;4�%U�n��C�ߞ�4�(6SjH�cJ쟊�V�B�b}��U-S�)�e��9��vb�\��^�:ב}p���S��<��y}W�]|����F��<I�e:�.�̫���QKvZ�1���	d�"2���U�i�yJ�r:����	��+����r¼I_��0��;�߇6?�gt�Z��$��7(yw	OK-�l��/4���6��x�m�B�G����Ұ�7����"R�?�d���!5B�������752�c�.}0ߑ�܄g�D��?V�چ�`�+;{f��-Ϲȼ���	c�,�[�.����R��T-$��j�v�xDurf�\�s�LйL�FG��$�>�5���Y!h*�5�m`�lG��g�J���6]�����h�C�H���U��g�o��ɚd�I�!5I���g��3Ae=9����d���,�u~�]��P��9�rej����BF;��+��f�X8eY�.z*���TQ�XZ�Z_4��$���!��T�I�ZE*�D���P1�zP�/�X&`�
�}u~yG�F��1�|x;Y�Әܧ/`�C�x�&���N������dH�	oo�~�"��`�t��D�#6�(κJ({.����7֎M�}^P�Y���5o�6�����&��k�q�`3���e�*�w�Ժ��ci�=���bz�'F���uts�v��"����uLs��)������3��I��5�5�>$�=�ҽ�;&$�8�"���R��hn�(m5�<�m����d��A� t�4#�VW�e��`��$�Q���&8�<�ƍ��G��)���s|���X4�^�� ���
Z=�1��$&��X�!�/ϳ�B��U���c�D6��昱���K���:Gm�Hz��E� ����ޭ�IB�&-���ط���l!H�1@�v�Dj�J~���g�)��;�o'�A�-�`�s�r"���N.���e5�;��4gm�'C(�A�wr�ʡ���H"Xn l��ʫ�&i�Q-�O�������>���M���&�}�C��h�����~v)�{2qz5��a��9�c�e���pl*�v�ֺS�-���Ze֥pd��]�I��DZ12������N�F��f��4�rE_g~X�l�����\2v6�I[�d�
��&ӠYv^*��x�<���ݛ��93���,��f1�Fݢ�u����%,!F�S�,+��l�R_�O�����H�:D��]\�A��uТ`8�Dm��n��ɚ���|%�m8�B
Ō\�c�X��� ~;G��v�,&g�1뾱de2�ǕMm�G���2�N6U�2Ē&��;�l�tM�4Q“Q��!\���,Kt�}�)[ky�1;I��F�h�K���J���?�,`�k�J�ؒ�ή\��W�����_,-`'%�ۘb�n8FH�^��ikL�9����BM�ki��:�&ȏ�۩ug�|�������4x\�l1D\=.��U�(�M�h>�+��\9�s�S�@�3����X.˹�\�X7b��/K��b����K.T}�g�h;�Rh��e=$��v��
Jv	�N;�+ޡ�{�KAN�.�%#YNѡ�:���qb�$�
l�/��Ib�_�S��c}��q���&��Ԯ�1�f��������A��yH��5�G�_�<^I�X�3F��I�z�Fn��yu}R���g�x���C�������h̷}��
��6���X��I��GϚ�<�ko	�w�=/�t"�*��ӓ��+m�DMv�q���D%<�Ѷ�I"�m�O�=���҅��#�w��3U��C"+)&����eA%��2‡$�{5}*c�b�^�,ziG����A�97��B�7���^��6�f>�i�		w�\��ex}��ԙ���>��p��/�yȦ��Q�}7̽D�Lw8���~��+g�MD��v���'��t�c��-��D��F�H�+d�[��$�(���>��,�Gj�4��w���i|u��]����c���YMZ7�en�VevA��p)aD�x���;�Wo>�*J�wCq>��?�Su��jߤ���6V���:6�qN���&���6�%��	��5��I����;���l�3��*L�X�Q�r����I�(�
��t�i�l�ֲ��8jI���P��LN����c�\F!-${��/R�Wٌ�����%��$�,˨�v8�a��\��|�.k6�rH� ���_2)�d�{K3#(-�nǰ�V*��/qb�gI*���W���lS�ُ��B+)@����Yg��P�넭ӗfp���j�*�,x���%5Z�
�2-Ic�v]��wh3����:%S�L9TTg�h{�>[�����I�'�����<�l�z2�kQ��kA��o��׮�'sll�Pm�9P�U6m�t��p�=���&&��?��"ݩ	��"�B�^F��7o�/0��w<L	18���>�ⴲR�}!(��i��:�[�~�d��b�~���S���H��d����ه@=5�;N�Ƽ��?�� &�W��i���3�Eŋ����i>RL����ǜ��/�ࣟ_LU�t�
>"�.��f���k�H���-��Hv�;�j�7u�ۺ�N>
�|���SO%�%{��/~a�E�7<[UI*�[ܱ��k�N���J����v[���(��<�h(S�=��15�IV~���l�k�숛Ћ�D��Z�ҧc�)��j�NNce�ݟ�:�/�{��-I�IEND�B`�images/personal/arrow2_grey.jpg000064400000000533150752732510012610 0ustar00���JFIFdd�����		��W	
	��?��e�_���h&o�w��v��2�ɔ���28��a��d�$�ޤ�]�_�d)��V!����m�VX��images/personal/dot.png000064400000000210150752732510011130 0ustar00�PNG


IHDRKm)�OIDATxc��@%����; 2@��o�V^���?�P	��u�Lf�a���܁\�ĆV��>��
"�Q�-�@թ�k��IEND�B`�images/personal/grey_bg.png000064400000000126150752732510011766 0ustar00�PNG


IHDR�ڿIDATxcy€���I��3N��&3*Fd��IEND�B`�images/personal/footer.jpg000064400000001023150752732510011637 0ustar00���JFIFHH��������Y
ab������?��ݮV�p�k��\^_d�/�W������o��}��`�@���V��
�|[o�A\pp��W^od�7�W������G`�;���.���[��
ݮV�p�k�@���.��)t4K�� U�@*� y}�
������
�|[o�+m�
}m����������8
��+���
���^od�7�W����images/personal/navi_active.png000064400000000130150752732510012633 0ustar00�PNG


IHDR�&��F/PLTE^^^i�2IIDATc�`K���bIEND�B`�images/personal/bg2.png000064400000005053150752732510011026 0ustar00�PNG


IHDRXUR6�PLTE���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������Ü@�	5IDATx�I��0C��>�w���r��5�������W��LI@i=E��8���n�Ψ��J�U[���jL0sN_FuӧE�	��P�T�kW��*^Ѹ��x��t>�׃�<S�^�y��j���E�/r�+#��9�ɼ5�j�Ҝ��n�t�6=�U��վ�p�l\6���vQ�a��c\��y>E�ʿ(g&�XxVoa�N��xp��#K�q2MN@#��ٗ�D��{|Nр�
�7aڿ��_�gÖjCۅ��~�O��p�

}
��"D3�\0g��Ȣ��AN{O�ԌP���"Ѱ��߀��;�^�lc��تpr�Yu�Q�����&w{��h;�`<�!,˙i���n�9��"Ύg�n��q�w����u���������J\���NE� ��/~��"(93�s�(f�Ǣ�������h"U)�E�au���
_�[���coћ�c�x�r��m�6�m�����g�v��q�z�Z�<��*�mc7�q�m�p�y��3��|��n��m.�*��U7C
C�}y��ڂ	���c&9<�T���(��)��6���;�9
����{c��8Afro�6ޢ�_oX����}���fuK����>������ 	�Y�:V�#���9���J҈�I��c��\�`W�T+!�	�K�!���m5-<�o�n{��(II"z9�A��P��5j%��L�5�&��{�(�OOyt�j��@�rȟ��Ɠo�Ƹ�O\iQ=�$8l��Y�3��<1�NG�
�ʸ��Vr�ԏ���%P�f)�"pS0M�=�K'[p4�*t�%q5jr�I[���z��$Sѵc*��B�r�82�l%���c��M9[��-�0[�Zh��H����!���yGݝ"j��V�@��D���3�z���V]cn|U�QӕѢ�������UW�no}o�>0����{���zR�S���]���O�C��JM�J`0���3��N2m5Ѐ^/T%��z����%9�ș�Q�^��R&'�TzS_���0W��p_�pi�,�����~z_���]��1[����!�4\�]}�Qtj�)���*VZ���θ#˭�@��
�"#�`
���6�QugF����D���I{X���=�~�Ր��o����C$��>}d�v��ٓ�G(��c��}��`��A �s�c2{�p���ãǴ\���K��

�Nv7GOҙ]է����P�:��`�j�TYI�b�i���c[�fgmΗ�[���m�|����Yar�L3Γ+д��&�"�0��'�����^y&�u}ь'����I{ӟ�92IQ|�Rh�U�����Ǐop�7�����i&�0]��KA&Bo�N��x)YW(#�lZ[cϸ�+���՚{�6�xJ��z���b��\WCh�0��U�S[�)�6��[q��?���~����I�vL��"M��R�՚�ju��J&&��0Z��i�l�m��+K�k��3���Z
���RMɷ��ʨ�	��{�w��Wv�����0$�ۧ���n���r��/�^d%~o���>����E�8�*�j3?z�UD͎��1�_�+��3���f���9��ju�w�I�����|�k�_���!�o��L*2r	�dD���d�Cg�(�10�������55� �_�p�@�a��G�o2-�B��F''by4@��Z�:Wkv��We��v��_����aܠ �ga�96@���b��2�ՙ���"v���d'�L:��TRP+�N&&�D_}ͮw���X���F��2����gX�5�?r&U'_=-3�7g�+V��?���X�I�N�[lk�Zg���hRg�a��^%g�QD��hU|�?�9z!l�&y����dJ�H�{����b��A^�O�9ůS�un��['���y}"��[��'+}�hp�`�����	u�\�!w��'�}��zu�~]�y���-���Ѱ��`vfL`��
���8�[?��f�^э���˘`�F$�[u�3�N�3�5)�Y�q��έ?��wV騅^,ai��*`@^�T�h��d��xS�E��,׍=��qK�9�2T)˹,M�q1]ba�q(e�s���uʸk�\t&�J&�N�98��e}<�s�\�W@ɱ=4@�
��9G�Ŏ�bH�x����}1�E.�w*g�6@��Т��Q��q�1,=�$� ΄j�,�KI�0Ǵ�~��������B��ظ���l��L�4"�:PPX*T�	�ܻ?�s��L-��[:���	��2�庅`!N�������^Q��IEND�B`�images/personal/ecke.gif000064400000001471150752732510011244 0ustar00GIF89a�&� ���������������������������������������������������������������������������������������������!� ,�&����A,�Ȥr�l:��(�@�Z�جv��z��B.���z�n����C���~����~������������������������������������������������������������������������������������������������������������������
H����*\Ȱ�Ç#J�H1!��3j�ȱ�Ǐ C�I2���(S�\ɲ�˗0cʜI3f��8s��ɳ���@�
J4���H�*]ʴ�ӧP�J�J5ꆫX�j�ʵ�ׯ`ÊK��ٳhӪ]�۷p�ʝK��ݻx��݋ׂ߿�L���È+^�x��ǐ#K�L���˘3kތ���ϠC�M���ӨS�^����װc˞M���۸s�ލ����N����ȓ+_μ���УK?ޡ���سk�ν����ËO������{?�������˟O������ۧ�����(�h�&h`6��F(�Vh�fh!v�V� �(�$�h�(���,���0���4�h�8��<���@����Di�H&��L6��P6	”TVi�Xf��\v��`v;images/personal/personal2.png000064400000046167150752732510012274 0ustar00�PNG


IHDR$ [�R�PLTE4H&U�V�P����L}��k����)d�X�L�c�OZumv����e�;u�R�2l�h�M�,i�J�AqP�
^�?nN� F:Fd��Eu��O�Z�Q����]���
Z�����T�CtHzU�I|C{���\�b�3_Q�
V�/ZM�W�������Gxj���G�AY'N�/X��+U9o�*T8f
&O6q�N�K~$LO�$R���
"I���
Z�*p�'P��+`�<k#K2^2\N�'LIQ�R�J|K~%N6d�:k�)Me�+6bV�L~>s�.UK�����P�%M
*Q	%H��o�f���	[�@c-X��,R1g�4`6d&G!H5a2[|&>M�Ev1\��:h
I���T�	#E!H.Y|J}L�
'Kg�h�g�;i���e�$\�p�Hxa�H~"l�"r�b�V�Q�T�Z�<j$i�]�%a�?x�?n`�+r�!f�T�$p�R�m�Y�i���P�Q�1t�Aq)L���D}���Cq>p]�N����*8XJ�H��贸�^�5b��?v�
%L��
+O����P���@dS4^	&M	&NM�
(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�&��3u7nw`�X�b���/dX�[%��.[
� ��۟��H�WR��a�a<K�'	�8�[��W"{����f��vy���j������}%��V�%� ��0C�rK3*A$"*Q���jh�� �����J%����	D��q��i�q��D���IC7ت�<�JL?�Tb;RՑG@*QN~����#`_UEя���¨�k"0��ݤ ��j"�^��a.1-�<fV�}��%n*���k�D�U���P�"0�*"1}aT{$*a��[^9����$"0�8���A�בG@%�M�Tn��Y�Ch���s�q[�FUR�5e{��(\ߕ���N ��Ж.�qG@�Ÿ۱T�;^�4uܑP7b��+�7#U}$n��e���N�FUR�	D�Gv(O�ۍ�*y$�"���8-���+u�P�5�^nN�۔�Y��;������^�����"0����iy��HS�	u#�����%���	D�׶<)x���ID`TuZ�fss	"?P	�]�
>�B��H�T�0}�ǫ�MU��������B$����5��PKa�}Z���^�ҕ�~�\�F�sc��,���\X��$"�@%�q}Wj�������ㆶ|,��
�H�ĭ}hx�Z�
�H������i";P	k\vx,��+MC$�*���C�s���J�~~Uh�c7��o�D�F�KUۻY�Y�54"���Tp����^��2@�U�ۨT"+�4D"n@��1t�J\��H�
hD���*���J��[��p��
�H�Dvxj�n�6
����s�c��UU��H�
�b��Wkϱ��D�/����HL��D�|-^ĸ~,�
¨�7�"���q}�P�D*A$���!�{�T�*A$b*�ܵ]+x^n�O$Rn��z����f�x"�P��R�Y+�H�T�\)Xw��D"n��¹y�RP�gK$�x1��?U*qwV�H$��6+SU	 ��%�n�竅�aTE$�x����GUDH��|��K�K	 ���!_�*o�\�HI��r돡����P�mUn�0�"@
�8�2W�/U	 �H���R�{a��.�?�X�1װ�����B$���
]��̌�B$�n�k��2gm�`�s�\��r5V"���(���v0V���-��r
�qG�X�\6�
�]�������
ʱ7V��B%�O�QUo,�R�K�c�b6�
��%��%W���G�Hx�*�p�K"�0�8�h�*!@
��?^|ko�	 �["+_4�����K��qJ�]o�	 �J�^lFg,�R�Dո%wc�	 ���^�so-��x�ꛆ<�%�����MÔ9k���KU?ػ�6�,��uɈU��	��Qp_N�&#]B�8{	�
�&��dS5� �I�
�Z�ۜ�֎����\��nR86)isb�h�W��V��bZY2:�g	D�O�8=��ġ<��J�ü�D)�T�ߕ�v�aKV�~u��*D����7*?*i�کW�旪�R\��+Q�m"n*����+�H�����U��v�Q���+�o�@$��׿��
7���z|���/U�"xRU��2B٣J�bQ8;ld�0�֋�ͲJ�{$`/{�c���]D�">�_�W��,Y����r�^�xv����u��~�+����a����m�Dd�J�h���2DW/��hQ�9,sfSFl��(�[�%��IV	D����c���l����)�d�Dt�|E�����H(;�u�e"�Tu� �z�a�Sf(��h��j�˾m���2>���w�b
#�J�3��/`8)ݒ���q����O���'O��|Q_?�F���*�_����Ҋ�-EpY_��)1���e����L�O$&?p�{$��øR_�6B��|~KՋ"AKcqS/�.��R/z���j%����Y%VW��1'�J
�I\�jj�,!riE��6Zt��5�e�G���
�/p8R�A��+���r������)(H���{��+Fl���dG����$*O�z�="��y���N{�j;miQW��bhޫ�S���ş��������)r�N�;�).�c��%���>��i��;I�;�,T����� �{�;K�r\��z�i�O�,�8�x;g�ńGD~���X�̧�s�w���n�{f=#�,q�
gU��
c7{/�H�k�Μ�HYZ�N�E/�$v��X�H����w�;���"�d�h��K�ȕ\�/�D���T�W%�R�K~�9/>��w������q�Y���fo�2�֒�ȗiݙ3�0~�q~5�t��G"n;���<�{����۷�?FΒ��H��);b>���b��ngM�HA�竱Ms�s_?���r��W"�%�w��vv2����K����.'��IC
�~�9�,�"�����/U9E�"�D�m�����gI��ȗ�R���2΅�Y��D$J0K���[0����<�[����o�KI�c#HY��i�q/ध{�J��/xt�����]p�~<<<Lb)�t$�%W#0י/&��^�q&��}g�#�ng�`�ݢv�u�<>kI+oĴ��(�&�>	鸗��N�Qb�#����;n��K�H�8������1u��z�K��p�ýۈ@*q�|�]"-R\Ƴ�e�J�ߒ>e���f^�$�����J��k
��$�T�.�ڞm��Q�Ɲ>�,.%�mY|��
-���ƽ�9��{$`��F�[%�u��ӑ����Ņ32f�o;y?����c�=��"P�J�{0y0�[-ȷ�� O�n�vv�mW�K�O�SwX���#D����ᨺ�Xģ~�zv�0v9��IԒ�q����WL��iq�eev��t$m�%�UF��M��8	.�@$��j��`�N�(�Hj��O")��E�j��"n�콈�=� ���d�{\-p"[QN�TZ��Z	��m?M<"KV�A$n@	\�f�������	�"%d4'tأി���L�v4�{%:r�E�	(�[��Y�y�R%�6)���G㦭�#{T]�ǂ|Yuc퓲e�}�~?"P�J��j��1v���8����Z����=|³g���,�#�t�j^��S�oK����OW�&3�i�{����q��	�ߗ	��(W%�w;E�1'�Y���D: ���m/?dtfdh��?���ٗ�سPO��+1�]ў�i���s��<�v�<�����b��_B$�\���NQ�D����s��l>8,�)�/(!����2~?"PVO�'��p`���Gͳ��„���7T��l��t�F�� ��%��k�%���TEڟ?'��)�ya�1�2�.L���D�}b7��S�"w~W*=�렶%;E��^��N5���C����H��l�81WjE�W\6�.LlM�1Q���E�T{DkMgw���3�@�*qu2����T�f��t�V�w���_�o���-i�
ȗm�Ok�D�*q5kE��Z"�KQ�����w�D��HH�H��_;��d�ϲ�Dv��V�7���H{D>�=
X��i,�d�q�|������?{6�%�i�V0�Y�v�l�pw�%}}��E<�[)=� e�����VЏ�q��z�y$d�d�V'	aFQ"H٦V�I��:�g�]�D&�l�H��Nmu'��-<[�@$J��v�J}���*}�����Y��L
�rT+bTB�Wof'���+�%,�p�f8u�46f�5i���eZC$6��i�7�)[�²7R�d��\�H�@v�Ȯ^��fA����V�-��z�
�~��C$6��o��f�qq2�I�r��="��V��=YR�Gof���n��䳽���,�ƚ�"����9�$��T&2M<�q�C�CDb�*�ģ�RU�hЌu���m8y	"��'�Ʉ=n.i$��R�"��}�H|����|/q�NsɎ��ZS
"
X����!�ɬ�'G���,�0��a>y:�y�\��e�r��8v���� ��V�-ml�Hy��F$6�7w'ø�����K�r�H[��|"� 
P��q��#)z�eK)�z�H۳�}D`S=��g�Y�ag1J4�cf4��]���pG�	�M��W�Y"y����f�C8�Vl{�|m]��^�����_ٝ��[E�:�!�{�a��"O��M�č��x��0��g�������>���Hl.@%������u�Ռ��X���R�)Dbc*�߽<9�
�+�A̽$�>����	�M�K���ݝx�,_G�qHd�BE�	�M�%��'qcP4��;H�z�g�5	�M���qu��M�B"m�n
fFR�	�Mt�ooN��Π`G���&�i���"����&�񕛓$mvFP�
��?s��H��E��,�{:,�O��>��]�B3@$6��^�=,���HY�5�5$W�h�Hl.@%v'��V�����Y1�|6n"�|�؝�����'r�(B$6�_ٝğo��)!�%�`�\{1�%v��y�G�6�k P���k�e�P��6�"�ɮ]�X�ǰ5h��R�"�J�q���JLm"˴��*��]v\�$�/�"s/��*���HF�D���vatX�H����.UI������}ibj�;��f���߾�
�K�������x��=��|������%P�|�8M���x�M���k�J��H\�J�ӎt��� �%vd��D�7`�����^�5N��*�K;q��H|6�o�v��.�T�H��g�ˤ�H\��M�^�W`�}⿞��W�cD�'�p�3?x�+?>���/�_E$��7�F�4��,�!���(�9���� VN��]fu]��{��+)�cY#k���"��6x�\zB�W靫��{�i�de{���7o�bׅ������.��!��Kg��Z�r��kCv���zI�==��_K1[��03!���T�$�0L�oY��幧������=$�t���<�DĈ����)`���22�3|:�1�.�
r���)Ř�L�x援玧�ނ%��?���$�㎖��<О�����~�#`�X������=��s�@�P<v�R�����c+,������d�j��\	�j�K�f=�P
b�^�d�6*�-_up���#&K���%���.�ޜ^Z
��p����D��rJ�:H\v��Q��/I��
A�T�Џ�Κ���̌�(���(I�ZЛ!{N�ۆn���)�M��=���_>w�I�7+�IA��3���R�ɛr�h�~��)����N(M�a�~N�=�J�Q��1�A�'
ba��m�S38iO����q��'lX����y.��F�@Z %�fҗ�ˁ>�d��M�ZمJ�uAJ��g
��O�����%a�Lp�%��o�鐮�l7t؉ik:��\A�PF7v@!(��n��N�os��
dž���9O>��W�>��'��S����H_&A_n��&�s7��O�0�bى��>� �+�^�:�C����ܪ9I
<�n�C�;�'�ha�1��e�5A'j��2��@
2jw��9qq����d���*=01@������T��8܍E��bg�,*�S�2�$�:�7@�@h<;��(�j��*X�:��h���#%�5�e�9[�-@�B7�Eq�x�=m-�ǟ9�%�#�f�y5�S��n4e$	_�w啗7���}�"�����<���& 9<$F,DP�@��Bt�#ʠ�C�"��8�
�"�(k�ZiameiTh"��p&�']
����P�O�M	��]׌�q�6��x���D����[�0Iq0e#�V�@�F�F@�]P����� �<x���67�_���i�J5�׏�7,�)E�?�4|�D��8V/�Sx��k�@�����B�pB���hw�"
ze��1\`��
�s�`Y��X����1L 
d���"	�o{a�
��w�sD=�a�a4�М�f�Q�X�jk]��+]��>�CED��Y���᧋F\�W�/o�W�czG�ِ�M��|�d2���(�-��E"a �f�Q%�M�ܣH�TtS.��隦�5M+���e���ZS�&(���B�7:-��A!stD���V�9�9�J0-c��.��a%�̳�B��2�a��AlC[C�go����c	X�W���)	�K�;z�I~^n�aj�o

���[J��hnt@�MD�B;l؋SJ4zO���Xrs��{6�R$���r���&�0
��M`���
ސA�'�ى�dr$��f�R3RT�c�V3�5��F5%մ(6�W.��ЪZ�Z�\�V˳�jK�YAY�c�C#vWj��Pm��uyC^�@�ia(>V`����{�C{��@0c��#�����-�9ct��⇷}��C7vvv�������K�G�ǝ���0Z�FQ�A#FY�.�Z�M�k��m��Su5��>%
ƈX|-�6Av��LD<X�V�����Z�7��UՋ��ӄ0V8���P��@>�
���%A
�i�e�	$�i�����j�%P,�*�6K�LQw�š��Vf�)2g�=P0؀#�
�n�c�(��;�.QJ2=��
Y�+<H#�����0�6�q[/�gHbg�; D��󧎞�&)(�Ietj�2� # ���*�U��
�
��uP����:��~L�A	Ztp�&\�#!��'���Kp�>h!�E�T�R(�y�}�f��	'�ʪ�B����e5��i��Ԕ��b/aKf��H�$��D���؟ɤ29�,���}��oJ�R��8�e�(�9T��N��M#�Rm�$"(�tDW1=�����,\�!2�
��9��Y��d�Á�	F��M�TA��J�ƸH�Y��W?�_Ky>�A�ʈ�ޘ��	/�#!*8�찈𦱪�(.���-�(��b�X]ՕEWUn?���sR�Ya5���l&�=~��zH�ɼ�:�B6��\����U��B�K��T�_C�R��pB��@��
�L&��dc1�M�i����1D��=�T�'�d¤���h
m�JX��BX��7��F�Z^�^)��^��M	[�j���
| H7�C�*I
�:b�P0bw�yA�Q��L��D��8��x�EE!�b,qg8u�����Mo�~b����p�'X�!
���
{��'�x�11 D�!U>+`�rR�Be!tM�Ԟ�?i���؟:D��C����1�`���_�� �`b�T;W�WFVW�d��Kq�AiP/6�# ��W��T$�9R0=`P"��g��s�T'p��,
�R�+�Y�BS��E�����S���>X[�b��i3�1[�j���Z��DثK�M�9DL(��9_��{�8 h�Xp#urG���4Q�|>�9b�����u��$\��3,�a
���Egqvp�
��������2�
�T����ĵ�lK㱂	�
h��#[�)Z����PL���Fܐ~�4k������[l�GN�����D�Vx~���f�13����>�wn]�*�V�8~��\U��#������JT٬öB6V&&
�"���0/	ԂR���-�,#TiA�d�Ȃ!�j�i/ U*�V+��A/�(�b���e3%�u��v�YZ@
���XZ�Ts�$���N��Q*a��|a�/:��[�Ҧ��
�B�/t����X�l�ll����x9088ׁ��/������6 <�@`�VA�2@f��W��q��Z
�1p��N�А?g ��0��W�z,;� ��R	��P�^��]��������k�R�8~O�)�;���l��_-(#l���>ښ~��\��M��V��4�`V��n�UX�+�DI����X[X���.��/8� ��JC<�=X.0����Z>�b���۲�BEāb�j[�#�Z�.k5L���v�^�<�7�8Ͳ�'���r��r��m�yf��������O@��P|��Wf�R^ĝIx���\����
���'?�����>�PHcS/B��lŬ�4;/��cP�0e�+?����)�G|��GY���g�c<�\
�Z���}��'S£�P<����j�6�6Î�	&.%�����}^Ltt( F &���f�B�B:��jO.P#��V8�T�^�
Ԛ��k�~Vh�:��D@����"��t,_v�<Qi.Z���)�!�.���8�;t0����Ԑ@�foZE�#<��e��*�� lS�M�H``�!��,�9ƃ�hQ`w����i��y��Ǝ���Ͽ�K<dh�� �]��i&(�D6$��g�
�9������;���G�t{ll�d�����ݻO��5��fܙ�s����gn㌘�^[ۖ�z����?����o�r	H�/�_�"�-}~������JՇ��o�vy��|��AX��@m��A�o4���I��_B
0C���`�!� �����˱D �2`?���D
�Q�7	��>�
�Bǯ-�����J"�1���\�*�+�íX~/܀VD��:��K9J��fK����uPY\��~�����Y�S�J�ݵ�H �7X��"���L{+�W��0�<�X.`���Ă�_ɥ�a1�`>��_������c��S���;Pb�!hA:�xh`|
�ln,7������7
�,��y����1������W�N\]���ՏWW��N���9�}f�ଞ�'>w{8A�2^��?����/߆[��!S�%WߟՏ�_��	�KI}�+�[��>���~�iP<H�E�����AE�G��]cM1�3x��V�l�-��ѭ�}0��Pq1�"������k�?1���@-D�9���-���;��0���k�=�X�3��H$����L��('�����R�qTZ�A7�@�*��G�t��ЕE�	<����Qs��3��@u��Ͼ!������TB�/T���tے7���Vl6Q0n�m�T�_�
�ƍ��k��"ԕ r��X�Y\n�A_
��H� �o)��Ϡ�`
g �驤���Nn܉�G���8^��8��
�6��PO1Pf,�;���qI(�^e9��\r��ꯘ�շ��S��0d����'�K�\Cc����)VŨ!c��
06v-&Өtt��DK	��
p�V�>I���X�$1)A�+����Ԕe͑���P�#��]|�|H��~ XL�07�鴸�0��X�өԕ��8�N&.:�G<k/QY$uR���j��8�+��ZfUꮋ��뉗/�j$�P�&%��m�����|"[�<bqϷo���iL��!k�,��c�ﱌ��!���s��� -D����V����-p:��AC���JwL���o�����'�f/#���Ǩ1&�'�����1��-q��:����]���X�����8Y̞���Cb]�A�j@.�g�"�Kx`W<�.��~(�9�T��K	,)b=#j=Z2�"��%��}] �Id,7�z�_�@�	S���uh�I�W�
�n����c2�BsshG��K�B,��@6�R�^'ܐHp�Ţ�d1I$��qt�N�a]��#-�*�F2����b&#j��Յ�RY�1�d�px4K��(,tK�(��$�n}�P���9���pImi��3�͞��&�@F1�á�B�5�;~+��L�{s��_�]�#�@/R�#`���VI�5��I��t����#�I����]�cr��]�+��-6��-H�l�^����L���:��x)G��A�#(�}e)������?�ǐ�f'���++8�<�����3�
��~b[7�91J{�9~%ˍ�J����mJ��Š���.`��
�g���$�0���%NPG�Q!�U���s;�61�u7S��#�T�B:��Zr�#mt#0�XwCx�~�K�j`��Ƭ��𔲒�Fs=�K���
�3�:DJj8��Ԁ�@�KJU���A]��S�%��*��/�\�
ݓ&uhS�L���p�6��N�I�)���R����	�0��^�	��ۜ���@Y�A'u!�~����s�Wn��)��엠��+�z`^.�Ń��jPv`����KO�Y9L�J ��c�i|�z �}��@\9�y�B�?BVPqHey�#-0��BO��E
ԕ�[���G/�As���E)���w�]�Y�Kb�b��R>��+��h�v�Ta;r�:�t{}�B���1��
�d�Ѹx=τ�mVt�r��N�C�:��x@PS|���W|���&���_n̠�x��<��Xo`YҜ�7�ً�X�̄�R3��!�T}�1�zґk���0�Kv%�8,aYr'�Ɛ���cwa4/_ewQI�/��z%]�w��9Z"Zg.X;Ƚ��T�p	)D�n��w*��Ka���W,,L���	Ngk�Z^�[�H,xPB8h#�EaҐn+�~!J���p@�0����X��E7���z�y^�8](H33�c��8j�/�\�1-�b�u����!��Xm��8���g�<��0�_(A�=S9��a�@9���Ls)�Z�)�=^����W���es�ZΕ��r���z&F���A�=�f����f(�A)��{d��Փ�U�z��
�s�8K���JN�R�G��w�|M!�Y�tPK�9$
���"���U8p틬+b�v���3@��Y�w�
�g|Tq����bu��J
��jq�1e++��>�=)��y�
�� �����l�rO��vfR��W�ZmX傤�Uj�i�zEbʆ˵��-p�8vK���m�Mm�7�lJ��,*`�����
�ᦪ���0zx��4�>tév6���w�U}ԄO� ������p@�eCÖ{����#�ᛓHH>���7z�·�V�/^h|�:Wx����\Q�����S[�
�ɥ�b�����Q#���~Ղ�{V�A��{r�� OV��}E>�C�T.�W	�Hz2�<�!/�����~�V-ҩ�x'�z�p��=r����zS�U��J�q��4ڤ#��/y��Q�}q��4�W���U�c�+�=&�!�]��K^�p���o7�]����>U�$6�8m�B�R�C�`9 �d9DkDu&���X��0י�K~U����
��PW2zT2?x�|�����5���{~�/k���f	��T>VV ���k��p�\���ߺ�� 2�
x&���IZ�@&҅���\�=��-��'�L�K<���q�_�A�J
��H}��55�����iK���Ux�<.܉b�����]Mg�\g�'�� 2������&x���.�)&a�oB	�!񀁖��v3S���˻)
��@�r��q+]S>�F�z����CYM�p��x$��sݖ)��F�a09�T�<����
6 ��&��x�wAO��/�\��n���;o��:QD����p�p�p��ChQ��U��y�x�ƃ�3�<��,:�}V��!�	tZ��� ���d7��X�\U$�<y�I
�H��"ڗW���3�1tT�zĀ>dzb����}+:���ɺ�鼌�ޜN����XO��Ϧ��T�
T������mf*>.ӄ�W���tq�F�.�ӿt���=rP���O7�d&�l0�p���,%�0Y&�U�E����)2 	�6
����lRz��*6E��	N:T\K$X;���z���\z"����/��Z���4�ԩt8�M���V�B���T]�A�� /߃L��V�vںH���PXp@
{���X��cx�r�:�L,.[��RF@�D��L�Z�c�����nS
����j�r��*���)72�}#�e��q܀�j��� �<�r��v�v��DH�	���L%���]�I���1z��H6KI����y�+���a
j_O`�P;�R�8��x�8�+x<3�)�d"����ߎ�Yoi�]��>N���y�󀯓h����^�nR�sw�v�*�NLj��=���)��>.�R�����t<�z��D���MgrRԳ.n���-�7����7�E- �ZmlˢÔ�F���k��P�Z{nj��]v��2g�U"eء*SUM�d����,����l,R���Ay�Y��yy|3̚�O/Ɵ✛�Y�
�A�]f��6p4Ν�uؕ<�?�f8�,p�$Ԅ�p���Ә</;1�A�O�糌�P`a��Bb���ż��B��<)��?`���.S��=+���b��#��u	ヘ�_,�[�܃��Š[c;��F�"1��0�`���R�q���b����n��ZH�A7�QԖ�\�,Nx�&�
��8�c�̕մw]$U9����Fp�{Q;a;�-"���U��Ha9��C�t�����HY������3�o���"h
�
���/m
y�{�a@]�p��^�r`H���`<�XD@2���M!�`W��j�Y?�]g�#���.�簤j��tY@-U��?M�c0(�B~� �[�Vp�{�������p7~�W#Z8X�-/&:y��G+��
:�٪�D�qpP�(j�1���ۤD����[��=w���.�*�
��@�:3K9�_��K�|�
�-�jQfGԖUwʕjISvi�dB#K�Jk��κ��Is����C�5jW6���SL�~J176���$3X����/�,Ƚʡ�x�u?/`�����qKt��pFh�+ׇT���A
�2����<�Y�	cy�}?�ì%ȯ�UDP-�WV�����c�.���a<�2���a1��L#S�0�ȃ4�$:�z3��]7c���_��.Ҹ���F��h6d93�c鐙��q��l�J�c9n ���|pݪf��6��w�yX�r#*�Y��ث�4d��I��CÒ��E-F8��p@�Н�T{�PV��JhQ��j�hj4�_u��Z0�w|-l�	J��G��[1ط0���[/0PU\2+��WC��g�$�����}T���������^&YD�ZX=`�p�:-Q	�+Fz�K`qQ�D ��\f� �7��m��
~�����\�.ӊ�\��l\����l�X�%5HƯ���
�b���N�V����.i��[�n��4��41��9�t5mr��z���"�k���ո�|QP�X~�O1���+��tAa�^+��<oD}�
�Yc����l�!�n���~����A��Fj�v��f�{��ʵ�D�zI�9T����xK8c�j�(L�a/,��@��F�R%�mI��
J�q�p�F:o�Y_Y��j��D
�:����uB�bP7��Ġ�Ğ�0ϗ�_�-x0z�r��
��Q�5���."JY�-�D�s�>�#�isf-I4ͼO�gڛ�����X��
���O!�ldyq��+�(LM�>Ũpst�(a�K�5F���e�·Ĩ��c-��ʎ9�-�v�=� 	j�'RR|�.0<�#4>x�:J�_1q���t�1��a(�"`�򋋅Ep�##㪺 +`��|���D��O�ghf�hR⣄��v@>�iV>,����2E�'��v&P^l��~�s�vP���j=��r�X��'��D�Z5���Y&�y�]5�9^�C��a��=�Smv���o�o^Q��)LMF�,n"h
#c�9��a����������N0�����!J�u�#�##�_�$�,��C�LD�j����`m\�k�l��E�����N���d�R� J
x2)���/�/�
�d�2���cq�/��n^��1�.0�=H��2�t��)MZq<���ݒ<��{x=4z��꣇Ҽ���y�0�Y�K��
aN�gY��ʺ�,��h
|M��
�B3F���sS���	L�a�|;of����G_�>�`����@�o�oH�w�w{����F�{�aRQO���}��'��")�S�E����P���و�?��E��0/�Z��zxj�3��U�|[*��Ҿ��
�C=:9�L�V\ϞYG�ӤQ7֟��i$b�Yu���Hrl9�j@ղ%)<�L���	�ap>��gr��@N����ʁ$�k���*�)ze�,��a��	��	�@)�!�b�9�����M�xz�}g��{��c�Y��ƍ4���	��������p�I��6�$�VJ��H��Cj�_�T�<�1d��€<�2��	�(�,�H��1����@)��xw�J3��#��mʛ���K�b5�F{�$�*+/B"���E�z�Gy,�ޜ�/��M!u��QM�z=l�Ҽ\
j�KB1xc�ʟkUW��Q'�7��^vz��󅰃���a��	(=|��7�m�y���w�'�O_5��ܻ���c�LB+$��i��5S*�/ΙIŷ����o�Gcw��Ғ�O=����c��m�,���([ ��7N]�ݥ�я{L^+�����;���1����pCQ�[:�G�,<{�=f~T��w����!fu�Y�E�ӟ��s��|��T��4A��<�+�ld!	;�Zf!F�!>���E�u1����S���~�	�0��53_��}��9�Z��}\�c6TfX����w�
��
����Q1%�����"���>S�F�FZ(�
�S�eƽn*��H7�~�P��!ZX0e�� R%���2�"�-̆��i�$�!u'Tb�m9Hѽ��BX=��~Oz*�ȩ�%�$�{y��M�
�B��|h]`F�a0Uǐ9��<G���Ӈ+*B@X�l��3�e�/�����������m��8�&@`�d�f3x�m�<T�m�"ua�g&��0B�0_&�iaR
��7p�hT	�ț0��������b%�a]!r(	^[��YT�|�Q-��L�*
��fm�l�>��i�r�b�JQ��R?=����k���08���E�*4WL�2��1�x�'<�`�E��}�y�V�����DΫ�J����(&d�'�qAnxx�ﭮds*�T�䣈�'ǧ,&��[�,�)Mu&*�����Y�9F�kc�\�V1�1C?���{�
V<Uj�t�F��l�.ϕv���O�d��i|�G�CBK��"R�BJ冽|�z�=Գ�ȅ�;��/�\�,
�B�S��4�7ΑO���Ub@�\Wrg���1�_<�>/�5�Lr�H��d[�PԨ�������~8<����(��%|�ƒ�D`�M���r �Zi���F��'1�8�oJՖ�uL8%�g�%�Y�$q���b4�!��%z�a���xs2O$l�E�J¯���;���:n�\�vƍS���}bɼ��
��y��M��/�uw���9��_�}��5lR���OC�]�Ɂ�i��}�b)!�Ɩ���m#��K=���9��]��y�0��aVd�v��dtH����C9Rv:v<�o=���げxp9"���>��E��|�~4��N�#V�Xq����w��7"�ū�il$2��oI��S}�Ώ�`��]�{<o0�|5�*�j�R�1�m�k�}��;m�V�?Ѧ�!ݢ�Ra�B���c�"�"�x���<�"�Q�	$���k�r[&�����{!h����r��7�-����xH�����q>1�+"����%��
�W��!�c��0���z@�Q4Ny}34�o3�p*(G�����Dq�S�!�G�(j��D���4�!��!m�+�
!v�j+`4��·�T�m�o����8�gջ��C�~��;8W�^z��h�X(���9[f�rl�!&��q{�P-��D�p��!�,:_$S��i<hc��*�t�-�$Rq�X�O���BA��ԇ�B8~x贸
�U�W,�����De���c=�ж�;N�0�S��ǵq3�q�>~�RuE)�^��Az�%b�v|�*���ՃPS�%�\��0��@1c��w�K�<��N��:�-olv��M���"K�ϲ�;#����Zҷ��y����Z
)7��m�U��!~i!��$����ܓ_
�U���+S
E��+����.�C�
�oC�sPW��iJ�w��3�,h^~H�"�%����^����n����L2W	C:��l��>|;��r:�!��}0&>��͌�XPI
D;����&@��˄��7�r4���j~�q��ʲi%�nA�ϳ=�*�ݼ��$�������9|+�G&�ߤ��A�C���'n�$4Ue)�V��1ʐI��3���	s�|ev�ڎY��3S���[�w��$;K�~�pg����i�уR=0
V9���:�~��q�Bƒm��*@���	�?ѐu��j��?�F�S�}�1^Ԩd
2���p`� ��������Nȃ�͈�xNp
�2���5F�l��- "�Xö�|��MPi6%%C?��8��m51�	���|O��z��+j��R�!��I�2�7�����?-gj� H�K��_�����k?�%�
l6 �(��k�휒�#�\C~��ϖ~�#k���*#���� O@��).��Ԥ�}Ȳ�ː���}���~|�`�rҢٟS.Qyn�u�>�.S�i�y�u|��Z��<!�eX�j:�Q�L#&h�����I�{��&K��05�"
��@�4��Z�� ʐ躙(͂DR�P���k�]@���fBb�\]6$����n�r�X�R��&Q>�溧:�8�v����g6(ͅ���s���t8N�5��"Ģ�@J�I�x�BxS	u�)Q�f|.,�<Z�O��Y�L�����羽ٮM�O7�l�)1�'�SSe�fF�-
N6�ۥhd.��j���y`V����I1B�fr*���T�}I���x>-���,�9ٙO%�jYj�9�u�d�[d#s����0������4;�==8����G�75�M�$�*if�b�u4^���F��h	�;񭅺|R0˗���e��nC�yVd�OE$��2L�Lͤ01loO�9W�l@̊D���Tf2�����\����Z��BVܰ5w�-!�r'¹��Yols"��j���4$����E�c�|(��	�-Qk��Fk��:A�޴JT�2d�q�d�Y#v������f�Cd�c�����o��/�q]��n,�m?�d1�P����CZ��0�D�N��>�G���>��`M��:&I,�V5IY�ZB��t����+ަ�Y/��#]��Gd�0��h����bI���#�d1��b*D%&�u�4S�y$fצc�t �1)/
�I*�$G�˞%+�8����-�&G�Pv`d�M��e{��rᳱb(C���7ߴj
9>x����Ӌ&�Hs�jyՈ��~S�-�BRϞ%$���σp��ɳf���
Ge��,��&�|(8��“X�t�3Y"���L�="�d��0Lr�����G�eHg	���bs<L�y{mpvi�&�mO*u�|i"�l��I[�}$`����@��R#���<��&{t8�t��Y�K�W��g�	KH,iq����#O��y8l?t�Ul�-�
Fi:d�����0��@Rp*8v&��q��k��V�}y8��P�V�����>�Vv�̐sbfga�_�����m�Aq�r:���4ʊ�����L��Im�!�AQ�S�֐fC���QyR�?Ɵ5bm��bH,�h202Y��h���Nw2�=��F�~a�u</�����?l�g +����K���䁡�Hz7���sfE�g^������B���6�0�>E���>�{����h�9��л�2���Eȅڙ��E?:i�<'Q��v�?��^���kz>=W!����y�}��wݣ�{�*~^}H
�n�Υ1�;:a8��S�R��p��Mϵ�~�-�
��?�����Qѿ�`n2�FY�{e��K�?���LO��6��3a2D���'~�Z����Gx {!�@!�x��`�-Ѓ�`+-=��X��ᝀV�A\��YI2�|č-�x"�����+<P�XV��E����4ip��� �~��t#����'Ol^
_5��#�>������~7�z��Z7jr��q����h��Gn�7�~�b���E��ba��_}�`�X,�����އF-��{�{��}���F-��K���X,���C�Þ��IEND�B`�images/personal/arrow2_grey.png000064400000000160150752732510012610 0ustar00�PNG


IHDR		J�Λ7IDATxc����@B��p�� 	��PT��v��P�Z�bg(G�!K&NR{N�IEND�B`�images/personal/button.png000064400000005677150752732510011703 0ustar00�PNG


IHDR~@S1T�IDATx�щ�� `�eq�n���1L(Ӻ+�s�k�t�Gh'�~��ږ��w޶�`��t���j0�)Щڦ����B�V�<��ˎ� ��{���;̈́����e�*i�^����κ��oB�U��y*��ܭ��U�)
���EUq���t�6G�p���y�ET���P!1���a��Ǒ L��դy��0R �#v��|�~�$�}W�j��P�Y��A�{ꡚ%�H9�AeA�B���t��N�d�w��������4���-�F�VT�E�*΍��+�:�;gS��:c��V��G���j�Z
���Fmv}��DZ_|d��>���s�w�̂�JY�/ViI��LXb��3T��<3p�9�LmF�"�����RK�6el¢Z�	ls�(kLB�X	eƑ��� �L��J�"�̬oF/��+_&5(�XDf�Q��X�T�o/��:�Ak����k`ΤM~q>��7:�����u����8e�o	f���~e�#��e��X�s���߶���`f�����!����7�Fx��	��e8�y�����_~�%�.~����W�M �&C��\��ܗ�^�5)��������_P��[2�g������6^(^=>:fY�e�
��:�ďw٪s�R�3�F�O頩w+�'W=�G�:ͰL#sd�:ߟ��*���I9�<MB���Q���gү�5�^�\3z��uD���tb�����5�4���ZD������Ra���[b^���'��L� ����>��sƘ0>HE�)Ӏ����3�gT�6p�c!39�!;.��35��;�|߈�0�x4���b�>���9k���38��428��r�ǣ����3*�?��o���8!Cz���e�ͤ޶���/s]�\M�B�
c`�lJ��j�k�_ҷ~��n�>v�#��o�Zf�4j�uZ�c[T¥m���%���p� �1$��{k���[���MJ���������5I���<�6��ݚH��5	-���K��Z&�a�:~uE_��i�8�t�U3�'�����5^�I�Ӏ�����u]I}��]�CMUɰT����S�y�+q��3m�����o�PT
U�a*�����Π���[R��J���0��'j�B<�E�m��o��64[�`޵�5B�'1�Ud���.����@uB��xt��1j��C� ����I�8fEfi)������[���2��v8��IӘ�?�1Z�ޜxD�/�hsye�O��d��aJ���o���O�ӻϟ��U�{xh�)O���в%3��TE�7�;�6�7Nn�=�����ѻ[wo���5b�*:Gc����.Oo��?ѯ��.�W�2m�*)�͇�gʇw��##�Ь��ڤ��K;��汌`�f�@�nA\A43��H{�k$F�&��� *�ExŮM���7��Y�O[D��O9��ޛJ/�d�㹳�x(�+i����^�����$�i�k�Gy�!�[-�=+�~�|t�V3fG��)�{jG��c�n�(����}ݨLby���xQ�k���|B'�σ_�X!X)�Wv9���E�B��\�]hCS��+y�)^n��O��kΰW
̬hDVk���)�컹��,1��΢�����^t�A�g
w�l'�_[G����[D�[�3}*
����quQ�}M��l�*��梑�g�*�L8'�ó.M�],�#U�t	��)F�>��~����߽[��Ӭ���y���R1��_��_�O�~�٧Љ_x�v᡻�'�V�/��c
���轌���/��6xo-�ި��H%/���͉Ѹ9^�>�!�MY�5�<��|��Ǘ��.b<F�{��hyT=�^)��D�h
g�x�έ�~z�<o�^^v��N,�؞��)W�d��:��wwH�.��7;O˴C�|����7?u�qt�͖gK��N�iO��q���3������[�F9�~�C�o$��Kco�36��ckĿ��fY'�}
�
��[�Y�x�v��4
��~���=�	c�bh�[�Y^Ǡ:DΉ��z��N6��!���L�Lv��مM��U+�]�����k�&gr�
&�8���;�L�f�yі�{�^�׼�?S^�8r$;�좡ճ����` �Jq]�p�E� ng������煮;W�V��#ڌ$���9}CT�G���'	��3�ԉ�o��ɃD�,]���]ƅ �e�3���(vm�[ȃn+�z�ڼ7O�ё�㥁Ddl�<�ڜ���x���3$53U�;�Og��9������[�noC�x�5��ʷ�|q���ʤh�_I��LY��n43bQ��|�VT�o�)��w�@��M�Meuxj�A�;�CZ�y���)���M~-��(/��z(����f��E�]��y���ߟZ�˜�=�z4[h��L��|hWƧ�J(�0�L��I��%�L��/�4���ӷv�d5uJRեpH������d��>�k�+�mgf>�+���s�
�
F⑇��|ZQ�#�V��h@~i�#�"���&��@,����x�M����'���#_��[H�_����"���K�H��6�\l9޾�eЯI�����'�,*$�4h�۹&_=��}*(�]NQ�5H�0��"f�˫r&�r�CO&�"�r��qb�3����J��6މ�]ؒ��r�@%��x�3�,�������m�B���패GdAwh�ɇ��T�L3�$$����U�n4��d}���ʹ=�V��	����e�w�>��-<VmDNtj����$�$�/�n�ūD�fB�ՖR^��#��<"�?�Y�ʉ��t�xY���~����,��"J�{j�6��9o'ڗ�k '�!ߕE�Z��R��r���0"IXD�*�N��q#ᢣIEND�B`�images/personal/readmore_arrow.png000064400000000464150752732510013365 0ustar00�PNG


IHDR���IDATx���z�F��Q܉��L��L���7`l�W�zo���zn^�b:˲$I|�?�N���s���e�Z��!
�x4��0��r�ާ�f�Y����oCS�� �C���^�����)i��,k:y��8��<�7�5����2M��f Y�j!����[R�Td���\���)E=�0�ܲ�Z[�A���Að@�>�yٴ$�}{�FaH��i�0�}�g3(],�x
��?��rپ%�Q��?���I���-�IEND�B`�images/personal/readmore_arrow_hover.png000064400000000400150752732510014556 0ustar00�PNG


IHDRexQPLTE�����ꎎ�YYYkkk������www��������������޺�����yxx�����������޽�����A@@\]]DDDH�jIDATxeNU�@\z}����������M��曋zt-<�\WУ����t�����T8��Zw���_z����s�o�&��=\�㐟OP��oO�<����-zr���/IEND�B`�images/plus.png000064400000000175150752732510007514 0ustar00�PNG


IHDR�ʖDIDATxc�pu�68t��ի�������^�m��jQ|c �S�=�0�w�>�������ޫ}g�y#��IEND�B`�images/slider_minus.png000064400000005042150752732510011224 0ustar00�PNG


IHDR�Fh�N�oPLTE��������������������������������������������������������񽽽������������������������333���i�	nIDATx��K��:PM<��C_�'�_�q���(�%$�Vq�~y4���F_�F�qlo�[~�c�p�x�`8 z��<���Q�2\%�eQ:�m�F���͍"�@�N��h!�2_�o4����W?c&���`֎�7�1�-�b�Q�d���̢�!tq�Ƹ�4�P]�	����B)���8-q�'���9�7V�[��(���[xV�#�ݗ�(>�$�����a�8�<�	Y?���z�4Z�q_�з&�#�$g~}N��Zx1Q=_
�o\��{�X	GXI�ƨ�{��z
�"�v��&��q'��t56LN��6(�%"M㜍Ӿ,;m�U?��C1!a�I��ʏ�p�q�c=m�@�v������^gc���ƅ��?���[e��7���5��/z�qE�_W�}��+�����.��/z��]���ˁ������x�lJ�~�+���p.�:h<�'��
>��L�0C	�Eu!z	�f6�4��t����ɆG%e%E�y|
�J( a�O�;t��t����ƒH��e8n�(p�7�!�2㦧�
���`p,c��pEs$5�r�)������h\��8���}���]����Ѹ�E�]�n>���6��{ٛ�F��L؜o��[(F��L�-k�#G��a��,��LeJ��G�Ly����
,Ju(H���JVK�h\!��=#�c�"������3�6M�湎��R��8lc1�1�&8f��W�9���L׾�Y0�.��W����k=�a�\�X"B(E�n�<_�gmm���~��,Fj�3��7wI�����q��Uzf��V�i��e����.c,j잍�ʵ�>R#@�B���~Y�f�>^����H��Ә��Q|ID�4�1�_:H�Ȥ�˄��\��S�Rc��Z�x@����H��	p'��PV7e��V�t�������dl�Dg2ϙ�0�iYH�5�ъ�X��g��"#x+B�͢��O�D�a�e�K"�-�9����MJ�5�2Ԇ~I0��x$�q^
�?�cz�|��B���M�u��6�cc���6��B47:�gb�W|�bŐ
��_ȖQS�h����9
�v��{���F�Bx���yU�/z�q)|{�����Eo��>� 9��0�s����k9+#c���eI� �h
�n�>��.n�INF��U ��2�G�X�Z/:�5~��N1�%�G��!��p����]�e�~p�ҬQ��g��RH�W��ze�7��$*S�D'��"s;!�)G�yH�����P���Y��`��hp=B�FhU�y=
m�aq��Z����BR���'8a�	uש�n�_�0<=���>�a����"p��O��w�u)����32�@��p��:�l�G��|�����"dꈠKedCП�.��A+�i��Fl0���S���8)��r���?U����ljj�1�޴�Rc�0I���c�9����Slw��w�?��vD���(�^�E���js󉝈�·��0<=���>�a��o�]�u#���7Ώ$����D���#u��ᘑ"p�s��V�9I^���ej���jkۑSBM���X��GVo�O���H8��Sm聀�V��[���:i<I���֥���͝t�(�施�l3��U�Վ	3b�Ȏ�9�N�XN�@S5����Z�-��>�b�a'�;i��۷a���ð}���;޼y��:�!�x�
E{�E�|xN�{zj���'Ii[4f��МSQױ�c	�X;��1�5�Z9}́cG4;5�H]1pa�P?yՑF��(Mo���?B��8�3H	��U�A��zƭ�j��00O̟v���|��l]����]�+���]�"i�N�_�p
)�����߾���x�}�}��0�>�~q^�����nw\�U� ��t�v�j�6i��(cjDŽ1fdG�v]'N,�J�O558ڜ�̶2��	A=��ɝ4J�K5�����u�^��D���j����f�B����-�@�����v�eR��33�)I)��z+;��,�^(t�k�߶>O*�p��%����~5�~.m���0O��ð}�}��0����x�0�Їa؇>���0O��ð}�}��0���������^(='!0�"�{�x�GQ�Űà��(�:��U�L�8u���/�
m�װ�G�Y��I���<߽���ߢp���$V��9��]',��J������sK_z5E�2�4�):8LL�*��u��\N3
��|�'�G�y�����~��jkۑSBM'����}:(���J�?�
.��:�<@txBP�� : �&���@:P�� : : : : :0Mt`p�j'�A�IEND�B`�images/nav_level_1.gif000064400000000337150752732510010705 0ustar00GIF89a(�������������������������������������������������!��,(���I����ͻ�`�9di�h��M�p,�/c�x��<����pH,Ȥr�l:�Ш��Z�جv{Ex��xLg��a�n���x�@���~�����������������������������������������������;images/nature/karo.gif000064400000000055150752732510010741 0ustar00GIF89a������!��,���X;images/nature/arrow2.gif000064400000000144150752732510011220 0ustar00GIF87a�
���_^^�����ϵ��������������UUUrpq,0�I�����:���Xqf���p;images/nature/arrow_nav.gif000064400000000117150752732510012002 0ustar00GIF89a

�>>>��籱�wwvIII���fff���!��,

��.ũ�Ubnn��@Z�;images/nature/blog_more.gif000064400000000535150752732510011755 0ustar00GIF87a�2����faa���lff���������RNNd_^���JGFunnicbNJJGEE���;99��� =?=�����PPP���(''�����ٓ�����643���\WW,�2@�'�di�h��l�p,ϭ!K!t��p82����axĨtJ�Z�جv��z��xL.���z-,K��8
�~���������������EG
LNP��Tnpvx��S68:���������������������������		��

˨

آ���������������������
H����*\Ȱ�;images/nature/grey_bg.png000064400000000156150752732510011444 0ustar00�PNG


IHDRr��%&5IDATxc��01�xdq��7��.u5�L^�Mo��mTfTfTfTfTfTU[�߽dIEND�B`�images/nature/arrow1_rtl.gif000064400000003256150752732510012107 0ustar00GIF87a�8�Ljeg����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������¿����������������~y{a[^���,�8��L����������������������������������������������������������������������������������Ԟ����������������������������������	Hۻ�	�K��Ç�"J����Ä�jܸ��
%H�C@�$���\ɲ�K�(+&�� f��6s><���ϟ?��聊+m�\zR��vL�J�J��U�O�J]�@�kŠK��ٳhӪ]˶�۷p��ʝ���ݻt���˷/�$K��e@���È+^̸��ǐ#K�L���˘3k�̹�d"K�v@���ӨS�^ͺ��װc˞M���۸s��ͻ��!K�~@����ȓ+_μ���УK��<�u�سk�ν����CR�����ӫ_Ͼ�{��ˏ�^��	��������'�h`z���6��H��Vh��dx�Z��� f��!�h�(�8�Z��0�(#4�h#2��b�.���@�x�9i�;R�"��I6餓GF	�#.yb{d��\v饖!�)�d���h�	šl��&�b�)�t�i�x��|�駟hz 蠄j衈&����6�蟐�I夔Vj饘�h¦�v�i	��*j���j*�"��ꪬ�J«��*k���j뭸�z�#�����*창�:��&�l�̖ ��F[���Vk�^���v�·�+��k�莋º�p»����k.������,���)'���7���G,��#���W���w��� �,��$�\�(����,����0���1�l��8���<����@-��D��H'���34���PG-��TWm��Xg���\w��`�-��d_-��h����l���p�-��t�m��x�=w|��߀.��j�`��5$~��7n8�C��#�x�6d�y�k^��7N�褓���w��嬷����.;�/�z��~x�4��x�.����6�'���7�����x�Wo=�9d=�����/����`��ʧ���<0���[��篿������>��8@�Uz����G>�x��'�:�Y�̠7�z� �GH���(L�
W����0��gH���8̡w����@��H�"�HL����&:�P���H�*Z�X̢���.z�`��H�2��hL����6��p���H�:��x̣���>��� I�B�L�"��F:򑐌�$'I�JZ�̤&7��Nz����(GI�R��L�*�;images/nature/nav_level1_a.gif000064400000000240150752732510012335 0ustar00GIF89a,��������!��,,q��������ڋ�޼���H�扦�ʶ���L�����
�Ģ�L*�̦�	�J�Ԫ���j�ܮ�����N���;��������o' 8HXhx������88T;images/nature/arrow_small.png000064400000000140150752732510012341 0ustar00�PNG


IHDR�9'IDATxcx�Vu}���!th�~�Lg=���
RPA&�c��IEND�B`�images/nature/pfeil.gif000064400000000236150752732510011105 0ustar00GIF89a"�fff�����ŵ����������������֋�����������������!�,"K��I��8�ͻFA �B��XAq&#��2�p݃�ԋ��"(,�"�R`8W��3P)"�JcpE@'��š({��z��;images/nature/box1.png000064400000000137150752732510010676 0ustar00�PNG


IHDR4
;9&IDATxcz�0	�L_p&f\������� Gue�42L��IEND�B`�images/nature/arrow2_grey.png000064400000000160150752732510012263 0ustar00�PNG


IHDR		J�Λ7IDATxc����@B��p�� 	��PT��v��P�Z�bg(G�!K&NR{N�IEND�B`�images/nature/searchbutton.png000064400000000300150752732510012516 0ustar00�PNG


IHDR�Q�?��IDATx��
�0C�(2e��B��p���m�t�뒪�#Fl�[��m��a�ߧ��K���'��&�
ml$��3�`��$zk��i[�6ARss�"m�u�R�	�	� !H�.	m���f� as�X/�&��:IEND�B`�images/nature/level4.png000064400000000132150752732510011213 0ustar00�PNG


IHDR(�- g!IDATxc��@`a��B�[=�<�@_��
����Nl+_�IEND�B`�images/nature/box.png000064400000000136150752732510010614 0ustar00�PNG


IHDR4
;9%IDATxc|ˀ0��)���g�2_p�|�)�m�e��G��k:��IEND�B`�images/nature/arrow1.gif000064400000003244150752732510011223 0ustar00GIF89a�8��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������¿����������������~y{jega[^!��,�8������������������������������������������������������������������������������������ԠHJ*������������������������������H���}��3���Ç",Я��q2j�ȱ�nj�,Q��ɓ''�����˗0cʜI�ʛ,c�T�s߁�@�J��Q��*]���wEo&��੻�X�"��݂�@�$�J��ٳhӪ]˶�۷p���}۠�ݹx���˷�߿}>„��È+^̸��ǐ#K�L���˘3k�̹��ϗ�0⠴�ӨS�^ͺ��װc˞M���۸s��ͻ�o�E�@x@����ȓ+_μ���УK�N����"h�ν����KO�����ӫ_Ͼ�����˟/�}����Wo���	�I���U`�y&�`�����F(�Th�f��v��j(�$�h������b ��vh��8樣�,V��@	�8�(��H&9a��)I�P:)�TVi�X����\v��`�)f��i�h���lvগpr��t�i�x��x��'�*蠁��硈&�(�6�裐F*餔6j¥�f�香��駟r*ꨤ�J*�����%��꫰��ꬡ�j���~:®���뮘�:ª��j챬f벰����F�쭜K��)d���v���+��k�莋º좐��{¼�����.����/,�l�'���7���G,��W�p�cl��wL� �,��$�l��(����,����0�,��4�l��#��3�<���@-��Dm��H'���L7���PG-��TWm��X=��L���`�-��d�m��h����l���1���t�m��x��7��߀.��n��}נ��#^8
�C���`�
�cNyߙw�砇�9�/���Gnx�K���7�>x�����޸��� |�o<�:$����7���G�C����_<�����;/����w��§��Է�~�~�����矿�ҿ_=��_�G�J�~�K��:���'H�
Z�̠7�z� �GH���(L�
W����0��gH���8̡w����@��H�"�HL����&:�P���H�*Z�X̢���.z�`��H�2��hL����6��p���H�:��x̣���>��� I�B�L�"��F:򑐌�$'I�JZ�̤&7��N:1;images/nature/tabs.gif000064400000003136150752732510010741 0ustar00GIF87ad�����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������,d�Hp`��*\Ȱ!�9@D�J�T�LA�
�TP�A��$
�%S�D�1�7,X@5�d��[P��Y�"=
�i�HL��-���1
4�*f��
���@I�[�.ڡ�Ν�M;@IZ+l�e+CBG$9"�0w��=rą.K��e�=�/)�@���ʘG
�L�3�!�:_hqa4�ҦI�raȡ�Ć�G6�BlC(s{7�P����8/EnDIn��(Q���`d;3�`���`���7���|�&+4ď���
~����4$HB����F�i|B����v��b�
`J� ��aX,�@�������0N��*�8A�*����c�=��c�`�Pr�F٤��D�!�D ��Vj1��[F��&/� �%5�Pf 5���/��u��B �'LL��u�ŸKd ��*hK0���z�:H��A��	:��i�APzj��Fq�Pnt�IU�:j](��&`b�����a,Ъ��
�@�8�,�t��C����F[m�?$�C	�-��p�m�x��>����D�Ј�&��{ уYx�Y�N��Hx@�.L@;��[	d�1�t����1#�̀�?��'����7Ӭs��LC4�	@�L�|�sL#�
� 5�)0�F0$X����)8�)� v�� ٧�Ͷ�p�-��t�=v�x��|�C�߀.��wn�܅���y��ގǽ�ޑ�R��g���rOη��x褗n�駀��ꬷ�z۪o;images/nature/readmore_arrow.png000064400000000464150752732510013040 0ustar00�PNG


IHDR���IDATx���z�F��Q܉��L��L���7`l�W�zo���zn^�b:˲$I|�?�N���s���e�Z��!
�x4��0��r�ާ�f�Y����oCS�� �C���^�����)i��,k:y��8��<�7�5����2M��f Y�j!����[R�Td���\���)E=�0�ܲ�Z[�A���Að@�>�yٴ$�}{�FaH��i�0�}�g3(],�x
��?��rپ%�Q��?���I���-�IEND�B`�images/nature/headingback.png000064400000000127150752732510012244 0ustar00�PNG


IHDR(���IDAT�c��,�4���i
a�1��P]�*��IEND�B`�images/nature/arrow_small_rtl.png000064400000000165150752732510013231 0ustar00�PNG


IHDR(_oPRtRNSv��8.IDATxc��WD�/]��Rw�4�(��B�S�5�H���T���o}�S{�IEND�B`�images/nature/arrow2_rtl.gif000064400000000145150752732510012102 0ustar00GIF87a�
���_^^�����ϵ��������������UUUrpq,0�I����!�>
& ! D���jj,_;images/nature/nav_level_1.gif000064400000000337150752732510012203 0ustar00GIF89a(�������������������������������������������������!��,(���I����ͻ�`�9di�h��M�p,�/c�x��<����pH,Ȥr�l:�Ш��Z�جv{Ex��xLg��a�n���x�@���~�����������������������������������������������;images/slider_plus_rtl.png000064400000005077150752732510011745 0ustar00�PNG


IHDR�Fh�N�oPLTE����������������������������������������������������������333�������������������������������	�IDATx���#9�r��9���iH_�o0�ȶUE��z����>:::��wt�E���8C/o��2/�|�&�o
�m�,�rU�K
|�/ ���)9逪da�E{V D���ԁ�A�� �A$���5l�@E��DvO�)���X�TN�䟆�d��'9�r��5��W��
R�rd������ۣΗ���c���9�Tй&�	�wb�l#�'Œ�9n�VM*,�k��Ұ��鰶̄��9c���2-�#��͏����wm6U�z���f�|6Tt)M�:�����4����Z��~dۀY���\��\����	�L?��M�Z�vz�;v �'8�X��(��i�"hC$�G�&f-��PF�CN�<~J|���W3���D���1/�������R;:��?�p������3J���Un�/}�?�������q<�>?��>�]�J�g�ר��&�g�km��LR�<�즧V��Y�|H([H��B�*�T�U+� `՟��b���4�@�T��٠�Q�Br
p6�ǜy�d�`���R�2uR)����������<��a����A��|��`8G���/^�j|��]WƬ¹��@�n:�Z�:�C��D]��EGGǑ���g�����������틻��*9���-�zִ"Sf�OG�h����$n+�NqK]
f����D�Ǧ
�L,��ާӰ�U_kR'2��tZA��BN �?�L*l��ՠѵ��-��ث�b&t�Ir���)��I��ǀ�G--x��D��l-
c���};_�!Lc��$*�u^96����E�\r�g<\.�/.���E�K}�J:%I��NWZ�W1��{�e�+����m����2@|��������$���fw��#��(���z	�rY�/�ՠi���v.�9�@<���6��G7J�Bd._4:S&;�$*i��J�xE4�����}s�a۬���-��9݇����ph���1�(����|�!ZO��~����x�©������ H�P��d	��0$�s8Ж_�jH3DG9����oL� W��l��`&�L�����ջ�ZY� ��$�&h�W3a�[:�ʼn���݈��Є�A�dk�Üo[R�)��&��>.��oX��㥣��<����?�=<~wF�}�;::N�7���7��X��kU��&#���Z�f騵�σ]�5����h��|�
tr�@�F>�Tg�AW-�DP���1��<��CZd�	�Mj(ȗ�A�@�Jj�ơ���4g���Mc>V$��@� `i�(0�:��  ��ȓ���H�4�̜݈8(��1s�*�+�5Ѳ��Y�utt�>��wt�E��������Q���O���g��SM������V�T��eM*����'�=��l�G�ޟ���,�5�2�X�բ0�y��}��$��-sK�+�؇�mZ�5��7��P�((��[G�3�-8�K�a����Y!�����;u�yP#:�l�*0����A�'F-I����#�cQ���h:�?���ȱa����HON��Ů��`��aWeF�ܭg7|�߿�6�;c}�Їax\_�|����įQq����2����Is\:�T��WN��b��+[.9 �mZ��u�l=�N���w�gnA���e��S���r:"?m+���	�H}K��h��h*M�q%�`�%�F���K[��:3'h���*��t(���8�1����N}ϧ+Hb�b-���eCחa�{�ð�>�;��ϟ��8í�Zl�[�B:\�ܗ5�l��,��@�(]��T�~���ku�j��p_�����aR�/>M��xA����A��|~�q��K�
�"�fe.�FF��f�!�`��<�F�KԻ���
��#t\d��+~���:��HžςC7�D��n�����~6v������0{��0\�<��o��8�q���w�7�^��/>���O�0N.Z#Ɋ-����&�nhl\,����T���<ͦKP�fJ�2�.�^-�����flP�f���HR�nG/j�M��0X���w.b�����
i�Ӣ��D�W��Cd�uZ��u�l=�N���w�gnA���e;����0|��>��0{��0\�=�a�}�=�a�Їa��x{��!�0{��0��p����;H��~y|?bo�L;�
8D?jW銎L)^�_YP�02��@̹��ҋ��?��E�ˆb3JQ����fʀ3x��ί/���X�j�^�6#E�Xb����;H�Cʖ5�e
�I�dob�s�"��	6�������4���Y�v��ڔ�R�Z^Wk=��PcԹ�m�
��(��"�����@y���ODҀ�D���сMLX^�}�IEND�B`�images/header-bg.gif000064400000000200150752732510010315 0ustar00GIF87au�	������������������������,u50%�	8���`(��a�h��V뾰;�tm���|��pH,)Ȥr�d
�Ш;images/news.gif000064400000000225150752732510007462 0ustar00GIF89a�����������������!��,�ZH��=0�9��8�� �di�h��l�p,�tm�x��|��pH,�Ȥr�l:�ШtJ�Z�جv��z��xL.���z�n���|N���xR;images/slider_minus_rtl.png000064400000005070150752732510012106 0ustar00�PNG


IHDR�Fh�N�oPLTE��������������������������󶶶�����������������������������333�����������������������1��	�IDATx����6`�m���^�Ƅ��� z��0��������.����.zEE����K|�p�>�h��}9߶�V���e����?����Et�F�mtFP?(�3"78�7y�yО� �A$���=l���9�����X�TN�䟂��"���P�EL_P�j�L���A����S%P���A�.�_���+��aMG'����J�)ۣ�䆳�4X-�T$X�3�He�lw��t�����c�V�eZ�Ё	�6���$�_�ٔ�s���Hn�X���c�9Is0�kcYo����G��L���qr"Ƭo@"���j���}�@d�nv�r�QpO��@"y<2�01������1^N�x_�x����UTT�(�����3��R+*�/ߌ��_xEE]���VT�E�E�GEE]􊊊���������E���?{��|۬����fmn�%I��}d���N��}H;��및+B�QaM�#Q�YB����ΟbP^
l�I*W�٠�Q�B�8�3f��	����h'
A�TZ�7�J5ypH;B��Γ�#�r;h�8ߋ�DU.S��D|��#͉�����m��<I�w
b��z�������F1�F�E�kT�E_�WT�7�����/�[[�V�oo}��mآ%u*�s��U�gΌ���X�z���	��+(���%N���L74�r0s��2�V��i!'��>`�V�"w1��Ǟ^i�k::Y��WbH����T��Z/�&j�ޚ2ƙ���Z\�*�A_O����i��76/���/�<_/�2��6���=���۷/�孏��Y�ݫR�q�`�S�'�6�m�;
vGDK r�vgdv�����,�)P���:���'��
�� �Y�����X�����y&�:��f�sT��"��E���0Y'�rN�w�8�hr	�S��<��r�=�Y�-��2��r��9�Cǡ>��.��Ǣ�z�I�h5aO1�(�x}�…S=��
��;RA!T��0�;�y�͹��mH2FCdp�#קk�`��\MH� ��gf"�4�ry�?�����2LK\ai�*�p����d���
��	���dk3gO��i�q
<����)���ߜ�:�'***\�uy&�e��}�@v܈�0,����s��)M�/��O�Th�3@�@ŏ���b���c�X\>?<�^���r�ƌ�GZ����8|��?\C��Ktg�la�z�;%D��vJЊ�[��o�-�:��꾞��^vj��hx0�1����q�����R���5v����$Z��W��-��!�E���`�ґ"����$�ݣ��2��L�m��&��i�9�y�����c?��b?��b��b�x�<=�p�����?�y���~⅃���@:�H�Yɏ5�Zj�帿��S:2�3�SU����3�!e�*F�U;��UL�`R �, t�/��9?b�ʡB_�Xm�bGr�ʢ\����UT�;Ff�Vđ/�#�(�ޘXm�43Z��J�aZ4��8#��hA&�1���^���=�>��b��b���z��Ձ7�o���́�:Uؠ����LHK[	�.�S�{�����d1�͋R�JZ�ҳ�D��D�{G�
(
S-���Ŗ�/�[И�����]���T7�7�Fst��x	`�KX�	d��+2U,�l)zk�8C�ஶ��B�&�[Ɯ���4T���Cz1m�����^'
�̺�Z,w��������=���������\�NXÅO��f��{��&��qu�:��ŵ+��� ��{��(u~����/?�=����+Q�M��iW{JP�We ��H�l�gdJ�Dd�m�"J!Kc�ҜU��e�]NMgA1�H��.�����R�������)A+�o�1��_�����b��b��\�9��O-�]�c�>Ï�;�9�"�M��x�1�g��0]�]�B�]6^L)��&��il	B����ܞ
�"��Cp��$vӖ*��]xS/<B�ɘ���ۅ}�H�݌n��,�p`�
�{!rڌ�E�	)�S�{����ā�`�(e���,=�L��Jt�w$݀�0�©
.m��➱�b��b��}�X�\�X,w��������~���E���b��{쇾X쇾X,�C_,/�_���� �;�!�'�j��V�%��mK��Ȝ�e���щ\7�<�i�[lj��CdҮ�Ȭ�Vr�)MN�HŤ��x��.�����X�1�ݮ&CB���SΎ�
f�ًLM�,1���qmZ�P����4Z$E��!H앬1u����x��9$�\��		%wh��ד��^���\���}:*�����џpg�0ڃ��с���At@t@t@t����NcS�&IEND�B`�images/all_bg.gif000064400000000217150752732510007727 0ustar00GIF89a�����������������!�,T��d�I��P�y;��y`8�Q(�]��Xj�ҍ[៽�
���E�hD&57b9�*�V�yuV��%�;�R�Y�
V���v(;images/blog_more_hover.gif000064400000000346150752732510011662 0ustar00GIF87a������躺�������kkk\]]��ݰ��A@@yxx��ޣ�������������ޱ�����]|�,c�Js���Ƀ��	Q����,k�&�dIZU6d�ejׄQ�MWy	�ANd���O2qi*���@P�0Q�� �H��
]�����ߦ��Q�O�����>b	
N0<iAC#1357�')+-/�$!;images/table_footer.gif000064400000000152150752732510011152 0ustar00GIF89ad�������������!��,d;��������ڋ�޼���H�扦�ʶ���L������Ģ�x(��fs�J��;images/trans.gif000064400000000045150752732510007635 0ustar00GIF89ap!�,@D;images/slider_plus.png000064400000005047150752732510011061 0ustar00�PNG


IHDR�Fh�N�oPLTE��������������������������������������������������������񶶶������������333���������������7�f	sIDATx�Շn�@P��QS�����Ӛz"��X�r�3���=}LLL�E����>1q����\^�?V<����k%u`٣�@��j�	�bQ�C�����vL���@!�R/�ѯ'v��R�_9t�o0k��Up�p�W�9
��LGDf��81�(�)EW?�a�\��h!��ol�P¢OB��s&0"o�ȷ�B4d��[xT�#�×�8�b��J�%��R�^x�&�?�R.�~iP�/��oM�D�I�x��x�i^L��WC��Tb�*��hU-��:<��B �֠#.��zƝ���$'���ؠ��4��B�U\��	��������P�Ȥ�Q叢`�q�c=ma��N�ո�l���D111�v�^ů��Q=�E����߿'��<�E���ؾ���x�'&&^�OL�7�G�^�OL�G������ye�ϲ��=y^Q�گ���ֳ�Zd��z1 ^D�	�{�ɀ6�Ȑ@Df��sH1W��^o�@�J38A�����LG���f����i4x M��X�)��68j;v`�����xuxD�`�a8ld8�I�Pәq�ijC����el�C�EdM����?L���^�MLL�(^�-�س��s�'&���E��8�E��O���>���2��W��+���*ج�T�5��Z[�ָb��Q���"��f)f��i����*y����
,Kw H���*%U�4H#��=#�c
�"���Ħ3�6M��9FV�ԧ'�h�:���c�k�B�Q�d:�#2����A��aEiL�(��	���D��|���?��u�t�t�߷ۭ~��J+�L��*���}���k��O�QŏV�i�����U�@�1��� ��N�Gi%���rF��,�F�ē@�
�)�p3[�/�W�q2��3���L��Lq�����ԟ.����j��j܈
 �F�Q��`�/
U�i�,�
��?>�����!�r� HG�񜉎�ߖG�ɚ�h�V�=�3�q��������ѻ�b!L�>�rP[C�ͩ.�˷6)��t�p
���D��(@�~|���*�x1�	�
��1�@Rs�T��e�����6qq!�p�q���_�X5C�epu#�u�bD�62�.�؎s�ۉbbb��{�����OLL�ݷ���}2Ar$�a���[��TF�>�=@�K$�����Їa�����zx} #49e�W���ʐ��bYj�P��Q�:�S��=:Lc�T�W�]�vIԖY�K�f�ʞ>��,�Q7x�H\�+�|!�&Q�Z%:�X^��ݠ�$G�yH����P���Y��`��h'�y��誉�z,��f�q�Z����BR�}��v�M�{���k���>�a؇>�>�a^n������
>�w� e�u��#c��O��\��ٳ
�wd��J,'1`�H#��7��4�I���<O��Ȳ�Mf���K\5���3�2(@/W��S|O_�[����vw�vӲK��#���L��
�jO
��ى:�s���MJ�;�?Q�]�E�LU����NDP����0��ð}�۷�߮�z}|���G��zrp"�x��:\VU�H8s�9���?+��$/P�1��JujۑSBM���X�����)���+ʖp��Sm聀�V�z�d	3u�x�0	���K�ӛ�;�PUV�Sv;�fo���{��Ȏ�9�z�8����j@=^Y�Z�-���H�簓ɝ4o���1�s|��0�C���7o޾��GH��oyA#�h�}�h��gE��S�@�=YHJ�آ1��權z�:�`���9ڹ�ـ5^���f���+.,���u��j��7�T���c�
������f��Wu�[��-a`��?�Xu��Wg���z��o�|�U�4C'�/p����?[x���O�a��C�a�0��|�?�W�Z��z��Wz�X��C=��]��M3x'ʘ�1aF��4�]�'�S#觚,���̶2�v����Kit-�fRIM)�u�^��Dwqt
�O��f�B���tK&�m!4��3��r[�Qg4�)�(^N�����S�Z/:�5�o�>;�=p��%�<���j8�+`߮�ߧ�0��_�a�0�Їa��yzð�E`��ð}��ϧ�0��_�a�0�Їa�������__�P�zB`�C��{��k��(�b�a��J�P�~���&z�:Lی�^����kX�#Ϭ�$HN`�﮶1��(<Q�eZ}�}��W��N8�*It�1�O�sBӛJ��+}u���tiJStp���U:��d��f&����4Of�������
)թmGNm5������+A��*��o���At@t�	i@y�������@y�������4с�I�-�KJ�IEND�B`�images/footer_bg.png000064400000000550150752732510010474 0ustar00�PNG


IHDR���)��/IDATx��BAD�=j�!�zp@�a�~�7�:;�5/����{)�m�Y&�!��f=-n��Y@L��i�lw���4Y6��H�m�,��f�M��2Y@Fܦb����
n�d�, �"=�i�lw���4Y6���,�e��8��M/�f1YܦɲY@�Ezn�d�, �"�i�l��7Y&�dqq�^��b�6�M�e���2�" @D@�" @D@�" @D@�" @D@�" @D@�" @D@�" @D@�" @D�͙���a�`�IEND�B`�images/blog_more.gif000064400000000346150752732510010457 0ustar00GIF87a���ꡡ����������A@@������yxx���\]]��ݰ��kkk��������������������豱�������,@k &�d�]�Y���%ZW�&�]I]�E2�PL��x�V��,d�
�@T!
G�D6Y*���2�	�:AS�@T�AN5��P*"u+-/|~"o�rfhjl$!;index.php000060400000021232150752732510006367 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates.beez3
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @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); ?>"  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>
html/com_content/archive/default.php000064400000003662150752732510013614 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  Template.beez5
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @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';
	//evtl. ersetzen durch 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/default_items.php000064400000010505150752732510015007 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  Template.beez5
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @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_items.php';
	//evtl. ersetzen durch JPATH_COMPONENT.'/views/...'
} else {
JHtml::addIncludePath(JPATH_COMPONENT . '/helpers');
$params = &$this->params;
?>
<ul id="archive-items">
<?php foreach ($this->items as $i => $item) : ?>
	<li class="row<?php echo $i % 2; ?>">

		<h2>
		<?php if ($params->get('link_titles')) : ?>
			<a href="<?php echo JRoute::_(ContentHelperRoute::getArticleRoute($item->slug, $item->catid, $item->language)); ?>">
				<?php echo $this->escape($item->title); ?></a>
		<?php else: ?>
				<?php echo $this->escape($item->title); ?>
		<?php endif; ?>
		</h2>


<?php if ($params->get('show_author') or $params->get('show_parent_category') or $params->get('show_category') or $params->get('show_create_date') or $params->get('show_modify_date') or $params->get('show_publish_date') or $params->get('show_hits')) : ?>
 <dl class="article-info">
 <dt class="article-info-term"><?php echo JText::_('COM_CONTENT_ARTICLE_INFO'); ?></dt>
<?php endif; ?>
<?php if ($params->get('show_parent_category')) : ?>
		<dd class="parent-category-name">
			<?php	$title = $this->escape($item->parent_title);
					$url = '<a href="'.JRoute::_(ContentHelperRoute::getCategoryRoute($item->parent_slug)).'">'.$title.'</a>';?>
			<?php if ($item->parent_slug && $params->get('link_parent_category')) : ?>
				<?php echo JText::sprintf('COM_CONTENT_PARENT', $url); ?>
				<?php else : ?>
				<?php echo JText::sprintf('COM_CONTENT_PARENT', $title); ?>
			<?php endif; ?>
		</dd>
<?php endif; ?>

<?php if ($params->get('show_category')) : ?>
		<dd class="category-name">
			<?php	$title = $this->escape($item->category_title);
					$url = '<a href="' . JRoute::_(ContentHelperRoute::getCategoryRoute($item->catslug)) . '">' . $title . '</a>'; ?>
			<?php if ($item->catslug && $params->get('link_category')) : ?>
				<?php echo JText::sprintf('COM_CONTENT_CATEGORY', $url); ?>
				<?php else : ?>
				<?php echo JText::sprintf('COM_CONTENT_CATEGORY', $title); ?>
			<?php endif; ?>
		</dd>
<?php endif; ?>
<?php if ($params->get('show_create_date')) : ?>
		<dd class="create">
		<?php echo JText::sprintf('COM_CONTENT_CREATED_DATE_ON', JHtml::_('date', $item->created, JText::_('DATE_FORMAT_LC2'))); ?>
		</dd>
<?php endif; ?>
<?php if ($params->get('show_modify_date')) : ?>
		<dd class="modified">
		<?php echo JText::sprintf('COM_CONTENT_LAST_UPDATED', JHtml::_('date', $item->modified, JText::_('DATE_FORMAT_LC2'))); ?>
		</dd>
<?php endif; ?>
<?php if ($params->get('show_publish_date')) : ?>
		<dd class="published">
		<?php echo JText::sprintf('COM_CONTENT_PUBLISHED_DATE_ON', JHtml::_('date', $item->publish_up, JText::_('DATE_FORMAT_LC2'))); ?>
		</dd>
<?php endif; ?>
<?php if (!empty($item->author) && $params->get('show_author')) : ?>
	<dd class="createdby">
		<?php $author = $item->created_by_alias ?: $item->author; ?>
			<?php if (!empty($item->contact_link ) &&  $params->get('link_author') == true):?>
				<?php echo JText::sprintf('COM_CONTENT_WRITTEN_BY', JHtml::_('link', $item->contact_link, $author)); ?>
			<?php else :?>
				<?php echo JText::sprintf('COM_CONTENT_WRITTEN_BY', $author); ?>
			<?php endif; ?>
	</dd>
<?php endif; ?>
<?php if ($params->get('show_hits')) : ?>
		<dd class="hits">
		<?php echo JText::sprintf('COM_CONTENT_ARTICLE_HITS', $item->hits); ?>
		</dd>
<?php endif; ?>
<?php if ($params->get('show_author') or $params->get('show_category') or $params->get('show_create_date') or $params->get('show_modify_date') or $params->get('show_publish_date') or $params->get('show_hits')) :?>
	 </dl>
<?php endif; ?>

<?php  if ($params->get('show_intro')) :?>
		<div class="intro">
			<?php echo JHtml::_('string.truncate', $item->introtext, $params->get('introtext_limit')); ?>
		</div>

		<?php endif; ?>
	</li>
<?php endforeach; ?>
</ul>
<div id="pagination">
	<span><?php echo $this->pagination->getPagesLinks(); ?></span>
	<span><?php echo $this->pagination->getPagesCounter(); ?></span>
</div>
<?php } ?>
html/com_content/article/default_links.php000064400000005005150752732510015007 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates.beez3
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @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/article/default.php000064400000022576150752732510013623 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates.beez3
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;

$app            = JFactory::getApplication();
$templateparams = $app->getTemplate(true)->params;
$images         = json_decode($this->item->images);
$urls           = json_decode($this->item->urls);
$user           = JFactory::getUser();

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

// Create shortcut to parameters.
$params = $this->item->params;

$accessEdit    = $params->get('access-edit');
$showPrintIcon = $params->get('show_print_icon');
$showEmailIcon = $params->get('show_email_icon');

?>
<article class="item-page<?php echo $this->pageclass_sfx?>">
<?php if ($showPageHeading = $this->params->get('show_page_heading')) : ?>

<?php if ($showPageHeading and $params->get('show_title')) :?>
<hgroup>
<?php endif; ?>
<h1>
	<?php echo $this->escape($this->params->get('page_heading')); ?>
</h1>
<?php endif; ?>
<?php
if (!empty($this->item->pagination) && $this->item->pagination && !$this->item->paginationposition && $this->item->paginationrelative)
{
	echo $this->item->pagination;
}

if ($params->get('show_title')) : ?>
		<h2>
			<?php echo $this->escape($this->item->title); ?>
		</h2>
<?php endif; ?>
<?php if ($showPageHeading and $params->get('show_title')) :?>
</hgroup>
<?php endif; ?>

<?php // Content is generated by content plugin event "onContentAfterTitle" ?>
<div class="pull-left"><?php echo $this->item->event->afterDisplayTitle; ?></div>

<?php

if ($accessEdit || $showPrintIcon || $showEmailIcon) : ?>
		<ul class="actions">
		<?php if (!$this->print) : ?>
				<?php if ($showPrintIcon) : ?>
				<li class="print-icon">
						<?php echo JHtml::_('icon.print_popup', $this->item, $params, array(), true); ?>
				</li>
				<?php endif; ?>

				<?php if ($showEmailIcon) : ?>
				<li class="email-icon">
						<?php echo JHtml::_('icon.email', $this->item, $params, array(), true); ?>
				</li>
				<?php endif; ?>
				<?php if ($this->user->authorise('core.edit', 'com_content.article.' . $this->item->id)) : ?>
						<li class="edit-icon">
							<?php echo JHtml::_('icon.edit', $this->item, $params, array(), true); ?>
						</li>
					<?php endif; ?>
		<?php else : ?>
				<li>
						<?php echo JHtml::_('icon.print_screen', $this->item, $params, array(), true); ?>
				</li>
		<?php endif; ?>
		</ul>
<?php endif; ?>

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

<?php $useDefList = ($params->get('show_author') or $params->get('show_category') or $params->get('show_parent_category')
	or $params->get('show_create_date') or $params->get('show_modify_date') or $params->get('show_publish_date')
	or $params->get('show_hits')); ?>

<?php if ($useDefList) : ?>
 <dl class="article-info">
 <dt class="article-info-term"><?php  echo JText::_('COM_CONTENT_ARTICLE_INFO'); ?></dt>
<?php endif; ?>
<?php if ($this->item->parent_slug !== '1:root' && $params->get('show_parent_category')) : ?>
		<dd class="parent-category-name">
			<?php 	$title = $this->escape($this->item->parent_title);
					$url = '<a href="' . JRoute::_(ContentHelperRoute::getCategoryRoute($this->item->parent_slug)) . '">' . $title . '</a>';?>
			<?php if ($params->get('link_parent_category') and $this->item->parent_slug) : ?>
				<?php echo JText::sprintf('COM_CONTENT_PARENT', $url); ?>
				<?php else : ?>
				<?php echo JText::sprintf('COM_CONTENT_PARENT', $title); ?>
			<?php endif; ?>
		</dd>
<?php endif; ?>
<?php if ($params->get('show_category')) : ?>
		<dd class="category-name">
			<?php 	$title = $this->escape($this->item->category_title);
					$url = '<a href="' . JRoute::_(ContentHelperRoute::getCategoryRoute($this->item->catslug)) . '">' . $title . '</a>';?>
			<?php if ($params->get('link_category') and $this->item->catslug) : ?>
				<?php echo JText::sprintf('COM_CONTENT_CATEGORY', $url); ?>
				<?php else : ?>
				<?php echo JText::sprintf('COM_CONTENT_CATEGORY', $title); ?>
			<?php endif; ?>
		</dd>
<?php endif; ?>
<?php if ($params->get('show_create_date')) : ?>
		<dd class="create">
		<?php echo JText::sprintf('COM_CONTENT_CREATED_DATE_ON', JHtml::_('date', $this->item->created, JText::_('DATE_FORMAT_LC2'))); ?>
		</dd>
<?php endif; ?>
<?php if ($params->get('show_modify_date')) : ?>
		<dd class="modified">
		<?php echo JText::sprintf('COM_CONTENT_LAST_UPDATED', JHtml::_('date', $this->item->modified, JText::_('DATE_FORMAT_LC2'))); ?>
		</dd>
<?php endif; ?>
<?php if ($params->get('show_publish_date')) : ?>
		<dd class="published">
		<?php echo JText::sprintf('COM_CONTENT_PUBLISHED_DATE_ON', JHtml::_('date', $this->item->publish_up, JText::_('DATE_FORMAT_LC2'))); ?>
		</dd>
<?php endif; ?>
<?php if (!empty($this->item->author) && $params->get('show_author')) : ?>
	<dd class="createdby">
		<?php $author = $this->item->created_by_alias ?: $this->item->author; ?>
		<?php if (!empty($this->item->contact_link) && $params->get('link_author') == true) : ?>
			<?php echo JText::sprintf('COM_CONTENT_WRITTEN_BY', JHtml::_('link', $this->item->contact_link, $author)); ?>
		<?php else : ?>
			<?php echo JText::sprintf('COM_CONTENT_WRITTEN_BY', $author); ?>
		<?php endif; ?>
	</dd>
<?php endif; ?>
<?php if ($params->get('show_hits')) : ?>
		<dd class="hits">
		<?php echo JText::sprintf('COM_CONTENT_ARTICLE_HITS', $this->item->hits); ?>
		</dd>
<?php endif; ?>
<?php if ($useDefList) : ?>
 </dl>
<?php endif; ?>

	<?php if (isset ($this->item->toc)) : ?>
		<?php echo $this->item->toc; ?>
	<?php endif; ?>

<?php if (isset($urls) AND ((!empty($urls->urls_position) AND ($urls->urls_position == '0')) OR ($params->get('urls_position') == '0' AND empty($urls->urls_position)))
		OR (empty($urls->urls_position) AND (!$params->get('urls_position')))) : ?>

	<?php echo $this->loadTemplate('links'); ?>
<?php endif; ?>
	<?php  if (isset($images->image_fulltext) and !empty($images->image_fulltext)) : ?>
	<?php $imgfloat = empty($images->float_fulltext) ? $params->get('float_fulltext') : $images->float_fulltext; ?>

	<div class="img-fulltext-<?php echo htmlspecialchars($imgfloat, ENT_COMPAT, 'UTF-8'); ?>">
	<img
		<?php if ($images->image_fulltext_caption):
			echo 'class="caption"'.' title="' .htmlspecialchars($images->image_fulltext_caption, ENT_COMPAT, 'UTF-8') .'"';
		endif; ?>
		src="<?php echo htmlspecialchars($images->image_fulltext, ENT_COMPAT, 'UTF-8'); ?>" alt="<?php echo htmlspecialchars($images->image_fulltext_alt, ENT_COMPAT, 'UTF-8'); ?>"/>
	</div>
	<?php endif; ?>
<?php
if (!empty($this->item->pagination) AND $this->item->pagination AND !$this->item->paginationposition AND !$this->item->paginationrelative):
	echo $this->item->pagination;
endif;
?>
<?php if ($params->get('access-view')):?>
	<?php echo $this->item->text; ?>
	<?php // Optional teaser intro text for guests ?>
	<?php elseif ($params->get('show_noauth') == true && $user->get('guest')) : ?>
		<?php echo JLayoutHelper::render('joomla.content.intro_image', $this->item); ?>
	<?php echo JHtml::_('content.prepare', $this->item->introtext); ?>
	<?php // Optional link to let them register to see the whole article. ?>
	<?php if ($this->item->fulltext != null && $params->get('show_readmore')) : ?>
		<?php $menu = JFactory::getApplication()->getMenu(); ?>
		<?php $active = $menu->getActive(); ?>
		<?php $itemId = $active->id; ?>
		<?php $link = new JUri(JRoute::_('index.php?option=com_users&view=login&Itemid=' . $itemId, false)); ?>
		<?php $link->setVar('return', base64_encode(ContentHelperRoute::getArticleRoute($this->item->slug, $this->item->catid, $this->item->language))); ?>
		<p class="readmore">
			<a href="<?php echo $link; ?>" class="register">
			<?php $attribs = json_decode($this->item->attribs); ?>
			<?php if ($attribs->alternative_readmore == null) : ?>
				<?php echo JText::_('COM_CONTENT_REGISTER_TO_READ_MORE'); ?>
			<?php elseif ($readmore = $attribs->alternative_readmore) : ?>
				<?php echo $readmore; ?>
				<?php if ($params->get('show_readmore_title', 0) != 0) : ?>
					<?php echo JHtml::_('string.truncate', $this->item->title, $params->get('readmore_limit')); ?>
				<?php endif; ?>
			<?php elseif ($params->get('show_readmore_title', 0) == 0) : ?>
				<?php echo JText::sprintf('COM_CONTENT_READ_MORE_TITLE'); ?>
			<?php else : ?>
				<?php echo JText::_('COM_CONTENT_READ_MORE'); ?>
				<?php echo JHtml::_('string.truncate', $this->item->title, $params->get('readmore_limit')); ?>
			<?php endif; ?>
			</a>
		</p>
	<?php endif; ?>
<?php endif; ?>
<?php // TAGS ?>
<?php if (!empty($this->item->tags->itemTags) && $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 if (!empty($this->item->pagination) AND $this->item->pagination AND $this->item->paginationposition AND!$this->item->paginationrelative) : ?>
	<?php echo $this->item->pagination; ?>
<?php endif; ?>
	<?php if (isset($urls) AND ((!empty($urls->urls_position) AND ($urls->urls_position == '1')) OR ( $params->get('urls_position') == '1'))) : ?>
		<?php echo $this->loadTemplate('links'); ?>
	<?php endif; ?>
<?php if (!empty($this->item->pagination) AND $this->item->pagination AND $this->item->paginationposition AND $this->item->paginationrelative) : ?>
	<?php echo $this->item->pagination; ?>
<?php endif; ?>
	<?php echo $this->item->event->afterDisplayContent; ?>
</article>
html/com_content/form/edit.php000064400000025332150752732510012435 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates.beez3
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @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;
?>

<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; ?>

	<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/category/default_children.php000064400000004454150752732510015660 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates.beez3
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @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/default_articles.php000064400000021375150752732510015677 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates.beez3
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @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');

$params    = &$this->item->params;
$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, $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/category/blog_item.php000064400000016645150752732510014332 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates.beez3
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */
defined('_JEXEC') or die;

$params = &$this->item->params;
$images = json_decode($this->item->images);
$app = JFactory::getApplication();
$canEdit = $this->item->params->get('access-edit');

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


<?php if ($this->item->state == 0 || strtotime($this->item->publish_up) > strtotime(JFactory::getDate())
	|| (strtotime($this->item->publish_down) < strtotime(JFactory::getDate()) && $this->item->publish_down !== JFactory::getDbo()->getNullDate())) : ?>
<div class="system-unpublished">
<?php endif; ?>
<?php if ($params->get('show_title')) : ?>
	<h2>
		<?php if ($params->get('link_titles') && $params->get('access-view')) : ?>
			<a href="<?php echo JRoute::_(ContentHelperRoute::getArticleRoute($this->item->slug, $this->item->catid, $this->item->language)); ?>">
			<?php echo $this->escape($this->item->title); ?></a>
		<?php else : ?>
			<?php echo $this->escape($this->item->title); ?>
		<?php endif; ?>
	</h2>
<?php endif; ?>

<?php // Content is generated by content plugin event "onContentAfterTitle" ?>
<div class="pull-left"><?php echo $this->item->event->afterDisplayTitle; ?></div>

<?php if ($canEdit || $params->get('show_print_icon') || $params->get('show_email_icon')) : ?>
	<ul class="actions">
		<?php if ($params->get('show_print_icon')) : ?>
		<li class="print-icon">
			<?php echo JHtml::_('icon.print_popup', $this->item, $params, array(), true); ?>
		</li>
		<?php endif; ?>
		<?php if ($params->get('show_email_icon')) : ?>
		<li class="email-icon">
			<?php echo JHtml::_('icon.email', $this->item, $params, array(), true); ?>
		</li>
		<?php endif; ?>
		<?php if ($canEdit) : ?>
		<li class="edit-icon">
			<?php echo JHtml::_('icon.edit', $this->item, $params, array(), true); ?>
		</li>
		<?php endif; ?>
	</ul>
<?php endif; ?>

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

<?php // to do not that elegant would be nice to group the params ?>

<?php if ($params->get('show_author') || $params->get('show_category') || $params->get('show_create_date') || $params->get('show_modify_date') || $params->get('show_publish_date') || $params->get('show_parent_category') || $params->get('show_hits')) : ?>
	<dl class="article-info">
	<dt class="article-info-term"><?php echo JText::_('COM_CONTENT_ARTICLE_INFO'); ?></dt>
<?php endif; ?>
<?php if ($params->get('show_parent_category') && $this->item->parent_id != 1) : ?>
		<dd class="parent-category-name">
			<?php $title = $this->escape($this->item->parent_title);
				$url = '<a href="' . JRoute::_(ContentHelperRoute::getCategoryRoute($this->item->parent_id)) . '">' . $title . '</a>'; ?>
			<?php if ($params->get('link_parent_category')) : ?>
				<?php echo JText::sprintf('COM_CONTENT_PARENT', $url); ?>
				<?php else : ?>
				<?php echo JText::sprintf('COM_CONTENT_PARENT', $title); ?>
			<?php endif; ?>
		</dd>
<?php endif; ?>
<?php if ($params->get('show_category')) : ?>
		<dd class="category-name">
			<?php $title = $this->escape($this->item->category_title);
					$url = '<a href="' . JRoute::_(ContentHelperRoute::getCategoryRoute($this->item->catid)) . '">' . $title . '</a>'; ?>
			<?php if ($params->get('link_category')) : ?>
				<?php echo JText::sprintf('COM_CONTENT_CATEGORY', $url); ?>
				<?php else : ?>
				<?php echo JText::sprintf('COM_CONTENT_CATEGORY', $title); ?>
			<?php endif; ?>
		</dd>
<?php endif; ?>
<?php if ($params->get('show_create_date')) : ?>
		<dd class="create">
		<?php echo JText::sprintf('COM_CONTENT_CREATED_DATE_ON', JHtml::_('date', $this->item->created, JText::_('DATE_FORMAT_LC2'))); ?>
		</dd>
<?php endif; ?>
<?php if ($params->get('show_modify_date')) : ?>
		<dd class="modified">
		<?php echo JText::sprintf('COM_CONTENT_LAST_UPDATED', JHtml::_('date', $this->item->modified, JText::_('DATE_FORMAT_LC2'))); ?>
		</dd>
<?php endif; ?>
<?php if ($params->get('show_publish_date')) : ?>
		<dd class="published">
		<?php echo JText::sprintf('COM_CONTENT_PUBLISHED_DATE_ON', JHtml::_('date', $this->item->publish_up, JText::_('DATE_FORMAT_LC2'))); ?>
		</dd>
<?php endif; ?>
<?php if ($params->get('show_author') && !empty($this->item->author )) : ?>
	<dd class="createdby">
		<?php $author = $this->item->created_by_alias ?: $this->item->author; ?>
		<?php if (!empty($this->item->contact_link) && $params->get('link_author') == true) : ?>
			<?php echo JText::sprintf('COM_CONTENT_WRITTEN_BY', JHtml::_('link', $this->item->contact_link, $author)); ?>
		<?php else :?>
			<?php echo JText::sprintf('COM_CONTENT_WRITTEN_BY', $author); ?>
		<?php endif; ?>
	</dd>
<?php endif; ?>
<?php if ($params->get('show_hits')) : ?>
		<dd class="hits">
		<?php echo JText::sprintf('COM_CONTENT_ARTICLE_HITS', $this->item->hits); ?>
		</dd>
<?php endif; ?>
<?php if ($params->get('show_author') || $params->get('show_category') || $params->get('show_create_date') || $params->get('show_modify_date') || $params->get('show_publish_date') || $params->get('show_parent_category') || $params->get('show_hits')) :?>
	</dl>
<?php endif; ?>
<?php if (isset($images->image_intro) && !empty($images->image_intro)) : ?>
	<?php $imgfloat = empty($images->float_intro) ? $params->get('float_intro') : $images->float_intro; ?>
	<div class="img-intro-<?php echo htmlspecialchars($imgfloat); ?>">
	<img
		<?php if ($images->image_intro_caption):
			echo 'class="caption"'.' title="' . htmlspecialchars($images->image_intro_caption, ENT_COMPAT, 'UTF-8') . '"';
		endif; ?>
		src="<?php echo htmlspecialchars($images->image_intro, ENT_COMPAT, 'UTF-8'); ?>" alt="<?php echo htmlspecialchars($images->image_intro_alt, ENT_COMPAT, 'UTF-8'); ?>"/>
	</div>
<?php endif; ?>
<?php echo $this->item->introtext; ?>

<?php if ($params->get('show_readmore') && $this->item->readmore) :
	if ($params->get('access-view')) :
		$link = JRoute::_(ContentHelperRoute::getArticleRoute($this->item->slug, $this->item->catid, $this->item->language));
	else :
		$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($this->item->slug, $this->item->catid, $this->item->language)));
	endif;
?>
		<p class="readmore">
				<a href="<?php echo $link; ?>">
					<?php if (!$params->get('access-view')) :
						echo JText::_('COM_CONTENT_REGISTER_TO_READ_MORE');
					elseif ($readmore = $this->item->alternative_readmore) :
						echo $readmore;
						if ($params->get('show_readmore_title', 0) != 0) :
							echo JHtml::_('string.truncate', $this->item->title, $params->get('readmore_limit'));
						endif;
					elseif ($params->get('show_readmore_title', 0) == 0) :
						echo JText::sprintf('COM_CONTENT_READ_MORE_TITLE');
					else :
						echo JText::_('COM_CONTENT_READ_MORE');
						echo JHtml::_('string.truncate', $this->item->title, $params->get('readmore_limit'));
					endif; ?></a>
		</p>
<?php endif; ?>

<?php if ($this->item->state == 0 || strtotime($this->item->publish_up) > strtotime(JFactory::getDate())
	|| (strtotime($this->item->publish_down) < strtotime(JFactory::getDate()) && $this->item->publish_down !== JFactory::getDbo()->getNullDate())) : ?>
</div>
<?php endif; ?>

<div class="item-separator"></div>
<?php echo $this->item->event->afterDisplayContent; ?>
html/com_content/category/blog_links.php000064400000001355150752732510014504 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates.beez3
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;

$params = &$this->item->params;
$app = JFactory::getApplication();

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.php000064400000005533150752732510014007 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates.beez3
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @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.php000064400000010041150752732510013274 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates.beez3
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @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/blog_children.php000064400000004255150752732510015156 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates.beez3
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @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/categories/default_items.php000064400000003246150752732510015517 0ustar00<?php

/**
 * @package     Joomla.Site
 * @subpackage  com_content
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @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; ?>
html/com_content/categories/default.php000064400000002435150752732510014315 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  Template.beez5
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @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/featured/default_item.php000064400000017275150752732510015015 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates.beez3
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;

// Create a shortcut for params.
$canEdit = $this->item->params->get('access-edit');
$params  = &$this->item->params;

$showPrintIcon = $params->get('show_print_icon');
$showEmailIcon = $params->get('show_email_icon');

$images         = json_decode($this->item->images);
$app            = JFactory::getApplication();
$templateparams = $app->getTemplate(true)->params;

?>

<?php if ($this->item->state == 0 || strtotime($this->item->publish_up) > strtotime(JFactory::getDate())
	|| (strtotime($this->item->publish_down) < strtotime(JFactory::getDate()) && $this->item->publish_down !== JFactory::getDbo()->getNullDate())) : ?>
<div class="system-unpublished">
<?php endif; ?>
<?php if ($params->get('show_title')) : ?>
	<h2>
		<?php if ($params->get('link_titles') && $params->get('access-view')) : ?>
			<a href="<?php echo JRoute::_(ContentHelperRoute::getArticleRoute($this->item->slug, $this->item->catid, $this->item->language)); ?>">
			<?php echo $this->escape($this->item->title); ?></a>
		<?php else : ?>
			<?php echo $this->escape($this->item->title); ?>
		<?php endif; ?>
	</h2>
<?php endif; ?>

<?php // Content is generated by content plugin event "onContentAfterTitle" ?>
<div class="pull-left"><?php echo $this->item->event->afterDisplayTitle; ?></div>

<?php if ($canEdit || $showPrintIcon || $showEmailIcon) : ?>
	<ul class="actions">
		<?php if ($showPrintIcon) : ?>
		<li class="print-icon">
			<?php echo JHtml::_('icon.print_popup', $this->item, $params, array(), true); ?>
		</li>
		<?php endif; ?>
		<?php if ($showEmailIcon) : ?>
		<li class="email-icon">
			<?php echo JHtml::_('icon.email', $this->item, $params, array(), true); ?>
		</li>
		<?php endif; ?>

		<?php if ($canEdit) : ?>
		<li class="edit-icon">
			<?php echo JHtml::_('icon.edit', $this->item, $params, array(), true); ?>
		</li>
		<?php endif; ?>
	</ul>
<?php endif; ?>

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

<?php // to do not that elegant would be nice to group the params ?>

<?php if ($params->get('show_author') or $params->get('show_category') or $params->get('show_create_date') or $params->get('show_modify_date') or $params->get('show_publish_date') or $params->get('show_parent_category') or $params->get('show_hits')) : ?>
 <dl class="article-info">
 <dt class="article-info-term"><?php  echo JText::_('COM_CONTENT_ARTICLE_INFO'); ?></dt>
<?php endif; ?>
<?php if ($this->item->parent_id != 1 && $params->get('show_parent_category')) : ?>
		<dd class="parent-category-name">
			<?php $title = $this->escape($this->item->parent_title);
				$title = $title ?: JText::_('JGLOBAL_UNCATEGORISED');
				$url = '<a href="' . JRoute::_(ContentHelperRoute::getCategoryRoute($this->item->parent_slug)) . '">' . $title . '</a>'; ?>
			<?php if ($params->get('link_parent_category') and $this->item->parent_slug) : ?>
				<?php echo JText::sprintf('COM_CONTENT_PARENT', $url); ?>
				<?php else : ?>
				<?php echo JText::sprintf('COM_CONTENT_PARENT', $title); ?>
			<?php endif; ?>
		</dd>
<?php endif; ?>
<?php if ($params->get('show_category')) : ?>
		<dd class="category-name">
			<?php 	$title = $this->escape($this->item->category_title);
					$title = $title ?: JText::_('JGLOBAL_UNCATEGORISED');
					$url = '<a href="'.JRoute::_(ContentHelperRoute::getCategoryRoute($this->item->catslug)).'">'.$title.'</a>';?>
			<?php if ($params->get('link_category') and $this->item->catslug) : ?>
				<?php echo JText::sprintf('COM_CONTENT_CATEGORY', $url); ?>
				<?php else : ?>
				<?php echo JText::sprintf('COM_CONTENT_CATEGORY', $title); ?>
			<?php endif; ?>
		</dd>
<?php endif; ?>
<?php if ($params->get('show_create_date')) : ?>
		<dd class="create">
		<?php echo JText::sprintf('COM_CONTENT_CREATED_DATE_ON', JHtml::_('date', $this->item->created, JText::_('DATE_FORMAT_LC2'))); ?>
		</dd>
<?php endif; ?>
<?php if ($params->get('show_modify_date')) : ?>
		<dd class="modified">
		<?php echo JText::sprintf('COM_CONTENT_LAST_UPDATED', JHtml::_('date', $this->item->modified, JText::_('DATE_FORMAT_LC2'))); ?>
		</dd>
<?php endif; ?>
<?php if ($params->get('show_publish_date')) : ?>
		<dd class="published">
		<?php echo JText::sprintf('COM_CONTENT_PUBLISHED_DATE_ON', JHtml::_('date', $this->item->publish_up, JText::_('DATE_FORMAT_LC2'))); ?>
		</dd>
<?php endif; ?>
<?php if (!empty($this->item->author) && $params->get('show_author')) : ?>
	<dd class="createdby">
		<?php $author = $this->item->created_by_alias ?: $this->item->author; ?>
		<?php if (!empty($this->item->contact_link ) &&  $params->get('link_author') == true) : ?>
			<?php echo JText::sprintf('COM_CONTENT_WRITTEN_BY', JHtml::_('link', $this->item->contact_link, $author)); ?>
		<?php else :?>
			<?php echo JText::sprintf('COM_CONTENT_WRITTEN_BY', $author); ?>
		<?php endif; ?>
	</dd>
<?php endif; ?>
<?php if ($params->get('show_hits')) : ?>
		<dd class="hits">
		<?php echo JText::sprintf('COM_CONTENT_ARTICLE_HITS', $this->item->hits); ?>
		</dd>
<?php endif; ?>
<?php if ($params->get('show_author') or $params->get('show_category') or $params->get('show_create_date') or $params->get('show_modify_date') or $params->get('show_publish_date') or $params->get('show_parent_category') or $params->get('show_hits')) : ?>
 </dl>
<?php endif; ?>

<?php  if (isset($images->image_intro) and !empty($images->image_intro)) : ?>
	<?php $imgfloat = empty($images->float_intro) ? $params->get('float_intro') : $images->float_intro; ?>
	<div class="img-intro-<?php echo htmlspecialchars($imgfloat, ENT_COMPAT, 'UTF-8'); ?>">
	<img
		<?php if ($images->image_intro_caption):
			echo 'class="caption"'.' title="' . htmlspecialchars($images->image_intro_caption, ENT_COMPAT, 'UTF-8') .'"';
		endif; ?>
		src="<?php echo htmlspecialchars($images->image_intro, ENT_COMPAT, 'UTF-8'); ?>" alt="<?php echo htmlspecialchars($images->image_intro_alt, ENT_COMPAT, 'UTF-8'); ?>"/>
	</div>
<?php endif; ?>

<?php echo $this->item->introtext; ?>

<?php if ($this->item->readmore && $params->get('show_readmore')) :
	if ($params->get('access-view')) :
		$link = JRoute::_(ContentHelperRoute::getArticleRoute($this->item->slug, $this->item->catid, $this->item->language));
	else :
		$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($this->item->slug, $this->item->catid, $this->item->language)));
	endif;
?>
		<p class="readmore">
				<a href="<?php echo $link; ?>">
					<?php if (!$params->get('access-view')) :
						echo JText::_('COM_CONTENT_REGISTER_TO_READ_MORE');
					elseif ($readmore = $this->item->alternative_readmore) :
						echo $readmore;
						if ($params->get('show_readmore_title', 0) != 0) :
							echo JHtml::_('string.truncate', $this->item->title, $params->get('readmore_limit'));
						endif;
					elseif ($params->get('show_readmore_title', 0) == 0) :
						echo JText::sprintf('COM_CONTENT_READ_MORE_TITLE');
					else :
						echo JText::_('COM_CONTENT_READ_MORE');
						echo JHtml::_('string.truncate', $this->item->title, $params->get('readmore_limit'));
					endif; ?></a>
		</p>
<?php endif; ?>

<?php if ($this->item->state == 0 || strtotime($this->item->publish_up) > strtotime(JFactory::getDate())
	|| (strtotime($this->item->publish_down) < strtotime(JFactory::getDate()) && $this->item->publish_down !== JFactory::getDbo()->getNullDate())) : ?>
</div>
<?php endif; ?>

<div class="item-separator"></div>
<?php echo $this->item->event->afterDisplayContent; ?>
html/com_content/featured/default_links.php000064400000001133150752732510015161 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates.beez3
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @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.php000064400000004654150752732510013774 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates.beez3
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @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_contact/category/default_children.php000064400000003276150752732510015642 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  com_contact
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @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/category/default.php000064400000003050150752732510013760 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  com_contact
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @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/default_items.php000064400000013064150752732510015167 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  com_contact
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @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/categories/default.php000064400000002464150752732510014300 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  com_contact
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @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/categories/default_items.php000064400000003226150752732510015476 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  com_contact
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @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/contact/default_profile.php000064400000002144150752732510015321 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  com_contact
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @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/default_address.php000064400000007042150752732510015310 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  com_contact
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @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_articles.php000064400000001416150752732510015470 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  com_contact
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @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.php000064400000016144150752732510013606 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  com_contact
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @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 JHtmlTabs::start('tabs', array('useCookie' => '1')); ?>
		<?php echo JHtmlTabs::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 JHtmlTabs::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 JHtmlTabs::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 JHtmlTabs::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 JHtmlTabs::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') :
		echo JHtml::_('sliders.end');
	endif; ?>

	<?php echo $this->item->event->afterDisplayContent; ?>
</div>
html/com_contact/contact/default_form.php000064400000006400150752732510014623 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  com_contact
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @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/encyclopedia.php000064400000005616150752732510014623 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates.beez3
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @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.php000064400000003732150752732510017563 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  com_contact
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @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 JHtmlTabs::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_links.php000064400000002476150752732510015011 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  com_contact
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @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 JHtmlTabs::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/mod_breadcrumbs/default.php000064400000002746150752732510013015 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates.beez3
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @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_weblinks/categories/default_items.php000064400000003264150752732510015663 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  com_weblinks
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @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.php000064400000002465150752732510014464 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  com_weblinks
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @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/category/default.php000064400000003160150752732510014145 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  com_weblinks
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @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_children.php000064400000003336150752732510016022 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  com_weblinks
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @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/default_items.php000064400000016426150752732510015357 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  com_weblinks
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;

// Code to support edit links for weblinks
// Create a shortcut for params.
$params = &$this->item->params;
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, $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/com_weblinks/form/edit.php000064400000007135150752732510012602 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  com_weblinks
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @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_newsfeeds/category/default_children.php000064400000003341150752732510016163 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  com_newsfeeds
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @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.php000064400000003164150752732510014316 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  com_newsfeeds
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @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/default_items.php000064400000006262150752732510015521 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  com_newsfeeds
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @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/categories/default.php000064400000002516150752732510014626 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  com_newsfeeds
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @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/default_items.php000064400000003266150752732510016032 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  com_newsfeeds
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @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/mod_login/default_logout.php000064400000002637150752732510013224 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates.beez3
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @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.php000064400000006026150752732510011627 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates.beez3
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @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="off" 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="off" 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/modules.php000064400000007017150752732510007705 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates.beez3
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @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/layouts/joomla/system/message.php000064400000001537150752732510014167 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates.beez3
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @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/mod_languages/default.php000064400000003712150752732510012464 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  mod_languages
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @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>
template_thumbnail.png000064400000052705150752732510011150 0ustar00�PNG


IHDR��� 	U�IDATx�|G��e�d�ljf�r��Ü^���23�]�p1XH:fǖ-K�%�����η�s�{��K��o����aY�뙝Y(�Z�V��;10@�H�f��}�Q�m�4}L�p8l�ۿ����iE�YPd)%J0��F�b1��h���e6�u���u��E�����E�9yy�*�b�n�����}?EV���㋳L,u<=��K�Q�˒m���D���@,%cbI�M�aI:�K�(s���	��#�d�dd�޽3�8�$|��<�B�5�M�=3�L�������eY0���m��AV�	6�m6���V}�&�e���5o��Iv��@k[�X]��n��)��	e!I<���ng�v>�	��α�YFR6y;�a�i�XLa*ʄxT9kRy��9..��O?���?���,ty�.Oc0)6�y�g����)̂�J"��(J�k׮#F�W��@L�A4�o�jy9��9�ljnm7�a^T���R�?����c�xcG��v6Q��^�m���s�DbɘB�8xGw��M)�2$<�-;���
C�<��*a�����7j�p�;v�{�OKyEŞ�VT����[�_�j|� �ә�~-�>��ӑ#G���O���N�b�ÔmhN��莦�&RF�Ȋ�v� ���40���A����d[y��ǥE�eUM�i>����@JFN�2òC×'��,kD5�ި��*�0����1�s�K�0!�IO�bB�KB��U����0T30T30T30����+P����to���a��kC�4��o���1>eO;!�֫��ѣi����zZ/8a3��~�A��G�0T�?BH�$��իژ1c0Ɓ@���c��24�������2����CZ_@�Y�VU�RU�ˆ�X=_L�����9������(���dd�~�mE}��>��(��!��&�iJ��S<!��TU�C�JF�3��W���PM��ϩ�G5�aTU�8�a�o�l�Y
)t�XN0���z���Δ�B1�.���)���1M[m6U�ɴ�aK�Ҙb$1�e��8���(�=������*o2�B=6�U��iFW���4�D�x���e�ѽM���jX��]�c{B�$�*YYY�U����y�$Gv�3O)/۵��#�#�Y�e��2��E�_�l>Z[���=��[kW����X2�����<�q�����ڐCP��4����m�4uvA�#����<k~�$I5��(�z]�?dU�\��΋/m=�q�EM�>���i�.-,TRQ�_ZV�N���?�U3v����������q�(F�?���9����H�li�[���Ӓ(�4�i��A��m[�,��,����ti��'�V�N�o�5~���~��w��͞1nt���3��.<����g�������U�?XWw� �J��lK�7���5�:�%���Jv�:8�jP�
��t��Yv��\��y��P��Zx�SC5��}\5��ӯ��,�z�]N���!#gzb	��-f��*z��#Q�D1i6[1g�AD1��&���M��3��D<N1�%Ma�'!Ͱ<�'5��>(
w|NW��(�G�Q�l������3��ID�R�]�h,
�9�j�
z��5�)��A��O�Ў�����!0Ea���PL%Лf)J�rFA��kzc�	��%C4�f8���{���<�W#��Ri���@Ψ��qKz�9��H���q�%</қsl��hA���Ww��"B@�~0ƺE��ݜ����j��`���N�n��
����|u4z�|u�T��S']_�
�'�3
�Um���Fn��D4ƚ�'��,���ǩ��!�-�+F5$Ea�4��	����~x����vo^V�!_�:�Ri��v�
��Um�ĉ��lAnp�	 �X� ��k�U_�4P��~)�o��	��
����lP��[
}|L5IV�G_��,.;|��u���·�9�H���hr�	�ɡn��
�b�,[iBS�o$z��%�
{��ڨվ�D�G(��w�i���:�mE�rK{���R�b�Ki*�B�>o�fp��x;_5���_6$b8�1>�m�
%��L?�48֖��m3T;�}	:�IO9���{<=�8����
�+��t�ᶉ�
����6�;�j�r�L���9+�����d	!t�(
�ʔ��y��c8��
2!�U�~�UCKiQ�2V���K�b�L$	 ��D4�x���,)�
i�S�AJ�R\Y�x]Ok��p�4`XRT�����o=:RpK4�趝�j�^ò�L�_v#^o��<"$-I����w�L��{`��T�S�Һ���ua�����i�lU�Y�o����4�dUK��7�ߴ`��s7DC:
@39n�b���z�u�XKD�N�`ςh�?z�Nٿ~����*-��ۖO�0n���h�*��X��Tꦇv��.�5�n���^%��(�U��{SU�'e��Q�I���l[s�
w��[:d�P2��u�$�<=��&���C���d���d\9��YsO�n��G��`՚�1o�SO��7O��+�/Ys�9��M]U�k�/�u�=��j�4�{���31�j�zl��N�OՃ*UO3E��Uр�h��>�К:/Ev�V����1��kI�('��gٕW������g{���T��M��n�o���W5~����'vo���r��U>�w��-�s/��t�y(�+�z�W]}�u7Ԓ!^s��YK��B�2T;�!�F1��pw���9���04���5��s�p4Rd���s�Sw9�Z$���Row;�k��P{��$��U+�վ۫Z�#-��_y�5�'����_���g�1,g������j��A�՛����q����X�G�=kȈq�����㖌{|�t�ϟZ�va<�q�m7>��?��î_m<{�MB~)���`�yL�C�~�X
!�Ӆ%Usʷ�yuэ΂j�bf0�zmmw~�H���4V���ӷ���H`;�t�^8�ڠ�u�9-*�GT���%�[8��ݝ�G,Y|��'�����m�o�b�e��|g�C��{Ƞ�ﭺlŝ?:�ʵx�x�]��b�AeBj�aߵk�۱}�5˞{��߽Z���	?���<ôo0�p#f���&Y��Z>�s�G46{E�O���ɶ�U6�����@to����PTBvh�ɦ�����mG>��6�b=��6��Z��Ï��[����������x��p���}��/>�xɸYnŻ��?��+F����׏|oz񸉓�|�p�¶ay�GqW�[���������#���˗ξ�G�2;m,B�)  �N�3����G���P��Ъ���d�Iz��/�8�G]n�z�\q��~TT:�l~��k�����ǎ�V6�R���I���Ϳe��d���~v�Pݴ�nZ3_w��?���L�x醕�K��mw�2Hg��?��Ǟ9{�i��g�~�싗E���r����ޟ�y����Z;�~k{�/�3�w=����̠Ue��y��l�����#m����H�E�ۘ]�j9
�L�D�tSS�G-�..�~�s��'.���/�Nb�X�,fH%�3��91OH�^���6�3��
rtr
,N�B���1�Ҋ��,��&+h2�	���� +�����
.U1�p�Y`L�4/���7�\|YOk;D<C t��ZL���3/�t�����@�eq(����(�Y���a?����&,�,N�g�z��ht0E�QA��߿�;K⵵�����lVZ�
�p��;M&%��c�d�dd�q��0�NX���2�}!Ƃ�A$�<�m���H6�Z�Ô2�Õ��o��.]�f��1Y�(·g��8V�|��Z6q��8�j�z��x��e�=�}�����%I��&�Yv��?������ia�' �\]R�.��w�2j٤����f`���l���_<�+����R��4M��\�?�)�[QD?���\R�}N�����I�f`�~M%[L��j�{�Z�C�>��2�18)�	?�.?*�J=Ӑ�I�Kfʹz�g@T���d���A�mu�ӦW���t�G�n�0U�]�\�-�騚��D��}���Qm�@G��i���̤�i~t�ϛ}A�9+վp��Ž�8���2��B�B��m�L6}���ev��j��'6��Vm�▎�f�4�Oґ�vzn�ͮd<&��Q�l�Zg��%T30@$Iȴi˯}{��#M���\t��u��h{�{��.�3-��ڬu~_7ͱ��a��PD#��K��3�E��,P
)rFLI���X��Ո���t�:4=)J�q�/�<�W�ro�W4����&�AB*aV}��~�ű�<L��_�B��p�*�C�ݼl���j�s�Z�*�*�s��w����ƺ���n�x�e��z‘��,XM�A���j�`�Ĩ�{Z����m�EE�aM��LC�X��`�i�ɶ����H�Ýa�p ) � ���jo}�/M�^�$��cgr@��r�ph�E�� �c�d�_�6a�\S]�ֹ
�]���ؾj�Z2�H8}��)DRi1��d%����9Y��ٱ���e��.������Ek���`�� �J<)2Xk;�࢙V���PU�T� `
��vo�/*ge9L4�����޳Θ�%���̌�yK-X�"��h[��fS�b�j�N��$9��b���FE
��jf�)���l�n5[y0���F����a�Ox��������$���+o[9`Y�O[-��y�+�h߆�gkRr��Q�J]5m�]
&�}�=�GW�[J���]:.�`�?g��D����T<5o��\�]�-_v֫/�7e��Y��~�,�Yp�UU��ʡ�����oh��yE}�E���BdzU��Cm[����3斗�=��Ț?wl~��iWCd���.E8kVU{���%n<{H�ϟݾ�������(#GNN�O|�冎6DQ f��ڊ�T|���#m��8�貏�֍�*��m1|��ÿyz��UZ���C�[����rP�����es~a[�3�,ۜS���en��Ѫ�3p��wr�\��kt�Ġ��ƈ�-���!�N�=T�Oŋ���l�sFm��;{��)�;c|{(5utEss[(���c�V�8	��^8�.Kw?�z���dƨw�4���hv���9C��k2��h�'�|�"_�9P����":���H��lȞ���CDCw�h��jC������A`���O>���9
#L3K���1l"��YL���K���1x�$R�.�E`����p���y��
0�W �(�z'���L�>n2-R����/˦dU�%И���o��y�݃��Na�iJF�g=
XR���;/�z���*���c۶m۶m۞Y|6�����k}NR��'�Z�u��3�o�v�`'�U���P���K��?�s�xQrA��� ��Uټ&�FGכ��2Q@��=���
S�F����D3 :q�iYh�/D����M�.�ޱ׽����ߨ�N==8zj3
׽�+N8�̃�R���r�j����"xr��U�
2�x	����S��8��F��[HK�>�ƦDb��������/s����)S"䀵F1��H f*^,�Q檬��]�f�a��N�ob,�H�΅��Zh�x0$Mk4��M�K�]������j��+0Q���;���瀊kb�̒�,I}L�Zh"̺�j3��F<���c�,�G�����W��g�l�q��b׻�Kr��^c��˿w	�}��s�;IY5'��y�c�)gi��'
"^�W�a��ƒ���u����Y�WT�i��Qrw���/��:.�������Uc�ֺ�ź��� h�5�sj�%8��#�v�����D���BeR��Z����� �J6�$d�!����%KG�[��7|���eu�oZl��}�{O<��C�-�U���|I��
�H�zdŐ�IeS����KnL�;�( L9K�d�$�Yr��i&I�Eʮq�H��;�3��Xmj�|���ƈ4#��
��C��#�ݍäQ��%k��D�I��7�<ONS8��M�DžU$�Ǿ���:��u��d���	�a��ް�ߍ�����z&�hV5��[��@Z��FB��R��]�|��]o��G<����ë]���;���?t|�	�;����9H�$}�#��]OGn�5��M���*Z���,��UKYnQ3-t��B3�;���M0�Y�ƭ֚l�Zo10G����‘����у��K��jI��4�yPO6*5�;-*M�\s$�
�V���k�J��$S�T�ق[���qT!aJ{#�t��������T�0��+>d�5�ơ����5#|�&��,�L7ik��i?��K��'����n�W��Գ:]Bm�m��h�����Eёv�pu��"��xc/��T��n��yM�7DY�<-e��`e����&�Q����+�e@[T��Ǿ�c�C�#���X3��}8R�94K��6�#�+]���/0-�XhJ$i�R]��@�۲���֫4�4�w�ڦ	�:�i'�:M�u{.;��*=�bK��ETj��@}��$����V(�cp��6Q��X2�\+�s(�M�y�
]�q?_�n?�	]�o�ֽT�3��z��w����k?�u'�t�~5��r�'ά�]C'��H����c�qƞ��8���I|DqțW1'[�	�"�H��6�LX��b�*�R�+�
3X�B��SF�4�!���x�]
���~ؒ�"H�=7T}����Ye������&>q��Œ?�Qu��lj�#e-Mk�M�D�z'�*�tk�P��V*k�y�L9������N�t���H�z�8xEo,�Iv�ǰV2���|�=6`R�!�w���{0
�F5ǂ�����p����u�֖n�����3��9����v�6	�",C�x���"���#���6�K�c;
%y�J�H���lK%��Y)�u�ui��D�w��i}m��(T��v������싄��8���e�.�:mJ4�Yb�Vi���]{(f��u*+�ʳ�[�m��Zf�0�V֜��DgȰs)Vsy�/mY[)M33tCQ�-���H�q�<gۆ��u\8^�#�o�T+�y����t����_��Q�m�<��|�Y�Բ^�R��Z�6mn�iX����tg�4F�3�U�[h6H5���u���Ռ��jV�c�c�ц0��H6f�s�~�INm�;r�g/�P��q1hLz�Ќm�p�s��b�8
�]�4!v{%�k\�CG�#��fR��us��L0���ѱ��kF�z�1�ɫǨY<Z�Y�I3w{�ܕ���M��GDsw%�K�U�m��nj��/���֎�N����3.���=�̀�wH���q��Q���ޱ�@kYϗ�ˌ�|Y��v���-��1q�w�H� �V�V��aS��j�ZD�P����W�n,p�;HD+����t�:��"��ďc�Z/��dp�OBxn�ma��1�^�'<A4�@}�4#*C�
�����8	�t�nWslE����� ���s�EW��e���o���p�����S�9����H��BM�������Xz�ܙ�@G��"�n�md���{F�{��0�p|�|��q.��P�e�9�hy� ���{�@`�(�_s��9
��8Ǹ��:pc�Ƈ�9F�n�E�{��J
˚$yD��غ)'7N�V��Z9�R�c�s����9=8��@Ԯx�[���u��N=g��c�0�XT���w0�����~�\�;�"J��a��oN���CWbss�i�~���q��0�Pc�F���j����?efå� ���Qu,����G�G�ѭq���}�Q͔�͌(�!:�R"�G�lraC"j_�
���Wo�*�����p�9��?:�^$Ăi�Ib�"�K�)٧�ᓽ�h����`7ĽU��ɾ]�|H8�=+'�yІ���E|����Ljh#�i�[�2Z����=�OQ�}��=��=��)P���Ԯ����s�����I�$�c�|��}H�3�g�D/+8_N�gH�,R������;T����G���85�`v�c�.�yQ�\�W����G�V+h��_56��]�/��>��_��7�����?�=�rv>pL��M?���~^
u`�O�<3��L�y���6�yš�^�gĢݦt�1��@�M�[�О^� bDx�)*��g1k�6��wс+>��0P���>z�i��a�a3GlU"��������CݻqF�Fg�X
���K�!�8�G�nF����p��8<�e�L���_c:g�jW<��Ͻ����7����ON.��j��O؏��q�Y�=��=a�@J��a�w�z�(?�F���Ӗ�����������%�ɍ�$c00�`E�-�_������>�{i�B�qF��L&.�&�ϹG��g��	��J^�O��_����Z?9����y�jJ�'�#զ��t]{��Z�#զ��5M�/{�&��7��v!�Ne2�"Q�|ϕP
��i���A�i*����S�4����$R)�Dxy���6g�9;�Ȧ�Ν��=��/}�F$3q�ءR������t1o��]���w�4�٪�Ju+0���&��x��{��*�ߩ������X_1y��y#��eS�|nm�b��L&�֫0�,��w_�;'P,?���y061��T�co���Z�=������|L���-TR�X���E�y���-����P	�v��g�ϡ�{<qv	h�jxk��Z˹�-S�Z�3_>���}���߮;���swt�!���mSY�����f'�u����=�O]\;��ԓ�ϗm�u��x&�J&z�1���Zm�=���US�휱�0Ư��=j��U�P m�Q�P1�!��i4���f�j5�!)Vd�4��s�%�#ah���ǴlW�D�\ƌz�!ɔyP�	�AD��!!�8�`����<O���߶(�!���W�=������}e��+> A=��"�P �Ml��Y��I`�&u�~��~��[])_䔣CC�Ϯ��\���Oh�@`��P����`t��X�b/P-�AӴ(�^� ��,�W�=�˻�?���(,Vħ��ަ��DŒ�/�P�
�O'{�Pfn:��Eu�0 ���l�|?8'���i�:�����48��-ǝ�����N�о��	��ݍf+���/P�R�����B��j{�ǻz2۝�]ތ��$3۱0T�R���Ti7���R��<�%У��P�,��b�
�<��Wq �|����s_o�1
��m��9��
O�����1l�U���#Y$/��B�wrf�/!d7�H�3�S�-����Q�1�9����=1����'4�����]YkZatd8�n;[�?֗{���³O���Y�Ǡ� �X6�N���g̎�C��f�m���b��0� ���_�&��d:�D�ى��҉uU��B�5�I�_���@�:� M�Jw��T�@+�!�EP��k�q<jh
��x�$����ڃsǷ����۶�HB̚�r���Po�ٶ]��[G'�E��n��?w$s˫��2�$ͬ�;-�J`8��&��?�E��Y!ձ�5B��(3����8�T��D72�2���.ჺ�w6C�8��$�Mj��V�.�W/M#��]/��\Q�K�>ueÞ�.l6'FG���n A�k_�ν��p1u��J��-vQ��@D��V�z���]�+��J���0n��\.��&�Ԭ�u�v����d�Qm�n�d3��G��8V�'��f]S������>���f��^Z�}9�
�RS%�W�P��Nڧ+I���GA��We�T,tUmץ�:50ԥ�_][�)h�Ѓ�����!���"�(!8SP���դj�\��n���W
"L}��_��r-80ڽ�Z3�=�Z��tIk��p�O�տ��w�����	�8�Ѕ�9R^rh0�|�S_K�;��>p���ET[)�|,�e�g������כ��

�E�O-'�ɘ1���`����?v�;_�}�Ȭ֊�^�lJ,,{AH5ұ脂4qE���̀%��C�!X���~�[ȍ��m���ZhTD�8�Dk�'0�쀆�k�TF|\�}Wuy
�������C/�j7�V ��������(��r��F"�.�,]��4AĸЁނ����Vm���#�E]��(���ⷓo#����k����$A{T{�;/|�b>ݝål���Wj�L2�;�s�aA�)����:0/A�)�@�����ho�A�����o�+ι��rc=m~�0߲e�|����6�	x:���7z�R&���KN��H��!��s�1y)#~g��B�s��v��$�g�6Y�����ܱ����$�Ŵ� (�m �
7LEQ��I@}g�h\"
��z����t_imu�٪V�適1�[���+��g5�=��� ��@�VB=��N1�5���l5
�����^��w?���?��"\��Fƽ@� ʌ����@b�b�H�"���	d��L�P�����vC��"F_��n(��O�R$���`}Q��8��۽�gU�`���N`{�7���Оj��y�����De-�Y�ز����&����CY�Se�j3΅$�ih(�r�Q�����UwY��"E ���x ��������L����	�"�L	?���i�oV>����F��ot�x�W�VW!^	��PR�n�m�;sB0���2��g��*8�^eeD"�/����?�����'|(UV��*1\V�`#���4A��Q�	�@с�.PH���P>@��3s�"�j:���.'�~S꯳А;��s�!̼@�b�I@%a|UH��l�B�y�֣���]����r}��㵶�g��y�I9�{��Ѯ3'�*��fmn9xhr ��pI2.{�cF����3c�%Jqqll{�x�M5�F���C�~�{M���O�%Džf:&���R#��L
w��66�ʱ�(
k�C�N�./.���DBjl�U;0�73�.�ӛ���J�^�\�˲�L�t%�h�,�MC���tc���@����\y��?1�+ty~���ʥr���X�	6+�B.��0+�\Ю���Ç&Z�JGRK���h��e��<9ޛ��?�p�g��CݙD<�/�z`�7��d9����߲�B��(��
�P?�.�n[�BGQ'��m�oTI4�q�7�o;��m��媋�m�������%H�PA�I��P|����;{�������/��@Q���)l��GB@Y�;5 #�1�2F$A���Rmie�ZkQ��36���E�޴c�c�O�(]��H/i9�/nK]�Bo<t��1fg�,�։c��.�_����Kݝ�Չ�ág���ᑁ٫sr؜]p'n��ȱsg�+^p�-�<���h��n�7��|e��\M��c�Y�o�x@�`߭�(o�����g7��u{�E2ٔ�o`�ĥ�#���Ν�����S"V�ܾ垻���O��uo��}�_�?�'�&Jڕ����|�վ���O��A9����O�KٰZ�J#$hM_]Z��n�C�}���|w�
J�]hj�>�B>�{�y�K�*h���M�:� y:�b�����P�.��t���*�4b�F�*��O�ӱI2c���RܐC���eن�?Rf�v:�')b��y���W'�&T�O_��z'i��j�������-ۋ�L�H;U�õ�%A��\J�
qNCE�\��A<�����R�^��i�� �tyf�rw�OE`����8D���N�7LD��0ve�)�Q�!"��ð�q2�`�A	F!�����r�(��`h��F,.A���U����8�� ������q"!L�ܝb��v:�٭}�L�d�!C�n5�X�[�nfr9ױU݌X�q}E�$E�A'��`�q�T2�[L�Iт ��Ɋ���v�J��2Fe1C� BXrlY�&���_���*���k-���i
���j<�1����~
w��,s�������o��$M��]o����9����yO�AЄ�,(f*�V]�'"���*E��(:���N9��6^2�t�O�<�m�8���Ź������⅋�{��u�n�O����F��x��t�L�n���0�ۂkB.�2!^HמYr�HS�q˫�����ڵC��n��{R!~�|�}�~�+�pbh8�J#m���&%��"�s��pA09�����7!�p!���eG�#�8��LUEf`M鄌��*dK'
A�v�ḮX���5���o�9C�΁)�WMQ���Шo֪�R(�����Hg���o�C!���s�\1�l*LD����!�ث���������A/�̖�X}�̙+z��m��77ݹ+�8��� 5z������}�mϜ8Th{�J�~lru�d��s9S��-q�=7�z�x�ԉZ�������
4�7�m�hac���ǚ
�j�-����E�)ţJ����#���7h��B{�:���gg��ԕ
��5���>y*����S�_����g�����+�l��rM A_���:QF�.sp��w=�f.=c����
����'����$�X
�N<i������4��mAkA�m&�
�c�)(�e�M�/�t���%C��Dp!��|U�*�0uE�dIpFX����Ӊ8���jB��Wm��ܓg/�z����7~S�'�ģ�׌|���gu�ᇾϡ�&
2�`��[��.�
v|葑�q���ZƝ�\<b�B���2�P��}�\y6�7�ޕsg���M]W>���X�G��d#y�…�o9�vu�������
��2@�kZ���������
��Lv6[�#S��է�x6?8�>Mt���yy-=v��C}��#��/��z��o~�s��k#P;��.��U�`��xY�>]���Ț��w\�i{u(�R>���-�l�,(�	#��Ll����}P�����ȒN_�~h.-jۅX�%��/������'f���e?隸�-�%�v�v[�,h��j�.��8a�;��K~�Jg�tg4�\h�vx�g�Vˈ'��� #�� �,���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������p��4����ػ��N��J:`�F�'�J�:��(��،c���\�ؘ��`d�K�vǙ��+yC�4����ve"-S��O
f��3H�]��4�8*���(��6*�i�T%��\"�k5��C L3��2��G;+�c%D�F��z���A7���?��ǫ������^��RhJ�փ@�p%�0/�c�����lu��ҒD��C-׮n�4m6WAts��@2v�n������S����n7!�uh;`1UW9�iP�B�dNpO,�F��UC����KK+�U�{Q)�7��h����gw-��앥�jft<�.V<��x�)���7ԅ�=>��>r�3�>�@�das��0we:Di<�::�*������3����B�t娪�,����4N�V6{+
T�Z^�R�𠞌?�U�[R��9�%T��	��$!C{�QM�¥������ٶ#7������ͥ�z�ѺKجm;8�ol\ѳCw�|�S	��Um��Z�~�~d泿n�@���@�-��rFe��A>�$��ډ��>�ܝN�����t��J�3��/cJ�������x�ժ�b�ܳ�v���Q���b������)�h���%1��/�V����_跼��.v�&/��9�
j��*"�jT�D6(<Ƹ�y�����!�ax��@t���щL2��x��|�\�HedY����Qc{;��+I�%U��;�ٙ��q�{r<Ý��d&�py��ɡ��0,���IUB<p� �7��b1��Kš�l:��ʊ��Y�4UD��p�"]��+�=�c2W֛Bb�����D0���_���uiun�E���@R���d�ƕ+�XKs1L$UU=߇��d�-Y10�K��V��mw�1?�S����O�̚<m`����M��o/��x���\Ǒ�"�|�%���O9��S�� +��)�q#19<����+�5�
�Cۏ��LӦa����0д5�����ݕ�_6���
��i�(r]ww�S��|�+��A�R��͍��vCd'G�����-~h"{�ܥw���@�o\���u⡯f��-���r��RA_���)1Ѭd�o���o�o���ɱ�G�Zk�ЭϜ9��FPә�f�sqnu�֛J��H�SO?�9������6��@�ֹr�\f⎷�uˉ|����ho���Za4��6�&���dž�.\�Xf�[���O6H��㮧���Fzb"N�>�6| ���v��Y}�ެt��u�=33З��]�fJei�Э��|C�g��r�'���Z�Y]�5���;�j�WW�\\Z��Cq^nz���gU���?�A~��3d�_)
5���IX1�v����G�1�Ed4�(M]t�^Y�w�
ݲ�Ƞz6�
 �Oo*�I�\]Y�@b��sHx<J�j�R��}	�����Mv���*E�qO\�v�
 ���ݒ��?��Dڵ�t1�BH�p��KlB��;�f�\�5#�H�0*��v�{`8C���Rw{{Ոw�T�\�@WI�>6��R�RO��g��`���v�s��U�K)��iP)_ȩ�ǒ�
��i�7��SHǽH�jKhjWB�V�'��߱:�vo>9��,��*��o�Bd3ل�\��h��C��r��Rf:ѓϵ�˛67IE$�Q���[8��/��ێ�k��L~a�Z�͊Fy�I	Q�|2N��]6�{u�ǴQ�fu�FjW!�����Ձ�֛K�m�Xe��*�2q�<������-�O5���bR>���5�1#�t=�}v�J��(�AGBbH�"�P�X�_�nB[���E��K�^t�!��SM��P�"�G��"&�u����+�/{q�v`^8w�
���;�כ�v�ӄ ��vۏP2�8�6�������l*��4EF�VKVT}Gܽ�ګ����������y&pЖE%����+�%L��J��0%U�h����s�אE� ��� ���tl�ʍI$�i�<��#� ��z�($�Y��!d>�G�J俯��%G5Y�/=�����Z��܇?x��'O�8޸��o��T�u��6St6��{z�|����HW,\\�TZ̓GL��4�u��[�\
f�L��z�oxT%~}�!�-\����8�U=���S�Xj{l���5v��H����!�"�����[NP�ۉLf���:+K�J�}�y%��l�<
�b7� �D|�)
**�p�8Q��C}�v[U�J�Ng4Pۥ��|"���#?Ċ�J��mQ��8�z¬��L�\�A�c��yYS;�FĘ�ʢж,߈'܎����y��ںtu5��J�$Q��W*e���sVU�Ð2�teR�3&���������I���4˥��j4ɲ�C���&�����Ypc��ӆe��O-�{fSi"�KV�r1�y�$�G����k��(��@E8��%���:�$EǺs/s����psie�-N
lmmqIC��J=c�q�\٨ف7=2�1&�2��X�xq�H
1@���/78�?�j��+?|��ᄃ�:i3��;���'�$G�{�G��D����sׁ�}��4ݝ��*�t��/~�K�B���J����a�ܓ�� �5���_��5ў�Z��0�:0��
:+ՁLn�q=f��E��''3�r}Ê���(q�8ظ2<4�;�����G��֨㎳�7\��jƎ���c7߼�U��x��8�+��ãb�ª�fAO~�m��7Mv��^��^=I
�ҳ�ٳ��k0�k�z�*6*���V�����~9^�,�r�u��Tke%��^�Չ��\� �f���VCx�
��J��y|���§��;���F2ng�-��w@Q!$��
%L�9F߂�	�>)�G�XN'�B�e-[���u�����&�"�uMm9����V#1����l�݅�˭Ո$#��Tx�?IX;��v')�%v�x@�/��B)�<RU�u]���*�S���8��#�� ����GHڹ	��];�a(+Jc�<��hgq	���C�#B���	�ȣ�P5�OAp���`\R���7�����IY(ɶ:#MU��I�D0�a(I�$I����͕yD��f�A�"���Դ�XLw�Ј�u�Y�!Bv�NqN)�TYf�B�	�/�~�O~�7r��Yw8����,�ʄGJD&<Z�ۗ"�ejGu]4�gM�(��ˤQ˖ۊ�Y1dm{
$֚t\W�u���;�49@Th��B���`��(e(�����AP��/���" ��
��ѵ���z��o�W�N[j�&�K叟��;I@
�"����IS8�5
�
���6M��V�����1S~@m�3ѳ�+؍��]�ꞴÙ�sin�d.��DV�#.�m ��C�K��è��s�0�A�b#�ED?湆�0J1� |������k�$/7��{k�Y.����b}c����ܬZ��!Ci~�z��	S�\x����'�d�m���x�8A�Gy��{��"'����.l\<]��/5���H�C�Cg�yBJ�ȑ���H��m�-Tc����lOc{�nQHdj5:r�<����!��b1���������+��ȶC?�r/%C�nW��v�-�Y����B/�/3��xM��c�4�M��,U~�KIJ>�Z��,��NCF,8
݂݀�<H8��RZ�Z�h3f�^f�`y}��l��qS�U�mW��|6��cw�f)�"	�Z*۱,C�v����i59ֺ�f����B� �!B����V����ܖ�w�2mm��:|ku6hy7��]I����_��c���ԅ�;」1?�������1���V[cGn�֬�}�x��TX��8|K���ʹ��~�G���嘩�5���r���?�R
��s�������4�N�t��y�g�z$�=���ʧ�o�d������ǻL��0�8�L�M���[伡���*<���R��\��P:�o4���%_Ö�Gm*:\��$h�íP�Tl��"I�V���1��e����
X��5��2ٗہn,_Z]�tef�I���٧�,��C��������
��[�_�_�_�Q�ݵ���\*��g����R���W��J�L�86:��ϮZ���$-��$��s���_�V#O�N�b��U#YmurI�e;�^39�Q�|׹/|���(mT'�
����=�Q��`A30`�LH�*��l'o���a`�w�p	�4����1P ���'��b/�B(��z��ty��e�S�Y�00����f�#0T�
]]ߊ�M4�F��{��啪36�S۴�T|ymchx�'m0�_ϸ�_�S��~1�!�;�$���_Z�V7ߗ�o9��v3�(]���:I���6�b����SS5�NG��J�.���v�]gb�G1E�"�`E��.��(�H� �Τ^n����~���0~�T�ݏEH��:b�a���`A�dYC
!|=U�#p]ʹ�p���`�3A@ ��l�#!0B>�B���@�����&��"�@��c�d���s��!�D��V9�D^�<PF�q�w��W�7z�1��@���+�e����+��ҕ�S�����B���N�:���O'|�ݰ�L!'�F��[*֗/��~ibT����l��:�f��$�X��L��C]S&,�8��T"�ŅRi،)�jU%��I�ݶ\n&��aV[e��M[.M%c�Յz'�G<t|
 L'c��W�x"���(
�@D��T)��bB�N���j�V�M$⒪�]7@ $X���8�j����ٵ�����ͥK�+G�;���v+�M���v�K�1�cu��)2�=w&��(�Wʞj�͍�<nQ~�I���Q{�B%4Am�Ң��HR꬞����;>��tm��}�?�7��s��>|�wt�����2���O�o�}GƝ�S�}w|�+�t]p:M;g�O��up���ϷC��߲���|�l��L�Ž�uU6�7�_k��_8{�r�O��ߧ����_�7BZku����n*��k>I��[�ɜ�?����;g6�w�[��G�����m�����%�b�	���z��9�������{�~��_TI��+�䷿{������7����7������w�?��{�6�&����{?�AUl=��������+fo
���!��jWw�i{(b��F�-K�ˊ�irĪu�g��u�V�cd��FS�ɤB={��%����"R�'V��b�.�p��|Z���vC�
�v�1���h���kN(��`l`x$d�����R_L#�D$NCňu��<�M�񙄘�j,�/^Z����B��ԈǓ	sk}�LLy�?�;���Z����mW���4�$-Q��^�x1�U�)���Z��|ڰ����&�nEJ����
	5�
�!��CGF[�m�	{���=��H\N�F�cO5QY��R�4T��h�AWV�!4C��g�O���X-��N)�Z���0�\�a��E�Ȳ��ו圿h㟭��G��&�Ml�/-n��r����G'eE=x���G~s�-�c����(95=�����z߾}��u�*+`�7�j�����p7���+N[�M����T1Y�X�5�V2��\$3iXM;������B!�K��	J&R�ی��^��=�T�cO��oOpm�=~ETBx���/�߁��*I��W$��/�(�!��z�M�^w�=�T�Sm's*��c���q!�$��WT)�
�cJ�1�vi�⵸;���s_�=����<���~���}�	��0a�<��'
�a]&����
�k9�	J�1�$E�r��!Bȵ��(����6�(�^��;�k�F�%��>��
���<��F/�9�͡�B��o|�[L��=�g /\Z���{�)��>��°�tX�s:��>xp:bL���Z��Ӈ�K)�˥q]�6�N�#&I��E"BP���_ox�=G�����i����C�ڛ�/R*�]�V�e���L���"��c?|�|����C~�f%����왧n�����FC!^}վ���~���c7�۞b�qį��bL9��:0�%��M�n��R�x��V>�~��Q�s�Z��R�?�K��/�o�m�t'�J��0|x8�?^88�I˨���M��w�4���b�\�K�x�
���mD�$��_����6�d)�Xi�z,NX��)��k�cbf�\�x(��T��u<��7�j� �
!x���⩘�...ē٘��n�x,����ⵘ@?����M�����3M���o���˕���^�ў�O�G���;�!��.}��9
�r���\��w�I�b}=�]�\r�u�xj��+����}Wlrq�|�J��d��S�O|{��?xs/x�4�������2���ϖ�.��`�'�/�|��
�J=דu��
�?p[��]}�Tyl(}ǰ��s&66���������v��U۝C!�
�ˏ
��Z!v�J��]^k�\���4:�����<��y����p:����]��UT�I�
~��ƍ�}ݦ~../W�Y���Y��s�3�z��S��V����KM��y2a�g�3�˙|z��9F��-v���}v��v*��w��/Us�D��ňX����V��C)�c?�В����.m
���x-�v̭Ԡ�M���P�J��Rm�'�P0�]Ϟj����}�uIPug��x��ޝ�BM�w�NUU��>��S!��z-�����`Ǟj�er_��׾�s�ڰ[s��7�j�W�w�`��N5 �%��s�y�V�_�e�ί�j�(t�={^@yljRF��]M�;<�,a!����¬�SS�V��`&P���6����2�k:>E��TQ��ᑷ�����XG2:9^oV}/�H��ު�x�+�\8s�46Y�J^� �o|����C�v�eB�i�7��*!
B{����,\]Lz����k�H���!2c����4d0��CF7�ʊ��7���U^[����z����	�k���T&-	�^����V���۱V֪�\�@*k�tRo7�!�|���7�jj�~�׾0si���O��9������{?��O
QJ_Վ�xTו�6��n���ӫ�CE�g>������=���:Wfx|�;�v�����ڗ��=]�C�_��T�Ҝ��F
��Nf������o���
~��������O��y�J&g˹���>y�[v�Rg�w��l��o_��?��}�K~�?��+s�FZ��Tߩ�gb����8߸������O.��m���4�s��ן�X=x�XX^Z����q�^<>����ܟ��K-19`~�k���`��?4������s�{q�y���8�&��XPo�����Z*�םjo,U���d�|�Q�Ulg��*V��D�p����vwI�ۨ[}]��@���v�z
W�kDVE��b�z�a��0���6d;�j�����#xm��Ѱ�����&�Дy�@:Sh��
U�0̘ߩ5�A*�c�Q����io��S���9���&̭J*����FK7��T�U��rU1� b�f<%�rck�����vy뉤N*�m$)�t�mY��B���")�M5[��H&�M���O?}��Z�]��ጆ�S%�ע�ov��ӧ'''�Z�����@9����]�^��O�q�fs��43���,ܭ���f7�M
Q�T[-OV���Z6�SU�n���}���w=����}�^��:=��d*%a^���Ͷ�gME6̈��r5$Z\��
zݡ1����d��nd���g�zZK�g)��L:^�X
@LVH]ǣD�w�D���\��WVh@s�.(��jZ-+W�(r�@$�}/��;�a�Q�¾;si����5ɴ��h�I�k�{~@���EJ���A�F��wᑢЖ�IEND�B`�component.php000064400000003756150752732510007301 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates.beez3
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @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>
language/en-GB/en-GB.tpl_beez3.sys.ini000060400000002024150752732510013314 0ustar00; Joomla! Project
; Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.
; License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php
; 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/en-GB.tpl_beez3.ini000060400000006272150752732510012510 0ustar00; Joomla! Project
; Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.
; License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php
; 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"
css/position.css000064400000015070150752732510007724 0ustar00/**

 * @author ( Angie Radtke )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.
 * @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/print.css000064400000012067150752732510007217 0ustar00/**
 * @author Design & Accessible Team ( Angie Radtke / Robert Deutz )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.
 * @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/ie7only.css000064400000001616150752732510007447 0ustar00/**
 * @author  ( Angie Radtke  )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.
 * @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/layout.css000064400000044137150752732510007403 0ustar00/**
 * @author  ( Angie Radtke  )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.
 * @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;
	z-index: 0;
	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_rtl.css000064400000000042150752732510010555 0ustar00h1#logo {
	margin-right: 90px;
}

css/template.css000064400000001531150752732510007670 0ustar00/**
 * @author Design & Accessible Team ( Angie Radtke  )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.
 * @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/turq.less000064400000026407150752732510007237 0ustar00@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  Catgegories 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
}

/* ++++++++++++++++   highlightning 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/general.css000064400000024613150752732510007500 0ustar00/* 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;
}
css/nature.css000064400000025010150752732510007351 0ustar00/*
 * @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;

}


/* ++++++++++++++++   highlightning 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/personal.css000064400000026546150752732510007715 0ustar00body {
	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  Catgegories 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
}

/* ++++++++++++++++   highlightning 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/nature_rtl.css000064400000000200150752732510010224 0ustar00h1#logo {
	padding: 0.6em 20px 10px 10px;
}

#header ul.menu {
	left: 0;
	right: auto;
}
#logo span {
    padding-right: 2px;
}
css/template_rtl.css000064400000021232150752732510010551 0ustar00/**
 * @author Design & Accessible Team ( Angie Radtke  )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.
 * @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/ieonly.css000064400000004463150752732510007363 0ustar00/**

 * @author ( Angie Radtke )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.
 * @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.css000064400000021362150752732510006633 0ustar00/* 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/turq.css000064400000021473150752732510007057 0ustar00body {
	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;
	}
}
jsstrings.php000064400000002646150752732510007322 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates.beez3
 *
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @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) . "';
");
template_preview.png000064400000347403150752732510010650 0ustar00�PNG


IHDR��)����IDATx��uX����D���w����ݝ���Zo��֠�����	�<$Xp�'���w����Ux^8�?F�g�o�(�X,�B��q�������P!�Bc�$PEB!4�(��B�9A!�И�m�!��e�H#�BF��b��C��D"�1cq��8q�F!��GH�R��rB �L&��1w�����(244!�Ш����4]__�g0�
�0����~� �B��(J,t:"�H(�l擗�8`��8c��J�������Yo klm��tEm�L�*�oi�^]�@
��]UݑʿxQ����h���A��;���F��N�C�
` �t`�{#��eY�B�G��������(��5'����.r*��j4�(�GU��_�[��-o^�_���mf��#���i�]�
�'~�-V �Qׯl2�X�Ю��XM[�R�ց�Z��
�6��g����W�^U���k׮Y�;���
�1>��$ӓ)�m6��&�477B���O��?c�O�$*J���(��3�M���Coy.�ԛ�G��∨��A��X��yJRfv�	ea/
iQ��v��"F�F�	#��+��Y�g�?�\)������W���v�T�j}d��튼��2�s���0���q�m,��H�*��<�'/��j��PU��@d��^�n|i��h/*�eU��.�o����g*k+�ͦ����N;4շ�,I�3�Q��X��3�b`���pxE;<MekTN���?���
#r~*"�e��s�B�[�_����&�ٞ����m���%%%��_����A�i3!����Aq}@�r#S�����zM� ���.":�K:}�W�#'�Tɂ�
����h:���>�}��Pؖ�'(�b7���iJ��E��_�;O��V�_�^���i�W���gu�x����=����v��UIu��D�G��ʪ����^�>eGu�f�o��'�O�U�
u�����̹��d�S�8aNzY�ΐ_]��=������#�F�<�'����C�qfޥ�<w��d��~�'�r�;������J��7����z"Nt̞��Y��Λ*���\��]�"`���j[�?��V�@����*�0��̻��o�TY�{EX���w?��#�W}dM������'�曯_y>��0�g�e�u]i?��|�ɇ_�׶��}Tw�����r��$뀵Z-���
�������ܮs�@�^����h`hR\T@R
�)�`X�J�}L6���Q�w��Fol,��{�\��]60W��U	���V�d6¯��}��������!������U��
_�.����e{�=��:�A�*�代ʧ���f�������%������w�2�r��E���ຟ�:fgZ���b7�T5��)�K�n�0�љwo�HQ>��R㎄p��am�:���GW���f�vth^���zﴌ����hJ��d��S��l����=�R��~j�<*���}J�z̓������P�?�yt�#c!dIL�w�YcJ�Z�ƀ�����ү�S6<O� �T��:!d�1���7G����)�=.O��K�S�
'|�/C�B�T*kkkE�B٬�3.:�L2����K��`# �\\ń�n��_�m�~<��@:���]%���nRwk[tб�����yR�k��h��o�}��!�f2�3�,����d�8v�1]�٬�o6`��Lq3ٺ8"�7�sn%�H@-�����n���t=��]���)M;��}��3�K(��[o�`�Bׅ��o��'�|Gį�wu�'�f�}�V�����KL��Ro��}��OΙ+8��h�/Z-dp����F�Қ�UI�槮���k��6;K����I$�TL-�;��<Κ�*�B��1����]���z�v飗,<��yY'!�����)����|	G]v�-I�ӳ���Ϫ�5{�/���(p���;��ީ��K���~�5����/ �]z2	��,
Y�%j��B)�B��k�G:m���۷oګl�jȉ�����Il��x�Y���ͥ�>>��aI������)1{�$$�H@hbkn,��Ll�6����?�w�;I��ܡ�@T���PT�.F���cG8�\Z���/c� >�"8�Rc�,-�G
{���ܪ�2��⣐���A����l����M�kE�����Q[�����S��8e��/Z��Y|8W
���h��.!�xM~U�WH^��y]pIQ}OJ^{mgOhf*kB�U$�Z�n�Ki���;|?���3�X۠yd����d������7?ZW�\r!�99)��ܦ�_>Jȥ�mQ�BV�X��k�?��������c]ڢ��Vc_g�	��`iP�(��H��bIJJ�પ*�R�!��C;h��_0t77u
�aw���c�
��X�G�������a�a��{t�

�-�6�V[�ca�w"r��퐽�=��-kc��q��!��4^Q���%��i���NH(�ܚx�aw.��I�X�x�;Ů���Ek�r㔍�Or��ۢK��i��|Px8�샭)�$j%�>�%�<�睤�W�1(��m�	�	�^������ܦ�Q�lO�?���r��Kׅn�*�Y�>�x[t�����>����Z��V�!�xSd�Т]��;�s_� [[�/�tu��`J��\����-Y���˼t���?���o>~����}&�&��%+�.��]�v��S����������O�x��}Q�u��;V|�U�t�����KV7�cw-��;�8>>^.�WVVR|_}��d�@!EE�a�"r���΀D,dh���"2Gw��~~�������^�ߗ/�X" V�	;=޴�.�ON%]�>4`fB�D"�8��R�"`X��%��TDg�3?���F3%��ܙ��^���J������1Ņ��ag,��B`Y�$B�9~�c9�X$���a��D(����E"p�hGD..��n<��---s��uqq!hT�/����%V�5==��ݝ_���\�!t��ȩ�p�ۿ%'=x��y>H���ZD���/;��B!�n��� ����*D�tB!www�N��r���Z�R�T$a#��̙3����n�c<
�ųgϦ(
!��?c֬Ydr�m�!�0B!�0�B!`�Ba#�B�!��F!�0�B!`�Ba#�B�!��F!�0�B!dT'��B!DQ����#�9,�~8�y,N����M�_�2�r�Ҝ�5� �0z�������;�q'o9M#���f�����������L�����5� �p���3000ʕ�E�o�'�4�_�ƾ�J�4M�����e��b!��N��p8FꚤBH �D"�����&�H�0?dF(:똳�l,��C�v�L�x�B���L��#��88}�q�O�1nb�?M��5!ˤF�jzC!nğ�	��0.;mÈɰo:L����B�F!�ƛ��
�qkC'O#�.����.Ը
�g�K�A!<��O��{w���7�{{.��A��^���kqhq�B�u��(�V�ݽ��@�s9�ݝ7	Px�>mi�<�O�c33;��Ƿ�2�#Bf�����$�1y�O��e
�#�H8	F���s,F�ҧ��f
�dY����g]@L��!,�
�(�0,������c��6����lE���WB�e�`��zY��+�R�_���?=Ђ~b�'�^���;�˃��8C��
��a�<t��}9�B�Z��_��?_lyuw��4\)����׀ɿ@x�����V�tR?N��V�
���HPA;���D�h3f'&&>MH69x�`�o���EAder)˧�'X=X��=����������` ��.�@!�Ü������(�
	��ݼ >�$@<���Ą�OS2s(�Q�D�����Osm�B� <ϋ�;�i�O���)�IRZ�@�S]A
�\���"'�q�(��?�g
�]>A`d�DLz�8)�*W�8D�L��B�'	fY����� x�./B~uϋa�3 
Qdq���<a45oJ����ȴ*N��겦%%$<M�`�T��L��H��'O3�S������(��o�������W�~���sf��_,��������nޱm�K�Do�����-��٥��oI���?I�~|�	_=v���S�����c8ǧ�����M����v22��ۏ�_ҡ�g[oj�}eb�w#��<p�Q�c�8ڳA�����4h����/�ꓯ��9ۊ�6���y�8��oM?nٖ���?�����V���-\�i��?�w'͕rz����Yٗ���S?�z�Kɑ���<�E�H��2�_�n��u뾛2�D��I�ύT!d��9�P���f��~���;�/����R�_Hٰl���;�����*?��#��Vm��z���{��z��&S�Z�����uz% ���
;��y���TU�1a�Ne�'�W�غc��lj/W�g��?pd����<���[:o��v,9���<Q���_CQE��s���������e� Kv�-8#��'�-��We��Q>��;gP�)+˚�h�ZS�ғ�r�[n�(���i=�a��5[Y�y�k�H�W<ؾq���cw6X��M�]��+��� �%;[!��tK:�ؔ����z���n^�͐�b�~2iF��j�6��WĖ�i58$,��%�v���og4
>#%�HT:Uν�K6�Y��p�7#̬)3#��#0m��w7�r�Ryִ���GY�zV�,[q�������-&�NJ�S��1�`�}��o��=��c1�p��*�>�d�M���s�i�w��C�b2d&df�e����t�����ӟ&8�"b�&;�t|���.�O��(����TZk졩_lo����
������'�M�SGΨ�2�q׃����l��@���
G�wE�ͣQ�Ƹ�:��(z
ZI�^iת�+OFd�\=���P�e��E:uh�����8[��5K�F޽#z)+�-'!���w���/Y8w��,�J)��0�vwh���S����)ߤq��$/�tDz����=���*�_�
�C2"��t�
:�ǜB%�$��ލ�!�jN��s� �DA�"�m]8gт���j4�˥
�P�"���(�\�wJ���iopy�DΊ6;�U�_Խ��~�zB܎)K�T�ЦJ���p��S��H��'�ˈ<�ְcW��iت~��[��Ϩש���|kvht��<\�NM����
-����j��`�!X�o_9��g`�1���8)����<q�U�j��v'ߦC[!��(G�7~���ʒ��%�{�P�KO�='*�ѰC�J!*��E��W��(����瀉��+�xxx���v9NF�`"�D�
�8�\��(�ߏR���C�.��y�OH�2�V*��"/�k#v�QW����s��վӆ�����W�.=�*�N_��a�[�QV`�ŋ����񦤳{׬�{��ӺT�ϳ:�@!�� i����T�T2�Gp�E��D��]�iu���q�:-�sE���  ���oDx��.7�R��G[VN�<��s��=uzi��DA`�_���3�mw����9(�;���-f�����!�t�\6��ϟ%��'iE�!XJyu6-ai��D�UlѶFH��k1�S�d�rر3��+��X�h���6]�1ͧ�Zސ�-Ӫ�e�~z�Ν�R{�����(��3?�,�6���Ҥq���λ�ꍚ�u�F�E�e^�T.�8�V�	��w�4��1\����í/ըY��2gg,˾�Q2	<ypM�嚽%��ݻg�Omx�4����$dFg�H�ي�xxIۃw�w(x籓��F_�Ǡ��Rc��V~�Z=Ǩ�Z0�v��mݶ�?��)�<*��:��x6d���k��m?T�P��"QĂo.��ѽ���'W�'{�Æ#-�)��L�z#���uN�"�^�����O�44&gp%*V	�:t��V� ��S����8�tÞ�v��Q'O��d�:b�˷lYO��;b�e�>E����[ª���}�Zt��M[�ɏ#�#b�J����j�֎I���X� ?{�ÆW/�8G'O���k�7�Q+<xϖ�S[L���{*ތJѵ6�|�>���,4EQ
`�Gx������:���V9%2\a
�p�H�l3VTs0+2��Y�< ��}rt��ՙf��|�V�����Z�"$Qh���g[��;I�r=�V��un�n����m-�~8���%�����n��7@�-&�œg�p^*�V�~d�j�V\+���͋D�.UX�-|XH�JGҬ��W��D����[�"�&
��JG��ڒ�;5ȹ�r֢�M�zyJ��Ӫ��j&���Uv�����رdĘ[�
�j�+_�xԬU>����v�SE60b���3�qG��
���#�	L)�x/&��3��h�M0��?ܬ�	ua�#���CG�!��[�.���{k�%��s>�����3+<���S?*�\0[�,�z�Q���7\9yZ�ܕS>���z����GM��I�E�yj(���C���Ν;��PFFF\\\jjj�ϥ�o�����{����8&**2:)-�w["��ضmoL��c�I|�(:))!&&�IbR\dd��Ĥ�q7.�=|��C�o<�KO�H�e�))O�>�,�������iFc��?�ܹ�Zd�ْ�������C�!;=*�^DTllTtBb�㸨اIObcb�'%>��ObA�φ��4&����?x���؄��{��9����3�S��w�c0���ٳk׹��&�#���
��>�����/<>I�o?�{�RlZ�͐~���;E�d[͹I	��~�����LJL�19�"��;�$#ϔ��mqڲ�ڵ���F'����iv8
I��8p������c����'%�;>))1�QT~Wb".���#��^�~����<�!;'5!�nDT|T��fd�{�ͳ�~��i�`�K~���e����]�z;����N�ٵ����15�i��W��������(�JJJ����Z�/^�T�n�8p����>d�5���!�a�85~A�MFKj�Z�~���n6��:�W�k���:o�݊u!�i㑺�!D$!�%��pa��5a�1�E}X�����n̳��+C�f�ق$��p����e��ц`���j$�mw�ТK��!��XV�h	"=�C��V�&��d4��Z�*���:�<.cv���.��Z��.��s�7��H"(V64�쳺F�1��ë6)W�6��`��ׄ0c3f�5Eڶ
���y67�2y��y�.�w�rҜ C� W5j�	�ِ��/�y�n&DV�'���n�H��[�!��My����҅�P����`JI����R�qZL)YV$Յ�pv��a�h�JU���3�2eݶ��m7��~EQ��3�����Z�ݓ'O�M
��Z/��?S|�ƕ?����|��QE%&&��EQEQo�ېބ�1�{���#�^����(�%B�_���G��cx���GQEEQEQo�Z��]�?���}(��H!:�(���7~�1�8��������#�\��x��.���0����6
�a�\.���1�EQo)@��7
!�1a��^@��hc�	���ry��=E��Ay�����0��BoӸ�n���`�����������71�"n#$����‚ �,�1F�~?+t�N��(��AET���0EQ@4})�-&���9�����-f��7�L&�$(���ZTj/D�O،����O�c�GOA�lΌ��`s�AQEQ��n_����	�E���o������E�2���ߟ#��U*��?:��F�U�jw)��(z	�h����ځ��x�V["o�5`��m=,�ڽ� �\�  �y����ը^�pa-�>�R��(��0b�
��H�cU蠏��j�neސF����6nk�ۤ�waV*����	��AQEQa��y����oO��J8�Bo��&��i�9�n�N�
bX)+A� (��3(�f0H8��W��Q�[��r�
�:~C .'xh�+��F�� "B�
_	���{���(��!�J%��?��_��6=҉�<�朋v:���94�jbbo(�y�1�oE�O��EQEQI�R,���}�^���Q�`��U��~����Ͷ�����(����F��t�:�7�Z=�1�9�Y��`�S�"k �`�/�(��(�(�rk.�miQ�>!��Ř#o�IR$�1`\����j/D�3`��(�bT>�)G�fnHJ�L��oS��TyK�!O8��f�
`��(�@���"��}��l�J�fe0�ld������r:!B��(�z`,Q�J�Vm[$�H�~�2�  ��m�)�m�$���v�hSEQoİ�̇���ٱ2D�\!�Q7E{��jb�Ho�9�ex��EQE@�T��A�����"��)��cҩ_��$�}�O��c���π)��(�$UH%Zɱ-�����"+y����T�7�qٚ�v�X�9�hSEQoE+9F���wR-0̛�@���ʕBߑO��3�rD �r
Z"EQE�yH��X�����N-���A`6�>��>^�	6f{�}B�]�j)J��(�"�ʋ��%ۖ��G��7ȳ��-�25A�m��
6�S�EQ��pK�R�2�-��"��޸:��LeK��OY��f!
`��(ꭈ`F��Ǫ6~W�l��oXfS���A)�����ǣ(���1��g�o��,(ⰲo�<��6�I�̎��y���B4�)����¬Tዣ����(B#��o�+n�=�i�TW�q���(��ކy0B�L���<�;�3@&9雕�.�=����Ms�9�����JX�xEQAI�R�w��-�9[�ȵ�ϣ7'�vF���K��p�M_�7`��@#;My�#o��%���X��m5��l���
�^�X�8l�Fȇ�����ϟ9�(��#SIf�S��G��"ϐ��
��m�F���b�,9F��%@y�OA��_Ɋ���hեq	o�wx�wX�!�-
�]ʏ��k��r1
��-�h��=yA���(��+�r��۲0��Ue~�!�&�����Pw�1O�~fk֋����v��u~l��c{�v��q���8r�›v;Q��^�t�\�k�`4Jk�*ha���x���_EQEF�g�v��a�w5Z��z0ɔǖ(c29A�qXM< �����v+09<" ��r�ݶ�E��O��\(��Z<����(����%W�eihJ�R����Ѐ�iL���-�O|,�6s�_�S׀)�4��H;EQAH��3�ѺoC����V3��`�+��@�w3��r�h2�ڍM6sҦ�av�T�B���cH�rX�ҭi)��L��
(߯�F@�Ƽ�S��F�@~Y�<(�YYϫd�="���#�i/h��OiV���|��"o��}Q��z��'���#�a~�i��(�`�ܛI��ذ0�ag�����2�tGw�߻ʲ"���:Ly�A��.�
n��)>��R#�=�%5ǣ�m3�﨏�����Z!@nMϰX���^њ�mɶ�Zg�����ڱ��e����O���n3Z�n��h����wz�~����c�����:���P���-5��F��g»�iYV�X�A��>kvć�nX���W��y���ʳ�<6�M�wPEQf%R����9��kYda��c��_N*^<��7�Z�w͵kD��@�ˎZw�i�.�e�yA�s
a�2渝�?�<����}�Kzʑ}{�O]���V�*�(  �%-KS�Ŭ���7��'�HL�%�/�~G�W� �N{�l��/�6.���vg.X��Ďe�9����z��I��J߱�����BĒ���L��@>2���(�{��ސQ3F��W��^A������ow]�Pxk1@ ����b�� (����O@�Je����o�^��~�(�nF�ӗa�c�˅�PuZ/�����1~��jo@X	�=��:�[�5$�jb����ń���o3�ِ9{���>
٭6�`�Z��9rl��E��,��Ti�Kjv񶃎l�RF�<�K�J)*]���ʗ.��O��%D\P��;5��%��Яn�Z���dWjU�����N��y�=�y�@��X��1H��w�Lsb¨�7E?/�DD���lʬ�s;H���iq�@P~�)*�m�s��C�$:���鴘,^��-���CQE���RQ�l�)I�.�@�ǃz��U���t�Oʼ��F+z�~+!��Sa���o�o���� }}��\�C���IrXH�-?��@��SЂ�a;O��Y�"'S�Z�2��k��ˣ���hݎۿ�/un�m��A�֭{����Z7�S�J�ru����`�ԣ�}5�Y�+���Ř;v�O�k67�٩L�5�v+���O?sx�Δ�Ɉ��+u,Q�۰�ϙ	�{p�"���Ә�U���g���]��gUj�(�n���߫�哝�!��Ҩ��j�]�v;l6��ح�k-�MQE3��r��}�/���y����t�|��O{7=r�a	B�_K�%�>�[�v8�}Wz�o��£���i��#H��o�0j�g�Ĥ"e�6"�7:���|�O>��������HBZnZzڥ�+����FNA|�4�Y1!��A����A���>��c��1i9yI��.�2��k��>鯗8"�W�ܹ�v���o&���^�g�>���e�+�'e�?X5v��	�,R�B�Lt��s�lj�U(�����!�.����������e=�M��N �x���r�-+�3ZlDF�:(��h+�R�g�-��}E���`�I$$�O�U�2l��~K�e�ʁ�	�
2[�y�(G��Yk��}xY�sK)�/���o](��	�����@~�'~!f����ʍT��{��K�?uʃ��5J�F�	ӝ?][����mjo�"�Z�[ܹ	_nYqu��J�Ty��|��.�fO��jа��`�'���+�Q�Uj
���E��/j����`�b��U�"�C>V�P#������
��9i�'[8�lv�X��0�R�LD�����`���]۔�(�"�S�9�M�v~��J�V�?@�O�|<t��dÎ�}ߩ�v=@2��Я�/f��&�׊��d�5g~�]�����
�����9��Ζr�����L����?U�mV#A�`��{
��' �JW0`W�\Q�gM<}=�A,��.J_���ӱ���J+�nׅ�+����n��$'�<?R
@�W?�VZ*�/W�辛�y�G!�I�S;x+A�y�.��0"�#J8�����9	�1�f#�E �_?1��|��/���%�	,֤I��T���0�x�� �X� "���BQE!��|s:����$���п?��o܀R>�h^�۰�D�}�D�����\��_�*.���eR)���пݪ<kʹ����X�ey��]"#����a���d����f�)��bfʿc�?���J�,2��~=�΀y]���)�i�NP0^�R�YS�M�Qi5��W�
�=N�Pq��ˑ�I���-)��h<��n�X��4�2�|�a�%�0~�;l�U�1f�-W�n�}a�}��\7{٬!ݚ���
$���\n��	6�K�EQb�\r�f͂0�Y��ۇ�9N4�I�w&
�3��Or��?<{����'�|�"�ڟWg91&
U}�~����o>��n��*-Kxy���l�ҸKƝp�P���<�$�/�&���Nc��	������0*� �3
��W��a1���1��_"���H���_�O<c�`��D�e%
���'�~>�g^��b���F"os8~�ll#ٿ.����p�أ�z��k������f�S�Y��)���ׇV�+}|���؀�O*�n���
bȭ��=�+��[uD�	��O�~��:�Jwm���;�A7��m�Su�!IO���;
n8s6���9��|�픱�G����܊�\�R��'���5M�A�*!�˘xd��M�e9���
�ˤ2 �/MBП;�[�f���G,N`��o)&⋩�(���0La��<�d�>^^r���wD�T�P���tFK��?o/��˙?� ��
���N�^������ѫ���+[D{����׍m�̄#ǯ�x/62.1-�f7�=�瞫U7��n�V�6����gQE!�J$2=�F�[<`|�\!8�?�`�2���Cx`I�?�sbc����[w��dkTy�ԯ��i7���N���{\���_�8q�K�F_�ټv˅��=��k�n|<��v
zv�r�Ѻ�5��H���v�|���r�2�r��E��Y�^?�g
,سI��=���͈�2c�S^.g
s��j�
�^�6?I���N�"���J�)�rf��|��������Aƌ�lO
��f�r�rO������P<�5�WT@�����d ��3B�~���}~����?ѫCw;������9�F����Ed�D
����k���e��w#�8�����FQE1��x�僾
��׈4A=n��%��Տ�2�}�Z �x5�پd˱3���m��2`�'c�~��|���2��A�B�h�L�:�m��~�pbG��zT��������C��ʵ�jԂbe@p36˜�"�1�	��'9l��
�H�WR��0�~�6�ۘf=z}�:�Ȓy���B�	�^�K����}�n&4���!�7�ʒ�*4���,�Qڣ��]����I�Ŀ^6�n�a�v��v���VH��eJIB�ۏ�Q
ħ�W� 
GL/�
�����WO��
?φ���"@����>ڠ@oȸ�\D����1Kn.����
|~\�–��x.��4?+�̽,N�B��EQ'��":�#���բK���G���,Cd�MP��Ry����\Z��m�a��w-�1�C�_y�3��Y����/�x���ȥ��G<�Oխ��"5�zEɪ�G�,�O�V)]�w���-�*Վ	�;��<�acT�װ�������^��܄��SR���o���!/�b�Z�W�e�0ȗ����rN�Qf]:��|T�0pך�ż���ؒ�L�����lDMȗti����0�y��}F@^���׫cʱ$�[Ś�:l��:ARصiOd� � ��`�h��.�E�&&�nYI��Kr��7l����v�C6"���n�?y���X��A@QE�E!�Z��d�V�\;���ş�Dv�Š���P��P����=d�E��w@�F3e
g��ԅP���̲d�����]��{�kW�'F�<R��Te��b�'C���ޡ�Am��1���a�X͌�K��Ӡ�F{6����߄�۹-����k�!Ք �4o�}��R���;cfN�V��!�3��%W3Hɚ3��pN��T���G�iy�J��H�Uy�Fq
�#���~�����R�yv���
vM���[7�~-*��x�7m^Eb�0���탑"/����`;z�����a/�|�u�Ly)���S��U���vx-��F��r��|X( `�N��-�����/�*�=���s��y$R	��(�A�:Κ���}�J+T�i2d3�
ރN	p���8����UE��K{vk�g�{��e�^�W��̥�t�[��ۍ����qݾ:��y�JMO�2p|��I�Ã�?y���O����Y��4�q�*N;�l62>����b�,c�ҫ|�3`���;��/����5\�͆U�lF)�@OڽI��Z��٣C����m�OZ�p|��R�b�:��"oϘ>���b	��ݻ����2v��.��P�f��5�lj͛�N�`d�J���] ��˫�K~�RΟ�|z�@�'�\��|J��! �D�,�V%�@�siݪ��.X��ݴAmx���p����=f���W�z��^�1.�mc�J�i�
�|=w{���(��
c�QzKl��E�~W��Ӝ�+\\��x�؊�ջ~5���g�Y�z��8}�橭Q~��z6̰]4��ɉ��("��y��K�õKP�{^��'Μ7�߸����;��j0f���3���
w��x�Κ�V�c/c`�r��8o�1��1=�j�L)���'�N����8�<@GD������;��hޡa��M�v�2��=�����t�4ėE"!Dd�9��Ź��zvmѱQ%S��Ƀ[?�9y�L$��joD�Fѷo��
u�?� ��
1��8rO�������2�w�B�T����pf���C�P�R�\��[\���2�T.���=��ٶtk\1H�Ü���;z��>m5��	˺�~�Ld*(�9y�E؞�0��a1PEQ�9����5��F}�$��ۘ���"QD
9��s���m��Xפ��6ύf}�!�K���U�K�F�~5�х;K�w����<��a�
����8٠CwY{*r��hʰn�;4�Ⰻ�-o�ܮߺ��0�wj[���^5��ͬ��[#ݹs�jժ�G/un;BU4~b��lv���j�4}��I��8~1�\�� ��CN��cuB��e�R���(���yK����zi�&ϋ#���d����K��싷���kA%�J�����`��ⱹ1�^+e ��:�΂z:�RZ�>�Xp��y��0`8�^#:,.�4R ����N"U�LaO(������{�Y��sG��,&��+y�
yp�"ny�cGͲ��/�z���^��S����o��f�]߹j�}}�j��W
�}�m�e3�X�Ҷo<�75^7����:L��^�껋C�@�r�i�.�Y�ht��>���J��U�N�6�WB��p�:uJ�T�����~���j2�<;@�R��*	��ʞ���j��R��2�_����*�Q��ʈ�<!�e)��(�oG@�3�N���S$�n��f�L���s�Gç�ش~��;7o����D�>ԺM�D�C�� ���'���&O0��͛U+��~�K�n�^�2��
�c!3��������qD�"���Y�^�JܭM��X~�,�7
EQE�q{\������q�Ӂ_�B�\�| �X�)Ty+v�mWo�9s�[rh��}�wr��W,�A�gr�z�mF,�ϖ�e�����
z����r��%K�{p�Lh��ׯ��Ɲ�|֨}��yܿ:��L�)໯4i����~`�0EQ�����t�`�B��>$]$������W�D��`��
Zϟ<g��Mg"ޟ��\)CW�]y�fĎ�N�%�ˉ��p�j5���M�lRj�^;�Bׯ���v'��Th�]9ѥ}�a�6���}�ِ�~�w�rb̊�?0�;��v�\�z7a�����(���"J�l��q��k6�y��v\�������	�p�ƴ`�Za,\?q��gwjV�W^D�[y�4jFYXR0���&!!��AQr
I�_o��E?����WȃSw+��v)X=��K�3�n�P��6,W�m��I���𛽐"EQE!�J����aJ�P���bQ@?MC���'�8�57w��~��]Ǿ�^���>���z��t�j�Z��"���o"ZL
	�Y�4�C�aw$�>��M��Z-,����ٓ��qJh�mj�h�`�e�q�D�!�C"��(��(��R�Zs����ɕ��X�r��1ƻP�w�f��2�ےc{�n�q�}'vN5����6o?�8�ɮeǦ̞��r�D�ɕ�iG<���䀆�Y�|Ь�C��jU�qto��ֻa���M�=��U�f��"��G~�����8*���(��(�@>V�m9��ea:ߧ�K��^y8��@E�ڜ]�k"�n��q��X���6�Z��xV:?##J\VL�՗��T�n��ɕ�P�<Q*��REL�4�	�m�d�jpywo�fH�Nc��~��ίTl�į��i
!vz��d��(���� `�zyn�b6�0+�?�c�{���݆�%\ۓˏTq�B�|\�t�?𫰱GWX�
 ������~�m�
�Y��u��OJ9�� �l��
�'��ڳ�W��uʖ�t���=_OZ7r�Cl����-���kB����L��_B�΀)������e$��.(6jF��K��^fp���"B���%r�ˡ�;�q�&�ր��+۽���{���/ײܼ�P��ūL��1�,`L�f\�:��O���k����fH����#ko�[���/'��]����dz:T�
9�����.h��(�-D`V"���;[���MK��D��e۬88��z�����KR�a�|��wiSk��q�cw��g���P�c�j��z{����Մ�7!
پ�f�r2-üg�c�⃦v���K��u�V���k�{��F-E�C�?EQE����H�d7΄m�>� ��\Y$ �f���=�<.8��ݹc"��Pk�m��Zܤ����r��sgr�V	)Zx��E��q�
D]v��,_�f1zuU5��.c0�#�|ss��%C:��w��a%���|
�S�EQ�?,�Y[�@��bj���B�ۉT�nVi�{��fשTʁ���J����/'��q�ĺcmt�J�W���IP�h5��k8p��bVy��[�%��1��ݫX��b��!##�|ӦL�
���>c����y�����SEQ��V#;����}�:=a9
 ��r��U��O�����=��y�f����i��#�R�刞ߴ.������F�)D=T�֕ly�v�:l�M��}7��H�KR�u���	��U-f��_��@QEQ�(125g��+�5:w��&S���v!/o�n���A粗���;e�����|��|oX1����K��p�����]T�ɳ�=<�����f�Q�vSO_:�Z�����j�a�9k�To7�+�EQ���$
-�
�
KJ�ԑ����L�OT!)C�����N�d��gu1ߊ���XIz�ؕ���r�V�U�“��*���U�y�[A�A�+�^n�ߊ|����17fL4v�R��i?����ބEQEQ�J=紫7,.��i�"����E��>W3"۵ђ�0����+_�ڴ�k��|�q��O�R��D��;v��?��C�L���w�D�&�<:���Y+���_�	� �B@QEQ�LX��,'��\~�籾A��r�,�ʔ�^�Ь����V�=���o&]>�a�����]\��sST,�Ly�8�ϡ�NT��p���9���F�d<M�~�/��V]�[�(�=�SEQ�?A�D�K����N�q����L�(��&�=mӸk̶��>�'ϟ|��b��}T
�"���[s1���y��(""�ƭ-wn��m�Ta,U�V��z4EQ��:�1���Q7B7}_L�A�	����X�ñѾ�j_
~2��̫�f�X�p�!��m����q3t℘�����=�q��5�U��F�����cx},��wASEQo	��`i�x�B��*��q�R9q9�G�ǃ������9����b�ݼq��WJ��u'�%����ٴN��׾�V2S	��%�o��ބEQEQ32��?v`�?�NJ�g�V������eD'G��#夕�ն82f��^�t�bE��S	<�:�E�H�-�_�,�	�@QEQo�D	<�ؿ��V�l��d��G�08c(W�ܼ�kU~o��~�}��Ƥ�7�n9p�����ұ�A|��:��K�\��>�:B��(��S)� �֖S����ˆW�6!(T<wmo�V]��U��d�����9˦�h8d��U��
7NQ�j�BQ�߿
 BOASEQ���а<�n\X��5�NO��`�
U��Fߋ��1�p��k�|������?a��U���>wF�VmDCτ$�zzQ�w��(��hK�^�U�b~�Ǐ��F��Y��H?r���m��|_f��v��?��?���#�;���}�1/��F4�|T���}
!#���(���2+��!+h�7��G�	f#B��r)��ܙ�{ ~o�]���tҧxͭC��K'�Өn��L�r��W�9u��������
>EQ��A$�E�OC�/�~������3 㠨_��h�';�i��c`�V(�?�c��w�V�Ƭɳ�,���{Z)��S�EQ��A3��O��覥�DJ5!|Di�P����WJ4辟��]�k2���<�������a�vMO�#��K&����LQEQ�B�1���ڥR[�eY�)^<��@���>�I���i�Ae+�#�7؜κ>�	M
��$���?�����F��_L��(���`��9��;u |�F?�8)y���63X-�R��lj�fH>u���n3lvۼ�]4��|}@"���>�>8�=9�A�_
`EQ��g0�)$�K�gS��|
`9���i��	�)_�9�JjU�\��>�q���R�F�X�v�I��pG�F99�0�/,ā0`(��(�m�$

X�v��r
���mMyB��j7M[��!��Yv�l�L�?&�B�J��Nrl�����Q����!��
��S�EQ���$Qj�t�VU|x]�y��F~�P��UGk�����%
�嗔�PP/!��ZlB�K�:�4��I6�Mg�(����Gt)J��(��-�T�li>K��4u���\�\�\N�'M��9�X�Pi >��a�n�E�;�n�zW*W�z�y��
�gqPEQN�1f���9f�#�`����%�ۅ��%%ypvo�~5jnl\�g+�������]���ᰚm��K�{_�j�V�a�!�V[��.���v�b��j�Y]�O�E	���
;GQE� @�a�qL؊�&Pi~��A��ܽ�H�VL�uцI�6�l�7"(�Y����@�DKz���.U24���,30�[B�A�\#��?k�_!X�����g!��d�}�C
v�1�,V������YV���3��lM7�	�b�L�bA^��<#@Ht9.&���DQ�7Ƙx��T�C@#�(��cV"�F?(�nQq���`���%�K-W�p��IzX����JXH�X�lU�v�tpỉ��?v��P�ǚa���)(:�ME�58�{ѳ�#v}ڴ�šg���+x�3�=�ѩ%�>����.���b������Ҩ��n�D�] �\v��T�a4d�.����W�[��܊B����xly��/�?�1�㶹xx���ֻԠ�-K��S���6��$���Kevm(Ʋ W��`�j��c���d��]�6�r"��s�F`�4m=�����o�5�!�(�}:����z,�v+`�6��uJ����g�<��h��*	���n7^^*/E�Yx}�'�^�Vc�MV������s_�[u�-�@�f09!�R%��I�˜�j�F'lf[��	
`�&��<R��_m�����N����˖�.	�y�e�c�D�=��m�]j-�d�iB`Ƀ���W���(�	<}~o��a��؁A�p�"?=ɶ�������.H�C�Y�`u?ۯR�`�9������2�]���Zb�&��"'�����S�a�ލ�|�/)-���g�K��J�X
0� ��C~�j1g���	"��K�Ăǜk˳bR&�Kɱ.�ŕm�c�l�^�s���/�J��ݚm-(`��W�~1�N�j���E��h��i4r�F�x�iy@<�~G=��p�w�|V����.��T�E��(�"'gEo����ROߑ)�@�.��<��kfp��
	P(�D�(	���nG�V��z�W��\X=kr�cN��>��\��{�(3��Y���|`�ƫ�v�;�/�v�ǧذI�6�f�Z�(o��\�P��D�4>zνc��['���eEi�uJ�ֲ��q͵�Ȗ�_n�(���4���M�S�j/����%�6�V�r���[�^Sg��=+cW��V����S�6.�J�9u�#�T��!��8m@�]�L?�&�����:�|XM^��Yb�1�&u��Y��]��R�O����M���sb�
���޸��9���窌���'{��]ˑ-1f\Gq�i�H��<�˅�S*|ګ�G���7���-D�`�L4�=x�]�F5پ�A֦^�����F�0�w�th=�DL�u}��6����`G�͋���,[��J�(��:�^0�6#
�/~8�����u%f�ܤ��Υ;Y.�m��DgU��ɠ�b\:w��3��J�&���dXs��K�M?�m���*�o�9w�����h�NA2��%k�=x�W7�� ���cÚE+6\V��DT���Ѧ��Z��?EQ��d ¡}��-:��y��V�Y�¯y�.h��fʔ)��n�z����,lJIY����9��]z)e:w��Zc�ƀZ
?�_��e��~��U��b���钣�&={wN��.[}�p���H����2�ړ����ׯk����K�a��Eܸéu#���L�/��,P5r+�ҭuJޅ�m�o��N�^S��5�}y�\Zþ����|��
{@�}�?k�b��פ�}�y�U�ʦ��z�X���v��H�

k��O�X�F�"�So��l��'�W��+Bh���?m�l�A����|摡y��6�Ft;fryD��kx�~�>ou��
�.x��x������޵5��gn��ͳ,���e�	��a�
2B*){���Re����M+Z���څ�e�M6�Ɲ�No��^�æhԫ�z��|����Ξ�QY���o䗫w��nz��N���C��f��u�]��+-����kX$Z�ۯE�=_t��x=���3k�1s�a�r���R���:�wx6�z&�-ʢ_.�y��a��c<Q��b4c�L�ٷk�z��LN]�Ŗ��~��Wd�����!�tEQ$r-Df�r:�ݚ�-�<��]���cH�ډ ��
D4�y�0D!9k�s�����t>:��I�P����m��Jx�r���_mJ�S��|Ƅ�+Nmv{��7oj�;h2"���Fa�G�v�!�)���Sf>�T�i�����߸F�^���W}�`@�O���a�C�N>�:61�n��۞���%�J��נ^�L�q2y��e_��-?]�7,c,Qg����.��润tʑ-�Ƿ�4z{x+@�
���-�.@����h�YjZ�i�w������#�M���<C�������5[�6ϛ6�㽾R���)vM��Ճ�gﳪ��7~5uH�"�FۉM߶��� wY�R�O�]�>&xȌuUY-+z�)T��۷\���	��T�$k\t)��%
�1%a����;�&�X(�[����M{̇ӳw��_#xwD��E���f��0PB���4�m�e�{�컜Q��9�gq�quC��M��ł}d���lL�C�':D~��e��l�t��%�%rM"|V�L�*�*QM�l��T�,�٤�m]㴚���Ѣ�|�?����s�?>�j���}���i�H�@Q}{?��B�l�u�+�4w*�v��}0���s?N��z��BJ�D'Is��W�<['u�:�#U[®q�%��Qr����{��GFg�:��f��0d!R�;׈�:"��Y���rI��'W��d�N��W���oT�p�`�~�(��l��kɼ�'T�t��@�9ݘBH)u?MJuo(������4:ϥ�["
2o�ݨ����b6�u=MN�0" �HJr�SS�U	�ڐ���d�%g/�nu_C|…+QP�*�2��~�Ҫ��Sm ������N%�2��y��b�G�6�_�]ܓ�jN�0�o?J}yM~g]N���[#e9.��@|�Z�D�1%�|��n��ڕ1$E_˖j�`sy|��
6�����<J7�8�،�=�2R�r;-�(��O;���n�?c�����q�ע�P"0��,�Z��2��L�W��_����p7��rr�%�F�	����~�A��Ҭ��V���w`c��e;�c3��Vmͽ�0	a*Ν��2��K����B"M߷EQ!V�Ø���U}���	��b�Dٱ�N%��6id�kB�9�Tc�G��+{|�i��ֻU�F�%j~Թl���19�8����,+�g���W��E0f�J0�e%C�\��:xȾ��ix���t%���;7	PX!W6q\�>;=�Q��o	?%�X�ի��%��xQ�D"�X���A��s�٢�3u|�w����i	
m�h���c����Rn}x�B�ͼ�����Ct�֯͘rֽ�l]��@r4��׳f���[�,�Qp�A�I�(���2)���p{����G}{�NDr(�,�J�@`9	�� ��T*!��d}u�2B���x⦶V���E�JF$&�uD�胪�f~vN"��9<0��y@"#�0D�p*�m'��]�}���R��G-yt;ɻ|��M�౥Y�F傔FWn��8⮆�� -7�7��c)+AX)�a���,'�``N�)m�t��s�7i�Y�c�ڛ��xaXVQ�;f%^���a�d����<�LQE F�S�H2���.����h�!�`����cT>즯��t��O3s���Y�l�ڻP�`��j�5�I3�@�������@?�۔[g��eC`���9_�I
��Up��S{I1�#��Ѥ���ua؞)3l��[������+��I�o��"=�p�U�|9��+�x�V����e�I��aVP` Z]�@���H�>u��)�H돓[��2��?~6)�]w��oO��C��8��ɛ4��Н�=|�'3!S���uBT—ˎ�Z0�԰�����*#���������e��2a�SR>����Iїj��ʰ@������#Uz�y{�ًc�K��sj�^2D9�$$�'�[�"�"J�Ǽ�Rb�A����>�uf��߾w��oH�V�=�%^�.�-�xI�~AaJˉ��f-� .�ipX����T�o?��y�M3Z�Ֆ�{Rֺt������X��	b�~�C�ô~���W����E�

	,珖��y�/��\���ھp� $�4x��;j��{\�����|���.�V
o��(�NH�b–̓	��U{�!�	`�+msr�Y�����.�j�n�<��D�,��#��!ۑ���YB�kO-^|8U&I�զ��i��xs��Sˏ�����h�ɔ��1�	S���$�UR@a��?���#�7/� 1���yk�0A�(�^����WG�
��y%]QA��g�2ZU��l�t5�lh2��]83�1��֩Ҙӻ��ٲ+ڷn�w)]�
K[��{��;�W�y�#��r�@>���5�N�c�nSZ//]ݰ~��8��Jȃ��k�R5+�\W7��{ע�ϋ�uZ�]!/B�;>>��W�m�&Kc]l������>�\�E��m���ȕ�i�|��i��=Iw'|���C��>�5�j���c0f�Tys�ľ�ɋ��	�:�P`���݉���J]�����-����~�P>X�	��]�A�f���2��gozd÷���j\Bg�wxW���PI`q����˹[���ë�>����h���I]�I���{Ϥk���]�⑇��:u�GD���l���S��Ѷ��IC��KQĢ�K�G��B�[�ɒ�&����1&�����]-�^.��&EQ!IU��\d�B��q2%q�j�;w�T�Z^q�̭N}?Յ��� B�s��?{�W�W��ld�~<4�Sg�Q�a��Z)\V�-���/5"C��Z�^.�m�L���eX�O�A�y��
�dJu�V"`��l��� �N��R`��aJ�`��R4;��9d˳ۉ&X��0ؘ�S�_o�Z
�2
���ﭓ3�^�D�.�)�"`��{�$D�H^��X܅��m&��%�Q����mQ_��M馂qhl9ٮ<'���{��w2�@��r��l�vH|��ǐ�
H�
��@$�
������!-�J��X�,�<�W�܆�\p� ��������Y���{ɈÚ�aa�|�2���<����i��+�[���-S�'tc�U�,O��6���s�^^^�Jp������WK,Y�h���iH5��K��\f�-���Vc�1�@��(D�͘fF�^20�d�G"��cz���7f$@�
��k��ϣ(Dt;�k�.w�N�p:~+���.ֻ�ズ/8�S�N)�J�_��YA�.�����7_�9d}�F��7%z���+>l����ۏX���tZ��h
�˿�+5�/3��[��� o\��
�ׇ�~�ֿB�Q�����B!lޝg���f���f������Sh��ᔹ���[	���T�c�/�dG��Kx�sy��1�?3333333333�������̏�+3�gO׍p���������H�<��Z����~���������u����Or_�W^	B%޻K� �>=����>�$HU<c�B)�,����_kJH��-�4�/p��-�?�iޯI��}cI$�]�I�R��~-�BߩT��g�������{�~��ɿ�g��a-�:	�;�O��%��kB_I�?��sM��7���@�Jߛ�D�l��l�U�PeI@cA��l����(���
�
V�6b�Ul}!J�|�/��+���Gm��?��{����<�)�|	n��d'�g̓��b_P�$���,��@
$�a	Iv��Ǘ�i/�E;��G����<vM�F�~���L��۷����>"��(�!U
�V(߻���Ο��_����?���/����g�?�PR|G��z�kF_I�r�w��}����%�"�F7�n�������`���}tA���d6&�qe�/x��y�L0
<��q�~�o����g�]����S��!��w��	�%!��j���B�=n��lP�{�T7e�a����`�}�<m����H#���
��b���H���*�YJ�lx�R���թrV��Dw��0�"�[hk`2e%��,��\O���z{�Y*�E���Y�;���o�Ӓ���s�W5�/�Z��n��Z�a�r����цd�b+P�H�Q᮲��4��?q����[���Į?�����|(���_�+�}��!O?���SR�����x�H��I��_�U���{s��H�� %�!aD�)@�$(���6��O�MP
<��&��ky*+�g�!�����j�莕B�
��<v3�x+�4��Q�a@(����d�yڡ!D!ቚ��>��[7�BJ��+���NN	8B(��3��N LQ�!ْ�]3���*Bg��!Wh��%��SWm�^|��ɾ��RO�������t>�@���dHJ�b�L&���ooo�\�u��yU�
��u]��l�����R߮o�Ј��k�ѳ���&�W>��Wė��ן�;��G��q�ş�3�������W�J3���|�B��,�j���f?GP���
�	LP*�/���J�ڍS}n�lI��תL|�̔D�(B�}j��2��Ӷ� �:�$��j�h�H��JL
�zie���BB�;�)��
����-�^-�&XAB�8"~f�!��x쩁3��O�gPd�NHh0�$��J �t�	��l	k�E-�L�@�[�]��n�b���GI�H����fs��PO5���P�өCr�I�{�@P-84$-a�BE&��5[R��}S�܇P�X	EԠ{��O>-
[�Ulֳ��+�����y&*��<gF��<O�2��6���o����7�~�?�7�����/���}X�T��W�5�ɳ��.S�R�;Vo�Vim�=�D���	�>�G�%SPe���!!�!�l�Q�'֖&���s7-�q7$)�_�c$�g�"	a������R��J�n�8�h�I���Ùt���Ա����Ė�>�]�bu�s$�
�s��ҵ��Q�D�Lݖ���zB��2cR1�h%���(��T��-K�Bɉ��x�g��\��HZgS��
(�l���c��
�l~�.�P�ʖ0� Cx"�(�Y�
	�F�ma���!�M�7��
ǝY�@C�Z%�)���j�V2�*���p$PO��ٜ��;��03A䡵E(K�+��7��}�Ue�q)���<I}^?���_���������ɿ���|�G�o�������W��)�]�)��}�E5@���
��f-�楈d��	y�P�"�y��:�ޓ�X_4�%
Pܟ�O�3�')� ���
u��ckH�>#}G� ]T�N�ۥKb{H�TՄr)�3Yg��׷�U�pyqⰺ{�Xh�^ז��\�*Uu^GWb�H�������,/�^g.�Z+ǑP��d�(��R��L��������,��̰mP&�zs ,5A*�IK�Gf�����/7WeG܋,�`��wF�$P�D�����.��$��N����(I�0(���$��]�<�]��T��e�L�&�Vj�L��kN)�j500v��DI�u��J�V�QcfՆ��&HUJ�ߥ��Z-�J�T�$�\�]N�$�nj`��ó���YA���d�����7�
��?��[����?��O��g����/KbLv1��0��r�m�h����K��0Q%�b	hq�q=�e`�@�^!rW(Jw��"��P�;q���0c�hb&HeXq]gB��	7�c�`��A:}DKg��]k*�L��3���k���$��+�QkE��I�	����R��_L%�ɜ�TQE(��!�̙��K���Ʈ�N_L,9���3�3�oLBw'�t�Q�֢<Q�9y�$���|{���:�2��y�L_��U������:�Jլ%�]��P&�z�&A3ʢ�����*��H2����
WI��/�{+K����T“%��Y	�v�@��`�h��k�e!�h���?g�d�r�s&
9E2�*g�ڔ�B̈T3})b[�r��@\dŶO�mE�HCף#+U"�1+}����6�P2p����wQS�|r�ȭ4Q��E$f����'?����5�������+����u3�{pp�"�i&߁��WJ򰶂厂��f˪��*�U�&�f�d� 5���H�m�����"���0U�Ia�v�d���$�,\Q
SU��(tP�q`�$�$Źb�bV�J���
d������TO���2����ê��	�`�a���,�N����j�j���)59O-&њ�!����*2+�U���k�c{��n��*V%�J"!v��|`��oT��(�W��$�
�_Rd���gVVjVef����������/��|�8.�׷�.��q��oX����P��Z^����ɧY+I�|�y��A�V��9�����9�UdV
1�U��$	($�h�
+-&v��i-k<�g��^���G3ìS�LIaBb��N�;�e��
$������ Y�L��cI�dfK׬;�M��6�}�YX
R$Bf�v�5�1T���݋���B5x02l$�v3fa�%�"E����0�$вJ�������~��?�_�����������_���'`���"&q�)_��Wx�7_��J���BHUu[}+�]u��jU@�5�	΢+ɠUI�b�P,,MB9�q���@ՙ(%`%
��;Z���1��YX���5k�!1+�
7(�̬"��V�Yvg�d��sN�v
��D=.���8'�03}�8S7�Ω2pF3��tSE.H��a�~gP�$dX��d���
od��u�����&ɬX�]��T����L�fP횲�C�g��Z���:��o&C_|�y�#%k����̬��"�UhWS�r��5�󬷷Uewv���^ߪۣ��'��<M�U�.��o���,��v�謱O�s�*������8��I�*Q"����Xo�c洎�",J)
&�J{ԐD��\Q�u�B��@֢�L0T�F#0
bMĂ���\�f/`o�✠%QDI�ɲ[�>	ɲ�B�S=���T��ےA!�d%�Ӫ��ଁ�UXW�BA�i��f �Ě�T�������V��@���S��*�`@K�&[A	&�/?�c9��?�_��_��ֿ�o�Ł�{�[��_�o�O�v?���ID�I���· W	!k�ZWn�"��$�3��g�|W�rf+�j�*I���R�F����Tw�}��C�
���Q	V	� ���H-�R,	�Gvm���=%UOK��7��Qu��d3��YC���Qe��kF��Pf�xa&U����} �}
�z+$���|�"!�z}�g����I�٣pTS&��Gk1'k2�a�N���F��u��@��dk���8#��"����t9.$�CBu(B�6X��*���Xg4��̢���j����ڄ̻�ם!�&�*k���v�����僀ZUI$7_+N"f<.�xY	�ςR�Zuy���>���7�$�Z\�ܺ��!��1��k&��|p&T��*g��`7���:	��y��d��5S%s�y���'׷ײ��5/ѝ�B2`�d���!,�Qs^:Sb֢�&\tD
@�҄��bR�;���afZ��X&a`��
;E��P2��nsw�@��2�
�-Ī��22�`%�p �{F�Cf8J4 ��`�"�fcXV�a�P��s	(@���Zs~��/���7�k�����?�o��n�����߂�������_���<��(i,ɮ:�����~�$�0�)Iʼ�	��B\'�2y�PB�M�e��!�u_���J		$��R]��J��t�q`����1��(�L�Nؽ�t�W	j�c�h�Ă�PՀe�3�8Y3U��gֲ�se��ܬC�\����Ɗ"�ъ�T*Y�	����kq�3�U��k���:�U�>�51�M3 �@��xvB��H�PeU��%�$P%��/`�		�iBV,3X@��#}I�m%�0�YN�
q��XP=B�Ǒ>�Q���Y��\"Lf�3����n���0�a�B�L`B�b�0y�<�������L�6E�Ęd�+�5IJ�#�s^=B��;
�+̪n��KU{��L�g-,UKr.���r�)MfF Y׷����!V�UճVW�ڲ���ID�7.�7g���o�YA�Ě�:.��3utp��w�!Y��$��6pf5qHSc���}�z��.��RF&d!0k�ZU���f����TU��󕂐dZ�p�٣I&`Tt�B"���m�2Nd����Nf�z��VW�h�2ڤ��Qh�s~���o�s�����������K��_��_~��=U��K�E6��䊈���$	�lȃ�2���y�sne�I�����d1���"fXÎ�I�+f�0�E�䩱�����罒��A�����U�RG�m�}�tQG�Y�Eb1C�Dٸ�d�h�*s���DA���%<(	ݕ���[��:�#+�̹���0�}+L �IB`�-)E�v�e_"^?��u�4�hMɀ��T?Ox���Tf��|K�r&ux~���f��6�ؕ@5��=JG�UB@HX���	ֺ�dQ�m4�Mn�ul���l+�Z�I�[�qP�}#t�Л)�r�ZB��N��y�<�U:3�"UV�qPmw(Jn�27�@2�u�~�{�B��#�QV�x4	�p� C�y5�<�&��Ģ���Īnv*o�ăY�ԑ�UMR��I�f,�K�љ�b�:$݃�5P���Zk�j�K#X�,����Z��9���:�\��L[)A��f��]'Vw�T�a�י�IRݳV�]9���e��q���hK��T�
��������5h�y�d,���g�	��<ע}��u�u����5��=�K��8H��d��D���&]�bUC����IH,�b�U��$f�����8Ț��&u�==|9�TK����K��>���]������m��ȿ�N��qο�?�?����:V �2��A��=��b���H�{�-
�xHJ2����-2I(���33��y��\�D���~����5�̗���A�7A�~�$�}x4���}���|����y�$VїH�"����K��QňDž�2�ԽS9�h�0k�@���9�ke
��Y�V�ׄL&��AM@,3^�9τ���X8]��Q$��o,���:�fV2Xf1��9��/셌7z���[yA`�F�Ψ��Of���*�
ȍ��j��L";��z8�g�����$�:$��\^�#�T����<���N�
�YI�X*��9�./��!�����uz��zz�M�I�3e�����|��>���P�Ƞ�u�3�W�1������>���e����qI]̂�
�,�5�j؝�ʲ�SZ]L��2-�QƵj֜WɄHM�����ţ�Jm0��"g
$$d�oo-!N&��1`�I]�>8.�Gi����m�Xd�2Sp�ɉ��QYk�|0��/G%��T�u�u��Ge��Z�^?s�,ηW2s��o$�d����y����S;MB5�U*R����33�f��$2�,�X�V�*�_�GP� �fB&ᎃ��$���sb+e�2���K�HH���I��d"���h&&)r���7�������w���/����;v�ܟ������[���@�����Z�G�S��{1��̚.�)PX�o����M��Ɨ]�"%���'TS�?%fR͗*��쳵��
A��Z�"\>�h,��IJ� �$Z����"3*"����	�[�J��*� ZJUQ5IfL�ɺ�v������:p��^�N,-�kr��*v�B�!T		;��,g���,RZr^�J]�u��r}�*}x�9�hU�da�̠w*#]��sg�o���"�8�;����}Tu&�!	]&� K+h��e��Y$��$ܔ��,���
�>RG�Lwޛ�c 9��.H��$X��?~ZZ��]v��,fՌ�r���ɽR���A_ҝ*�k�I�Zs�u��$�	�dF��t{��9�_��buנs��~�&)Ú���+u��C�dP�he��c]s}�]
f�9���R���/uy��H��v�k֙9g���3�u}k(������JJ��"]G�9�Y��Y5!3�	 
U
�ZB�r�ԑ><^�If��t֚1�s�5��Yk�9O�>�X��y~��.Ь<�7J����R�j�����L2<%�v�(h��"���;�N�͏ �@M`W8����*oj!(�G����I��̌E�2d�򶩲�Gk�T�Y������M���7���o�]�?����_��|���_XH�?�#�&C_�?�&�!^�[�_EYO��o�@i����O�����D�����QTQE݉HȬ�"Ue����RO�w��i+ZDw�l�J*@���yVj�os}͜�PY��ycV&L8K&(�d��:���<��\.�w��pUǬ+����S�E�ܥ��	ޗX{�x3��>��2��B���ts}��o�q��U$`��ً*sE�@E���L��MH^_� �9}�ҍe����&��j	3�~6��4c?+g����wg�na�r�����m�_Y��t�p;����Ju�Ծ\RG��j�ଞ�™����
�|s
	�.������q����hݚ=8��T+�W�ź�IUs�t�<.���p��2s���0k����\�Sϓu�5�*r\�_^싗���ǑY�ʌk\k����u����������RGSm~����h�뚷�9�*k���#���/}G��G���J���3�r�s}[�33s^]+�2�:Wf8�̙�5��]R��}�}W��]�d�p?�Z�[YD����ں�v�QL†�In�Y$�!�y���R%@�r/c��
%�Ck�!��d����(����X���q?��H4$	�A,3L������G��?���m�.ƀ�������r��F!���$}���� %3��M}C����|XaA�"
T >�(��0 ��D�K���٥�kݜPc��t�¾PeQ�n�x'h�R�}�j%��Y���	P��FX�`�ˏd\�ɚd���s�.אs���r^��V�M0�|z�I
���X�DL5�Y g����D����=��2�r����B l�C\bBT#!(Hw���*��
�,�ۜ =���u%CQ�G_�`B�j0Nbu�^�,��EQΓ>Xך!�:�����H������2�u�z����s��`�T7���>���)��p�V�J�f��PŘ5}H�.��K{y�*LJ����3���g��y}�ze�$��.?|->��2�O�/�N&#�N��>���o�9?�눘�����|��O�|�|��,m9����}��7_�1�6�
��(�r|��UÍ�e��Yo�o���s��:KBW[]^>��ѥ,��R�df̈́�q7���뙬�5�y�����g9k���R���6��n\�P��$�a��\d%yv�}��z�|�'�Y�I�Z�{�B�I���]s�ų-~�$ɹȐ�*4�$#&K��'�ePA�{�\�-�:A6�3�:�ERG�}`%�Z�I�0SIu!�����c�?����?���{��PDҟLB�*H��?������ۿ'����*�baQdz
e��*���5.I�fn�Hwu�t�|]Ma�stS֚9T�$���<��"��Pu+b�	TY4ZU�c(zf�Y�9�s&��y��f��)����s���S�Y���jr��01U���! 67�ߋ�s֒Ex���*��BB K2�J�'0//�LP!�nO� �WnMJ,�F��	��
v�
����Y��N	�j�L�0�>ӾUd@J���S a�*3wC�q_�DIJ�$u@r\@�}v��΃�H3���,feM�J�
"Ě�:ں��T����Ð�d�y�V��:�n��&Y$V���r�ˇ�Q}�G��AP�^��덷׹^]W�W�y��Q��p�py���'�ý\8>�Zɬ��z�~vy�l��z���l���x���c�8���/u��G��kf���:�d]��*e�/}��ṏK�\�U��:��Y�L��7�M�P��$�	�����>��RT��7tM�8kf��7L�l�x-K��P�.0	��J�3���M�{K��UM��6vv7�H2!�L�����G��~�X�@Y�Ó£�b��L�D}<�3�qG��ZIT-�TA��@��y�S��?���?�'������{��Uh��z=�oh��4u�`����5(��w4y%���y?��gY$�������������|��(�_�讪Uty�A���@�Ւ�u$�0h2������Ve�Z�Ze��%3�6�\��s�z]k�
d��`x~E�^X���2�->T�~t�f��W��k
r�Jw
�$��r�2o ���-�V�p�}�;�?��tk&�����O_�aGk +�}�$S��
9
s4BBW�`m#B�3�3�s\ t�r����z҇k�I�J��e�f��]���O�2s�ͪL�Y�Ow�Fu$}�C�u���ڱ,���N�����[V<��X4��*�X7w~9��k\����L��ʌ���o�z����+k9�VZv������}m^>M�*LR����-o��O�����|S�(Z�ݗ��C�����"�P3��Z��o|c�~v��f-��k����>|��_^��$sN�Lͺ����9�u��s
U�̬�����Y���	�6�������1��Nj	&a�u�G1�vh�7�VUs\r���ڠ�vaf�I&3�t�rl��]�7�Q��J�a��6�2���<2��M���U��V=ǐ!L�!d�9�hf�\��m6�q����6@J(I��A�d�[�����L�X�Ӫ����0U]���~�K�e��'~�O��r)$>�v%v.�BM]q�� $tݔlTo�U���ɂwg����<\��G�q,�Qbu�G���0����1a.�
�#nJ��$�L���F+��'�e�C��ܞ2�u���0�[��Qv��K�X܊�d�w�R��'�<���9�3���M�L֕��<>��ʶl�T�Zg��1q��o���H��[��ќP�rޘA�3�AH�����uz���r����u��<E�KM*,2�	���κ�9���u������V�$չ\6G��;��y��yJ���:
��`���
f��:j������n�����Zk�V��8��圙8��̾g�#�_^ry���x�
+vu�#�9O>�k2�*��<�L���q��\.���U��:ի.=ok��W��y�ާ:Ϙ��I]^�.G��xy��E���9����
��f-2	�="�19kR�G���if�p����↟:��j@���,��L�u2C&;FF���B�eUug��
��祝�����Jroզ��a��Ҫ��ç^]f͌3�d-f��m&(�7��g��O��_f��$��e����֞��oQw@%C2k2r��j2D�d���_"ͽ�)T��0��aF��_�'����ו�j�������g�CYB��^��:���(ek�ܺHI�!��|�#�N�ww��aӱ�HЮTpк�GI��0��ZZ2ˮD+��U�>�ž���	kc��{%�z��3C��\��z��wֹΙ{�E2�hZ���k�=��+�J��\��&�%����s��uf�hT�*�=�j���ƛ���B�j$@��N�cMR���R��l����u3���y���o���$T���b1�m{+d?>̠LH(���3�Qw��Z� I�;��~���tcźW�#�樂�r�y%@�)B�.q��
��#uxTt,Cݾ���YY+Y��z�d��uAiCwU��v[G��L�s��TNֺ����̭��#�/}4]cݖ������z��u�\�<�Q��,�D�Ɍ��<�1%�
��m���y�B�a�,�|�I�͞�M�W6�����ɬY!'�YvW�k���F%�����2����V{�,q�l��dfXkf1ɬ�C���_����*P!Iɺw����Z��nd-$U��z���If=M}�A�Ͳ��O�{~���������؟�W��+����'�:s�@���@֚�ty��	φ<m�{1��G�`,�<o������n7}5T��$����<[3��ik���T�Tc_4Q��.���|}KY&݅H,c2��3
*�?����
U�=\U�"�F���E�����<s�5���uC7�ZYg&�HUٍ�+�}���A��a	b��I��Ạ�x���\��w�0����>�h��������ؖ�⭞2��|!�"$O�@�$;K�pk	�I�|�qP��gL��x� Q�}�V2���rw�f芕}'7�Q
�	&3Lv�a��8�X$H��X�P��JR�YW�sMd&x���*�I�Z��T�~C��3��3�^���Ou��ї��t���T��K�0�j&k�\u~ng߮��+�W2&7y�]e7lC���$�1x�P�t��q��P	�����d��aK�=�!Sm�U&�̘Y��,g{�L½mܐV�AVwQ}���d���Ug�ޞ|��*��v�~�ۖ�����Z�bf��=��	��ⳗ�U�j�u����d���Ν]W7�j����9�k�{W�=&�>�mXT=�c�:�C3I������?�3������W�����o�����
�֜�Bf�G��m�0�;��a2���(x ���%~{�	��%������⑀����P��{K���[�.U�]}��D��K��b�
]��`9��e@2+��z2YS]�@A�'��/Q�}��2�$�U�LڂptU9�ˌ�]oo\���f����Z>�hi5��_-ee}n	�;S��H���7�853֎v%�dX'�����,f޿�潐ڼg����u�
�!�^�|��\>�p{᧜ˇ�0PGl�71"�g��DMvK��
�ܴ']׺x�+a��e�=g'w I�݋3U{T����}_t�g�e2��v�E1��dԏ�fFK�����R�}dhR\�˺��k%+��aed�Q����1��f
�7$aV�oY��E�㳎u�]�Z�3jՕj4��LBf�֍���Ga[�|DuՑ.5bj��>��r�ϱz�FZ��**��œ��?�&��P�
ﮔ�C��wl��A�5�V�f�	l7�V�J.UEm�Rf�:g����m��Hs���v�N����ܰM2s��;-��.����$�����@�\��'�d��j�~�:�M�}s�d��{{$d����O�G|+��o|�#�����?�]~�o�c����i¨�\y�3	��9�5F�֬Ӫ�
H��L,�5�C�� ?�c�풰�0�-�P�S��u%����{��r�@��JnM"FQ�U�u�j!u$�.̹ � r@�*e��T&��yp�JHy�$�3��s9�\W'r���}@`�4޴/�ު��ZR�
�R[�o���l�
��DXV�}�B�W�u��>;!y^ɖ�m��T�Q��>������[��	Ƀ��$�X{�59.�����k]�]!��to�&�d�U�>���Y�6��0*PY�3��������sb�=�����Z���@s��k�֪�[�2�Z��ˬIUH�#uPMwW�ձ^��:�ݚ���dq.֕�[�W��:k8�Y�L0J������P�A';�݈Z�Fp,D�C�o�w��vr;I�hg�C��hUqd-U�@In-�	�.B&�kx����
����⦙���$d�<���6�k��u��֒$k�	���O�[�������X�$�̺���Zk�[��ޣ�>ꖍ��H	���̺���_Lս�K�*����1I�6f�kTILr��u���~��E�w��7�	��_���?������?�w��~�_���֜o$X��$fnE%��BX�Ud��i�;�]��vj�C�o/! �wk��Wuu2�K	j���$4���-���Fr4I�8�o�ώ�UD�5������ı&�ɧ�1���񯀳Vn�f�ŞL�&�
�YL�$���n, _���_y�wJ�"�)ȭ�t�߮:���&�{��/�4>�0�w�,�7����r\g�$U9^j�̔��i$�2LU�p�7�w�^*a����l�^�π`�73Ӈ�yJr|H�k�rI}�!�D�.��8A-�"q�	�j�Lݸ����J��b�;�2
��V�ۤh+�ba�5ә�U�3�u���7���ntك��aW����1�l�w3agx��Êe���+�&Z3g�y���$f�c��_�]e���+ݐĝH/�;�xTr��;���*�����g\�:s��$A�;պ؆���B2 ����Yk�G��������R7&+�ni��:���V�����n����i;���wY��O�R�6�}k�P`�܌��J&�=�n�eݚ�/)U`Ú[��=��_�'���;�7����_��_����~8a2���pffͮ�dHn�W1�N�a拾Ԅ'$<��,����{1`�D�	��C�X
��7s!Qy�薚��PEbBJ��ۍjͨ,�Xlw�kֲT����]��Q��>�K'3�y����y���<�Zk�Z�se��W�K��6�ʭ�
p��A<3��U&��/5��[A��$�g:4��g�C�gy�C��Z)&ȷUļ_�+2�|>�H�;.�v�����$��œb�j��.k-���HOr-f�8gq���P���:	۳�V��@!���d�ؔ�f�H�Aw��QUS�:�ӗ���o�L3f��	ձرa”�D)+ɝsk�V�\�Z�u��$�+3u�I<�<Of�b@�(
�)���m��������Fdr�MO����OK��l+��E�lg237�K��َpAJ>�B���Cf��6��,�ݜ-�1�<.XU��
�a¬yn�6�V������&G
Yg�9	���6ٙJ�,n�T�X��0R�d�$3癐��	aWc��卲v�^�C���ٱA��P}���U��&*ܹ�:37Zfv��-~���bU)U*b����e�����UI������?�7��������M����-�ɺ�	k������I�d�p;r�g7��^��̼{~�V���7��KmO0Vg �	�z?D A���&e*�ER���'i)��"��j@�no��[Wk�8�سe��Y�j]�+��s�|{{=g&:k�3	���ѿ�ೣM����V�P6�Ck���I�6�]1U���:Te�ݬ>r+�(��3�T)�n4�������K���>�1�'
��^���F/�����F��|~�����g�kM@
��O��+�K��ՙXS���Y�S6�U�R����TH B�
$����p���_�Z����2��\�;�^I��G�ά����I�2��'�>�@����P��&�0!#0swZg6�C@�G͟�K;�2Z�4���݊mK�@�ƃ�6�(�U�M>e?�Y�̌;I&�Ǫ��A܍ts"��uL $	�U;���޾pw������[�<2�}a�����D7�~g�5�9;F�	�OJ���\tkWk	;	�
�۠'#��͒R��[�_�m��y��-��S�����x��R�x���=�mf�IxnR�d&���s��-��|�>x/~���o�+���{y��]^�>>�|8�R��:ϕ֭Ku��!�3�	��@Go%�
B���s��{�����̄��W�*(wW:Z�d�zfU�V�f�E��2Ea!�<�O~��V�}�e�~	,�V��2�3�Y�z�p����z�n��&�y�u�n���>ha�h��$O�r�|Y޻`��\�T=��'v�"_8oN�%a_Jԇ�}t��d��*w��sw��@�s�.�1�Y��'<�� l�?�2b��ne�����샧ێz��WR_�!�s����0 PD��D�H�v����3��aR%�rV4�ZH�l��5���7�4�����ʳe�z{�~�Z�yu&U�~�t��e�0PB���$H�G���\�B:��
�T�bE��f�cZ��L�dNv�4�:	�8E�P��[�eU��X��dVηd�<�ɧ�^�!����VuO�uk�:ϻ=��)�*���eQ�G��q��DH�9�V�י�L����ݤ����e��$��9o�3��.�̶���"�$��y��7�a��ݫ2U��]���b*+�s��fݹ��s���Tݢ��Q%��˟y�:Y+Iv>D���*�]}���4 �]�se�f�dg�'�<���/������?����_�S@�q\�r���r9�/�S���[?��r��UXj��Vg�����@�(�ZK��V�$�"Nf%�<�Ӳ���^�K�L
��MR�`�Lh���	f��Z�ɄdH�uΚ�Z皵�oi�uκ'���:�vәDO-��&+	ux���=�/͗��Kd򅧗<[��[(1��{��/l�}I�a����*-�K{J�4aK����%��w*��
�/�:1'xv^�[e�P��\gR�&��A�f��H2�{�2�u�
%h7Y��ro��7��%�rBH��;tw
��sb\u+�A�Ok@�5
��S��d���|HT��lʲ�Sy�[���d���8�tw�g��ݖ��}tw��l&e���eȎR���8�f�o/���5<޽�
|ݺ}�-U�U(��qo��%�rSy� U����V�Y����(�<.�y���h<��J�֭��Sg]w�(��ī�.�p�d�!��ɬ'����u�>6��V�b��y��kGп��p�V��r��7{�v=��o�X]��>�q��[:����pT}D�8�nW����	�
�Muす���DI��4첷R��p4�s��YUɼ}��
���5s^�����z�v-p�k�
IBH&��9ۑcmh��/U�	�Y��Pe�ໃς(ߥ�����]�㸒�H��zo�X{�����$"v
�/	��6��m�o���D��(�����l�[��$�n��:�C�QwdZ�+N�$wٸӪc/FUAGI��–<��MeM	�Q�%0��0]��nu�+5�R�J�F����k~�SNKu_5 �%<'ޡ%��[3�#F�(��!��5�����"c�9�$t@��`���wolc
OG)/�Zdrȉ�}�T�eE�����V����ё(�)��vx�S��^�6@�ԁ�ƀ�ȅI��4�ܐ��c>��|��b�u���d���3��3Z��OևLٛ�C���Ճu��0r�%[�2
�d�%)J ��UD�k[=��W�\ݮ�c���qo����7I[�$��:�@�\"6���#��'�0����fL�:�r�)Wo��o��1�#��\w��ao!z�W"�׷����}7w�^�
|St�θ8�^}�AR%�J��ܨ�$����"�)3��E�~���g[T>��08����ԃ~�	�Pj����O�XZ>c���ُA�'
2$<����:U��37��.�*��	�L@��l��pr_���ǯ��"�`�Qa,�y��E��H�5!��`���a
�QOh����R@�dݺ��&�e!]'w�
�Υ֪"rC��p�E�lNY淛hX�c��
<rE̺*c�N���hf�ص����`�n(�4�n��lJ#�P;�j5���F����7U��*J؏"�ի�4�~{�͏���#'.?z���C�Iv�I��>�#_Z0��x�|x���z�#�=�:/��e�l����B�'޹壁"���K|����o��Tz�_Z�y��ȶ�m�K��=eO_]dȴ���ݓ*P�<Х�{��R���$�[X�,x�n�,¶���z	I�㍜�_0o�'������p����i�U
�{3v�}�ᮻ��?mx�cy��b����`{ˡ�0��^1�Kb���l=W�T4�M��#��tz����0l�`EP�;�*�*R8���C��d��1Ɣ��6GK�X��^�����^����H�rR �K� ݾ_y+N�m~��f�m���[����U��=E�����	�N˿���TFu�A6tb|��’��g�
��O
�x����F#P���(M�~&�c;O�X�Cm�*����iD]�ą���
�Ե�{Y‚˜�l������=����#�f��:7Y���q���5e�fMEH�����G��#���y��o��^e��Ƙ]��/A����UqJ�)�����N*�Q��)D�H����(�4I��Ey���D���3�I�
lf�]���$�s���T��&E;�H����]�ێ�rkj�J,?� %�(A���(��3����菤?���|���r�-��*7��a���wR�b`H͠�_^�����{��b��_�\�~�y��$�2�d�;��=y�S|��B%\�j(Œd���0X�*�I��d��+SR�o%�Y~�����9��9]��E�O{�~eNƱN�T3�_�A������F�"���R�ӎ�'e��w$v�H>�aM�B�rs	~!�!�+����v=�.��RA��+1a@�yG����0�^�t���%@�P�~o4ߪt�(�I�q��cGld�J4i�H���@eav5UKQ�.]�hX6�ro���w��%���Z
�ʂ�v�����ѧ'��1���w������=�l�FAȨ�p淶��P�ip��)>��F�&}
I2���p+x`��Aȗ�fՌHN���B�����t�X��
w=)���
��1u���2�j
�V.x���r!�Q��fTh��"��$gu�:9�DƐ����)�$m��J�\�����Vt!�cәH�2Q���ć�pP��v��Hr���u2��B�sT=�a��F��+J�ʻ��q�BY��m�xiv��\p2l}��$�e��J��o%�(OP9UhE=?
�y�2�T���o;�:���b�o��ہ$Ƚ误�ʕ��F�7�nR�,o�i~�����O-�����G��q�."Èh���m���J]m(D
�%K�}p���?F��r\� ��z\o�;��=�̸�2O�@$a��{X�$�c��\��>�*r�0�cʀ��w �q����D���Np:��tVc\��\��u`�| ��FE��;FZ6�̐���hƐ�����n-�-�&^ڎj���naT�N(M�6�Ur����TkN��Hߒ]�:.�^��X���WJ�4��8���ڨ F\#�z,��=$2��\��Oh�F?�ؾ)v�X�>7O����X�`�,�k@b�{�1��P�b���T�<	����$�����&)V���èr��n�;¢�����<��"����ғ"N�Q�^�#�D��|�oۏ��8��\ �~��@l�[�&b[�F�C�Q[��O2|��ю�r�Dn5��`��`�q�Lg�����jf�«q_��^�d���y�;���ddG�-k��������%`M��wE8��Ѝ׷�e6*��v���RE.//P�����߼
tëņ�F��Ӑ�(�|Gv1�h׵I�U���S8�����h<-h��ۂ�;�0�Dž-e�٤�P�X�w�����י�t�(t�g<�
%��C�Ո}=�U�ĨwЪ�Vn|�t��k�1���l�#��b�R��i!��bb�|���/�Y�&�NzR�r�:o͠���Ɖ��c�������׼��ـ�AB:�ڶ�y�QV�l�=���U�nk��]��N�����c�PE��YŎ�@1�sËR���F��a���	QJߺd"?��ק|_�#�[�l$j�yD�����¢�_��+\��~Mar�uc�i�t�9���f��c!�,�����Xͅp�N���,����we��BU/�d	9ï���x�ѷ��lz�^��5�Jh��\��[���J؜-A�P��0�uw2�s,^��m�ò:t��N(��b���1(n�hdfkY�녍�"
�P1d4b�Z9]eY�~h��T���M��M̃j;����q�����g�Ԅi�|���d"7�n��-������…R�q�:�@�,�/��T�W��%����[!9b5k�T��T�[!�QH�͠BJn>K|BĆl8Y�;���ʇ粃���z�h�@�|��T0mC��3j�e�H?*e} ���DR����О%��ц2eD�мET/,�He�"J����MS׀�P�/�=�YԷꁘT`)�F�; �����E��of�~���P��S����9t�:��6���+�J6��)�B���q��o�iN���x��c�)?� ޗ�Ph�)��B��S_���DzF���%�@Bsu��������<$z�aW���-Kڏq��)�jg6��ۈ�3Q`+KcJ�ġ#�wö��fK�~�`J��:`
��CK���i�N���ޢ��%�p�?�<�bW�C1~�syI8C�� ��p
o���V+�F��m!7;��UC+�G��R�-Y�{cPc��E^Z���"���,+OW��nhD��m7�^�J[2T�CT��v�d���+Vzo��?�|v�S���8�h�zY--��3��5�?F}[Z��3�j���q�60�� �����S�x
��Ė5:��]9����4��6ƞ�\�@�ģ2F�Cʭ!N�u-d��A��}A���s,E���΄]�Ya����D���o+�T7-���.���ŚD"A(@:�(z�@�*y�{����o��^B"2�*�JH���Wm���)�.7�'Z]nہ������	�Qr�a�7񤠟�N!����qU�8�]��i�o1����~
o�dq��%�D"��N +�Q��`NM@��v�K�v����j�"��C*�/(����n�wI�Z��CFZ-�ȇ^J�# /n��K��=!�YI(�X~΢��B/N�dº�Dn%�0�JV����*=���z-�MmLMU��Yр����~4���.`��fl�%�T�R��Abݲ�[,�r>�C}R�P���<�Ɋ����=8%�h���&Ԃ�$t;T	ǂ=t?�/�� �C�5�6���3R.1!z��#��� ִ# ��q}ߣ�����Z��rH�-@�f���w��E���R�wq�;�7V*���3ʀ�r�0_b�zW5�2������e��`^���e�(Gb���u4�j����f��Ep$�6�Q:�L�a�	K��\���`r;�=�5԰��i姾���'��)O��
���q��0P�\@t��5A ��#L8�X�jb��A�AC <��B`Ѕ�$�N�j"�)��
2����k	d��<r%���-�M$�\�>݊���_$!5V����
��3A3�`�)MO��B�Ղ&Ζ�p�ɚ�S�W�!��YI��-~&d�jN�L$���ō`D}�=�[����qېn-z��ąq	-��K�wB�<壽a�Ӑ��<�kz�w��P��Mzjh�n(o��uAV� �75X�N���qJ@���N*+͑�f?)��`Po�d�A�+��7���*��L�8�h|/b]6Z�
�r4�b�ڙ$�(�U@/C2
��a�
d�=n�֯	!���q�HΡ-@f����$G�F�v0��¡��R��^e+�C�F��`�k�z�
�J�;�pd�"�g��>H�GZ���z������.��S��y�8�+O�w��6aU�+I_S��G&�0���j��EH��<����M��DE��N|�V�C���B�5���V�z�4h����F��y3�X�l�0%��ӫ��&�u�e^yy���CP��4�!�,�i��ѝ�c���S����w�����7����~�7�)Oy�9�Z��|>Wg`�����5#�J��3̱�:�9�I�C� ޵�?@(z�+?�"�-��6<��b�U��KsΪV,0N&���)�Tu:������N(��)_N�_�����T�Y��/�ܡ�aEk0������>���m����@iS��ݝ�!J#Hrw&�{e���Ǟs�.�ە8���޻�~�/�?�⊝� :�n�~�3���~9�?7�6��������O���|���0�MFO`A�w����I�B��/��-�O=��ќ��[Y����ఌ����Ƙ�9��v����8lmm���kk:n���aǻ�˵����
p�
@�@�'��+�d�Z����z:�}=}�ꓽ�Q��ޥ�`�0��&�X�����[r�lK�YXҩP���W;J'�pFR��^�w$%2�q�@�(�[�>��G������;�p��$u����ᆊ�^鎖��hi�q�Y�uㆰ�!ͤ��:lSd�T��ݴlÁ�!���l�xKaXtde�����-�\1�%��&�'�4Q��y[����)?\�6�[G;������[����{�[V��5�і��Ę�Q�u����[S�ۈH�+޸l}Q� �=��x���y[?�����[9�FIx�
�BQc}eY���������!������\ayiq�x��^כ�S����21Fzef^V��{{��{E�g���֋33��}=���u�����4�V �e��VֆQAJjjbbN�ڜ�jNJz.
,�(�V�V������w�'�+�-���+�]rNHmzda���`555�D(�._�g�1vt��1������a�iڰ6B�f��
i	��>}?.k_vBl^��|�ע�cV�\s�U�L��\Q<¦�v�&W�g���{q�ѫV���
�m�e�	�}��G��"֭ߖ6ξG�%r_�ґ]��ݝ��nc
c�9s{LVY~j�^�$��3�r��&ŧ|��Q�1kV�.j����V����.,,lll��	ұi.馈�����fQ��e�<wEOcGwc����L&�7�ڪ���yZ.ը�t�j��`e)�;��/hi��y+2��NOL�H)���v������/���Sʕ"[7ǹ��yK��4��ь	͸R}��(Ũ�z�G��5p��s�j��Q#S(�M)�q��H:��tt�%p��Z��C`C�eH��[NY�q�u�"ӛ�������x��	��3�=ߖL�s.����Շ4�A!����{ϱafNg�}ݢ���#:3{�L��̲&����܀�Kn�x~a�^�:�Z�':����y.�L+WV�����s6=����_��_��e�l�ם�`�l�yN�\�EA^"��/����g�j9��A��A�F�00@����ům8פ�ի�*KG��kF��G��w7����8��ca�%o�~�٣5��ݕ/o�Q�n|]��H&-�m�%u�I�nGI���qg�xﰶ����5�ߍ.7�,�w���Euol�����c��%�M���Dv\~i�����
�J�-��B6M&��}�w9Ͻ�*��=��QR�hu��w�h��I͎���SN/���5���2io�\�ի���h����Ԛ��ʚ�p���y��7��ϥ�pe����/,+(UN�u�ӯ}{u��}C��HbX����f�:��W˾4t���#ˍɡ�S�
f���ݸK�+�]�S�*ӱ���*x��� ���X�����e1��Yb���k�W��?����rf���.��;�L����{N�wc�կ���8�����S2���+v�fw�s;�k�&�\[3�TY�9Zׯ��{�S�no\)���sm���Ŏ���ATɇ��ok��ӑL}m{$*:!��w��p�����hcF�:���$$�m U*#r!�l�OY��qm�}��g�9�P�6�ե7^�ѕ��8���K.��-<PP���
�~�h��t�Y^�����`�m�R�;���I|���`�7,�,�thҪs��ܗ���f��{����5�\�@Y���?�ٖ/y�k�XQlRQؐͧ�:ڹ:�s���{k���0�y���\"ҌkzFF6�3 �X��u��W�u�(�.[2�L�}ע[��9�XK��o�{�\�tt}U�iDe�D?��y5+�+VĖ���P�/��$�/�QU=�LFz>�--���1��ʚ�#^� ^�\[9:�Lz:�B��z�&A�֢b�iC3��2}[G_D��M���<�YB]�����g�1� �0 �0 �0 �0p�'xc����p~
#��_��O1v���P�Tp�1��p,,,��7�g~��<���oO�%[��#FDL,쵕��9u�m��m۸o_uߴm���׶��f�d�s����1�r��u�oڞ㉘1o��U�\��ik�ڷ���w���ï�`_�Zc=��)qŪ�m�Y�M"Yu>�k)��&����8Ҩ]���o��n߻����%�P���B�ڨ)�h$�,�fQ�߿'ƭ���ڳ�ЅG��l7���ghe��U-�5o�գ}��CO�;o�ϏNi���b���^�q޲����8���9Z<���''�嬝��g�ݦ���>Z^n��>����=���>����o�D���Wv�yeoO��Xv�
H��nU��lQ���V����zk`U�h�.��ٮ�ώ����>.7o��}�Ӷ�$RH�q���ˡOD�`ڶ�v��	~��6����8�Z�ڶ�����DD!��O���3�����a�n���=y�-�\?{��)�����3v_����(�)p^I��@}D�X�0��
T@0
��1����o��_���i{��٫���ն����w���{�΂�o���OwW���.V�kN�+7��@
|�2`�W��=_l��N�G�3`}���;g|��<�?�����}��0���buY
�˯y�z���o������qx��f�§���̮Wh����	0o��U��\�>Ь�p�U,&�t�Hxey=�
����,?㧁�6���f)�o��l6�1��8�L��pppp�?�s�]��׽k̑��汛L���D��I��Y�zKp��qT���!:������]���q7�RL�ŕDT��Ro'%�x���|���K�|^M��O�}٭%���U�����4�E�gU{�F��a�&������66Mk�{f2����\ٱ�e?̋�����~��dڞ����Yһ]*a�kt��~��������g�g�_v�ŧ�]�`��Q5-���rե���?9[�ֳ9���d�����a�j��IqE��eS|�[ݼq���^�)S*qz<5l&��.n�v��g?�;|��4аN��ʷ����g�������	?����ƕ1*�|��|ȅ��X��zy���E�b����ĩ��~�1	�
[0Q�!�j�����l7�!�ض�l6�lT�T�ʫ�S15���~�����g�n�IJ�p
JEC*)�a�"'�9��/=�o7l��͢����Zvq����h�@��iI�w��~̻.�1C��R)����5�Y��l����H�������;���ʰg��d[�
6�:c�4���!ƔĀ�l�-FBl�ֵ)�"s�3�w�i[$�(�Rc�B�a�v5�o��/9��Ę ś�D�b
�P��hy��u!MZ"�bq�	(�uppp@4��cΒ
�r~����궈&� �*&l`2�t��ճˬZH�eE*��Z��*���eY�)b�8[Pbfü�!���5�䢪`)E����})i�Q�\h�"J��jnb��� ����H	�IE�؏a,��wə\�8�}�/�������<��b}���;�??}�MXoU��-��ur㣧/dE��$P1�l�g�

�E)�����vڊBI.dy,�r�X4յ9Y|��{o_?>ɫ�gWfn�w}��R����s��i����~P}B~C:8888()o�6��$���l��y��e��
����Cly�a?�Ke�m,���.��W+�u����.!��:��!I�è@����<�Q��qb*�2�H�'kFE$D�:B�c�͢JD��Pa�,PYc�ư]m�w�żGCJ!�e�X�����E(-���*/�Z���m6QF�D�@"�@�֌(	( !�H'L�

��F�W5������gO��X}����	��֍=��à��Jڅ콍%=����\ץ}b�>88880[�ǐ�0�)9�������O���!Xk�1:=���/��n?xEmP[{bFHV�2vִ\�c�k���0A,�iv4�s��[7g�Gg'vڸŤ����\i�v��	z�5����f{����u�b����6�|qr|�"d���YA[hfh[�2e���ݻt��[˪P�9��rUbV���t�2,6.��R
qdH�����Y�%O&�d�`�TM&�3�{u�/��kکk�����n���*r��s�"Ħ��:��O.��TN�8�O����Q�0���,Mډ�1�׻��J�z�VC��b��M��q�50Ll�2@Ӷ��f6��a�Cx����n�zcSU
d92���m��(�u0�B�}7Ơ�w��x~��% 2BOd����Al���l��@�롤(���W��r
C�NF,�,5Ӭ,:�S^CZ5��l�3�?u��;��#�!��2b����������FP������)�q�,) ��XD�*�ޚ���6AYT��W�u�Ԏ�w���4�ύ_������u,�}U��?9r����f>��M#E��"
�1ƺL���hQQ�r�GR	%��ݿ�+ׇ��w�o"��B�w�t�歭<'헛�g�/W˥H���z���M��R�Q�򪮈-�� o�%FQd�"+RUi}�A޻�*��jJ7�}���)usSO�����dp�r���u�ﻋ˶�o�ӛ �'c!�@Jq�Nn��0���"Y����F`ȩ��v��!��#�H�+?��u�:�7������?x������q�����G�� >>=a6�j�cf|b
a��"(�d1;�q�֒Y+�d,!eGdQ�
��<S �	�;I����f7��dq�m��wԇ�>{���0��:"E�4��Wm��8b����5'�Eb�\���5?_�UeA(�8�Մ,
e���P"i�25�dYm���( @m]�9���l�B���6��1-soO,]�qd��$,@~��[�Dܼ�8y�Y��U;oo�/?����㾻ɶ�^���V�3�$䢀4��>5�Y�V06�z�q�x�Z�LP=bw�i����,[c��0�R����z�RHېBE���C
�����(<�����g>5=9	"c?ĤIU�B�D�����j��O�@)�*� TS���?�N���k�z�hy�	c9�Rʦ�c�9�2j����8��)V�1S�U�����2]'>�ɬ�����\��/���@�rk1�q������H�6�ɴ�J؟���$�'���}��q<i�=X/OJ�n�����q��GM�}�W�����om����F�ѝ�|Z��	aQU�mC��P���BʨxKi%H�ܫ&���צ�m�.�QҒ(�G�dKy�YL��FYП�d���|�`W�Ë�W���J�_���}��{�7����"R�֛;wo�h1���U��IT��B�ʺ0��n��q( ��;��#6j�u�����>|����~�a�Gf���l��8�R?�1i�j�M�t�`�V�/�$ɀ�I��+&�צuֳۏ����%��~��]w4��I���1�e2��u��L�KE�OryⶌCI�����*�������fq~�h'ji��
���y�V�n�)fU���`b��D[W���T�KLV�Qk��u���G)�(�d�z�u
��4�F�K.|<������7��M��O�e�}m��������;�D�_�>����?��?H�qpp��4m�l�W�q�c�YE	d�0��HT��,7uŎ��VJW ����2y��B� �X$�}��̚�MJqC���6!�RJUUl-E%�\T����8�>�1&�� ��/8�ͽ�i�ƒ@@��63��Oِ��� m�_n�9�����`JR
@��t��UoM&��ޭ7�����]?,/^�!r��q��,��X����r#O7c��7���}]�������M�#�[�S�M{�69�QrtfмO* -�-�Z�OZ�쁫�3g�9�Џ�C
�s��������{궾y��_����t�� �@���ӧ!Fs�(�a��bI0����q��k�y��B�9%2
6�\�3�޽�}%E&L
�%R�xLI �&I�آA�M.CMS3�rN!eX�!�u���Ԝ�vJ�J�9)0e>>>!g����i�wC,��^$�1l�=1D�*F8e�y�fsr�����QWK�ދ��nY^<}6�vN�޸{�	]��!׾q�]
qsS�2l:���.��H��c�w��h'kkg�����T�
�(�B"4G#�P�x7�7��yf�C���P���ϟ�;��;���ࣀk�7�����o�?�����z�k~������{�����������a�����%�����&?����W�����Y��㋋�a[5-�s��(
���1U��2���K���Z�!CE��T��1���r�
VH�\������AJ"�!2$*9U@_���l9�""�r`�Ř�+L�a�jC�hb,'��� [W7��qM�őaC9c��GMe�`7FWU`k�޶�ӄ�����
ZR����f���{�/�^�h��bS�pd�������l�@�uc
��q�ƪp�B�FQDeRy�Pf��2|n`�NsR�e�U,��)1�7���ccu[Y��F�U�����)��3���PU��XR���k��R�J�_1���]�~��5{w&�q��
vvv�+f$3Ff
33���{�3��0'Ƙ�����Uu��]��/����<�@41��~4�ߧ����s:����~���u�]pS	\�����䲳ϸ��ν���R6+��������:�{�G�����p�N�\�_o���ܗ����k����/Z%/��/=̚5�ψ�,%Q�q�y	��;Y�ZzB� PB��$OM
?�J�M�qV$�73S�V$�R�V���Z%(e#H�Zˀ��ZGöt�8�B�A��)�xߢ���PB
R�r���[2$�Z����R.K�� #�5�-ALU�U��JcX��Z�.��)#��n̥�d`xږ�/�ޱ�퉉C=g�YoT
�J�$+gz��2g�q���,j��+Y$�q"�l��21��`���
�swrbz|R:�+H�a�Te��<�eZ���wy(���Z*�����ޭO)RJvw���7O�~��]��zd�C�۰����s��7o؛�C��RJuY���o��D�DJ�w_s��G?"�bC��ލ3�K�����𩧏Nl�r��+�K�{�3�����'~���\�a2�K��]�����^|Լy��#.x��5�r��TdK��y�rQl�5��D���$�y͚5��@�q�:�y)i&�Ir,`��X[�Z(���V��eYX�@d�sˈ��|Ŏ=���Ӿ���ͺ'K���s�@D��DQd�;�#�(
��h������XA*Kᘋ,ϒ�4��j�j�-�����`l$�$YF��!�.K�j�2ox��zc��87R{F+��P��x!�A�H�[Y���d�"")2p�iyH醤�̦��Jx�e�4��ˀ,P]���t[�|��a�ċC=�U�c�3爙�|����n<�1;"z���Jb������>����.���/_�ҳ?t�2	)[��)�K�}��X�{0yn��<�k��m�e�WJca)�Ȧ��=�+W�T��د,r�{
�y�>�Z�o�ʗnz�ړ�=)�_��G��2y�������5��e���1_K!	yǎ̩V�OepI]�he����Ϛ��_�w{�>ج:�%:X�o��U����53~�ƫ��׾��_\8����5c�$1�5k֟�[,�=?��Һ~l\*� g%�Jk�(YxjU�e��GJ�#��0��q�k!�I�A�;8k]��)K�.�
�011`!eEI��z%JOu��<@$Y��bt��ڲ���P2�%����\�%f͢��o�ܵ�ĀP�H�����N��T�:��8��+�F�
����&ቱv�(�4��b�Q��F4�zA4�n�b�d[�M5�a+#_Q�JrDJ��h��A�AɎ<c#�
����H��j�yYtڽ�H�lGTmx$r~aۓJ%���6$��W-8����`-=`�����Oo{�ǿ{S!u����o~�Moz�G���Lj_L����uSWk=�������_�x�5?��[7Ly�G�Y ��=	����+>�淼��k�Ҟ�{jz���眷�璛7��	��[o����:�����b�|�9o�ԕ70ŵ�9Ñx�;���]o{��/��&J���h�
�v�w���]yS+{`��[�Ē����W�35��ʯ~�'x�a󎮴?�['�rrǶ�^��AG�ZdLטܠ�Y[�3[���PZ��ovz_���.>}�7�a�#y�>��o:���f���Ɩ���۝���z�������R���1�%۬�f:y��y1P�ժU�e(�<�,;k=_z�'�pB�7�){����$����)��9�(I�N�d���NB
AB@�۽�$[
6�2� ��Z�6<ը���,� I�w��(��Ju��E+-�S�Y��_�;�z�[�t�Bz�[fƓ\9��(��t[�)�ԘT�*��Q���N��sB�(�4&��d9+J#1��vu;��%�B��/=��ĖY6���L����/�?����ƫ�9��{�a�&�`�LV�k����s�B{访aC��~��?��nEɶ����v����O|�N!ď>sѧ��@た|Ჯ^k����_>�;B��>�kn,IG�������b��O��ο|cZ�y{?�O�߲��o9��K��j��;���s������es曭y��_��*��~�s��}���U�W}�#?��p����O}�Jh)��S�z�a��O���9��p֑G�����+W����
=�����g����s��6�7�O��G���f&�VRF_��nn��l'-
`L96�D�w<N?�UO��;no��z���������f����E�_�3�*aP��y2�k
��P��`���F�*�E��n��K��S�mY��F�$F$�"���$I2�u
���Yt4=�)�� ".ّ$!�a����NK�ɊS2 ��/�#HD�d��-����i-H�&��2�iW��D�I���,h/ ��pѼ��F�z�5E�Y�UL�����M{w��k��2���+�6�u����•,:a���Rx�{��X��N��P�|i,;%�SWB�Q,�J�]p[�ݥٝe�Z�Ќ���+-_�&�|F9�X�l���ڞp�w�Ub����;�2[:��z�:T
��~l�����MWm���j�࡫��kp���o���GFӷ}�߽u��{���~�9*l��˯���SV.^8/$�|�{챧����8�ǭ���J8���*��W���+���K��U����_���y�+x��l�Ys�y�m������.y�'_|������O:�֤L���̷W5{��-�m=aM�{�|��<��V?��&�y΋��c޺��Y��a ���o��"��y�0�d�AW_�bY���_q�+�@#Kx��	�~�7� ��g{����9O�fZ��5'.�+1k֬?� 
G�7u}�>�HQ�dz.w���z}�Q��v�ә�R%g3=��IJ��/YJE7Is���!or��:AΑ/
g2Dž��dB&-�n���b�0�0��:�l
H8����0����pV1��P����
x��'�
�q�aj�
eJc����iD�Z5�+��f4��0�F���59��AC�R��iQ����ЃݱqQ1I��)w�Q���BG����.�E�8� ;i̐VКJ�Ly]�z��(TDyO0jЙq�s{C�SD�.P(�Mw�lE����$��Շ�>��F����”��9`�0s�Mw��ݹ���v��I{��
-:��C#�C��
;wno.9��U
}+�>h���vK*%�@N�v��D3��?�f�\��������S�G~�9��c�=��^�;���瘓ݶ��J�ҕ+kv��tIJ �c-�e���m������=�yg�u��w�@>39�� �=ѧ����+�\��BP9�
���ʡ�+��y����j���FމG�/74�D�:i�|̚5��EQ��⡡8�s�5�����,��i�(�6TU���(��i��I����ȋ�8�e�(3SX��!�#�,r����Z	�rǖ�\�#H��i^�AI��HA��Y��%i�;�H��� J�,�7↿��M˒��|=P�
U��L��贄�kO�T\��ӱ�FK+�:P�x��ݛ�(�Nڄ��f�M��8�$U�,}�;�V�lN��<e�H��'��2��AI�+b#dYt��h�Ǚ�2��Rz^��`&�R�����UG�]kmq����W4kJ=�瀙I	���w�
}�K_����/��^u��~�r0��ͷ<�?���[��
�����&n��='�,Z��&�����=yQ�Bc�}A��?���Y�oozdJ��Ҋ���k:�s�����ri��z�Os�e����CS�y�G�"/
��	�
����|�k?�湇����Xu�s_x�Q��2�&̚5kV��[v��;f�B
�=/�#?�k�ѹs��s���9��c�|ڂ����W.�-)w�A����RTBU��j�]�^LY�����Y!J�dd�tP�@��:K�o�pNJ@
(I��Z��0�8�����X�R��Y�	)�sl�k6V�^�|Ŋz�.��驱驩4Y�k�}�?�mK���Y��~��E.��W��#?��03��B�6�+D���F�`B-�-��3e���p<���@F�Sb��ٳ\�/�Y��Ń�MV�D�-�"�Y$I�yrb}��6�������Ӄ��e�X�
Ij�b�����ǽ�u�s��_����ߋ�@_�o���=���|��g�v������Tr�K�5w�q�y^���~tt��1���0?��7/���g���#��y�3�=�{�!�;������/|��٤9��=,���?�/��-}�Ǟpd��W�gP&ccc�A_gr��+�I����5V�=(��{_���jg�Neuڅ.�����ìY�f�-(�b�L25���z��oϴ��ϧ$#�V<�P�t�HB�,+':Ӗ�L����K/��Q(�y��݈�A�y�{�DnzT\8�H��[Y�tPJe�Lw�Ia���9@	���1	�3ƹ�!��d =�En�EG����¸n��A5�,Y�j���?�^bK����5�73��"�4GFb�kO0�(�N��=#���U�9������z9���c�#�*Ȍ��PDAb󙼔�h4�c�Ya+�*w4X�z�l	�OT�wҍN��7��В�(�Gְ3���Ջ�,���o~�;�G0(�X*	~��5Yy�^�𸣝���$���y��^�H-:�Os��u]s�s�y�k�)/ywmd�>����?��C��������*��q�k&�'sk�y�k?h�n��޼�/�|�w��<�9�p�E���e���&e�g�h��/���߽�W�`���}��;<��BZk�׼�U�~�_�tdA0�|�+�E�}�;��阜s�;ߗ�o
���%f�1f͚5�o����莍?�m�$�s<���f\�Db�n68P��ߵ�l��V;�:j�
kfڭ,K�y�V'��d��톞�@���N��J����3@T�((:�I��Z&�$!�PR��q(h =);Y��Dc��I�u�t��b��˗.��p�5��uzC���2�51��J�)�U��\T��\��2�$C��Yǰ�b)-�S�h�WC�Y����yE@d�{dZƴ-�Wb%[+�1Nc� �q9\Gb�Z1Z�@1��aQ�	瘘	$Zh��j��lڱ
#�v�O��������5��Oz*`���)�\s�ik�'�>�Ow�2�SG���#�D�-��y�Ox��ϊ��Bs~���c���uc�^�n<�{�7g�K�<�y��`�����)���G/�~���3�X
��%V�x:�pڙK�
ف~�o��6�1O}1P�i&�f͚�7��|(���a�e�P@:ݣ�Nz�@5l3	�t��R�&��p@P�vm�>99	"�h�0ORiY
��	��f�d4�ȓd��4�B�f_J��
&h��}�X����HH)]���+]F�`�62:g��]�v�402::<g$�l�ڞ���	�ܵw|�,��;�R�1�����GD�đ�o<`�;pa{k�{�)��4��Pă�ci
0�l93���(166%���*
cc��:��=t|��EO��,GJ�J8A��A��מ��޴�>��i�hނ�f%ٱ�?;0���","�+�b�?�(��nY�-
��'��/��%�7���w
r,˽����U�Ճ�X��133l��|��"Ƶi�agf���t��f���(3#�2���+��%g��o��ɒ3��ԗ�ɟ����=|��2������{����{����W	U�n�Z�+Ä�c�Դ]7g!q�O�����{
p�����q_1Iȹ<��wo��v�b�dsW��E���^�c���q�h���y;NS��2qj�����z �31�DLpr,�Z�(쳚x0��|��f�k����ڵ'O���֛���N�J��Ï�j`X�*@N"Φ�a�y��Ь�)6)Y)в�X��[:8::�[^mƳ���E��$b�B�1:(mC�۾l�1q��S�Q�"y{��b�2Sؘ����_�aF�w"6k!	ۧ����ݺq:�Og6��LA���g�:����3�+��y���R�����b5�!��.��˳�S��j��ͷ��ːJ�כb�ٔRq�7�����Eo���yp�ٳ�A���9�\�~vT�Z=Dv7���؝̅�@��b�SΤn�y�>�l��8��o���k��}�����a�/�T�OMp�� �Q�`���?����X��l�q�K�wt#�|u��w���{��_�k>��sp�7�q�S.��9N:�#ب���ׄ�J��~����6��,ݜ�(,�ծ�x"�L^��ub��!4�����{�y��t������Y����0C��{��#��ͦp��f�V�����[9�:��=���!��!�v/�!�C}wxZ� ��
Z4��N��m�_��"�8൚;&0���uZ�N0�1���&��}���w�嵯ۜ?��wEd�3D�AVK��.Ʀ
�j"V����8n�iV��Y��7n��f^OZj!d��ؽv��#y�?�3���x�%+�)5
�R�ƀ��^M�z�N)iMW5/�)
7��/�ˀ��k6�Y
	U�a�z�޽��P�����<�@xf�#�����!�W��������{�X3��
6	O#bt����s�E�e,��L��g,U�۴���R�+����X�~���<�c",�{�.RJE�賕�	��E�6�Ơ(�HQ%2�0L��^|�;_~��{o������B\uK0�YL��b�=�"a��G�L-m޾<�pt�ڪU	�NGA��	ˈ'������{��ݛg{=N���=4�K�σ�X���*�m�b������=�\^���6�7�[���"Gq
*���"(�#IM�+��F�q��������g��@K��o~��Ӯ
:8��]�`)�j}.���w믶�ί�d}jx�"��4O�ô�p��:�Vg� �FB��kɹ
�
�1q��<����&3mB�#����Z�B�"����>}���7����}��� ��}��~3�a6�d(�6j�C|6d@]>�Z�2Ǡ��v��7�|���� 4"�����o���ღR��N-����Z��PkP�Y9�ؿ��{�o�.L�
��>~p9)y���L�A�Z(��F�i�F&��2"
&�wY�;;;;ψE�\#��l_y鵡�����B�<�+DԤ�-�s-9��c�n�`�T[8�U��h�d���ޓG�����<��P!03q2�y@ 	�ajQxo�w�9�nр�NՋvM+��`/ܺq�ͷ�<{��]D�j�<1<
������9�f�Zmr�m:�d�]���Ejc3c���r���J=�Tc�Z�
�(���6�M`���HUQk{�
]25(`�����ze���|U�	J��i�q�2����b���9�R�;;;;ό��+9�y�^����G���A@�H/ݾ�rZB��,,Z,���H���D@T�+BGh.��٭���4�x��靛7��/��)���$��PJ�*Do��z;�XR�
av0ǒ�����}����J]&���� �;��)�j��A0f�Tb���G���������y��s�V�Y+��]���&J��
�5m|�d��a�0�����9��ͳ(%�M:����;�Q�қn�����@� ���A\��!��Zq�!J.�,Ղ����ٙ�i ��X<||����L�˹��*���_?�����g~�7~�W/7�~ kCaЙ]�[��KZ�jj���_�/���U���_�܋��0N��@��A�i�q�P��V���4Ms1,b�5+�(��߅�����}�*�`N3�!p͕uϦ�p�9��Tc�H`�`���E���������$��ֶM/�]<���
*r�R�-P}g��.�P�\�|�U������1�z�O�I�(��J�ѭ�*�% ��ȝi
��ڹ]��KЩ4�xvjA����������}q��|�>�(]S}�����Oj]a����R��p���eh	4͚���u���nrbtM̵�����e�\�3�@&	A��zp� `Wwvf�Ys�O�m��.�i3�V+�<�,0��\֥��&�e� �@V��5�Zf	�f\*��Ij�h��Z��n1_���O�b:;��,��IV��ܥ�..{�S��C�qDL�A@P0�}����mLO���q��؈���KhY�fע�(�j/���M�C�����
���;;;;;�in�Rj����'���_;<=د����~���`�� ›l�35�!�a�e�W�A�0x���"��ͷ�9d�E�>
3@��y�YU)�Lw����Y�� 4Mf��������_o/��Q2HR��v,��Bd����ch����FȖ��Mr;N�p�Ov�0]_&l��xo���qj�F�d���r��3R����l���u��]��V�M��+��-�#���Z����y1��j�7ͥcY}����N �܄|��]ڤ����<�؂��xggggG�)�暔ېj���Ԕ�g�U��;�MͲ��D��/�
H7n�[F�g��"ZBqT�v�e��P%�A"�{��Rsw���F��7P�����~�\h.A����#��\���
ce�@���&���Z����9ȀS:MT��<�j�B�^���b��)�I��C2�1Om�J\��R�!sW"��\�F�X� ���N-�N�j����mS?��$�Q��2��1�5���ٱȳ����줔��%������գ����Z�j���n��݊��xU\tP��0Z
g���
 �983V1J5�k��C��Jb&3U31��0����mS��oݾy���GO�0��(0���Q�1�*a�(� �i��9~*�=Py�^k�ڶ�-���j��֢��v�p�a��,��pV��Rkp��:DZt]+ݕ��B�5)�y�Y�u0���A��n
�@WjWKW�#��������m
��HH+6�E�q��x������u��	��:�d{��j��BpXl�
������8Dqw���pB<�����hwuU���q��[yzt�wd�������-j�ߏ�]���[�FTU��!ZENvI��C_�*ј�nC~�m�%��/�܏5���Em�W��r���
���.n��OOVjv��GWfjN��n����莦�*��%������Y����opefU�u¿�}�";�/���Y��J%�a�?y���x[t8/�F�(�UcII]G{����A�]U������Ź��Nx���bkU����Hkiaq-{�숢��&B�d�fwy�L�������-�C��dd��_j�{<^�/���� ��ȿ9Jdx�}"�`p1�$�,�`BX�TbĂ!ɡ�.X��D)�`�	�Bc\t2̲���D�8�`����A`�ƒd	
3Z�!�a3g=����N|4�k!D@BDH�^'����D0d��)�2��e���D��vF
�c��d��##t���$Mp�EѤ7�uFP)���,p�}��T��\�����knME�Q p��Qnf0��.�wV���1:�)v�N	����h�r$`�qQ@I\�$�f���4���~�v�zpx�s��k�+�O䴁�8�$����f�]qտ�h�z���L� ��fAe�����y��&9,���3e�Q�L#�s(��O/��>���ґ�w`��\je��ɾ�(�Z_\l����[PB�-��R�����sDQ�T�����]^v�0�����p�&N�?gJ�ǎ])��B�f�Wv:�,,��u��]�~x�&���WPק����a�A���c�y��6�_��_+�p���Ơ^{��7
�@4࣢���ǣw��;7�[�I����
ڇ�[s��={J��8#�֟/0�UW^R�
��z+�iҪ����h��GΘ3gZT�C)�M<�/X�=�T�6㕯��}�/���.�����%����r�:���j��v�!Cq0�	t�I��
bX���\^�q�]n���Nz�(LA�-h�B4�y�P��as0�#L<n��jL%�,�C4�a���1匁ƹ�CB�F����x�\obu��
��n�PQ'0Q���EG�s�@�P�jq�5�������e��1��1�*�s�St�&c.榜PF4�Uu�,!A�A�h�d�ƃ��P܏�J��Q/S�yB=��y��!F" �_�EP0x8�[�R�\��]�X�?�u�1ޠ:���d���1��eݐ�
L����������V"����iq��C[���+ͭU"����o���3�ǻ���^�v͎z�{�23nSRr��ת(x
R��Nع)i����ˇ��\o���+!q���ӹ7����
�z��^��á)+5�-r��I,��6oHX�qKfyi[Mq~Q�ݻ���Z��Ҏ�\��5)�������6��rjX�U�mK���r�s�1u���1�|�k�CO�?|�H�������#�W�qSn��h�����<WN��"�#DD���qcz���h?���9~��)R.V�V^�Ȫ�-��MG���7�W�#.n��M[N����X����i'W�q��3�����M\�1�X��V_K\�!n��cg/]<���ܦɓ��(�i���'%n�z�u\?�P��=��⓮Uv9{;��o�t�rn��2k����{��8}ʣ�u�AX��bb,��Y�v����:�v�[��/�%N�W�ߔ�o�ޣ)ig�����[��S��N��u�'7oN\�6.��~l���΄�}���?q��vu^�g��8a��uk�ϭ#'N�1��6�߼�f�
�g��^�
�@{����Q��^;���՗�ߪ��I�h~�P�^=�kݟ�[{\����Τ�Ą��o�8]w�R���L��k:w�L?x�O�N���=M���V��ö�k֮]���k��"��ڱ��w�u�y�b���X3��ʛ��ԶD�N�8��Wz��/��	��?2�~zwr|b���g���x�鳗�i��U�*�3��s���"�)f���m��k���{�$��݋����PRZ`k(�εzA�(���N�y��Zʫ��3�f�t{���H/s9����5�����%�ҵ��1�Q몊үg6BL(�8�v��F#޶3۷��x�6��\��5�t�X@� J"	�	ё�X,�:1�l�0����+�ŀ``
�L2�KX�*� �$Y�|�H�Sv�@.c�,"���"�L���P�afSd��O ^���2�GS�<j߰}�o`�w����8/����$4(#�8��ݜq��u��XB�R'�	H0�Q疐j�(�p�d0���."�����4&�*�h �����m��C�����D1Dg�8Q�*�^tE��c�?Sc��d	aNG� �%Ę��I�A/J�#����k�B���B��������56�p*����>�K����G
��59����˾��e9W2*[k�9�‡�ݴ���0��_�+�����	�a��|e�|��Z������x�RWasػ���:�j�2�ז͖�l��S_]�|��h����QQ�Q9:��Qo��Bk��u�S_��wWQg��E%r��/<9	�`��x`��!�]+ҽ��"�O��Z��/)�~�����{��74�x(�נa��o,�gMKe�4�>����&[gsceEkKowkca�͗>��;�Թ7��O��~�C�No���8�cL2Xz��J��B{����dٖ��W�������z{�M���k�W��ķ�[��Z�:QAB��'V._�u�ί��[i�Nӊ��G���ֻ��Ͻ�d����#��W.uݺp��=mV����I��p���n�xnZNF������y��[z;�o|����ʼ�|�9��]��4��#�-X�b
��ɫ?��n��_���?�ˏ��JϠR��/,Z:�\c�I1�.u��/~�K������>v�V�ߨj*�]�FO��#~��ƶ�O��x�Ya"�ݾz�l���Nm�?��Y���Fl�孶›�3�Y6gJ�����W���+��y��4m΂}d�T}���K}�d��n�cʨ�_���~j69u�P}K��pW_WW�`oW{w��A:���m�����gb�n�aQ�2��,m��j�Zd����ʮ��km��jn�j��t�l�'��]?�u����g?���~pr�Ŕ�,�����'�X�[[�焧^[�|�
�Qs�r�O,k�|�r� �9�Z�[�:ۻ������u�fW5�e˞�����\���`�f�yr��EӣL-}�/~�KC=ֲkƍ�Ч���;���s����|�W�7��O�w��FK��l�]��_w��k��BU�8��I ��$��yȰ��Z�����bGF?���Đ��B�B��t���YeZ�$[�K	h&`�b�T1q�
�`�gHJ�$Tl	�"�
Τ,�2R�"�l)
�C���]��l7�
���-0��1�\�(��0A��\J�&�p)�$���O��!S׍ �|@K�&%�`T�K 	�>��>c���A1L3
	���޾���0�=$}���[�8S�*)�@(4 ��\!)a� Q���@�����8S���P��`JT �R5�
ը�P�(H]0�,�s�/����cI"B�+�WEⸯ�ՆA���G��Γ�3kkg3��0c��XcYu<�y�O�j,�ǧ��z��~��J�vp&�y�k dF�H	%�h�R�XXU�@.C���:2�4��F�%���Me �4��Vׄe�%>v����h4��[�:�<1`��heE���g=q���&�D?ԏW�0��8ɴ�����I1�A>!�Ӧ�/�)+357^��رL�.Xر�MN���r�l��v¬Q5(rbe{���2�1��#�3��� V	�K��Ւ��X����:�j)UcJǍ��䀣���8.jFG�ZWVUWž-��^���C�u
Ecoz�eǶ�ԛ�@80G�j�DOK_w��I��b���	8}�����Xz.-wb��y�3:��b�W�I�ѓ�T�#��F�7֔��u9A���;g6-�P�|�8jdc(\�P;l���v��g;�u����
����hU���־����x�⧟*�F'��EDՃ���%#(�%���)[�:q�/0'u��I�H��G��߽p�Љ3i_0o|b�G�b�7�ŦX�-��
����ɠ��A�����C��oH2d��H<�TE�
]S�*��KY\2�>6z�Ȁ�C���Μ<t�pD#�a��GE6�Zk6-nv����7�Z�_:�讟8�6L<=4r|s��n*3��v��K�4����$V>��ݖ�j�<{h�ETL�(j�$��y�>��nj<�m�4)	��8+��ˇM[����Bj �~��2�fM��/�!���F$� �F��D�&�؂��s��}ɼeK�	��(�T���q!�(�� ��
^��t9HT<pPJ`I��p��b��Ups��`(fh���8��R0�JK��P�2��A@�}�1ABL�j������0H�`!	���L�%7���-��
�a�L:�{��{�t:��y��:�-8� 0�E��r|	

"�K.8 �H��Z����`4"��eA4&[�>��ih�X
�s
�T7����9FB�s�a.�r]G*E�W���t�M�#]���7�����Vd���{˗�T?����$m��I�&��]�~ӾSj�̧�a"����.�cG��'z�&�|��-(U����j�����#���_�o:=iKz}�����d�a�jmZ�֊3vtȰpGg2��k��ܶOi�kٺ�%\3�3龁T2#�Ǝ�|���^�֚�̪��{�{Vm�F
�A2�J&s6�rL�'���Ύ�I3F�.�;::pt�Y1i���C��kkkk�c}����N�ܜ�q������.ۘV�Q���#]�r-[��F����}e����s�;�n�v%l�l*�+X�//����ۆ͙N����E��m;U�h�ܷ�ױ�Y�X;���)�6sT]ium]M�DC��bf[mK���,}�e W?ab��58�;�is��r>~~���[�V56�S�9�@OO�V.��r���o��q8�ݟ�P��DO��$���odV/{m{"0fX�@�+��C����ۿ:�cνfl��몾�B8�i��m�h�z��X�d\#��`���G5��<Z7l�Ȏ��_Zwj�I,���kϞ�uS&��l����q�<���9ccP�E��=k^����˿�E�
/�"Ÿ�*�K+��|SŸ����<��;���=�r��tw�&���_|{����pEϞw^^sd���<�>���h�ع����j�7�I�CG6vpSź�ڲx8w��{?~���6��?u�S�n6�}Gd���0��
7UM�2��x/*��P�$�FEY���kK�۞�Yo���I2jx��]�zUz~φ]�i(
��mh�IY��
`��\�G�Q[]�������ST������ԓV!o;!�`�K���4w].cv��Lj��RU��1��/��&B!D
�
D4Uu%�$!�d�I����i�b 0�*!V&�l/jXG��)m�l�6��
X�s݀�SU�Ϥ`�����"�����	�L��`5�u"I'�q)��",��pP�
#�X7��#)(U,�v\/r!l�':v���<O�Dc8PD)!*�R *R4: +)�S)1"[��)�Bld�9�L�a�&D�$�c��&Q`G�M�H� ��}^\W�ɫ�+���߼&�;��s�g���f.�}|<����{т�Y0�h͢[����x�4���
U4Ϳi��g�tm��S{��wL�9���
��؃��j�7L;~ڴ�f>��#�K���KΙ���܍_�`Z�Ѕw�2��=���gL�|��90c��/c�='�>���S��a��?3�[��T
�=�x�ّ
���aC��z�Ю{�c��� D�/^rMs@��`�k=r���E��g?[e��[���=4���s]�޽��.f@ќǿ|�(v��>��皊z�SO��ԝ��<rwc�����|���;d���v�Sn�gZcӰ9�M����;��]4w�9�M�w�wO=z��쇞�nT�j�L,G���~�3�GM�9k�7.�ϳ�ݏ�Q8~`@)RT�_��ގ�Y��;�����w�MK�����uvB�]�*�',�yXx�=C�u�9s�_;q��yO>u�w�h��i��AJ���n���t��StR9y�|�z[�h~���5�c�L*o���j��o���Hyi��ʹx=�fBQlĴ��O;��g5�mE�������񳗢���=��5O���ӳ�5�Vvt��}���q�$.�l6�'Cg�w��dƙ}��K�钉�?t�"T���O�Ȭ1�{ιy�-U8�r�-3���r��Q#g̛5v��;�S�{*�>�ȍc����G������EO|~f�
W�M�җ�6gt`�/}��ajx���Ce��~㽏N��ȌG�ÿf�w��|ʳ�>f䤩��M�{��Z�̡�9�u�^/RYV�(Qz��oO����|mEݨ*ڷ��x��OM7��ES�EC��~�̚tAY|��8�Ѕ7^3�y�5KƆS'�s��5�!Ĥໞm�X����	&�J��I�SH{.'���`�L�u���� Hװ�`a*A	�یQ�&�Xh#�1��`�wڵ���*�F���� ��&PLWKB�h0�ٶ�1���|3`H)|�9H	P�%�J$�{)#`u� �`�Ū=���
>AD��S�"�IgO���4V�H.E&��KI(�����򬜓ڐ	۾��j�
R$`�V0�y��3�!
��ʐtl�LS�%��oS0U(����"�ǎg*�����,�p�	�&9� uEPH	W��N�4	~�\.�y^,c��O#�Ě�@��]�����[A��=RM#p�p]���/FJ�i�Oi���4�Ji��?^�m߫�75T�:�6��/L+�p�U�vpӛ+�%���GV(�?��{�o��me�_}x&�W+�<�����SYK%B��ǩ�$%���4�ݶ\��WO*���XP)���F��@BT� �T���^Rr������.�l��1(�T!�tR�Q쳊�Ƥ˻�ټ�2�<h��`M�\�̗�w����76م��ӧ�
Ŕ`�8&Ԉ�h����$�θ@�A0���*\��{܂�$VS�@�]�*���hı]Ḉ
���HB��K�!���[ F���".ϳt���. &�$��f]MM6�N'S��r����c*��|.QT�Ov"HEE���4��MW���g,�f=�Ƕ٘�=͕]N�����<����PE,����75��>5R�4%�vtӺu��NJ�$�'T��:H����g��S{T5�$wo^�v��k��^�`)��~u�7�B��@�/Y��OuU�q�-sF�Y��x�j�~�"j�]>�"}�s���3��u���:7_@��i`k
��H8��PW	}Gz��$d#�p$�ė*�K��w-�\&�@%
�A@"$U�"\�'��s�
���a�����#��,���]v���Y�]���QD��ƊB������5]�ϸ� A���FcF���>��)p3D�L!�;ЧjJ<��O0�Rb�0������(0,=`�τ�f��~"���yp��A�a�PU1)%w����s�=��ul))���G �ق�,D8	�����5J���˥˅Ǥ�`@"���c@DS��=ᄆ���DK���ᛞ|t~H�P$E��
S&��G/��	��s�
�p��H�W�����r]o����ˆ:�<��/=Ļ�Ժ�%�@��sU!�z�4�n�?�IŬj*8�孃���?<��<���j7�q�ફ���"Z��[
��ҩ�ŋ�Z,�5�w��|V���U5��l���啎<ۗ�P0ݑ�=����R	��J��B\��@)!\��?f�S`�k��LAYY٥��꓂'}p��/�>�x������e<ϫ����R���uu�s���"�d(Tr�	�T	
weoGo����.B��Y�J�%a���`,�L�39�8FH1�h<��Y�π����E�9�w����/F���T���$z킥 ����"��S�a�^Ĉ�� ɥ��tYP"!A���g@z��mOq���q�UH���_�E�y��s����~�˿���QG�I�ui�^>�c!������oo߷�W��͗;��СM�K�ۿz嫛�����؝+�~k��=]�}�Jp�����O��_�ܯ�;��‰�����䥍G!�v���K���W);ud�����Տ��J�_:����$}MӬ�������3����K]u�UWe��cm)�7�P��T%�:i���3n<�O>T�T�X���$f �$%�G�SD1�y��B)F>�
�P!� �!CN�$�\��(/����z�$9����%���<���R�O	�
c�q<)A��|��
ȹ��3�g@D
�U*fTP_⬪��"]f`��=�y�G� ��v�TU�{vۥ��[���3��˨DRSq@�LL\)=$�Mթ��'���EUE��2!�+O��أ�p@S��4�3������h4��%����{��1�(&�����I�8ka=����qzƭ�T��o��^��\�Ʈ�����`-��VH���8yf۷��b��7/[~��mÛ���o��7�
.����?��o��7��p��a
�K�¥=;��7V��^]�g�?����2V[++�{�Wm9��.���ܛK��I{پ����/W9��_���p��f�$�e3.�_��m�؝�)-YW�ž��3g���|�\+�˻�)��|.�ϧ��u��~�w�b׀��\�)F�+�/$p2gj
2qV�~�<_�)G4���=WT*��t��*X���d��/���T"�"�
 @R.���Lx��"�`�������B_wX�
�M�*p( �P3���� (AQ�j��`H�L��`.$��*�(y&S�H:����#�k���!���8&�a��eYJs�-
n��+R��0�w�t
�R 9�F���j�S B�t\NR^�]��P� Q�&�T M��+z$D0��B"!���P*t���
��3��l!��B_����Z�
�����*= ������{���ٓ[���?�q���Cg�0�k����I�.�f攱�æϞ][ST
��=��{�\0����{_~�����q��"���/�֯=7����/�j�o�-K&�nV��4�ʷ]�@��8f΃wܵ`�9��;��8xA�C�7q裝���=��m�&�T��]%ϟ8�U�O�l:�҉c'Z��p�Η^X��"ֹ�����8ie��̞9z*����
���
��d����+m��޳�[6�Rڷ�������9y�+����+_\�
~>N!�����X]�O�������l�����UI	H��I�!M+k�PPCn�p�б�l&KU�䀗�#�� ����@	���T�À1��,�B@q &�'�Ϥ���bb���r�@y0�PQD��Bz����a��"o�0.��H�D�1b�b�JZ�9�lW�_H�A󤆑Uȧ{z4�C��c���=O�Bx����
F��O���*�5�׈P��	x��s�	�*�E���x����QӌA@q)t���@J„��e{.�H�熐���K"�JDB})��
�GE�p��S߈��79�����æ<��sf�=�a]'Fy���s�
���$������MHϳ��D�?�� ��U�������{�=T�p�}O.8q�dW"�%��[����X ��OdIx{GGb�UuU�hie͌SF�R}���=~U���&-�َ��{��R�c�wmzgٚm���u��- �u�R_D��T����/t������
����q0��ڳ���i��
��Sit'R�L�eK��8��K�oY�~�9��y�O~�oW|�氱���諿��5��k=��_�]���,f��Mᄐn�@*�+�ǡ�����v���}gÞ(�xp�;�v2`n����W�<�����C��w�w_�xL�'�+W,�z�"�^[_W�v���+���}[֬>����3׭��X
���L�=���iW�̛߽���r�/�v�=
���tt������Z��_�i_+\V�X���͇.�B%��^���|~����o�R�"����ꐆ������c���rj�7?>�~�E��ֽ�fO��iP$�B���-���=ә�8���&9���y����������.����޺�ݶwz���;�h���W/_�q�����P��{�o_�֦]y�宒Q�I�*$lh1è�����QSOR�c!��Y�=��*�$ �,`����ֱ4���L)ƴ�b �qQ<�|	�+<9,����BW��أ��G�7�|0�gB0�"�b�:�v
)��"�PDl�bi��B,�7i^�Dž�I�!�RQ��>�V	�`
#_��9�-�p\|ݓ@@8��b*Z(��"��4M	�]g�D2��f���\54ƥ�0�*��^WQ0��3җ\WT�PI	`��LS�Yv�x�_�X��SD��=��+�(�����O�0�|��sO䷿�������[2gެŋg^�pk[�
��M�̖���NΝڰ�X���"D�)!$e�nx��o|�;/mi-��*����fVz��?�����14������[׮���a��%[�m��J,�I��ַ����_�kÎ>j��[2��o|{j��J)�W���Vo;�;����q��躏6n�p˩.,/|��{�wnY��g�e?���>	���[?~��
��Go�۴sϖ�kN����|�b�~�܊�r�J��w��֚޾IJ���ݧ��Y�mǎG"��
�^�y����=���o/]w�|Us�IAB���߼�3!k�"�K(��g�o>�ۮxe}[牭��������3_�+H,8�yòw?�{��wΥI�޵�_�>�탣)o��[�9�����:��}祿��';Dz�~��=]�
��p��7��O�{�8�ӹ��/�Է��S�\��w��/�ww�|�巺�[���v��w��K��|]u��s���E��Kǻ=$�P8�t����e
^���(:�j����/}yUw����';{z?X�t��[�|�ĥ�@g'�����d'��?z��qUSY8 e���WyXۻ�՝g�P�nۺqg[i�]��+G��ۮ�Ժ�_9��x��ΧS�9�B���Ο~�d.��o���`��5��;�ڲm׉|�p����ڷ~�k���_>�q���K���D�ʂA!���rf�olغ�핛�}o�w�|�▷~��\�_
#��$aXs}eI,0*K� 3`���4��Q30$
�|�@L�$ �K�X���R�B�f*FBb���B��OJ���P�b&l�@X:��V��S��id�cq�\E$�PD!UU�pP��q�1�K�p(�P�؋ED�����ITpP��)+Ĥ*?�(Z�
@H�s���P�(D��@�ap�
�#��zU�0�)�),�z���p��\�����}��M0&�(�a[��{P��L�E#5U��e���'@�àp�L������/K����C׉�I!?�F ���'}�7�����W��w^�f��s�K�q���ee7>���8�r�������
���[&M���������Ǧ��s=b����*��3�V,~�+_x���Gn��Ƶ���㋧5M����>3oΒ_����=g��.b�w��_��'o��t��w,���n�ף3�z������ݳ�}߇_I��N�[G�׌"[��^R1a��V
����h��s���4-�`tpd䬱e��]?y|����;��_{]8x*aV�4��.#񉓇׭���i<�=gsf_;vx3���do�j��>���F߃Qs��7{�?� ��<b�M7�^EJ�q֌��_�}��I�����,�;���W�)A܁"j���͚E_�n|��5u#J�D��s'�8�YF
����J�f.��G�}vn��#��
��7
�2��k�c(��	#U�ѪkJ�TӨ�e�b�3����c�eM�<�c��3g�j���G��?75�;��Dc-;v��*�Ĺ�zŮ�c&̸n�MFw�Y��_~�a��'�9Ղ���F�ad'����ǟ��G�lz�G;�տ��g[rM�3S?n��*CA�r�l��nY�}�7�%z�R˩�$Ej�̚P��T�ۛ,Ԍ��3={��۷�N������p�E�scM��x߽7��Wθ���;��'�fMS�$N>
f�T|�L���ǿ��H�
�_x�����8�.�i�x�kFج�㳟�ڽ�.��0�@��YN>�K[HRM(�t|p}CS�J����J�*�IP(q%�A���I�~��/<!9g�w%C���1�\\�%�%�Pa�0x�b��#��Ύx0P��P%�Aѫ-B3dj� `���\H!�/|X���`��Q4 �GC.�#����mK���IJ����	����X�$��j*�UI�bj������X��s]K�)v%O�2��"�KUA���0P��A
S�H��!UU-�s#"�.@Ǹ2� �3y�{	P�J��	��Fl/b�J���6p�a��!�<����#��"�<�ՏQ�c��@��� �b���0&�P��
�$�yr�B�n�u"pO���/o1bx��c>R�;��oV46UƐ�X�(-6��*+	�|0��n���	��k��c����c��o�[\�z�����x�c,�xٞ�Dy��ѱ�����8qv~b�̙�����fN��g�S�)�T��P���q�J&|�`�RǶ�8>�f���d|]϶��?TV�f�����)�H���1�u�'$c��Kvu��'zw�{�����mW_^	U����uu'-C/�E�Oܝݵ2#!�2�G_3n�MZ�pyٸ��'�T��Z �̙f�8�m+��ݕ�q�¥C�M�2���{o��E��	����t_�0	@��Rձ�@o2�kAײ�B��ʚ��.Q��d_gO�oe �)���2��0H9�ꗊ�Yv�'�,�"n��ן�``����q�島e��7�$�� RV9i�‰�ʠ�����ٗ��jr�O�a�:�3db/���ݙ�9	��i��'T�ˁ\I�o|c�EWY:������Y �r(�r n6ѕtܷ^\�e��܀-b��{
*Ht�e�p�5(R\O	����z��������lڵ0B�c�r4 ����A�Xb�GB�$�Y�|
Dr�1n{�gRE��eH ���/�F�Ù�lU�(VTJ<y.��X��c�'V��.)��iČ��f#R_R�U�lWǑ'��,AHSq `���$rQ(�٬������l$,)�����`E�r��N�)��rA0�T�5�Мmq�GA�s
 ��\ʤ(�aW�
,cY��H ��Ji<�W�5�D�v˱=Ƃ����,�c�Sl�'�Z�E��R2,
)�,�$����m�~�όL[,�(��{���#��,�R��q�s�'Rp��P$�� ����b+�e���/_�"��Z��=��N���|����z������V%R_�XR�i*�)!��h]9a�J�/���2>:#���1=JɄ�n8��?��&4���L-��?��C$\_a (*iZ�xa܌1-g�%e2J���x�&VSR�
�4���+V�5w��eh8d�7�n\�z������Lq����������%���y*I-�͹���a�>���wvK��ƛc�޵b�Cg�/XlƄ�q�w����Z�ؒI0�f�b����Uk�~��H��-�,%:d���ӆ�R7�0`-
G��;��z�l|�Ι;��>�S{7��Oኡ��ׯ}�c�n�x��ᚡw];��]?磿y�O�*��!�P�f۾��_��_�5��o��2��zk���u��!C�����4��x���}���6mߙ�W4i���qy�L��X]_���`�(2f�}a�ſ��LuW�XE��p���$F��$Lx�ؑ���:��aC�&����5�nغ��]�㥑�gN���+�:vI�4  RP3XVYmeZ�O^3{�W�נ�������D�_�^�te��6g�f�v��x�
3�aff�ff��Ň�+�^](�s��5��P��V��3�ڸ�6)�1R���Pdp���C뛕��h����tw���:�6N�|����4���2$"�k�LBF��$%�ְ�ǨZ��F�B$�3�Jm��0�?��;����7D���d��Nv�Z}��U+��(!i�L��D\7ƺ�{��f*<I���f
&��VW�jRE�C��^�G�l�)�L��;����E	��-�^�E�s�Ov��������U����j<�v�!�Բ�v6�\ϻE�jN�IX7�*��Hj�X`^[W�ղMR����;ηbje���$��l2�n�$�nV*ʅ��T��;&�$��V@���+�Щ�v�}��ӻ�S�|^���[�ٿ�|���g��.���'^=�;�����L0���]��D$���#�<q��!�Vɻ���ݻ6�n�{�1a~pP���^�+�6�d���S�r�J�	�߃&��A�_��Ύ��ɍ.7޾��n?�9���]�·~�]���|Xp���a�{P-o�+|X8����cw���7V�1�҂}�Bk�}p����g����<�R�il�g�}�3w�ݕx
�\)֏�"����k����e����uvbs����/����Ʒ�w�zG��u��u���:tr���]�K���/<_�c�x����=��\a�X�T��(���s���hgxG��:�B+D��H�{���]�x�$�B	8��Q�`���W�x�󝣧�sa=+���)D�(�c���,�ѱ0|��_z�ۈ,�����	�]\?||�؉�����i���5���KG�L&��KW�h�unv��i�q��%0$[	���!�$eZ���<�_���J�"4N9dA�P��H�{�<���N�w�9�X�1�v��.tf���C1�-��+R2�LRa�1sN(�|:Q)�*�u�6޶d�o�Ha�ͬZ1�i����(ļMG�l2ۿ��ʵ��NfZy�nuy���ʞ��%�a^�R��u�k�ן��=W5�@�R8���F])�9}���[[���������� �ᅶ����|4�"��g�,�x�{�������Ӫ��V�D6k�xV����|�ԩ�v�f`�������}剟�?��;����c����?<Z��ӿ�
����{~����~�W�	�#?���x��p�3�/?�oZ���o����꯴>J��:�Y#�H*?~��¥K�<�q=�U��۸�Դ�Ww�P�g��B8��)��!�c6�0:Rt�J���W��O\k��2��Px݂Q��?y��F��K�V�[���s�.��p)���#�H�s�W�Ck��:��˾��
�(��4�y�*�,2���vuIXY3�+-G��r�h:�)���
�(�b����;��o={fI���:4�嶔�.�N*ےɲ�1ZduD+�[�??�;_MkCb��	]jUG_�ڱ#/^��;�?��	-�KΖ��M�f��=�%�'�m@��1xNW�G�����f�s��d�,�l�����ni����
7	��z,��=��{�߾����_��?�f��	�u���z7�<��o{+nZ���o��i�
�$�[�a>��e?��P����3O�n�M�ػ��(���j�v�@�z^�b�� ��P!���5�������2��e�p�2A�3�rr��67������|�[�v��;e�����Di�$����
R��}=��s�V���T����VU.��Sa�43cW�!'�r!{��z]v�ߧ,�^�j��DY'�p�m�F�D�0K���&���c���4D�G2���b�i���y��s�ZD^Pw�'#j ���Cd�E�Ը�Y��8v��T�]]�Cr�$XcJ�w:���B�܄q�M�M�!���R*�Bk��
�B�_1�(>~�u����=o8f�,�]�.i�^ڎ�ϔ�|�joc��<���|:�u^�}�'!T�Yk���bks�"`	1� ��b"	i�@��	Ȁn��[e7�r�Ȧ�h�;�A_�z��m'�?M�׷e��i�轎
	$cL 2&���a=m�ho�{"+b^v�a\��%Aגw1,Q
!��i�K"�6��A��օ"C1*�$&���K�����֮Q��֕I&��
%�&C��-�&D��˗�䌖� )H��X�1�Oe����K]!P����h4ED�R�����]�6uE$nr�1�e�z�I�
D��������*ŗ�}��-�]a4A�͕�6)����d˞ZY]�:셌<t��P�K��)7r���0�w�c�(�uDI�(y�(��]��ƴ�S��(_� ���7�$�&��dr��f�.��x�A�\���w�!E��� 
���g9��F�\E��::�tsqgg�x���02)���T�f���qPBjSx'�Cr��+9�(�,t2�Ht{�0��Th1בs�{�w�A(F�<�`D�(|c92'VJ%`6�XJR!�!%�f>��j�}���t>K��-�����\H-�7�c\4A�^��󅅅���JB
Vx'-�
S{>mB�	�,��׶���7�@
��m�(ZE�9b��ogKF����R�]sL&1DP�\dfӑ��y��sM>�cB� �h4w�ne��y�n_-Z�յ՝��������٬n�\j)H$RR�X��ۛY��=yK�(�l�i��ٱcG�`:��1� o���R���UR��Rx�H��{E$"ˈ�D���*����uZa��Yk�$Ȩ�$DN$!�F��|>�rb���!`�D`N�!8�K�.��€�&+��糋�����2_�J̸N�ZĒ�����
f�3���ΓE�;����i�J䙰�y�}�*�2��%l�C�L�U�j[L0����R�BF�*�FPdN@���ߴ+I���h���$Z�tze��J���i4���][[]___�RQ�Zeu3H	��$b�)�8��J�~�οr�����V��BL�n>���"�����E��:	B)��8��E2"�)Ɛ��}A^��hw4Zf�)�FK�NQk��6
\�̈� - 5��y��s��dfZ-9���\J2-�&q]�e�9����Nֵ�.�ޱ
��3��f��%!@7=�JI«�TJ
��W:��@J)A������Z
�����'&�@݄�k��5���@[g�^e� �N��ټqE�.d�u�)16��%���\e����7s2:הIhAU���<v�;�L֧j�效��Ҫ���`�	^h)��
!���n�\UZc�,!�#�����D@�&(b
���{�{�Nf*��v������ײ-;4�C�뛇�^�3�2�[��qo4L��n�� :�8��$��c�i�#zy[4>L�LJ!����&!�8�����i-��չ��D���9.��"���~:���V-�i�\	ER)�o����9F�<�U�;"^CD�p4��U��s.2~��&�5�������O�A��P����Rf�-kKǖ��uJI�T��BE,�q�ٺa����4Y�u����v�m$��pUh��ɓ'><����,R��Rvڦ۫����"S�H&.��)9�b�]v:��d��w�q��B���g�R�K�O�d:k�Sk���r�Y�u�.�!����?\f�����E���6�eRF萸�*�LJ#4�=�$9J���%-��na�n�F�Bc����a���.&&	x8�fՌC"�AMc� �H*	HR{�!zDb��&9���\��D�S�<Kk}��C?�ݷ���,��=�z����	7�xy��5��Y+=|�b�e�!�#��us��w�-������ZK*3�yk�3-𿙼���ۻ?�������?�w�o�S��k��)��R�\�E!�' �,�nK�F�٤��q�{zu�/�I�jۺ %%��0�� ]duc�Q�]��`d$N�r�9����N��ѣ�l��q��RVMsnow<���"Q��UdED�}�T�Y�m���x�]RJCh/-w�m�
	Ɉ�m��⼚O窮M�3����y�Yu��+���g/��t���fӚk�fY[ꃝ��������0A�)RZz�1fF�R���aU�.fFyDN<�����<8S*#	�y~m����(qJ.	 :��� ��dĉdKS�An�z�D���(�u�
S&��Gz�������y�m��tv��z��a��,m=��>��7v��x��vؔ��C?��/�L�,3�y�}��u��|�s饇��ȹ��|��3dr�w@&���;�g_]�M��`� "|�[XXX ���y^B)�)t��L�j2��Q1�b<_Y[=t�i��G�3�M��A�.ئ�):��R�h�Z��L���&�!]��]5��[O=q���{�9����|��vf�dkJ�*�6��`"�1�zj�Z��c�e�3��Ef@�̺��#y�I�&�"\��
�zb�Ճ�*���ǣ~��/w��q�8Tv:,FW���y�D��e�bg<��+�it��W�Zʨ(�0$d���3�N�އ�i��;��w<% ��@�]"P��5�0�:!.rJ��䐜���yk�y��3x�]��ȅN�0�oz��y�^����f���?����g?��?�?���y���������w�죃��;~����7��_��e�Z�#D��q�g����c������g����{���מ�����3�|����g��o��G^�^o����������4���m�������I ��CJ$cB`A��i��]�Z$�ި�E�-w�Љ���*L	>��&�4�E�^Y_�v���}�B
�Y^�:~���҄ �l8�<��KO��.���)��X��l�-�B)��O��WW�6%"��!%<P5u���u:��g>ɘ�@`
����v��6�l�{�p�R�K��!%�Q�J�6�R$�Đ�9��q'�Y(���q䜗p)��B�Y}mg�c�
"���$B3Wu
!��RZ	!��@@L�9f)@����f:�)A��ȴ̅�R�vAR2�M��{mp�0J%�̽(U�Љ���6b�yV5�}��ӿ��͵����?�'��k�d�P���u則�������}�'~��g����?�g����~�beN~����ּ�}�;����SO�Ą�Z���ܓG6s;��{�j��3�OtZKi��^��5����`ɘ�����Y���Yc��r_�	Ӵ%�Q2/�y�i���I��T�ǚ��`b�V�����vZ��J$��_y~���u�LFp�@�y[	3N<"H�I�Z�9����Fl��~o��>Q#�T��uM��G���P1)r��\�L�`�g�5#��y=�:}juc}2���&i��F*��2eİ���崺R��/s<�b�a$@ 	]'D�dmi:����\��6�"Q�)�Py�9�k�Rx�@�H*�i	xb�R�����"��pP5%/cPI����R753P�����x�����w�����N�|�~���RW����M��(�J�`@���|�Ͻ�⸛�Xiz�@D0��d��i:�Z!`��ĺ��>��_z�	��d$���}tM���naaaAJe�����̌�Z�qPO�Φ��:��	�`��&�Y�j[���N8C��ԴˣG6��]��ۃ�K�j��[Ol�:v\��f3�)ϊy]=����7[�f;�\�Y-�h�Fϙm�lnH	%a[�ٙ�+/�r���{�k���$E·��vy���PM
Vp���u��N�:��h,mx��:vt&ӜCb2�L1D�I3�I�)eK���JK����)��L�Iz�K6D����Ir��R�U�F510QdD��D�ɻ�!�"� �@ �O��3CF�3�,%�)�lB ��9+��=�i���w���Z�׷���?����{�/��k��v�" :�a��7~�7�����/~����ƥ@�C���۷���l�z��}��w����(��}ez䇿�o�C
��߻��O��LCL@HA"X�u�lv��ے��57p�RL좺�H3F"�ٻȌ�ͦ��71��&��}��m�mZ�~��Nv�L��ݼ�-7z�#y?g!
��'AJ��g^��SG�mS5�IC@� ��lR�X�2y"e&r�1��[��dzi��zo)3���p����WS�E�Uo�l�B�c1օ�FNj|e��=w����/^|��%�z�؝��	bn��$�Mgb8R&�D}�ɧНKi�fR�� &!B@H��f�����㨩�K!2o}H)���u�����b̑I�R�bJ�#*��kL��8�y�2M��&�=
�c�(����^����}沎�o��/}�����[������X�9}�;�9�N�g��W��"@˷��O��#�f��o�����_��G���so[j�K;w�W-}�g޶Q�|�[�-���~g˻�7��N�b{m��#�o՟�g�ں�/mN�XXXX�� 1��!8
$T��Z�C��;h
x�SH�5�Tӑ%x`��dJ���r�p�U����>�;g�J��Qf��WeLK�QT1͑&16�zf�RJ)ƨ��%A1�{&�R&N�		 0��h0b���b&!0b��e�q�C�Hq����ӷ������.Ƴ����O�����|�)�0��Kp)��$:YA��4��c�
�D�CЙN�U%)5I������`��Z�CBbb�D��>$8@T�)3m��'�
Y�`��-ẛZQ�Α��3�t�K����b�Y��Z�B
���=��C=R����[�M�>��;|�W8XU��_�e�<
���~��6[^/�Χյ2X��W������1\����]�>�3-/,,,����vM	Z�GG#&H��#3�J#I���Vi�G׆��rٸfo0lG�ei5S�cLS�*�Ц���_�8��Jo'{q��ơ/ѓ0��O1�F�b��>a9/�U��9xW�H�,˃�ռ��&C��(fZ;o
R�B(b�Aj�B)�֩RB��+Ͽxppp��{��{�Gw��S���5��X
a}�s���bBH�j���
�!�dQ��uR筲���6���ưL�W	����N!G$-��m�2�֒���E���jJ�o~&,"D�>"�GNFPt��8�8�q����7}���o��e��A���|"��>����	���n�K"��#"�{��_�7,�}��.��{�٧^��-�}���U�o��������ԇ�դ�{����ʹg^�ㆋ�<���^�0��ģ��pST�з��{^�k&[�<��Y�
��{����W�<�#��=��`�̣O\��j���=��p��{t���>�ǟ<{����;ܰ}�3g/���3g�j��o�{��s;��<�k|�k��?����?3�-�����mUh.~��O�_�`)D� c��G�[�Y�\�VA�82ZJ�t�f:��k�r�[fE+k�Iydi��/?�����N�
���l]���)�\�e3ߛ����m�I�%vX2�'B )�QR+�l�LK%���ǘg��,��Xh!C�e2�$a����A
A1		�].#���K�=��8u��:��e=�%@o-�
��UU+��2	0���˜N��΁92�$���Db>�8q��VQ$A!%0�o_�f}���`�k=�"-Y�6��l��ln�ɳvˆ�39��y�7�s^w�y�1�c~k]x�/���?����C?�c���oT���uC�N��д�����owwX��R_�w[�
[��M��\�sw���o<��g$3��d�_�~��Kf�Ǡ>��!&��8;)vQ9�q�(�*������̕bBm���n^�|��I1�������T���ڸ	��A���='�ið|YT��B�1�9M���0#�?!�UXH�-���M��oNaavZX5<�s���k��N�O�
���៌�pMk\?���6~�C�/���$�et�� 揊y�Y�N�?�}������ʁY�� ���C�%�$��
Ø�FM�F��� $a�P���N�������\(�����3�P�T�b��6�]Yl�p18��0�8�E ^�,`~DTH"	9"A���g9� �p�рq,��4D�i�Y��rqb����SS#��(6A@
'�gV1��,f8���_�Q��MN+��b�1�_]���=~��#!��,�"�]
DD0���XAF":"r� m��c��
�}��|C�"R ��!#5��(*r&�0,IM�M��� EB������I��d<?�H��ك:�DNG�B4y�	����,`��I�|�OlrjfN.Ɣ�M{Ey��5�l�G_��B�q�l�G�zz��N�.Z�j
��e%�����`s���Ɖ��p����@�mM}E���I���r���Ey����3�*�kDN^Iٓ�8�X��~����w���j_9�����ڃ\iA�gU{E[��;\\R����9�D{C]Ǥq��Z`])���l����W�|��������߷սlS�����g��]u?��9�!�~h��i�Z̫F���qX�j���?��<�]ϫ^+���������WJ%��֗v.�2�޴���d�엙����#VWZV\�I^�Ij���F���/�&�JŔb����}����
Ӧ�����ޞq(r|�������	Z����cG"�!ʽ������>�V���>����Zlb'�����3+�(V����=�
`�����iā���f[e��r�@�K1-9v�_lޠ�r���G^��Z�oC~�F�
{:���=g����uó�L��pW�|ы�S��
��6���$f�����m�a��3w[+[�'���e����;>k*[Z�[�Ǐ��n�^��Z2��\����\�ۚ�Zۦ�K>�����ẚ���gnQ㟗�_��ʖ�����{{z�>H��4�Uu�#�����_E��iI�	�i)	��m�pIQ����l�"}����ю��;pA�`ku���rQ�ۼ.~�z�3_��W����M{�ȉ���fwN}i��M��׀������O�E�lٰ~�c�K�ߜ'��-ڕ/���ކ������q]���6Ԉ���23c8'M!I����2ߴ}�m�4���؎�Y�IY�%ٲ-����yF����}�[��8��a֙�Y:s��Z����wΑ�>�6�Y�Ӎ�J��@�MB	&��u��)\�/$��\��!��W�ŐH%�	&~�	 0��-�����~8)���ho��
L
�p�+T� � �!�pa�C([X�T��0&��$�!���R�Š%�x~>��]�w1.EC�ab���Ÿ(&B	�y�K��$WE��c����=��|�,���~?���ҩ454�@
H�0B��|��H)`۹�mKP\��f@�h(DJ@(;�*B@'I`�`����G����o��\�d*�g�4w=�|%	W&!JC��,���RJ�u5$U��n�#�
�b��5�2�﹉oy�M}al���C߽yݪ��ں���ϕ4�^�kܣ7��ڵI
)��ʱ3%æg�o��n���U �vm>���}˶���tR�,�u�N���O��r͔�s��"��f��qe�e�/�q|�چ9�-jX��[E߬�5��GXνs҅���m�������˗�j��%�ލ[R��Gv�y�i�[�6Xz�,���U�Wt��Af<2�m���TOh�1mk��%�;ׯ�O{dɨ+o�y��a���b�۶~��Ѳ{ot��sI��HO݂��m(�R��35�o�ِ5s珜5�$��xz��j
.R���\o����y��k�PHI'���g�zq�}���&��OuP���/Eb��_�٤�T��?����m7o~`b��+�~��־������6��p����o�V4Ӻ��ޗq3���v���pܱZ�ݺi#���t�ѳ�i�ʈ�z�ڈ�ӎn�q�������	����6�.�p�}`L-\Gvk����1��#'�}l�:�?�-�֭�s�N��dɼs����YË�ϦB㖌X�m�P<�pS�=��C���:��������	 ���{o���~��k�/Zt;s�L��X�WV����Vnl�s��;�s�>~�|մڃ[�������j��h�Vߴ@�{r��w-�r20{�m'�zq͎�_x"t]�vg�|[:�[6��ٿ@�_]�5��Y�7m�љ��œ�n��uZPC�.���++���CSv���j���^�hVM������ɥ��}r��}�@yͰ�3f��ckw\���lܼ+�:��P�-_�
`�١�X2���"��ӭљw�h߹nˮHOK\N�
GO��(��.�T횟�3w������>G��V�ce�����z�ԙ"1�1�%c����,�'P8�~���"�1�ݢF�2-�e*&��!MDC<A����1AS����\�y@�1B�F|�&L��1�k ����iX��9�� a�(�=/�z�.����R&N.��C��iD
&�
YO��Ě�J/#D	�a�ܞ�i�n�<�f@$3
%z���Q�|�5�����BH) �B�k� "� ��\&�<n��FT
�	�X
� ��O���h�T�1&0H��.�!&tB=S#�O��R�|4�ضm�q!�+�Q�?X���ae��j�|HE,l�doG�s��'{�M/=�+�__�0��]]-Wk&L��`���TL��8�Ҷ�7)Q��M��ܵ�X��@��a-P9��a���髛2�BP���b����`L/M��C�����u�ZϷ�����D���|f���oz��Gխ�T!����1,~��Ϯ�� q��ZsNL��*���ЪȞ�c6���N�v�О�#=��d��_<�dX��m6r��g<p�ho��s�m�G�e�t=|��S�F�>�fmŜ{n
���Lo�Q���t���8�E�����TJ,�a��X4��P��+�4���{��z��9RYC����w����G�DTU�6���p.�3t梩�KN�ikk����*�.D*f/�{rh۸)�S'/h۷3�f:�
-�;�e[�ͻ��7�_xیvF�ݿ���m�D������N4+ceq��2Q�x�m���K���}�=�:����(��U̻eTui\��%�/x�P�у���+�'.��5y�
G:��e%+)I�
��(�p��j(~h���k����\gF����ҡ��Ϝ
��x���5����$d����V���>���&^�/�sQ8�1��[f�ӭ-W.�K�:}h�/�f��]�'�2P�!(����G��o�Y��RA՘I��OL�ָ��Y�s
��zu�~�Da�X	��b�g?�۲#P�\+h"��HՈ1UQ����͊����eP,*Z7e�^6j���v��K�.W��3���¹��/�6�bþ�~Ѱ{fMڸ��;f�t�#���ʢF��(��~��+K���GV��*7d&ɝn�<�U�9*Ng�ViY@U��!&��w�2Q~
Q���y�DDuL8��
–4-�r�@y2�4�5�T��b+-6t[$�Y���p�rו3i�Sb!�:>Фb�ꀐυ��(*�@�.(H�R�z�+%g�P�!����`�8��SD�@*¤,BJ�\\Z�e��|p��0�
))�A�w�A��}J�b-�ȤӎS>����h ~ғP�vN"YRNʸ�-|S���5L��@��T���㉄�#�D�(�"����:L���!����|K�O(��F�����
i��B���n}wA�,���A)���*Dny����kz:��[&��/wn�M�+�l�¢-돝�E���%����X�D<���9S�bZv����������]	�Kgr���TGf����z~ź�S>;�����W��~����1��x0����
�?|Ĩ�5#��R{DEf��'����͇���^�wq�1��7�W�k�@͈���ꑥ�5��;���M�}��]M���,m;���^s�r�q��`�c���A��9�u�����-�?�r�g���R��'{ԢO����\��g��|�@m}qY��2֖�=?��N�j��}{{�ROr\=M��ì�c�փ]��p��_�:~���q��L�ġ��
�ih.%��tpa�u|��c(�)�散�M9Ȧ�N<%!�ߟf�#_���M�`d0�DFM�ɟ��ߖ��d;|z�3���.���=���5��{��2UZ��m�=p���|�v�=}щ�G�舡�1l��x*���w��}��,���_�j>߽��!��q�����+w89�tKk�L��~Yߘ��6�'ӹ�l2
�jFV��������*�y�Ա
{�S��o�O��qkrg��,����y+����p�}�n9�v+���H.�s�u%G�Nz��%�.&�,�r���v�W���qWwƁ�DGk��͝3��kF�}�K$2�xBKC:K)ۼ�����9g+�9�
z�	�@ׅ.���y�^ٴ��A�<AdǙ�gzo�U72Q1|H�+jA����5u�$~��ѣU�/eG�4�uG��I`�3�Y0�?}��o�U]g�]���^j�#��w����vm@��г9�n>�5z������r�����G��ϑ�\g������_A�)�0�-b�O�Ji��P�����vN
�5Js~Q�����&=G����w�&B��ifP�X�taJR�@O�`4�sOpL��yX�B� 0L��Q\ȸ��0�b�( T(���{P9Bi�����Đ�e��P@R�SBRVBS����Knb�b"1	�5�M�ן�\bs��7ft˅�^��R�TC�@���$d�"�J
M�>GJJ��1�Y�'�c�`�Y��0R
���S8F6�!E�ƁK�E9&���G���kVԤ1�|?��8G��y�{�Kn�/����G��+��+&t�R�kk}}�^|��>5�N�=��\�iƃ�9�ƛ9���6j�,��9u��#Z��6Z}��
�w�wGp0��9�挮*�j�����>���J(�z�#�Wohl�n{�j
�)sg
�.�ɨ��cv^xiKɜ%S��#~�}��o�Z?mn��(:sa�֣ۛ����ֆ+E�s�V�����蝓�C�1j��z�pS���g�צÑ2���I���œ��=���V�%�Fa���s'�d*k>�5:^�ٲݬ��O/����WO.�u�HU5�>��=�,��W7}z�bʬ��?>[:e��3���{�z�M��>0�P,B��2�y���@hܤ�vh�MX4u��`
�y�;u”(�2����om��S��B;\j���X�����s\0y����ܮM[�f|l�p
���w=�R�?z/)2�cg�ʿ�qS�ȡSf��k{n��[�^?�qg�j�d�o[��:]Dk�L��N[Μ�4�{�^��I�
`�q��]��0���G�M�1��n<��v�m�kCP0�G/��x�����5����V���Sϭ>��{��Wܵd���Iل��}�ӌ�n���r�1^��E.���	��7��f-�<�H+"E�i~�S�Ȳ�Fճ[���bV�y�z�#�]<z�h��%c'�CA����9�V'���>=��J̛��?����0e�К
}ݲ�oήEEA( ���w���=��G�<��?7r�To���-��|�S}/>��I��}��`լ�Ǎ_�3�ښ7�������n�����	E��Zx���{��M}%���6�"]t�̪�������gy�ЋMo͎me��}x��"\z�m���h�T�FM'\,�_����l��9���DB!�d�eBE
Sq��p	��źX?�5#�!���|�4��h�CPl"�����i�P_%!�R���PR���>���E�a������蒹�"!@
)�<	Y!��(@:�ń��T��D<eL��Q!�!�`�	�5����B�7��H�ky^��3��Op|��R������i$ݤ9�K(|����W(/��C�2�
!�c�alێ�R75��',1��#($`L"V���\�ř�e�x!C�E��K�BR��qJH���<t�رiӦ��Q&��}?�q���
��D"aF~���
������{��ĥo�����w�W�{'{���p���Q�I]�?�ܚ��􃳆���u���ɳ���K�\B��zsŦ�������K3�z��OXR=z,s���KED!�J,��y�t�sX�2]��E"h�0�z���i�Hc�����_-��d�e`jY9�݁T�ұ�*dI�1��"H�
]��,,��O	�A)3Mrё��92��$LȀ�c�5����%V*��X�%�X�Ez3v�3I�L):h��RDI��R���rNΓA�����򒲊���w$��D���!�v
tĝQ265mq��<N5,��TB�MCra�!��5˺��+)J�\�u�υ�c"� #�aPʢT��\�L��O��Р$(EZ����s/�΂'�h���'��/	�0�p�8�?4�ԃ�\v������Thꬹ��e'��Ϲ�B���2v�d���Y��,��{Bz=��|���7cLG�G(R^��a�i\�
S���	&� u�*�DkKJu���ٔ'<�ɱTF��i�eKq-��&"1�BJ��B���T�
Fj�.0B�Ѕ�@1.ǀ��J���"��ByB��C7,S��T���w/�a� ����
�t]��:@D���!+`�T'�e �� ��GA����ʵ������ũx����s=K�?�2���2+�q�n�\�K���2"��Ҩ��B).UH�%���@I%1
	3���p}a���e�p�0=�R"��.P\$�R
��8���0B�^�W�#��'�WQh��wM�R��t�T��R������?�U

��
�n�@�M�5�̀��8}VM�{������Ë4��:�#����<��\��zՃ����(�� ��Hk�a>ǘ�0ƔjT3�n�Ld,�g����@O���	��x"kj:���4�	�lJ���`�$�"����J�%��+� 
���|�I�q,+PYY	LG@M�
C�$Di(�4
��k�b����a��(�a]/|A����L+`��B��
�B�����e`�q�ӵ�����	_t^�K�3—��|@���8��,)����g�Y��F�v.%W�+
C����"�(Y8Rq���}�9��Fe8b)�[�@�%D��=N�8����+������?������՗���n��\�h>�i�+��%�X�b��i��& \H�&T+4$�N��rϲ�[=M/4�?�]��<}���Hb�����}�����s�Z���N	F��!-G�?�G�D	F��G83�?��)���n�C�(jf:�R��k;.B8�b��,�j�&���T#����	�\Q���
Z����� ���0F)	����ؗR*�Jھ�B��"
�`Br }.˒1�f���A
0`���Ж`�|�F�Fu
(���1�wG�(dY�PH3t���}.���2Ǿ.l�>c�]�CEi�Nt�
K���D��q#�`��d:5����D�q�D:�@1��Ka�rHI�A����0�RJ"�M2/�˖��!�p���y\p�i�e.��,�h�����[TF�}�3�kRߙ��^�N9��麖����Ni���\��gδc��K��o�4�F�֖��Ot��l���J�P����@�����#���]hc$��t�"�8��k�d�}�c����?4?���ׯ
�R�}I[�H��� ׍�2vx9����6�(=�i��Rkg�Pzय़?�l7J�?JJ����H'9�:7�Jf(�\��k���u&Vx����_�7���zޡ�S�b��do_ʁwn.�H�����D"��!z�v<y*�p���?�~I���/��/�U{�鄘��aB�T���#|���=�H�4!��
����J<�˹��͖&��߭�Pn�����PZa�F�#Ȧ3��\r)�@�	ƅ
4�)2?��@(�I%2��G��|�<1Yb�����4�R������B�	%��L��hV �D�v��dsRH����N.H�u
R�+Ƅ/00�,�Z��cM��Jqw_��~��0�v.��L�„PDM]�R@� �S
�#B��i
�'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ӕ�c�����k�nl��Wn[sK*y�J�_���v�#�v-�׾�����ЊW�n�_M�e��K7I���m\��՝�Ӷw�w�r[���Ξ�@��~�z�S��K�z��/ص�=��#-]�.�K^8���}X���l{*�s��?9�˻�.]�~��~�e<��sz�~��≗`���r�+����v���;B*�}�0�}�I0�]g`��e<@ ��!���"�4��ǁq_9hA3�����wh
�Q��sY�,��
!$H%�bL�|�.����n��L�Ng�aW)I��;�P��¥�qQ D,�Q�`@��@ �Ԯ��{q�5���Q�QOb i;0P�弻��w�XȌ�EM���ij����0���a38b�Ѐn�>�Xq��+l`b`��]�H�2�`��
)аX����0��C���R�1�%05]z�l�Z��˸�"3T��BƘ ��E�i�
�V@H�����m��G�EϜ8qh��c���+O-K!�a�u��DF����t��~��Ĺ[�m9܊����:A\�v���?W���А��O|��*�'�����Jf�[x˜����):4��Ѓ"}��|��o?^un��,��hL���I�
��;����w��3)ASM���Z���_�b�ꝧ�>���/������u���)���wm�љ��r��'��	�����w�ꈿ�J�Iv^h<q4)K��ͲɄ���<��|��9��w��#g�»��];/tg��gO
'�����9�y��郇�;��@*��x�@aЄ���8�Z����
YEU��p��w���e����
'O�bN"��L*�ggO<��y����
g��c+��t�c �޶��V��6?���L&����}G[��l߮�S+^�Z2��	5����o��/6%��x㙆�W��Z��k<�
^2�q/����wq�޻��˴578Ӯ �jK�=G�� �۲u�$�w�r�ЁSW`�+���,�6"�T�(��F�&N�r=����3g�nZ��?������9��x{>��ɜ?q�;�߳mˮ�4��/���+�u�yv׾c�)�{ǖ�����j?s����>�pl���;l�m?�m_c܅w�M�8�H�̿7���.~�}ǎ�ȓ~�|S�іn(hi8p�j�+<�t���ⴣ��Re���|%�O<x�r�B5��(�Ne|���O�t@۱�N�J�K\j:�x��I����29�����v�ĩ#M��W1i��R��ؿ�x��f�L����ݕ�^���'/��L7>�
�����A��v�޹��3"��p��P�(h;}p���3��2�T.�ι�a!#�����}ӢKC�O\��"���@q�H$*���<100����
��T�<	 ��R\�����7
��B�U C�D#)��KK�P��BAOpO���@J�L�8�g�Pv�
a�Ji~�K�%E��)���YבD�Tw\��B�`�@�@H)�@*�M��UQV45���{��I�qf�R"��u-4L��L�4��������R�۟Jfl���O !A*���(�������d��W�@X�v4J����8�\c�.�YU�衵��
���qy�������9D( �؎m-q�s�i�A�X��z��1�1(��D:*�(�E��=�F+
P)5��ݗ�v���!��ˇ�JI��`͝��|�Ͼ��ձL&6��XzqdGJJ"ȶA�]����L�yz}$���J���Uٞ�$��+�� �ܥן^��p���W��w���}ySKʗp�׹�e���{���� Z�Ν9sl���^��~���7���_=z����7�lz�G_}b��km�;�;�c��c�%��eO>�t��-m}ݛ����T���og�����y��˷7
U�ҞgV��z�����?w-ٴw�3O,߶w/�Yn*ᛴ�����}�>���~
BQ~�DS�/����ĞWV��V?��d�џ=��Z��/�ɶ��^�PS�E�<tr�k����=��6]8׶a���\��/_X��ș�mֈ������D�������e�������߼���Y��@��, "��IdI�/5�ٻ���O%R�����[^]z���[W�y�W�|퍭]ݧ_z~]W��6���t����|�_|��B�ʧ�ۋo���/�6��vl}��m��`���+/m��m{s�8�A����;��Y��Y�ө��4�
�<����6<�����PwW���m����y��믭�4L��)Nn^�v�M/�p���Ȗ�����x׉�/���߹m�[���'D7K*Kz��{fm���ϭ:��^~��W���̲k��˟��K���^�����О5/.�l+kj�{;��9r�������CA��?[z���Ͻ�ol\w�3����<��聽Ͻ�9.r���߽�cϊן�q��ҙm
'/�}s��}��>��x�кe?_�G ���?��r���
g���V��|���n;{��o�l��+�[�}�x�j���+�س��o��S�v5�:�{��E����ʹ��e���-W;O|��y�N���Kg�]{��eG:���qӞ�-+��\��b���G�|�m�0Hş{����<�u�/~���w�|n��ޞ��[�o:�b��T������[�ܳ�[/����Wl:�ᙧ�\�n=�r�[Mm��;t~}\��@/M%��5�@��R+5��Pe8&���|� ��`I��(�b!K#d��R݉t"�!��0($|)�i�@��T��	�%��#AZ�F��}��Fb��^�"��L�
J�X��>sRb�J@!�V>��2���B�)nR�u�q �:IK�d�
tC�f?�D5bHOq�`H�/:�N��p8����kSR.�RB!��C�H��"&�g�BhH�	
پ�Kg��{��N:�IɅ�������	^
v�Mdž�x��^�[�|w�}F�
��i_ p<��WR֘)�ǖ���"��F�NW�����vP9~�1�ӛ�}�g��y�͎d���g����L��^M۞�v_JˤҶ�(�/�����V]?�e�l߃r)1��2?\ZYYYU���3��8nv��gϬn�=ul��A�vޢ)��t��O�iZx�SO>����}���<���P
zOjv��w_�nv�}@���?82:X��t�Ⅳj�x�ҥ(p��h�m���/Y]��T!�V4ٴk���׾���?0��W�l�|I�	vmxc���ˇ�UUd����cozࡇfԵ��p�
1�o]�f���&̌����X����Y�[%S��t������/|��3�S(���U3��_�oo�}g�0s�9Z��?��3�^س�����/����Ѥ����؟��W���z�Ȯ�#�6l��.����ݤ��LNZ$R=��~h�?��տ��#����w>z��w���ĩ�����r�Ë?�'_�gT���{N$������?�{O'�j…���0�*K�G����Kf.,�Yd�.�'U�/|�k�L�ܷe�陟�����OT�q$ߤ�~̨����ͳ�����N��M�����/�~d���C-ײ��gV�.R�mG�T��c�N�����&6����W�Ұg��d��O~v��2;闔�W_ �?C�H�9| 8������[���&|��Q/��6{8z�ş�Y���?��7��-Ǯ	������?�,hw]I(PR(�<�i�1��Ă��];r5w|���j<~�)�ؗ�����i�ƪ{Ym��{l끣ؘv������+���@ِI�G�][�.���Ev�j˅L
A���(�v�C�Mػ��o~�[��wFDN���X�6��ݼb݀��v�74rp�>��"�9y�khy��ß���>8�j:W��������o}��X����z�Ͽ���WO��A�N����\P�1����m9����l|��+��Ȓ�n^0�f��'[/^�����?�yd{s�͍�^��2fh��+öI6m��b_��tD��g��5ihBHBX�r���y:5���4F�P��@��SIŅ��>��b
�S^�KCmq�%���J��Hg-�i���S����M׬��4�����D��
!b�SDL	:�!A]&t�!�f�gc� �(��]�f�ְQ�֠S�i׭N��K�.v��T�R*�E��4,%��_'!bJ�RD��w�b�PR
)����!H�JIp`
`3��e���Y��e�D+����k�p>�
�#�f�J��	�sn�=����8��}��j���zp��c&�6g����	#���ҧ�Q9v�cw�,����,�F�c�ydL��G>�H��[?���CKf��:My�c�	q���~�Mo^��O|�������)�S����Ч�+��1>����ь�|싟��9��-�Je&�aE�} ���a�"���|���%�)7͙2���w&���?JBF�A4RJ�������N�s���VH#l�S4�V�>`t�f��{u�l�f�=K��@�.y�C��C����.��T�@Z ��1#���<2tF��
=�N�u�覮�3+Y���+�̺�j�r#�!(��xxu��aE(v��dYG��U`��a
$�p��Jx���
ܬ��Y7�6qlq.��³}�qn�yt��ޕ�(x�fJ�邏�d2�xo֕tH� ���1�ܦF	2�Tb \<��Y��o��r��=��qNf
�,�V�ЕaaSJ(�IeB5��w��h[�l�E�|���`�t:�L@����ᎷV^����t�±�Kȷ}s��V5�M���>��|/��-H*���]��7���H�
�ަe��䠺�He\M!�Q�)BJ�@�d<�4���8�4�TM�9r�p{:��|�L
c�lѽ���k�lm���B�(�h��݌B��I%sQ;��YS�c?XVn6mYA$"�=�qC���l���+�D	iE@,�K3(��IGB�^�'8b^���w��a�6kB��#k���go�t͘<jX��"���a(�@*�!���iTՔ��.L<O�p,����
�gk��|���������='��Ȥm��Utgɲa�w_<��ȮU��)��@�nH&��ԭ`8�^��r!|�u=&����Pn�2�Ϧ�L2�Q���S�1�o']D@�]�Vp�&@pE0�J�Rp)]��"X�L��])M��g0�54�8��X�f �Jf�'�ɘ]7�*
e�Xa�F
 D	F�4u�q�(P�����
�/!]'TQ��@$�G��A9i渎�L� �,˿�@aJ9�1%5Sχ� �|sL0F�2�]��ְT $P�,
0͏XA.cg�ɐn���P���\�	+�j��q%��bRZ4z\�����Q�x��P��&���$��� 0��G��<	C�-����<�l�G??<�:z<(�P��b�=�v�((`��u�#��m�CA1�8<z\�DI)ʇ�,/t���>�O@{㛫�$�l |�G?18O���ȼ���ֻ�-��0�WL�=�q���T?t��=����-���qc�A|
��H�u�N�adz�}�'wi���>2)��?y&yqw٢�-�;Z�m���Ja�߻i��,
Y���\�lX�t��/�k>���
O�m��,����g��������׍(e/�|m��#5��Σ��]��\O��0�Ħ���\*M'Y���@:)���%�bշ�г�o�(�dS`�޽dz߅�Ԉ���r�̋O��)�>�����
;�u�����0*�p̾��Aһ>~ǵmozJAAMm�^�Su�A$?g��.�ݷ�G�;���,��TD�v�ʎ]%��Ґ��s-0jT0d"��`L����uK����-�J�c��+��
DB��JGP���+���q�ǽ��
���P@J������U��ie�/m�u$\|�m��I�����W�~d�wn_T��_�����������{�o�i���b����c�D���?�[Yؘ���
\=����7�>z��wUnxv�?-��6f�.@)�{Rit����6�nF�2��`���^�a����(R�)��馃/o���[Qٴ���i_��S?���9��X��`So?�G�#Ie�=���nI�Mo
*���Ys�^��w�7�]\����M�T5�g�/�]���7�̈;>5w���N\��,;����#'�*6��1V�+�;�I����v��rg�MT̿{	_��w~�@��CAy>S�]+���1TI�� E2-f�3-��+��u�|�<w�\ḧ`P�f��BS=�wu�y"YbŊ�C�bgs��A$�,K!H�RX�!�q�Ұ�B()�P�J96��N��JJ�!� ��#�Jqק�����8o�J��A�3�@���P��BR(�@��E!X(e(R׹��|<�e�֭p82μP�&�#V(�H��T!���d&��
xBzS �u
JMG��F�)�27ǹ �K�,��=&	�A`���.��}� �3�����8V�k��\Q)
߿!�P�BI�+D$)A�+;����&�B��!)�;�+@2�IP����"%�]ߊR�ߤ��~!�������Ǐ��ĕ�}��'���L&����[�o�H��z����{�yǾ�+}I'�SN*O;J�}�|��;��N+a_:w��ԉ׾��?x��R�ꩃ;���]���6���J�To��T������.7m�y8��c����K*��}}�R^�疔H�=y�k �I��2.W�D<���p�������~��s��n6>�J��	[]w�����K��g�mRy���:�=I��q߉Ws�W|������ޱ�dG~�L__�a�mN˩WzS��&�ʏZ���^Qy����'Z�i����w'
�O^9��s��^�o���ۗ�R��<p�9���u4�ߴ7%ջ������|>bɁ�����۾J�\�@�k[8ɬ?���ʹc���O���p�7��|�r�/�_����k�-�r�m���N_U���[vRd�n^���� ���pŮ��|X2�H'3ɜ��<w`��ӭɌ�2U����Ix���FV���w~��]	�������G/���G5?
{�?�p����
�?�g���W���ݻ�]T�k*�9z:�-ܱ�'����]�����z|��#n��~���&�;�@o�˕���xJ�ȿ��N'㎺�=�s���|0����vz �Q����w���D�Q���ȇ ޶��}��n��i���׮�I&
g�M�����;��p��3�o�ײ�O��?QY����SF|oL�?WOו<����Ų�1��?A�)K�E?����w!�r��߇�<�~	�,-y�ПG���rא��}
`�+B�3&�����_	������!m�Ⱥ=ee���a�o&�6JWG��+��0>AN੢Жhd�I����c�%|��~�2d�0��^��ZK��.G��M�E����O
�a^����"����K�����!m]��f�����,�=|
��=�ω�*Ya��A�*���uxɂW�h�oU���h�R^��k:YV��I���䉒�w�v=JO�������i~7`~���|֤/Z�9���?��#��?ECߌ�2E?3��hp밚ue��s'�^�l��N����Z)e��E�Y��^�2����.d��9�|pfu�+7ܐ9��+�o����ױ3q��b1~�uk|��[-#�s�Jg��"i䳐+I_���$�{�xJ�@0)&�"�a�Pn3پ��Q���W�XB�RI��C��N%r����)����+��}UM��r{��N��e�T�B=�����rN�ç�C\�^��N�)'^�e=�A��\� �h�I!AH���DF)i"0�H(�Jg��(�
K1Vl�`ţ��#�DF�k�H*	U��jT	?6H�<@0Ɗj4�R�#
LMC�`����RG��O*!�a]b0х`��RA�!Mc�x�۶�q6�26�P�Cy X�r'�-."��xٰ%��#�>���
8����q�լY$����O|n��Z�pq���8�)���h�Hg�Da�;�c���J
�
I'�ض����|KW�(��`aM�|Ǖ�1��Q�B�iڶ�	����P���4�P	aE)ֵ@h�Y������@�c ���Q+�""��C�h	�(�		 $0F�p��vF��/��QB��(R)M�r9�Q*	��N��\n s@��R����\!�S2	��ٟH渰��R*.:�Q����()|�"T)ɅR

�H�8�h�(��PE0�(F����A����
z����R�[(�Z�R��E�Ԏ����
7���🇀4�d�Aʓ~�� B�}�%�" A/���f�
l�u� 4���|)B��r�\&��e����c�PT��gFV2�R@��0��+�l�Q�O��+0�ϝ�� (	H*�@)���}0���\
V	Ā�B�M�VfQ�K.���˜#� 1&�$�$`��JH.�v\N�N����	��2�S"A"�$H�E�`��$hX�J(I5�})%�oon�ҔRL2�8V�0%�
�� ��9��PSE�i��8�[�PB,��$��4c�m;*1��AJiܨ����n�9��Q��t�{�-#X�!���#���l6�8>ѨD�p
 ����:T�����F}�%tC�=G()��iI�.��%%�`��"�Lҵs�nJB�H$\R��Y�t��#dP]���z�̗�Ǭ����L��P��X�.�z\Kc��:�`Ƙ��`���&�H;B�C�`�ʥ�eJ�1���`Р$˄�00!%�>R���O�R��А�JI��A5��%���"�P��X �`�)���p!��#�{��m
-�f�K�s��䄄%��4K)�|}
!7��ŝ0�CϾ~˩3�!���(���Tgcs���B���k͗��&�{wÞ��W����W����.�
�:!���t�Lt��B��n�B��i	NJ�W;����c�"�X�>��|�)LI�u�`6͔g��ĉ!�
�$��^ΏF#�ad�R��#X005,
R��E�Ѵ�!�i�"���9Č�0��`�F� �a��t6%$��rQEMD�J)@�B�+�}�F��T2)]�d~2��}G-����0R9�]�,�e�K��I`H(&��
)Y(�
�P(c+����)�~E�
�a�tRH�AR���\��	)9����u��Y��H�D
 �s���N�n؀�o�#�_���>��nX�Ұ��.#+RSC�3�]�-�
�2oZ�ON��w'�pIu��F���G2��o�
vnl��X2�{��o�Ŵ	�]w��u0��#�U�Ԅ���o����@�{��Ʀ���D��
T���$�e�
:���5��C�:�9��L��#)e*��Ji�}�p��S��H��K��;�-d�RT
�S$�r}_��&A��)�(�!HH���s3�H�$��l6]Z\:}�h���@�e�ꚏ�c�Xú��=BH4dy�gJ	\*�'�L0�%�#����R��!QDQ]#)!�O%񁊀�g]�zG&ٯE ������s�$`R�B���[��=KÎ/5���Q
K΅$ t�a�*I��HI�T 	��SJWH�0B����} $đ	�s}fa��H���s��_�KL�<w��/�Ua?��z2|�'��u�.9f��K�ES�5�y���i��G�G�z��7%T�<R�is��\v̼��^� ���ƆS�d�����O앣���ClX��lgɈ�����ʚ��Ũi㳧�E��z�3Ϸ�!��Õ�rr�Lw���KW]�7nVm �{�1���'Wa��'��+���ף��o�vl�]=S���'O��e/�\5�C7�+�L�/�_=o�O�Qt��I�l����+^9y
�؃��;�ޔ6�ۓ��=�_���Ò�r��`}�G?zOX]}�g˯��?����`�e��O\XqL=v��#�'�!r`ێ+�~���X��J���Ŧ�W�K�v��{�]e���)3��ټl��3���\�[�:�eo�̅��u�i�v��-�/:�i�y����3ѲaK�v�'��u����0�{��Y���ٙ���Ke�ϝX��e��c?1wD�\���M��hHf�S�\��}⑑anP������*!=fJM���L���!,��BJ1��r���YEኒH���%�Y�b�gr(!������3f�VPׅ��D@�c��1R*��(M$���Qc�VW�]kgv�,`Z�r�gD>�Y&fL"f��)!C�%���d&eS
{LiX�dT(�����0^i����	�wy����Z-�Du0� UH�\�͔�κ�J�(,DB aU����Kй҄BiXIJJbv_\H �ȏ%�.\F ���{�S!��޽��"�w��=pr����֬�\1��X�u��>�t��s�5�9x

D���w����A՝��m�v̼���m�n�ۦ�ۺvC޶�Wpݜ��W_�_?mjˮ��:��|�MWm�yf��\��;/i�Ɣ�^�RWx�(����k}��}�֯?�kFO�>yh�y���M���ּm��ǎ�>u��7���a����;/�a��GA��'~�j*6bte
.�ܹ�`ñ��.gE��S�.�:���h��z'�)�1y���yƐ�c&N[���z����_<��T��
o�j���ǞY�E@K��k8�l?��pS��C'N�HgK�f�,�n�q������Mr�-q\��lo�����֣�δ?��PG�-�+������#G��#;���- C?{����֣7�o�>t��o.����]�4nڼQTM��;��L{��y�ƌ0`Pr���Wxьy�G-��⊡�f͞P�o��Ѿ寽���
P�aR��\h��&29%c��J*@J!�$�€-��9Y�1u��a�0�
 0���Q��� D��N���`��םM#K�4*��H�R�z���RN��4B"�c�瞐\xL'����{�l�!ITÆ���\�h�����g"�c���~�q��T�p=� �8LH����T Q�0�P�2��`�
PӒ�|9��>�XI,��}������C�@8(	�`heIMq,k; He2@�X ��@
L�4����T(� $(�0}Ϸ�TJ��?#H)�hC�<������z���A��zQ
������{y}�
E(!~T�[2�F?�x«��=v�����}K}��kT��CE��E!(H5���C�?s��PY�Uxɶ��,ҁ�CnYr�������A*R]�x���&ԍ�<n֜;&T"�KFטgO(-�N�N\�P<��q5���mgZ/$�^UA��4#��D��ƌ�鐧�1gB��u�w�;�ҶgjYi��ܝ���t[���q�Š�����k����Y3��F�3�E�pq�80nڃK&ѣ-.)*^?�$@!O�W��	@�b�=�O1��t_���|�5�U�L��0:ptcb�֯�]2l��ic {��'C!v��DQ�dþh������e��<�����.4��k�5��{��@G���X%�%&�<}ȭ�J�zm}d�]u�Бl��g���s'��4�3�jČ%�,�9vD�	=z�����׌�Y��H�x��ea|��}�[�o�_�?7��VU�2�R1.��g�|c����A�IͰ��K�]'�A�t�0�T��}��
���k%xR.[��0�@�"󙆐+xNp� �nN)Y		���WLG�8W���� I1ұ0��@�T'\J�Q��J��@*p��G�t�g="�(�8R(���BB)�)ƱhL�@�,��+AC�B�(�BI�3�A)(��E�n�a@��	v�r3nI B�FM#�"�1-� �>�
��
�I&LJ�k�@I����R���X����ɟ���?���5�7�8|5+4J�[L�ۚ��8�ʷ�5JOl�y�
6)<�:���rm�C���
[V|��ꍝ6P�"���q���-J0��>)�kF�ʧ�HE��Fs;N��w^9�*�}b�C
M��,��H�Ȩ{m���}�ם<u�姞�?<�&���2�xʖ�\*OxN��?)`rq��gV��x*��e���׾nZ��l���#�W9|��ѵ�;�K��Y��'�^J{PP>al�g�9֔��[3So�p/�>����!�7��]Htʡs������:s0H*���]���I{v��*�7���vC���N6vg(��t�x*���{z������:j��ᣪ	�X}�x�٢[��m��N�������Vmgt����g_�4l�<�6n��V�[˚a������x`�醝�DQ����s��Νl��!}��ӭ����άo�EW�~o����@G�����Y��ԥ�#�\	"�JyJt]<~�B
�ZO��d��غ�Ƶ�NIe���'����,2��(	�a�t)��z���)@"��@JȺn�u	�X�)!f��Y;'|F�!	J�0��K�J�
)�bdP�1��6�C>W������{�����FH!��--��:��x
�9��M��1�/�VeB(@�sF�t��)	!�"��t�)e
��6���$�F�yR!KW�iF�X�@r�}A�B1�gJ�T�1�b�C3)��bP�8��u_�RBI���o�l �Jd3�`�B��f'���Aj���t�z��RR��Q�ͨ<�x�h��
[w]�&T��_9jz�R

!�+�v�hd�]'��"��(!��z-4�TDŽ8��l�uT��DÄȞ�o�ߑB0�(�ғ�Z��neg��k�]'�`���~gBd�s\�G��wPt��oGJ��L����˫�����`g���f�bR����>���V���s��[̖m���[�πZ:��۰�ՆK��ʺ��U��鋌�7m��c�	�Y9g��6vڼań���5mt���I3n�}��讣G/�sLYx�ĉ�F��~�̎涹�p�wa����b( њiSǍ�2gl
�n�� ��ˤXd���<�4c?|Ka��uQ���b��	��F�?wzE{{7D,Hر;�?���x��@$x���C��~��)3��z��d�`�M7ՠ�����S���k��n��������:#%E�62v�}�Ϭ.����=w
�jSn����`�_q�m3��j+��ɓ+�(\]I�*7����ɡ�U�<����7O��k��5��qQ�z�>8{r��	K�\e��w�̪�
͵so�8�j��I�&�^?u�}�����G��:sRyg�yy���f��G.&n��G��͛��~�>#}��L��n��0ɳ��̦R����,��u�=� E
!��B#� �+��}��
K� ��/��J�@(H
둘TLH_I_J�K5��)�@!� 4t�X�i���i�T�ŕŶb����9ױ5J�u�8J�p@�L
��I3ha�S�\��6���N%!A���$H(��A��<�8���"�����j�`�|y�PL�q�d6'��'o���)��`J��0�:�|&��{4H	�� �i��K
{�r�A�Ɍ�w��Aj�����Ő̠�����Ĵ�f�-x/���g#y���n���6^����c������ϼq.y��M-���ux�k
Ο�ٝ{^}e���)�|�[G5o�~��i��[>��7�����&�q�k�[�<T�Y}��#��<�zk�/��C��7��o�4�$O��-���/��u���>����.��}��L7�<�Z�Ct�hL)�q�OiQ���Wv��Puem�ߺ���/?sg��C#�G�q%RU�;7�9c��?6C����=�~���YXԛ�>�M�
u{`1��ws+J���]}�_��GB���k}��?��?��τ�*vo��/,��n��s�m���K_�}�'�즱E�_��?����M3��3@aM�z�⦮xj�a#M�HP�q�0��BRy�kxuU�δ���Qs �^�<��$3ib�;�q�!@HcM�2���ymy���!�}����$����Bo�ij�TTk�T�����"���B�h(��q
�F��x�c��Ӣ�DŽD�}!�>�25�29H"uU�OA.u��e0�
I�	T���AP�C��ϳ�
�k� �S�������=GJbŽ�do.�	��5�ṯRRE���`���<d���-�-B����]�e����ǣC�����;~��ƙ�Pvg*5q��CGO6l�r-0q���'_�b��B��B�����K��>ve��]�wm?��/�U�ʡmG[/�����xl6ٵ���Gu��9�n�u��:v���o;��)���b@�l����@r��8~d���O9c���w����3m��O_Y�ȇ*3M��C?ww݉�N�^�H�?��[Zv�.z����l.^����h����Ґ��ylި���{w��H��������bh�j�a晞[ff�}t�/?<fff�ef�����tfJ��W���U�-V聹�ɇN�+_s�U�_zɡ���x�\�3�ە���A�/{^�ͪ�����^����MT�ϛ�#/z�U�]>y����f���1����Y���*�M�pXKm�\*
!�C>FQ�(3��fL{�,,ND��i;s�E�ڬi���hJ�\kv28���D�WU�EhC#_��5��F�$��#O�Z�O�ZmJR%f�&	�A�<�!1U��������.�'&g��J%�—Aȁ>��8�Ȑ/����Dp$�l���E5�7�'�G)��hU��C.��!���eU����!11����Q(C�T�ED���T���C_�>���,"L��ės�.����S`p�|��'��ݓ��+�d�ѻ���?���ջ�>}&�-]��m�i{��S�Υ-��;��{��즥�G/�<|��E�]ۏl���rX��&��w<v"kv�959�@�nwt+ؿ�Ru꾇�<�\:zd�m��=��`ϱ��}Sc�Ὃa�Do�G/�x��=�w�ص4��ԝ�MLw?5�:m���<vxsWgO�R�N�i�F���,�:��w����w?~14��w�^��%|���u՛w]�o���W�q7>_���\���o*K�M�~Y����e��@|l�XXQ2C	ITD��>Ć��͋�n��3c�p�F6�����h��'N���5'��Vv���Q�@ (�rDIѨΤ�b�˲�^��:`�F^h&���j��h �-�P�ڴ1���5;�=֖G�hdT����T�eP�&��c�р㔫B��P�p
c�:g���&@`& I4��A �(E������!DU�a�Q���A����&A+(+ԫ8%#Z1�ĵ4UE�e44t����+�^���QE��oHh���Z��ra%�|�|�D��c��۶n�_ڴmK�H9}���?�[�_w��[.:����/����؋�q�������wm�]��O��}�~��J�juu-�D���?��K�<�;���4�fc)1�<r�����������O�ˇ����O����)�/�N�~�l^����j�罵~�ṳ�!��O�F�������?��{�y�A���>__]ym��ξ�_��Bi�}�����:߹r�G|������j�ә��(�e��dz���eLA#Ll@�5U�(!"IS�n�9���ܷm�L�(��}�ˇ�N�_U>*8�S"E��(I�T�kؖ1�	qee��2k�����7­�q�H�E	�
�݉n��*
��F�)�P’��L��T�/�j�!��:6
(��M�n���Hb�"F��K�L�ꅘ4S�ZCJ&�l�Y��P�@�R#�ɔX�6�K�Fa"���Q[k(H�bР���i�qL�JUQ����B�9??O�H�`���8ܦg��۲1{��oVѹ�F�v\r�X������W�F/t�����_?Yn}ѳo������O��_�~���?����yƋnٿ���q��Z���D\}��d;jܮ�7ky����-�&����6b��o���_�������z��I�?�w�o���~͞�����N���yΖ�	t�tM�icz�U�o{���4N^|s�qp-����q���/:R��B�咃7]Wδu.N�Xx������4����J�5���Ƅ�S�*�2jYƐ�dH0b�XX�U"%D@���zz:I��Wz�'F�j���V����Du�(��U��O�K'�@JV����.���\��*��"��t�,�`��x��?�^ؠm%
P %��>V���(��h��b�DW��䦘caC�D$�(���1S�)��^Y]���N�0��r���ڂ���4RT��E3H���QE"%x�:�3Ɯ�8p�����F�
�A�43	
��Q-C}�H���V��6&�����g��!,�*��BYJ�&�UEI��b�u_$�\�ėi�P��*I�|U����p��*I�b�1��,�
�˨E_5�Ƿ��s� e�i�QUN��G�UII�υ�a>NP�����{܁xۋZ��*����ؓz�O_yM���66��I��A}�u������=y�}O�����������w|>�c���G������` l8�#u�L�
`�'6r@�L�B^����l=��׉u����.����PE����0��ױP��������z�H���0�
�灤٪�h��ևZ��o"��'��f����ί��D��yfii��f&�WU"����v����;?���}nt���ex���ރ�o��1U��„�cccc��ڣ��"ǤQ�䬁��*��� �����v{��Z_^������R��3��f0��*���@`�"�)3F�fb�"@@$"e�@�J��,��#3ú�Hd�*�ĨD���d�IB,}e���W
b@	l@J��YJVG�*QJp$ |2��fL
(S����5�F1d�!*գ��D�3��H�'@��
RU06�{�JA5����"aXCI�P�PU�;==?;k��CD_���>����;��k
�ss_�w>�;)K����e@[y���_���b$�"8T�Rw:�qۑ��n�]���t�����PZ��`!�	B�IrnI�:�]���$����>��� ����ԫ�Q�0�Ed55��g�����t�l�A�f���wd��AA< � ���� ��#� 
0� � (�� �� � 
0�|�|�nam}]Q~ack��|�������^ȳ,���0��zf|xj	��c��[=�㹌�)�zs���ϣ�Z1�O��ϗ�ϗ�Z�9lU>=�n�����l~�ǩ[��RnÏdWL�֍n��\����Y+��qT:�2���;���m�)���!�<��qL�il�B�����-���5�p���cl)��6�

0�r�P�����
���^x�x���_F=���!�[�~�"U�_��4�>��������Ma/
��c��pd~0�jn����^()��/P���F���~d|7�E#�O1�\߯t�H8x�(��[���qQA��|�q�I~�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
�ܻ���7G�V':�/^���n��Q�s���2i���__�1�l���΋���W��.-�p���E�6k,n�cn(�����zf5���l�������sW
�m�m�n_�����e�Z{�k�ۘm�����p����b󘾾T�Os���n��_�v�e�7�<߫\��lV��X�w��k�����;�]��>������w��7��

��~ ��?���x\��.��*��~��uٖ<�m5%�o�)m�i��_�^6�"ƒ�|�i���~���	�H�@����s��R�����~��Żr��kew����e#<G 4���w�uh*��;w�ƻf=Oj�}���s6+
e�7o~��q���Rr���/�y�A�s��?��sҥ�!/
�~���4X���&��3�;��p�na�riaR���Ε//ޝ������_�+l��V��o��d>{�m�|��K7�[<�u�?h�S`𗴍w/��x����LV���
�v�>"�-̏wT~��k;xy�������^o��7�̏��}�խY�Ǻ8�90`�m�X6{�˼2|�o~�ե's��k�ʢW���������఩�ۛ�o_��Z����Í��t^n��O\�_����XOɭ���\1�Xx5�j�Dӭ���NU�
/����W
�n�-����4��;;�����bmCv����#J���˥W�}{�rY�~X߼�g��#/Ö�n�:�����ωf,
6
���/�b��7�U8`�� ���)437g]խח���Q�����	w2��a}�����uU�."&���W>l�Z���l-�zh��$���K����'����Q/6*j�����%!,�qA��Q�
�-�Ҿə�ޢGc���(��&<�Z�+o��-(m�Z�����K��>�@��)�1�a�L��=���4�����Ā@$X�&7��ᆺa
%sO���?XY30;�\QiJ
5OT7�7>��'��5�f��6�
3��]-OfbRS�~���#�S��*�;�j��a�HO�t��)�*�Z��5Tv��H�[�W}��Ֆ��V2�LrnljC�vE:��+�<��J�+�t��uOS˜zCk�gq4�M����v�0H��s8�����q��º��&=')�!+��R7��P�����%���eM�q���j�v��*
&1i�`��Y�~4����p����Ƙ=�L�MgZh�}<4!-��N��l�W�u�?j�Z�GF���#�Cu#[q���^��XˣQ�nI
�i����aD��Į��u3{���>V�`����ހ!Lb*+������j�Z�YVƛ�j�W|R$��W�M/��w�qØ�=��ɾ���5fF,���jdb��O`�ll]4��K���JIcZ
?���H�i�,��/��F�r������/I��'�kc���zOR*�6k�U�"327;J�'7'�[��������V�$]�`8�W6#"���z�&��	
�I����n�Gfd�FZ{�G��n���r���k~;*�;�ͅ�!NL[�m�b
S��D�����v7��k�v�4�ڒreR1�w�J/�Ĕ���3ᅮ�'N���8�ݞ��
g��WN����tn|R����ZY��>D��s��W��!��2�	"�^T_<�w�3��3�����ώ'�3nuߩ���p��T����v0�3<0A��<�#08�Olb���ܴ�AK�}�}�Y9����s�A4cF�����I~l�
;\N'�7$����p�#��0�i&ð��c{�Ыod���Lp╼�'���\�e\Qo���x���E�'����-�O!S`M���w��z/����xR���;�s�+�I�ޓ��i�pQα�Of�X�46��I�8��k`�1�a1�����8m�8����kx��v��L�~H6�`��9310���cyg���x��ԂҀ�$X�Y���lZ~>$��73�Ю�GD���;��S����qZ��[XZ���V��hTr@���/K;�\D�_+$dsdRM�<�?�SL����z�Ὡ<L�ZZ���ٲY8���.y`���f�F8
f���
�M��s�������$�\
;LC�ڤ�����>a$�9#���#xTR�	�I�T�u,�Y�C��zz�U���x�:��_=Ŷ���� _�C��'��V���h�s�u�ht��/<��O|HLzޙ�9I�$��&��T���9��ms��J�沛� c.W`رw����sݫZb����p#R���p�f����%��R��4��3G�������t����#��ï�1a�vQE����f��z%F$J`S�#/�Ӡ7:1�e3��[�M���
��C�#	�d�A����W{�}-uC�0�k���`����2�d2��e0;��#};.4�ʍL�O���f�ժ�2Z�1�nrl�h����d��mΧ'�]�՘�N��`{ifd�h���얧�5۷��6�ͤU��������K,�L���[l�Fg�6k7���{w���K�$��Re�n;��.�Jrm.�����?�Vt�~6}�в1o�<��ѧ�?�0����wNK�&=.�c2Z�n���d���m�˻������3�S��?��^Q�|�c����e�2j�ǹ��:�ýj�����;���t&�æ�Z�N��6�W���`�iM��`�˱m5�`˄uc��pF��\Z�iˠR1�Q�+�Jj1x��QNw����ow���
���E��|y���P�PG'ص�U�ety���#k��hPn�9aa�q1���$�iQK�9��l�n�XtYL�H�ueL���?d�R=6����l�562;������ڐ
)R٤Ӈ;0�vn`p�`WM)����΂4A����z���@�t��I¾�Z%1uo��!DŽ�Œx&e�!�LEł_zB,��&��H7p�8!ayzjfvZ���!�a���˯����@�Z�f��m6+��No�3��ds8��@��Y�=�-
�͏���J�]�����x�$1"8o�N�6�'�v�9�?bҹ�w[[F�/�cc�o���Ҝ+�ʁ�e�@@���'c�SZ���ܶ�-�?7�>�22�4l��a�
= (��K��N�LfIi�T����v�#�E��C
�?�H��JF۽�m�,��W�9��.j\��<y$!"8�Gr�H��+�wcD���o���v�/h9tf�P�!��b��\�Ě��D��ȸ�`?�/?&Y^����X�L��'����(~h�P�K����Y�
�I�04(T��I�	�A4����)�9�o�H�Z��2�O�t̄gf'�r�q���8A� cz��S�(������O����p�#�
[�N�8H��xi�B2xC�}砬,�y�HnlDx�8�'���c	�sE�G���,+ʁ�rs
��rϾ$H"��L������,��1E�3b]���
KI��I|X�d_V���{;,-;-�B�ƺ�夘��?��g�99�6���K�����>��˺d�?�x���a�Gm���G�%
C����:v�O��{��F�I�S3r��q�<2��>��lU�щ׎��C�x�􃟽����uF�a�ر�X6	��
N�j:[��3⡲��o��k["��$�AJߛh��b�9��ߺ|����a1�هN|��%0��:���#�xL��N��Ѯ�Vj^n,��>q��97��3�p<��7ގ�I�W�f彚��@c���;n�Hx����Su+�ݙ��(a4����@/r|�8��(���I�"����W�q��I�io�ux��iJ�`��d��Xk~������Z�[5�00�d�@TJr,�^�}�L�Ԣ5��wv7ݻ��M:���PV�joɰ��)L��
�X���w_#�kJlG_=%�D���� ?�Ҿ ?����j:x11S[h����/~
����MJ4~�UA��?��?����^qϡ��sN
�)��������@�_�r�---4����� �ˍ�wt��9}�W��WHt�G�<Ao|�?ȣR,�g���Fj�)��? ȯA�B��};�(��|���{1�X���އR��l@�3`AAFAy�fcuC?�ys]���_�^]T��wp�7H�7AAF��ه�*:᧐�ݯꁿ�����K�=����u������Z���A�O0���K�x�?~ᥫ�s&xjq��o.
,`^�[SZ\��{�l��cQ�Yn����W��n�{'79jK���w
�2��v��~���&�h-�v�A[Oc��nv��F��~կZ_��WMn���\��7����ͪS�s�ed�[�Ŋ�+wJ��7 ������?x.ef���[�&n4,,����nߛ�RW]�>�"'���}Bū�jT�bTCΐ�P�[�<ɮx��w�#�d{6�3j<���\.���Y%3��[u����5�=a���cF�0>�O��*)Zw�z[{�&��
*$[YQsDb����oq����%Ol$�2._A�����H$�!8/@�	��˟@�`�Em�럼��؊�k��v�w�I廖�Ó2�~���	�Yo~�i4;������}�al|�J����,�L[��ˣx�'f�I���zG�U��y7-+�<$�;(�Ш��Yal�@��'ҙ6����}�iB$]�54�R�+fՄ�C	*ٌ	� /��iv�D���4�DT)���IEND�B`�javascript/respond.src.js000064400000022411150752732510011517 0ustar00/*! 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/template.js000064400000002531150752732510011073 0ustar00/**
 * @package     Joomla.Site
 * @subpackage  Templates.beez3
 * @copyright   Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 * @since       3.2
 */

(function($)
{
	$(document).ready(function()
	{
		$('*[rel=tooltip]').tooltip();

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

		$(".btn-group label:not(.active)").click(function()
		{
			var label = $(this);
			var input = $('#' + label.attr('for'));

			if (!input.prop('checked')) {
				label.closest('.btn-group').find("label").removeClass('active btn-success btn-danger btn-primary');
				if (input.val() === '') {
					label.addClass('active btn-primary');
				} else if (input.val() == 0) {
					label.addClass('active btn-danger');
				} else {
					label.addClass('active btn-success');
				}
				input.prop('checked', true);
				input.trigger('change');
			}
		});
		$(".btn-group input[checked=checked]").each(function()
		{
			if ($(this).val() == '') {
				$("label[for=" + $(this).attr('id') + "]").addClass('active btn-primary');
			} else if ($(this).val() == 0) {
				$("label[for=" + $(this).attr('id') + "]").addClass('active btn-danger');
			} else {
				$("label[for=" + $(this).attr('id') + "]").addClass('active btn-success');
			}
		});
	})
})(jQuery);
javascript/respond.js000064400000022434150752732510010736 0ustar00/*! 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/md_stylechanger.js000064400000004621150752732510012432 0ustar00/*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/hide.js000064400000021000150752732510010161 0ustar00// 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])}})()

favicon.ico000064400000003743150752732510006703 0ustar00�PNG


IHDR�asRGB���	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]m�XClK4�RE�w-E��(->�f|)y�~(Z�"ȢA�R�h�Z�B46M��-$ӆ6&-k41����c�xn��S��\����s��g;^��t}�Pc{���յ��
׽�uQ��{VJ�5"I"�:�����X���7���O))����:L;�j8�lQ�P ��%!��럒|2��qye��4��m�m<3�@�!��$�+c粒���J�ۤ-S�R��Hk�A8$��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��ѵX�n���9�bbn��|��cc�N��ݛZĴ�&��ܖۑ�t�B���Trj]ޱ*�Sxqd�w?��	p�|���n�)3^E8Y��⑷g"rU`Wn�A�O�5���?�H�lpY[��Q8��+��]��r�q�oޱe��t����j	Z�G�O\}�����r���7�wَ�C����V6t�b70j�#Ū�!��_WH+��R����F&/������Ϗ��j.9W���xZA!�/�W>	`[�X;���GP���w6�V���R�{4w�e��WD�0�Α�h�������Lȣ��%J�Л��z����=i ZϰŠ��Q����^"���O:58՛�k��~h���l`M��ǽS�qV1DZ���m���hb��w�yu�K����o��;�������DS(IEND�B`�templateDetails.xml000064400000011033150752732510010414 0ustar00<?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>Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.</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>

Youez - 2016 - github.com/yon3zu
LinuXploit