Spade

Mini Shell

Directory:~$ /proc/self/root/home/lmsyaran/public_html/css/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ //proc/self/root/home/lmsyaran/public_html/css/protostar.tar

component.php000064400000002466151165767330007305 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates.protostar
 *
 * @copyright   Copyright (C) 2005 - 2020 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 */

$app = JFactory::getApplication();

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

// Add JavaScript Frameworks
JHtml::_('bootstrap.framework');

// Add template js
JHtml::_('script', 'template.js',
array('version' => 'auto', 'relative'
=> true));

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

// Add Stylesheets
JHtml::_('stylesheet', 'template.css',
array('version' => 'auto', 'relative'
=> true));

// Load optional rtl Bootstrap css and Bootstrap bugfixes
JHtml::_('bootstrap.loadCss', $includeMaincss = false,
$this->direction);
?>
<!DOCTYPE html>
<html lang="<?php echo $this->language; ?>"
dir="<?php echo $this->direction; ?>">
<head>
	<meta name="viewport" content="width=device-width,
initial-scale=1, maximum-scale=1" />
	<jdoc:include type="head" />
</head>
<body class="contentpane modal<?php echo $this->direction ===
'rtl' ? ' rtl' : ''; ?>">
	<jdoc:include type="message" />
	<jdoc:include type="component" />
</body>
</html>
css/offline.css000064400000001361151165767330007507 0ustar00/**
 * @copyright	Copyright (C) 2005 - 2020 Open Source Matters, Inc. All
rights reserved.
 * @license	GNU General Public License version 2 or later; see LICENSE.txt
 */

body.site {
	margin: 0;
	padding: 0;
}

.outer {
	display: table;
	position: absolute;
	height: 100%;
	width: 100%;
}

.middle {
	display: table-cell;
	vertical-align: middle;
}

.inner {
	margin: 0 auto;
	max-width: 30em;
	background-color: #ffffff;
}

.header {
	text-align: center;
	margin: 0 0 1em 0;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
}

form, fieldset {
	margin: 0;
	padding: 0;
}

label {
	display: block;
	margin: 0;
}

input[type="text"], input[type="password"] {
	box-sizing: border-box;
	width: 100%;
	height: auto;
}

input {
	margin: .5em 0 1em 0;
}
css/template.css000064400000501044151165767330007703 0ustar00article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
a:hover,
a:active {
	outline: 0;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	max-width: 100%;
	width: auto \9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img,
.gm-style img {
	max-width: none;
}
button,
input,
select,
textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}
button,
input {
	*overflow: visible;
	line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
}
input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
@media print {
	* {
		text-shadow: none !important;
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}
.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.input-block-level {
	display: block;
	width: 100%;
	min-height: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333;
	background-color: #fff;
}
a {
	color: #005e8d;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #002b41;
	text-decoration: underline;
}
.img-rounded {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.img-polaroid {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.img-circle {
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
}
.row {
	margin-left: -20px;
	*zoom: 1;
}
.row:before,
.row:after {
	display: table;
	content: "";
	line-height: 0;
}
.row:after {
	clear: both;
}
[class*="span"] {
	float: left;
	min-height: 1px;
	margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
	width: 940px;
}
.span12 {
	width: 940px;
}
.span11 {
	width: 860px;
}
.span10 {
	width: 780px;
}
.span9 {
	width: 700px;
}
.span8 {
	width: 620px;
}
.span7 {
	width: 540px;
}
.span6 {
	width: 460px;
}
.span5 {
	width: 380px;
}
.span4 {
	width: 300px;
}
.span3 {
	width: 220px;
}
.span2 {
	width: 140px;
}
.span1 {
	width: 60px;
}
.offset12 {
	margin-left: 980px;
}
.offset11 {
	margin-left: 900px;
}
.offset10 {
	margin-left: 820px;
}
.offset9 {
	margin-left: 740px;
}
.offset8 {
	margin-left: 660px;
}
.offset7 {
	margin-left: 580px;
}
.offset6 {
	margin-left: 500px;
}
.offset5 {
	margin-left: 420px;
}
.offset4 {
	margin-left: 340px;
}
.offset3 {
	margin-left: 260px;
}
.offset2 {
	margin-left: 180px;
}
.offset1 {
	margin-left: 100px;
}
.row-fluid {
	width: 100%;
	*zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
	display: table;
	content: "";
	line-height: 0;
}
.row-fluid:after {
	clear: both;
}
.row-fluid [class*="span"] {
	display: block;
	width: 100%;
	min-height: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-left: 2.127659574%;
	*margin-left: 2.0744680846383%;
}
.row-fluid [class*="span"]:first-child {
	margin-left: 0;
}
.row-fluid .controls-row [class*="span"] +
[class*="span"] {
	margin-left: 2.127659574%;
}
.row-fluid .span12 {
	width: 99.99999999%;
	*width: 99.946808500638%;
}
.row-fluid .span11 {
	width: 91.489361693%;
	*width: 91.436170203638%;
}
.row-fluid .span10 {
	width: 82.978723396%;
	*width: 82.925531906638%;
}
.row-fluid .span9 {
	width: 74.468085099%;
	*width: 74.414893609638%;
}
.row-fluid .span8 {
	width: 65.957446802%;
	*width: 65.904255312638%;
}
.row-fluid .span7 {
	width: 57.446808505%;
	*width: 57.393617015638%;
}
.row-fluid .span6 {
	width: 48.936170208%;
	*width: 48.882978718638%;
}
.row-fluid .span5 {
	width: 40.425531911%;
	*width: 40.372340421638%;
}
.row-fluid .span4 {
	width: 31.914893614%;
	*width: 31.861702124638%;
}
.row-fluid .span3 {
	width: 23.404255317%;
	*width: 23.351063827638%;
}
.row-fluid .span2 {
	width: 14.89361702%;
	*width: 14.840425530638%;
}
.row-fluid .span1 {
	width: 6.382978723%;
	*width: 6.3297872336383%;
}
.row-fluid .offset12 {
	margin-left: 104.255319138%;
	*margin-left: 104.14893615928%;
}
.row-fluid .offset12:first-child {
	margin-left: 102.127659564%;
	*margin-left: 102.02127658528%;
}
.row-fluid .offset11 {
	margin-left: 95.744680841%;
	*margin-left: 95.638297862277%;
}
.row-fluid .offset11:first-child {
	margin-left: 93.617021267%;
	*margin-left: 93.510638288277%;
}
.row-fluid .offset10 {
	margin-left: 87.234042544%;
	*margin-left: 87.127659565277%;
}
.row-fluid .offset10:first-child {
	margin-left: 85.10638297%;
	*margin-left: 84.999999991277%;
}
.row-fluid .offset9 {
	margin-left: 78.723404247%;
	*margin-left: 78.617021268277%;
}
.row-fluid .offset9:first-child {
	margin-left: 76.595744673%;
	*margin-left: 76.489361694277%;
}
.row-fluid .offset8 {
	margin-left: 70.21276595%;
	*margin-left: 70.106382971277%;
}
.row-fluid .offset8:first-child {
	margin-left: 68.085106376%;
	*margin-left: 67.978723397277%;
}
.row-fluid .offset7 {
	margin-left: 61.702127653%;
	*margin-left: 61.595744674277%;
}
.row-fluid .offset7:first-child {
	margin-left: 59.574468079%;
	*margin-left: 59.468085100277%;
}
.row-fluid .offset6 {
	margin-left: 53.191489356%;
	*margin-left: 53.085106377277%;
}
.row-fluid .offset6:first-child {
	margin-left: 51.063829782%;
	*margin-left: 50.957446803277%;
}
.row-fluid .offset5 {
	margin-left: 44.680851059%;
	*margin-left: 44.574468080277%;
}
.row-fluid .offset5:first-child {
	margin-left: 42.553191485%;
	*margin-left: 42.446808506277%;
}
.row-fluid .offset4 {
	margin-left: 36.170212762%;
	*margin-left: 36.063829783277%;
}
.row-fluid .offset4:first-child {
	margin-left: 34.042553188%;
	*margin-left: 33.936170209277%;
}
.row-fluid .offset3 {
	margin-left: 27.659574465%;
	*margin-left: 27.553191486277%;
}
.row-fluid .offset3:first-child {
	margin-left: 25.531914891%;
	*margin-left: 25.425531912277%;
}
.row-fluid .offset2 {
	margin-left: 19.148936168%;
	*margin-left: 19.042553189277%;
}
.row-fluid .offset2:first-child {
	margin-left: 17.021276594%;
	*margin-left: 16.914893615277%;
}
.row-fluid .offset1 {
	margin-left: 10.638297871%;
	*margin-left: 10.531914892277%;
}
.row-fluid .offset1:first-child {
	margin-left: 8.510638297%;
	*margin-left: 8.4042553182766%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
	display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
	float: right;
}
.container {
	margin-right: auto;
	margin-left: auto;
	*zoom: 1;
}
.container:before,
.container:after {
	display: table;
	content: "";
	line-height: 0;
}
.container:after {
	clear: both;
}
.container-fluid {
	padding-right: 20px;
	padding-left: 20px;
	*zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
	display: table;
	content: "";
	line-height: 0;
}
.container-fluid:after {
	clear: both;
}
p {
	margin: 0 0 9px;
}
.lead {
	margin-bottom: 18px;
	font-size: 19.5px;
	font-weight: 200;
	line-height: 27px;
}
small {
	font-size: 85%;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
cite {
	font-style: normal;
}
.muted {
	color: #999;
}
a.muted:hover,
a.muted:focus {
	color: #808080;
}
.text-warning {
	color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
	color: #a47e3c;
}
.text-error {
	color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
	color: #953b39;
}
.text-info {
	color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
	color: #2d6987;
}
.text-success {
	color: #468847;
}
a.text-success:hover,
a.text-success:focus {
	color: #356635;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 9px 0;
	font-family: inherit;
	font-weight: bold;
	line-height: 18px;
	color: inherit;
	text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	font-weight: normal;
	line-height: 1;
	color: #999;
}
h1,
h2,
h3 {
	line-height: 36px;
}
h1 {
	font-size: 35.75px;
}
h2 {
	font-size: 29.25px;
}
h3 {
	font-size: 22.75px;
}
h4 {
	font-size: 16.25px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 11.05px;
}
h1 small {
	font-size: 22.75px;
}
h2 small {
	font-size: 16.25px;
}
h3 small {
	font-size: 13px;
}
h4 small {
	font-size: 13px;
}
.page-header {
	padding-bottom: 8px;
	margin: 18px 0 27px;
	border-bottom: 1px solid #eee;
}
ul,
ol {
	padding: 0;
	margin: 0 0 9px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
	margin-bottom: 0;
}
li {
	line-height: 18px;
}
ul.unstyled,
ol.unstyled {
	margin-left: 0;
	list-style: none;
}
ul.inline,
ol.inline {
	margin-left: 0;
	list-style: none;
}
ul.inline > li,
ol.inline > li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-left: 5px;
	padding-right: 5px;
}
dl {
	margin-bottom: 18px;
}
dt,
dd {
	line-height: 18px;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 9px;
}
.dl-horizontal {
	*zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
	display: table;
	content: "";
	line-height: 0;
}
.dl-horizontal:after {
	clear: both;
}
.dl-horizontal dt {
	float: left;
	width: 160px;
	clear: left;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dl-horizontal dd {
	margin-left: 180px;
}
hr {
	margin: 18px 0;
	border: 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #fff;
}
abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #999;
}
abbr.initialism {
	font-size: 90%;
	text-transform: uppercase;
}
blockquote {
	padding: 0 0 0 15px;
	margin: 0 0 18px;
	border-left: 5px solid #eee;
}
blockquote p {
	margin-bottom: 0;
	font-size: 16.25px;
	font-weight: 300;
	line-height: 1.25;
}
blockquote small {
	display: block;
	line-height: 18px;
	color: #999;
}
blockquote small:before {
	content: '\2014 \00A0';
}
blockquote.pull-right {
	float: right;
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
	text-align: right;
}
blockquote.pull-right small:before {
	content: '';
}
blockquote.pull-right small:after {
	content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
}
address {
	display: block;
	margin-bottom: 18px;
	font-style: normal;
	line-height: 18px;
}
code,
pre {
	padding: 0 3px 2px;
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 11px;
	color: #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
code {
	padding: 2px 4px;
	color: #d14;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
	white-space: nowrap;
}
pre {
	display: block;
	padding: 8.5px;
	margin: 0 0 9px;
	font-size: 12px;
	line-height: 18px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.15);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
pre.prettyprint {
	margin-bottom: 18px;
}
pre code {
	padding: 0;
	color: inherit;
	white-space: pre;
	white-space: pre-wrap;
	background-color: transparent;
	border: 0;
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}
form {
	margin: 0 0 18px;
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 18px;
	font-size: 19.5px;
	line-height: 36px;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
legend small {
	font-size: 13.5px;
	color: #999;
}
label,
input,
button,
select,
textarea {
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}
input,
button,
select,
textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
	display: block;
	margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	display: inline-block;
	height: 18px;
	padding: 4px 6px;
	margin-bottom: 9px;
	font-size: 13px;
	line-height: 18px;
	color: #555;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align: middle;
}
input,
textarea,
.uneditable-input {
	width: 206px;
}
textarea {
	height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: rgba(82,168,236,0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px
rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px
rgba(82,168,236,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	*margin-top: 0;
	margin-top: 1px \9;
	line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
	width: auto;
}
select,
input[type="file"] {
	height: 28px;
	*margin-top: 4px;
	line-height: 28px;
}
select {
	width: 220px;
	border: 1px solid #ccc;
	background-color: #fff;
}
select[multiple],
select[size] {
	height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
	color: #999;
	background-color: #fcfcfc;
	border-color: #ccc;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
	cursor: not-allowed;
}
.uneditable-input {
	overflow: hidden;
	white-space: nowrap;
}
.uneditable-textarea {
	width: auto;
	height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}
.radio,
.checkbox {
	min-height: 18px;
	padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
	float: left;
	margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
	padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
	display: inline-block;
	padding-top: 5px;
	margin-bottom: 0;
	vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
	margin-left: 10px;
}
.input-mini {
	width: 60px;
}
.input-small {
	width: 90px;
}
.input-medium {
	width: 150px;
}
.input-large {
	width: 210px;
}
.input-xlarge {
	width: 270px;
}
.input-xxlarge {
	width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
	float: none;
	margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
	display: inline-block;
}
input,
textarea,
.uneditable-input {
	margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
	margin-left: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
	width: 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
	width: 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
	width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
	width: 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
	width: 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
	width: 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
	width: 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
	width: 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
	width: 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
	width: 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
	width: 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
	width: 46px;
}
.controls-row {
	*zoom: 1;
}
.controls-row:before,
.controls-row:after {
	display: table;
	content: "";
	line-height: 0;
}
.controls-row:after {
	clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
	float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
	padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
	cursor: not-allowed;
	background-color: #eee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
	background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
	color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
	color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
	border-color: #c09853;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
	border-color: #a47e3c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
	color: #c09853;
	background-color: #fcf8e3;
	border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
	color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
	color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
	border-color: #b94a48;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
	border-color: #953b39;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
	color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
	color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
	border-color: #468847;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
	border-color: #356635;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
	color: #468847;
	background-color: #dff0d8;
	border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
	color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
	color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
	border-color: #3a87ad;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
	border-color: #2d6987;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #3a87ad;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
	color: #b94a48;
	border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
	border-color: #e9322d;
	-webkit-box-shadow: 0 0 6px #f8b9b7;
	-moz-box-shadow: 0 0 6px #f8b9b7;
	box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
	padding: 17px 20px 18px;
	margin-top: 18px;
	margin-bottom: 18px;
	background-color: #f5f5f5;
	border-top: 1px solid #e5e5e5;
	*zoom: 1;
}
.form-actions:before,
.form-actions:after {
	display: table;
	content: "";
	line-height: 0;
}
.form-actions:after {
	clear: both;
}
.help-block,
.help-inline {
	color: #595959;
}
.help-block {
	display: block;
	margin-bottom: 9px;
}
.help-inline {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	padding-left: 5px;
}
.input-append,
.input-prepend {
	display: inline-block;
	margin-bottom: 9px;
	vertical-align: middle;
	font-size: 0;
	white-space: nowrap;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-append .dropdown-menu,
.input-append .popover,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input,
.input-prepend .dropdown-menu,
.input-prepend .popover {
	font-size: 13px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
	position: relative;
	margin-bottom: 0;
	*margin-left: 0;
	vertical-align: top;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.input-append input:focus,
.input-append select:focus,
.input-append .uneditable-input:focus,
.input-prepend input:focus,
.input-prepend select:focus,
.input-prepend .uneditable-input:focus {
	z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
	display: inline-block;
	width: auto;
	height: 18px;
	min-width: 16px;
	padding: 4px 5px;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	background-color: #eee;
	border: 1px solid #ccc;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .add-on,
.input-prepend .btn,
.input-prepend .btn-group > .dropdown-toggle {
	vertical-align: top;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.input-prepend .add-on,
.input-prepend .btn {
	margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
	margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
	margin-right: -1px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
	margin-left: -1px;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.input-prepend.input-append .btn-group:first-child {
	margin-left: 0;
}
input.search-query {
	padding-right: 14px;
	padding-right: 4px \9;
	padding-left: 14px;
	padding-left: 4px \9;
	margin-bottom: 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.form-search .input-append .search-query {
	-webkit-border-radius: 14px 0 0 14px;
	-moz-border-radius: 14px 0 0 14px;
	border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
	-webkit-border-radius: 0 14px 14px 0;
	-moz-border-radius: 0 14px 14px 0;
	border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
	-webkit-border-radius: 0 14px 14px 0;
	-moz-border-radius: 0 14px 14px 0;
	border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
	-webkit-border-radius: 14px 0 0 14px;
	-moz-border-radius: 14px 0 0 14px;
	border-radius: 14px 0 0 14px;
}
.js-stools-field-filter .input-prepend,
.js-stools-field-filter .input-append {
	margin-bottom: 0;
}
.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-bottom: 0;
	vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
	display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
	display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
	margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
	padding-left: 0;
	margin-bottom: 0;
	vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
	float: left;
	margin-right: 3px;
	margin-left: 0;
}
.control-group {
	margin-bottom: 9px;
}
legend + .control-group {
	margin-top: 18px;
	-webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
	margin-bottom: 18px;
	*zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
	display: table;
	content: "";
	line-height: 0;
}
.form-horizontal .control-group:after {
	clear: both;
}
.form-horizontal .control-label {
	float: left;
	width: 160px;
	padding-top: 5px;
	text-align: right;
}
.form-horizontal .controls {
	*display: inline-block;
	*padding-left: 20px;
	margin-left: 180px;
	*margin-left: 0;
}
.form-horizontal .controls:first-child {
	*padding-left: 180px;
}
.form-horizontal .help-block {
	margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
	margin-top: 9px;
}
.form-horizontal .form-actions {
	padding-left: 180px;
}
.control-label .hasPopover,
.control-label .hasTooltip {
	display: inline-block;
}
.subform-repeatable-wrapper .btn-group>.btn.button {
	min-width: 0;
}
.subform-repeatable-wrapper .ui-sortable-helper {
	background: #fff;
}
.subform-repeatable-wrapper tr.ui-sortable-helper {
	display: table;
}
@media (min-width: 980px) and (max-width: 1215px) {
	.float-cols .control-label {
		float: none;
	}
	.float-cols .controls {
		margin-left: 0;
	}
}
table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}
.table {
	width: 100%;
	margin-bottom: 18px;
}
.table th,
.table td {
	padding: 8px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
.table th {
	font-weight: bold;
}
.table thead th {
	vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead 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 #ddd;
}
.table .table {
	background-color: #fff;
}
.table-condensed th,
.table-condensed td {
	padding: 4px 5px;
}
.table-bordered {
	border: 1px solid #ddd;
	border-collapse: separate;
	*border-collapse: collapse;
	border-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
	border-left: 1px solid #ddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
	border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
	background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
	display: table-cell;
	float: none;
	margin-left: 0;
}
.table td.span1,
.table th.span1 {
	float: none;
	width: 44px;
	margin-left: 0;
}
.table td.span2,
.table th.span2 {
	float: none;
	width: 124px;
	margin-left: 0;
}
.table td.span3,
.table th.span3 {
	float: none;
	width: 204px;
	margin-left: 0;
}
.table td.span4,
.table th.span4 {
	float: none;
	width: 284px;
	margin-left: 0;
}
.table td.span5,
.table th.span5 {
	float: none;
	width: 364px;
	margin-left: 0;
}
.table td.span6,
.table th.span6 {
	float: none;
	width: 444px;
	margin-left: 0;
}
.table td.span7,
.table th.span7 {
	float: none;
	width: 524px;
	margin-left: 0;
}
.table td.span8,
.table th.span8 {
	float: none;
	width: 604px;
	margin-left: 0;
}
.table td.span9,
.table th.span9 {
	float: none;
	width: 684px;
	margin-left: 0;
}
.table td.span10,
.table th.span10 {
	float: none;
	width: 764px;
	margin-left: 0;
}
.table td.span11,
.table th.span11 {
	float: none;
	width: 844px;
	margin-left: 0;
}
.table td.span12,
.table th.span12 {
	float: none;
	width: 924px;
	margin-left: 0;
}
.table tbody tr.success > td {
	background-color: #dff0d8;
}
.table tbody tr.error > td {
	background-color: #f2dede;
}
.table tbody tr.warning > td {
	background-color: #fcf8e3;
}
.table tbody tr.info > td {
	background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
	background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
	background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
	background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
	background-color: #c4e3f3;
}
.table-noheader {
	border-collapse: collapse;
}
.table-noheader thead {
	display: none;
}
.dropup,
.dropdown {
	position: relative;
}
.dropdown-toggle {
	*margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
	outline: 0;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 4px solid #000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
}
.dropdown .caret {
	margin-top: 8px;
	margin-left: 2px;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-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);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
	*width: 100%;
	height: 1px;
	margin: 8px 1px;
	*margin: -5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #fff;
}
.dropdown-menu .menuitem-group {
	margin: 4px 1px;
	overflow: hidden;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background-color: #eee;
	color: #555;
	text-transform: capitalize;
	font-size: 95%;
	padding: 3px 20px;
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #333;
	white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
	text-decoration: none;
	color: #fff;
	background-color: #005783;
	background-image: -moz-linear-gradient(top,#005e8d,#004d74);
	background-image: -webkit-gradient(linear,0 0,0
100%,from(#005e8d),to(#004d74));
	background-image: -webkit-linear-gradient(top,#005e8d,#004d74);
	background-image: -o-linear-gradient(top,#005e8d,#004d74);
	background-image: linear-gradient(to bottom,#005e8d,#004d74);
	background-repeat: repeat-x;
	filter:
progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005e8d',
endColorstr='#ff004c73', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #333;
	text-decoration: none;
	outline: 0;
	background-color: #005783;
	background-image: -moz-linear-gradient(top,#005e8d,#004d74);
	background-image: -webkit-gradient(linear,0 0,0
100%,from(#005e8d),to(#004d74));
	background-image: -webkit-linear-gradient(top,#005e8d,#004d74);
	background-image: -o-linear-gradient(top,#005e8d,#004d74);
	background-image: linear-gradient(to bottom,#005e8d,#004d74);
	background-repeat: repeat-x;
	filter:
progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005e8d',
endColorstr='#ff004c73', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: default;
}
.open {
	*z-index: 1000;
}
.open > .dropdown-menu {
	display: block;
}
.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}
.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px solid #000;
	content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
	top: auto;
	bottom: 0;
	margin-top: 0;
	margin-bottom: -2px;
	-webkit-border-radius: 5px 5px 5px 0;
	-moz-border-radius: 5px 5px 5px 0;
	border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
	border-left-color: #fff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
	padding-left: 20px;
	padding-right: 20px;
}
.typeahead {
	z-index: 1051;
	margin-top: 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.well blockquote {
	border-color: #ddd;
	border-color: rgba(0,0,0,0.15);
}
.well-large {
	padding: 24px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.well-small {
	padding: 9px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
.fade.in {
	opacity: 1;
}
.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;
}
.close {
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	color: #000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
button.close {
	padding: 3;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}
.alert-options {
	float: right;
	line-height: 18px;
	color: #000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.alert-options:hover,
.alert-options:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0
100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	filter:
progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',
endColorstr='#ffe5e5e5', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	*background-color: #e6e6e6;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #bbb;
	*border: 0;
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*margin-left: .3em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px
rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px
rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	color: #333;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
}
.btn:active,
.btn.active {
	background-color: #cccccc \9;
}
.btn:first-child {
	*margin-left: 0;
}
.btn:hover,
.btn:focus {
	color: #333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}
.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn.active,
.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px
rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px
rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-large {
	padding: 11px 19px;
	font-size: 16.25px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
	margin-top: 4px;
}
.btn-small {
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
	margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
	margin-top: -1px;
}
.btn-mini {
	padding: 0 6px;
	font-size: 9.75px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
	color: rgba(255,255,255,0.75);
}
.btn-primary {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #004b8d;
	background-image: -moz-linear-gradient(top,#005e8d,#002f8d);
	background-image: -webkit-gradient(linear,0 0,0
100%,from(#005e8d),to(#002f8d));
	background-image: -webkit-linear-gradient(top,#005e8d,#002f8d);
	background-image: -o-linear-gradient(top,#005e8d,#002f8d);
	background-image: linear-gradient(to bottom,#005e8d,#002f8d);
	background-repeat: repeat-x;
	filter:
progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005e8d',
endColorstr='#ff002e8d', GradientType=0);
	border-color: #002f8d #002f8d #001641;
	*background-color: #002f8d;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	color: #fff;
	background-color: #002f8d;
	*background-color: #002674;
}
.btn-primary:active,
.btn-primary.active {
	background-color: #001e5a \9;
}
.btn-warning {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #faa732;
	background-image: -moz-linear-gradient(top,#fbb450,#f89406);
	background-image: -webkit-gradient(linear,0 0,0
100%,from(#fbb450),to(#f89406));
	background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
	background-image: -o-linear-gradient(top,#fbb450,#f89406);
	background-image: linear-gradient(to bottom,#fbb450,#f89406);
	background-repeat: repeat-x;
	filter:
progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f',
endColorstr='#fff89406', GradientType=0);
	border-color: #f89406 #f89406 #ad6704;
	*background-color: #f89406;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	color: #fff;
	background-color: #f89406;
	*background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
	background-color: #c67605 \9;
}
.btn-danger {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #da4f49;
	background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
	background-image: -webkit-gradient(linear,0 0,0
100%,from(#ee5f5b),to(#bd362f));
	background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
	background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
	background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
	background-repeat: repeat-x;
	filter:
progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',
endColorstr='#ffbd362f', GradientType=0);
	border-color: #bd362f #bd362f #802420;
	*background-color: #bd362f;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	color: #fff;
	background-color: #bd362f;
	*background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
	background-color: #942a25 \9;
}
.btn-success {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #5bb75b;
	background-image: -moz-linear-gradient(top,#62c462,#51a351);
	background-image: -webkit-gradient(linear,0 0,0
100%,from(#62c462),to(#51a351));
	background-image: -webkit-linear-gradient(top,#62c462,#51a351);
	background-image: -o-linear-gradient(top,#62c462,#51a351);
	background-image: linear-gradient(to bottom,#62c462,#51a351);
	background-repeat: repeat-x;
	filter:
progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',
endColorstr='#ff51a351', GradientType=0);
	border-color: #51a351 #51a351 #387038;
	*background-color: #51a351;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	color: #fff;
	background-color: #51a351;
	*background-color: #499249;
}
.btn-success:active,
.btn-success.active {
	background-color: #408140 \9;
}
.btn-info {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
	background-image: -webkit-gradient(linear,0 0,0
100%,from(#5bc0de),to(#2f96b4));
	background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
	background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
	background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
	background-repeat: repeat-x;
	filter:
progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',
endColorstr='#ff2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	*background-color: #2f96b4;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	color: #fff;
	background-color: #2f96b4;
	*background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
	background-color: #24748c \9;
}
.btn-inverse {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #363636;
	background-image: -moz-linear-gradient(top,#444,#222);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
	background-image: -webkit-linear-gradient(top,#444,#222);
	background-image: -o-linear-gradient(top,#444,#222);
	background-image: linear-gradient(to bottom,#444,#222);
	background-repeat: repeat-x;
	filter:
progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444',
endColorstr='#ff222222', GradientType=0);
	border-color: #222 #222 #000000;
	*background-color: #222;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	color: #fff;
	background-color: #222;
	*background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
	background-color: #090909 \9;
}
button.btn,
input[type="submit"].btn {
	*padding-top: 3px;
	*padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
	*padding-top: 7px;
	*padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
	*padding-top: 3px;
	*padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
	*padding-top: 1px;
	*padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: transparent;
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-link {
	border-color: transparent;
	cursor: pointer;
	color: #005e8d;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
	color: #002b41;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
	color: #333;
	text-decoration: none;
}
.btn-group {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 0;
	vertical-align: middle;
	white-space: nowrap;
	*margin-left: .3em;
}
.btn-group:first-child {
	*margin-left: 0;
}
.btn-group + .btn-group {
	margin-left: 5px;
}
.btn-toolbar {
	font-size: 0;
	margin-top: 9px;
	margin-bottom: 9px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
	margin-left: 5px;
}
.btn-group > .btn {
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-group > .btn + .btn {
	margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
	font-size: 13px;
}
.btn-group > .btn-mini {
	font-size: 9.75px;
}
.btn-group > .btn-small {
	font-size: 12px;
}
.btn-group > .btn-large {
	font-size: 16.25px;
}
.btn-group > .btn:first-child {
	margin-left: 0;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
	margin-left: 0;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
	z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
	-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0
rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0
rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0
rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	*padding-top: 5px;
	*padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
	padding-left: 5px;
	padding-right: 5px;
	*padding-top: 2px;
	*padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
	*padding-top: 5px;
	*padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
	*padding-top: 7px;
	*padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
	background-image: none;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px
rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px
rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
	background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
	background-color: #002f8d;
}
.btn-group.open .btn-warning.dropdown-toggle {
	background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
	background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
	background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
	background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
	background-color: #222;
}
.btn .caret {
	margin-top: 8px;
	margin-left: 0;
}
.btn-large .caret {
	margin-top: 6px;
}
.btn-large .caret {
	border-left-width: 5px;
	border-right-width: 5px;
	border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
	margin-top: 8px;
}
.dropup .btn-large .caret {
	border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.btn-group-vertical {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.btn-group-vertical > .btn {
	display: block;
	float: none;
	max-width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
	margin-left: 0;
	margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.alert,
.alert h4 {
	color: #c09853;
}
.alert h4 {
	margin: 0 0 .5em;
}
.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 18px;
	cursor: pointer;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}
.alert-success h4 {
	color: #468847;
}
.alert-danger,
.alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
	color: #b94a48;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}
.alert-info h4 {
	color: #3a87ad;
}
.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
	margin-bottom: 0;
}
.alert-block p + p {
	margin-top: 5px;
}
.nav {
	margin-left: 0;
	margin-bottom: 18px;
	list-style: none;
}
.nav > li > a {
	display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	background-color: #eee;
}
.nav > li > a > img {
	max-width: none;
}
.nav > .pull-right {
	float: right;
}
.nav-header {
	display: block;
	padding: 3px 15px;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	color: #999;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	text-transform: uppercase;
}
.nav li + .nav-header {
	margin-top: 9px;
}
.nav-list {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
	margin-left: -15px;
	margin-right: -15px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
.nav-list > li > a {
	padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	background-color: #005e8d;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
	margin-right: 2px;
}
.nav-list .divider {
	*width: 100%;
	height: 1px;
	margin: 8px 1px;
	*margin: -5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #fff;
}
.nav-tabs,
.nav-pills {
	*zoom: 1;
}
.nav-tabs:before,
.nav-tabs:after,
.nav-pills:before,
.nav-pills:after {
	display: table;
	content: "";
	line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
	clear: both;
}
.nav-tabs > li,
.nav-pills > li {
	float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
	padding-right: 12px;
	padding-left: 12px;
	margin-right: 2px;
	line-height: 14px;
}
.nav-tabs {
	border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 18px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
	border-color: #eee #eee #ddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
}
.nav-pills > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 2px;
	margin-bottom: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
	color: #fff;
	background-color: #005e8d;
}
.nav-stacked > li {
	float: none;
}
.nav-stacked > li > a {
	margin-right: 0;
}
.nav-tabs.nav-stacked {
	border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
	border: 1px solid #ddd;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
	border-color: #ddd;
	z-index: 2;
}
.nav-pills.nav-stacked > li > a {
	margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
	margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.nav .dropdown-toggle .caret {
	border-top-color: #005e8d;
	border-bottom-color: #005e8d;
	margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
	border-top-color: #002b41;
	border-bottom-color: #002b41;
}
.nav-tabs .dropdown-toggle .caret {
	margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
	border-top-color: #555;
	border-bottom-color: #555;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
	cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
	color: #fff;
	background-color: #999;
	border-color: #999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
	border-color: #999;
}
.tabbable {
	*zoom: 1;
}
.tabbable:before,
.tabbable:after {
	display: table;
	content: "";
	line-height: 0;
}
.tabbable:after {
	clear: both;
}
.tab-content {
	overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
	border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
	display: none;
}
.tab-content > .active,
.pill-content > .active {
	display: block;
}
.tabs-below > .nav-tabs {
	border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
	margin-top: -1px;
	margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
	border-bottom-color: transparent;
	border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
	border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
	float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
	min-width: 74px;
	margin-right: 0;
	margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
	float: left;
	margin-right: 19px;
	border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
	margin-right: -1px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
	border-color: #eee #ddd #eee #eee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
	border-color: #ddd transparent #ddd #ddd;
	*border-right-color: #fff;
}
.tabs-right > .nav-tabs {
	float: right;
	margin-left: 19px;
	border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
	margin-left: -1px;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
	border-color: #eee #eee #eee #ddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
	border-color: #ddd #ddd #ddd transparent;
	*border-left-color: #fff;
}
.nav > .disabled > a {
	color: #999;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	cursor: default;
}
.navbar {
	overflow: visible;
	margin-bottom: 18px;
	*position: relative;
	*z-index: 2;
}
.navbar-inner {
	min-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #fafafa;
	background-image: -moz-linear-gradient(top,#ffffff,#f2f2f2);
	background-image: -webkit-gradient(linear,0 0,0
100%,from(#ffffff),to(#f2f2f2));
	background-image: -webkit-linear-gradient(top,#ffffff,#f2f2f2);
	background-image: -o-linear-gradient(top,#ffffff,#f2f2f2);
	background-image: linear-gradient(to bottom,#ffffff,#f2f2f2);
	background-repeat: repeat-x;
	filter:
progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',
endColorstr='#fff2f2f2', GradientType=0);
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
	box-shadow: 0 1px 4px rgba(0,0,0,0.065);
	*zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
	display: table;
	content: "";
	line-height: 0;
}
.navbar-inner:after {
	clear: both;
}
.navbar .container {
	width: auto;
}
.nav-collapse.collapse {
	height: auto;
	overflow: visible;
}
.navbar .brand {
	float: left;
	display: block;
	padding: 11px 20px 11px;
	margin-left: -20px;
	font-size: 20px;
	font-weight: 200;
	color: #555;
	text-shadow: 0 1px 0 #ffffff;
}
.navbar .brand:hover,
.navbar .brand:focus {
	text-decoration: none;
}
.navbar-text {
	margin-bottom: 0;
	line-height: 40px;
	color: #555;
}
.navbar-link {
	color: #555;
}
.navbar-link:hover,
.navbar-link:focus {
	color: #333;
}
.navbar .divider-vertical {
	height: 40px;
	margin: 0 9px;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #ffffff;
}
.navbar .btn,
.navbar .btn-group {
	margin-top: 5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
	margin-top: 0;
}
.navbar-form {
	margin-bottom: 0;
	*zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
	display: table;
	content: "";
	line-height: 0;
}
.navbar-form:after {
	clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
	margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
	display: inline-block;
	margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
	margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
	margin-top: 5px;
	white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
	margin-top: 0;
}
.navbar-search {
	position: relative;
	float: left;
	margin-top: 5px;
	margin-bottom: 0;
}
.navbar-search .search-query {
	margin-bottom: 0;
	padding: 4px 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.navbar-static-top {
	position: static;
	margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
	border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
	border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
	padding-left: 0;
	padding-right: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
	width: 940px;
}
.navbar-fixed-top {
	top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
.navbar-fixed-bottom {
	bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
	-webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
	-moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
	box-shadow: 0 -1px 10px rgba(0,0,0,.1);
}
.navbar .nav {
	position: relative;
	left: 0;
	display: block;
	float: left;
	margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
	float: right;
	margin-right: 0;
}
.navbar .nav > li {
	float: left;
}
.navbar .nav > li > a {
	float: none;
	padding: 11px 15px 11px;
	color: #555;
	text-decoration: none;
	text-shadow: 0 1px 0 #ffffff;
}
.navbar .nav .dropdown-toggle .caret {
	margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
	background-color: transparent;
	color: #333;
	text-decoration: none;
}
.navbar .nav > li > a:focus {
	outline: 2px solid #5e9ed6;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
	color: #555;
	text-decoration: none;
	background-color: #e6e6e6;
	-webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
	-moz-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
	box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
}
.navbar .btn-navbar {
	display: none;
	float: right;
	padding: 7px 10px;
	margin-left: 5px;
	margin-right: 5px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #ededed;
	background-image: -moz-linear-gradient(top,#f2f2f2,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0
100%,from(#f2f2f2),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#f2f2f2,#e6e6e6);
	background-image: -o-linear-gradient(top,#f2f2f2,#e6e6e6);
	background-image: linear-gradient(to bottom,#f2f2f2,#e6e6e6);
	background-repeat: repeat-x;
	filter:
progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2',
endColorstr='#ffe5e5e5', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	*background-color: #e6e6e6;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0
rgba(255,255,255,.075);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0
rgba(255,255,255,.075);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0
rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
	color: #fff;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
	background-color: #cccccc \9;
}
.navbar .btn-navbar .icon-bar {
	display: block;
	width: 18px;
	height: 2px;
	background-color: #f5f5f5;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
	box-shadow: 0 1px 0 rgba(0,0,0,0.25);
}
.btn-navbar .icon-bar + .icon-bar {
	margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-bottom-color: rgba(0,0,0,0.2);
	position: absolute;
	top: -7px;
	left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	position: absolute;
	top: -6px;
	left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
	border-top: 7px solid #ccc;
	border-top-color: rgba(0,0,0,0.2);
	border-bottom: 0;
	bottom: -7px;
	top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
	border-top: 6px solid #fff;
	border-bottom: 0;
	bottom: -6px;
	top: auto;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
	border-top-color: #333;
	border-bottom-color: #333;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background-color: #e6e6e6;
	color: #555;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
	border-top-color: #555;
	border-bottom-color: #555;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
	border-top-color: #555;
	border-bottom-color: #555;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
	left: auto;
	right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
	left: auto;
	right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
	left: auto;
	right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
	left: auto;
	right: 100%;
	margin-left: 0;
	margin-right: -1px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
.navbar-inverse .navbar-inner {
	background-color: #1b1b1b;
	background-image: -moz-linear-gradient(top,#222222,#111111);
	background-image: -webkit-gradient(linear,0 0,0
100%,from(#222222),to(#111111));
	background-image: -webkit-linear-gradient(top,#222222,#111111);
	background-image: -o-linear-gradient(top,#222222,#111111);
	background-image: linear-gradient(to bottom,#222222,#111111);
	background-repeat: repeat-x;
	filter:
progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',
endColorstr='#ff111111', GradientType=0);
	border-color: #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
	color: #999;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .nav > li > a:focus {
	color: #fff;
}
.navbar-inverse .brand {
	color: #999;
}
.navbar-inverse .navbar-text {
	color: #999;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
	background-color: transparent;
	color: #fff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
	color: #fff;
	background-color: #111111;
}
.navbar-inverse .navbar-link {
	color: #999;
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
	color: #fff;
}
.navbar-inverse .divider-vertical {
	border-left-color: #111111;
	border-right-color: #222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
	background-color: #111111;
	color: #fff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
	border-top-color: #999;
	border-bottom-color: #999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.navbar-inverse .navbar-search .search-query {
	color: #fff;
	background-color: #515151;
	border-color: #111111;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0
rgba(255,255,255,.15);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0
rgba(255,255,255,.15);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
	color: #ccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
	color: #ccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
	color: #ccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
	padding: 5px 15px;
	color: #333;
	text-shadow: 0 1px 0 #fff;
	background-color: #fff;
	border: 0;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.15);
	box-shadow: 0 0 3px rgba(0,0,0,0.15);
	outline: 0;
}
.navbar-inverse .btn-navbar {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #0e0e0e;
	background-image: -moz-linear-gradient(top,#151515,#040404);
	background-image: -webkit-gradient(linear,0 0,0
100%,from(#151515),to(#040404));
	background-image: -webkit-linear-gradient(top,#151515,#040404);
	background-image: -o-linear-gradient(top,#151515,#040404);
	background-image: linear-gradient(to bottom,#151515,#040404);
	background-repeat: repeat-x;
	filter:
progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515',
endColorstr='#ff040404', GradientType=0);
	border-color: #040404 #040404 #000000;
	*background-color: #040404;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
	color: #fff;
	background-color: #040404;
	*background-color: #000000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
	background-color: #000000 \9;
}
.breadcrumb {
	padding: 8px 15px;
	margin: 0 0 18px;
	list-style: none;
	background-color: #f5f5f5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.breadcrumb > li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-shadow: 0 1px 0 #fff;
}
.breadcrumb > li > .divider {
	padding: 0 5px;
	color: #ccc;
}
.breadcrumb > .active {
	color: #999;
}
.pagination {
	margin: 18px 0;
}
.pagination ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.pagination ul > li {
	display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
	float: left;
	padding: 4px 12px;
	line-height: 18px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
	background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
	color: #999;
	cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
	color: #999;
	background-color: transparent;
	cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
	border-left-width: 1px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.pagination-centered {
	text-align: center;
}
.pagination-right {
	text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
	padding: 11px 19px;
	font-size: 16.25px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
	padding: 2px 10px;
	font-size: 12px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
	padding: 0 6px;
	font-size: 9.75px;
}
.pager {
	margin: 18px 0;
	list-style: none;
	text-align: center;
	*zoom: 1;
}
.pager:before,
.pager:after {
	display: table;
	content: "";
	line-height: 0;
}
.pager:after {
	clear: both;
}
.pager li {
	display: inline;
}
.pager li > a,
.pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
	text-decoration: none;
	background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
	float: right;
}
.pager .previous > a,
.pager .previous > span {
	float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
	color: #999;
	background-color: #fff;
	cursor: default;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.modal-header {
	padding: 9px 15px;
	border-bottom: 1px solid #eee;
}
.modal-header .close {
	margin-top: 2px;
}
.modal-header h3 {
	margin: 0;
	line-height: 30px;
}
.modal-body {
	width: 98%;
	position: relative;
	max-height: 400px;
	padding: 1%;
}
.modal-body iframe {
	width: 100%;
	max-height: none;
	border: 0 !important;
}
.modal-form {
	margin-bottom: 0;
}
.modal-footer {
	padding: 14px 15px 15px;
	margin-bottom: 0;
	text-align: right;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	-webkit-box-shadow: inset 0 1px 0 #fff;
	-moz-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;
	*zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
	display: table;
	content: "";
	line-height: 0;
}
.modal-footer:after {
	clear: both;
}
.modal-footer .btn + .btn {
	margin-left: 5px;
	margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}
.tooltip {
	position: absolute;
	z-index: 1030;
	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: center;
	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;
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	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;
}
.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;
}
.thumbnails {
	margin-left: -20px;
	list-style: none;
	*zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
	display: table;
	content: "";
	line-height: 0;
}
.thumbnails:after {
	clear: both;
}
.row-fluid .thumbnails {
	margin-left: 0;
}
.thumbnails > li {
	float: left;
	margin-bottom: 18px;
	margin-left: 20px;
}
.thumbnail {
	display: block;
	padding: 4px;
	line-height: 18px;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
	box-shadow: 0 1px 3px rgba(0,0,0,0.055);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a.thumbnail:hover,
a.thumbnail:focus {
	border-color: #005e8d;
	-webkit-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
	-moz-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
	box-shadow: 0 1px 4px rgba(0,105,214,0.25);
}
.thumbnail > img {
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.thumbnail .caption {
	padding: 9px;
	color: #555;
}
.label,
.badge {
	display: inline-block;
	padding: 2px 4px;
	font-size: 10.998px;
	font-weight: bold;
	line-height: 14px;
	color: #fff;
	vertical-align: baseline;
	white-space: nowrap;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #999;
}
.label {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.badge {
	padding-left: 9px;
	padding-right: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
.label:empty,
.badge:empty {
	display: none;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.label-important,
.badge-important {
	background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
	background-color: #953b39;
}
.label-warning,
.badge-warning {
	background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
	background-color: #c67605;
}
.label-success,
.badge-success {
	background-color: #468847;
}
.label-success[href],
.badge-success[href] {
	background-color: #356635;
}
.label-info,
.badge-info {
	background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
	background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
	background-color: #333;
}
.label-inverse[href],
.badge-inverse[href] {
	background-color: #1a1a1a;
}
.btn .label,
.btn .badge {
	position: relative;
	top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
	top: 0;
}
@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}
@-moz-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}
@-ms-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}
@-o-keyframes progress-bar-stripes {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 40px 0;
	}
}
@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}
.progress {
	overflow: hidden;
	height: 18px;
	margin-bottom: 18px;
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top,#f5f5f5,#f9f9f9);
	background-image: -webkit-gradient(linear,0 0,0
100%,from(#f5f5f5),to(#f9f9f9));
	background-image: -webkit-linear-gradient(top,#f5f5f5,#f9f9f9);
	background-image: -o-linear-gradient(top,#f5f5f5,#f9f9f9);
	background-image: linear-gradient(to bottom,#f5f5f5,#f9f9f9);
	background-repeat: repeat-x;
	filter:
progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',
endColorstr='#fff9f9f9', GradientType=0);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.progress .bar {
	width: 0%;
	height: 100%;
	color: #fff;
	float: left;
	font-size: 12px;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #0e90d2;
	background-image: -moz-linear-gradient(top,#149bdf,#0480be);
	background-image: -webkit-gradient(linear,0 0,0
100%,from(#149bdf),to(#0480be));
	background-image: -webkit-linear-gradient(top,#149bdf,#0480be);
	background-image: -o-linear-gradient(top,#149bdf,#0480be);
	background-image: linear-gradient(to bottom,#149bdf,#0480be);
	background-repeat: repeat-x;
	filter:
progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf',
endColorstr='#ff0480be', GradientType=0);
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: width .6s ease;
	-moz-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
}
.progress .bar + .bar {
	-webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0
rgba(0,0,0,.15);
	-moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0
rgba(0,0,0,.15);
	box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
}
.progress-striped .bar {
	background-color: #149bdf;
	background-image: -webkit-gradient(linear,0 100%,100%
0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15)
25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15)
50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15)
25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15)
50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15)
25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15)
50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,0.15)
25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15)
50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	-webkit-background-size: 40px 40px;
	-moz-background-size: 40px 40px;
	-o-background-size: 40px 40px;
	background-size: 40px 40px;
}
.progress.active .bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-moz-animation: progress-bar-stripes 2s linear infinite;
	-ms-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
	background-color: #dd514c;
	background-image: -moz-linear-gradient(top,#ee5f5b,#c43c35);
	background-image: -webkit-gradient(linear,0 0,0
100%,from(#ee5f5b),to(#c43c35));
	background-image: -webkit-linear-gradient(top,#ee5f5b,#c43c35);
	background-image: -o-linear-gradient(top,#ee5f5b,#c43c35);
	background-image: linear-gradient(to bottom,#ee5f5b,#c43c35);
	background-repeat: repeat-x;
	filter:
progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',
endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
	background-color: #ee5f5b;
	background-image: -webkit-gradient(linear,0 100%,100%
0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15)
25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15)
50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15)
25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15)
50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15)
25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15)
50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,0.15)
25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15)
50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}
.progress-success .bar,
.progress .bar-success {
	background-color: #5eb95e;
	background-image: -moz-linear-gradient(top,#62c462,#57a957);
	background-image: -webkit-gradient(linear,0 0,0
100%,from(#62c462),to(#57a957));
	background-image: -webkit-linear-gradient(top,#62c462,#57a957);
	background-image: -o-linear-gradient(top,#62c462,#57a957);
	background-image: linear-gradient(to bottom,#62c462,#57a957);
	background-repeat: repeat-x;
	filter:
progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',
endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
	background-color: #62c462;
	background-image: -webkit-gradient(linear,0 100%,100%
0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15)
25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15)
50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15)
25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15)
50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15)
25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15)
50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,0.15)
25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15)
50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}
.progress-info .bar,
.progress .bar-info {
	background-color: #4bb1cf;
	background-image: -moz-linear-gradient(top,#5bc0de,#339bb9);
	background-image: -webkit-gradient(linear,0 0,0
100%,from(#5bc0de),to(#339bb9));
	background-image: -webkit-linear-gradient(top,#5bc0de,#339bb9);
	background-image: -o-linear-gradient(top,#5bc0de,#339bb9);
	background-image: linear-gradient(to bottom,#5bc0de,#339bb9);
	background-repeat: repeat-x;
	filter:
progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',
endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
	background-color: #5bc0de;
	background-image: -webkit-gradient(linear,0 100%,100%
0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15)
25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15)
50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15)
25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15)
50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15)
25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15)
50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,0.15)
25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15)
50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}
.progress-warning .bar,
.progress .bar-warning {
	background-color: #faa732;
	background-image: -moz-linear-gradient(top,#fbb450,#f89406);
	background-image: -webkit-gradient(linear,0 0,0
100%,from(#fbb450),to(#f89406));
	background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
	background-image: -o-linear-gradient(top,#fbb450,#f89406);
	background-image: linear-gradient(to bottom,#fbb450,#f89406);
	background-repeat: repeat-x;
	filter:
progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f',
endColorstr='#fff89406', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
	background-color: #fbb450;
	background-image: -webkit-gradient(linear,0 100%,100%
0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15)
25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15)
50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15)
25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15)
50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15)
25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15)
50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,0.15)
25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15)
50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}
.accordion {
	margin-bottom: 18px;
}
.accordion-group {
	margin-bottom: 2px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.accordion-heading {
	border-bottom: 0;
}
.accordion-heading .accordion-toggle {
	display: block;
	padding: 8px 15px;
}
.accordion-toggle {
	cursor: pointer;
}
.accordion-inner {
	padding: 9px 15px;
	border-top: 1px solid #e5e5e5;
}
.carousel {
	position: relative;
	margin-bottom: 18px;
	line-height: 1;
}
.carousel-inner {
	overflow: hidden;
	width: 100%;
	position: relative;
}
.carousel-inner > .item {
	display: none;
	position: relative;
	-webkit-transition: .6s ease-in-out left;
	-moz-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
	display: block;
}
.carousel-inner > .active {
	left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner > .next {
	left: 100%;
}
.carousel-inner > .prev {
	left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
	left: 0;
}
.carousel-inner > .active.left {
	left: -100%;
}
.carousel-inner > .active.right {
	left: 100%;
}
.carousel-control {
	position: absolute;
	top: 40%;
	left: 15px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	font-size: 60px;
	font-weight: 100;
	line-height: 30px;
	color: #fff;
	text-align: center;
	background: #222;
	border: 3px solid #fff;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.carousel-control.right {
	left: auto;
	right: 15px;
}
.carousel-control:hover,
.carousel-control:focus {
	color: #fff;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.carousel-indicators {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 5;
	margin: 0;
	list-style: none;
}
.carousel-indicators li {
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	text-indent: -999px;
	background-color: #ccc;
	background-color: rgba(255,255,255,0.25);
	border-radius: 5px;
}
.carousel-indicators .active {
	background-color: #fff;
}
.carousel-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px;
	background: #333;
	background: rgba(0,0,0,0.75);
}
.carousel-caption h4,
.carousel-caption p {
	color: #fff;
	line-height: 18px;
}
.carousel-caption h4 {
	margin: 0 0 5px;
}
.carousel-caption p {
	margin-bottom: 0;
}
.hero-unit {
	padding: 60px;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 200;
	line-height: 27px;
	color: inherit;
	background-color: #eee;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.hero-unit h1 {
	margin-bottom: 0;
	font-size: 60px;
	line-height: 1;
	color: inherit;
	letter-spacing: -1px;
}
.hero-unit li {
	line-height: 27px;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.invisible {
	visibility: hidden;
}
.affix {
	position: fixed;
}
@-ms-viewport {
	width: device-width;
}
.hidden {
	display: none;
	visibility: hidden;
}
.visible-phone {
	display: none !important;
}
.visible-tablet {
	display: none !important;
}
.hidden-desktop {
	display: none !important;
}
.visible-desktop {
	display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
	.hidden-desktop {
		display: inherit !important;
	}
	.visible-desktop {
		display: none !important;
	}
	.visible-tablet {
		display: inherit !important;
	}
	.hidden-tablet {
		display: none !important;
	}
}
@media (max-width: 767px) {
	.hidden-desktop {
		display: inherit !important;
	}
	.visible-desktop {
		display: none !important;
	}
	.visible-phone {
		display: inherit !important;
	}
	.hidden-phone {
		display: none !important;
	}
}
.visible-print {
	display: none !important;
}
@media print {
	.visible-print {
		display: inherit !important;
	}
	.hidden-print {
		display: none !important;
	}
}
@media (max-width: 767px) {
	body {
		padding-left: 20px;
		padding-right: 20px;
	}
	.navbar-fixed-top,
	.navbar-fixed-bottom,
	.navbar-static-top {
		margin-left: -20px;
		margin-right: -20px;
	}
	.container-fluid {
		padding: 0;
	}
	.dl-horizontal dt {
		float: none;
		clear: none;
		width: auto;
		text-align: left;
	}
	.dl-horizontal dd {
		margin-left: 0;
	}
	.dropdown-menu .menuitem-group {
		background-color: #10223e;
		color: #eee;
	}
	.container {
		width: auto;
	}
	.row-fluid {
		width: 100%;
	}
	.row,
	.thumbnails {
		margin-left: 0;
	}
	.thumbnails > li {
		float: none;
		margin-left: 0;
	}
	[class*="span"],
	.uneditable-input[class*="span"],
	.row-fluid [class*="span"] {
		float: none;
		display: block;
		width: 100%;
		margin-left: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.span12,
	.row-fluid .span12 {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.row-fluid [class*="offset"]:first-child {
		margin-left: 0;
	}
	.input-large,
	.input-xlarge,
	.input-xxlarge,
	input[class*="span"],
	select[class*="span"],
	textarea[class*="span"],
	.uneditable-input {
		display: block;
		width: 100%;
		min-height: 28px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.input-prepend input,
	.input-append input,
	.input-prepend input[class*="span"],
	.input-append input[class*="span"] {
		display: inline-block;
	}
	.controls-row [class*="span"] + [class*="span"] {
		margin-left: 0;
	}
}
@media (max-width: 480px) {
	.nav-collapse {
		-webkit-transform: translate3d(0,0,0);
	}
	.page-header h1 small {
		display: block;
		line-height: 18px;
	}
	input[type="checkbox"],
	input[type="radio"] {
		border: 1px solid #ccc;
	}
	.form-horizontal .control-label {
		float: none;
		width: auto;
		padding-top: 0;
		text-align: left;
	}
	.form-horizontal .controls {
		margin-left: 0;
	}
	.form-horizontal .control-list {
		padding-top: 0;
	}
	.form-horizontal .form-actions {
		padding-left: 10px;
		padding-right: 10px;
	}
	.tag-category input#filter-search,
	.newsfeed-category input#filter-search {
		width: auto;
		margin-bottom: 9px;
	}
	.category-list input#filter-search {
		width: auto;
	}
	.media .pull-left,
	.media .pull-right {
		float: none;
		display: block;
		margin-bottom: 10px;
	}
	.media-object {
		margin-right: 0;
		margin-left: 0;
	}
	.modal-header .close {
		padding: 10px;
		margin: -10px;
	}
	.carousel-caption {
		position: static;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.row {
		margin-left: -20px;
		*zoom: 1;
	}
	.row:before,
	.row:after {
		display: table;
		content: "";
		line-height: 0;
	}
	.row:after {
		clear: both;
	}
	[class*="span"] {
		float: left;
		min-height: 1px;
		margin-left: 20px;
	}
	.container,
	.navbar-static-top .container,
	.navbar-fixed-top .container,
	.navbar-fixed-bottom .container {
		width: 724px;
	}
	.span12 {
		width: 724px;
	}
	.span11 {
		width: 662px;
	}
	.span10 {
		width: 600px;
	}
	.span9 {
		width: 538px;
	}
	.span8 {
		width: 476px;
	}
	.span7 {
		width: 414px;
	}
	.span6 {
		width: 352px;
	}
	.span5 {
		width: 290px;
	}
	.span4 {
		width: 228px;
	}
	.span3 {
		width: 166px;
	}
	.span2 {
		width: 104px;
	}
	.span1 {
		width: 42px;
	}
	.offset12 {
		margin-left: 764px;
	}
	.offset11 {
		margin-left: 702px;
	}
	.offset10 {
		margin-left: 640px;
	}
	.offset9 {
		margin-left: 578px;
	}
	.offset8 {
		margin-left: 516px;
	}
	.offset7 {
		margin-left: 454px;
	}
	.offset6 {
		margin-left: 392px;
	}
	.offset5 {
		margin-left: 330px;
	}
	.offset4 {
		margin-left: 268px;
	}
	.offset3 {
		margin-left: 206px;
	}
	.offset2 {
		margin-left: 144px;
	}
	.offset1 {
		margin-left: 82px;
	}
	.row-fluid {
		width: 100%;
		*zoom: 1;
	}
	.row-fluid:before,
	.row-fluid:after {
		display: table;
		content: "";
		line-height: 0;
	}
	.row-fluid:after {
		clear: both;
	}
	.row-fluid [class*="span"] {
		display: block;
		width: 100%;
		min-height: 28px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		margin-left: 2.127659574%;
		*margin-left: 2.0744680846383%;
	}
	.row-fluid [class*="span"]:first-child {
		margin-left: 0;
	}
	.row-fluid .controls-row [class*="span"] +
[class*="span"] {
		margin-left: 2.127659574%;
	}
	.row-fluid .span12 {
		width: 99.99999999%;
		*width: 99.946808500638%;
	}
	.row-fluid .span11 {
		width: 91.489361693%;
		*width: 91.436170203638%;
	}
	.row-fluid .span10 {
		width: 82.978723396%;
		*width: 82.925531906638%;
	}
	.row-fluid .span9 {
		width: 74.468085099%;
		*width: 74.414893609638%;
	}
	.row-fluid .span8 {
		width: 65.957446802%;
		*width: 65.904255312638%;
	}
	.row-fluid .span7 {
		width: 57.446808505%;
		*width: 57.393617015638%;
	}
	.row-fluid .span6 {
		width: 48.936170208%;
		*width: 48.882978718638%;
	}
	.row-fluid .span5 {
		width: 40.425531911%;
		*width: 40.372340421638%;
	}
	.row-fluid .span4 {
		width: 31.914893614%;
		*width: 31.861702124638%;
	}
	.row-fluid .span3 {
		width: 23.404255317%;
		*width: 23.351063827638%;
	}
	.row-fluid .span2 {
		width: 14.89361702%;
		*width: 14.840425530638%;
	}
	.row-fluid .span1 {
		width: 6.382978723%;
		*width: 6.3297872336383%;
	}
	.row-fluid .offset12 {
		margin-left: 104.255319138%;
		*margin-left: 104.14893615928%;
	}
	.row-fluid .offset12:first-child {
		margin-left: 102.127659564%;
		*margin-left: 102.02127658528%;
	}
	.row-fluid .offset11 {
		margin-left: 95.744680841%;
		*margin-left: 95.638297862277%;
	}
	.row-fluid .offset11:first-child {
		margin-left: 93.617021267%;
		*margin-left: 93.510638288277%;
	}
	.row-fluid .offset10 {
		margin-left: 87.234042544%;
		*margin-left: 87.127659565277%;
	}
	.row-fluid .offset10:first-child {
		margin-left: 85.10638297%;
		*margin-left: 84.999999991277%;
	}
	.row-fluid .offset9 {
		margin-left: 78.723404247%;
		*margin-left: 78.617021268277%;
	}
	.row-fluid .offset9:first-child {
		margin-left: 76.595744673%;
		*margin-left: 76.489361694277%;
	}
	.row-fluid .offset8 {
		margin-left: 70.21276595%;
		*margin-left: 70.106382971277%;
	}
	.row-fluid .offset8:first-child {
		margin-left: 68.085106376%;
		*margin-left: 67.978723397277%;
	}
	.row-fluid .offset7 {
		margin-left: 61.702127653%;
		*margin-left: 61.595744674277%;
	}
	.row-fluid .offset7:first-child {
		margin-left: 59.574468079%;
		*margin-left: 59.468085100277%;
	}
	.row-fluid .offset6 {
		margin-left: 53.191489356%;
		*margin-left: 53.085106377277%;
	}
	.row-fluid .offset6:first-child {
		margin-left: 51.063829782%;
		*margin-left: 50.957446803277%;
	}
	.row-fluid .offset5 {
		margin-left: 44.680851059%;
		*margin-left: 44.574468080277%;
	}
	.row-fluid .offset5:first-child {
		margin-left: 42.553191485%;
		*margin-left: 42.446808506277%;
	}
	.row-fluid .offset4 {
		margin-left: 36.170212762%;
		*margin-left: 36.063829783277%;
	}
	.row-fluid .offset4:first-child {
		margin-left: 34.042553188%;
		*margin-left: 33.936170209277%;
	}
	.row-fluid .offset3 {
		margin-left: 27.659574465%;
		*margin-left: 27.553191486277%;
	}
	.row-fluid .offset3:first-child {
		margin-left: 25.531914891%;
		*margin-left: 25.425531912277%;
	}
	.row-fluid .offset2 {
		margin-left: 19.148936168%;
		*margin-left: 19.042553189277%;
	}
	.row-fluid .offset2:first-child {
		margin-left: 17.021276594%;
		*margin-left: 16.914893615277%;
	}
	.row-fluid .offset1 {
		margin-left: 10.638297871%;
		*margin-left: 10.531914892277%;
	}
	.row-fluid .offset1:first-child {
		margin-left: 8.510638297%;
		*margin-left: 8.4042553182766%;
	}
	input,
	textarea,
	.uneditable-input {
		margin-left: 0;
	}
	.controls-row [class*="span"] + [class*="span"] {
		margin-left: 20px;
	}
	input.span12,
	textarea.span12,
	.uneditable-input.span12 {
		width: 710px;
	}
	input.span11,
	textarea.span11,
	.uneditable-input.span11 {
		width: 648px;
	}
	input.span10,
	textarea.span10,
	.uneditable-input.span10 {
		width: 586px;
	}
	input.span9,
	textarea.span9,
	.uneditable-input.span9 {
		width: 524px;
	}
	input.span8,
	textarea.span8,
	.uneditable-input.span8 {
		width: 462px;
	}
	input.span7,
	textarea.span7,
	.uneditable-input.span7 {
		width: 400px;
	}
	input.span6,
	textarea.span6,
	.uneditable-input.span6 {
		width: 338px;
	}
	input.span5,
	textarea.span5,
	.uneditable-input.span5 {
		width: 276px;
	}
	input.span4,
	textarea.span4,
	.uneditable-input.span4 {
		width: 214px;
	}
	input.span3,
	textarea.span3,
	.uneditable-input.span3 {
		width: 152px;
	}
	input.span2,
	textarea.span2,
	.uneditable-input.span2 {
		width: 90px;
	}
	input.span1,
	textarea.span1,
	.uneditable-input.span1 {
		width: 28px;
	}
}
@media (min-width: 1200px) {
	.row {
		margin-left: -20px;
		*zoom: 1;
	}
	.row:before,
	.row:after {
		display: table;
		content: "";
		line-height: 0;
	}
	.row:after {
		clear: both;
	}
	[class*="span"] {
		float: left;
		min-height: 1px;
		margin-left: 20px;
	}
	.container,
	.navbar-static-top .container,
	.navbar-fixed-top .container,
	.navbar-fixed-bottom .container {
		width: 940px;
	}
	.span12 {
		width: 940px;
	}
	.span11 {
		width: 860px;
	}
	.span10 {
		width: 780px;
	}
	.span9 {
		width: 700px;
	}
	.span8 {
		width: 620px;
	}
	.span7 {
		width: 540px;
	}
	.span6 {
		width: 460px;
	}
	.span5 {
		width: 380px;
	}
	.span4 {
		width: 300px;
	}
	.span3 {
		width: 220px;
	}
	.span2 {
		width: 140px;
	}
	.span1 {
		width: 60px;
	}
	.offset12 {
		margin-left: 980px;
	}
	.offset11 {
		margin-left: 900px;
	}
	.offset10 {
		margin-left: 820px;
	}
	.offset9 {
		margin-left: 740px;
	}
	.offset8 {
		margin-left: 660px;
	}
	.offset7 {
		margin-left: 580px;
	}
	.offset6 {
		margin-left: 500px;
	}
	.offset5 {
		margin-left: 420px;
	}
	.offset4 {
		margin-left: 340px;
	}
	.offset3 {
		margin-left: 260px;
	}
	.offset2 {
		margin-left: 180px;
	}
	.offset1 {
		margin-left: 100px;
	}
	.row-fluid {
		width: 100%;
		*zoom: 1;
	}
	.row-fluid:before,
	.row-fluid:after {
		display: table;
		content: "";
		line-height: 0;
	}
	.row-fluid:after {
		clear: both;
	}
	.row-fluid [class*="span"] {
		display: block;
		width: 100%;
		min-height: 28px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		margin-left: 2.127659574%;
		*margin-left: 2.0744680846383%;
	}
	.row-fluid [class*="span"]:first-child {
		margin-left: 0;
	}
	.row-fluid .controls-row [class*="span"] +
[class*="span"] {
		margin-left: 2.127659574%;
	}
	.row-fluid .span12 {
		width: 99.99999999%;
		*width: 99.946808500638%;
	}
	.row-fluid .span11 {
		width: 91.489361693%;
		*width: 91.436170203638%;
	}
	.row-fluid .span10 {
		width: 82.978723396%;
		*width: 82.925531906638%;
	}
	.row-fluid .span9 {
		width: 74.468085099%;
		*width: 74.414893609638%;
	}
	.row-fluid .span8 {
		width: 65.957446802%;
		*width: 65.904255312638%;
	}
	.row-fluid .span7 {
		width: 57.446808505%;
		*width: 57.393617015638%;
	}
	.row-fluid .span6 {
		width: 48.936170208%;
		*width: 48.882978718638%;
	}
	.row-fluid .span5 {
		width: 40.425531911%;
		*width: 40.372340421638%;
	}
	.row-fluid .span4 {
		width: 31.914893614%;
		*width: 31.861702124638%;
	}
	.row-fluid .span3 {
		width: 23.404255317%;
		*width: 23.351063827638%;
	}
	.row-fluid .span2 {
		width: 14.89361702%;
		*width: 14.840425530638%;
	}
	.row-fluid .span1 {
		width: 6.382978723%;
		*width: 6.3297872336383%;
	}
	.row-fluid .offset12 {
		margin-left: 104.255319138%;
		*margin-left: 104.14893615928%;
	}
	.row-fluid .offset12:first-child {
		margin-left: 102.127659564%;
		*margin-left: 102.02127658528%;
	}
	.row-fluid .offset11 {
		margin-left: 95.744680841%;
		*margin-left: 95.638297862277%;
	}
	.row-fluid .offset11:first-child {
		margin-left: 93.617021267%;
		*margin-left: 93.510638288277%;
	}
	.row-fluid .offset10 {
		margin-left: 87.234042544%;
		*margin-left: 87.127659565277%;
	}
	.row-fluid .offset10:first-child {
		margin-left: 85.10638297%;
		*margin-left: 84.999999991277%;
	}
	.row-fluid .offset9 {
		margin-left: 78.723404247%;
		*margin-left: 78.617021268277%;
	}
	.row-fluid .offset9:first-child {
		margin-left: 76.595744673%;
		*margin-left: 76.489361694277%;
	}
	.row-fluid .offset8 {
		margin-left: 70.21276595%;
		*margin-left: 70.106382971277%;
	}
	.row-fluid .offset8:first-child {
		margin-left: 68.085106376%;
		*margin-left: 67.978723397277%;
	}
	.row-fluid .offset7 {
		margin-left: 61.702127653%;
		*margin-left: 61.595744674277%;
	}
	.row-fluid .offset7:first-child {
		margin-left: 59.574468079%;
		*margin-left: 59.468085100277%;
	}
	.row-fluid .offset6 {
		margin-left: 53.191489356%;
		*margin-left: 53.085106377277%;
	}
	.row-fluid .offset6:first-child {
		margin-left: 51.063829782%;
		*margin-left: 50.957446803277%;
	}
	.row-fluid .offset5 {
		margin-left: 44.680851059%;
		*margin-left: 44.574468080277%;
	}
	.row-fluid .offset5:first-child {
		margin-left: 42.553191485%;
		*margin-left: 42.446808506277%;
	}
	.row-fluid .offset4 {
		margin-left: 36.170212762%;
		*margin-left: 36.063829783277%;
	}
	.row-fluid .offset4:first-child {
		margin-left: 34.042553188%;
		*margin-left: 33.936170209277%;
	}
	.row-fluid .offset3 {
		margin-left: 27.659574465%;
		*margin-left: 27.553191486277%;
	}
	.row-fluid .offset3:first-child {
		margin-left: 25.531914891%;
		*margin-left: 25.425531912277%;
	}
	.row-fluid .offset2 {
		margin-left: 19.148936168%;
		*margin-left: 19.042553189277%;
	}
	.row-fluid .offset2:first-child {
		margin-left: 17.021276594%;
		*margin-left: 16.914893615277%;
	}
	.row-fluid .offset1 {
		margin-left: 10.638297871%;
		*margin-left: 10.531914892277%;
	}
	.row-fluid .offset1:first-child {
		margin-left: 8.510638297%;
		*margin-left: 8.4042553182766%;
	}
	input,
	textarea,
	.uneditable-input {
		margin-left: 0;
	}
	.controls-row [class*="span"] + [class*="span"] {
		margin-left: 20px;
	}
	input.span12,
	textarea.span12,
	.uneditable-input.span12 {
		width: 926px;
	}
	input.span11,
	textarea.span11,
	.uneditable-input.span11 {
		width: 846px;
	}
	input.span10,
	textarea.span10,
	.uneditable-input.span10 {
		width: 766px;
	}
	input.span9,
	textarea.span9,
	.uneditable-input.span9 {
		width: 686px;
	}
	input.span8,
	textarea.span8,
	.uneditable-input.span8 {
		width: 606px;
	}
	input.span7,
	textarea.span7,
	.uneditable-input.span7 {
		width: 526px;
	}
	input.span6,
	textarea.span6,
	.uneditable-input.span6 {
		width: 446px;
	}
	input.span5,
	textarea.span5,
	.uneditable-input.span5 {
		width: 366px;
	}
	input.span4,
	textarea.span4,
	.uneditable-input.span4 {
		width: 286px;
	}
	input.span3,
	textarea.span3,
	.uneditable-input.span3 {
		width: 206px;
	}
	input.span2,
	textarea.span2,
	.uneditable-input.span2 {
		width: 126px;
	}
	input.span1,
	textarea.span1,
	.uneditable-input.span1 {
		width: 46px;
	}
	.thumbnails {
		margin-left: -20px;
	}
	.thumbnails > li {
		margin-left: 20px;
	}
	.row-fluid .thumbnails {
		margin-left: 0;
	}
}
@media (max-width: 979px) {
	body {
		padding-top: 0;
	}
	.navbar-fixed-top,
	.navbar-fixed-bottom {
		position: static;
	}
	.navbar-fixed-top {
		margin-bottom: 18px;
	}
	.navbar-fixed-bottom {
		margin-top: 18px;
	}
	.navbar-fixed-top .navbar-inner,
	.navbar-fixed-bottom .navbar-inner {
		padding: 5px;
	}
	.navbar .container {
		width: auto;
		padding: 0;
	}
	.navbar .brand {
		padding-left: 10px;
		padding-right: 10px;
		margin: 0 0 0 -5px;
	}
	.nav-collapse {
		clear: both;
	}
	.nav-collapse .nav {
		float: none;
		margin: 0 0 9px;
	}
	.nav-collapse .nav > li {
		float: none;
	}
	.nav-collapse .nav > li > a {
		margin-bottom: 2px;
	}
	.nav-collapse .nav > .divider-vertical {
		display: none;
	}
	.nav-collapse .nav .nav-header {
		color: #555;
		text-shadow: none;
	}
	.nav-collapse .nav > li > a,
	.nav-collapse .dropdown-menu a {
		padding: 9px 15px;
		font-weight: bold;
		color: #555;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.nav-collapse .btn {
		padding: 4px 10px 4px;
		font-weight: normal;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.nav-collapse .dropdown-menu li + li a {
		margin-bottom: 2px;
	}
	.nav-collapse .nav > li > a:hover,
	.nav-collapse .nav > li > a:focus,
	.nav-collapse .dropdown-menu a:hover,
	.nav-collapse .dropdown-menu a:focus {
		background-color: #f2f2f2;
	}
	.navbar-inverse .nav-collapse .nav > li > a,
	.navbar-inverse .nav-collapse .dropdown-menu a {
		color: #999;
	}
	.navbar-inverse .nav-collapse .nav > li > a:hover,
	.navbar-inverse .nav-collapse .nav > li > a:focus,
	.navbar-inverse .nav-collapse .dropdown-menu a:hover,
	.navbar-inverse .nav-collapse .dropdown-menu a:focus {
		background-color: #111111;
	}
	.nav-collapse.in .btn-group {
		margin-top: 5px;
		padding: 0;
	}
	.nav-collapse .dropdown-menu {
		position: static;
		top: auto;
		left: auto;
		float: none;
		display: none;
		max-width: none;
		margin: 0 15px;
		padding: 0;
		background-color: transparent;
		border: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.nav-collapse .open > .dropdown-menu {
		display: block;
	}
	.nav-collapse .dropdown-menu:before,
	.nav-collapse .dropdown-menu:after {
		display: none;
	}
	.nav-collapse .dropdown-menu .divider {
		display: none;
	}
	.nav-collapse .nav > li > .dropdown-menu:before,
	.nav-collapse .nav > li > .dropdown-menu:after {
		display: none;
	}
	.nav-collapse .navbar-form,
	.nav-collapse .navbar-search {
		float: none;
		padding: 9px 15px;
		margin: 9px 0;
		border-top: 1px solid #f2f2f2;
		border-bottom: 1px solid #f2f2f2;
		-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0
rgba(255,255,255,.1);
		-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0
rgba(255,255,255,.1);
		box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0
rgba(255,255,255,.1);
	}
	.navbar-inverse .nav-collapse .navbar-form,
	.navbar-inverse .nav-collapse .navbar-search {
		border-top-color: #111111;
		border-bottom-color: #111111;
	}
	.navbar .nav-collapse .nav.pull-right {
		float: none;
		margin-left: 0;
	}
	.nav-collapse,
	.nav-collapse.collapse {
		overflow: hidden;
		height: 0;
	}
	.navbar .btn-navbar {
		display: block;
	}
	.navbar-static .navbar-inner {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (min-width: 980px) {
	.nav-collapse.collapse {
		height: auto !important;
		overflow: visible !important;
	}
}
.small {
	font-size: 11px;
}
iframe,
svg {
	max-width: 100%;
}
.nowrap {
	white-space: nowrap;
}
.center,
.table td.center,
.table th.center {
	text-align: center;
}
a.disabled,
a.disabled:hover {
	color: #999999;
	background-color: transparent;
	cursor: default;
	text-decoration: none;
}
.hero-unit {
	text-align: center;
}
.hero-unit .lead {
	margin-bottom: 18px;
	font-size: 20px;
	font-weight: 200;
	line-height: 27px;
}
.btn .caret {
	margin-bottom: 7px;
}
.btn.btn-micro .caret {
	margin: 5px 0;
}
.blog-row-rule,
.blog-item-rule {
	border: 0;
}
body.modal {
	padding-top: 0;
}
.row-even,
.row-odd {
	padding: 5px;
	width: 99%;
	border-bottom: 1px solid #ddd;
}
.row-odd {
	background-color: transparent;
}
.row-even {
	background-color: #f9f9f9;
}
.blog-row-rule,
.blog-item-rule {
	border: 0;
}
.row-fluid .row-reveal {
	visibility: hidden;
}
.row-fluid:hover .row-reveal {
	visibility: visible;
}
.btn-wide {
	width: 80%;
}
.nav-list > li.offset > a {
	padding-left: 30px;
	font-size: 12px;
}
.blog-row-rule,
.blog-item-rule {
	border: 0;
}
.row-fluid .offset1 {
	margin-left: 8.382978723%;
}
.row-fluid .offset2 {
	margin-left: 16.89361702%;
}
.row-fluid .offset3 {
	margin-left: 25.404255317%;
}
.row-fluid .offset4 {
	margin-left: 33.914893614%;
}
.row-fluid .offset5 {
	margin-left: 42.425531911%;
}
.row-fluid .offset6 {
	margin-left: 50.93617020799999%;
}
.row-fluid .offset7 {
	margin-left: 59.446808505%;
}
.row-fluid .offset8 {
	margin-left: 67.95744680199999%;
}
.row-fluid .offset9 {
	margin-left: 76.468085099%;
}
.row-fluid .offset10 {
	margin-left: 84.97872339599999%;
}
.row-fluid .offset11 {
	margin-left: 91.489361693%;
}
.navbar .nav > li > a.btn {
	padding: 4px 10px;
	line-height: 18px;
}
.nav-tabs.nav-dark {
	border-bottom: 1px solid #333;
	text-shadow: 1px 1px 1px #000;
}
.nav-tabs.nav-dark > li > a {
	color: #F8F8F8;
}
.nav-tabs.nav-dark > li > a:hover {
	border-color: #333 #333 #111;
	background-color: #777777;
}
.nav-tabs.nav-dark > .active > a,
.nav-tabs.nav-dark > .active > a:hover {
	color: #ffffff;
	background-color: #555555;
	border: 1px solid #222;
	border-bottom-color: transparent;
}
.thumbnail.pull-left {
	margin: 0 10px 10px 0;
}
.thumbnail.pull-right {
	margin: 0 0 10px 10px;
}
.width-10 {
	width: 10px;
}
.width-20 {
	width: 20px;
}
.width-30 {
	width: 30px;
}
.width-40 {
	width: 40px;
}
.width-50 {
	width: 50px;
}
.width-60 {
	width: 60px;
}
.width-70 {
	width: 70px;
}
.width-80 {
	width: 80px;
}
.width-90 {
	width: 90px;
}
.width-100 {
	width: 100px;
}
.height-10 {
	height: 10px;
}
.height-20 {
	height: 20px;
}
.height-30 {
	height: 30px;
}
.height-40 {
	height: 40px;
}
.height-50 {
	height: 50px;
}
.height-60 {
	height: 60px;
}
.height-70 {
	height: 70px;
}
.height-80 {
	height: 80px;
}
.height-90 {
	height: 90px;
}
.height-100 {
	height: 100px;
}
hr.hr-condensed {
	margin: 10px 0;
}
.list-striped,
.row-striped {
	list-style: none;
	line-height: 18px;
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #ddd;
	margin-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
	border-bottom: 1px solid #ddd;
	padding: 8px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
	background-color: #f9f9f9;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
	background-color: #f5f5f5;
}
.row-striped .row-fluid {
	width: 100%;
	box-sizing: border-box;
}
.row-striped .row-fluid [class*="span"] {
	min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
	margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
	margin-left: 0;
}
.list-condensed li {
	padding: 4px 5px;
}
.row-condensed .row,
.row-condensed .row-fluid {
	padding: 4px 5px;
}
.list-bordered,
.row-bordered {
	list-style: none;
	line-height: 18px;
	text-align: left;
	vertical-align: middle;
	margin-left: 0;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.radio.btn-group input[type=radio] {
	display: none;
}
.radio.btn-group > label {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.radio.btn-group > label:first-of-type {
	margin-left: 0;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
}
fieldset.radio.btn-group {
	padding-left: 0;
}
.iframe-bordered {
	border: 1px solid #ddd;
}
.tab-content {
	overflow: visible;
}
.tabs-left .tab-content {
	overflow: auto;
}
.nav-tabs > li > span {
	display: block;
	margin-right: 2px;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 18px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.btn-micro {
	padding: 1px 4px;
	font-size: 10px;
	line-height: 8px;
}
.btn-group > .btn-micro {
	font-size: 10px;
}
.tip-wrap {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index: 100;
}
.page-header {
	margin: 2px 0px 10px 0px;
	padding-bottom: 5px;
}
.input-prepend > .add-on,
.input-append > .add-on {
	vertical-align: top;
}
.input-prepend .chzn-container-single .chzn-single {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.input-prepend .chzn-container-single .chzn-single-with-drop {
	-webkit-border-radius: 0 3px 0 0;
	-moz-border-radius: 0 3px 0 0;
	border-radius: 0 3px 0 0;
}
.input-append .chzn-container-single .chzn-single {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.input-append .chzn-container-single .chzn-single-with-drop {
	-webkit-border-radius: 3px 0 0 0;
	-moz-border-radius: 3px 0 0 0;
	border-radius: 3px 0 0 0;
}
.input-prepend.input-append .chzn-container-single .chzn-single,
.input-prepend.input-append .chzn-container-single .chzn-single-with-drop {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.element-invisible {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.element-invisible:focus {
	width: auto;
	height: auto;
	overflow: auto;
	background: #eee;
	color: #000;
	padding: 1em;
}
.form-vertical .control-label {
	float: none;
	width: auto;
	padding-right: 0;
	padding-top: 0;
	text-align: left;
}
.form-vertical .controls {
	margin-left: 0;
}
.width-auto {
	width: auto;
}
.btn-group .chzn-results {
	white-space: normal;
}
.accordion-body.in:hover {
	overflow: visible;
}
.invalid {
	color: #9d261d;
	font-weight: bold;
}
input.invalid {
	border: 1px solid #9d261d;
	background: #f2dede;
}
select.chzn-done.invalid + .chzn-container.chzn-container-single >
a.chzn-single,
select.chzn-done.invalid + .chzn-container.chzn-container-multi >
ul.chzn-choices {
	border-color: #9d261d;
	color: #9d261d;
}
.tooltip {
	max-width: 400px;
}
.tooltip-inner {
	max-width: none;
	text-align: left;
	text-shadow: none;
}
th .tooltip-inner {
	font-weight: normal;
}
.tooltip.hasimage {
	opacity: 1;
}
.tip-text {
	text-align: left;
}
.btn-group > .btn + .dropdown-backdrop + .btn {
	margin-left: -1px;
}
.btn-group > .btn + .dropdown-backdrop + .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
	-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0
rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0
rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0
rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	*padding-top: 5px;
	*padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-backdrop + .dropdown-toggle {
	padding-left: 5px;
	padding-right: 5px;
	*padding-top: 2px;
	*padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-backdrop + .dropdown-toggle {
	*padding-top: 5px;
	*padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-backdrop + .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
	*padding-top: 7px;
	*padding-bottom: 7px;
}
.dropdown-menu {
	text-align: left;
}
.alert-link {
	font-weight: bold;
}
.alert .alert-link {
	color: #a47e3c;
}
.alert-success .alert-link {
	color: #356635;
}
.alert-danger .alert-link,
.alert-error .alert-link {
	color: #953b39;
}
.alert-info .alert-link {
	color: #2d6987;
}
div.modal {
	position: fixed;
	top: 5%;
	left: 50%;
	z-index: 1050;
	width: 80%;
	margin-left: -40%;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,0.3);
	*border: 1px solid #999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	outline: none;
}
div.modal.fade {
	-webkit-transition: opacity .3s linear, top .3s ease-out;
	-moz-transition: opacity .3s linear, top .3s ease-out;
	-o-transition: opacity .3s linear, top .3s ease-out;
	transition: opacity .3s linear, top .3s ease-out;
	top: -25%;
}
div.modal.fade.in {
	top: 5%;
}
.modal-batch {
	overflow-y: visible;
}
.modal-body[class^="jviewport-height"],
.modal-body[class*="jviewport-height"] {
	max-height: none;
}
.jviewport-height10 {
	height: 10vh;
}
.jviewport-height20 {
	height: 20vh;
}
.jviewport-height30 {
	height: 30vh;
}
.jviewport-height40 {
	height: 40vh;
}
.jviewport-height50 {
	height: 50vh;
}
.jviewport-height60 {
	height: 60vh;
}
.jviewport-height70 {
	height: 70vh;
}
.jviewport-height80 {
	height: 80vh;
}
.jviewport-height90 {
	height: 90vh;
}
.jviewport-height100 {
	height: 100vh;
}
div.modal.jviewport-width10 {
	width: 10vw;
	margin-left: -5vw;
}
div.modal.jviewport-width20 {
	width: 20vw;
	margin-left: -10vw;
}
div.modal.jviewport-width30 {
	width: 30vw;
	margin-left: -15vw;
}
div.modal.jviewport-width40 {
	width: 40vw;
	margin-left: -20vw;
}
div.modal.jviewport-width50 {
	width: 50vw;
	margin-left: -25vw;
}
div.modal.jviewport-width60 {
	width: 60vw;
	margin-left: -30vw;
}
div.modal.jviewport-width70 {
	width: 70vw;
	margin-left: -35vw;
}
div.modal.jviewport-width80 {
	width: 80vw;
	margin-left: -40vw;
}
div.modal.jviewport-width90 {
	width: 90vw;
	margin-left: -45vw;
}
div.modal.jviewport-width100 {
	width: 100vw;
	margin-left: -50vw;
}
@media (max-width: 767px) {
	div.modal {
		position: fixed;
		top: 20px;
		left: 20px;
		right: 20px;
		width: auto;
		margin: 0;
	}
	div.modal.fade {
		top: -100px;
	}
	div.modal.fade.in {
		top: 20px;
	}
	div.modal[class*="jviewport-width"] {
		width: auto;
		margin: 0;
	}
}
@media (max-width: 480px) {
	div.modal {
		top: 10px;
		left: 10px;
		right: 10px;
	}
}
@font-face {
	font-family: 'IcoMoon';
	src: url('../../../media/jui/fonts/IcoMoon.eot');
	src: url('../../../media/jui/fonts/IcoMoon.eot?#iefix')
format('embedded-opentype'),
url('../../../media/jui/fonts/IcoMoon.woff')
format('woff'),
url('../../../media/jui/fonts/IcoMoon.ttf')
format('truetype'),
url('../../../media/jui/fonts/IcoMoon.svg#IcoMoon')
format('svg');
	font-weight: normal;
	font-style: normal;
}
[data-icon]:before {
	font-family: 'IcoMoon';
	content: attr(data-icon);
	speak: none;
}
[class^="icon-"],
[class*=" icon-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: .25em;
	line-height: 14px;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: 'IcoMoon';
	font-style: normal;
	speak: none;
}
[class^="icon-"].disabled,
[class*=" icon-"].disabled {
	font-weight: normal;
}
.icon-joomla:before {
	content: "\e200";
}
.icon-chevron-up:before,
.icon-uparrow:before,
.icon-arrow-up:before {
	content: "\e005";
}
.icon-chevron-right:before,
.icon-rightarrow:before,
.icon-arrow-right:before {
	content: "\e006";
}
.icon-chevron-down:before,
.icon-downarrow:before,
.icon-arrow-down:before {
	content: "\e007";
}
.icon-chevron-left:before,
.icon-leftarrow:before,
.icon-arrow-left:before {
	content: "\e008";
}
.icon-arrow-first:before {
	content: "\e003";
}
.icon-arrow-last:before {
	content: "\e004";
}
.icon-arrow-up-2:before {
	content: "\e009";
}
.icon-arrow-right-2:before {
	content: "\e00a";
}
.icon-arrow-down-2:before {
	content: "\e00b";
}
.icon-arrow-left-2:before {
	content: "\e00c";
}
.icon-arrow-up-3:before {
	content: "\e00f";
}
.icon-arrow-right-3:before {
	content: "\e010";
}
.icon-arrow-down-3:before {
	content: "\e011";
}
.icon-arrow-left-3:before {
	content: "\e012";
}
.icon-menu-2:before {
	content: "\e00e";
}
.icon-arrow-up-4:before {
	content: "\e201";
}
.icon-arrow-right-4:before {
	content: "\e202";
}
.icon-arrow-down-4:before {
	content: "\e203";
}
.icon-arrow-left-4:before {
	content: "\e204";
}
.icon-share:before,
.icon-redo:before {
	content: "\27";
}
.icon-undo:before {
	content: "\28";
}
.icon-forward-2:before {
	content: "\e205";
}
.icon-backward-2:before,
.icon-reply:before {
	content: "\e206";
}
.icon-unblock:before,
.icon-refresh:before,
.icon-redo-2:before {
	content: "\6c";
}
.icon-undo-2:before {
	content: "\e207";
}
.icon-move:before {
	content: "\7a";
}
.icon-expand:before {
	content: "\66";
}
.icon-contract:before {
	content: "\67";
}
.icon-expand-2:before {
	content: "\68";
}
.icon-contract-2:before {
	content: "\69";
}
.icon-play:before {
	content: "\e208";
}
.icon-pause:before {
	content: "\e209";
}
.icon-stop:before {
	content: "\e210";
}
.icon-previous:before,
.icon-backward:before {
	content: "\7c";
}
.icon-next:before,
.icon-forward:before {
	content: "\7b";
}
.icon-first:before {
	content: "\7d";
}
.icon-last:before {
	content: "\e000";
}
.icon-play-circle:before {
	content: "\e00d";
}
.icon-pause-circle:before {
	content: "\e211";
}
.icon-stop-circle:before {
	content: "\e212";
}
.icon-backward-circle:before {
	content: "\e213";
}
.icon-forward-circle:before {
	content: "\e214";
}
.icon-loop:before {
	content: "\e001";
}
.icon-shuffle:before {
	content: "\e002";
}
.icon-search:before {
	content: "\53";
}
.icon-zoom-in:before {
	content: "\64";
}
.icon-zoom-out:before {
	content: "\65";
}
.icon-apply:before,
.icon-edit:before,
.icon-pencil:before {
	content: "\2b";
}
.icon-pencil-2:before {
	content: "\2c";
}
.icon-brush:before {
	content: "\3b";
}
.icon-save-new:before,
.icon-plus-2:before {
	content: "\5d";
}
.icon-minus-sign:before,
.icon-minus-2:before {
	content: "\5e";
}
.icon-delete:before,
.icon-remove:before,
.icon-cancel-2:before {
	content: "\49";
}
.icon-publish:before,
.icon-save:before,
.icon-ok:before,
.icon-checkmark:before {
	content: "\47";
}
.icon-new:before,
.icon-plus:before {
	content: "\2a";
}
.icon-plus-circle:before {
	content: "\e215";
}
.icon-minus:before,
.icon-not-ok:before {
	content: "\4b";
}
.icon-ban-circle:before,
.icon-minus-circle:before {
	content: "\e216";
}
.icon-unpublish:before,
.icon-cancel:before {
	content: "\4a";
}
.icon-cancel-circle:before {
	content: "\e217";
}
.icon-checkmark-2:before {
	content: "\e218";
}
.icon-checkmark-circle:before {
	content: "\e219";
}
.icon-info:before {
	content: "\e220";
}
.icon-info-2:before,
.icon-info-circle:before {
	content: "\e221";
}
.icon-question:before,
.icon-question-sign:before,
.icon-help:before {
	content: "\45";
}
.icon-question-2:before,
.icon-question-circle:before {
	content: "\e222";
}
.icon-notification:before {
	content: "\e223";
}
.icon-notification-2:before,
.icon-notification-circle:before {
	content: "\e224";
}
.icon-pending:before,
.icon-warning:before {
	content: "\48";
}
.icon-warning-2:before,
.icon-warning-circle:before {
	content: "\e225";
}
.icon-checkbox-unchecked:before {
	content: "\3d";
}
.icon-checkin:before,
.icon-checkbox:before,
.icon-checkbox-checked:before {
	content: "\3e";
}
.icon-checkbox-partial:before {
	content: "\3f";
}
.icon-square:before {
	content: "\e226";
}
.icon-radio-unchecked:before {
	content: "\e227";
}
.icon-radio-checked:before,
.icon-generic:before {
	content: "\e228";
}
.icon-circle:before {
	content: "\e229";
}
.icon-signup:before {
	content: "\e230";
}
.icon-grid:before,
.icon-grid-view:before {
	content: "\58";
}
.icon-grid-2:before,
.icon-grid-view-2:before {
	content: "\59";
}
.icon-menu:before {
	content: "\5a";
}
.icon-list:before,
.icon-list-view:before {
	content: "\31";
}
.icon-list-2:before {
	content: "\e231";
}
.icon-menu-3:before {
	content: "\e232";
}
.icon-folder-open:before,
.icon-folder:before {
	content: "\2d";
}
.icon-folder-close:before,
.icon-folder-2:before {
	content: "\2e";
}
.icon-folder-plus:before {
	content: "\e234";
}
.icon-folder-minus:before {
	content: "\e235";
}
.icon-folder-3:before {
	content: "\e236";
}
.icon-folder-plus-2:before {
	content: "\e237";
}
.icon-folder-remove:before {
	content: "\e238";
}
.icon-file:before {
	content: "\e016";
}
.icon-file-2:before {
	content: "\e239";
}
.icon-file-add:before,
.icon-file-plus:before {
	content: "\29";
}
.icon-file-minus:before {
	content: "\e017";
}
.icon-file-check:before {
	content: "\e240";
}
.icon-file-remove:before {
	content: "\e241";
}
.icon-save-copy:before,
.icon-copy:before {
	content: "\e018";
}
.icon-stack:before {
	content: "\e242";
}
.icon-tree:before {
	content: "\e243";
}
.icon-tree-2:before {
	content: "\e244";
}
.icon-paragraph-left:before {
	content: "\e246";
}
.icon-paragraph-center:before {
	content: "\e247";
}
.icon-paragraph-right:before {
	content: "\e248";
}
.icon-paragraph-justify:before {
	content: "\e249";
}
.icon-screen:before {
	content: "\e01c";
}
.icon-tablet:before {
	content: "\e01d";
}
.icon-mobile:before {
	content: "\e01e";
}
.icon-box-add:before {
	content: "\51";
}
.icon-box-remove:before {
	content: "\52";
}
.icon-download:before {
	content: "\e021";
}
.icon-upload:before {
	content: "\e022";
}
.icon-home:before {
	content: "\21";
}
.icon-home-2:before {
	content: "\e250";
}
.icon-out-2:before,
.icon-new-tab:before {
	content: "\e024";
}
.icon-out-3:before,
.icon-new-tab-2:before {
	content: "\e251";
}
.icon-link:before {
	content: "\e252";
}
.icon-picture:before,
.icon-image:before {
	content: "\2f";
}
.icon-pictures:before,
.icon-images:before {
	content: "\30";
}
.icon-palette:before,
.icon-color-palette:before {
	content: "\e014";
}
.icon-camera:before {
	content: "\55";
}
.icon-camera-2:before,
.icon-video:before {
	content: "\e015";
}
.icon-play-2:before,
.icon-video-2:before,
.icon-youtube:before {
	content: "\56";
}
.icon-music:before {
	content: "\57";
}
.icon-user:before {
	content: "\22";
}
.icon-users:before {
	content: "\e01f";
}
.icon-vcard:before {
	content: "\6d";
}
.icon-address:before {
	content: "\70";
}
.icon-share-alt:before,
.icon-out:before {
	content: "\26";
}
.icon-enter:before {
	content: "\e257";
}
.icon-exit:before {
	content: "\e258";
}
.icon-comment:before,
.icon-comments:before {
	content: "\24";
}
.icon-comments-2:before {
	content: "\25";
}
.icon-quote:before,
.icon-quotes-left:before {
	content: "\60";
}
.icon-quote-2:before,
.icon-quotes-right:before {
	content: "\61";
}
.icon-quote-3:before,
.icon-bubble-quote:before {
	content: "\e259";
}
.icon-phone:before {
	content: "\e260";
}
.icon-phone-2:before {
	content: "\e261";
}
.icon-envelope:before,
.icon-mail:before {
	content: "\4d";
}
.icon-envelope-opened:before,
.icon-mail-2:before {
	content: "\4e";
}
.icon-unarchive:before,
.icon-drawer:before {
	content: "\4f";
}
.icon-archive:before,
.icon-drawer-2:before {
	content: "\50";
}
.icon-briefcase:before {
	content: "\e020";
}
.icon-tag:before {
	content: "\e262";
}
.icon-tag-2:before {
	content: "\e263";
}
.icon-tags:before {
	content: "\e264";
}
.icon-tags-2:before {
	content: "\e265";
}
.icon-options:before,
.icon-cog:before {
	content: "\38";
}
.icon-cogs:before {
	content: "\37";
}
.icon-screwdriver:before,
.icon-tools:before {
	content: "\36";
}
.icon-wrench:before {
	content: "\3a";
}
.icon-equalizer:before {
	content: "\39";
}
.icon-dashboard:before {
	content: "\78";
}
.icon-switch:before {
	content: "\e266";
}
.icon-filter:before {
	content: "\54";
}
.icon-purge:before,
.icon-trash:before {
	content: "\4c";
}
.icon-checkedout:before,
.icon-lock:before,
.icon-locked:before {
	content: "\23";
}
.icon-unlock:before {
	content: "\e267";
}
.icon-key:before {
	content: "\5f";
}
.icon-support:before {
	content: "\46";
}
.icon-database:before {
	content: "\62";
}
.icon-scissors:before {
	content: "\e268";
}
.icon-health:before {
	content: "\6a";
}
.icon-wand:before {
	content: "\6b";
}
.icon-eye-open:before,
.icon-eye:before {
	content: "\3c";
}
.icon-eye-close:before,
.icon-eye-blocked:before,
.icon-eye-2:before {
	content: "\e269";
}
.icon-clock:before {
	content: "\6e";
}
.icon-compass:before {
	content: "\6f";
}
.icon-broadcast:before,
.icon-connection:before,
.icon-wifi:before {
	content: "\e01b";
}
.icon-book:before {
	content: "\e271";
}
.icon-lightning:before,
.icon-flash:before {
	content: "\79";
}
.icon-print:before,
.icon-printer:before {
	content: "\e013";
}
.icon-feed:before {
	content: "\71";
}
.icon-calendar:before {
	content: "\43";
}
.icon-calendar-2:before {
	content: "\44";
}
.icon-calendar-3:before {
	content: "\e273";
}
.icon-pie:before {
	content: "\77";
}
.icon-bars:before {
	content: "\76";
}
.icon-chart:before {
	content: "\75";
}
.icon-power-cord:before {
	content: "\32";
}
.icon-cube:before {
	content: "\33";
}
.icon-puzzle:before {
	content: "\34";
}
.icon-attachment:before,
.icon-paperclip:before,
.icon-flag-2:before {
	content: "\72";
}
.icon-lamp:before {
	content: "\74";
}
.icon-pin:before,
.icon-pushpin:before {
	content: "\73";
}
.icon-location:before {
	content: "\63";
}
.icon-shield:before {
	content: "\e274";
}
.icon-flag:before {
	content: "\35";
}
.icon-flag-3:before {
	content: "\e275";
}
.icon-bookmark:before {
	content: "\e023";
}
.icon-bookmark-2:before {
	content: "\e276";
}
.icon-heart:before {
	content: "\e277";
}
.icon-heart-2:before {
	content: "\e278";
}
.icon-thumbs-up:before {
	content: "\5b";
}
.icon-thumbs-down:before {
	content: "\5c";
}
.icon-unfeatured:before,
.icon-asterisk:before,
.icon-star-empty:before {
	content: "\40";
}
.icon-star-2:before {
	content: "\41";
}
.icon-featured:before,
.icon-default:before,
.icon-star:before {
	content: "\42";
}
.icon-smiley:before,
.icon-smiley-happy:before {
	content: "\e279";
}
.icon-smiley-2:before,
.icon-smiley-happy-2:before {
	content: "\e280";
}
.icon-smiley-sad:before {
	content: "\e281";
}
.icon-smiley-sad-2:before {
	content: "\e282";
}
.icon-smiley-neutral:before {
	content: "\e283";
}
.icon-smiley-neutral-2:before {
	content: "\e284";
}
.icon-cart:before {
	content: "\e019";
}
.icon-basket:before {
	content: "\e01a";
}
.icon-credit:before {
	content: "\e286";
}
.icon-credit-2:before {
	content: "\e287";
}
.icon-expired:before {
	content: "\4b";
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.site {
	border-top: 3px solid #0088cc;
	padding: 20px;
	background-color: #f4f6f7;
}
body.site.fluid {
	background-color: #ffffff;
}
.thumbnail {
	margin-bottom: 9px;
}
.accordion-group {
	background: #fff;
}
.site-title {
	font-size: 40px;
	font-size: calc(16px + 2.16vw);
	line-height: 48px;
	font-weight: bold;
}
@media (min-width: 1024px) {
	.site-title {
		font-size: 40px;
	}
}
.brand {
	color: #001a27;
	-webkit-transition: color .5s linear;
	-moz-transition: color .5s linear;
	-o-transition: color .5s linear;
	transition: color .5s linear;
}
.brand:hover {
	color: #005e8d;
	text-decoration: none;
}
.header {
	margin-bottom: 10px;
}
.header .finder {
	margin-top: 14px;
}
.header .finder .btn {
	margin-top: 0px;
}
.navigation {
	padding: 5px 0;
	border-top: 1px solid rgba(0,0,0,0.075);
	border-bottom: 1px solid rgba(0,0,0,0.075);
	margin-bottom: 10px;
}
.navigation .nav-pills {
	margin-bottom: 0;
}
.hero-unit {
	background-color: #08C;
}
.hero-unit > * {
	color: white;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.container {
	max-width: 960px;
}
.body .container {
	background-color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 20px;
	border: 1px solid rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
}
.well .page-header {
	margin: 0px 0px 5px 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 12px 0;
	word-wrap: break-word;
}
h1 {
	font-size: 26px;
	line-height: 28px;
}
h2 {
	font-size: 22px;
	line-height: 24px;
}
h3 {
	font-size: 18px;
	line-height: 20px;
}
h4 {
	font-size: 14px;
	line-height: 16px;
}
h5 {
	font-size: 13px;
	line-height: 15px;
}
h6 {
	font-size: 12px;
	line-height: 14px;
}
.module-header {
	padding-bottom: 17px;
	margin: 20px 0 18px 0;
	border-bottom: 1px solid #eeeeee;
}
p {
	word-wrap: break-word;
}
.item-title {
	margin-bottom: 9px;
}
.item-content {
	margin: 18px 0;
}
.item-subtitle {
	margin-bottom: 9px;
}
.pull-right.item-image {
	margin: 0 0 18px 20px;
}
.pull-left.item-image {
	margin: 0 20px 18px 0;
}
.header .nav > li:last-child > .dropdown-menu,
.item-actions .dropdown-menu,
.item-comment .dropdown-menu {
	left: initial;
	right: 0;
}
.article-index {
	margin: 0 0 10px 10px;
}
.list-item-title {
	margin-bottom: 9px;
}
.list-item-content {
	margin: 18px 0;
}
.list-item-subtitle {
	margin-bottom: 9px;
}
.items-more,
.content-links {
	padding: 15px 0;
}
.breadcrumb {
	margin: 10px 0;
}
.breadcrumb > li,
.breadcrumb > .active {
	color: #515151;
}
#login-form {
	margin-top: 8px;
}
.add-on + #modlgn-username,
.add-on + #modlgn-passwd {
	width: 132px;
}
.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;
}
figure {
	display: table;
}
figure.pull-center,
img.pull-center {
	margin-left: auto;
	margin-right: auto;
}
figcaption {
	display: table-caption;
	caption-side: bottom;
}
#aside .nav .nav-child {
	border-left: 2px solid #ddd;
	padding-left: 5px;
}
.navigation .nav-child {
	position: absolute;
	top: 95%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-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);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.navigation .nav-child.pull-right {
	right: 0;
	left: auto;
}
.navigation .nav-child .divider {
	*width: 100%;
	height: 1px;
	margin: 8px 1px;
	*margin: -5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #fff;
}
.navigation .nav-child a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	color: #333;
	white-space: nowrap;
}
.navigation .nav li {
	position: relative;
}
.navigation .nav > li:hover > .nav-child,
.navigation .nav > li > a:focus + .nav-child,
.navigation .nav li li:hover > .nav-child,
.navigation .nav li li > a:focus + .nav-child {
	display: block;
}
.navigation .nav > li:before {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	height: 6px;
	content: '';
}
.navigation .nav > li > .nav-child:before {
	position: absolute;
	top: -7px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0,0,0,0.2);
	content: '';
}
.navigation .nav > li > .nav-child:after {
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
	content: '';
}
.navigation .nav li li .nav-child {
	top: -8px;
	left: 100%;
}
.navigation .nav li li .nav-child:before {
	position: absolute;
	top: 9px;
	left: -7px;
	display: inline-block;
	border-top: 7px solid transparent;
	border-right: 7px solid rgba(0,0,0,0.2);
	border-bottom: 7px solid transparent;
	content: '';
}
.navigation .nav li li .nav-child:after {
	position: absolute;
	top: 10px;
	left: -6px;
	display: inline-block;
	border-top: 6px solid transparent;
	border-right: 6px solid #ffffff;
	border-bottom: 6px solid transparent;
	content: '';
}
.navigation .nav-child li > a:hover,
.navigation .nav-child li > a:focus,
.navigation .nav-child:hover > a {
	text-decoration: none;
	color: #fff;
	background-color: #005e8d;
	background-color: #005783;
	background-image: -moz-linear-gradient(top,#005e8d,#004d74);
	background-image: -webkit-gradient(linear,0 0,0
100%,from(#005e8d),to(#004d74));
	background-image: -webkit-linear-gradient(top,#005e8d,#004d74);
	background-image: -o-linear-gradient(top,#005e8d,#004d74);
	background-image: linear-gradient(to bottom,#005e8d,#004d74);
	background-repeat: repeat-x;
	filter:
progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005e8d',
endColorstr='#ff004c73', GradientType=0);
}
.categories-list .collapse {
	margin-left: 20px;
}
@media (max-width: 480px) {
	.item-info > span {
		display: block;
	}
	.blog-item .pull-right.item-image {
		margin: 0 0 18px 0;
	}
	.blog-item .pull-left.item-image {
		margin: 0 0 18px 0;
		float: none;
	}
}
@media (max-width: 768px) {
	body {
		-webkit-overflow-scrolling: touch;
		padding-top: 0;
	}
	.header {
		background: transparent;
	}
	.header .brand {
		float: none;
		display: block;
		text-align: center;
	}
	.header .nav.pull-right,
	.header-search {
		float: none;
		display: block;
	}
	.header-search form {
		margin: 0;
	}
	.header-search .search-query {
		width: 90%;
	}
	.header .nav-pills > li > a {
		border: 1px solid #ddd;
		border-bottom: 0;
		margin: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		margin-right: 0;
	}
	.header .nav-pills > li:first-child > a {
		-webkit-border-radius: 4px 4px 0 0;
		-moz-border-radius: 4px 4px 0 0;
		border-radius: 4px 4px 0 0;
	}
	.header .nav-pills > li:last-child > a {
		-webkit-border-radius: 0 0 4px 4px;
		-moz-border-radius: 0 0 4px 4px;
		border-radius: 0 0 4px 4px;
		border-bottom: 1px solid #ddd;
	}
	.modal.fade {
		top: -100%;
	}
	.nav-tabs {
		border-bottom: 0;
	}
	.nav-tabs > li {
		float: none;
	}
	.nav-tabs > li > a {
		border: 1px solid #ddd;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		margin-right: 0;
	}
	.nav-tabs > li:first-child > a {
		-webkit-border-radius: 4px 4px 0 0;
		-moz-border-radius: 4px 4px 0 0;
		border-radius: 4px 4px 0 0;
	}
	.nav-tabs > li:last-child > a,
	.nav-tabs > .active:last-child > a {
		-webkit-border-radius: 0 0 4px 4px;
		-moz-border-radius: 0 0 4px 4px;
		border-radius: 0 0 4px 4px;
		border-bottom: 1px solid #ddd;
	}
	.nav-tabs > li > a:hover {
		border-color: #ddd;
		z-index: 2;
	}
	.nav-tabs.nav-dark > li > a {
		border: 1px solid #333;
	}
	.nav-tabs > li:last-child > a,
	.nav-tabs > .active:last-child > a {
		border-bottom: 1px solid #333;
	}
	.nav-tabs.nav-dark > li > a:hover {
		border-color: #333;
	}
	.nav-pills > li {
		float: none;
	}
	.nav-pills > li > a {
		margin-right: 0;
	}
	.nav-pills > li > a {
		margin-bottom: 3px;
	}
	.nav-pills  > li:last-child > a {
		margin-bottom: 1px;
	}
	.form-search > .pull-left,
	.form-search > .pull-right {
		float: none;
		display: block;
		margin-bottom: 9px;
	}
}
@media (max-width: 980px) {
	.navbar-fixed-top {
		margin-bottom: 0 !important;
	}
	.item-comment .item-image {
		display: none;
	}
	.well {
		padding: 10px;
	}
}
@media (max-width: 979px) {
	.nav-collapse.in.collapse {
		overflow: visible;
		height: 0;
		z-index: 100;
	}
	.nav-collapse .nav > li.active > a {
		color: #fff;
	}
	.nav-collapse .nav > li.active > a:hover {
		color: #555;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	#login-form .input-small {
		width: 62px;
	}
}
dl.tabs {
	float: left;
	margin-bottom: -1px;
}
dl.tabs dt.tabs {
	float: left;
	margin-left: 3px;
	padding: 4px 10px;
	background-color: #F0F0F0;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
dl.tabs dt:hover {
	background-color: #F9F9F9;
}
dl.tabs dt.open {
	background-color: #FFF;
	border-bottom: 1px solid #FFF;
}
dl.tabs dt.tabs h3 {
	margin: 0;
	font-size: 1.1em;
	font-weight: normal;
}
dl.tabs dt.tabs h3 a {
	color: #0088CC;
}
dl.tabs dt.tabs h3 a:hover {
	color: #005580;
	text-decoration: none;
}
dl.tabs dt.open h3 a {
	color: #000;
	text-decoration: none;
}
div.current dd.tabs {
	margin: 0;
	padding: 10px;
	clear: both;
	border: 1px solid #CCC;
	background-color: #FFF;
}
#pop-print {
	float: right;
	margin: 10px;
}
code {
	white-space: pre-wrap;
}
#filter-search {
	vertical-align: top;
}
.editor {
	overflow: hidden;
	position: relative;
}
.search span.highlight {
	background-color: #FFFFCC;
	font-weight: bold;
	padding: 1px 0;
}
dt.result-title {
	word-wrap: break-word;
}
dd.result-text {
	word-wrap: break-word;
}
body.modal-open {
	overflow: hidden;
	-ms-overflow-style: none;
}
#users-profile-custom label {
	display: inline;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
	padding-top: 0;
}
.form-horizontal .controls > .radio:first-child,
.form-horizontal .controls > .checkbox:first-child {
	padding-top: 5px;
}
.form-horizontal .controls > .radio.btn-group:first-child {
	padding-top: 0;
}
.field-media-wrapper .modal .modal-body {
	padding: 5px 10px;
	overflow: hidden;
}
#search-results {
	clear: both;
}
#finder-filter-window {
	overflow: visible;
}
#finder-search .in.collapse {
	overflow: visible;
}
.well select,
.well .chzn-container {
	max-width: 100%;
}
.container-popup {
	padding: 28px 10px 10px 10px;
}
li {
	word-wrap: break-word;
}
ul.manager .height-50 .icon-folder-2 {
	height: 35px;
	width: 35px;
	line-height: 35px;
	font-size: 30px;
}
.popover-content {
	min-height: 33px;
}
.finder-selects {
	margin: 0 15px 15px 0;
}
.header-search .mod-languages ul {
	margin: 0 0 5px 0;
}
.btn-group > .versions {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.rtl .navigation .nav-child {
	left: auto;
	right: 0;
}
.rtl .navigation .nav > li > .nav-child:before {
	left: auto;
	right: 12px;
}
.rtl .navigation .nav > li > .nav-child:after {
	left: auto;
	right: 13px;
}
.rtl .categories-list .collapse {
	margin: 0 20px 0 0;
}
.rtl .modal-footer button {
	float: left;
}
.rtl .finder-selects {
	margin: 0 0 15px 15px;
}
error.php000064400000022767151165767330006442 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates.protostar
 *
 * @copyright   Copyright (C) 2005 - 2020 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 */

$app  = JFactory::getApplication();
$user = JFactory::getUser();

// Getting params from template
$params = $app->getTemplate(true)->params;

// Detecting Active Variables
$option   = $app->input->getCmd('option', '');
$view     = $app->input->getCmd('view', '');
$layout   = $app->input->getCmd('layout', '');
$task     = $app->input->getCmd('task', '');
$itemid   = $app->input->getCmd('Itemid', '');
$format   = $app->input->getCmd('format',
'html');
$sitename = htmlspecialchars($app->get('sitename'),
ENT_QUOTES, 'UTF-8');

if ($task === 'edit' || $layout === 'form')
{
	$fullWidth = 1;
}
else
{
	$fullWidth = 0;
}

// Add JavaScript Frameworks
JHtml::_('bootstrap.framework');

// Logo file or site title param
if ($params->get('logoFile'))
{
	$logo = '<img src="' . JUri::root() .
$params->get('logoFile') . '" alt="' .
$sitename . '" />';
}
elseif ($params->get('sitetitle'))
{
	$logo = '<span class="site-title" title="' .
$sitename . '">' .
htmlspecialchars($params->get('sitetitle')) .
'</span>';
}
else
{
	$logo = '<span class="site-title" title="' .
$sitename . '">' . $sitename . '</span>';
}
?>
<!DOCTYPE html>
<html lang="<?php echo $this->language; ?>"
dir="<?php echo $this->direction; ?>">
<head>
	<meta charset="utf-8" />
	<title><?php echo $this->title; ?> <?php echo
htmlspecialchars($this->error->getMessage(), ENT_QUOTES,
'UTF-8'); ?></title>
	<meta name="viewport" content="width=device-width,
initial-scale=1.0">
	<?php // Use of Google Font ?>
	<?php if ($params->get('googleFont')) : ?>
		<link href="https://fonts.googleapis.com/css?family=<?php echo
$params->get('googleFontName'); ?>"
rel="stylesheet" />
		<style>
			h1, h2, h3, h4, h5, h6, .site-title {
				font-family: '<?php echo str_replace('+', '
', $params->get('googleFontName')); ?>',
sans-serif;
			}
		</style>
	<?php endif; ?>
	<link href="<?php echo $this->baseurl;
?>/templates/<?php echo $this->template;
?>/css/template.css" rel="stylesheet" />
	<?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; ?>
	<?php // If Right-to-Left ?>
	<?php if ($this->direction === 'rtl') : ?>
		<link href="<?php echo JUri::root(true);
?>/media/jui/css/bootstrap-rtl.css" rel="stylesheet"
/>
	<?php endif; ?>
	<?php if (file_exists('templates/' . $this->template .
'/css/user.css')) : ?>
		<link href="<?php echo $this->baseurl;
?>/templates/<?php echo $this->template; ?>/css/user.css"
rel="stylesheet" />
	<?php endif; ?>
	<link href="<?php echo $this->baseurl;
?>/templates/<?php echo $this->template; ?>/favicon.ico"
rel="shortcut icon" type="image/vnd.microsoft.icon"
/>
	<?php // Template color ?>
	<?php if ($params->get('templateColor')) : ?>
		<style>
			body.site {
				border-top: 3px solid <?php echo
$params->get('templateColor'); ?>;
				background-color: <?php echo
$params->get('templateBackgroundColor'); ?>
			}
			a {
				color: <?php echo $params->get('templateColor'); ?>;
			}
			.navbar-inner, .nav-list > .active > a, .nav-list > .active
> a:hover, .dropdown-menu li > a:hover, .dropdown-menu .active >
a, .dropdown-menu .active > a:hover, .nav-pills > .active > a,
.nav-pills > .active > a:hover {
				background: <?php echo $params->get('templateColor');
?>;
			}
			.navbar-inner {
				-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0,
0, 0, .1), inset 0 30px 10px rgba(0, 0, 0, .2);
				-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0
rgba(0, 0, 0, .1), inset 0 30px 10px rgba(0, 0, 0, .2);
				box-shadow: 0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0,
.1), inset 0 30px 10px rgba(0, 0, 0, .2);
			}
		</style>
	<?php endif; ?>
	<!--[if lt IE 9]><script src="<?php echo
JUri::root(true);
?>/media/jui/js/html5.js"></script><![endif]-->
</head>
<body class="site <?php echo $option
	. ' view-' . $view
	. ($layout ? ' layout-' . $layout : ' no-layout')
	. ($task ? ' task-' . $task : ' no-task')
	. ($itemid ? ' itemid-' . $itemid : '')
	. ($params->get('fluidContainer') ? ' fluid' :
'')
	. ($this->direction === 'rtl' ? ' rtl' :
'');
?>">
	<!-- Body -->
	<div class="body" id="top">
		<div class="container<?php echo
($params->get('fluidContainer') ? '-fluid' :
''); ?>">
			<!-- Header -->
			<header class="header" role="banner">
				<div class="header-inner clearfix">
					<a class="brand pull-left" href="<?php echo
$this->baseurl; ?>/">
						<?php echo $logo; ?>
					</a>
					<?php if ($format === 'html') : ?>
						<div class="header-search pull-right">
							<?php // Display position-0 modules ?>
							<?php echo
$this->loadRenderer('modules')->render('position-0',
array('style' => 'none')); ?>
						</div>
					<?php endif; ?>
				</div>
			</header>
			<?php if ($format === 'html') : ?>
				<nav class="navigation" role="navigation">
					<?php // Display position-1 modules ?>
					<?php echo
$this->loadRenderer('modules')->render('position-1',
array('style' => 'none')); ?>
				</nav>
			<?php endif; ?>
			<!-- Banner -->
			<?php if ($format === 'html') : ?>
				<div class="banner">
					<?php echo
$this->loadRenderer('modules')->render('banner',
array('style' => 'xhtml')); ?>
				</div>
			<?php endif; ?>
			<div class="row-fluid">
				<main id="content" role="main"
class="span12">
					<!-- Begin Content -->
					<h1 class="page-header"><?php echo
JText::_('JERROR_LAYOUT_PAGE_NOT_FOUND'); ?></h1>
					<div class="well">
						<div class="row-fluid">
							<div class="span6">
								<p><strong><?php echo
JText::_('JERROR_LAYOUT_ERROR_HAS_OCCURRED_WHILE_PROCESSING_YOUR_REQUEST');
?></strong></p>
								<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>
							</div>
							<div class="span6">
								<?php if ($format === 'html' &&
JModuleHelper::getModule('mod_search')) : ?>
									<p><strong><?php echo
JText::_('JERROR_LAYOUT_SEARCH'); ?></strong></p>
									<p><?php echo
JText::_('JERROR_LAYOUT_SEARCH_PAGE'); ?></p>
									<?php $module =
JModuleHelper::getModule('mod_search'); ?>
									<?php echo JModuleHelper::renderModule($module); ?>
								<?php endif; ?>
								<p><?php echo
JText::_('JERROR_LAYOUT_GO_TO_THE_HOME_PAGE'); ?></p>
								<p><a href="<?php echo $this->baseurl;
?>/index.php" class="btn"><span
class="icon-home" aria-hidden="true"></span>
<?php echo JText::_('JERROR_LAYOUT_HOME_PAGE');
?></a></p>
							</div>
						</div>
						<hr />
						<p><?php echo
JText::_('JERROR_LAYOUT_PLEASE_CONTACT_THE_SYSTEM_ADMINISTRATOR');
?></p>
						<blockquote>
							<span class="label label-inverse"><?php echo
$this->error->getCode(); ?></span> <?php echo
htmlspecialchars($this->error->getMessage(), ENT_QUOTES,
'UTF-8');?>
							<?php if ($this->debug) : ?>
								<br/><?php echo
htmlspecialchars($this->error->getFile(), ENT_QUOTES,
'UTF-8');?>:<?php echo $this->error->getLine(); ?>
							<?php endif; ?>
						</blockquote>
						<?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 Content -->
				</main>
			</div>
		</div>
	</div>
	<!-- Footer -->
	<footer class="footer" role="contentinfo">
		<div class="container<?php echo
($params->get('fluidContainer') ? '-fluid' :
''); ?>">
			<hr />
			<?php if ($format === 'html') : ?>
				<?php echo
$this->loadRenderer('modules')->render('footer',
array('style' => 'none')); ?>
			<?php endif; ?>
			<p class="pull-right">
				<a href="#top" id="back-top">
					<?php echo JText::_('TPL_PROTOSTAR_BACKTOTOP'); ?>
				</a>
			</p>
			<p>
				&copy; <?php echo date('Y'); ?> <?php echo
$sitename; ?>
			</p>
		</div>
	</footer>
	<?php if ($format === 'html') : ?>
		<?php echo
$this->loadRenderer('modules')->render('debug',
array('style' => 'none')); ?>
	<?php endif; ?>
</body>
</html>
favicon.ico000064400000003743151165767330006712 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`�html/com_media/imageslist/default_folder.php000064400000001544151165767330015300
0ustar00<?php
/**
 * @package     Joomla.Administrator
 * @subpackage  com_media
 *
 * @copyright   Copyright (C) 2005 - 2020 Open Source Matters, Inc. All
rights reserved.
 * @license     GNU General Public License version 2 or later; see
LICENSE.txt
 */

defined('_JEXEC') or die;

$input = JFactory::getApplication()->input;
?>
<li class="imgOutline thumbnail height-80 width-80 center">
	<a
href="index.php?option=com_media&amp;view=imagesList&amp;tmpl=component&amp;folder=<?php
echo rawurlencode($this->_tmp_folder->path_relative);
?>&amp;asset=<?php echo
$input->getCmd('asset');?>&amp;author=<?php echo
$input->getCmd('author');?>"
target="imageframe">
		<div class="imgFolder">
			<span class="icon-folder-2"></span>
		</div>
		<div class="small">
			<?php echo JHtml::_('string.truncate',
$this->escape($this->_tmp_folder->name), 10, false); ?>
		</div>
	</a>
</li>
html/com_media/imageslist/default_image.php000064400000002551151165767330015106
0ustar00<?php
/**
 * @package     Joomla.Administrator
 * @subpackage  com_media
 *
 * @copyright   Copyright (C) 2005 - 2020 Open Source Matters, Inc. All
rights reserved.
 * @license     GNU General Public License version 2 or later; see
LICENSE.txt
 */

defined('_JEXEC') or die;

use Joomla\Registry\Registry;

$params     = new Registry;
$dispatcher = JEventDispatcher::getInstance();
$dispatcher->trigger('onContentBeforeDisplay',
array('com_media.file', &$this->_tmp_img, &$params,
0));
?>

<li class="imgOutline thumbnail height-80 width-80 center">
	<a class="img-preview"
href="javascript:ImageManager.populateFields('<?php echo
$this->escape($this->_tmp_img->path_relative); ?>')"
title="<?php echo $this->escape($this->_tmp_img->name);
?>" >
		<div class="imgThumb">
			<div class="imgThumbInside">
			<?php echo JHtml::_('image', $this->baseURL .
'/' . $this->escape($this->_tmp_img->path_relative),
JText::sprintf('COM_MEDIA_IMAGE_TITLE',
$this->_tmp_img->title, JHtml::_('number.bytes',
$this->_tmp_img->size)), array('width' =>
$this->_tmp_img->width_60, 'height' =>
$this->_tmp_img->height_60)); ?>
			</div>
		</div>
		<div class="imgDetails small">
			<?php echo JHtml::_('string.truncate',
$this->escape($this->_tmp_img->name), 10, false); ?>
		</div>
	</a>
</li>
<?php
$dispatcher->trigger('onContentAfterDisplay',
array('com_media.file', &$this->_tmp_img, &$params,
0));
html/layouts/joomla/form/field/contenthistory.php000064400000005270151165767330016346
0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  Layout
 *
 * @copyright   Copyright (C) 2005 - 2020 Open Source Matters, Inc. All
rights reserved.
 * @license     GNU General Public License version 2 or later; see
LICENSE.txt
 */

defined('_JEXEC') or die;

/**
 * Layout variables
 * -----------------
 * @var   string   $autocomplete    Autocomplete attribute for the field.
 * @var   boolean  $autofocus       Is autofocus enabled?
 * @var   string   $class           Classes for the input.
 * @var   string   $description     Description of the field.
 * @var   boolean  $disabled        Is this field disabled?
 * @var   string   $group           Group the field belongs to.
<fields> section in form XML.
 * @var   boolean  $hidden          Is this field hidden in the form?
 * @var   string   $hint            Placeholder for the field.
 * @var   string   $id              DOM id of the field.
 * @var   string   $label           Label of the field.
 * @var   string   $labelclass      Classes to apply to the label.
 * @var   boolean  $multiple        Does this field support multiple
values?
 * @var   string   $name            Name of the input field.
 * @var   string   $onchange        Onchange attribute for the field.
 * @var   string   $onclick         Onclick attribute for the field.
 * @var   string   $pattern         Pattern (Reg Ex) of value of the form
field.
 * @var   boolean  $readonly        Is this field read only?
 * @var   boolean  $repeat          Allows extensions to duplicate
elements.
 * @var   boolean  $required        Is this field required?
 * @var   integer  $size            Size attribute of the input.
 * @var   boolean  $spellcheck       Spellcheck state for the form field.
 * @var   string   $validate        Validation rules to apply.
 * @var   string   $value           Value attribute of the field.
 * @var   array    $checkedOptions  Options that will be set as checked.
 * @var   boolean  $hasValue        Has this field a value assigned?
 * @var   array    $options         Options available for this field.
 *
 * @var   string   $link            The link for the content history page
 * @var   string   $label           The label text
 */
extract($displayData);

echo JHtml::_(
	'bootstrap.renderModal',
	'versionsModal',
	array(
		'url'    => $link,
		'title'  => $label,
		'height' => '300px',
		'width'  => '800px',
		'footer' => '<button type="button"
class="btn" data-dismiss="modal">'
			. JText::_('JLIB_HTML_BEHAVIOR_CLOSE') .
'</button>'
	)
);

?>
<button type="button"
onclick="jQuery('#versionsModal').modal('show')"
class="btn versions" data-toggle="modal"
title="<?php echo $label; ?>">
	<span class="icon-archive"
aria-hidden="true"></span><?php echo $label; ?>
</button>
html/layouts/joomla/form/field/media.php000064400000011341151165767330014325
0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  Layout
 *
 * @copyright   Copyright (C) 2005 - 2020 Open Source Matters, Inc. All
rights reserved.
 * @license     GNU General Public License version 2 or later; see
LICENSE.txt
 */

defined('_JEXEC') or die;

/**
 * Layout variables
 * ---------------------
 *
 * @var  string   $asset The asset text
 * @var  string   $authorField The label text
 * @var  integer  $authorId The author id
 * @var  string   $class The class text
 * @var  boolean  $disabled True if field is disabled
 * @var  string   $folder The folder text
 * @var  string   $id The label text
 * @var  string   $link The link text
 * @var  string   $name The name text
 * @var  string   $preview The preview image relative path
 * @var  integer  $previewHeight The image preview height
 * @var  integer  $previewWidth The image preview width
 * @var  string   $onchange  The onchange text
 * @var  boolean  $readonly True if field is readonly
 * @var  integer  $size The size text
 * @var  string   $value The value text
 * @var  string   $src The path and filename of the image
 */
extract($displayData);

// The button.
if ($disabled != true)
{
	JHtml::_('bootstrap.tooltip');
}

$attr = '';

// Initialize some field attributes.
$attr .= !empty($class) ? ' class="input-small hasTooltip
field-media-input ' . $class . '"' : '
class="input-small hasTooltip field-media-input"';
$attr .= !empty($size) ? ' size="' . $size .
'"' : '';

// Initialize JavaScript field attributes.
$attr .= !empty($onchange) ? ' onchange="' . $onchange .
'"' : '';

switch ($preview)
{
	case 'no': // Deprecated parameter value
	case 'false':
	case 'none':
		$showPreview = false;
		$showAsTooltip = false;
		break;
	case 'yes': // Deprecated parameter value
	case 'true':
	case 'show':
		$showPreview = true;
		$showAsTooltip = false;
		break;
	case 'tooltip':
	default:
		$showPreview = true;
		$showAsTooltip = true;
		break;
}

// Pre fill the contents of the popover
if ($showPreview)
{
	if ($value && file_exists(JPATH_ROOT . '/' . $value))
	{
		$src = JUri::root() . $value;
	}
	else
	{
		$src = JText::_('JLIB_FORM_MEDIA_PREVIEW_EMPTY');
	}
}

// The URL for the modal
$url    = ($readonly ? ''
	: ($link ?:
'index.php?option=com_media&amp;view=images&amp;tmpl=component&amp;asset='
		. $asset . '&amp;author=' . $authorId)
	.
'&amp;fieldid={field-media-id}&amp;ismoo=0&amp;folder='
. $folder);
?>
<div class="field-media-wrapper"
	data-basepath="<?php echo JUri::root(); ?>"
	data-url="<?php echo $url; ?>"
	data-modal=".modal"
	data-modal-width="100%"
	data-modal-height="400px"
	data-input=".field-media-input"
	data-button-select=".button-select"
	data-button-clear=".button-clear"
	data-button-save-selected=".button-save-selected"
	data-preview="<?php echo $showPreview ? 'true' :
'false'; ?>"
	data-preview-as-tooltip="<?php echo $showAsTooltip ?
'true' : 'false'; ?>"
	data-preview-container=".field-media-preview"
	data-preview-width="<?php echo $previewWidth; ?>"
	data-preview-height="<?php echo $previewHeight; ?>"
>
	<?php
	// Render the modal
	echo JHtml::_('bootstrap.renderModal',
		'imageModal_'. $id,
		array(
			'title' => JText::_('JLIB_FORM_CHANGE_IMAGE'),
			'closeButton' => true,
			'footer' => '<button type="button"
class="btn" data-dismiss="modal">' .
JText::_('JCANCEL') . '</button>'
		)
	);

	JHtml::_('script', 'media/mediafield.min.js',
array('version' => 'auto', 'relative'
=> true));
	?>
	<?php if ($showPreview && $showAsTooltip) : ?>
	<div class="input-prepend input-append">
		<span rel="popover" class="add-on pop-helper
field-media-preview"
			title="<?php
echo	JText::_('JLIB_FORM_MEDIA_PREVIEW_SELECTED_IMAGE');
?>" data-content="<?php echo
JText::_('JLIB_FORM_MEDIA_PREVIEW_EMPTY'); ?>"
			data-original-title="<?php echo
JText::_('JLIB_FORM_MEDIA_PREVIEW_SELECTED_IMAGE'); ?>"
data-trigger="hover">
			<span class="icon-eye"
aria-hidden="true"></span>
		</span>
	<?php else: ?>
	<div class="input-append">
	<?php endif; ?>
		<input type="text" name="<?php echo $name;
?>" id="<?php echo $id; ?>" value="<?php
echo htmlspecialchars($value, ENT_COMPAT, 'UTF-8'); ?>"
readonly="readonly"<?php echo $attr; ?>/>
		<?php if ($disabled != true) : ?>
			<button type="button" class="btn
button-select"><?php echo
JText::_("JLIB_FORM_BUTTON_SELECT"); ?></button>
			<button
				type="button"
				class="btn hasTooltip button-clear"
				title="<?php echo JText::_("JLIB_FORM_BUTTON_CLEAR");
?>"
				aria-label="<?php echo
JText::_("JLIB_FORM_BUTTON_CLEAR"); ?>"
				>
				<span class="icon-remove"
aria-hidden="true"></span>
			</button>
		<?php endif; ?>
	</div>
	<?php if ($showPreview && !$showAsTooltip) : ?>
		<div class="field-media-preview" style="width: <?php
echo $previewWidth; ?>px; max-height: <?php echo $previewHeight;
?>px;margin-top:10px;"></div>
	<?php endif; ?>
</div>
html/layouts/joomla/form/field/user.php000064400000011115151165767330014223
0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  Layout
 *
 * @copyright   Copyright (C) 2005 - 2020 Open Source Matters, Inc. All
rights reserved.
 * @license     GNU General Public License version 2 or later; see
LICENSE.txt
 */

defined('_JEXEC') or die;

extract($displayData);

/**
 * Layout variables
 * -----------------
 * @var   string   $autocomplete    Autocomplete attribute for the field.
 * @var   boolean  $autofocus       Is autofocus enabled?
 * @var   string   $class           Classes for the input.
 * @var   string   $description     Description of the field.
 * @var   boolean  $disabled        Is this field disabled?
 * @var   string   $group           Group the field belongs to.
<fields> section in form XML.
 * @var   boolean  $hidden          Is this field hidden in the form?
 * @var   string   $hint            Placeholder for the field.
 * @var   string   $id              DOM id of the field.
 * @var   string   $label           Label of the field.
 * @var   string   $labelclass      Classes to apply to the label.
 * @var   boolean  $multiple        Does this field support multiple
values?
 * @var   string   $name            Name of the input field.
 * @var   string   $onchange        Onchange attribute for the field.
 * @var   string   $onclick         Onclick attribute for the field.
 * @var   string   $pattern         Pattern (Reg Ex) of value of the form
field.
 * @var   boolean  $readonly        Is this field read only?
 * @var   boolean  $repeat          Allows extensions to duplicate
elements.
 * @var   boolean  $required        Is this field required?
 * @var   integer  $size            Size attribute of the input.
 * @var   boolean  $spellcheck      Spellcheck state for the form field.
 * @var   string   $validate        Validation rules to apply.
 * @var   string   $value           Value attribute of the field.
 * @var   array    $checkedOptions  Options that will be set as checked.
 * @var   boolean  $hasValue        Has this field a value assigned?
 * @var   array    $options         Options available for this field.
 *
 * @var   string   $userName        The user name
 * @var   mixed    $groups          The filtering groups (null means no
filtering)
 * @var   mixed    $exclude         The users to exclude from the list of
users
 */

// Set the link for the user selection page
$link =
'index.php?option=com_users&amp;view=users&amp;layout=modal&amp;tmpl=component&amp;required='
	. ($required ? 1 : 0) .
'&amp;field={field-user-id}&amp;ismoo=0'
	. (isset($groups) ? ('&amp;groups=' .
base64_encode(json_encode($groups))) : '')
	. (isset($excluded) ? ('&amp;excluded=' .
base64_encode(json_encode($excluded))) : '');

// Invalidate the input value if no user selected
if (JText::_('JLIB_FORM_SELECT_USER') ===
htmlspecialchars($userName, ENT_COMPAT, 'UTF-8'))
{
	$userName = '';
}

if (!$readonly)
{
	JHtml::_('script', 'jui/fielduser.min.js',
array('version' => 'auto', 'relative'
=> true));
}
?>
<?php // Create a dummy text field with the user name. ?>
<div class="field-user-wrapper"
	data-url="<?php echo $link; ?>"
	data-modal=".modal"
	data-modal-width="100%"
	data-modal-height="400px"
	data-input=".field-user-input"
	data-input-name=".field-user-input-name"
	data-button-select=".button-select"
	>
	<div class="input-append">
		<input
			type="text" id="<?php echo $id; ?>"
			value="<?php echo  htmlspecialchars($userName, ENT_COMPAT,
'UTF-8'); ?>"
			placeholder="<?php echo
JText::_('JLIB_FORM_SELECT_USER'); ?>"
			readonly
			class="field-user-input-name <?php echo $class ? (string) $class
: ''?>"
			<?php echo $size ? ' size="' . (int) $size .
'"' : ''; ?>
			<?php echo $required ? 'required' : '';
?>/>
		<?php if (!$readonly) : ?>
			<button
				type="button"
				class="btn btn-primary button-select"
				title="<?php echo JText::_('JLIB_FORM_CHANGE_USER')
?>"
				aria-label="<?php echo
JText::_('JLIB_FORM_CHANGE_USER') ?>"
				>
				<span class="icon-user"
aria-hidden="true"></span>
			</button>
			<?php echo JHtml::_(
				'bootstrap.renderModal',
				'userModal_' . $id,
				array(
					'title'  => JText::_('JLIB_FORM_CHANGE_USER'),
					'closeButton' => true,
					'footer' => '<button type="button"
class="btn" data-dismiss="modal">' .
JText::_('JCANCEL') . '</button>',
				)
			); ?>
		<?php endif; ?>
	</div>
	<?php // Create the real field, hidden, that stored the user id. ?>
	<?php if (!$readonly) : ?>
		<input type="hidden" id="<?php echo $id;
?>_id" name="<?php echo $name; ?>"
value="<?php echo (int) $value; ?>"
			class="field-user-input <?php echo $class ? (string) $class :
''?>"
			data-onchange="<?php echo $this->escape($onchange);
?>"/>
	<?php endif; ?>
</div>
html/layouts/joomla/system/message.php000064400000002255151165767330014174
0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  Template.protostar
 *
 * @copyright   Copyright (C) 2005 - 2020 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'];

$alert = array('error' => 'alert-error',
'warning' => '', 'notice' =>
'alert-info', 'message' =>
'alert-success');
?>
<div id="system-message-container">
	<?php if (is_array($msgList) && !empty($msgList)) : ?>
		<div id="system-message">
			<?php foreach ($msgList as $type => $msgs) : ?>
				<div class="alert <?php echo isset($alert[$type]) ?
$alert[$type] : 'alert-' . $type; ?>">
					<?php // This requires JS so we should add it through JS.
Progressive enhancement and stuff. ?>
					<a class="close"
data-dismiss="alert">×</a>

					<?php if (!empty($msgs)) : ?>
						<h4 class="alert-heading"><?php echo
JText::_($type); ?></h4>
						<div>
							<?php foreach ($msgs as $msg) : ?>
								<div class="alert-message"><?php echo $msg;
?></div>
							<?php endforeach; ?>
						</div>
					<?php endif; ?>
				</div>
			<?php endforeach; ?>
		</div>
	<?php endif; ?>
</div>
html/modules.php000064400000003532151165767330007712 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates.protostar
 *
 * @copyright   Copyright (C) 2005 - 2020 Open Source Matters, Inc. All
rights reserved.
 * @license     GNU General Public License version 2 or later; see
LICENSE.txt
 */

defined('_JEXEC') or die;

/**
 * This is a file to add template specific chrome to module rendering.  To
use it you would
 * set the style attribute for the given module(s) include in your template
to use the style
 * for each given modChrome function.
 *
 * eg. To render a module mod_test in the submenu style, you would use the
following include:
 * <jdoc:include type="module" name="test"
style="submenu" />
 *
 * This gives template designers ultimate control over how modules are
rendered.
 *
 * NOTICE: All chrome wrapping methods should be named: modChrome_{STYLE}
and take the same
 * two arguments.
 */

/*
 * Module chrome for rendering the module in a submenu
 */
function modChrome_no($module, &$params, &$attribs)
{
	if ($module->content)
	{
		echo $module->content;
	}
}

function modChrome_well($module, &$params, &$attribs)
{
	$moduleTag     = htmlspecialchars($params->get('module_tag',
'div'), ENT_QUOTES, 'UTF-8');
	$bootstrapSize = (int) $params->get('bootstrap_size', 0);
	$moduleClass   = $bootstrapSize !== 0 ? ' span' . $bootstrapSize
: '';
	$headerTag     = htmlspecialchars($params->get('header_tag',
'h3'), ENT_QUOTES, 'UTF-8');
	$headerClass   =
htmlspecialchars($params->get('header_class',
'page-header'), ENT_COMPAT, 'UTF-8');

	if ($module->content)
	{
		echo '<' . $moduleTag . ' class="well ' .
htmlspecialchars($params->get('moduleclass_sfx'), ENT_COMPAT,
'UTF-8') . $moduleClass . '">';

			if ($module->showtitle)
			{
				echo '<' . $headerTag . ' class="' .
$headerClass . '">' . $module->title .
'</' . $headerTag . '>';
			}

			echo $module->content;
		echo '</' . $moduleTag . '>';
	}
}
html/pagination.php000064400000014275151165767330010401 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates.protostar
 *
 * @copyright   Copyright (C) 2005 - 2020 Open Source Matters, Inc. All
rights reserved.
 * @license     GNU General Public License version 2 or later; see
LICENSE.txt
 */

defined('_JEXEC') or die;

/**
 * This is a file to add template specific chrome to pagination rendering.
 *
 * pagination_list_footer
 * 	Input variable $list is an array with offsets:
 * 		$list[limit]		: int
 * 		$list[limitstart]	: int
 * 		$list[total]		: int
 * 		$list[limitfield]	: string
 * 		$list[pagescounter]	: string
 * 		$list[pageslinks]	: string
 *
 * pagination_list_render
 * 	Input variable $list is an array with offsets:
 * 		$list[all]
 * 			[data]		: string
 * 			[active]	: boolean
 * 		$list[start]
 * 			[data]		: string
 * 			[active]	: boolean
 * 		$list[previous]
 * 			[data]		: string
 * 			[active]	: boolean
 * 		$list[next]
 * 			[data]		: string
 * 			[active]	: boolean
 * 		$list[end]
 * 			[data]		: string
 * 			[active]	: boolean
 * 		$list[pages]
 * 			[{PAGE}][data]		: string
 * 			[{PAGE}][active]	: boolean
 *
 * pagination_item_active
 * 	Input variable $item is an object with fields:
 * 		$item->base	: integer
 * 		$item->link	: string
 * 		$item->text	: string
 *
 * pagination_item_inactive
 * 	Input variable $item is an object with fields:
 * 		$item->base	: integer
 * 		$item->link	: string
 * 		$item->text	: string
 *
 * This gives template designers ultimate control over how pagination is
rendered.
 *
 * NOTE: If you override pagination_item_active OR pagination_item_inactive
you MUST override them both
 */

/**
 * Renders the pagination footer
 *
 * @param   array   $list  Array containing pagination footer
 *
 * @return  string         HTML markup for the full pagination footer
 *
 * @since   3.0
 */
function pagination_list_footer($list)
{
	$html = "<div class=\"pagination\">\n";
	$html .= $list['pageslinks'];
	$html .= "\n<input type=\"hidden\" name=\"" .
$list['prefix'] . "limitstart\" value=\"" .
$list['limitstart'] . "\" />";
	$html .= "\n</div>";

	return $html;
}

/**
 * Renders the pagination list
 *
 * @param   array   $list  Array containing pagination information
 *
 * @return  string         HTML markup for the full pagination object
 *
 * @since   3.0
 */
function pagination_list_render($list)
{
	// Calculate to display range of pages
	$currentPage = 1;
	$range = 1;
	$step = 5;
	foreach ($list['pages'] as $k => $page)
	{
		if (!$page['active'])
		{
			$currentPage = $k;
		}
	}
	if ($currentPage >= $step)
	{
		if ($currentPage % $step === 0)
		{
			$range = ceil($currentPage / $step) + 1;
		}
		else
		{
			$range = ceil($currentPage / $step);
		}
	}

	$html  = '<nav role="navigation" aria-label="'
. JText::_('JLIB_HTML_PAGINATION') . '">';
	$html .= '<ul class="pagination-list">';
	$html .= $list['start']['data'];
	$html .= $list['previous']['data'];

	foreach ($list['pages'] as $k => $page)
	{
		if ($k !== $currentPage && $k !== $range * $step - $step
			&& ($k % $step === 0 || $k === $range * $step - ($step + 1))
			&& in_array($k, range($range * $step - ($step + 1), $range *
$step)))
		{
			$page['data'] =
preg_replace('#(<a.*?>).*?(</a>)#',
'$1...$2', $page['data']);
		}

		$html .= $page['data'];
	}

	$html .= $list['next']['data'];
	$html .= $list['end']['data'];

	$html .= '</ul>';
	$html .= '</nav>';
	return $html;
}

/**
 * Renders an active item in the pagination block
 *
 * @param   JPaginationObject  $item  The current pagination object
 *
 * @return  string                    HTML markup for active item
 *
 * @since   3.0
 */
function pagination_item_active(&$item)
{
	$class = '';

	// Check for "Start" item
	if ($item->text === JText::_('JLIB_HTML_START'))
	{
		$display = '<span class="icon-first"
aria-hidden="true"></span>';
		$aria    = JText::sprintf('JLIB_HTML_GOTO_POSITION',
strtolower($item->text));
	}

	// Check for "Prev" item
	if ($item->text === JText::_('JPREV'))
	{
		$display = '<span class="icon-previous"
aria-hidden="true"></span>';
		$aria    = JText::sprintf('JLIB_HTML_GOTO_POSITION',
strtolower($item->text));
	}

	// Check for "Next" item
	if ($item->text === JText::_('JNEXT'))
	{
		$display = '<span class="icon-next"
aria-hidden="true"></span>';
		$aria    = JText::sprintf('JLIB_HTML_GOTO_POSITION',
strtolower($item->text));
	}

	// Check for "End" item
	if ($item->text === JText::_('JLIB_HTML_END'))
	{
		$display = '<span class="icon-last"
aria-hidden="true"></span>';
		$aria    = JText::sprintf('JLIB_HTML_GOTO_POSITION',
strtolower($item->text));
	}

	// If the display object isn't set already, just render the item with
its text
	if (!isset($display))
	{
		$display = $item->text;
		$aria    = JText::sprintf('JLIB_HTML_GOTO_PAGE',
$item->text);
		$class   = ' class="hidden-phone"';
	}

	return '<li' . $class . '><a title="' .
$item->text . '" href="' . $item->link .
'" class="pagenav" aria-label="' . $aria .
'">' . $display . '</a></li>';

}

/**
 * Renders an inactive item in the pagination block
 *
 * @param   JPaginationObject  $item  The current pagination object
 *
 * @return  string  HTML markup for inactive item
 *
 * @since   3.0
 */
function pagination_item_inactive(&$item)
{
	// Check for "Start" item
	if ($item->text === JText::_('JLIB_HTML_START'))
	{
		return '<li class="disabled"><a><span
class="icon-first"
aria-hidden="true"></span></a></li>';
	}

	// Check for "Prev" item
	if ($item->text === JText::_('JPREV'))
	{
		return '<li class="disabled"><a><span
class="icon-previous"
aria-hidden="true"></span></a></li>';
	}

	// Check for "Next" item
	if ($item->text === JText::_('JNEXT'))
	{
		return '<li class="disabled"><a><span
class="icon-next"
aria-hidden="true"></span></a></li>';
	}

	// Check for "End" item
	if ($item->text === JText::_('JLIB_HTML_END'))
	{
		return '<li class="disabled"><a><span
class="icon-last"
aria-hidden="true"></span></a></li>';
	}

	// Check if the item is the active page
	if (isset($item->active) && $item->active)
	{
		$aria = JText::sprintf('JLIB_HTML_PAGE_CURRENT',
$item->text);

		return '<li class="active hidden-phone"><a
aria-current="true" aria-label="' . $aria .
'">' . $item->text .
'</a></li>';
	}

	// Doesn't match any other condition, render a normal item
	return '<li class="disabled
hidden-phone"><a>' . $item->text .
'</a></li>';
}
images/logo.png000064400000021563151165767330007504 0ustar00�PNG


IHDR,<�܇Z#:IDATx��t���9ww��g�ꍲ���B��ʹ��!I9ww�
)9��!�sww�,I��R����o���l�m�ogvZ.�e�sak�@����|�l���-N�d�UM��+�F�f�(!���L#�/�;�u_�)ʲCY�I��n}_��K�$�Z�������
n�4�l��h��߃MLd#�2��0{-"�v?H6HQ��7���s�4_�͖q
�Y�Z�WC�KԷ�z�qv�
��Vh$��m�L�z��U4„He‹�1��kf���(Jy�n�I�V���9��a�bUT=Ĭ��5�Kqo0NVh�e�o
�L%�SQ2d��ˣ��D��(�y�goҸ�b�K�(�7�!�5�4�̨c�e?�V�J2(�
��D̳@���'����U�ߊU�r�Ƨ�"�<@�A�Ư����cFɱ��Ӿl�1�E)Oȟp]h)5Ty��v�N0L�00ӵ�E��sv��hi��2#ۥ��|��yĽq&D���-�gB�!�E)O��	���/�?����c)�b|�M�g��D_'ߤ��09������!r�)'�#��WR:L�6��]X7ˌ�%��$'��}ZE0�<@�GQ�\�`�Ył�-�_��A�&'[<���U�(��}�����L�/D���}�ʟǂ�z���*?���`��������#o�
�uo��������"b\޿!bdM�ʏ�(���n�M�%+Z-�_�$�
��yU�$�QZ�2��PyRyS�S��PK���[��������.��!�d�L�
�Q~,@#���@Y5�f��&��(9�,��.��"��ܾ�`��r��Y9�g�w�"@�TTT�>i�{
���^��5!&3�w��4V�:��R��'�c��({I4[C�a!��!��x�o�H�uZ�5r/�F�u)JNM
�RӜ7��O���������ǯ�k��r���p_��7/F�`Lǃ�����^�wA�u��ສ��
�!�Յ�|n�Iz�@��)b�+k�>Bφ������`�F3:fBrع���~)JNM�}�f#?�C�Z�}7�ʍ<Zš���0�}�8]�u��k�
��3���h�i��:��.�����3�H������¿�o���#
��Ş7@�����a�!��E���"g��%���C��f��h�19k�
$S���}�Q��1k�k�H��u�P��+	!����Vp�`i�F��=;v^�ۜ]s^�m�M#Gi��pox<��|���җdOAt~�&y)�4�R��xɟ�>�y��q7���|�����'�q!"LN��4|���3a�L&�.JG�9f�ݓѯ��L"D�O��T���h���OQ�˜���v������G���]�;记��z-�
�Mo����P|��;���u@$�c�	��)���g�a"��rde}>0B�M�i@�h�;B�^���TԺ���K���"HVhQ�*DQ��9��@=_q�	+��]��Mv�ۿ��D��]
����<g�ɺ����J�/��`	P!���^���^�}O4�����|�M���V}a�20�y*�#��5�B*X)jHH�ú�'T��1�Վ�K:&}�d@6yH����<��v�������-|	
�U�"tV
��[�3Q�Q_Cա�m����L�y�{��"Gi��D���h���OQ��
�
�}�SZ�1�A>�c����m��8�M��Zh���y�4���W��E	~
@�d�O�F臥�Jn�n���+�ǹm{�1f���9W��g6�X��^lh(��`E�~�F*X�,�.}��yT\��^��M��V��70&�4��^]]���<�VR�K���:��#Z��H'�7�R欬I�쓾�j��DZm"m������^
Z�E����n���`-#,�@����ς1&��t��A����C�M�51�L_}[�!a�K	�
w�z�J�(��a����6g�i��d��vl3��5V��1��h��n6��`-PN&B�h6�0U�Z�(*Xr��bLj1�h�,����M��^�6���W�M��[�����	nH�P'D䓒��3`�({��WyPٶ#�3?V9}2Z��p�ƒVH���τXs�I��5qO�Q�E}C,���Q������w�m�۟��})���!k-�]IN��8��9e�@�2e���9���ef%����zλ�#�-U>�{~���F����޹s�ݿz�z�����'����ep��=���o��d߸]�D*�)"'N�]��}b(p_�,�c��_n�i(��,��)?�g�;lj�<@'1k�?�������Ϗ��ׅ��Ww
�q�:U_�볂X}�u���@�VvR��"��Y}�z��
��J�]�)&��_��"
6��8ѳ����܅.��|�&4�\V��ݫ9H��7m���ݮ���a���t���C�}�:,��K���Vљ��?��݁�_��q����Jt
;�{������X�>���7a�gKܩ�e_��<�{/���8������2)1'9&�[
bA!b0�2Q�ʶy��/q�$F���\�B�nfdn��g��&X����6��9�Y��ϻ��7�[�j��^�cs�ө�g(������?v��#V��u�<�s����|��ό���Z��Ҋ�@���,{��0�����\
D�AS���>�y��C��e����a�n��}�v!"��a��m���z�ӻ����I��TF�����t:<A���f���@�gЇuJ��8��*�۟�r�R\���nw9��}���웻�}�S�z}@��	'��}Ʊ`
�˥���鸠�G�?q�$\?����<�!�����
/V��Em���8�lmʶo�u�*�`������x���Gd?#��<^���`%�|;o���Ѹ�|l>��ga!5�5N�(m��6Xa��E]���
�NQ�賂ج<���ԝ�!�:ђ�Vo�f��?�>��>�n:���z2��`�S�ʼn?_#/�p녇�������C�yvX�)��(��b��	�oc���H}�;�V"�6�
D$�C)J��ytJ2O�cd6�X`gs��%�Źx��mKb�m�}��fNdžsJ�tN�	s�_+�*Nh+��<�=D���d�>N�7^���X�?�`�)7��U���E�x�\��vXD+��n���
S5}�+Ip��]�>��n_���]�a����G��W+0�h���,���Q�߀HW,Ng`�O…�kHRp��p�?��z���.�E.��+��������v`��_����Dv��
��*��
ۻe�
f��¿��Bs�h�ߏ(X	��{;ˆ]�tjZ�JX�
ӟ��\dO�+��)�'������mt���1�-/W=YZk��	��mݩ`��A4f`���o��cm�ڄ	�Y@�IT�xl��4��3�>����[X�����*�_��/0����y��b��a_����V�U������H���):ç��DEL�̕>?���I�r~�U�/�7�h���@�]��Y��:M�ҭ�/d��Nj��R�3�!<��.l
�!��Q�S9M���i����;ϑ�2�0|7�ٵo�}��y`����p8v����T��OЖ�j�/�Nm
�X�|lq�
O���k�+4���a�����&n��mN����e�
��>�sy-���6}{���$��ST��鳎�����>�=����+�����Q�=�������J��3�M���ǰ��-|Z���ӎ
���^>�����	��Փ5���O+ت���v��j�_���~�
ҝx���D�:�`�������1�
��u>������NC��¾�q7��}���K�6���X�b�8&8v�t��7Z'
�V�la���sM"1�Ʌ�]�l��6E�%`�H
��<k{�!�W��;�z�����.&�!�@����F�m9�%X���������1-���O�B�D,y>���;���"�1�۵�����p���jug�ߣ��H?;��
ҝx&�%P��羡�hH���ah�����g���8
$�����b8�`�h��G��%}@��g���F��:��1��Kn�[m�Z+o@
�nЖY���
.
�2���}C��	m�B8�`o��=�!�+m�?�qH����籜�$d�-�.���~@�������Y������>-=��EϾ+��~�H
�`9�Z��]�27יD2`T|�f�
}���O��X���a@$�˻��Q�ip�K�/�
_YKi����G�io���.b(`�
H��q���`a��{~��*o�@7p�RA�zi-X�s�}E�^}ֳ�O��P���h��Y1k����2o�v���s�V-�i95�Nov��a�=��
,
Ҝh�%��-�S��@$����<їJs�#B!����c��\D2q8\��{q�4�t樂�ɿV�2�>��b(0���I�oLB�^���@�cmˋ�K+z��c	�瀓��ñ8�d��?E~o:
VaU}^Iݪ���~��j�k�?s�3i��%Z�5��wt�(�\�}qM��S�o�[�V�t�f�n��[
�O0�՛]!�<�/1��������\VO&���;���EE�
:�MͫB�X��Ȑ�d��G��љ��ƽAX�b�#CEq��QLd�\�W����
��j��?6�qh���Jh���߇����2L"���8��{��`��Y�]qu�ʲ�k��5��R�V����·h�?�g��=��ޛ�g
���Y�CIm��e���k���`�ܵ�S+�_�ѷ�l�g��3��!�Zm~�miL4�����y&���X�;�T���hA�	���,
���"5��_
%�������t �
�<͂�ʗ2Z}(�k�̂�u�
�K�]��k^�����[q<�K�Jj�*�m�XI(Z����8�����~�>-�V�EoN:I�Mo�XTS�p�͚&�h�*�k�+�^v�O�{^���˧0�޼�1j;
Ҕ���8�5 �@�
�@�\@N�b�)�y@�w1`Y����
D*`:���CX�l��e�d���s����
p;�1Yi�P<�]�ib�8ZC7�_p�'�0c���8���奔�x�jر����ҹk-���Dku��r��p�W�xl���X+����S�HS�
}U��P����G"E�����=X��i?�
R-<��w�&�:z�`iߧ�qqn�=�,XW31=놵C	+ZE�����Ň�\����h�qي|TzP�:�+�)�Y�,�`[)�k�OkCwYU��M�=.�������:�~�HC��n����R�BI�ۨ`1��$X@�Q���
��W^^�D��?��
�N�eCD1)��:XTӰl�I��]��{<b�>��\C��f-T�<��N�4󁲹��*�`ծ���к�g=���s���1��_���"
�.X��	,s�9��H�{�j�L��ž��M��yJ����ܵ��-��`�,�4����
��9*mr	�k�TT�X���쇲9����G�3�{î�^�}~�K�_X���40┰�nuoQM���
�`�AD��=�1��p�۴l�/#;�=>�"�Nw����Fכ��DI�@�Nw�9�
��g
Zt*��`�,D���~y<B���D*�Ja�VAݚ=��dΚ��A���7WT
�d�[�!P��!��
X�'�>}�QEU�_.�+E0MA:���/@��B�@�t�h��1�eM"a2Ei�J����ǰ���[E[��
���n����Ql��3L������/�9
�	�q�˾.��I�Reg���cEg��n"��H�3�,��
���	k�|����&X��`+|Xa����)*Ga�cE��f��(\������1'"��yC��b��j{�j�.��3~-kXY_v��#�7��t$��bv�9G�����<�s-����
�	CP���8z��(K�XG�ۘ�j��<�i]���!���-
�9�R=p�轰Fg����/|7��?������j����T����(a7�V5a�Q�DZR�p2�0,-�������ծ^P�ϊS�9��Kj��������9�͛���y�����
�`�����HEA^�5݂qH@7ܬ�`v���o�$!!aYa��֜=J�6���g�_Ys�?���
�6)X��aq>��s
D2��~_�i�H��vc���L�>)�0%,�o��N���?���;�������g�U�)��.��"��K�L5���
e�VD:�Є����n>�,\n/���:Q-�[�\�)��'
��9;�Я^K�s
R�c}��@ZϥC���)��i&k�w��D`�5�y�,�.�V*��F��̐��!�2Y�uy�M�*������BCqY(�k<�px��4��j�k��+�m�vӒ�Q{�v����`S�7j�{��x
�
-
>�q'G���~��H��f�U�MY��A+�5����Q���g	�
�
�A�>MڞV�y[�,Xw^4�	�eL����}�ű����i/�0�2���&�d�!ٖH+t���?��d>�`�Xq�`ڏ��a"�UP�;��
�Vڣw��
:������9"Ҁ�N��TݴS����g
���ߔͫφjaټ��-+N;�VuM�Z~>b��:���x�
���27���]���t^������^m?a�؀�蓂��1XK����;��
�}%�6�ᢺ����#;ޭ9��\�F8�nP�*��i��k�EL�d�/���bvF;���!��8��I�,�`�ϻ!1?��Y^.����'�n�s�0����"�
���J��8�w����M�~�p).��okAG���H�!\	�m[��h��<j+�cw-�qhS���:V�7�#�\<�J�*��*�b;������܈�5����~A�~Bf�Q@$��E�6�)�[���X�q��<���0}\����p��
��X\bU8o}���D�w�.�a=uAp^n��.n�f��۶ĨHj	o
�|]@\�`$�jW�R�R���o����݆�5ē�ʂo���p��jq�{���.g�?����'�~��m�M��6�Z�K�Q
�	�8,F�ڱ����k����7�B��)��~D�[�%(2#X8�y3�{�4V0��
V`ۣ���|�~7d��D8����4�jc{�Rs�
W��L��>^B�˿q����

F�Bc�Px8�#�{�2��g�$�����1���
�C�T��tɇ�&��$�%[�Gg/�0�Eg~ڈ<�b��%�8�բ�g�b,�q���
������˲�۳�b]PP�G
H�4�s�C(�����c���d��"��6�]i�[��k���2��>����ŀ_��l�R�������º�I��XfE����y����&�͒�����~�j��^"^x
]8ءi!����*z��B���zҊC=��@>�fO1��eb��8�V�-6�9Q��:`�����Rɜ���}��b�q@�rs����+"�`�7&A���V�`QT�O�\7Z�U�`q�e:�]�>��e��P�v�+�q�)(���U�Џd�j
$�tDZ�`�S�0ê���+Ô���G������d�A�A�}V����<XMs:=6Y9i�o�J�,�c�'X�!c��ñBv	��R0[��.c��2N��uȇ
}|p�S~?}Z��b�?�:ߊ]{}�w�K
rG2����(Y�)��+�q`���B{5���_��X�\����?�X"��I=�K%n�^�
�
+�¿[d��.`�TNN��
'�p��B�m�j��Ǘ�'��/
��pG'ny�ӊ�c%��d�k9��x`�c%�J��q�ܲ\A�J8VB~ԉ�m3~^�~H��U��I�X�5~���趋PJN��}c��ǀȐ!��Dp5/b�di:�*���@�����<�-#֓L��ެ5-��D�FQ��&I�d0(-+�&�UT��BҚ?fgL��@��z
Y����t�gȐa�A�a(�T6�\D)���ˏ�����fv�퀰,�j��b�2"������A7�}�>$��fm���@dȐa�!�j_�`��WX�a����hMaۂ���S�	D<@X|�zVm�/�~�y�?@�Ώ�[�ߟ����,
b��!C���(��/��;h���[���$�Y�[q��15
�&�~�;
K表�?w���={�19jο����O����{��J���˚
D�F$ƓqJj�W�ϔ�`�7�J���$
RI�>fr(�=�ꏐ���]�Ȑ!��$����CP�8�S\b��ɘ�=4~)
Rɇ�s~�`���j�K��!n�]���d
2d�0r�P/����K!X�Q#�1
d-v8�W�ܼbw
~6b���=IъtJg=�z0���BD�F.�1�r����iu�h��@7�I�t���l���W8�π���:�ú��}����!C��L�
���VX�<"u�j!XY̕����X�5D�@�|��6�A��e��V����
��e2d�0������kD(~�IEND�B`�images/system/rating_star.png000064400000000311151165767330012371
0ustar00�PNG


IHDRVu\��IDATxڕ�=@@`g�K��!����8�^4:��p�d^�$"o�H���LCz�F�D:�
R�g�e6�H�PC	;+9S�	h�A����M�Bq�\���0(�~���l�
Dl�̒!t�^2��P�C���2:;�Uư���UIEND�B`�images/system/rating_star_blank.png000064400000000272151165767340013547
0ustar00�PNG


IHDR�|�l�IDATxc@Y"�%��>�}؄�\�!B��%�����e��
�d�E,\�]�P PD�+��3\�K&�
�p�\T��%�
��|uy���o�,6����V0K��AHh93��Ό.Z
�n><�9��IEND�B`�images/system/sort_asc.png000064400000000200151165767340011667
0ustar00�PNG


IHDR�|�lGIDATx��G@!��^�Wp���';�	�7�K��������U��6=ҢŎ4k�$�U��OT��A�x���H���IEND�B`�images/system/sort_desc.png000064400000000207151165767340012046
0ustar00�PNG


IHDR�|�lNIDATx��1�`^��4	/�q�+�jo�!2�o|�u���\\�b�8�ڭ���ݙ��ZL`��0E�1��i���T�IEND�B`�img/glyphicons-halflings-white.png000064400000021047151165767340013313
0ustar00�PNG


IHDR���ӳ{�PLTE������������mmm�����������������������������������������������������ⰰ���������������������������������������ᒒ�������������ttt��������󻻻������������bbb�������������������������������������������������������eeeggg��𶶶����������������������������xxx�����������������������������󛛛������������������������������Ƽ�������������������������������������������������������������������������������������������������������������������������������������������������������몪����������������֢���������UUU������������������������������������������������������������������鿿��������������s����tRNS���#�_
/�����oS��?��C�
kD���OS_������6��>4!~a�@1�_'o�n�ҋ���M���3�BQj��p&%!l��"Xqr;��
A[�<`�am}4�3/0I��PCM!6(*gK&YQ�GDP,�`�{VP�-�x�)h�7�e1]��W��$��1�b�zSܕcO��]����U;Zi<N#�)	86pV��:h�#�0Z�Q�JN��EDT��܅uIDATx�c�H��]�ȶ�q�<��&���d�NC�i�yf��������p����e��?�]�G�V����E�z��}����g��7�r������7�|Yw}���š�>JN�S!�ױ��;G$�pA��f�3TJ1�Z�8�+
�6�1��	q:u�;:�,��W�z�7D�Ώ��1#�D�1iǑ'�F��
�C
�c��'K�	�af�ᱟ�+s�B�hM��"��.�i�f#c�]�p^G�CI��#|Pd��:�T�#�JZm[��m��VC���7�)c�d���	�~F��)��*!�:\�y�Y��K��L���
��<ޅ��w�6���C^�e6�j�{"wZ%oO
�Uج&)y�]*�}0y���Ӈ��r|\�V�7�٬a��
����R&�U3W��!���<"��Tb�{9佩WS���ȯ��}��YU��*���k�R�;m''�`��N����w�'�JM�!���6�i��?($ZI�Tp���pڴ�hM�C>�!��*<��*�uIU�t��5�s���h���z���K��t�
B�b|�yT���r��c�v�"y���m�
�*Y���X�c7y�l��?<��
Jjr�fZR{b��������el��$�Iy�P����X��Z�~GH՜9M���E�[2WJ��F�﹟|p���c7�
.��.S�[X���|)X/�ۅ�v\��`~q�����Q�y��N�uK��dw$X�ǿ�>�)5��b|����#�!�f�RJ�U}���1����jLc�V}p�Ш��R��m�Vq����y�l�’/3y�;������&��:�H���ɐ?�ǐp���bA�	��[ݘOBy%+N{d�T�R-�L�Z!�Z�b��/��-�8`-�����U�z�U��d�+�j@m�^ŪT�i4�
`t�
&�Nsn	i*J-�,E,u0$�>1�V��ZkuWV��L�<���x��{���鍅��{|���,�Ľ�����=��=3�7�j}-��K6g�Wa��y�aHQ�c���z�z��/ѕ��Of�yk~�>����*(N@0Q�{|���t3j�MOn����"����OiJ]�ͨ^���A{�m+@T3����㸟W�b�Qq���+3���+0Pj���*$���$���d��br�������[�ɭ�Vsr�9�՜�jNn5�ZF��՘1�Fyj�4UqH�zdh-宓5���uJ��eĶ��ˡ��D�5=d��>5�^�!"��$�
H՗JƎ/�y蓍�����O�ߴ[�\Ǖ?�f�5���٬�2L
��^
@,{����G�
E�����Vcjb�U��l�NN�6E��]�_MޕѪ��;_�J��Hu"2[N���x��Y���)_�?����)�0��h/���0�����Ol�*�2�3U�:�46�ဎӪ�CQ'���Dޡ��5�>`�<I2�\�L�Yłͪ���qz�
�W��I�Gj{Xrv[^�B���Y����v��@��(�#�w��_}
��Y��qZ�u(��Kv�5����|���׬u?̇̃$å4��:ж���r���J}Y';,�ّ9v��F��|k"W��u5&Z9�ֿJ��s$���笿���V�f����s����O#�y�R�g�Yֹ��=w���*?����iO��m��4�V?�*?&.�RT�i����*:��U�f�j�$�U��!Š���O������b`�䗐�%Ҳ?ڬ��yBi�`>9������V[�e�2Z,��K��_�kN��s�t\V�=iU��*���G��#�n4Y�yM��I�9Iv�.I��[���:�_��?��6/�^�i�=��2yf@�xz�z��d^�{D�T�J��V]���$[J�H.;FEԩ�:U�uD}R�'ɷo%I��K���|���b��~�3[�-ѭG�Y���Sd{�R�m��ǡ��[�lU�'P�ps�:�j�ѿ�A�G���a)3;KYge%�#r�D����:�>��m�|�몕SC���fe�ChÒ_Xl��>�x��M��Ӫ��A����>���d�y�qꀑ=��jeehu�	��yە�/T�n�TP��*�8;;�UG�j�$���$YFE�q��j�:��)���m}G��{D��bh�ph[v���64�
�
��4��V�f�`E?O�2�,u��:@�:��3"/�rܶ����~:���]J
��ZX�64C!y�����[�ɭ��Vsr��՜�jNn5'���[�[�7b/�m3��[;D���e#�c;C\�����&���
?�V�V���x�\�7VU��V�t��e>"�Yr���$�K��HGk\ͪ�4��:#�)ӱ�BD؏�l�
l�6�:�ZS�2Z�1ᝎ�d���ȅ��Ǎd���f�"���0D�cXm�d�}(V�E�>T
�H�u�k�cY}-N��L�`p�#���y�
Xx%_fF&�_�01�])TH�{�H3��k���j����'7mZG�J�d��X��������I���6�`�D䞡њr�+�<��عݛY�iY©��Zwh����cuY%,�W?}����U��U�Y�c��!�����6�?�};�k�����:F�R���Z�kݪ��{�"?�I��>�}��o�qW��x6���c[UCd�Z0�8�gy�1I�x�0��J���;�!�ĉ[a���W�_�e²EE����)������:�qVj�H���;J���հ�q&����3�y|��ɪ��b����}�|AOzJ�]�kS�s<
�C|�HV�dy|���9o��V����b=���ɟZ���$�Rof�+����X^�ٳ��}��9>)�v�
��#Y%Idn����ù��^d�5oݟW��I�I>�*�֑ʽB����pQ��c��-���~�YK�R�.
��O3[��\����g�=�{`[�b{r�F.�j}R�^^�R�Vӹ�
��܋��BX;2EKf�,Հɒe������Gn�7�Q)g��NZm�kՎ�*�V�I^)f;U%R�`U�PA&V�����hҲ�E!:�{��EF���Ǟ�p�
�:PȆ:��l����$.'���[�ɭ��Vs�9�՜�jNnu\r�ac���)r��_�Y&�]w��+�rn�
�Kcr��KO�d��fl�ח���,��pc�$}�u]�O�c_�TC/R���^�R�ȑ�wq�a���;$��SM����-��U�����y�c�yj�,[���2�|�>�W�\�^f�ѥ�^��t=Z���T�VR�?]�\���,�3�����mQj����E֜�1���jg�̹^�3+��x�2�.I��k�?�O)�&�����O^)��z#�'���#�qQ��[��w�r�+'Y�oU�,�6dN�Y��E�'�VW��N�'��zG�'�2���o�5�Ь�����3"���6�b�;#\g�
\[H��ԲȕS�wǶJ?���$�����"��[W���jrVЈG��e~]K`�s�<f���+��c�d�N#_ci]��}|�V�)��\�<e)ǵJ�bc�۬�~F�i�R�V喊9r�7E^����F�
����T_�?�;1M#]��w��}�ZG�T.�v�����ٶ粔=���/���j]i%�Un�x�}~R�j��u�	&H�/�}���.T�f^]��T��C�H����H�T.�ӑ�}�/�jw:r�U�N�=&�ǰ����G�T,�Ps�m��$��u��>9��w����˼��S	C+�̔
���rQ��A�7[Ƶ�(�t��R�4����K�ޮ‹�G)U��ds�6?0Is~�9n�q)Z�a��=�D��W7Ec���rt�jO-�\y�Qkbaܻ%=�C��\���۪�*�B�.��n���Z��E���̤�����|:��{�=V�n[&��H�"WN�]��kU��P�%����"��ɦ�]ա�#��S]j=+����m_�Gd�B5o]nQӺ�5V�n[&��J�"�2o�o;z2��uz\C)5ɓ�O����O6��v'�pQ]Ԏ2���.N*U���4�[c�ζe����+��t�\��O�r`��
"�Z�l�R��6r��n+��?5�ɭ��Vsr�9���jNn5'���[�ܪ�����$p�Ǡ3_su�J���aZ
}k{�w+ׄ��������cp�gÑ��8xI����{ׄ�脉U��s�<"�Q֧��^aL��X��'W��Gɧi�Ne��Fr{$�r���H�7��ucYտ|A�JI7Z�$���IN�r����=��-Z��3�2�o�nL��n�!�����i�,��Q�絆���1��
j�٭v�%���֭����XV_�`�,��R(%I@�&9iɣBP,�ȶ���i��ۺ�V�2�G�*�w7`�!�Ǭ��I#O��Ж�A�ֹy��F�AM���j���q���W�nWK�j{)b��hC�A*(e�|&�F���%so�Y~!9y�c!)s]������C���z�-9��ܖy"u���;�{N3����s6ۨ��c��)OC��mK�&w�B��K��-3'd~}a&��dN޽�M[�̩YX���C>�l;j��I����U#��۪�ƄR$�N��ۂ.����nJ�qR]��r�ߛ�%��L�R#3���R�:��{xY���H)���z]?1��t���}�F���j��8(�G�D���3l�$��z��˵��iU�F:l�*(<��\�&9i�0�C_��%{�����#�7��i<���Z,�V��u��z!�șH5�j�N�5o����~;5oo�c�Z�\X`�+	�.7�]�`oT�?8�)1"#�:P�xԈ�ޛ�%��Z���#$Td����u�~��,9�B����@�pZ��ɝ-#=����J��\yW<���}^�D.E�}P��^����^��x�⊵���/*K�hهwӣ�i��T��\�]�V�…*Y��{�]��ߵ\�"<��$��,�{�uv�]���x|��P
�P����b.�c�~0bG�R��.�FV��\���;&��M��՜�jn5'���[�ɭ��Vsr��՜�jx/����{ɜ~]�=��(���ň�3�dj
V|�2���N�,����>�Bj�ϓ��������Q{e��+h���]��Z�������,tHf�b�gY�>%��n>�B^��`�Į��=O���|��GFK/'j�$9�E���?�)1E�:�Ck��N(^O�l���G��_�,/��j�>�r�D[�d��؟,��'Y�����H�E�;���&jM?�D#փx��:�~h�?��΍C���ਆ��*u�Ry5�h������/�F?�i��{��;\��2Z�ϓ,wh�i��f_�"��o'I��dti�ߓG��wH��¸�[$Y�1[�g����>@�
I��U�V#�ͺ}D�^�0Z$O�&_��|�8��â���o���v����!��U$0�Jt2��C��<�]�Ҽx�m�ڤ(ӣ�&�o��Oz��O��x�"O����J�i��\��0�:�U9���Mp�h�)Β�x`�����f�]e)Y����B�$_�"9��7��v�hJ޵c�|:����T�`��?hn?N6�����_R9Pf�7��h�lk�#K�TJ���_b����V�ԖK��\t���/p@���j�r�C��VOp��ٯ��A��E//Q�4wo���M�oƐ�&{_I6/��\I��?�8�#l��\�Q6BS��9C��X�i�gK5p=ɪ�Z_���!�
���j5b�"��wuy�O۬��5���_�}^8„�ܽWl�������f��y��F~�zF�(���ca��8H)�|����Q)˱ʤU�wdZH�}"�I��ZLΥ�]%�E=f�
�UH�Q�T	ч�Y�<�!��܈Ԋ�z�������bBw>^�K��>���y��t^'�:���.��d23m7U�–�^ۺ0�K�m�+E)!����Q�IX�ڟo��4y�Z���,Ůiok�`6��Y>�����N����E���D3�[�^xR�L���_�����8��'^e̝}���+o����}<˱��U�ꤘӝ�I�+M&4+r���D%�֋6M/�f�Q���$�p����.��j��Kv+�'��gf�/"#�Q;�ט���U���{K��R��;�\�X�>E�>h+�ȩ�lV�r�<�d?��{[[��R!�I�1�D��TU#�����*��Y��R�s�6'���n�7ݕ/`R
��y��g6~p���[�ɭ��Vsr��՜�jNn5'���[]�_K����Bd%$�+���}x{,���c�l��D�������2ׄSd��>0�I�ըG�
��8lt��X�X�٦��}�#���K�O~JNj�l�Ur�lg�z��=>�Ň�~��%�ؚ]��?�f�hJђ�}���<AX���G#=g���{���0y,�Y��]�c�r�u��턀o��.,�l~M�yn���>2�y�����ѧ�E�	�,
���`���L�����'��>���������0��5ZZ8��6j|�,V��������Kw�A���w��e�L�ſ�9e���Q3W����!�iͣk�"���U�^�|�ٖ�M�hI����fk�	s[�zA�>s��}�r��
�:&R��	o���X3��s�+O�o#��z�?��{��⭲Y�_���b���A�O�o���M��6�>���9/����G�<�.��9�V��h�'9���ɓ0٦��9�$R�)JT�	��*x}�����>��Jc��Z&�V��>��c�"6��;w�b�G����y������0^NU�6���'����?��h\'��"9ﱞ���t�g�SJ��Y��9�[g�]����e{�n��L�U����lV�B�#�BA~+�y+�x���]L�+��c���3�����<�ǿi�����<��a���?�5����F�P:�p��ß
RD�O�f��O?

�|`O�s
Pu#o���|2F-����LU^W��H��C�,@Z��5���O�؛����3���8�G�ԣK����W/���;�/Y��_k)�y�F�~�mV��~�p���[b�k�����}�Kr��R�y��y(���'�E�-R��6༮��|��ݡ��K��"9�����ό���;���+��c��6-����Oޕ��ָ�Ց���?���z^�[_�����5��T�O����w6ai]��W�c{X�F��0��S/8����-Ra
��r�άg�����T���G�?6'v/�V��R�o^���D��LK�?����5T���L��į�0�*��#aǟ��?�TXQE�.�qw8�y�e~��=�g�L�����ܣ�s���o�����
�����{fg��
��N��8�{_*VjE���SU��T��^�!~�C�n&G�R��Dpq�
|�=>��?�΅T�󪸮jX��M(5J�ʹ6�
���
(�[��N����\������aF�T'�ˁ`fй��VC�
�����[>�|��:�r#��R�%�lgl�C�V&&�n�&FaEos|T��w�w�gxr�r�㋲����!aɤ8��?�l.n⇒������IEND�B`�img/glyphicons-halflings.png000064400000030470151165767340012175
0ustar00�PNG


IHDR����0�IDATx�	l\׹�O��DI���DqF\�3"g˥��ɱi-)��ME���R��,�b1��cXNd'HTO��g
�yz���^�D�(��Uy�$l�A�Ul��}=�\~��ͽ�;�Մts�39C�Ϝ9�{��_�s������I^���G��9	�Ia@��3X��g�U�KϪgb
q�n�&yQ��l����c��T_���AGr�{��m%�2R��@�W�C�,gh�J����[t=l�����LA7����@V�jڞ:��l��3��U��~NJa@�丑�Z��x����U���[IN���IK}�0�IV�TE����c{�]���c:�Cx�@u3�?R�lj��Q�
a=x
kУ�a��Q!BY��**�;�bj���U�Lw�;uȦ������W��уnh[0i��+��)6z4�OrB�P��+��hZh�g�
-=��C3dS��Yh}Y�T���)P����N��Z/�C�C���Ǻ�
X�����z�)��<뺾>P�B�8��F�;����׎�8yz�*����-
��=�z�K��v&���v�MD��bH<+A�I��{σ���gP��7�[tr�Js��'�Uan���FooU�|�!�CJ��P��@������	�Ǻ��I4*�¢��*'o�Z����]�Rz��X���S{Ѭh�S{�o�c��EhE�����=��[�"/��B`��YȊ(�{�����{�f�x�ys��O��V�rتP�eV�s��=��2*�k�6_�л�W��-��ȚR�H���7��S��	q�'N��B�0A����l��^�]�w�̡Yeg�=���T\ͬ�y��U��펡�q�L���Q�}$ڪ����h���N,{���^w�(|���'��P����뉥��>��Σ�b�Z�g��Q�%-�L�����?��;�b��Rc_��~I����֟��ώA4\��?��U�N,�"��Y�ި��Zu�K,�*�a�ڀ�k�������-/�7��y*�Ȝ�H
�;1�'f�����I�x����A*�Jݸ���l��Ǽ��Ue!�Ѝ+�$oTb�64�O�����x���-����#&��k��^��/�`�z��¿ߞ�.��W����]���/4#P���_�`�¢Y��W�5�5!��`�ddGVQe2c����#/^z�x��s
�����=���x�B�J�Q�z��kՎs��dv��F_��~��O�|�Ǻ�
���1�P2]OX��4�"n��#��A���S�*KAJ{��PR9'�3sC7��F�֦��5*�f���S\W!p7�S�[�vuQ�������尼J��W����|�

ka���~��F_�H펫u���O~ك����^�`�˓BO`R�9��W��9·-T��q���Y��d��qq�S�=���B|�F�Y�G4+~��ww�T���I������e��I��}�ș�q�C�V�o���HKGn=�U�b���Z��s
/.*
�bN�M���O�[�YiqV�Yzn�U��('fG�v\:����-�eE?�N�]l�d��n^���.�F���N�h=�o�M�7}�[�Bd����Q��;���\ն�q��k�#q��[��N�u�A��_o����'V�A(�>:272��(����*��9W���':�=������7�~PD(G����ٱ�k�c|WA���@un�R~`���F_/�"E4��q	��U�rc��d�wQ��^�e���:LM��V���45Mu��֪�F��;~�Y�U��A�Vч�}�柯ZA���s;ٷ՞��,��	h���r4u���s�d����c}Km����2-��xH��
�C�p��������p8�UgU����p8�UgU����p8�U����J$�c�!d@��b$V89)/b2��>iO	��
P4�תN��ӏK1^��\WG���+�壾�Iy�H����N=u`R����k�-&����H�B����fVi|��S�j�jo5&9���҇g�g��킇j�b_K}������>+ҍ�����Q��`D�k��]�B����QE�z�ݐS`��\z��@�
��h|]pQ*G��FEȬ�V��:2�!�0xz������
�~����c�7�clU�X��2t(x�Og�����UK����v(������U��{�����І�T�ꟃ=���w��rze�Ɛ>i�On�F��4��L?�[5dT2��U
��Q��XEh�������=6*�@�4���A}���1�'���%�A��A�>!}�wJ��^��M����	����ͦV�Z
E�A^_��y���4,^#�������m8w
��w#���3Է-�&�.��I�8|��z+�*UcV�U�˾1g�����qA�;~�>g���
��Y�����Ъ��|}H/�3��7��c�C$�<�~�[D�G��6��]�Ϸ?	^ԝ��t-y=%�g��x�׳�]]C�2v!�n�tJ�8�MnМ��1�$������~.�ç�ӝ���!�"�V%�Z�5Йl99�T=.g5��}��
��2�f���A��0����mԷ�-�������X�7<�<'�	꓇6-��x��*��Q��0%(�x�Z��zX�xH��
S�Ё�r�����=���B�O����
�tY���e�U!���я��[H��ꑭ�9��P�Z4b#
�������#�P/��zH@?�_=�껕j��=b	;uw�Y�><�o�6��J���^��b�׌{V���&��6�׃���Ͱ>������1��b���Ws��"(C���>�B�V����>�Y����Y�c?�P!�?O�X����>x�����^R�1zT�@ҚgX�����c��S�>ȕ��ڑG�!\�ƣ�ʭ*�F�8r~�G��gzF��$�kS���Y}dGTYe��%����V�#��qIj3@Mp77ڞcZ��*��[nU���{t��`R/�{/nT�����F��)9��T�T��	�OM��Mrӵ�M��|����f�!P����p�-i���*$����1z��1z��}`Oş��-Т�ǧn�޷ލ�{
!}�_����W8����-0Ur˭j��*Nj���!��5M��8V6�L�)H񹯁��S=Ҵ�@�I��˷ϭ������)񔩾Σ�'�Q'������}��o,��N�ti�?{�#�������DԚ�#M~�	�*X��Y�>�y���_q��
\�����h��{ê�A����_��)��*�R){9M���Zߠ�͜����;
����ez�Ï8���U�rV{nR��ώų�sL��}W��}���[u���
��9^?v��w\2Ϲ�a4��{����,+"�������GU4��
D�h&#����Z>g�O@�ϛ�
�*G׾>�J_������v}���1-߲���A�|a	�~�Far���I��K��]��p8�UgU����p8�UgU����p8�UgU����p8�J
�S�Q_Q�����Zi�
i1�N`�m������[@؜=�����x�c�x����`Ѱ2[^�j}�x��>.���r�!�"�����컔F��o;v�#C��kh9p҃��nəl����iŊ,
+8*i}�1�'���G������ѓ��9S���ܬy(A[��n�U1�$Pg�g�
��W�`ӍM�Ï؄fXw��A�o{�}���
��C]����|<v�M#��
��'��(h�=ј�>��򺰊9���Ga�K�3r)��74k��n�U�
��`ND^��&B�q�H懣��K
'�ff]�Yf�~I�_:������.6kFc����)߂�x��>�(6�Ѱ�!�ʮ���=+B��E����R�Iϛ��VE�a�g�G/��]%�a��<>�K}&"����}��L"
�:�B�(V�[�qw
�u��w�������A�!��Uъ���Yၟt,�0�gѪc�R�Iϛ��V%u�e���M&TSӳc�cS���ߡ��1���t�����
��Oi	Y��ň`��U�S5
~�F&��ka��P�`3�D����{r�[ʨx��l�Y2vf�c�U�j���chD}�wl�'zqd�;q��?��ŭ��Z�Ѓ��Up���U��!?�=���Po�ڧj�W~��O���d@V�e�jO*�^$bh�-/0�ӿgB
��ǁZ_F�F���"�տ}T��j��c{������2)d!����D�_4@��l�O%�wʃm'�	�U��a8�V&�h��Y�`��>��2��X{{����l�Ge����|^�Y�.h�C���-/DekU������U��~�]�yF�d�;4e�.��-���>���_����}'8VjU9�Z~S̼%l����4�NJ��k�,�&�ۘ��Yh}+
���^�Yɨ�Yy��Ъ~N~�h�X��1y�;
�J����fa���
;.y����
$q���]?�K��)���J�ڱ��;����ܭ�5��*�*Sk��t�EĈ�w�m�K�DX��jjT2�ƨ�U��*HpC����G0D�3
��+L�0q���'���_x����C���耒�ƒ̗���B���
��0)Q���Q	���Wت>�U��8}ؓF$���Ԩ��$�ܪ:=��:$�f��0L>S���J�����IGx@�}h��v9��V�����i�e4RҦ�R2��V�	*��	�m}X�Z�Y�̪Ɛ�2�27��T$����[+R���V�dm��ۏFe�%�Q�¤=iӃ���	�Jo����R�b�z�AШ�G'�'w���pVu8�U�����pVu8�U����p8�:gU��YU6Q�*s�t8B���D�?N�2��tQ}M���*�Uy]^$=�p7�q)VD��T�Q�U�6w�Q�^9��JtCN}u����J�UK�C��I�Iǫt�c�T��*a�9�d�䰁�"&X��v;jP/����A��V�e�����F��B��I�"8��i�J�F|�W�Օ�7bDM�2;64?�栈GNfC��T�B�,sŤJ�QZ�=H׉���*�ȣy�,B���#�7*�tA�l�m빡���N�U��"�
�jO���}�S{�QV��+@��Š��c[兆-=�b�/B
�Y�e
�#�U(�ٴ�b���	��\K`+fMjD`�����,����z�|Eij�ghT�w�ͺ�g�Dr2�k�+W��pzQ�a'���x������)�|i3��\���UNbVv�&����p�	���ńb(Ed�&V%�%�e�Lfl[0�3��.��l�LC����^�iO:���B��*=���7ޮ�-�T�ώSr�q����\
����o�}S�)�����mT�AzLX�,,v�3m"�@?#��N����S^�M�jO*��
�JZ㣬�
%H�bx��J]�3�F����N�iOC���>c%(=�0�`��W]�t9
��}Uh�A����cOA�դd�P����:��>�TNiG��������˙汞�
j�ߍ�Px@��̄��|�"��Q��J����l5�J]���z�V:��=���1��Q��/��ÐG��3��[�>^5�)6�l��Մ>�a��A�ͳ�wA/��SӐ�;��UKн�ܺ��s�`'�
ifUҚ�v��3V�rA2u�j�5�́�H=_+�r��/��l3V��_��Q��{Q���b�ک{N�8�~]Y���E9��;<h�P�����o��2�Ĺ�Т�����S{��dT]��6\z;'�l귽�UIkzԥ�Z=c%�����*4�ݪ��3B"�|�l��F*D�_��*�%�W\Z�x�¨H�ĬĞ
4�k'��A�K��򤈣�����[��I���i��x��4Ȋ�z�G���DL�(啎�=�ĸ73����(HX�
jw��p���Vž�'�z�V6Z��%ퟵ1k%��
P����Q���-���V�24��I5	���y�W�+����'	�S	)h���Tc@�Az�g
���|�Hmח֪~ڃ�%�:��QVz�8��"��V��j4�D�Z�j�^oV֨5�n�
}<c?�8��������e����6��ɨ����l�f!�ap�8�Ïz���zHc���z��TeTzf��!��Q�z��2��A+du�J��Ĩ�gke��LPD��-?��:!B&q������spB8p홇��0tjzd��:pmǥ�i�e�i8������U�iԪ�=qG�
y��#�n��y�2u.��КE*�$
���h��u���]e��QI��o?^�cr����f��o�탶Zi�~�KaP�{�Rz
�Gk��ެп,yw�*뉌¸��S�-�FzJ/^,�s�P~Ɵ@��:�f������'+8�:�X�Z����.-w8�U�����pVu8�U�����pVu8�U�����j��G���z���>IU��u�a��X����Y�9���[>���OO�Y�4�=�R��ׯ>�W��zE6Y�Z
�����}v�I��3�x���[��'���^�dEz��
�ש|��ե��p�5��vj�{������Y�~j��?!��m��5f�A�ϊ��J_��7�g��d�%�K���B�y���-�|Yh[b�&��)���%=a�G����|m�мM���8��f��1z�׋��鹉���SO�/赔{���mBq'�|��PN���F/]7���m�8e��5�3��u�è*��!J�̧�d��0B�'m�zf���V��Q�Y���/��ܱY�͵�^��9��'L�}�ڵw��f��jV>��{�"���N�h�7��Tp�GdS~ZP��z��F����=VgC�{֨��s�����
�z�S�:="g6Bi�����2yk�*���)�
b�
G���,.�2�jY0r��~щ��Q�I#]X���%=a�/-��)1z���C�Aks�<Hȼ;�C6偯�]���S��p�бC���[�P�q�؅,da�>�ƖOz!�$�Z�팑���od�N�_�b�
���WJ����_I
�iiJ�Y\�[m�:'f�x�V��T��m$a}�
��^�NM/��n2}N��>�(�~v��	�C�z����v����2�%���O��c|��{�^U����`�
I}`�F�������van
�
N{��MD΅��~
=�/��3=#t�..t��v����A��z�@`�̯�����^�&������}U�����HFe��F�@o+���b�P~}��.��Ȋ�O�P�=.�#+>/i��١y��2�O.5�^��CX��U������c�����ج�'�ܱ���9
�_)�
H����%��U�|z������-����9��'L�%?̿�P�[%NO��dT^O�s�ӄ��H�]��$�m�|�̓_?(��s��Q5p2�{c�K�����.���;
0*��F,9h!�$���v�7h��c_zLԍ9����i�{!��..a�K��m�'�طxdү�"+Br�B�rz����Kz�L���׳�U��z�[Jɸ|��KFO���;�Lp��$��v���[�g>QI��_գ�G���������VE`E�O�r�rʨ�
�W�Z��..b�KL�q[���ob��|�`|����8���rzW��-��W]_��8
���|�b�{,��AΠ>�z:����ڋ����ְ�*���:�Rɨ3����"ֻĄ��!�H],��t�%9�}|N����s�Qi�{�ϗ_=ш���Q��{b��5\��	�]\f�x5��Q��?Qn�_�}N���O�]��O�9��ؤH�%�6�������]Y�p8�UgU����p8�:gU����p8�:gU����p8���$I�p8�XY���ڕ��5���?�+�E	��l8>
�<+�8��BX0G	,~nM���$��CL��V����\���|�f
䌜IA���|���ʜ�Λ�4�c�����y��O3�2Z�,�BxH��?�z
x�dr`m���6�B�ͬ$蹰#�l̻v]B���:QC��O^������:�*�z���,�ܬ+���'��G
�+��?����#�ou��{v\*�5o�M7<��˚ئ;��n�)�!E��H����(YK��پ�i	h���
�Is�~��;�]+E�_���a�V�������V4Ab�SSWl�
�1w%j�|{=�X�Y)��ʀ-s�����6����_y��:��ڔ\(.&�LM?x$�,�'t��v��w��~�?q�D�<b��j:MH���:N����%��+A��0�̪P�D�A�c<({�g빭��d�‡~҃���v�_�'N��&�/_�
���"(۽��@ʨ2�</��E�R.n�fQ(nr��A~���=�u.�E�=����c;��@n�4��Gy�Z��'y5NS�����֟Ě;��}���#��Q��}�{�Em̦I
l�HDP�c��,n��(㫆̭�Z���+��}�6�~G�K0ڔ~5����{��>���a�?p��C��;�=������?=�����\\(a�j*1��Hت|zn�}n瞝�j�=��qy����0�nVD#�b`��=8{9u���;�|��'0hlOelP�1��]p`��:������g6.I-$��
����S�Q�B�s� �f��9��S
�=�0��|ԃ0��qX�|�rRB$׹w�̨�DP4+��H~1�E.��/�V��"��?�;�b
p��r\�������@��=<������ƿ:��#sа�o<�(}����O{���N�S���P�v�6�_�
\��z(�qo���a��/�-��:}p���b����H�nU2*�6�f-5vk�9�kjt`ă�^��	�Q���߉>f�s�E,fV���[^[���v)�\\-�{�xv�U�?�\�Q�h'M��k�[��a:CBqkQD��9/���T��˃j�T���+��AVP��;�1ˊF�����Cbǥ�
��cn�l�8ƫG\Wƛ�	���߭�7jǫmX�f��V
���f��"�rFEl�
���K��8"�m5��ZnB��ɡL��F�}���>hQ|�!���L�
B�/^����ú%�"�˃C�iH>E(+��/����P�Uk��};4ˣY�>�4���G��|���%z�*�g��=O�&�"�QU���<���iw���G����OOV�,Ȋ��!����s�J�mp�!��Qͭ��EQ�1[Q0倾��_��X��
-"�A��+a�:&��]I���Z?��-��ym��͡���^Y�c�D��︔yU�(�v���{��p�\�w�V&Ӫ�x����l;#ΈP�qf[_5��n}IEC�����;�s�Kq��zT�_��7"��c����G��
�h�䝅�����STر��r�˒�r��Kb�N��o���鼭Ue�;戇zX��`B�^Y�'|b��ki�֗��8��q��*�he4��44w�n��}\��Q�X�e�#/;=\8'nW�{Ń]Ƕ��^S��W=(��
�4j3��W;D4ЃgWJl���D4��*Y�n��!��ˍ^!Z�q5X�0��E�O�����v��ӁLJ
������U;N�����'����ZZ��
�I�n�4�z�2w��R}����j0N�]���
tzYȃC��Ц_�kOO���fT5E�u�̍J���Y���,.V(/#cp:h�Ox>r�9�?͉b�����ó�\Yj���J����b�M�X���	|
u#�5��F?�k�H�%}�7$,ۿG�N<�CG�y��;0��iF�����7��p��U������p8�U������p8�U������p8�UxU��Q8�C2;a�<gC�mQ��Xuޣ��a$�"d2�v���r��S��RV^U�E�1M�|�s�-��R�Mr���O��D8x���4�!4;a�eSx��&��T��d�I4en8I��,J��g�F*�u�uݮ�x
���&�r�Kf9�kR�~����:����Cyx��C��E���]^������+#O�����3/X��
��۹�z��xH��z6wl9�j��Գ
��c��H>�[�F�A�ų������l�l,�W?��^^n|鱏�kyU�[�[>�I�Im����������T>�d
��3��'dS���f��.�#��Н�帄�Rp��}��������h8�V-��j�u6+XV��L�]������2��N��ah>�U��YHç��M�Edo=I������V�	=��ƅÏBO��)���B������Y�dk~��T���6{Í�i
27�y�dЖ���9ϼ����'v�UM�d�������3��<4p������������zM_5
ˑ
]�
���Jςu
b��L��`�����Fo���'�R���r�_٦���G�I�P���[$}��{�"9#!|֕�f�G���#sК���Y�NP}�����O}���!m�Ov���Y''k�HL���HM7	�^�ޭ�֯f�n<q��S'�K���?}�O���[����WF���6!��L@fj�7Ӧ�mѠ�75
:��#����n�G��-��[_�h؞��w̩�h;���{����
�y�ߊ~K����"��2���k@�ʵ��&n@	��Iު��PE�+�x~T�iT8�G��h�Q��U��̳{0�?���U!�����]"��:K���w�ދ4�{���Z@�?Z�>���M4�������[���/=��Y$�_��9�@+������C-�Y%7��$N�#0��x}ت:}�}>z����S���șgzFDb�VE
1}�ʞ>xkS&�TF��Q�9�$��s�Q�#;��l
ky�n��R���l�РO�d@�8GVB��+��=_��4���{>���ߗc�o%lPk�q���A�R�)�@x�B��J�;РSˣ#/�.E��ܨo����߾�Nl��j�������m���{��yt��'��։�B��>�
��	G�՞�z4�}�'t�Q�.��w~�;J�t�Jpۓ�<1��O�B��
�3��ԗ������_DY5��n�akUy�&�Guw����k�Xɧ}˝�6��'�hP�噡y���<�Gem�_����x��}@Y�S�p<�e�Y���ݶ��[)�}�/�Jt�i���ه�l�=\����Ʌ�6��yL.Ɠ
������V��YF?�"�}�[�3��j�0�70*d�Q�ӱt�*	�~T�߀�==_y�صo�>�H�xh�K�`�$S�c~nE݋��#�C�&V��i�B�5����	�q�@B�^K��;^|Z�Y:�'vn�C����Ĥ|��&J?����ϼ	��FU������O��S{O�8~}#�+��2����W"�
%��(19Ͼ�JM��zz��.�+t����[iuĞ
�_���ǝ.3�`�^�����m�D<�������
��x^��'�z��:pr�%�U�O892�t>2w�����E2�
���}�BV�V��g�"�h���w�x����W�X�T��P���a����S���*=�4�����z9S��[������N��A[vs9Ϥ'��^*���+%c=1�Ȩ�D���֨����4�9�
#v�%�L�Sh�e�ߡ�,4@+�@Ğ�
$�����;t���0Eh՝�ޮ�_/}N�'���q@Y�³m�w��d`O�$��l��z�aÛ*�N��+�v�������v��GH��B�I�ֻ��\m�s��P��®��;r\�}�w:�֨�Z�תE�뱽��~�å������&\�O�vC��f���!�qa�$L�E'fq01;!���(zYT7^���.z��MK�b(Z�����l�tD��36Wy��w\��A���맦5Fe֪�V%�3��"�a!Z�/��1hUj'$�
�F�^皠��'f[��Ә)~γ�h����=���T���Y�%S�~��,�É��6��?�/���F�#�IEND�B`�index.php000064400000015563151165767340006415
0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates.protostar
 *
 * @copyright   Copyright (C) 2005 - 2020 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 */

$app  = JFactory::getApplication();
$user = JFactory::getUser();

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

// Getting params from template
$params = $app->getTemplate(true)->params;

// Detecting Active Variables
$option   = $app->input->getCmd('option', '');
$view     = $app->input->getCmd('view', '');
$layout   = $app->input->getCmd('layout', '');
$task     = $app->input->getCmd('task', '');
$itemid   = $app->input->getCmd('Itemid', '');
$sitename = htmlspecialchars($app->get('sitename'),
ENT_QUOTES, 'UTF-8');

if ($task === 'edit' || $layout === 'form')
{
	$fullWidth = 1;
}
else
{
	$fullWidth = 0;
}

// Add JavaScript Frameworks
JHtml::_('bootstrap.framework');

// Add template js
JHtml::_('script', 'template.js',
array('version' => 'auto', 'relative'
=> true));

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

// Add Stylesheets
JHtml::_('stylesheet', 'template.css',
array('version' => 'auto', 'relative'
=> true));

// Use of Google Font
if ($this->params->get('googleFont'))
{
	$font = $this->params->get('googleFontName');

	// Handle fonts with selected weights and styles, e.g.
Source+Sans+Condensed:400,400i
	$fontStyle = str_replace('+', ' ', strstr($font,
':', true) ?: $font);

	JHtml::_('stylesheet',
'https://fonts.googleapis.com/css?family=' . $font);
	$this->addStyleDeclaration("
	h1, h2, h3, h4, h5, h6, .site-title {
		font-family: '" . $fontStyle . "', sans-serif;
	}");
}

// Template color
if ($this->params->get('templateColor'))
{
	$this->addStyleDeclaration('
	body.site {
		border-top: 3px solid ' .
$this->params->get('templateColor') . ';
		background-color: ' .
$this->params->get('templateBackgroundColor') . ';
	}
	a {
		color: ' . $this->params->get('templateColor') .
';
	}
	.nav-list > .active > a,
	.nav-list > .active > a:hover,
	.dropdown-menu li > a:hover,
	.dropdown-menu .active > a,
	.dropdown-menu .active > a:hover,
	.nav-pills > .active > a,
	.nav-pills > .active > a:hover,
	.btn-primary {
		background: ' . $this->params->get('templateColor')
. ';
	}');
}

// Check for a custom CSS file
JHtml::_('stylesheet', 'user.css',
array('version' => 'auto', 'relative'
=> true));

// Check for a custom js file
JHtml::_('script', 'user.js', array('version'
=> 'auto', 'relative' => true));

// Load optional RTL Bootstrap CSS
JHtml::_('bootstrap.loadCss', false, $this->direction);

// Adjusting content width
$position7ModuleCount = $this->countModules('position-7');
$position8ModuleCount = $this->countModules('position-8');

if ($position7ModuleCount && $position8ModuleCount)
{
	$span = 'span6';
}
elseif ($position7ModuleCount && !$position8ModuleCount)
{
	$span = 'span9';
}
elseif (!$position7ModuleCount && $position8ModuleCount)
{
	$span = 'span9';
}
else
{
	$span = 'span12';
}

// Logo file or site title param
if ($this->params->get('logoFile'))
{
	$logo = '<img src="' . htmlspecialchars(JUri::root() .
$this->params->get('logoFile'), ENT_QUOTES) . '"
alt="' . $sitename . '" />';
}
elseif ($this->params->get('sitetitle'))
{
	$logo = '<span class="site-title" title="' .
$sitename . '">' .
htmlspecialchars($this->params->get('sitetitle'),
ENT_COMPAT, 'UTF-8') . '</span>';
}
else
{
	$logo = '<span class="site-title" title="' .
$sitename . '">' . $sitename . '</span>';
}
?>
<!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" />
	<jdoc:include type="head" />
</head>
<body class="site <?php echo $option
	. ' view-' . $view
	. ($layout ? ' layout-' . $layout : ' no-layout')
	. ($task ? ' task-' . $task : ' no-task')
	. ($itemid ? ' itemid-' . $itemid : '')
	. ($params->get('fluidContainer') ? ' fluid' :
'')
	. ($this->direction === 'rtl' ? ' rtl' :
'');
?>">
	<!-- Body -->
	<div class="body" id="top">
		<div class="container<?php echo
($params->get('fluidContainer') ? '-fluid' :
''); ?>">
			<!-- Header -->
			<header class="header" role="banner">
				<div class="header-inner clearfix">
					<a class="brand pull-left" href="<?php echo
$this->baseurl; ?>/">
						<?php echo $logo; ?>
						<?php if ($this->params->get('sitedescription')) :
?>
							<?php echo '<div
class="site-description">' .
htmlspecialchars($this->params->get('sitedescription'),
ENT_COMPAT, 'UTF-8') . '</div>'; ?>
						<?php endif; ?>
					</a>
					<div class="header-search pull-right">
						<jdoc:include type="modules" name="position-0"
style="none" />
					</div>
				</div>
			</header>
			<?php if ($this->countModules('position-1')) : ?>
				<nav class="navigation" role="navigation">
					<div class="navbar pull-left">
						<a class="btn btn-navbar collapsed"
data-toggle="collapse" data-target=".nav-collapse">
							<span class="element-invisible"><?php echo
JTEXT::_('TPL_PROTOSTAR_TOGGLE_MENU'); ?></span>
							<span class="icon-bar"></span>
							<span class="icon-bar"></span>
							<span class="icon-bar"></span>
						</a>
					</div>
					<div class="nav-collapse">
						<jdoc:include type="modules" name="position-1"
style="none" />
					</div>
				</nav>
			<?php endif; ?>
			<jdoc:include type="modules" name="banner"
style="xhtml" />
			<div class="row-fluid">
				<?php if ($position8ModuleCount) : ?>
					<!-- Begin Sidebar -->
					<div id="sidebar" class="span3">
						<div class="sidebar-nav">
							<jdoc:include type="modules"
name="position-8" style="xhtml" />
						</div>
					</div>
					<!-- End Sidebar -->
				<?php endif; ?>
				<main id="content" role="main"
class="<?php echo $span; ?>">
					<!-- Begin Content -->
					<jdoc:include type="modules" name="position-3"
style="xhtml" />
					<jdoc:include type="message" />
					<jdoc:include type="component" />
					<div class="clearfix"></div>
					<jdoc:include type="modules" name="position-2"
style="none" />
					<!-- End Content -->
				</main>
				<?php if ($position7ModuleCount) : ?>
					<div id="aside" class="span3">
						<!-- Begin Right Sidebar -->
						<jdoc:include type="modules" name="position-7"
style="well" />
						<!-- End Right Sidebar -->
					</div>
				<?php endif; ?>
			</div>
		</div>
	</div>
	<!-- Footer -->
	<footer class="footer" role="contentinfo">
		<div class="container<?php echo
($params->get('fluidContainer') ? '-fluid' :
''); ?>">
			<hr />
			<jdoc:include type="modules" name="footer"
style="none" />
			<p class="pull-right">
				<a href="#top" id="back-top">
					<?php echo JText::_('TPL_PROTOSTAR_BACKTOTOP'); ?>
				</a>
			</p>
			<p>
				&copy; <?php echo date('Y'); ?> <?php echo
$sitename; ?>
			</p>
		</div>
	</footer>
	<jdoc:include type="modules" name="debug"
style="none" />
</body>
</html>
js/application.js000064400000000274151165767340010043
0ustar00$('.dropdown-toggle').dropdown()
$('.collapse').collapse('show')
$('#myModal').modal('hide')
$('.typeahead').typeahead()
$('.tabs').button()
$('.tip').tooltip()
$(".alert-message").alert()js/classes.js000064400000002173151165767340007175
0ustar00// Add classes

window.onload=function() {
var input = document.getElementsByTagName("input");
for (var i = 0; i < input.length; i++) {
    if (input[i].className === 'button') {
        input[i].className = 'btn btn-primary';
    }
}

var button = document.getElementsByTagName("button");
for (var i = 0; i < input.length; i++) {
    if (button[i].className === 'button') {
        button[i].className = 'btn btn-primary';
    }
}

var p = document.getElementsByTagName("p");
for (var i = 0; i < p.length; i++) {
    if (p[i].className === 'readmore') {
        p[i].className = 'btn';
    }
}

var table = document.getElementsByTagName("table");
for (var i = 0; i < table.length; i++) {
    if (table[i].className === 'category') {
        table[i].className = 'table table-striped';
    }
}

var ul = document.getElementsByTagName("ul");
for (var i = 0; i < ul.length; i++) {
    if (ul[i].className === 'actions') {
        ul[i].className = 'nav nav-pills';
    }
}

var ul = document.getElementsByTagName("ul");
for (var i = 0; i < ul.length; i++) {
    if (ul[i].className === 'pagenav') {
        ul[i].className = 'pagination';
    }
}
};js/template.js000064400000004017151165767340007352 0ustar00/**
 * @package     Joomla.Site
 * @subpackage  Templates.protostar
 * @copyright   Copyright (C) 2005 - 2020 Open Source Matters, Inc. All
rights reserved.
 * @license     GNU General Public License version 2 or later; see
LICENSE.txt
 * @since       3.2
 */

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

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

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

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

			var btnClass = 'primary';


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

			$label.addClass('active btn-' + btnClass);
			$input.prop('checked', true).trigger('change');
		})
		.on('click', '#back-top', function (e) {
			e.preventDefault();
			$("html, body").animate({scrollTop: 0}, 1000);
		})
		.on('subform-row-add', initButtonGroup)
		.on('subform-row-add', initTooltip);

	initButtonGroup();
	initTooltip();

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

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

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

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

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

			$label.addClass('active btn-' + btnClass);
		});
	}
});
language/en-GB/en-GB.tpl_protostar.ini000064400000002621151165767340013543
0ustar00; Joomla! Project
; Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.
; License GNU General Public License version 2 or later; see LICENSE.txt
; Note : All ini files need to be saved as UTF-8

TPL_PROTOSTAR_XML_DESCRIPTION="Continuing the space theme (Solarflare
from 1.0 and Milkyway from 1.5), Protostar is the Joomla 3 site template
based on Bootstrap and the launch of the Joomla User Interface library
(JUI)."

TPL_PROTOSTAR_BACKGROUND_COLOR_DESC="Choose a background colour for
static layouts. If left blank the Default (#f4f6f7) is used."
TPL_PROTOSTAR_BACKGROUND_COLOR_LABEL="Background Colour"
TPL_PROTOSTAR_BACKTOTOP="Back to Top"
TPL_PROTOSTAR_COLOR_DESC="Choose an overall colour for the site
template. If left blank the Default (#0088cc) is used."
TPL_PROTOSTAR_COLOR_LABEL="Template Colour"
TPL_PROTOSTAR_FLUID="Fluid"
TPL_PROTOSTAR_FLUID_LABEL="Fluid Layout"
TPL_PROTOSTAR_FLUID_DESC="Use Bootstrap's fluid or static
container (both are responsive)."
TPL_PROTOSTAR_FONT_LABEL="Google Font for Headings"
TPL_PROTOSTAR_FONT_DESC="Load a Google font for the headings (H1, H2,
H3, etc)."
TPL_PROTOSTAR_FONT_NAME_LABEL="Google Font Name"
TPL_PROTOSTAR_FONT_NAME_DESC="Example: Open+Sans or
Source+Sans+Pro."
TPL_PROTOSTAR_LOGO_LABEL="Logo"
TPL_PROTOSTAR_LOGO_DESC="Select or upload a custom logo for the site
template."
TPL_PROTOSTAR_STATIC="Static"
TPL_PROTOSTAR_TOGGLE_MENU="Toggle Navigation"

language/en-GB/en-GB.tpl_protostar.sys.ini000064400000002344151165767340014362
0ustar00; Joomla! Project
; Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.
; License GNU General Public License version 2 or later; see LICENSE.txt
; Note : All ini files need to be saved as UTF-8

TPL_PROTOSTAR_POSITION_BANNER="Banner"
TPL_PROTOSTAR_POSITION_DEBUG="Debug"
TPL_PROTOSTAR_POSITION_POSITION-0="Search"
TPL_PROTOSTAR_POSITION_POSITION-10="Unused"
TPL_PROTOSTAR_POSITION_POSITION-11="Unused"
TPL_PROTOSTAR_POSITION_POSITION-12="Unused"
TPL_PROTOSTAR_POSITION_POSITION-13="Unused"
TPL_PROTOSTAR_POSITION_POSITION-14="Unused"
TPL_PROTOSTAR_POSITION_POSITION-15="Unused"
TPL_PROTOSTAR_POSITION_POSITION-1="Navigation"
TPL_PROTOSTAR_POSITION_POSITION-2="Breadcrumbs"
TPL_PROTOSTAR_POSITION_POSITION-3="Top center"
TPL_PROTOSTAR_POSITION_POSITION-4="Unused"
TPL_PROTOSTAR_POSITION_POSITION-5="Unused"
TPL_PROTOSTAR_POSITION_POSITION-6="Unused"
TPL_PROTOSTAR_POSITION_POSITION-7="Right"
TPL_PROTOSTAR_POSITION_POSITION-8="Left"
TPL_PROTOSTAR_POSITION_POSITION-9="Unused"
TPL_PROTOSTAR_POSITION_FOOTER="Footer"
TPL_PROTOSTAR_XML_DESCRIPTION="Continuing the space theme (Solarflare
from 1.0 and Milkyway from 1.5), Protostar is the Joomla 3 site template
based on Bootstrap and the launch of the Joomla User Interface library
(JUI)."
less/icomoon.less000064400000000717151165767340010071 0ustar00@font-face {
	font-family: 'IcoMoon';
	src: url('../../../media/jui/fonts/IcoMoon.eot');
	src: url('../../../media/jui/fonts/IcoMoon.eot?#iefix')
format('embedded-opentype'),
	url('../../../media/jui/fonts/IcoMoon.woff')
format('woff'),
	url('../../../media/jui/fonts/IcoMoon.ttf')
format('truetype'),
	url('../../../media/jui/fonts/IcoMoon.svg#IcoMoon')
format('svg');
	font-weight: normal;
	font-style: normal;
}
@import "../../../media/jui/less/icomoon.less";
less/template.less000064400000036041151165767340010240 0ustar00// CSS Reset
@import "../../../media/jui/less/reset.less";

// Core variables and mixins
@import "variables.less"; // Custom for this template
@import "../../../media/jui/less/mixins.less";

// Grid system and page structure
@import "../../../media/jui/less/scaffolding.less";
@import "../../../media/jui/less/grid.less";
@import "../../../media/jui/less/layouts.less";

// Base CSS
@import "../../../media/jui/less/type.less";
@import "../../../media/jui/less/code.less";
@import "../../../media/jui/less/forms.less";
@import "../../../media/jui/less/tables.less";

// Components: common
// @import "../../../media/jui/less/sprites.less";
@import "../../../media/jui/less/dropdowns.less";
@import "../../../media/jui/less/wells.less";
@import "../../../media/jui/less/component-animations.less";
@import "../../../media/jui/less/close.less";

// Components: Buttons & Alerts
@import "../../../media/jui/less/buttons.less";
@import "../../../media/jui/less/button-groups.less";
@import "../../../media/jui/less/alerts.less"; // Note: alerts
share common CSS with buttons and thus have styles in buttons.less

// Components: Nav
@import "../../../media/jui/less/navs.less";
@import "../../../media/jui/less/navbar.less";
@import "../../../media/jui/less/breadcrumbs.less";
@import "../../../media/jui/less/pagination.less";
@import "../../../media/jui/less/pager.less";

// Components: Popovers
@import "../../../media/jui/less/modals.less";
@import "../../../media/jui/less/tooltip.less";
@import "../../../media/jui/less/popovers.less";

// Components: Misc
@import "../../../media/jui/less/thumbnails.less";
@import "../../../media/jui/less/labels-badges.less";
@import "../../../media/jui/less/progress-bars.less";
@import "../../../media/jui/less/accordion.less";
@import "../../../media/jui/less/carousel.less";
@import "../../../media/jui/less/hero-unit.less";

// Utility classes
@import "../../../media/jui/less/utilities.less";

// RESPONSIVE CLASSES
// ------------------

@import "../../../media/jui/less/responsive-utilities.less";


// MEDIA QUERIES
// ------------------

// Phones to portrait tablets and narrow desktops
@import "../../../media/jui/less/responsive-767px-max.less";

// Tablets to regular desktops
@import "../../../media/jui/less/responsive-768px-979px.less";

// Large desktops
@import "../../../media/jui/less/responsive-1200px-min.less";


// RESPONSIVE NAVBAR
// ------------------

// From 979px and below, show a button to toggle navbar contents
@import "../../../media/jui/less/responsive-navbar.less";

// Extended for JUI
@import "../../../media/jui/less/bootstrap-extended.less"; // Has
to be last to override when necessary
// div.modal (instead of .modal)
@import "../../../media/jui/less/modals.joomla.less";
@import
"../../../media/jui/less/responsive-767px-max.joomla.less";

// Icon Font
@import "icomoon.less";

/* Site Body Styles */
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.site{
	border-top:3px solid #0088cc;
	padding: 20px;
	background-color: #f4f6f7;
}
body.site.fluid{
	background-color: #ffffff;
}
.thumbnail {
	margin-bottom:9px;
}
.accordion-group {
	background:#fff;
}
/* Site Title (if no logo) */
.site-title {
	font-size: 40px;
	font-size: calc(~"16px + 2.16vw");
	line-height: 48px;
	font-weight: bold;
}
@media (min-width: 1024px) {
	.site-title {
		font-size: 40px;
	}
}
.brand {
	color: darken(@linkColor, 20%);
	.transition(color .5s linear);
}
.brand:hover {
	color: @linkColor;
	text-decoration: none;
}
/* Header */
.header{
	margin-bottom: 10px;
}
.header .finder {
	margin-top: 14px;
}
.header .finder .btn{
	margin-top: 0px;
}
/* Nav */
.navigation{
	padding: 5px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.075);
	border-bottom: 1px solid rgba(0, 0, 0, 0.075);
	margin-bottom: 10px;
}
.navigation .nav-pills{
	margin-bottom: 0;
}
/* Hero Banner Unit */
.hero-unit{
	background-color: #08C;
}
.hero-unit > *{
	color: white;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
/* Container */
.container{
	max-width: 960px;
}
.body .container{
	background-color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 20px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);
}
/* Wells */
.well .page-header{
	margin: 0px 0px 5px 0px;
}
/* Headings */

h1, h2, h3, h4, h5, h6 {
  	margin: (@baseLineHeight / 1.5) 0;
	word-wrap: break-word;
}
h1 { font-size: 26px; line-height: 28px; }
h2 { font-size: 22px; line-height: 24px; }
h3 { font-size: 18px; line-height: 20px; }
h4 { font-size: 14px; line-height: 16px; }
h5 { font-size: 13px; line-height: 15px; }
h6 { font-size: 12px; line-height: 14px; }
/* Module */
.module-header {
	padding-bottom: 17px;
	margin: 20px 0 18px 0;
	border-bottom: 1px solid #eeeeee;
}
/* Single Item */
p {
	word-wrap: break-word;
}
.item-title {
	margin-bottom:9px;
}
.item-content {
	margin:18px 0;
}
.item-subtitle {
	margin-bottom:9px;
}
.pull-right.item-image {
	margin:0 0 18px 20px;
}
.pull-left.item-image {
	margin:0 20px 18px 0;
}
.header .nav > li:last-child > .dropdown-menu,
.item-actions .dropdown-menu,
.item-comment .dropdown-menu {
	left:initial;
	right:0;
}
.article-index {
	margin:0 0 10px 10px;
}
/* List */
.list-item-title {
	margin-bottom:9px;
}
.list-item-content {
	margin:18px 0;
}
.list-item-subtitle {
	margin-bottom:9px;
}
/* More Items */
.items-more,
.content-links {
	padding: 15px 0;
}
/* Breadcrumbs */
.breadcrumb {
	margin: 10px 0;
}
.breadcrumb > li,
.breadcrumb > .active {
   color: #515151;
}
/* mod_login */
#login-form {
	margin-top: 8px;
}
.add-on {
	+ #modlgn-username, + #modlgn-passwd {
		width: 132px;
	}
}
/* 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;
}
/* Aside Subnavs */
#aside .nav .nav-child {
	border-left: 2px solid @tableBorder;
	padding-left: 5px;
}
/* Navigation Submenus */
// The dropdown menu (ul)
// ----------------------
.navigation {
	.nav-child {
		position: absolute;
		top: 95%;
		left: 0;
		z-index: @zindexDropdown;
		display: none; // none by default, but block on "open" of the
menu
		float: left;
		min-width: 160px;
		padding: 5px 0;
		margin: 2px 0 0; // override default ul
		list-style: none;
		background-color: @dropdownBackground;
		border: 1px solid #ccc; // Fallback for IE7-8
		border: 1px solid @dropdownBorder;
		*border-right-width: 2px;
		*border-bottom-width: 2px;
		.border-radius(6px);
		.box-shadow(0 5px 10px rgba(0,0,0,.2));
		-webkit-background-clip: padding-box;
		 -moz-background-clip: padding;
		      background-clip: padding-box;

		// Aligns the dropdown menu to right
		&.pull-right {
			right: 0;
			left: auto;
		}

		// Dividers (basically an hr) within the dropdown
		.divider {
			.nav-divider(@dropdownDividerTop, @dropdownDividerBottom);
		}

		// Links within the dropdown menu
		a {
			display: block;
			padding: 3px 20px;
			clear: both;
			font-size: @baseFontSize;
			font-weight: normal;
			line-height: @baseLineHeight;
			color: @dropdownLinkColor;
			white-space: nowrap;
		}
	}
	.nav li {
		position: relative;
	}
	.nav > li:hover > .nav-child,
	.nav > li > a:focus + .nav-child,
	.nav li li:hover > .nav-child,
	.nav li li > a:focus + .nav-child {
		display: block;
	}
	.nav > li {
		&:before {
		  position: absolute;
		  top: 100%;
		  right: 0;
		  left: 0;
		  height: 6px;
		  content: '';
		}
	}
	.nav > li > .nav-child {
		&:before {
		  position: absolute;
		  top: -7px;
		  left: 9px;
		  display: inline-block;
		  border-right: 7px solid transparent;
		  border-bottom: 7px solid #ccc;
		  border-left: 7px solid transparent;
		  border-bottom-color: rgba(0, 0, 0, 0.2);
		  content: '';
		}
		&:after {
		  position: absolute;
		  top: -6px;
		  left: 10px;
		  display: inline-block;
		  border-right: 6px solid transparent;
		  border-bottom: 6px solid #ffffff;
		  border-left: 6px solid transparent;
		  content: '';
		}
	}
	.nav li li .nav-child {
		top: -8px;
		left: 100%;

		&:before {
			position: absolute;
			top: 9px;
			left: -7px;
			display: inline-block;
			border-top: 7px solid transparent;
			border-right: 7px solid rgba(0, 0, 0, 0.2);
			border-bottom: 7px solid transparent;
			content: '';
		}
		&:after {
			position: absolute;
			top: 10px;
			left: -6px;
			display: inline-block;
			border-top: 6px solid transparent;
			border-right: 6px solid #ffffff;
			border-bottom: 6px solid transparent;
			content: '';
		}
	}
}

// Hover state
// -----------
.navigation .nav-child li > a:hover,
.navigation .nav-child li > a:focus,
.navigation .nav-child:hover > a {
  text-decoration: none;
  color: @dropdownLinkColorHover;
  background-color: @dropdownLinkBackgroundHover;
  #gradient > .vertical(@dropdownLinkBackgroundHover,
darken(@dropdownLinkBackgroundHover, 5%));
}

// Category collapse
.categories-list .collapse {
	margin-left: 20px;
}
@media (max-width: 480px) {
	.item-info > span {
		display:block;
	}
	.blog-item .pull-right.item-image {
		margin:0 0 18px 0;
	}
	.blog-item .pull-left.item-image {
		margin:0 0 18px 0;
		float:none;
	}
}
@media (max-width: 768px) {
  /* Fix ios scrolling inside boottrap modals */
	body {
		-webkit-overflow-scrolling: touch;
		padding-top: 0;
	}
	.header {
		background:transparent;
	}
	.header .brand {
		float:none;
		display:block;
		text-align:center;
	}
	.header .nav.pull-right,
	.header-search {
		float:none;
		display:block;
	}
	.header-search form {
		margin: 0;
	}
	.header-search .search-query {
		width: 90%;
	}
	.header .nav-pills > li > a {
		border: 1px solid @tableBorder;
		border-bottom:0;
		margin:0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		margin-right: 0;
	}
	.header .nav-pills > li:first-child > a {
		-webkit-border-radius: 4px 4px 0 0;
		-moz-border-radius: 4px 4px 0 0;
		border-radius: 4px 4px 0 0;
	}
	.header .nav-pills > li:last-child > a {
		-webkit-border-radius: 0 0 4px 4px;
		-moz-border-radius: 0 0 4px 4px;
		border-radius: 0 0 4px 4px;
		border-bottom:1px solid @tableBorder;
	}
	.modal.fade {
		top:-100%;
	}
	.nav-tabs {
		border-bottom: 0;
	}
	.nav-tabs > li {
		float: none;
	}
	.nav-tabs > li > a {
		border: 1px solid @tableBorder;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		margin-right: 0;
	}
	.nav-tabs > li:first-child > a {
		-webkit-border-radius: 4px 4px 0 0;
		-moz-border-radius: 4px 4px 0 0;
		border-radius: 4px 4px 0 0;
	}
	.nav-tabs > li:last-child > a, .nav-tabs > .active:last-child
> a {
		-webkit-border-radius: 0 0 4px 4px;
		-moz-border-radius: 0 0 4px 4px;
		border-radius: 0 0 4px 4px;
		border-bottom:1px solid @tableBorder;
	}
	.nav-tabs > li > a:hover {
		border-color: @tableBorder;
		z-index: 2;
	}
	.nav-tabs.nav-dark > li > a {
		border: 1px solid @grayDark;
	}
	.nav-tabs > li:last-child > a, .nav-tabs > .active:last-child
> a {
		border-bottom:1px solid @grayDark;
	}
	.nav-tabs.nav-dark > li > a:hover {
		border-color: @grayDark;
	}
	.nav-pills > li {
		float: none;
	}
	.nav-pills > li > a {
		margin-right: 0;
	}
	.nav-pills > li > a {
		margin-bottom: 3px;
	}
	.nav-pills  > li:last-child > a {
		margin-bottom: 1px;
	}
	.form-search > .pull-left,
	.form-search > .pull-right {
		float:none;
		display:block;
		margin-bottom:9px;
	}
}
@media (max-width: 980px) {
	.navbar-fixed-top {
		margin-bottom:0!important;
	}
	.item-comment .item-image{
		display:none;
	}
	.well {
		padding: 10px;
	}
}
@media (max-width: 979px) {
	.nav-collapse.in.collapse {
		overflow: visible;
		height: 0;
		z-index: 100;
	}
	.nav-collapse .nav > li.active > a {
		color: #fff;
	}
	.nav-collapse .nav > li.active > a:hover {
		color: #555;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	#login-form .input-small {
		width: 62px;
	}
}
// Page break
dl.tabs {
	float: left;
	margin-bottom: -1px;
}
dl.tabs dt.tabs {
	float: left;
	margin-left: 3px;
	padding: 4px 10px;
	background-color: #F0F0F0;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
dl.tabs dt:hover {
	background-color: #F9F9F9;
}
dl.tabs dt.open {
	background-color: #FFF;
	border-bottom: 1px solid #FFF;
}
dl.tabs dt.tabs h3 {
	margin: 0;
	font-size: 1.1em;
	font-weight: normal;
}
dl.tabs dt.tabs h3 a {
	color: #0088CC;
}
dl.tabs dt.tabs h3 a:hover {
	color: #005580;
	text-decoration: none;
}
dl.tabs dt.open h3 a {
	color: #000;
	text-decoration: none;
}
div.current dd.tabs {
	margin: 0;
	padding: 10px;
	clear: both;
	border: 1px solid #CCC;
	background-color: #FFF;
}

/*Print pop-up*/
#pop-print {
	float: right;
	margin: 10px;
}

/*Code white space*/
code {
	white-space: pre-wrap;
}

/*Search filter*/
#filter-search {
	vertical-align: top;
}

/*Fix for editor buttons having a stupid height*/
.editor {
	overflow: hidden;
	position: relative;
}

/* Com_search highlighting */
.search span.highlight {
	background-color:#FFFFCC;
	font-weight:bold;
	padding:1px 0;
}

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

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

/* Prevent scrolling on the parent window of a modal */
body.modal-open {
  overflow: hidden;
  -ms-overflow-style: none;
}

/* Align fields for the profile display */
#users-profile-custom label {
	display: inline;
}

/* Remove unneeded space between label and field in vertical forms */
.controls > .radio:first-child,
.controls > .checkbox:first-child {
	padding-top: 0;

	.form-horizontal & {
		padding-top: 5px;
	}
}

/* Align btn-group to label */
.form-horizontal .controls > .radio.btn-group:first-child {
	padding-top: 0;
}

/* Corrects the modals padding */
.field-media-wrapper .modal .modal-body {
	padding: 5px 10px;
	overflow: hidden;
}
/* Getting rid of scroll bar in smartsearch Advanced search */
#search-results {
	clear: both;
}
#finder-filter-window {
	overflow: visible;
}
#finder-search .in.collapse {
	overflow: visible;
}

/* Fix for select element overflow on browser resizing */
.well {
	select,
	.chzn-container {
		max-width: 100%;
	}
}

/* Component pop-up */
.container-popup {
	padding: 28px 10px 10px 10px;
}
li {
	word-wrap: break-word;
}

ul.manager .height-50 .icon-folder-2 {
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 30px;
}
/* Popover minimum height - overwrite bootstrap default */
.popover-content {
    min-height: 33px;
}

/* Smart search select field margin */
.finder-selects {
    margin: 0 15px 15px 0;
}

/* mod_search in position-0 */
.header-search .mod-languages ul {
    margin: 0 0 5px 0;
}

/* versions button radius */
.btn-group > .versions{
    .border-top-right-radius(@baseBorderRadius);
    .border-bottom-right-radius(@baseBorderRadius);
    .border-top-left-radius(@baseBorderRadius);
    .border-bottom-left-radius(@baseBorderRadius);
}

@import "template_rtl.less"; // Specific for rtl. Always load
last.
less/template_rtl.less000064400000001003151165767340011107 0ustar00//
Specific RTL. rtl class is added to body tag

// Fix for sub menu alignment
.rtl .navigation .nav-child {
	left: auto;
	right:0;
}
.rtl .navigation .nav > li > .nav-child:before {
	left: auto;
	right:12px;
}
.rtl .navigation .nav > li > .nav-child:after {
	left: auto;
	right:13px;
}

// Category collapse
.rtl .categories-list .collapse {
	margin: 0 20px 0 0;
}

// Modal footer
.rtl .modal-footer button {
	float: left;
}

// Smart search select field margin
.rtl .finder-selects {
    margin: 0 0 15px 15px;
}less/variables.less000064400000021537151165767340010401 0ustar00//
// Variables
// --------------------------------------------------


// Global values
// --------------------------------------------------


// Grays
// -------------------------
@black:                 #000;
@grayDarker:            #222;
@grayDark:              #333;
@gray:                  #555;
@grayLight:             #999;
@grayLighter:           #eee;
@white:                 #fff;


// Accent colors
// -------------------------
@blue:                  #049cdb;
@blueDark:              #0064cd;
@green:                 #46a546;
@red:                   #9d261d;
@yellow:                #ffc40d;
@orange:                #f89406;
@pink:                  #c3325f;
@purple:                #7a43b6;


// Scaffolding
// -------------------------
@bodyBackground:        @white;
@textColor:             @grayDark;


// Links
// -------------------------
@linkColor:             #005e8d;
@linkColorHover:        darken(@linkColor, 15%);


// Typography
// -------------------------
@sansFontFamily:        "Helvetica Neue", Helvetica, Arial,
sans-serif;
@serifFontFamily:       Georgia, "Times New Roman", Times, serif;
@monoFontFamily:        Monaco, Menlo, Consolas, "Courier New",
monospace;

// > Joomla JUI
@baseFontSize:          13px;
// < Joomla JUI
@baseFontFamily:        @sansFontFamily;
// > Joomla JUI
@baseLineHeight:        18px;
// < Joomla JUI
@altFontFamily:         @serifFontFamily;

@headingsFontFamily:    inherit; // empty to use BS default,
@baseFontFamily
@headingsFontWeight:    bold;    // instead of browser default, bold
@headingsColor:         inherit; // empty to use BS default, @textColor


// Component sizing
// -------------------------
// Based on 14px font-size and 20px line-height

@fontSizeLarge:         @baseFontSize * 1.25; // ~18px
// > Joomla JUI
@fontSizeSmall:         ceil(@baseFontSize * 0.90); // ~12px
// < Joomla JUI
@fontSizeMini:          @baseFontSize * 0.75; // ~11px

@paddingLarge:          11px 19px; // 44px
@paddingSmall:          2px 10px;  // 26px
@paddingMini:           0 6px;   // 22px

@baseBorderRadius:      4px;
@borderRadiusLarge:     6px;
@borderRadiusSmall:     3px;


// Tables
// -------------------------
@tableBackground:                   transparent; // overall
background-color
@tableBackgroundAccent:             #f9f9f9; // for striping
@tableBackgroundHover:              #f5f5f5; // for hover
@tableBorder:                       #ddd; // table and cell border

// Buttons
// -------------------------
@btnBackground:                     @white;
@btnBackgroundHighlight:            darken(@white, 10%);
@btnBorder:                         #bbb;

@btnPrimaryBackground:              @linkColor;
@btnPrimaryBackgroundHighlight:     spin(@btnPrimaryBackground, 20%);

@btnInfoBackground:                 #5bc0de;
@btnInfoBackgroundHighlight:        #2f96b4;

@btnSuccessBackground:              #62c462;
@btnSuccessBackgroundHighlight:     #51a351;

@btnWarningBackground:              lighten(@orange, 15%);
@btnWarningBackgroundHighlight:     @orange;

@btnDangerBackground:               #ee5f5b;
@btnDangerBackgroundHighlight:      #bd362f;

@btnInverseBackground:              #444;
@btnInverseBackgroundHighlight:     @grayDarker;


// Forms
// -------------------------
@inputBackground:               @white;
@inputBorder:                   #ccc;
@inputBorderRadius:             3px;
@inputDisabledBackground:       @grayLighter;
@formActionsBackground:         #f5f5f5;
@inputHeight:                   @baseLineHeight + 10px; // base line-height
+ 8px vertical padding + 2px top/bottom border


// Dropdowns
// -------------------------
@dropdownBackground:            @white;
@dropdownBorder:                rgba(0,0,0,.2);
@dropdownDividerTop:            #e5e5e5;
@dropdownDividerBottom:         @white;

@dropdownLinkColor:             @grayDark;
@dropdownLinkColorHover:        @white;
@dropdownLinkColorActive:       @dropdownLinkColor;

@dropdownLinkBackgroundHover:   @dropdownLinkBackgroundActive;
@dropdownLinkBackgroundActive:  @linkColor;



// COMPONENT VARIABLES
// --------------------------------------------------


// Z-index master list
// -------------------------
// Used for a bird's eye view of components dependent on the z-axis
// Try to avoid customizing these :)
@zindexDropdown:          1000;
@zindexTooltip:           1030;
@zindexFixedNavbar:       1030;
@zindexModalBackdrop:     1040;
@zindexModal:             1050;
@zindexPopover:           1060;

// Sprite icons path
// -------------------------
@iconSpritePath:          "../img/glyphicons-halflings.png";
@iconWhiteSpritePath:    
"../img/glyphicons-halflings-white.png";


// Input placeholder text color
// -------------------------
@placeholderText:         @grayLight;


// Hr border color
// -------------------------
@hrBorder:                @grayLighter;


// Horizontal forms & lists
// -------------------------
@horizontalComponentOffset:       180px;


// Wells
// -------------------------
@wellBackground:                  #f5f5f5;


// Navbar
// -------------------------
@navbarCollapseWidth:             979px;
@navbarCollapseDesktopWidth:      @navbarCollapseWidth + 1;

@navbarHeight:                    40px;
@navbarBackgroundHighlight:       #ffffff;
@navbarBackground:                darken(@navbarBackgroundHighlight, 5%);
@navbarBorder:                    darken(@navbarBackground, 12%);

@navbarText:                      @gray;
@navbarLinkColor:                 @gray;
@navbarLinkColorHover:            @grayDark;
@navbarLinkColorActive:           @gray;
@navbarLinkBackgroundHover:       transparent;
@navbarLinkBackgroundActive:      darken(@navbarBackground, 5%);

@navbarBrandColor:                @navbarLinkColor;

// Inverted navbar
@navbarInverseBackground:                #111111;
@navbarInverseBackgroundHighlight:       #222222;
@navbarInverseBorder:                    #252525;

@navbarInverseText:                      @grayLight;
@navbarInverseLinkColor:                 @grayLight;
@navbarInverseLinkColorHover:            @white;
@navbarInverseLinkColorActive:           @navbarInverseLinkColorHover;
@navbarInverseLinkBackgroundHover:       transparent;
@navbarInverseLinkBackgroundActive:      @navbarInverseBackground;

@navbarInverseSearchBackground:          lighten(@navbarInverseBackground,
25%);
@navbarInverseSearchBackgroundFocus:     @white;
@navbarInverseSearchBorder:              @navbarInverseBackground;
@navbarInverseSearchPlaceholderColor:    #ccc;

@navbarInverseBrandColor:                @navbarInverseLinkColor;


// Pagination
// -------------------------
@paginationBackground:                #fff;
@paginationBorder:                    #ddd;
@paginationActiveBackground:          #f5f5f5;


// Hero unit
// -------------------------
@heroUnitBackground:              @grayLighter;
@heroUnitHeadingColor:            inherit;
@heroUnitLeadColor:               inherit;


// Form states and alerts
// -------------------------
@warningText:             #c09853;
@warningBackground:       #fcf8e3;
@warningBorder:           darken(spin(@warningBackground, -10), 3%);

@errorText:               #b94a48;
@errorBackground:         #f2dede;
@errorBorder:             darken(spin(@errorBackground, -10), 3%);

@successText:             #468847;
@successBackground:       #dff0d8;
@successBorder:           darken(spin(@successBackground, -10), 5%);

@infoText:                #3a87ad;
@infoBackground:          #d9edf7;
@infoBorder:              darken(spin(@infoBackground, -10), 7%);


// Tooltips and popovers
// -------------------------
@tooltipColor:            #fff;
@tooltipBackground:       #000;
@tooltipArrowWidth:       5px;
@tooltipArrowColor:       @tooltipBackground;

@popoverBackground:       #fff;
@popoverArrowWidth:       10px;
@popoverArrowColor:       #fff;
@popoverTitleBackground:  darken(@popoverBackground, 3%);

// Special enhancement for popovers
@popoverArrowOuterWidth:  @popoverArrowWidth + 1;
@popoverArrowOuterColor:  rgba(0,0,0,.25);



// GRID
// --------------------------------------------------


// Default 940px grid
// -------------------------
@gridColumns:             12;
@gridColumnWidth:         60px;
@gridGutterWidth:         20px;
@gridRowWidth:            (@gridColumns * @gridColumnWidth) +
(@gridGutterWidth * (@gridColumns - 1));
// > Joomla JUI
// 1200px min
@gridColumnWidth1200:     60px;
@gridGutterWidth1200:     20px;
@gridRowWidth1200:        (@gridColumns * @gridColumnWidth) +
(@gridGutterWidth * (@gridColumns - 1));

// 768px-979px
@gridColumnWidth768:      42px;
@gridGutterWidth768:      20px;
@gridRowWidth768:         (@gridColumns * @gridColumnWidth) +
(@gridGutterWidth * (@gridColumns - 1));


// Fluid grid
// -------------------------
@fluidGridColumnWidth:    6.382978723%;
@fluidGridGutterWidth:    2.127659574%;

// 1200px min
@fluidGridColumnWidth1200:     6.382978723%;
@fluidGridGutterWidth1200:     2.127659574%;

// 768px-979px
@fluidGridColumnWidth768:      6.382978723%;
@fluidGridGutterWidth768:      2.127659574%;
// < Joomla JUI
offline.php000064400000011721151165767340006720 0ustar00<?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates.protostar
 *
 * @copyright   Copyright (C) 2005 - 2020 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 */

$twofactormethods = JAuthenticationHelper::getTwoFactorMethods();
$app              = JFactory::getApplication();

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

$fullWidth = 1;

// Add JavaScript Frameworks
JHtml::_('bootstrap.framework');

// Add template js
JHtml::_('script', 'template.js',
array('version' => 'auto', 'relative'
=> true));

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

// Add Stylesheets
JHtml::_('stylesheet', 'template.css',
array('version' => 'auto', 'relative'
=> true));
JHtml::_('stylesheet', 'offline.css',
array('version' => 'auto', 'relative'
=> true));

// Use of Google Font
if ($this->params->get('googleFont'))
{
	JHtml::_('stylesheet',
'https://fonts.googleapis.com/css?family=' .
$this->params->get('googleFontName'));
	$this->addStyleDeclaration("
	h1, h2, h3, h4, h5, h6, .site-title {
		font-family: '" . str_replace('+', ' ',
$this->params->get('googleFontName')) . "',
sans-serif;
	}");
}

// Template color
if ($this->params->get('templateColor'))
{
	$this->addStyleDeclaration('
	body.site {
		border-top: 3px solid ' .
$this->params->get('templateColor') . ';
		background-color: ' .
$this->params->get('templateBackgroundColor') . ';
	}
	a {
		color: ' . $this->params->get('templateColor') .
';
	}
	.nav-list > .active > a,
	.nav-list > .active > a:hover,
	.dropdown-menu li > a:hover,
	.dropdown-menu .active > a,
	.dropdown-menu .active > a:hover,
	.nav-pills > .active > a,
	.nav-pills > .active > a:hover,
	.btn-primary {
		background: ' . $this->params->get('templateColor')
. ';
	}');
}

// Check for a custom CSS file
JHtml::_('stylesheet', 'user.css',
array('version' => 'auto', 'relative'
=> true));

// Check for a custom js file
JHtml::_('script', 'user.js', array('version'
=> 'auto', 'relative' => true));

// Load optional RTL Bootstrap CSS
JHtml::_('bootstrap.loadCss', false, $this->direction);

// Logo file or site title param
$sitename = htmlspecialchars($app->get('sitename'),
ENT_QUOTES, 'UTF-8');

if ($this->params->get('logoFile'))
{
	$logo = '<img src="' . JUri::root() .
$this->params->get('logoFile') . '"
alt="' . $sitename . '" />';
}
elseif ($this->params->get('sitetitle'))
{
	$logo = '<span class="site-title" title="' .
$sitename . '">' .
htmlspecialchars($this->params->get('sitetitle')) .
'</span>';
}
else
{
	$logo = '<span class="site-title" title="' .
$sitename . '">' . $sitename . '</span>';
}
?>
<!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" />
	<jdoc:include type="head" />
</head>
<body class="site">
	<div class="outer">
		<div class="middle">
			<div class="inner well">
				<div class="header">
				<?php if (!empty($logo)) : ?>
					<h1><?php echo $logo; ?></h1>
				<?php else : ?>
					<h1><?php echo $sitename; ?></h1>
				<?php endif; ?>
				<?php if ($app->get('offline_image') &&
file_exists($app->get('offline_image'))) : ?>
					<img src="<?php echo
$app->get('offline_image'); ?>" alt="<?php
echo $sitename; ?>" />
				<?php endif; ?>
				<?php if ($app->get('display_offline_message', 1) == 1
&& str_replace(' ', '',
$app->get('offline_message')) !== '') : ?>
					<p><?php echo $app->get('offline_message');
?></p>
				<?php elseif ($app->get('display_offline_message', 1)
== 2) : ?>
					<p><?php echo JText::_('JOFFLINE_MESSAGE');
?></p>
				<?php endif; ?>
				</div>
				<jdoc:include type="message" />
				<form action="<?php echo JRoute::_('index.php',
true); ?>" method="post" id="form-login">
					<fieldset>
						<label for="username"><?php echo
JText::_('JGLOBAL_USERNAME'); ?></label>
						<input name="username" id="username"
type="text" title="<?php echo
JText::_('JGLOBAL_USERNAME'); ?>" />

						<label for="password"><?php echo
JText::_('JGLOBAL_PASSWORD'); ?></label>
						<input type="password" name="password"
id="password" title="<?php echo
JText::_('JGLOBAL_PASSWORD'); ?>" />

						<?php if (count($twofactormethods) > 1) : ?>
						<label for="secretkey"><?php echo
JText::_('JGLOBAL_SECRETKEY'); ?></label>
						<input type="text" name="secretkey"
autocomplete="one-time-code" id="secretkey"
title="<?php echo JText::_('JGLOBAL_SECRETKEY');
?>" />
						<?php endif; ?>

						<input type="submit" name="Submit"
class="btn btn-primary" 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 base64_encode(JUri::base()); ?>" />
						<?php echo JHtml::_('form.token'); ?>
					</fieldset>
				</form>
			</div>
		</div>
	</div>
</body>
</html>
templateDetails.xml000064400000007216151165767340010434 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/2.5/template-install.dtd">
<extension version="3.1" type="template"
client="site">
	<name>protostar</name>
	<version>1.0</version>
	<creationDate>4/30/2012</creationDate>
	<author>Kyle Ledbetter</author>
	<authorEmail>admin@joomla.org</authorEmail>
	<copyright>Copyright (C) 2005 - 2020 Open Source Matters, Inc. All
rights reserved.</copyright>
	<description>TPL_PROTOSTAR_XML_DESCRIPTION</description>
	<files>
		<filename>component.php</filename>
		<filename>error.php</filename>
		<filename>offline.php</filename>
		<filename>favicon.ico</filename>
		<filename>index.php</filename>
		<filename>templateDetails.xml</filename>
		<filename>template_preview.png</filename>
		<filename>template_thumbnail.png</filename>
		<folder>css</folder>
		<folder>html</folder>
		<folder>images</folder>
		<folder>img</folder>
		<folder>js</folder>
		<folder>language</folder>
		<folder>less</folder>
	</files>
	<positions>
		<position>banner</position>
		<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>
		<position>footer</position>
	</positions>
	<languages folder="language">
		<language
tag="en-GB">en-GB/en-GB.tpl_protostar.ini</language>
		<language
tag="en-GB">en-GB/en-GB.tpl_protostar.sys.ini</language>
	</languages>
	<config>
		<fields name="params">
			<fieldset name="advanced">
				<field 
					name="templateColor" 
					type="color" 
					label="TPL_PROTOSTAR_COLOR_LABEL"
					description="TPL_PROTOSTAR_COLOR_DESC" 
					class="" 
					default="#08C"
				/>

				<field 
					name="templateBackgroundColor" 
					type="color" 
					label="TPL_PROTOSTAR_BACKGROUND_COLOR_LABEL"
					description="TPL_PROTOSTAR_BACKGROUND_COLOR_DESC" 
					class="" 
					default="#F4F6F7"
				/>

				<field 
					name="logoFile" 
					type="media" 
					label="TPL_PROTOSTAR_LOGO_LABEL"
					description="TPL_PROTOSTAR_LOGO_DESC" 
					class="" 
					default=""
				/>

				<field 
					name="sitetitle"  
					type="text" 
					label="JGLOBAL_TITLE"
					description="JFIELD_ALT_PAGE_TITLE_LABEL"
					default=""
					filter="string" 
				/>

				<field 
					name="sitedescription"  
					type="text" 
					label="JGLOBAL_DESCRIPTION"
					description="JGLOBAL_SUBHEADING_DESC"
					default=""
					filter="string" 
				/>

				<field 
					name="googleFont"
					type="radio"
					label="TPL_PROTOSTAR_FONT_LABEL"
					description="TPL_PROTOSTAR_FONT_DESC"
					class="btn-group btn-group-yesno"
					default="1"
					>
					<option value="1">JYES</option>
					<option value="0">JNO</option>
				</field>

				<field 
					name="googleFontName" 
					type="text" 
					label="TPL_PROTOSTAR_FONT_NAME_LABEL"
					description="TPL_PROTOSTAR_FONT_NAME_DESC" 
					class="" 
					default="Open+Sans"
					showon="googleFont:1" 
				/>

				<field 
					name="fluidContainer"
					type="radio"
					label="TPL_PROTOSTAR_FLUID_LABEL"
					description="TPL_PROTOSTAR_FLUID_DESC"
					class="btn-group btn-group-yesno"
					default="0"
					>
					<option value="1">TPL_PROTOSTAR_FLUID</option>
					<option value="0">TPL_PROTOSTAR_STATIC</option>
				</field>
			</fieldset>
		</fields>
	</config>
</extension>
template_preview.png000064400000364374151165767340010666 0ustar00�PNG


IHDR��)����IDATx���,�D��,m8�r��o$?��ێ��
b�~I${@9$��1��O@�Sr!ל�ؗ�r�	Z%���$�T$�(�~����u���m�LE'�vAv�.�9~5WA�pn��g�|���%º޼jx�ӫ�����?�/�ԅ+yAH
�t�;Dr7���+j��>�;-EB�;�u���=AIj2c)t���ү^(�J�W�b�sȫPIB.t+�!6M�z���;�H�B�<G2���Ô䞷,�ʏ�||��?�+lx���t.�&�,RPu��Iz]j����@.U�T&�4��}�a�J2��Z�FRd��r}�Ƿy�-�o��.���2��蒍�
��<\_�$�"��U\��U+���9�IQ٤�����G�y�V�v��+I5`�\��ա7�=�������9�2���q-!ӷ��
�ҩɀs��,�FfgP>��Y}Q�d١��7�l$�y��n]���T��p�m��Ȅ	�t���K�bS��3�`�q4�Ig���f�<1�Nn�w�$�I�R���ְ�=�C��hi�R�n�#����Q������6��@�X6���{0�4E]@�"{�<�K�s��8���94H8�GjJ3�t�Bx�����1v)��3Ͽ���	SCfF@KgW�(Ip�"�
^h!M�F�g
B�ʠ͎�����J)�7���(t��(��|�]����N��&ϙ���_.�
F��+���\�$�
�U5Ca���f:0Iеt����c�mJ�ž�$�(,�RN	������7�N;3w����
Sf�9�*Eb��T�����>���=��ҫ$���a���t��A?ȝ�d��
�����
�H����X��Ь���m�u	,�.�2��g�b?�gV�An��WI�7�Xt	�쪪�M�;Q�L�Sf�f8�Ѱ�G��N�4%|k߮��rrM<��9)�-q�
f��u*$Z�MhvZ�!�k}$$�!7%@�#�BH�Ӧ���Ƿ������6k�3�rk��g0[_33lUN��}䗋���:jU_��E(:��vE۠(������D���r�P:�0Ȕ�fN:��\`�I
��@QINy�Ms9�p�q�H�rҺ�;�h�LP�Tu'�:[ˉ��#p;GV��ma��Ȑ����[sM�p}��O�DE�0�������L���j\!tTX@@\�.5�sھ��
'jn�{w2=�j��k�;irJ���E�r���&�]5��v�P&�̏�wS6�����q��>�W�F{��/W�l�U���뢈�Ng�t=��M6F�uAh��[��-�q����>��^���Ù�����0���)U6c�grpuNUR,���oMT4�I^��[���:�O�����K}P'sQ�(�ڱ�.��>����%�F$jA{/�1����P���Y��#l���g*g�O#:5��YI�S`��P	��;��^�VY�Ci��_jx�_A\5ͫ��l���晔LZ�G�'�T�t�5!^�S���?�������Һ�ϘtTU
}���̳C7e����E��^K�^��2ha|OXHl]�E�n,}n+�/r�*�,�UXD6����vPɼU�{5M=iořg��U�P8�Cڊx��;w*"�"m����Tf�ިnD�-3��}�L���"�
�ZJ�~胄Zw~�ZZ���n�m܆_V@��n�n*��W[q[��e��
����K���J�}-��ȍL���Jo�&�HdCi�t�`��\ڙ�B����؆�>
�Bu)(Z$����?xF	��)�
($�Gj�����J���;��r�.�'w*�L8Tt��¸�X�P�٩�#g��
�4�QP��[&��oM�U2�R @6l*�po2
�B�B3#+���|�և�5��1|h�*���90}�{~�!���z�J�'��=����.�뫵ٯ{�>||
�B5o*R$��9-)�;��腃^!�M�y%I�I8>d�x�P]���jwW��X�;�����a��
���
*�@(8���`��JF"�U�bJ�I�"�V*�}Ǿ
���6����a�M)h:��!
6f,Ckznu|�5|
*F��d%!���Ţ���H�#x<�������.������ɦ��	���5�\A϶��_Hx�ي�y9�N�9���X@87�N��sB.�%�)j�::%��uǻ���}���tw�%N�b3r̒4n��6�@3zNbj�Jʋ:a��#�0���f��!�KT�e2������h]�F#_֦�������H7T��KΏ��������7��Q���9h���|W�����#mD;�֢݊C
�cq}��%��$52L����?�L�F���VWh�P�b���țT�(&`Y��w��rХ,�F�7����|0#�J�Z�*˃o�
v`��&�T4�P��o������¾L���xY��b�������������>eg��$��Ĭ�#�C�9�9)�H��ܩ�ނ�j��m��N�	�L"i�钎�r��T3h�Gٱ�ǜɒ�,Y�Q
�Ԡ9>!gȧ=��8�9u��r���8=�j��s�����������Q�Q�}�����_Wd���f�����3�B��T�җ��<?VQbB)�ݧH$��	[��J4U]��zձ+���pӦ�M[�����G]8Q���e��d|��ƪ@���{Z�'���n�%=L{;�嚜+z�m���53��
�I>�"��g��z��GR_H�W��!i•��b��e�z��.�m������U�(�N�t�a/�f�Zs}h��CW+a�^����5̍(_a}1��Tjd�X1��3L]#��Gt���TɈ�`��_�+>��M���ֿ�����m*���<�/�r�&�����ڙ�A��M���}�dkd�����	�M	y�9����"4�`�f9Hd�-'/V_���+V$��Ul������ݛ:��x�t%�~�bn�kA-���uI�xR���R@՝�}��M#��uS���C�n�)J��S�N�x�>"�E4�C�_*-��Ǫ�Iݶ���՗���f.���'��٣��l�;���>'��\�,�P٣�t��w]���J
R�Re�6"�?�O���D��Iys݋]�I�=<���9�ɫ�ћ���#Y�9�)Ǵݓ&�i�u����j�g��1}r!�^�������,�w?���:)��q�e����kR�b�7�����YI�>r��C�lf��<h���G�N�z������ҧ��G9x+*
�H�ԁW����:
��'_=��+�s0��A^)I��at\�=A�B���?�I����+�e�A�K2k.��<�}Y��uy�!�%�3SJ�Da�ь�/wD��<4I{����Z|�_]�ޥ�/�@�b��i���HN�Y�1k�H�\��\�g/�g�*_�0���\��3�ի�gث�M2�{�o��t}�t���Z�$k����-���қ6�G�
�Yh�7����R�;���F8Ӊ��3��a�#��W!����(\�>�W\���A`ٕa���F���~�o;#�2�����
���$�K7"_<ת�P�k�<X@�8n�W�c��Z>�T��Z
�)�L
	�Gx�£�`�"�3�݊��P�"�Y1\.s��b|�Jõ�گ��Rۛ��
`�v��]M+��"̉��饡&����u���5�"�%��95�|@u��z�T��C���`�=%��_��jl�<��:��|j���h�e�\̐r��{3�
F��ԇG�kM]�����H
�1yx�O�W~-Sֽ���2���!�k��gt���]`��;pS�WN���U�4���Q�������Z1��������2&�-�4<��M���yfى�I�h4�g�:Q׍�%��It���>�U��$ι�u&CR�d}k4��KX���{^~b�'�
�_���p;�b�멸�+�P���c0�u2\��J��]����DI��!�U������B���m���,]r�zIy�V�ZG���r8��݊�]J}`���K�9ݸ42*���t�ϫpqW�ᔼ�Tk�0�g
>=��6ճò���>���)g���c?��\$QV���c�vU+GD�9�ſi�e���@�O�m��1Hi�"Q̤Cky
)Y�彟�`Ͽ�y���fo����*k�|��Z��p��1$�Q���ynK��
���+�����
�B�pZ4��N�E-�=b̫Km����܎+�u�MH�PQliCZ��}�=Z�!'�;�E�ʆew�SB�:j�+�⁂��Q�i�%�f�~�G��L������7��a�4E$
��VqAX�p3�QA�$_��6��k@`��[�m_��g���/A���R:���(��}��ԕ(��u�v�
J%U&sF^�q�Oe�t>�����<O���n�V6�V%y��8I㰣Hx�D�;"��+W�UU��O��F)w5j(��׹��>yY�+vg۵�[��e�Y���
�
�#6��5�OyH�iHy>�}&5�U�J�\�R�Ôޙ>#K�A9&򱎼�9k@X���
��|p[3�K�4`�8��_yO�����
��E4~^�vg�r�t��=vM]���$�z��U�F>�g���u{
X�2�㚩����r���1�4�z��L0��^����+gK�6S9O�E
R�SN�1\�ep��u��Z��8iܼ��8�g��v;�n_��H��v�;�A{�'Ar���[����z%�)��.����|<ZNj
j_6��T�dWޤ��fl�5�Cn�;%�ru��lƃ�.�޹:̪����3�MW�T@>��N���k)�rξ�(�/��5�Pm�I\t���٦�{9Z�v�`�k$�Q{�ٖ�΄#��@΍�F�����Y�L��e�n,�)�s��U�!Ku���\�KQ�����X�O#]3�;�kL�kf��(���2��?�ϫ5�z�>��O����O��C��a����FRd-�A�%ɐBHL��G�R!7"u/�$�hjʟ$��n�㩾\8=�}E��}OC�m��ݷ4�w�0�|Cnp�U��[��%��:I�E�<r��^�(�$���AUF�J�Bo:��~x�E�{��aɒ�]\�[C"�eI�B5�xs�-;�4�<Yx���a��LS�D(�}��Q>�QO���k^r[��6b3
'gj��c��o�R��/��H��bw��R{#���[����U�9�c]]�qA�j�����y�����e���y��i���yw��k��
�Ķ��X�󩮝;�2����}#���mYki���,��W����}U��v;~a�[>f��ޭ,�X.��������%mZ��?�n�1�DQ�LN�("�����2���56��1��I{Y�C`m���d����t{�j�f�0ұ#��r����Ao��{���V�U
?B=!���ot���Ea�[�������(���X�$�<�(��rYn��`����F����m�fw
|n~א���\cxr��oo���^���v�����Ƙ�?��{,*�y���/��b]�ge���Z��˹/�]asxbJ9��Nv���C�Djyy��(I~��/���M�o��GN��^O����K�����1Eɉw~��Ǥ��K��n�韾�I��<�6w8箽��Aѣ]kX���&*��RH�4ɺ�򾁶la,m�g�'��l@��a���Zk4�Ea"{�rb�8{
�#��V`����C��`�7�ǭ��qn���M;�����Z���TE�#k���<m�1�2�`�SQv
�`���!/���]R�7�k�j�\��d�v�Ȯ�v�2N��j���k�(&����S��^�pu@eնw����_��םN��O��mns]�۳��)����T~�L���|Z���ګ\�2R��*�,V7L��iJDɚ�o?�����!Ox�տ��/��{���ژ8��?����G�������c߽~�fk��={>��w���=s�/~��Kw�ͽ{YWXq
Uӄ�h�ܟ-����o^I�
�#A��a���
��30M����b`��U;����j<���٫-����W`�/�D���y�3����=�1w�z��͛69���L�&�~�5�fb,޳kך��ͭ����"��\y�����	�!d�5��%Gf��!@l
�9{�k40W���:A�[����՟�!*�#�=߈��O�4�㩩���~��ȅ��OM�)/~}#�*��.�e��ކ��Y�ȭ�19g�,�Q�]�$���Ò8���wf����ʙc�N
-\�����>�&m��UW�ez�Cc�.�zarl���[��co����zw�L���|>���Ϊ
��6��:Im4�ͫj%2��R�#��
K.#����x�Er�T�u���dA���/�'�;L�l�ث=A�\�"ӟ��O����h�q��W�v-y��Io���ܩ(�IϞt��k�~��u����<(�u�ŕUo�ju��H��W-gؚP�v�=�,����FV���2*�j�c�	�R���xW�i�V�d���C�z��I?�siiibb����ڵ+I���>:˲^���Z�tq��Z�	?���>���a�e%��:�����w#�K��mg���u�j��2�h�N8Am۶��}K���]E6�^��ۨ6lP�?v�LOv�ˑ5��5�n�ɩIj�n_M��z�K��B������${]mB�P5K<l1d�[��<A8\���|Ʉ�k���\�
ʭ�%��J�j�#+w{�L1��\��Q_i�h�ݦ�5��>�}�����ͩ������^���O;��ˮ�����x������Rl3��d={��VS��?��uT��]����r�[Y�2{�k���k��]���.�7�k��k0[���U�%�I�l۶mnnn~~��#�������t���eeg�u��o�ȑ��E�*z0j�^���Q�
ɒ���%�p�-�[�y��q>�1t����Kg����59}H��Q�;1s�Kv��i:�Ϝ\����܆�-3{N;p墚����n��wr�1焪�8��Zg�*\ɫ^6`���ȶ�;G/&����&���7<�d����z�|�ux�����p��\dD����jz������;jMަ_��w�9��V�3���ZgS31>u���r��s�g7g���:E�	��a�K�=�P.���"RfO�W��Y����]2!fy�12{@ؐ=�PB��n9���W���p�����۷o�������޽{�</O���@�`g�
KR������S��s��њ���S�p��8
_��ԑ��?��W�3��ǣ4�K�&S��Y��2klE�Ff���D3�kr��)���Kǣ�Z���O���i�^�����U_u
Yĩ�y�
���X�6j���ˤ2�{�:�P�3Ia͠�=�T��	���\9���[��WmO���}^�G�$�,MI�Ik0J?�Ǔ�q��&��<��HS�i?�m�ڰ��̃G1�G�y���=.�P�2���h8�p�Z�h6���Cc���u�;dxB��q�Z�˳^a�F,�r�8>x��;�sk׮���Ͳ̻��_�kw,�(t`S�[�شV�~vD%t���D�H��[�'���wx�����g49��C�x)2���83Y���Q��[���5�5y�9n��j�E:�=�&]�%�&mWF�)�^�PO��ߠ�r��?/g���v���^L�f�v8�Qc��-kr�CZ����v��C�Ŋ������#����ʀ��E�L3d�Kb����Ez��y[��Ğ��6`ʵݲgF�r+[0x2�+�A=�yy>4�۞=����hV��"{�Y��ԑvЕA��Ε�W�LJr�������l�c�(�5lq�a�UB^`�
*�ڞ�%{��c��
gO����=��8�U�E�@�6�c�e��1x��a���s�XT��¸��Ԅ�x��'�s\�,��!A�^�`���a�A���Y���`)6�]C)߿�7��K��P�-���k�s�p����xbbB�J�i��}�#�/}��v,��b���	���)|�R�t����Ŋ��ܱ�����3�"�s.�7�#�g�v��q�wAс�Ap!Rl#=��ߓ�c��Œ�������"�͕���U�P�۝}z��	lЉ.M�4"/�=�r�j~��G5����,k���5�q��ϳ7����?���H��}��Bx�=����;p�B���G���xH�:�
�d
,�����7;�@I��q{ʒ�N�𔵼�p_]a/��˄JPn�oO��������/���.�l��Ez���6�%@�=@
�F�)�_Q���5���%"�j咿��y@^��VU*ګG��^Ɉ^W�9{�wX�}>����8EA��r(����|��=��!�=����p/��Gkx.�c*M��ve�@�]R���Y֏�0x����c�룗	�[�R/��%��<�q{�G�j�M�^^xK��X&�0�,'�+S�A4�m���#߽r*�˻�
�Z����#}Y���暮~���:���d�%��=�U����N���Ksx�r��`���@���!t�����p�7�r�0bc����m�=N�M�q�ZgI�ǵ&�C��ٌ=�	�ٍ���H�x�e���]
!�P�e�Fs
f{@>�k��8-Q���"{��$�+��ƻ:vV��8�T�ҋNt:�"�Wo����>�����e��Sl�Ifl��i��4m�L��!���4�1�1�-�X'��n|�6�Y��o��*��ofg�d}�y����\�LnU��a@���&�̌*mI�p�)�}l_���QO.g�թ�Β�LЊ�羼Y9�[�<�QR�x{�������]|y��;�?���1�n�OC<��OC�s�p[@b�0p�\i��J��.T*��lB��UP��2��BTb�2�1�CH�}�b�{�….\��E��$bg+�)�5P�x�
��-a'ם�R�fX�dTC�,o�Z�`�f$f��<.\�p�b7�5��}!c�L�R�Zdn�*�!"�[��%���9f�,^E��].\�p���B�č��@�Yn+/�r�̉P���Y䊰�!
��0$�}]�p����$ȩD���^9;K56EO��mK��+H��=DBj.\�p�bw�-��N��65�J�*�l�(�������~�;Q��yr�….v/��
j#���Sa�1)ͤ�h)N'*Q��X�v����'���ڮ�C܅.v
���M��4���q)�3qPBA���RN�C�J��>a�VU�Sj��u%�h.��@$�\�p�B����.��z�"�3W�<���-����?%RQ�=��囊�[4��|F���h�f*������.\�p�H��X
t��ʬ[����(k��*�.�I���I���p*�
��P��.p�…��_U]-J��8�0Q0��l
˲�4�o6)�7��")����5ۥ�M��L�\
�"HV��(�W��p�1��.\�p��#]���֘�P��Q
~
//���Q��r�i1�6�aX�[mQ����h$3�H$�{<'�rj۬Ѧɪ�/ؤ�6JD��E�P��ؗ
�gUJ�,�!:��.\lڴ������mjjJ$��D���F�х�����ՋMK��HT���
-�L8/>���֯0`@aa{
M���b��$4c��	o[���2
�B�ͬZ�r�I�e�����۷o�6�0C|�t�"����ԺԱ%���
uPBp�2o�p�…�ŋ/_������d�T|i�il3c)�z�l�w�}wذaݺuc����G�p/3�ʙ؝#���߿"�X�v�Z"�ن+���}��ٴqC*�Z�|Y<g��ݻ�`�
��mwiQf�N�
SцAc�9��v�����….#v���̙3,X�����C��
b��`���d���x��xࠁ��8fgȜ��L������P
���T���O��0�@����e�/s�t��u�С;vlU�@���D�[˩��j%�M�b�❸p�…�}g̘1k�,�0�JڥK������ƕ+W�X�bժUUUUM��D<��U&�ȥ��RH&S�7m�y���>�²Lg
35�!�AQ`� d�o,:fdl4e�L�%d)Q�
}E:%��U<��?�3��������¢��{��Փ)�{a7nd���}ڽg�F�Ǭӿ��h�W����;B����̾6+���,'�v�…����4(��\ǎ�~��ӧWϞL=�7o�w�}?i��իV3�
MӁj6�3rE���
N�R�~���m����Ky��4ʉ�enU)L�FܚZ�/#���ję]R��$"�J��ĭ�!/���
:u�4l��c�9z���g_�֯_�lٲw�yg�}��s�0UXМhg,ϼ!?�x����̨;s�x�*ӫ*�h�p���Mk;�)��BZ
o"�+HAGh׋�p�b�c_�i1O�~���[p@Iq�3_}���&$��v�AM�@)%2�@AC
'SR����_fy�a������eTW��.�[���-����.�z*��Ʉ�hY�t��k��/�ѯ_���?�Od��K�N�4�����#�s�h?�
ʩ���@���tg�U:-�p$��e���C?,~'�j��1�ړ�^Ѫ�3��	O�h
��3��F�N\�p���S�N�8qb߾}�/�v�����{tav�ԥ��H�t.�i�\�r�`_%��R}uP�2U�|�\�'ӳM���mT9�3*��H�"w��]���J���ȷ���9䆕�(���y��D(/�H,]�䞻���o��F�
3�9s��N<��(��>�A���:)��wNp�ł��e4�ZQ��a�^�v�/�&�����_�KRQ,%8�9k�d'�.�2�?~<�b�V����Ә1o���4����5��V�l����t(���o�~�N�y.18е��!/��\H�GA���K�$8�
pa1P��	��T 
��d*iY���-.-��k&�K/��g�-//5jTSc�|`���)K�:1P�ԛQ��H�hۧ
@���p�ܶC�L�[�q��T�:�j>�'�'?���3�3u��I#!��a�5�=�X�_�~~�x��$��!�B\�%A��h�7U����Ŏ�˾\Ob���g��ӧOﯿ���+��r��>}���gb�ip�NJ���{*�."1�)ed�Lr�Q�j��[+�lY^���HZVxU�=:H<��À�|؟�F0(�!�pp抲�˿��-����!£�>r��w��#G&�/>���sa�ֵ���Еo2�Z,QXP�[e�;_u�hfR�	xB+��>�_�����|�'�y�O͒�^5_:��.�����?p�T�˳9Q�I����|s�^x���6l�&.\�H
��ik֬7n�<����/����o"���7�����ʺ��v��\f%"�,b������@�n*�4
��~$�T�0B$�+�2���N��וmq��h�*T��j�~"����/(��{�w1>|x����~�I$�$�-�2▕�pR�3�:A��juFi$ʝ�S�p���;�ɯϗ�u�-�d�Zz7W��EUs~\��>+��'H�B횉�j�%H��I���;KVV,\�b���t,#;=f�[���������=�{��3�?`�e���VR\�`�N�ۑ��…P�Z��J���ꫲ��~��M�2宻��u��L�3R�V����щ�2����&#:շ
tP��*d��.�eǰU�F�9�W@
hrZf�<�Ґ_�X�?
_|�yQqѝ��>x��ٳgw�ؑm��e��ZI���فĒ���t�L��t$Q��b�2
;�S��g��˰.5&�EO,���>=P۴�3oL��I�Y�eD�H���P�������k_KZ�1�|w�)W�4u6���scN�����5$'0�}���&Ϛ�,�*+-�TY[�"9��扳aÆM-���2���>c��{����'e�]��@$('�J_D;�d�a�0oi*/�~�D��;�{�t�.A�e;Zm�u�+�!�4��]���EV	bne�f5�0���#Z~�������^�4�N��H$�J0�[r6"�-�fZ��eV/�/P�Ru�x��>�q�F?��������ٜ�.�����8g������/�Z���[F
�)�	=�.�{,6VZ_ރ��K�F���?��>�
�>RT�zȮ���k����xHq�G�P�k/:u��y�H\��v���;wvp��Zc�͛73�
�w�s�ڵ���A,RX(J|%�Ld�Edz���l#�L�%�AaLq�z34*4V;�eM֡�N">�j�=1Ȟ�`#QUWҜ%�Q@Z+o+�.��
Mð�mo)��"S��#�<���{3��p�M�zȡ��?n*d�D{�J��+f�T���LH탅�|���MV��Gx4_Y^�7�di��E���<�ۅ:�Sc���s��#�A�^�׹Ik(��C���+	�-b��c_�}w�=��Zl�eg�ᰣڛ�.��:���L�6����d��=�,�ܵ���K���v*�
"�P)U�e2�B@�7�R�S
�d�P�"s,
q�ףʵ�ޮ$�geW�(����l(
Rya��������
�G����Ų�K�)7_"�.�k�:�7�%!��*vp1�AK�V��Ua(֟�Wn-�
���RM�^�cNx��H��k�{\Z3zB��ƧL��4�`�$�@\�p��!�9,�5����_^�V�a&芊
f�L&�����(**�>>Ne�D!�sIģV���<���4R�G�'�9
���nCW{T�F�
T��U{~.�'�$����B��&�Jbv�2�@���7cDz}�ՊR`.!�,';T��0	���;�I��6��/4���C�]t-�KA�4oe��L��q�I���)�P~Mս���"�\�2��G����Hi�}��p���|~��O����k�~���?��h9iU��}3���x�_b���{��ɳɤ�1�͏�~��O
����#/^r󿮻����te�!���K�]y�/��_w?����L�����|��/o�w���^sףO���"i<���O��!q�b��iӒ��:d�y�V�TO�4�1��\�b„���ď?|��xX^�	&���/;uQ�F�3-�,�IH��Ei���IZn(�H|G6��Z�S3��jl�*�����T�V7�Qy*�m�vږ=�QV3�
Ys����'�����ey�W�Z�L&y�-'�8��m�o�wj4���5�H,�bZ;@��\�
#�ک�W"�{��z��M��^�hA��߯�{�wpO�L@(��D�ŗ�����{�����f��\1q�ܣ/���.�ۃOO�>������nʬy7=���'\��Kn�>w�P]�����Ϲ�����b���چ�KW1�;�;����K22�o���O��қ��Ӵ_��䊊��x�a��O��������|�3o|���.M��0㼿<0�?�vɆ��,<��[F���k�z짩�6l���3O�G���)W�p�_�8���{捏�;�Ž��\�dE����>}�;o�?wɲ������_��Uѡ�~���Tӂ�<�4�	�@��dξ
P�,ݔ�V����KHj�òwI�kP��!]i����V�@�i���ά/�*�e�`q�x|�&MZ�r+3���W�^ͷ$�
�ᖢ@�#J����su��b2��Z�^g�y.u�#?]e��
����k_�O�`�#���L�t�ˊ|�YR�����,����+s�X}n�gW�ﲲ҇o����ٵ�X�v�G_Ox��:��W��ܓ�b��WT�v���/�����j��噚;nڜ�>��W�=��9/?|�ǣ�,_���Qþz��>=�d$��|�F��[��54���[��,&i�_��;=��[�{��#)����Ɲw�}�[�:��ط�`su�?L���Wϸ�n��[RT@\��ah��'�������т�{���]��).���
��E1+���3�����3�D���}�d�B�ٵH>�zU䎴��L�bZ�U�2f�W��Z
O��d+2!e�T%- Er��^U�a;�[B�
s?S��`8\7i��/�0���`)V$e�B�!���/UDZ[�ia�������l:.���1�����O������ژ%�}>pOz2I<�sO��N��Ւ@�k�~>�w:)�H�y��+����}{L��/=���;��gO|��v%EW�0�q�[��p�����G��{���,�礣�����]p�?x���Sy�w���1��$���O9f���t�y'%ؗap�^�>uoaA�ӯ�N��KƩ,��;e��^������@�v%�����z�{���.v�:t/��9�=�?��,�t�A���սS����

�Ν�b������5���#$Y�Z1�tCAf��`�\�:���%C(�J�)�9@>S��Q^�42å;�o$�@��
!��uPMc
���0���V�a�	��ږ�Z�V�2;�D)�/Ĕ��648�xꧥ��/���wM\�P8n�����
�_F�&�?<7�`���/ֿ�F��c��?_���=���m���wF$z�_/�խQ
��k.���?�~r"��<q�O<���DZ��i�~�7?M{��o.8�hWZ���fJ�ԇ(�PV:h@��kֳ�F)���˟�VV�z�UG4���>=�<���O��ą�	��}�8�ޫ9'C�Gsx�
��^�g��i�i"*��@��=OISiQ�5J��l2
����"���&&S��b�l�[�BQU-ٲ,�����R\�z�W��N�B��x����`��
MMMR
E��-�C��rř���˒v��T'��I�5������?{��ǿ�>��_�
yz��|���x�8�����l����:�:����A�js���CZ�SDb�KW��J��I���n��^�~3I$5�8�%�:�/�f��]3M�0L�
e�?SQ����eUl�"�y1��䐲�R>����?'�I�0XR,g&h�?�u�جP"�P>C5��.!�N�g�wy�`P�%�6d��-?���3���*%^Ѱ�[
�*H�W�JU����z���u��=
yt�1�V�b�m۽m>H��[�L*��
�:��Eb-�G����_�m���f�\�����I4X�!�V�?�3��u]Aq�ԧ�W�ᆵ����
�f�6�V#�]g6^�ۓ�ś"1���K#��B`suq�[���z5�"��J�t�{�i5��j�_0��&S)RW�'��
0Ұ�03`���ȶc�K��(�>��%;�h
��4C�r���ǘ�g�,��͙�4��.s��J\�CJ�P!ĒU���X��śf3,%і�.*�w�u=�n���l����
��
$��o�P�j+b(��)�
Qсo9g}����7����
I�̾��ۧ�a}/9��qc�_���?��������W�ׯ,�^�'Bi�Q#���۔9�ҿׁ{1���{��>���R{��g�ཱྀ��>��yN9�3g�ys�3l�n��'Si���~{
&��֧�G�Y_7�7������;�;l�0���vC�4��[]]�9x�+f�x<���t��n�u`bY�DՉ(��dBu`�MY$bkW���6���|cY�Ui�13b+b�T
AeqҍE��dY���E���E�)�#MM�ײ�x<N�*�'�A8�[�X�	�&���tK�5
}
!(9jYV��?�u�Q.�n����hˆ��iO~��Ǽ5f�>��XXP�m�$B�y_�y�:B�������PRBZ�H��؉�2A��R�4􀽞x�G����]��<��ky�a�sP��қ�<w�/O�춥�֒l�d�ċ�����r�l�ִL��Db��;�䓏��ñW�p}���������zt=���w\s��v�b���F�o߾<���R��eY�T
(U�p�ECJɀ�)��%I�F���S��A	UUѱGʜ�-	eV��8Qv�����̠��&
�E@��)y�d��$��h��٪�/�A)�RF	�|�vMTh�B�F���AW�_��~%��Q�#A3�/���VV��Z�O��tcC�ʷ���!)���K�F�ɂ�?�9�g�SN77ll��à�D���_�p�o��$�/�r�O�٣�ȡ���y�2���ُ?�v��}�U���=t��y�]���ޗ�zS[�ە!��jY�1�v��N;���oelJ���K�G_x�,0��Fu��>��64.^����Oc'v���G�<x�a�ԓ�"�
�4I2eY�/�ղ���gI��}�?������隆s�Q�3��ky�zuM=K$���?̞5o���d*�L��k�x���7b��O�_�$m.�o�""���${��R��QLb�9/P5����,2Bۡ&��u��D����;+���*k������d%\[~h!.ֈ�d
�f�k����!=����$�?Ka�@��@޴���[PN�oC'*�bb���Q
-�X��-�}?-�|�c�'�^D
xޛ�z삍�e5�S��Fƾ�%�!��Ϛe��^����aB(��b_|�q|�{c����$���ȼ��f�K�1E6�4�78��c��%�zv�b��v���'����z��5���@*e���F~��N?�P"�^z�?��'_�0��O���&5B����7^v�	�EL�BR^�Ou-�&�w..�d����䇼���w(��H�*�[O�{��??����ꉗ��x<h�_�G����#κ^�T௬�X�fm	�!;.\J̐Ů
Ε�u��n���T+�E	�Q8XY�lA���ө9A�����|���2��HP��Yd�T�Z�+��E�_C�+�y�V��[�^�
f&��x���*�ϟ�{�p�օ�~Kr�}#B4ɖ{d�a!>�D�,,�[�M���7aZ@{��’�O��2�3�m��;w��Q�u�K۵�jjÏ=��o_��}�(v���2��:��Ӆ)��DKj��������7l�
�J�…$�
��?nb
�MU,<����]qa��v];���X�����XC�e\sѩ����P6�����?��[����K��G�;�Ml�LS���̜޹C;�^.�����୧�w�,Ϊ�(���p��3���E�QI�0*���#*�	S�`�__Y3S`+�ן�
"s�J�VL��1H��Y�쀄�Y1'0ށ�sLb#��[�y[]E���bLh�c_˲d^W��I�1�u�s6��VL'XˤUA�8���Nڢ>�.�V��F�Z��e��s3?��.0w�:O�cI�3�0̘A�h:=�oٓ��%���x�z֬X�������ƚ�����
����o��-;��M!�5d���p�	
�C��AZ���P�Oء�yq�CN�!Эs�f�G�Lv\��EQ�NoM�`OH�F��4�
�J�I#Q^X2��Ś,Ӡ���?�QF���^H,����ġ
�IJ9��q������U
�Tyd��`��+��b
�t�+ˑ�e�ZI�-C�(�C���V)�ѲR��e���b�W��-X�uEw���-E…��O�\Z_x4���&O��~��R|�[�$��?��8-��8c�ZZ�.1mz�whI1I�D\+)���p��w���TBQ�~DIu9�F"�Vd�D�?%�x,��T�Q�k:�u�d,jC�D�d��e<4�5�UF
8��4c��1J����([��.d��@���	-�����,V��^=�0D��<�*ߨr��z�l�7w�
�ʁ�*��)YM�#MQ�B�8���.�v
�����U!�B��қ�x���Ñ�ǣ��Ң�#���Q"
haA��y���q�͊
((�x������PJ\�p����(���Eu/SfI�Fx"�d6�6���5��~���tF�q��D���GfTV�n�,��/���=�R!	l���MYU�B�`<o
�S�y<>���=�ҏ��K�M���V�5ɳrmb�m]RY!C��R
Y��T|�J��G�"�(t������8
fXY��V|�](8mD�Ϯ;���V�Fv.�*���;u,��I-\�w��+�E\�p�{2���'�j��2�j.`��rq��L#�{���#��k�CIt��x
#%�8�C����x,;v�����뚦�A�v*�~8ۜ��?'�e��a�d���2�0�SQ��J���~kN��l�J���z-��B�f15�i`�€!cqF�D@�;t�M�2�o�Z��z���vwo����p����H�G�����W���J��C\�p�@s8�e6,�̩�M��5�$�^���2�
�v�����e]hd���h�55�4liXL8�!����x�):3;,n{���J��=f��0��d2��i�5X�VE�PQ��j��@�����UFߔ��/Ah���Lg(���{��G�xK��"Z�,A+�[���JF������w[�\8��\�u����de�Z

Pl�)6N������.��ƴV����Ņ���&�Q�y��TQL�@��h�/�h�R�i6*�˗+��:l!�~a�2�@m0����J%
��)�Q!E��(�r�$�߇����J���l�b�VB�Zܕ�i��L@@�@EC,O�҃pF��a�ZY��.\���;V}a޼y�e��12dޑ�E��u��Q��@?�j�xt�'�בֿ�$�i
�(8�NP��{t�ȲY����T�*@�̪,!
-ΐ[9F{=��1S)������6KZ���ra�M��^��D�+#|y?Y���2�`T�
���Rɂ�x�2�������e�NIKĶ�N�[]�����Q!�&\�p��;M�XUV�����iy�T\W�Z�%!�m�yS��
ڈȯe�M�7�2�d��&<A���H$�US٧Uo���e!��o�ء���.Q��{�a5<�X�D"Y]SSYUgZ4�((��j��XpVf��iY�d�2�b��*��@,*[x(��:�L��rm�!�AU�fЕp����S*�L	�vv�Z�fn�].�Œ��4M�����8E��Bm
��.5U�`g�H4�L�mZ�'���D��mt�'W�ZK)�+[n�&�鴄�*�mHLӤ�l�o$B@:D���l��3
Sͪ���U=����HK�f
�be�#�d���L��7O��S&��fR��ce�Y�:���Ȯ	.\pF��ӱc�h4jY���v�PMK�U.J�d�`�)R)3��47)��Xn3$$v1�~M�Y�X[ǚ�s�`&���xn@�ބ��Bx�T��\���=���Y��ĘՇΞzSͲ,��fb��)r$
�
�=\R�bB3w9��{e�W
�B1Z��pi؅�10
^8
�
96�����8.	y��dҟ]�/'��#�X�R5%ճ�Qn�=g�
��f��"e���(�j�/:9}��iW���GaɯSF�{ƊA^@Y���Y�	�AG���M�|�qSs<
Zz
;�߃X��0�*�߯n|}v�a"P�MƨC��yXq���w`VrQ٧G�u%Nq�S.��Š�L	�
QN�R�#��j�}�*��LU���D"�A�]���W�q�ՖT4�1C��¼J��c�ng/hQ7?-B=^
&!V6��%PI�F�|��8�1!�I��cmiP���
���������?��4٘$%���y�>�^<���p��#�x<����HaFL�a�_):���Sns�����z�J&(�
P�=�#eYE�
�zk�gϲl�a+�u��+�4L�BɫZ�Kޖ�m������miȶ}B9��"O�!Ɖ�g�K��\))��Z����ƼZ��8�����ٷ��=�\+5�]����nm`N��:�L���e��+H����=Ħ�
�u�U�Q[�DnFQ�]�A�|������HC�敚��������i�>�<��6�[9,���vV%(2o����
��8YU9�[�X�I���@��#іKK�L�,m�H$�o��"R�i%�Y|�.Z�.�xsXH��ILd�V�N��p�Հ۲*L,��GՓn�$�#��P�‚QL��6~ۚ2�թ�VT�\�/ʉ
@ͤ(��
u�Ԓ'�
3��6S:��`�(���*�Z.�lwB��k�4P�H%��T�h��|+�o�	��fO�@*�H��k��+�$�#{
/�IS���a���L�짅[N-u;L���aiMlIe4��L$2�m��c����f���m��2~]�d�,�XY^�
�C*a~��ѓ6V�-∵UM��l�F��1�׽2���6��.�LZd۱�*��,/��l�O��ILs��T�l��H�$�Yk��d��p	G2a�%�eX�m\d]c���ߞ�qAUk_iEe�z�'�d}��I�ߛS6Ȏ�[�!�H��	i�*�j	`o�]b�
��fUX¼�|�,�:�Ȼ������v�B9�E����*i���e�e�b�v5[���n�;o�f
uF��e���
���B�O.&b,%h+���@��1�tҔ��
�U
\1�@��(=�����e�w
v-�_�g�z�?����v.
\8��PGg��OK6��:�g������=_��`e����+����U��5�~�+K�WVF>_�K��W׿9��)���d�EuF��`]��E��1cU�����&�cƜ��/��[���^75lu��K�gW��[�O��}����eu��$j�boͭ^P����~FU|�榱+�޳S׮F=�L}�"�����OV/	�V�Ϯ��a|��vau�8�4���K�В�����3�V_��p�~q��Y-_�p�؊��f"�|��ʧ��,�N|��vJE��Kj��%�R&���y5�&ênL~��vum�?��������!2uEÌ
��s7_���p,��ܪ��Ԇ���u$N��><���W�DK뒵���pr��	�X�`��:��ҺEu����s��W�Y����Kׅ�h"i|��V+
�V6<����+맮��α�k>_���KjW7���ćj7�v�SL0�!�2��DVN@���Q���P���
UW�ʷ*���mm�p�X"Y�-)t��$n�o�Y�����r�F�>�
�仫��M�&�c�ia�A���a�7*������h�A��
7���;��2�qC��-p��_����y����O��#;߷_�PFi{t,�#3�E����G������^_���K==���pT�-�'�ix�MO���Ҽ�Xcl��*$�����	���:���>z�'˾[]�������_�_�dMØ�
��zZƊ$��V׿4�y
/o�~q͸���V><m��Gs7W$�����6���ᵅ�|T��T4QZ5�$��t¼M�ϩzqʆ{��x�ת�+��3�vBߢ�#EŁ�H|u�h�!��X�����_[�D&����z|3���k������V�ߛ�yں�w�TV4&����_7�>�]9�*���
c�T�^E
�L<<u��ǭ�{t���
F;0_�ycu�|}Z�U�Wp�w@��"�鵉��&TUF�?.�{v��gfm�fE��VN\����/�6�z��M��^[���ʗ���tu3�jtI}2��CVj�gfn||�uɉ�t��Kj������~2�vfE���	��Mew�F1ʩԃ�!�(4$�;ڙљ�edifA��W(�$�����D+_+2%����L4�eY���lmD����|�Av
�&T�1�z�o��p-�WӖ�6�I����,���T6�1�e	���0�&uL���eu�pP��)�gn���W۫4��G�V4x4�:�L��Ծ`��禮�!tdy���*��ci+h؀������{ϒ���ڰ�ί����/
ӧ��)A@�"��u�y�C���{�f�o�]�w@�`c��M��^xa��ʚߘ��:�g��!|��갼*~��z�߷��N"��_\�͑[U�E��rC���JK�#��"�����	~oY��4�7�c`^M8lX)cs�:mpɪ55o-��]T�]I��	PUӴ�&9�}p��q�P���$?�tx����=)�1������ٴ�%���������/	��Z�y���&XI,�z��q�=��xғ�h`!'DSV��^Cy>#���x�ECW�&\:�S谾��JjڱJ���dlh��4�w�@,���SV�|�#:P���cXK*�{u/^�]T+-	|�{I�w�6���l;\�?��J<�ɗ0#�P4�cD*%��4��g	�Q��$�hb�ث0�k%�$JV`T^�h
�䯌h�$�j�|>#_�t��J�A�[@ĝ�^
*i��\}���Eq]�j�^'�-w�:A����/����E+@�1��,\3�\^?qU�A�����5n�0~]Ӻ�����^��v���9G.���0��JӮ:�gi��3�I���°y\�<&Я]�
ϛ���W[�Y6
��e�7�_K��*ℐ�;��ּ�^�}!���������7�w+ڿsH��2�ӽ�:�1����tx�u
�bO���z�^����]
f�Z����u)<��f!Z]�d�'?���[\���qx��ž�����k����#����8�z���O�w����|��{k�EN�Q�˺Ǝ]�6�"a]�_�����xfV%�1��8xp��CГ�1T�г(�1��i0�ga��T4zz��
��k"{t�/������AO��uM�㻄^�U9�O�Â4A��8�o�д�S6DJ4z�.����1է�W��z�o0��-�?w~ճ�7ܭ�bJtm麦��=Hٽ�G��.A�%�.a���k_��y����t
7&:v(.C#bX:哜�Vz�p��#a�
 '�RyPf]�r�ZQP)e���&,淓�puVT5$����H]HM%��hJl&�V���yK�)����4�;�,����U��EI@i�D�M�
�[E7V�YKI���M��f��X�}��[��06#��"�!�t������1������|��9U�|���<B����(IZĒ,0J$3�FG)�d~�b�#�_?�'�nD#��U�#z�mG,�|{f��i��l_��F��f�>�A
�p�c��ޯ���
��_�RST8}x;����d2�JY�5{������ޚ��u�YH���e�D>�Vٱф"vZ���%��!��c5@ayrA����˪�$���9�8�1�$n*4a0�PfUvlD�FK��Q�C�a���Pw�}��r����}����z�ɥ�6BzK��?��N[P0����t~��q*>mi��n;�@B,�}���4�nNi��
ES�l�����	���;���!}K�o�ӯi5��<$H���h�S�N��r�7�|��\�F�^缁
d��PtZ�����D%�&Ȫ�|Q�b�.(LI�%��F��
�(����r�ȁ��*O)�0��J�)��#�(�ʤ�
~�
�=d�K�D�5��	�ʼ
K\,c�d�p�bd�7ߛ���'8\�Yw<\�p!�ρ@��a@�����_h�
١%Ʊk6��t�))�$��V,�xыD�H���S�#�T(Q��a[�K�4�b��
T;�X�:��me5P�q�p^Ȣd�BF�����\����\�Ev0G�O��Ҭʨ�H+�n�}��4�q����D����k")�92�H�QRmEdySX�9���,�w��"���DU�U�T��h)��Q!Z�e�ϧT����M�b���"��mD��qF�?�3���i�_L*ΨQ�F�(7THN}r�,�^�.��Y��k…��i��eUE���6r�]6W)ĭk�g+-�����@@�aT���+��Q���bv�۷�i���6�����)���7��:f�E�0
��[�̬�6��􄂚�ڄ�v��^��,��+�.��|2�@{��Hoia���E\�p���Հ9
��h��
�_cc-Uk���YF���t
��D%ڀ��h)fX�g����l2�L+�0��Tn)�G�,پni��J�I��,&e�"�;�
3�ņ�*��t����C�$]�J�p&cEEnn5�T*EvM�p�M����rI��eY���t�M=z�J����2����nU�@q{�c�mn
\^.g(/X��=�J.�"Tx3�Ӗb!�E��mZ�
�ɘ�ٷeQ}�D��R]�%e*�m1�E%Y
���̓O͙�?�'���T�t�@�,��te��֒�wB�P�.��k&�,\�p	�R���!'�K��R������,��f��#+�iE�
3�H$y
m�(d�����-��\J��b�$_@4a�t��l���(!��~��zM_�7��i�?�D	�W%�4B5�L�Rj;��w[Wt]U�U��%�?%�뀋��]��]�pa������[b�Oᆆ���4}?�kB���+-m�{��dҲLf�d:�F��7m���veݺw'@c�(��u�c���^Y�&��ĺ�1��<3�Og�y��>�$���jF*�٧�L�0���O���o���a�n���eee�X��ljl�k��<��瞱ϻ��a#F4�×^x~������w�̞��w?���kV�\��ǟ!�2>�
�����V}�	PYIEj�EW�x}�ޝ$#%�ģ��T�$�5I�.���w<5_�.vW�J0d�U
H��ݣ��DB�gG?��)����>l����,^T޾��2�X���#�ٷ��z��%�t�ڊ5U��Æ�((*�P\�*v��5����R�[���=7���8�S�BI�@�h$2��ӧN�F#֬��n���}�5��9r����:���?|Ҕ)�V��z<S'M1r/��+W,�W�x��'T�x�.Z8{�̅��566��q0-��Ш�i8���%W�X>�3e�/]��[b��6]�"�vr�i�Z�_*)A!㠮gd��ꢥp*U�Qr�…����Zd��`�
+֬���t��5\W�ӏ?,[4��S{��;������7_}�#�76.�?��麦1����ܱ�^#�f���%�'/��ݸ���3��?��x�����O4%H�
A�P���\?��pC�o���#�a����}�155����/��Ҫ��F�8匳"MQ�0tM��ے�-w����9|�;o��ҵ{�X4�i���0�^���yV]��.���Г�Ϝw�{	�UY99aAZP*KRH�����RbMԥ����ʡG���…�"�655�u`|�J�52͕��IHC"�����z}&L�H�j�Ʋ�5�u�bG�w@�>}

:�7^z�����9�IuU�ǟ�'��եD/������ћ�[�_�%�Hme�A)��Bl����pX����^yq��G�)o0�!�ҭ���#��?>���Q���|���Ǟpb4��D�7]r�G]خ�c�>֯_�/?��SNY�~},��y�cZ�?�����F�c��#O���dRB%�-y�R^�P��2�(��X��]�II��*F%B�d���.���>�����7
[
'��U
ZV"Ӏ�{�_�9��ɧ�M��Byy���h8����k�.���۵۴iӰ���%b�Hc�ȼ�9��b����
��u��v.+��V�4
�M���y>��XSSc]���F����s.���/>;���j�l��o���v?��?5J��Ꚛ�j#�<��#:w�����#�8x��J2۵Ni*�0)�p�
`�0:�v�8�O��E�bO���{ɤ�J	���2	�C��>��ʁu�OK�$-'9p
0
:��Q�:��j��\�p5`��K)�&�2�4�7��)3�i,�������Ht�<������#��C}Cx��M���z�)�G��i.��3.\]}����[
u�#���L$m���,)kw�-�U���t�]Ly�L�����;�j�D�1�a�K&��?�<A���
���@]}}c$�^}Í�D∣�a�������֠���e���:���I�
��x8��[J��V(|
@�B�`�5-h�PeEI>�%q8��+AJ��.b	�)a�y<��L�^����C����f8f�<~�.\8r��2`�D��AJ��p-�h�A$ܔ������(�u�UI������jk<�5�/Z;���X�I����
qK�o�
���ʣU��`���)��Jec-�#��FD6��L�#��F�
�I�����p\��2�'aZR#9�
5O���H"�U@	�l#�b��wN���!{���!�L��ݚ��S��������<g��}Bą;����yC���h�.n\5��&d\��C�5����%K���7C�-}�B�
O�;T����XJ��pI��#F�$�5ѷ�F=a`��v�|��&�̩^��c��-D�����B�ʪ�F��
�/VD��QxB�
����
.Z�necE��]tl���7Ŭ�A�.\��T*5w�\3���5�TX����4��]*I�H���H%�1�Yem�NI+���V%A����Z.4
D���n����+�$x��M_]2���L�6�����>}�M�C�a��:�4�U7�����	WGs�w/|f
2_���zj���#�6�~��!�Ѳ<��p�bl3o������b�45Mٌ���iu
hs/���x�q��
��:?�ߟ[��$��[��)d�\���B�"��Q͟e�R�Gʻ�G�g��k�Y�+���W�KK�ߢѳ��pš�C�������{h��+��yi(�?����_��Ԇ�4hF�|q�/�#g��BL	�}쵢:QS�h����{�������…k��D"��8�Q��q��QJ�-��8��C@�FB�O��Z]I��P��v	�N�D�t�c�B"V%-��(_�BOCS�*���%X��ۧcpުT,e��*�k��-b����5�8lJ4�p|ں
��ZZ�齊|T���<����4�…��&`�4����0*����[����
�!����h��0u�%I�(�B4�����թ9\��t�O�N��-
�^V��:ѩ0л�CR�K�k*Ǯn,/��y�����fMXH��R�0-�k�<�_+b���?�Y	�I5ϙ}���9Z�p����{=[��4d��d"޾}�`0(��Wލ�����0��d�1�@�{��T���
D�}�G�2�X��§���
����E���9�uv.˿cdɐ"8gϪG�X�����Q���5|q��X)��$�0�D�Ds�$bF]�<�g~^�����t����̯��U�]��_��m�.�~��j�����I�-���x<�D�.�u�C�մ�������-�P�O��������Y�
H�
r*Q^RMQ�R�K#��$�3?�l�B҅�x�X�6��&��)!���Kr~�w�0��CJ=D��:�x��~��zV�<B�7���#�B.ߧۧ������/�<�ҁ��x>�`��#���(�t���닋M�z�Ńس��=�O�f�p�)�+�M[���R-VSq�u�]t�M�c?~��-��-�<��.�Ÿ-Z�_�]�]�q=���9�J[��(�,Ɗ6����ZZ��bԴ,n�NO���oh�/��
�X_?�酨ig�u`���ޓ��vT��ڻ��z��z�q��Kx��yc�.{v�MI�A~�…�\��J��Y�7��ڿ��'�Mm\�i���֔ӂ5kְ<����4;v'�u��Y�~
�A�2qZ�P�m�%�F|����@i���E���c�zO�_�q����#�1�/���7�T�٪����S��'�z�Õ3>]�r��倫b��bØ@��p���5@�d���(���U���2�S
#���=-4�Qq�B�bբ�R?i%\���QN\�p�������V|;i���W\ty�5�.W�����~|�1�����
��&�Z��D$��ԍT�
�=<�o'�D��(���T�MX]��-y
��Ҩ�IWD%�H�����n���…�Db�qg�{����5���5b5k��y�@Ϟ=G���_���"ݾD���h�Á����b��?�4�YQF���-�X=���S1�ak�g�d��l���IK4�@�co�=54w��\�:@3E,
\�p�…�����F媅�-�ӿ}l�ڍ��;�2cZUa!ӥ��H��}��������},�B2|�V�(I�)���,
Ƞ�����#��4Bu�Z�Dr���n_%)�L���/7�d"e�AL�܃�-MkY��Q��w�G�##�@�Ɋ��ʁ�q�@5�5Jn��"e$�S��Q'��T�6N�r?
�4�23&h����f�Z�{��uK���
�ma�&wp��z�E"�V	��Ubf!��8T;���h��V�
�)ng5=gy��Z:,R��P���m����v�R�.��F�;����F3شEEE�-JS��,	Bg�����	!��Uȴ��)"A���f����a_���	X�hI�4
�N�	x��eu��he�߼K̓.��f�UW\MH!H��t(�
-+Ѷ�)�e�c[�IEҲ�Knݧ��=AEȶ���B?"�2���(���9�*�]�jE�U@lLa+��%���,�L"���v�fBD
6��V�A�)J2ز0J����;f���`��u]��xg2�,++<x�̙3(��r��.vQ
g7�O'����'���KSB	�0h�	P����
"/Ä(ϕ�X�;Z�%�.~>���BRP@2m��4��:�Jaԙ�Զd�
��d.8(��-���m�oS��q8�����
;�P�I��R���iBl��1
�0\�GT��C�/;��NEE�Y�,Gv�{[��E��l���ʁ}
���"ͤ��F"�`���`
��h�B��b�N����j���aAم
2���S�l�ȏ��eɢӋ.T��Y���*IѴ�*�PlIV�D�'}�
0d���#��A��:����C�t;U�U!���l�$9A|��ز,em�$4������xqS�)n�:�2J�݆��hS9�7��/���I����00�z}�h<���S�G(%���e��.J���$�����s*rhe�&���x��ʼnЕACb��B�2P��r��>�lz!*���:k��2��3OP���9��;ʐ��}X�ga������e=����|�I���z������o��yC8IX��HYM�
��Ѣb��@@�X,fY�T�4�G�<�/M<!�٠w�-}pΕ�Q'm?@�HsF!%��"H,ubP2T�
��6B������#�7�۞�C�Uu��
"�OA�����>��	&\��]�t�F���Q*>&b�}�����uvT�ʦ��I�v�n�\�A���Ű��u>�*�A9m>�Y�u�"޺[箅��9xo햐��	��4���ˏ>���C�۷/Ӄis�H��m���B����
5�άV��:�Tcz>�k�2a�J���<�.eZ��%����*3�	C*W9�Ub`Ίx�\��]vx�.�ٟ;�ŋ��~�d��n��+L�v������a��)+up�S�����X��8�}`���s	�H�.P�&?˶�����d����웹D	
C��)!��ZbAЪTb	�� ?�M۝s�`
���9�a�Nm�
�/C)�?�@k�Ȗ�xzY3�M��{i��z�Yv��WÐ����N���~�X�8�Z�|*˨��l?We�\V.�W�+
�1@���Sb.
�����Yo'���UG.F�G��u}ٲe,��0�)S�q��'�Lq�^8Aw����'&^�~
t�i)+y����q�G��M�����F��s)q�@N�R�H[L�TF�K��O
��HL�X������ঢ�������Ƞ�_Ȯ�!���N��]���kٴ�@)M�R�����%K��oN�4���@~J5#en�~���=�~=T�+�v����ۿ<<e��)3A8b���8���2�~=y�ˎ�AX>��I���b��0�N��P�Wp0�Z)
��
#��)��5]:��P�df����b����	خ�C�t�VUR����m;�,�0JPJG����X�7��/Pq����������cX,�
���$�$d{�h��~���u��_$�g�+y�o]�5�vR���*Q�=(�(�Е��	�ɳ^�pl�N��^|Z�v�m`�F����J�*�~�2���KJ��RI�CI:�bgߴk+��9�t�M�33P;9~GSf����V���x�d2�H���1�pJvZi����:9aFRV��Q
�B�l�S��O>��ס�G��J�K�LB*BzJ��k�oz�ُ��Dv2̞����^Y��l#��̘.�-�/]����h��nce�+É��ͦ�h�e��
�#��-UZn*��:I��1�;�(�@$8�k*{����)ڂqy[��9��y
�]29M��r�*=mڛ��Ër�0f�;Uauf�έ>e����(�b��~+���#
�3���u�֐��W@n�/"�[��U��t��jd��B�¸�z�+�D�h���塾�5�/�
8�+3�v=H�H�z\�-"%hBAGu%�{%qDcS䱗>�'R�{
ٙ�xE��{��c�խ�,_�~ڜE�a�=t@$�x=�:wh�o���Y�T��'%�@H��s�z�;�L�?��SW�ݡ����曅�Z�����:
�A �����d
�=���D�B�p8�H�o�H#�����&�=O����jn���2����e�-yG��ן6�z���?��LE
(�x���E�ۙ4�L2�
������~/����!]�r��˞'�L��@�n~�7�I��
��d��Vr@t�[Q� 
?����f!W�RM	ZH���%~_��MY��󏩕��C�3�����6,�t�<t��j�@��u�7x�^n�Q	8�J���X���ň�j�Y��u(�_>���q�2Sq�$�9�i��+��޷/)h"���?�y�@�_	�)%�6d)����
��]��U�Ŵ0���ua��e��*Pȋ�b��](PJ�
�?e��?����cU�����:��T�|�&��j�����j�(��;�U�������Tm��Uu[W.�K>g\�,��ȍ�y6ʖ������Z,&�<��0G��-44оZ��`+�ߘf_�vY;$<�M���_vE�K���[��KP�-�z�Kf�[�~S5"懆��=�
���6M��`٪��d����e�azw�y9���9�y��w�~���ץ�w�·�7�cy)��8��Y�6�����5��>{�AZ;���s,�TY�NK�
���A����ɳ7V֜{�bs�-�&Àlɀ	`&VdY��U�4'Z�,/j�Rv��:���
�~f�����\�2@���޺MV\���r06�zOk�p�7
s���{���J%:��S�g��!O�N��o?�.��E��3��h�s%�퇈o���R���H��v9���o���㧚���4L[��Uޟ���6u�`^^bŲ�˯)��OQ���H��ɶ���z�w׬�ԥcY��]�j�x�C�G��co��l�v\rޒ�=��ğ��t�X��7E�o}�Cm}�����v�y��1M����z����B��3�_O
�������{�-�x~E��!�{�N���O�9x@��^ߧGgb���}5����;U�.:�+�z��F���~(�˥���9����C�������oS"�VlH���6��O��,�!��)��$-Y@0���-��!RH�mE��������.d��\ݬX�`nφa��4�x"�7F
Ů��F2��g��s��bhl�Do���(������:�����g"�_F�X���@�'x�'��54��_��W��aO?���iѴ��|��3��}L�4�ד.���0����9�}���%�M���g����u�W��g���#�\u��Ķc�";���n���d��GNx��N��m!��+ο�s�����0�箩�����=��)'��nfZ��ӭذ�c>�ۃ��e�7�x�U�Jv	
4�o�_.or�+Q_G��T���W���I�ZHJ���.��7�>8���USϙ�U�;�93��O��c:l�nU�?M����R�����4X��Q/"�N��ba�iz�ư�K!�+�q��
�6�4�_��Dt�%e}I
���
��̃u��Ă9��Ѣ1Wid
�.Zq�c�^{�O�w��[���=�t?�ʻ�~��/;����Ю�w�d����8�z�W���o?�L��>h�\z�����g��Ec>���{���0d@�g��g^��Y�j��s���1�^t�y�uj��M�u�X~�ݏ#�8��l��b	fhT�j
��5�DS�EB\��y5�/|Jۅ
����6b#5$$�K�yE�3�A/-5�~�C���,��NO9'�VSgl�>�z;D��7�¹���(u�B���o9Y?��	Py���&��&TO[*��ȨaH��4Mƾ^�ײ,���Ū���v�L2rIPv��(_�@d���X]9��	{u;�a�Ik^�a��_G�����'�N{vҬp���kߧ�G�E�n��x̛��G��:�_|?%����H8�Ù��	3�.��O�{g_���?�~�=O̞�,��6+�

��B���]IQa~�ڍU���T��m{���/8���?��+�����HQn�lO��
�A5X'h:&w��'�(?8�h�����D{�J��i\��Ȱ���1Y,=�����?n�w,	�xԷ9��B8ɴ5D(3#ڊ������/���K/��i`4<k��D�Qy1}�YB�����\S��/kYy��Ίa?
�]�̏�>?��_~��>�n�
=��{8�$yy���ǷR��ߺXF����TXY��O$"�Ҳ�B���"BH4g�Y�&�F�4��f��΢�$��V��ߧ[*e�v<��D�ؖ���:v�s��D��BF�r��h�b���-�{����-�`��MqK�zng��T��mำ�{�P�f�k�B��'�?n���g�4h���M7������Ъ�ʪJQ�������$ۋ���D�R�.�d���Ik����qſ�,�n��@@�%�+u:���ű��I̘�?�h�[hΕ�u�\޵c٣�{g�'s��{̼�����=u]7�����
�{�ɔ��ػkǺ��Y��ޥ�M��0K1W�pS�����j9B9�(�!���iW�殌6�)b"dܨّ	C�����7��b)�(�K��.r��a�*�*�OM�����!��i+�=rw�pηS>�_��w@�~p����|Dm�\UU5n�8�5��9s�|��g�}v"����PA4NX<�
�ӹFe�@���Q<��z|��.�%1�?x�w��OɂBbY����O���g�L��۫��=չc9KaA쨬���M�������Xv���<��ܿ�����������+��G�X<A��x��C��׷����w�N,N������3c�3���.?�����i��`��
g�)f�!�IS�Wb�r��Fu�����(k�<ܚ=`�������%�/o;l��b�F����Ω1�Ĩ�+j�S�Չ�rf&��!���֚
l�l�9��9�:�l��:kQ(U(���P�m|�ڷ~���~؞Z�


��ͫ���9sf*��;w�y睗N�A����[�\�	r�g;��u���e�@�raI�/�4n�w��=���_����ң��k#o�N��19n\t�=�'�$���,��{�ҿwA~�>��g?~�Ӵ�n��G�~�}W���ag��؃�9��}�麶����ɳ?�a
ZֻO�{�Ù�����g�#��א�lO�靳�-e{ɳ,���3�}ە���/:�'
1�K�/�iY��H*��`ޜr;/.��.����Ϲ��=�XrJ��o���i��o����J#Q�ڦH�Z��mQ_�A#w�]�7�,(%����MZy�-�v�J7��i���|0�T
Id䰸dZ�7\��ȁ��?�9���M��]���9
W���c=�d���t���-�J&�^�7��Sl��ڳ"
�Ep��H�v�Yk�zn��CЫ��_����O�H2��8���|���q��'��D	�I-\X���.��0SX�-Y�n�̅5u
>��{����IGH�`>��=��XX�so~ޔ��>_����?�Og߹C;���rΉG����O��e�RX>���ꀑCx�ѡ���+����smC�5��
�p�A�;��O<栒�f�f+���So�ç�Nzv�g�h�2-��۱}����%g����f/XZ�aXd��"�92ٳ,@Jy���Ƞp���M�Uy�Rv�39����$�I\�jp��VېAn�TWw<;�U���ͽ8������w�t�T����|��i�i�޽Ӥ����&�}��
k{���?-#�A��ڐ�EG��p�#����~��o��blj�4�n�i&�y'x�9�7�ҳ�1��|ހ⟬i��ӎa�Κڰi�ELY�I60��D[���TO&V\�r�)&�p�'��(�ѥ�G���۟�����5�S�fcz��#e�L3f�Y$�ۯ�@�A}���x\\��ꊝi�lE�hsƳ24�\m��dw�����]J�I0=�IJ�P����!���9s�0��@�l;О�qwǻ
m?en'�����9�h�Uy��R�[�9ǔ>jHҎ���>����v8f@-Y�0FøU�|ܮu"!
�$Հ�7�x5ڣSqʴw*��^�
�H��6�S��G����ڼ�lh���?�qbD׷�Լ��;;���ց�.;�x<z��%���6c_
Y��%�n0F{��D�˿�r�ڽ�Qp0H�\R�Q^&���Q||};��8�-j('�S��
"`����G����'U�n[����'U88�a�1U�!�W@j��\�Ԋʃ�HD։�ۀh�\��9aH���
�!��.�6<%$Ҙ8����9�4[�9|��g��Q�FF��{/��ih�#G��O\�l���Z��=l%Օ���<���D�}�D�<�Ŷi@`7	pR��S�������f^�nF��^���.�[�	
N&����wݺ��`�R*4����ێۣ�)����)���S�<�	!�+�4++��{Y����o���1\�ڡr2�8C.J5}ny��
�ɠ��������҆���A:w>	��y��	8'�t++5��.L�d���G�
i0�P(�8��H�%���v#ϧ?��7��ab��D�JÅ��W��&�z�^����D�H	
���o�%$x�쁅R[�G��R}<QT���6��s�
+����n8r�*�u��3�:�HPIh��8���`�Ps�,"`�V�EB�"A5���
I��$Φ�B�o�,��L��1d\P�D��@Tc:l࿨�M෰,1C��(��!7�H0%�'��u��(��ǰwY��={���������%��I3�ey�~B�����zA��L��؈���]��]�LEc��m�;b�;U/;;O�P�v�:w=��!ԯ��A�)q1�L��w7�ofSB��r��H�v�!`��FW��\cˤ�F�\Y遦����%�W�Q�X3w��5��|��I�-����2l�S�Ի=�v��.$[�,M\���	EDy~Ȱ�zH�Z�8)�h�����_�@�HhZ�T~]���9�s�{��P�̝��H4	�ʤ�S-�m�-l�m��.
;��X,ƿ�ӾN���K�ڕ��_��g���~�s���z�,1*�唠E@��@�7l�E�y=�=@(�>�.��BM)�V�"P�%���2":���pN�!۴�\{[�0
C"ڪ�!M/V]����,Z��iI(/�ˀ�f����֢�C�.�&�mua���Uɛ�D�����Y�+�;K�*��c�}.���e�ɕ�u]�޽;�^5{�[�����:�5l����)����C����-�?˹���
a
�7��Ez&�3��,v�e)��|7831d���s�=�a�T��S.���ep����tq���{�H�+}��W��C�V�2�k�l��pb;La>ffff��a��±Cwـ�Y3�z�0���z����Կ��(�vW�{��X����ii��G��L�yN,�
�(H�f0�˘��vo�6d��c
��֗_~9��:1d�p�Z��<>|�k�>�����%��57;��V�7I��ϱ6f�V�###��_o���O@!l+��^s���q��Ɲ�a��,
�=}2!��.�պ�W�,ĂE�U��o��>�7ѭ�L�"[k���7;��m�b����`R~4fΙ�5��g���e��ۈo�'���8h��W*ǎ�����G�����á|~u
�v\��?�]��L��W�N��$��*��?v�O|�a���s%�y�������->�+�=�Y�~"���&�n3߫�/^��������B?�sH~����瑽"�����zs�[�$b>�IT��_�H��8a�a�����A�!PW��_+�T$�,@��ND��	ͅ�9�V
�����
�5d�s�|�[Q=��<<П�G�5Y08ܐ������b����\�5�y����;v�ͥU���9�"N3s��c�A��l6�\��n���������r��V�Y�ҳ0�Qo��2G��@,@)j���9��S<ˡB��L_�:dHׇ�+�Oq��
����E�W@qc���_չt�}���@\��0)�U��n�+"��B$�n�?�3k�1J
�FJiDtL",˰֦i����,��1��Q.��gB񽻅Z�ؗ�c?��^�7~D�l9��9�&r��a,������#E�8x�[o�U)�zV��8��|���O$MՋ^�5��_����N/���sZkk@N^�jA�N�Y�yGD�q?]�F�2�����h���R
X�xX��ťM�;&�B�%�ҷ�3X��[F��C��o"��8�i.�y�З�sn#H�"�w��h����
!9�%ϯZk�3M��ۛ�u�a��m�$I�i232K�&��2�XkD�U�^Knj��ߐM{��uMp��
?�?�Ad๹9�w�J~�34��aM���y�[K��w��Vp�r8z衬Wq����Vý���b�<Śo�z��w�X�g=j�G?4�(
�1
ټ��G=���F)s�˲\c�h�ٚ�|�u�
��$W9�?o>����0�_���k�vW�י���aa.�"E��r�T뀈<Ѻ�r�_��ο�a���ݩ�	D��XD��Ucl�r��!��ABTʓ."z=�M��w���&��{��>������:��nM��&�9�Y�H��&��?~���ۻw���̗�(ٽ���J�r�7FQt�%�Ag8�L�X@��Y����L�;o9����#�Ǡ��M�'c?)bWS�iK�3k}4Q�q���${p�)~Х|w��x�x�$+���f���^��a�;Ԗ�m��7x�Y�;�ݿ���r��P�W��(�>B.)���2t�:���3�+>q?��1&;&��d�s��u�����l�?sQ�r�!I-���D���LΏ-���{6Ixk5�J�>�Z���1%�Xr�f�Q��,�\��յ\'��
�O�9�l��o��Sc@��3�'.��>���Z�nȒ���⊬��ѣG�f��ff}vcq��w���#�ޛ��^��ʇ3�@�6��m|ӥr�Cq��I
�u.�='�5jK9U�N��YK�����˰

���u�U�BA�7�وM�\�"���ؔS�Zc�]
X)D̉������afs.�5DQ��D�kD$�tL���k��Ũ��i�23���F4��lUv�<T�v��M��
����"l+<k�|~�ӧ��z�����t�0�"`X%��>��Ns6VF���w��������]t��?����ݹsg���Ozғ�9��W�:��3����k'''�]g:��#�������g��1�b�=����
x�擒��ߥEFĩ^
�B�R�(m��^n��|#�ՙW�%#��͋$w�A��
��[�KoԵ-��
�&�J+tY*9��́��Or܀�Z����Z��.��n)t�8;,��R+mb��QDA����k6�Fq�i��%&M	!	Ѻ��F��J��[��N�ߠ�Ǚ��P
��b�J��Lri��q'���:$
��9�Ї>�Q�|f��ٳGk}�����=t�PƸY��]�ve��g>�l�{Qv�ߟ
�
��<x�^��q�3�qj:��;������t*�E��V����"=��#EI��S��
�.?�S��
�V����A�g�F�Y(!��OΗ<�.� bN|(,�
ls;3
�`h��i/C�"f���1b�D)��4���8ak\�l�e^�MS��(6��E�X[5�S�4�Kg���
���xݽ��Ek��?�lk�����s���[0���M��v�j?_r=�lK�,�{��7g��5�\�g	YW]uUf�f^范k9����ef�2�8��L�"�f�������uA��4��7?4�C
�H��38��U��?��rd�����֙ӂ"��
V�ȱw{,rp߲��D�jSDXL]k����օ��}��W��KDܜCs0��YndqeH"�+s�+2HD��T@*�
�Ě#I�TUҊ���M���b�Vu��(\��F�nRNR3��T
�B�K����9
�(�J���	9߶�(�2�1ƋpE�2�M
�8N2��h@��Ơ{GK_�%�hAX��n��W���]7�z]�����E��Zz�^
���a?�mP�s�
�ۊ��;?y��
An�܀,�Y~�\,��ۉ,����<Ǎ��,�T�է?�����2��[Ù�.�u�]K7mBD�-�!���w,�}��u��@\�H�Gn�b���%����
H��+!X�[�1�l0G�Gn���
(���FA_�^(+RDZ,�HB�	�XF��0C�J+d:�
:�d��R����`٤i�����˄��M`�F�Z�h.6��(-AZ��Z>��y�unAGQ�.L�N6�d06O�B�/���I�n��E?U�%2�39����H��Ӷ,���i�
D��?X��OZ�ۉx�N�7��
=%��$�U�����"H�1��@$D�4x
�o���γ"a�A��̗
8x3���\"꓃{۩[-�]�
صJ���S��IW�UBb���4���㣕j��0?=s¢T�;+�Iܜ��hUm���T���zυ!@jڭVb�
��
�*���kSf&�8�c�&V��:���+�0�˦�*�,s�������o�M��DtF0"�|6}��iD�\�8�'z�(����b�A4chpi�l�0�����ѳ�9�~)���G7n9r?4+�}���_��K�(��L�˼����*�Z>GqҔ�f:��cw�*�-HNn�
6�H�#LOɡ��g�)Y�ߞ.=K?ZH�Ve�fSX��	z�>fDr���|�+_4������Gf}�%ϸ�r&{�
��㶇:�ַ��λ�t����}�go��?��aU�4�J��;���"��v�2��@!Zc�����b�;>�F�s(�26Ƥf�i�0��P��G@ˉY1��3�"lpO�l����9�_D�UI���K��F����?<2���Ϭ�b�on]��4�U��lO4e��,ʋ�p�eQ8��/��G��m
���|Ѿ�W<�-E
@Nbe��br~c�ݬ׸�	�1-��θ��,/�o�6A<��ɦ��k8�!��oȶw��8�9)"@��lP����^�Zu�4M��^}�G�x���}��u_��:9�O]�W<���W����S���7���_���>���&&
���$6V�[N���
5�z�"L��Cw���B��ۿ�'n���p#�U��`��c7c������j�۩M�4��,���tw�77�ݿ��F%׽k��^�~tIKO�B1��f���+��$�	�W,`Nd�i�x�_w�����q��w���=\�����E���KEQ���.H��?���)��HR����fI)�
D$

b��h��V,a�3#�����OZb�6|e������t	�ǔ�֙b�����r0s��
3c|�^jT�;�k�c|ǨpڨW�{�ͬX0�v%ԵZ���$��uM�d�
C"a����
?���E��86��F�R�T�@�&�t:i��2
ɡ�v
D&7��0T�Zi��V(��D���t	C�;O��)���!��CHL�μ�d�CY�P8�Y�-�a"��v'�P��%'	w�w����q�q����ᢤ-n������L�>�#��P�1
B�(�4ZibW=�Id��군���9�E��=�C���+�������0O�hONLĪ�v���v��z�D!2"õ��#����ՉS;�1P�{�y��:�#�*���ъT^<���P�r�"��bkyu&2���5l#��k�s��_�<r�����ݻG�:���>q�[q���,���1�Bܭ�>�H$ݠ-v�o�?r)�L>�`-�����
:gǦ>�7��n�x��7������Ļ#�tSo�ȸe���'^{ꥸ��e0�!��KDZ��
�\N%��\;R����"�jC�ծ���_���=�2<�p�x��k�~��~ӥ���=���O�H�2��^��'<>����}�۾��1T�O~�׿�?����Ӛ��^x�S�Z�7����}�W?��O1�����>�(Rq���\�;WaLJ�z�G"vqa����L
�
B_a��ɶ^̶���Ǡ�Z0�j����ڼ3�t	qq.��y�	�1�$�Ώ��+��5��K����@\hmMYQ3��T\9�̩����U(�7�"t{@���ғ��'c�ՒX>��?থK|ϸ�d
���ԥ��u�����.G�5���Cؽ��@k���֤���ql�c��8�[��j����y��rh�����01�0�gy��W�X��]��~�[���B��zٵ����}�ӇkU�+^t��n�뮇����$��oꕷ��/���WϷ�,y�Տ�[H>��[)Oyfk�(*��ZHEԨ��ڥ�a���e���`�Tն�.��7P���]��]�gS�u�����_��e���C`�8F
ᕩ�C�����?}�����5;�gP�y�C��T�E_�HSX@�k�
"9�t��ޖ-Dn��Z j
lW>-h}�#��/��wa��@)��on+��!R�6�X�w���`�]llb�cǖ	xt���pel������^��Fcxlt�����{h>~���~��w����<�g�O�ܯ\x�o~�k���g�����o��7~�?�CA*4���AW#u����;����~��O{�Go�����ӯ�$Y�Ԃڔ�Hg�Z&Cۢ!
�3���'�.�Vv��٣_��(,�b�S��;�쭒�5rN�`��9�yʎj�֩b��_K�/օw㊰�{|�uE���ǥo��z�q�r
ESfӺ�������W��)�k/����Su��r��[��;�9c�"(���M@����J����S�L�N;�G�ꍥ���s�4�|���#?���(��v�y�C���~������M7ݺ�l5���3�M��`��P�
W��P
7���Vj@Q�Ӯ��+��R�("D/�夣r5�`9f��t�I
# �FJR�Z�oѷ�	xC��
n�l���*�?��s�͎�ԭ�
�t�Q����D��3���Ϗ>�
���Y��.1�P	.Dž��N��>��O���Z���h���9Ny�W�����,�8�R9|{AǾN�@���@�d��N��c#�ݻs���QL;F�����2ܓꨒ�?��֪V	��[����W^q���x�D՝�vZrv
���B�)"��f�o��+.������~�/{[P����caW�6�֚y��9"VkUː�4�S��
+����
�_
/!�O���{u&F�~.�\Wԭ,�L��
��DENV
�/;4�soٵ�lƘ��U��}�;��E`��ح�k�n�����|���W��1��1�`�b(��0x˸\j.%��g��
��5\`���9J�Zy_ި�X.ƍ*�4M�ff�v����;'&�j���{Fw�N��fȤ���U�+_y��;?z�C>��VX\kB�+*M�RP�Fo��]���ᵯH��g~eht�Ȯ���R�Zq5
�=�]�sJ9��fU��^�Xc�w������N,d�2�8���a.)-^��R�z&�Fڸ~�jYH�b���

9<��8�ه�{���?����)9��
�dP�Y!�������"���c_�C�^�3XN3=1�k�q��0��	i.�����7�*�qG)�:hr�������~O�7��՝N��4gkT�X˘��I��kr;>��s_��U���?��_y�����~�'��2aFQ8;7����Y\$D��Q;��B��I����~y��K
9`���nW�s�i�ò^�
�ZA�U�H>U�lV�ʎ��ű��;˪��5��}��1�t�V�7Q��qh���׮�\�ҩ6�{�V��!H7�"xۗh������
�Ű�V��W������?��e�暡6�I��b�P-��ih��)�.[�������_�pj
I��ro82p�IH���l��5_�����_��k���Ͽ�e���5�Zj�@���8��ߌ1�5��N���0���
�q�^w߱nf��y��@��\��T6f�m-�!rp�~�X�~�W�%@`Y9}U��Y�N��;�W��"Rf_oP��
��c���_Q�?,"�(��O7)���$9���Xa��
�HW�E���IFĨRɶ
c_��H�Rs���.:��+/-.u���}�c�Ԣhr*f"r�Ĩ�Y+eT���˜;�)P���
�[+[��)Q����?��;^�%���ڻ���]uE����XD�5�u��‚
�4��Xyx�8�d�Z�2[B̟VS���
�>��.G���./ٸis(��NkQ"q���퍖^>aY�CAěW~/"v�*��`5P��ŝ�@��(ɇ�NV'���S���E��J9\����I+g��z��A���IS�h�LL�U�;x�]�k��a%XXl_p�r<6q"IS��[blbbxֳ�tɥ��풕�$]�UG�4iK�j�
aDҺ��8v_F�׾����;`ai
�V�D9����lT��q���ֺ�Ф@�ZK��j-I�V�}Hmoقܢ���U7�ZXk�$��a���Yxz�dqD��u�Yt�����.�������x��f�wY|Ȁt8��ޚ���!��yvp�v�m�M�$�y7���j�z�Z���X��X�37۩{�N��3��8s�T�R��Ju��{z����?�c3�Eh
e��/|��+.z�;��~����E�iT��CAT�����5�y�/��@*����D�t:ZkDaDakm1�mL
�θ�P�ד$1i�:�>,��O��f*R�0�-1G�Z���
��Gk���ć�~����H�J�"��꒲U•5%�/O�@um�(�`�n�7�fJ�F��-����֕R�՜(j�/r�ǽ��~YfFaDa�uG��.x���1�m��je�D'I,H�s���y��ju���]{�����0:�6����ۻ����|�{��s_�p��ԦqZ{ǻ�y)��|�O|���ۇG��?x���W^h;q;(���ւ�G>���}���s���
���37|����>6�$F)�b���)�H"_j�a�&
��_XDNQ����
��Xr����
�P�`�̲}�_D�A+�s�-~�X�粂��I(T���R��p�AX�]C��8l��@<�4�q[E��gGʠ��t:��x�E<+�����9�[M����?}�d����ݻc1��g:�Q��6_|�=��_���Ȩ���ÿJMZ�Ug���(	�}�H%945���S�z}�
�VH韽�oj�>��52v�?|���i
�C;p'"HDE2SJ+e�4�.hg��#�T;ڭ�a&՟`˦���)gl]�c뿋��n��3���Bb�7�[�����W�ۛ��!�-�u�±tB�u>;��B�%^M�"�4g��#Ϲ�YJ�O"�*�EV�X��s����K�ى���٬]&�z=S�����%t�-�D�V�jc$˂�H2>�sg���֝�$�;v
7��6;qG����֑��ZKZ�
�Z�
��Pm<�m�N�E"Xo�KJ�Xumx���9���$�zmd�k��-����
�@j�jc׶�M�a�q��m���3��
��&�x�|��Ŀ}d�W>ql6�L��$������cU}*��K����C��-�Lk�5H�nWIs�Map@��e���<�L��8��
l�p�9D�(�DڨB�

���$$V�rđ��1wZ9���J�db�U�"`�2D��4�y���z��j�4�:
R����,d�Q"��l�S�K3�I���x�m'�:F@�����6�J!��iP�L^̌T��U�X�Vul���$�(@-�N�
!6�N�3k�l�֙Du�4)��yY��;�$�D��l!X�7���4���W�Y'+
�ʼn������`S�??y���/=���xRv2X��	��-Hr�Xn����gA�T8,
k&��r��0��!�+F[1�U��%�
j�����F�W
���>���
u��ТPO�Z���z�Dc׎�饉#;Ts$�DZ@�C���6c`Ӱ�:�6bbBZH;�f���1c�1���#�#��q]1��]4�)��(�z��4��
BH�:J�###�&�VB�"K̼��V��V�2�8I"Q"���LH(,���I+U
S�l)�N�I�-d�4_(LD����%em��TjM���ƌ��
� �:P �@D�
[�@�R�:�J;Y�ʋ�XE��QQ�,�H��
��%�ѻ)V^���[Yz���1�{]�����(@("��n�T�Z��8yXx�
��O
a؊u��n�j��\Qo��^����BB�R�+��>;��ҥ�r�
D�
nmIS��g\_��a��"m;G{o��\��h������w���cš	�:��UԊ�U�8��Ii������p��A��W7�_��G���0$N@<@�0"�YL��
H@
��˔gY�ac��
|���<D@HHDi��+%r��N�s��ܥP%I�h��
Ib�!��U��Z�Ԑ�E��w�TP��,e�kD�Z$��tL'��ND߆�O	9B:MAN���Z+���v��{���$eBc9�P���
UDb�|�G��u�ׂ���1X֮�7ł�y|
R1�׏8�Ԟɛڧ9+�yc�;&|�3��W�M���2�v�<�^����FTն]o_���t�ζ;SB=
ZS�5O{��0u7C�Ɲˆf��	�_�䒁JP`_Gz�A!���@�E؈!�";:�u��^�kz�L=�5�a-;����zR���s%i�"ޝN�c
R�@�E�H�KE��DQA^�l�	��^�-.6�3(W�i$�U�yyD���B,�0���:DvT5�,t��z�Lm'f��A�|
��;<
�����Npu���>#.�������t1	��.�;�"�����z]8�gLfY�j;�Ȭ�`w"��:�j�cs(�R�M3�)��P�H<>|�-Go�x,'w_{Y��K�džUҞ9o�
�i5=tUK�?{�莝Ar�-�N�aB
^޲J���8��T��}�E��TZ���Q��бc�ۣnrmW7��fWu��<ma��H��
�(c�*Dr�k�H)2ƺ���U`d��h"������/�A�q��i���~Ț�>�Rx�A�d!�]�c������7?e��=7�4���d��C��fzp(��L��[�m�#|�*��땙���>,+ti`���+Hw��ޒ��D-���=Vѷ@��!m�-�����J�řҸW=�Gqyy��o]�B�:����#�$I����K[���F��Iw_����G'&���־���4^�����c��5;W�x�&�X�f
[:Z�D�H�IKih7��v���F�p���3�ULt����c��}�%g�*�-�+;SXiI�s3�2<2&Z�u���V�T����d,a�(��IHW�8�Uj
��"�V�ԍ��n�ݠ���yz�*�|��ώR�����W�������[�V�VI�FB9��vT.��2���Q�sW��J�rh8�X2w��)�E;��7��G&,�I�@��׼Wp��e�fe�1[@�Q��7��]օ�~s��ngd�V���$�z�fyr[�

F�����:��=��Vԋ�U�y
c�MJǥ]{L2�—~�N�����bj:�F��@%���X;
A���}�̖��/.�>��Oy������'>�٠>�9��#`c��tϕ$�{^�)9�����Zk�Z̠ł��sox��������fSEu`���X�Vk6��P�;	���_���W�����W��M����go�V����;WB��2����Ssܖ�̺�ɶ�ZH2;�y�}���ӗ_��q���?v��o���'��S�{`��
$;(a:	��͞���(>�3�K�v���r�I�Wu6�><,�6�[��ԥ���`���-��q&�R)�!04��險ڋ�sYT�$�T4���]S�T/�[�����f��}
fN��}v�gn=v`$z�!]��R��(�R�#wҟ�q�@5J�%5�[\KA����JA�=�e�_����}��}�c���~\���o8T�>g�Â�ܷ-�x���L���H�Z*�s�c%�L@0]j�=�Oxܕ���}bZa(P>$�p�*��2#xiX�����.�?Z�#�c_�������U���Rغ`Hw��N�k~������j�'�_6^��D�0Tln�j���=ש�Ǘ:�����QY�<S�cd�.�+�SL[�.��+n��y��ϵ,?�K��o୨^�Q��u[D��3}�n��Ed�����p��ow/�K׾�f�fa�������l����&���8�C�R��}�ۦ�z����o{ҍ���i�フ�L/c�Q�xv�-"�	,�y���&�]#c
ISFw�A3�b#	*� @`��p���!3XAdˊ���S
`T�$L��2��8��
���E�]
���6���0�00Pq��㸩��B�
�5"�P
�֊�!1c�`h�U���#D�����8f���Z��߼��o|�?~+
��X�}L7�^JU��)C�
p����Ǐ�?�c��s��t�\0��9��#R͔���饄���)�𤽵[�ڧ�d�!xk���po��
U0�P���ޫ����I9�"2�:���V�����C4+2�Rk8	���s:=~�}7ޫ��''��t߳��t!
���w����~����-c��o{\KqKQ0e�{8��Q0Ij.���q�T�cD+�Ji���Db8M�����RX#���Y�H����H����~�i*`S*AB����
�8&�+��ذ!B�@Ji��,ffk:�e��ߵKDbc�8$BDKiD���+�y�Cc,��HőRQ��L15i,��2�j��T{��7F!�s��x1�ۓ�	g���X2J�ґ��a�c�!<���3�S�4�6�8�Z����]��d$���([�,tC"O��{0,Ks�t7発�mw��ؓ�O-��=�;>;bxΧ�!
!dn֎�׏6�	���事�DmO�UCMN��~�}�_��2����+.�nA�	z��%66f�Ji׌��a6�M�
4Q�ٚ�㥡Fc�1R�64J��l�f�:�V�#�LF���̷��Z�؎���0
�i��n��-�Z�t�Y��ÍZ�5;3==4����81ss����J��(�cN;Í���P�y�z�e����	
(�X��"�vg�9߬ף��PXЦ���iΙŅJ�v��J;���P7�5�ȖR
�_�h���@�NHw�T>�5?�N�:v��u�w�N�o�K�H$"�=���ga�ʭ�ݪ%�@x>u�'e�Y�W>��1�h%6
}�����4`jl�ʗ�w���貙�=��]Kѯ����F�c����i:5�[.�k�Qga����Χvt����(Zi��V�n�
��ϸ���sW_�������?��:>�#�Vu���%ˌ��v�����cff����8̉�9gf�Z�Z����Y���#��ۃ�L��MWW�w����JF�4��+����K�m4��H,)��ɧ[GT��w�E'�|���c,!�0�ɺ�ׯ�1c�3f��ÎUE���75�.\���.���B"䢵-=o�����u�O8���꣧N�m��͛���k/Ϛ�s�\�(�1_���qȤ3�<�#O&��42Pm��/{��Gjj�<�?��l����*����=��&��@�Ϙ\*+�w7�]�rh���w���C4`��%�=��2}ԭ�taM1Ȱ$���
H�
@׀�t9��aO�5
�a�C����G]�mH"귯w_���}�%�6)�%.�w�����W���3�H�.�Y�~�I���q[�/0��|��#�v:��y�~y㘦J6�v{3!7�>���y~�ig��7��i�"P��)�)�{'�y�з���tGeq�|��+�khk�={��'^L�;�T�8r�c.��]w��O���ޗw��`N6}�5��s�����ylzC]��y�x�������7��j�U_��o�.[���Vt�!��=���_����O�����=e��k����S���Wo���Α���s5�kmӪ,/9�쓾��;�?�/~�W�i%5i�='1�����՚�͝�x����mZ�D"<v��.<���x���4�
F�.�=�(�b��o�����dZ��R�d��\�J�D�{j�nӟ�1��&�pAC�#���w��IE�?�t������`�X6���?��t`˺��E����zKu0���ݍ���OA�
��%�U>��PV��HHȈi3�F�{niQ2�N*�t̮V����^��#��-�V��m�H����
�~z��K�G'�c&�b�	M�\�(�
��I�5u���RH��T(d����=�����ӿ��}
M-J����S䕖��i��MWT��vח�v;z�5_�ܴ�k���+�ys�ń@�H�������>�_������|pZ.Ӧ:Atק�����r�΁�_�~�}y�_�ћg,X2���շV��X���Cw�����՗o��wkƀH��i����>���x��?��T�87LS���#5�g?�c��=�_I9�Ѡ��P}J��-�`�����z��4����;]�S�^
��Q��/C��I)�"d��d	(�)��h`4^/��&�n@d�(8!/�dz��@����Y	T��i�Ҵ(���✒�bk&N4�tV���F�\S/�G�i�ڟ>�����?Y��ج�K�ʓ�f�L�;K���l�!;�)Sf<)ނ!�Oo���D�I)���\ra'�>��s����M8*���ސ�2&1-H�l&��}'2n���s�:zΜU���������Ɣc
'#b1GKB���2�=��?�Ҵ���o~�0�ҿ�{���JGs3�D�E�_�|�SO�x�ox����jJU�����qB�t6��#O^{�Eg�r���{�lG۩'N�d�W�/��j����j!	��*�)��x�]�5��K/�|�@��=�����}?��!����u�o7c��C��CL�^e�؆��f"d�D�
���}��7����f���A?����`1�9�}[#d��oP���#���Y�s�էl{�Aӟ9�P!:xш�)wk��um$=fT��g�w�_���]ce�U�����WB���b"fh��y.q*D<1��&��{';���x�X�O��x�Mg</�y�4b���y�N>f򡹴��?�zm}{�؉)��I��sZ�eF�ʫ�/X�qG��S����=/�sm;
hK�$���E�q�Uª|�F��A��"i�Q_:��
�
a��Z�����g#��D��3��L��83�P,N��_s�E�M�Ӥ@�O�s���O_]��偌���@��*�L�B�G@6{K�פ�@}�4h���T���3+½���ա��ғ_�^���Q��iPl@�f����~�Az�H��g���}ΰ�Ȏ���4�ҜY��=ٔ/���<�6Wv��W�P~��ͮ�J��x^�t���}��^�y��}�ͻ�q딼d~�LͲ�*R����X��PK�8@��Z0W�!`�9
8���O^�Ӓ�;)�lGd�<`B!לes���좘	���"�P�	�Q0
@ƀLÖ��v�*��H4�\���h�E�4p�0hf���LL9פ���d(e�Lb\!���G��GMBHIy��&ӎ��7�?ĸ�Z�*�"G1�k�~�]�<�{'����w;E�I�޽����+\�50�@P�*e�<@a��Cpqn�R����#�D
4
c�m���b]�>�g��F�k�K���\�~���ϗ@��B1��qY�o�77bG2��L%--�D4�`�����6�fɇFVMM��rVo������D~���N9�<�q�‡�)�&���['"�����(���H�		���f��\II	�4A�,L�P�r�Ҳ�B��F�B�MhЌ)&����I��e�M
�vl��U+z�&D8��"'�qb�9���**JF�QW�����0�
�Zh�9#&������=�5�"�l��w%��f
k[`��Q��ǵd�B�L�P���
#�y��}4�V��k�a	FQ

��kJf��D��_׉KN���&��$
����Xy!��^@
rh�|
�@��@��&u���(,,3h:깟z�Ͻm��C41)D������'��$�V��)�Gp��ZrdH��xb�dg���f8;������l�Y;/[l�e�fd�CU�\�mɉ∑4ͨ9�ns[����q
�U��s�>AjX���vWۭ��;o]�ng���Xg�&�`S���o=�w�a����ްmٺ
�}�
�]���/$�H�o�$
"�jm���ۋ�Ư�y��=%C���gjA"G�L)P
$�Ƞˎ�5�Q#��#��k/�Ї�y�uW.��t݆�e�#��I!`�Y����3}۴����M��x�3#���<ܒU�X�~���Z�
���(���;�m�$\�HyY_RJ�*aq胜�C�#�=39�#�@��c��w.ăd��S�C��t{����?��x}�a�L��,t�e^���d&x�^�/��z��fL�4I"@F9fj;������V�����2������LVJ7���ѫ�,��|W�����ө�m�>�={���-%��I����ˮ���M�6�ܱ���=���G5�3��6jxş~������������~��_�?s޼��t���/++�o���O��ƾ򍟽������~��/��_�r��=����
NsV�����N:�|�#y�9z���b\���7�1��:Q�΅`l��4�".��	_i���d�c����~�����o�����?����P�J��3/8�=�jҘ*2��U����ӎ�r���6���M�+��
ڗ�ށ�2��7⶯�r��p{��$y�ԋ�K֛��K�c0��t_Xѐ�k����vm���%R�
	V
�_���y��g�XP���†���;'�67:R�%���Nu��{�<t9H���0JOڹ��(�����,\G���n���Zu9���q�P~��]��
�d�C&�m`�&M�#F���j=1>�X�L�n%KL���:qu�҅ߘ���aq��G
�%#��m�Xņ5�Gu��*S��vw�i���
�ninN�f�W�_�?��_��NF9�z���i�ዟ�vG���v��-v��32a��|�ǿ�oޜ7�%c5�k�m��CwL���W]y��]�mgmKsJ��fUeiYqqSc���|E,)�Cv$��0�Bn�
�)�ɩ��]�1�\�N��*MxShw^�B�h�l֬��|���3�|<�z;k�2�<r���êC!k�w��G�޷�EZ�v��w�P]�xsK�k���%
o�Ooc��h`A�����p���-�`��U-��d|�",6��/o�G%�W�u���WD���f�:���
�"�-[�y�2!��(=�)U�g���2"
C��D��t'd���$,Sf�E�~/ͬ@�B@*�z�>F���V�?Z�5���)k�xc����m幊�3"*��:������}�E�^�g9ȏ`[�(Z�2�K��76�s��X�ɚ��(z����ZYZ�>�b��q�dL)�̳�/Y�j�ʿ�C�	y89g�U+�v�WL�rXeue<S�d;�g�X2o����ֻ
c�e����DI�����_����Q�=�ê�����ͭ�u�vŊ5���P�"̍l��G�8�`�x��Ptr�9K|�7o�-��g�)��40d���#�Yv�ߞ{i��%Y��h"^Y�#u��0j�C�0n쨒��a��5�ӟ��j写�fsJ�OL�i0���~�?9�)��]	d	n��#�f>8�zg,T$�R���f<MQ�]>�$���R�9�����1�qâ�i18N�g<�i<gW��x��E��|c����^��u�"b��a3�Ǿ(І��~[���&���׏a�����O����%%ifHT�/2�ä��3Z=*B���4��l�z�t}��xcQS|������gʤl2��n��i]c�L�S^�u[��T��J_قRض���he����&c��˗m^�x��J�A(�S"�V����}�m�Z[�p�2b������}��7��4��Ph��()�}-�j���G�1-#/r%rΐ�1dG:��^z}��,����3&��RZ���>�x2Q��o��Z�p����b#��Y�t�KH�`��\M
,6�Uh�|��2yI4^bB��'^������D��nz�_�Co\$��l>���9���6�x�פ_���k�R~qk����|iC������CJ�1	�k�,O���|YӴ)��Z�3j2[�"G�Τt�S��&�0n�6���@�������G�2hn$�L�7S���*v��S���c����Rb{з��+[Jz�T�|��ν�,���8Ȕȃ�a��p�yFFbB��+�ö�1�WG���欟im,�����ɦ,��ڭV�$Zmf��x�]�ˀ�5�<#$L͸����\϶l۲�"%�Ԟ��d1���I*���D,�l�㐍��R|T`1A:D�qb����LF�H)U0��kߗ
�QJ���1"0
 OqFIzR����$�"
ߗ��h��g@,�@�>���J;d������r�$���l�@@Z�7�
�΂���Ĉ�
���B�K���@�`0k��h���������m��ԅ�s�rQ߂�M	a��L�Z>gf6\q��I/?v�v�E�Lq�9a�B�c��-��OBn>�䕭�m)�c*\�M�Z�N>�]��[�2j����!1*a
���ڞ��-�Q��e�9WQ��OL�e�M0�	�$d�/`�Hap�L�~�n2�C�c���@
%����j������-p����U�~��Nř��V�޹Q
`R������]1]gAFD�f�š��4#�
�0n���y��O#z�+=�2M!L��c��^�!B^zd�1`�)��_��?%�u���U!�50
DZJ�+�/)_!CFZ�u
c�L)�J�R��+�fBHE���&"�Y�8Ĉ�V�i�4}O��0稵�k�9��iZ��]r��/�LA����Qi�\<r��<��nH�L�,�����?��~�}�Y�,��}ɥ_��[w�c�M9�ܱ%f�#�g<���K���	�Q8gL�1"��}��H�vfVIv���2��cfffffffff��13���-�PO�-KU��2\QQn��9��f��Gw�Pm��Sr	�?1���J���W�'�v`薍z,���Gf9X�0rq$�T[��@|.\Ǖ�$��jX>��*+���:@V��X|���DDgph��b�r�Mw��M(o�
����C3���ʂG<��
��j9^	�ܳ���?�{g���^A����<�7W�t�ij��D���Œu�Zx8\��:Yk���N
Dc,�k2:@H",��Z��{�̦��O�+���k�9��E|�1��$��*�%Vv�vvw$����{OdB?1�"�C@��’H���bP���8��7�����N������ݽ�ǟm���{>��>�ܹsӏe���(
wGI�
�Ҿ�|�Ӹ
`FH`�;��x:"��1�q��r�3�5����[�!�&A�
������z�\Qe���gJ*EH����CqvP:�15�70���{ro���;nw��G\��Zk�M��V�,t$��1�3+*�*_�������d�����έ����c�MT�2��'�P�̬�)"����%Ƙ�hF��0<;_�
�)Nu��L.,.��B2����������*\���;����o���^�o���}�7}�7}�W=���9r�Pd��-����,BD�[#P�4iq06-'RsVF8�z����7:�$�/|��0�9�EX��z��v�q.��Y�9�Ad
`��x��
�$l)I�eӭ�A���:�u-[%�����=�49����S�6UA.��EADu=1�Ei�/k�j
�0�x\k}�Yc�v*f��a�Ri�C�}8H����Hҵ��Cg�b[7�)�
��_�_�;�U��d-�~4ƌ�US7
���.�Z���څ�����ŎwĬ��<��.�y���-3�\&5���|�w~ϙы�������_��_����W}���wz�wx�W���i1�ի�a�R��
�y�̛)��#�FU5B�|eq����<e{�q
!�w�蟲�
�=<�ŊD��99��I��;㛒̨�b�����pŘ�4v0��y���ʾ�8����+�Ƙ�?i��)������9�	f���ȵ��
����~uuUe��x����e��)T�V17�VU"��M������B�V��&��vM���o�খ�3��c?\���}Ó�\�|��|�cX]>�I�����('����J$)�$}z�k1�v$��(�'s�|�b�X�
����F�"$a`L6PNx��{�Յш�G5za#�J1!@�{J�:a��!9�0ehͩ1Sc&Ś7;�_��c����k
�B������*�:�Z�-�l)�QyWi8�\�YZ����Z9��G�^@G���8�����Ƙ�E�<��S�U�Y*�M�On�VD�ЋWm��Fe����w��Yw�l���+�����DSL��k��`.>�$�u����ʔ:%)Đ��JKd�<V���W����$s�!
=�!^3l'}щnI`�"�e��ӌ�A��Gu��X���A(���d=��a`&d0^�qR[4��=�lih�Dp�Ey��-ת��0��S�*5�F믒tj�%¢(�,�+Õɤ�ٮ��.�rP-Yk�F<W"N�ҩ�8�z�1�X6-��Ӫ��^�Ұ>.D�v�R/�e�a��k!���+��T'�m8�����âS1�
2�yH���9�����Q.�`Ͼ�c!`�8oq�,�R8G2�ګ�Y��l�Qº:IVΡ�\H�J�|���}۽dzV�0=�D\�QL]
��z�$WNU��0[�T�
5�	M��hm�dD�����Y��kmH��r𸪢H��Q�M��j�%Bn��)F��x4�r�0r�!d��`C����ҕ�/_F�6i�HUӑY�p�(׊��v�U���о�~��dr�_���pX�Q�/m<��D�Օ}���x.���rh�D��y��=�4��=�^'L	r�I?�}���W%�7�+�#��i[XYvN��Y���{���qD�(��̾�y&��_{���A��9$rރ�����P�3О1&(U�5Zs/Zk�@�3S����J۩��6
hwwWSx�����žU���ck��U�Y�s��:0��J�E�M��У���A��Gq�i�Xu.k{��U�B��Z��HJ�0�A�,�[DK�L)�E��.�>�X�_qP�
Z�
8NK�^�9'�P'��P�%�bմ"�i�Y
�E�Y����
�eYN9�Dc���d��6��!6��[u�l�
��Ōh���< �
/��{����U,�����F$3s��U�M�:m?\�i�<��M���3D{�.�yG�b"�
�+��YlR�usExlP{!K=���D$�ʶ1�Y
1N	X����$�W�φ��.��]�hQҞ����XN��-(�`�y��U`�"���t&
�6�F95F���0WU8O��@��m��0���t���F���[�"�C�5�()�Ȁ����ϾU�4�D�L��)5
9�tʒ5��W?�B��7��ty�\&\�t�D���oL��"-���^����ֵ(a�\�^���)D"�A���dCA8$��}�W
匲~/b_~q�Q���X�pY�/��)�@�\�U�E$��=�m�5��C��
�� �!L=@@�W�f��,
��=�m�9��;���"Wׅ(��5�o�ESR�
8�.)*��p����{�Zj�9h�cN���5�4�#
���Ѷ�AY\�[S���s�ں8KY<������	Ekv��Q�-�:"#�,!`��3�Y�j:s1}*�����m�o�
jXФ:�H
�a�&~��m���g^xa��'=��/O��ݵ�<��������/U��n[�;7�0ЋJ�?>bJ��u��)	p2-]�V�v���k��$�V~�9zH��ڃo�ث��d0����>��r
�?;;;D���J�������4�U艦;�}�?i1�1"P�F�._~�ݷ��˳�񴓧N�W�Gy�_�����eko��6T^�5k%L���z�ZèT�vMC�m�;o�ўqU�B$��*�"c\��|cy��a�ݭ�������?��C�h&������Ֆ�����O?��V��Ν^5_��7�?��s�V�c��g���_�	�1̵��R�t^R�v�c.w8
]����~$NƵ���L�@�Q(��D�\�9/QvsE��J�h��^
�`س1�,���:[X+���D�&Rfv����mG�qs�;UU�X�SzΔ�Q[�)%���K������kn9�	)��|��}�|�O��o���P7DX���l=����t���*���؎"!�X��@4���EE�g�[B]��CHqg��J�74���=n���{݂�������s���.�ʿQCxh�8~����7����5ܶQ�?��[��͡�����8D�"E�
N�KW�L80�u�@�K����Qa��88=��F�E`P�q����ټ:�����X���.���Z���΄����3z(X�D�9���@Z�`�",���n�d—/+7�����t��Q!���<{����s�6u����=z���x֓����+��Gͩ[=yo���'�?�x�"�*��Mo��d���_�f<v�"���U�
���I"=�@]�"αD,S��2S>��N�h�ox�d�ύ峟����/���s/�+
��0�!?.������{��[��m��7��&7���w�遽˕��'�LC���p�����aRrJ��d��1�N�j6�9�ӑϓѕ�
�?�p���c�����O�x���`��1�V�8�U��/�H4��{n���0���6ou�]�3{!^�{�K|�g<�iw�v�oc�ۼ�۞>�[۵�!Eɇ�(�ϒ
&��*��ds$���
Ҩ�"��,�e���`�C@J�7��ν����z������H~���"������3+�X/�ɡy�'Ba�8�7������f��Iq,�D;�n�I�}�.K@f�1!r�"�%9U`9��Î�?
!��T�}]�1�R��U��2ltᕃDRd��Z.l�'��_��_sik��O}���?��[�'N�t���^��`�z�"޳f�Z
hf�8sZ������^К���z%/�9g��c��>��w_7�?�-�޶��^��QJ�pH�#>x�[��z��9Z�s��v\�sI��9O!Y�$��"ͪ�?$�}�zt�h�"���7����rD,�
WxO��v�VE�GX�7m�ڏ�U��
��x��Zo4��&���A�O�GW3sv���r�<
h��v�"���_o�n}�K�}�_�㿟pg `����
"���!L��U�Lϊ��T+��%F����@�O�{��Ŵ��KXO"N���7Ltp�����I&�H�0<<�@d�᝞�鼟T����;=���Q{5�k�^�!����ω��K�3Ě���*ϧ���0�ē�Ӵ��
`��d)��w�儗+0������L-Ĭ���^/�ei���r[UUJl��8�-C��EƘ�!�MS7ЬV�5N
�!B�j�Ż�a�:�]JF�F�W/FZ��8�f<����|��杭�1��9_7�U�Y��	���$|�����,���S8g�d���-��%�C2T�-�鱌T�*�^�Y����7���J�eEЊЈ���$�!#��R��Xh(ʔ��L;߿�Ri�æ1�$�������e^$�eɢ��5JJ{@�Ȳ���a
3���W���������I���Ȣ;Q�Q�r�F/-�9x�:�LZ�A#z1���=8axݝ@��Zˣ��{u��b��tEeta�,N�T*Õ���G����y��/^@�٢H�1
��2�:�]��{�M�&Ͽ���PI=���@���+@��t4ɽLȿ�Q�90-���{�����LwE��#��m���;@Uк
ږ
�mi���d��$uJ�p���
(2O8�:3s�vfF��+YϬ6���!��S̳(/>�ݍ����ޗ�MSk�@��A��"^�M�00s��
�~���e�.m��G�{Of�*p��<��Ͷ��{��,@j@��hq�B�$�<����S�E������1�
�Dݣl�ﺻ�z�'�EA�̜��:�u�t���y	�#��"ƞ@��s��ڇ�\ې��pKy
����J����P����1ʩd�-K`Ǵ�]\z�5!�_]bGb-�A��b��(���E]{FD-��dUD�+w3kJǩD�������g���
������S�E�x�w\dc�����b)�Zh���䜋'��}th-�H��흝���1��DyC���^�s�c��?x��o�|Ί�����7�0�
F��B��p0f'�h�	�RD|#� �
�f�(�z�	I�s���u��V_XER"�?�\$�(=�0����mBRY3%<�e�8���z-��bEpR;�B؈��s"MU��g<���|[�n<�аp�
M���c�e��_��G����yDh�z4��5��}u>����`D87v���������v}�	(�3������!�L�i;eB����M;��B�Lj�����d����ͱ��
"�K*u�-6�H�@�PD�M]#��/˂���St0�9"gJ��#�ʋ%K��xs�,
�����ԏy�7}�g���_�ऩݾ�'����V#6-�s�����x�^���]���?B�h~l>����B:�|b��	�aXi�sS��<�G=
;Kˢa){�tw�G��ɕX)��6
=J��y7�;��@�]8$7^-��]|ߜ�80l7����s����9z���D��{f/�P�	
�̊����A:��҂�!yA0E1
;�F�{��m���<����=a�f�<r��-Wɀw�@��#}��ixwv����88^E���T��C��4���5��l�WDeF�U{��yq����s�L�#
Wxܺ��{�S���Ǚ����8	H
}G����T����G�]��|�;6�G���Wl}�SNB��|x�ܽ0v���
�jA��zt�3�e9[(Mu�i�I��y-
]��ѽ�v��_=}�H<�����N�k���!hY~��R1Ե�~�Yf�����LÕk�ď��n8{����jGB��W��͕U
G��K*�BO�()=4+ɜ&<i�7A󼻻��C�29�Ǹ�wy���*�n��=�}l�>�/F3U"��y������NnO|�ҿ~��ݴzrhC9BKH��Vl(J���)��㏽f��8v���[7�����%��Wn=���;ܾ�ޫ���yf�#�z�_�r[��t�O��W&C��M��eY1H��)�@��l�a۾��+�+�sg^��S?^S,�&�Hd�}-"
#-l�QW��`��G�'+�>ʠ}Õ����n�^4~�;��WBTZ�[.������_�m�TM�)H�ar��(d�|�YD0�Ga��ڍF���}4D,W_i�����c�M}��W�~jx����}�@�O9��n�ҋ/����kW�W����X��D����y����?�����_}ɥ[6ʟ|�ya	����џ��g�[�����z��kw�7�i�ig�?�����[�˭�M<�vO�yDŵ�p�Αts��q�ur
e����w�8�DW�z��k�o�
9�.�~t��9h�2$���j��e�^�4�4����!��k1�nnn"�n�zH���DX�XX�A��H�r����/�ݿ��k~x}�1�Y�I[
�s.�E�iM�՞�ED4
�ԩ�8{{�+"c�
�@����E)E3#�&Xl1/	�C��,�fǼ�c���D���<�G�	�;�,�x�>��7�!�Z������#AZ
�j�'r���;��ڭ5'u�r�~�-bY���hO���n}���w^~),/,���	�]���.�o��Mk�H
2{��l�Ym�و$L�Jcl	�b��D��2M��x�8��[�j�C�{8�bH�փf��G��@h"�<��
{��'�q�cf3�@,"��4US�`Iob$Zq�<�Ő�\�aO@�_n����8#���!�Ʈ��i	��"��AN�@�
���_���A��S��Zb㨍w>����y`�㝛��K
���
�ۮ5otv��
d������Vwj����>���y����qLJ��ʭ�׋ZB}��6~�%�>�M�^�aA�]�>����+���K.T�c��z������?��
�}g�M|B��;�Y�Yj��CD��*v*$�@|�4J�^��gv�<{JDB����s���꽯'ѭTV�m���Y�ՊL���a��w�u�#;{��Lo����Ha�:]��̈�P$�(@���]yզ݀����F����hM4���·�_��g����+������������…p�f	���3q��Ϭ�(�9�l�~�s�$�XhǗy�`�\!:KI\kA\�^Rֽrk�b��>��q�����G�|]�|H�*�.�n�ީ�q�W$
C�Z�A>�o�@�S�T�SiMo�CZc�E��j��9,�zR�*f�:9Ƕ^3h
6�U�do��Z`aA��	��־XOd&���f7���ݶ=�4!4�,�h}���1s��@*G�Y5�Ih@��c���"�.!@�U�{tz9��e����0�)��i{��]
�v�`��E�����y�j/R�e�dir�deV�O�-Z��"���%�b.�����$ZE��.�eYj�{�Ώ�ɤj<�䛕[Y�5�;Eĥ+:2-.
.���2�/B�Ny�h��?����vt�I��9~�
�]L���%Q�ǵ��r�1�����ڀ����@B���V+���ٺ��kcA��=�Nw{ew��
��K$D1D�"�y�;�l�oY�'e9��I0������Z[�%�o��A�I�\�)�c�n�t�8+��R:2���	��r82���!ou������9����|��=�����ʋHR�A8�0^GI��1+M��lz�.'c�!�\g�D�,1M����=zE�R�>�?`B�E�{��^��W`���$XNc�
2�b�B��
=m8C�������>�w��6EQ�Ui�S�4A���-��?	r��U���q���x����\܏9�Ӛ�=�FX@X���e�c;I��A��=z:G`�jD�������Ƹ���TXK�Y6JcB�	B*@�`�ֺ��ߟ����!��S
!�w�7i�"�=4M3�
kfU�"�3��uۯ��%��&��%�\/���($��J��$��V�>����9�F9��1)�$��N�ϒl=P�{蔹�GRDM���=����aD������sY��c���*���|C�a�FD��Dg�'�����+b1���R&�IWU�[f5E����c�kk��i6Ϝ�աo¨��
��,�ܕ`�:�~�L��ҏW�3�D�ݳH�VL�v�'����]x��ֽw$�'e�n���13333�������2s�u�Tf�P�f�'v&�r��ަiu���j4#Ɏ�����b|x�E`ID=�Tl4�y`��T��2}��U�^<W��/�b�5��K�Q�fPL�)\(.($lC�5cͽ0�l�K�Ɗ4(�¬.@�1�'��r��	�F-�a"v+e�V4,��HP]*iųq�Xt�X��د��Coz�K���秓�{�{��U�8N����ݚ��RYQo�(�
���4�D��J��E��I��o	BP�Y�̍""�K��(\��]������>P���)�	l��f��g/���H��S-��o�k$��\v�R�g���@Y�UmWV�ٶ�\.�yg��߽�&�-}���{~��[�����ڢ[���.����}�DL�JDN9'\	Lm���:�D�]��\oer:�	ˆ/b
$��|����kc)7�	hz����#F#�mL�u2r�q<'#YԅNU��!��+n�@,X�B�X*��D��Z��
����,8N�S����U2W*�T􀰦j�a2D�~���g�������wO��
S/%IhЃa�Mk�
�Ѹ��X�&�&Đz]SF�Xa���7S�����M��7��#	�}z��<���U9(L9�"�Qk	�,f�$$j_�J�J��ZB@�+�V��;�l^7Y�����BʉKT�gf�q��Sm��d�ܴ�ĩ�Y������#�X?�L��\�1[0�E�\.�ge:?�ڎc�?l<4V~�9�1�31���ܤM��n��R%����C6�0吆��4Xp/�I�������)�VlX%�^��{*-��jy�٨}$Z����횾̬##��>g]ɳ��l�����VfgI�`�����B8B﵁�A$캔Htl�����_}�]�d�w����!��J�3��:E�t��YM峸�$�[�eŽ޼c�|�h	겹�����7�+�T�{p���Y�_�_t�'���O��&�g.�d&�{��XY*�2P�~����k��57�6���Q�R�Ey瞑�{�
R��CEE��	��z��	K�.�ٝXח����Ҫ�o=�-���_w^���cCEu&]'K&JˮN了�r	bd���yz
��A����0\zOd�7��m,��R*��ٷ}vunlK3���,|�
�r���W=��
o���e�K�xw'�PͭK�)��z��O\��9y$�[��C;��e��ng�\x�����Bp�V���s��n���n���Kڪ��/6�,�-wĬ�.I?x(�b��w�}�Y]��8���B	��	�j��´����3��S�j�FP:��f��=vqfuOn�H��9�bE�i��N�|ʲ�
;�-�l\|{u����.�{�d�f�Ť��ɲƷ�DV�#u��kd4$�l���!]]���Y�a�t�����Ռk�Q��@�`����*8�`5z���F�0�2�
dKp���@�2k[�����H�,a>���x�ᯱ������Hwna:��o22�}�0WwKxE'�F/d���\�^��Ek����y�����~�%v%W�'�F�*�Vtj�AU�pN�R��}yE��,��)��[��*��ٸ�+�ǟ�.�H�B����J�%Γ�e<�Se�N��U�U�_��
ewĭ-�R��5Nێ�)���9�θPt�j6���d"�B�
`R5`�
��
&f��
��g
��<}t@;������i7�8��Ėp!!�rj9�$B�b˞M�)9�h���L8��h�i�ݲ+s�����x��ޜ�ߦA�;7�������_��JJ�ƹ�%gu�
��	���XɅ���֋��*;��Y�]yH��8���.��8����]�Ȋ�9s�1�C�.���+fU
%_����/(nV�ޗ��҇w�)V��n:\��`������(��d��E$���X
���$�l�䆂��Do��9�Q%��[a��?�)����jB`��S�ͭ���}��������y]�b\���l.����IK$H0ՠ���>�=�4j��ƚ��lj��R��3�d�,M��#�ĥ�Z�i�vѕ����$�$�Drz�AW*j�H��鄼<���6���jS��%G�y��3�.k�f埶�VHJnl�GH�\A��w���|�>�ąp+�/�W.�gºj��L�n�QZ0E8�QH`��'q�V�U=boe
�Y��5����W�]���áqD��wP+��9�����*C't䐎T�]�Z�6gi�+��n`��R�|��6���W�}�-NCxZ"f��0sO��
���g����fttl8�TvǷ.�À�6N�x>�bD`0�0M.h�w�/@hJ�&��Y�mc,
@,��/�ȭ���ZR5����9=™2���̫�'A�`l���L�
�I
���0&bM�
nΏz��~i�0��k*�!+���LB3UJ��K�ޣf�%_Q�a�폍�8x֦0�l�H"h�Pk×qMN5
���{�~6�PіQ%`b�lH�v��$�lR�Ԯ���
�jEnb�̊7��e�g��W�O��a�i�a�}���¿�D�l�@�҅�Lǀ��&�~"L�	�����j�v��X��~�Z������5�T<r��f���lX�u�C�C��B�K6��wuȯ�Д���?����k�����y��	�?Bbd�G�����>D0���1�@���,��D�l�ד&�օ��Ă��'��z[4���
��"��k�ɕ�4��k�3�
�
߷��#}#��)�f�͌��j���W�B}�P�6	A
���l�a�ں$�^'�}y��ջuD%��"��U�=D���$%1�$bQG��D�#	f�-p�_�L͵5���<�P��
�CG"�\�D�&�֝0i@VX5|
�^�o�$�t�Ȟ'?�+^j\RxD�	D�qӹ�c�0�	�
�Ւ��1�W����4�"c��
PÛ�m޵�d"=��$h��U!��f>RN�R6
}#|C��L�Z���4&���i��'X���9�h~����w�X�;fq��P��3������,Q�6�a�n��R����
��[���x����\�b���h��h�*���_��_Λ7�B�[��ݷ�4	8��ff�Ӹ����g��P�hM�n�,���FF;9x�@�Ɲõ\��^��p+�M�*�$�����eU��gf��H��
/��_CL0#0��\�[i�3��G�!3<��
ز�t"���iq�s�}�y7|91�d���̡}?��/.|�����󼗽xIW�0��G?��i�>}yV��ƛ^��J�g�	�/�<�/f�Z��q�!x��ύ����g���`YV�P�m�BC
]J�4�}NXw�*�/<�#n��޼��{h�b�s�ȓO�T�xe��g�HI�LZ�}�ig���;�U˫�]�
yvw������󘅪�RP���^tV1]�}hI�y�)UL)i��/�(�z��'O���ÂEÑU	�љ�Rl�/7��ͥGF�j3����/~���&�A��1��I��7?�5����Coz�ʕ�}pݦ�ڹuߜ�){�^�Q�^x����p��
$	_B��n��%�����i���)|׶���8P��/�@�u���
�����n�+C�i�zy35ON'����uBL
�7��畞���!�_��ɮ�9��� pp'�J��e

6�=!xmA�������̪�����]�J�j��.�$._����=�Xީ���±8n����)��>Л/KU+��OY:7i���ɕ�ڥj��+���y�?]?��'ߓ+*P
U�BU(i����'�[�����Z�^�58�&Å�{"�sq���0~c��mB�Tf.�JR"�H�M�PV����L�y��w��{��g��b���]�c�ʎy�q�f�y��?E-�ɹ���dj�&؟5��lLMa$`��f�k
���&6��}�����cn8�s��;��3f�
A6�AX`(�M�sdB�_�ltwi�r�)]@�U*:�*(4*���m˲�j�6	-h��T����d��@n��bW�R�~�w�UU��i�y�g�V�.����.Ӌ�̖$��@o6nm(<nq��y�k�&^|VֱĊ}��w�w
c�6��TU��{~�>n���v�N:�+��'���x��,XԄM���]w�
�L�>C��A���Rʥ�)KWʕm��d�̉9�O}f���Y�|�g>�է��u�﹑�ؿ�G��'�+_\���^4�����'|���_�ڜh���V�l򮱛ъ߿��~��@��D:���f�Ls���e@xu��u'ĥ��&}O	�n��T}a@��x<n�XZ
�.9/��KE�t�Sj�4d��s����ە�-A���%�m-I)JN94^FЕX�qv
�>s�!U��U�u*o�h����%;�&���+ʎ}j����O�ƿ��硞�{.��PO>/q���Y�>'��$bS�Ψ[�~L#�.�<��&�Кn��u��1��k�7�ӎ��<�����3_��~��ގ9ݎmO�`�+9o���.���/R��B2���Z�=��OD$�/��n��)i��C�
�i�����u�)<��S�T�g:&B��4y�_Ќ�����¾�‹����
�x��a��8k��"Iځ��}�i�EWڂ��
�'SD��L;��x�s����t�t]���e.S���%�S��D�_���Pz�>yIYB
xͶ!f�tAJ-�>zQD1�U��-N�l���a4f6x��B,�^�h߶=�{j5����D�SJ��+�T#h�׃Q�p!_\�h�}�?���|��_��~;24���Z��Ѱ��m���z��)w�w���}��y�S����偞�X,N<����x*Y(���L#q;Ⱥu
��͆�&�'`A"����#��C�h�(����X����!bf!ȭ��r�b	.�Oq!�D��2�!Ɔd�bQ���ҕ5�L�R�ٶ�R��TJ�mYB����%	�u�b"ߥٷ\�8�c���/_����������w��0Y����F���1Ǒ�b�`YV�B4g�%􈡪�Z�����/;�;n��L�}���O������9	&r�ʛr�I�R�ɏ�5>d44O��1{���[��Z���ڈ��HC�"M8���g���/����/�;��x���YB�:�H��]M��R�z��[*��}�3��m�6+���I{HW6���\
�n�Xp;]q�':fh�����l�������;m���h�)��r�s��k�uh���l{����W:�W��}����EOq�����o���O����eK�wgW�ߒ��w���N$bg,]̂�Gsw�)K��r��K.���]���|���ܸy��%,�#���U���G_�k��7��C�=�
)bf�\��I�\)��S��/�h���}�.�s��8��ߗI�'98rCi�8�!J��a��P�#��~�Z
���
b�	��$�2z�`$��F��v#�z�|���������oL�R^�O
�I1�IfbyfI�#��k֯?�7s�&Sf�]��mրgs�K�F�hy|��@�瞹y�.&��X�q/V�+z�Wμ�y��ғ_/�(�̷��p��o�<�{�{;��Ͻ�c��~��e�u�Y�.�ә��u�λ��6�ܻ|��3NY�uρ��;�3��m�Ö���l�Ӗ��eێ��8�1W^�s�u8+��_~��oy���׼�e}�{��}L�o�>������y�~Ʀ-�z{������|Bq�z����zx�k����吏��'�7�7���x@�Q�8��������8�&�
֔�&;O��6�a��p4L�i��K3�~��?}��e۶�
��n�91!���X<&`j��Yw>�	�ز.�
���X�U*���Xp~�9.��"�F�R�ܐ�*��Jy|�Vxt�$�#Ș�pK�q^��'���H�R�̤���U�xl��Z	���M�ݱx�"�w����Çc�-%h�g0���S.8�̕+�/���:\z��T�.����W�\~�%=�q�y��^��o}��5k�:�/}�3�w���̛o���z��z�q@��=��@У���h��
b*���&�
�B��R�~Z�f����2%8pq��ۧ��os;�J{��O�y#K�+!�џ��5��.Kl��C�
���)��OBx��Uᨇm���]4����}
�2�D̮D:�ȦS{�n޹����B@�+�ڱ�P:���թ���q�A���E!��B�j����/�����D2���b<�7w�����跾��{����_��cue*�Rv���ٻ����]7_����ܝ�t�u�	̈
�~�"�j
���?;���^����B؄ɚ�Dd9T�K�KT!�볝2{BO�~��p@-w��|�>��$W,d����B�1:;:/��)n�ĶD�Ƙ�C�N��Qj�,��PCA�������M��dR�e��H�H��i8q�2pbHeaǐΒ�o-�.L�T<��L߿a��}�9�Bɱm�vN]�`٢�W>�ak�S�X(��E�TV���'�,x�Ӟ���a��}���1���W}������W�ۿ���z������	!���n��ӗ�ڑI+͸X*}�?��W_{��+5�#���>�ޕ<����*ݑ����M��f�3�d��)~�)
L�"6�IB�h���m�&�d�m��H�X�:��$o�/�Q�t	�-&��Ύ�׮{��_�~��9��ɮ�J�s����^U,!�X�W��w�"���꩞0�#i�
����l�y�_F�v8lK�޻"�1ݙ��\�p��lZ!���֡]��O�6��qkφ�M�ߞ��_q1˱�r��5w��?8��ȬZ�9_(J�[�{��s��|Q1,��Y�q�C�����6�����Q[{�f::~����߻�O7��$�������_u�M�y��X��kWʑ��w�cw�so6�}����뮿i��/|�3���?����"�8�D'-�t]�-�J��P���]A�4����IH����s"��L��
b��2A3�j�:�'��/I��ӆ�e�X,�}�n)��QEkw��֮����?�p�����;�$`>�Dtl��S8@���ǠK�V�I���0$DZw�F,a�^G�b_�S���H����&a	@��=�
���j����P�;�U�ݶ�-۶!�+^yh�:5��\��X�����O��ٙ��宻o���L6{NJ�jM���V��l�~�1Ցٹg�}+W�;::�7nypՃd��څ?~;l�����d��KD0
}�jaF�6O|���q�:�����\��b�~�L�Y��=
"�B���b���ő�wL�zu�����e���BA�Z��㍀��[���n\�ÓPS�
�Ȑ8qRpb�`�o���������TE̙l8�@�cNm:fV�oO�M�q���!�tݎL�ԇȩ�������sU�'���%;�L�ɾ��9����u
)E���&�,�~�&O��)hl�L%��QH21y���c�"�$hj(�JQq��T�F�@0�Xr���!�+2�s����I�'��8�	2�3�u�[��	闚m���8b&e�ч4��9#�0s`�-������,x��K6�����N$�����L��?{�~9���Ȟ��z8�z�g�D��&f-g
��ͥ�1��Z�B�GŵK2)Ą�:W�t��<m!L�„\����y0�)��7N���[:���\�>�6��"��>��M�0��5�j��B�6$|DӒ���u��&'Pc�Iz�3�eh	�F�͊P�(�-b̔�'��M���2A�����m��ih��#��6=��ͼ���E���5���
���e~�M��f_��}�Mx�+�=�=伥|k��|4Tf�!�
�@Oo���uf~-��(�'~>J�c���K4
1����O�z�/���hΎ
f�#`dsXf��>�3�W��I����@��
'�b_��o`�"Bv3�1Qɣ;�$���6`���z�L�I5W6f�>��P{G�
�\�V�,�4
�b�j�̒i��68@�ۭY�cx�1{23qh{5�`���`fߺ�m
a߮��%62��Mjp���
���/�{�*�d�$0��Y���A�tfL�v&Mo�y�ae��=O�"���1�n��K\ga��~�EL)G����
d�-��J�%��D�
�"Q?
�jh
&&$��ex�Nf�[Ǜ���h&urMn�~27��O�7ʽ�ƅ�v34�P��:;�������%A�S�������$5z-��`�]���$ͣB����FO4�����L�M�'�j���C�z��hCz��\iO%���0icA�K	�a�p޹��፯v&8�Ɣ���
a�f�:>�	�#?{��,5�6ѝ�g�W;LUV�א���G��B;	_#6<9�@��2<�͙
�WY��8ܪ=SU5�#�z�;�t�^z�̺��~D�.�M��b�1Qy�u"C�-�O�O����|��z����U���=A}(B�'��j�r�䞶�#پr��{r�qϷ��\���)=x
����q�� "d�o�I��u�j��
���7�
=)U	��	eS��"D���K���w���Ǜ���}��W��64�����1��l�r�@���f�A9�R��r2(U�6������"��̧%	��	s�֌~��ޝ/Kj	��~��y��\���R.�>(K~�@-�Jh�m6x�X���y�!�Bސ��@�����a�b�X���Ȗ}������]���ו4s(�e�1i]��g�?��+@��J�E؂)&&Wk~�~�3+�a�
���ß]q@�**7�^�o�z��P�`ɽw��gV��z̸e	&��ů=���{^�u���Y��;�6B���%Y��n�q��ta1>
O�,�E���SXSͨ�Gp+?���~��_|�>�������t�z�������沖�tͯv�?{��J�������k�8X�F��8���V3i0M�I�eP#i�ӗ���kݣ��~wt'�V��y���B�@��i!��p�a���D¥B��0KEJ�D��:��(ܯ����:�t"Ğ�d������n�&l����xH`q�a�n�g0<�{|JK?�4Z��Ç#3�3Jd$��(�S��Q�&���r�B�E��-�@���[~ky`�v8�*�����.���-%�z{��7��ȝC��JΏ���<`�����������i�Zc�Q
7�A��Ii~C)S��E�>���q��T��G����9;�|�����hILM��^������-q�Dza\&u"�d"$T��y��3��D���~[%���V��~aID2�W�S/*�����O���™�g������ݽ�?v0:��Q뚽�:��!Jm>%�xK+�,Y2L��.e��4�琒3N9v�ʟ�3���&��~����	���ޕ���E����G�K��~���X�>6���ӏ^z����������&�P�-��,�Ơ�Yl�H@��*u*�@�eS����&�0�����J�P���:���55,������6�	9--m#���R��;/=���/�.��~�4����ܜJ�-��r!�kcB0�atи�B�h,�0+�}���?�����~K+4c��QtK�WV���PM]�'s�]U
�N��%}y�\M��wp�C��֚�l�O���d�g��/��w*���	�,`?�L�-�������6VVV6u*IU]�����M�AO!�1X�Hd������F�ڱ��EVa�VW߄%���/��6kt&3=�)�l%b�<�Y/mlh�j���N%�l��������X
��`;H�f�����4�%bir>!�Ȋ�9�cq�Ӊkj
2z2��Ψ���-�X��O�3$�s�trv}m}szj�����͛[�!}SQFOnˬgٴB�������v�L&2���F`*�����
u
:�wk��9�B'�&�0=be���R)�ΚIΫ�:�L��4Z�P,���kp�=.K3�솂�&�@��TrJ���p����6�l�*�����I�\�(:3���ذ�h��2;Zp�T��L�]vh���r�v	$ڐ4Z̝d�P�A�VW7tKDЭ���ln�:���%d���{g�hTJC��z��
=2���om'�j�8��vzh0�h#ӻxV����
�m��.^�mes���v:gv9���TL��!��>�R?���h����+�G�fy���f(���]�=r
R�~�Z9��O��vRe����������oY�Z�l�;����pe�c|���x�w��\>j_!i͐�dK�O����|�c�6�hvfV�c-����z]��.ʽo���f��]A�>�	������o�$a���N�J*p��Q�C��Ҵ�h��4?2r����������D�v���DeH�O�K�R":�h4�e`<�d�%מW�x��'Vn٦
;v>�ڍ7&[���w~m)K���B܆��
F���1I��{���%��/���t�������{�շ�m�6����	�xjl%4!�lܼvbld���o?��Ǿ�]8|��}����$��^�ra���7������5�rO=����Z��:N$.�'Qχ���&Bł�_~kÕ_(��m_��W��nXq!��ͩ�s�"��ࢱ�۝]��O��pM�s(59�/>�ȼ�M����1Bt�o8@k�!_�V���W��@G��_������y��K���TH��&|.�]G�CQ�}�K.��غ��La�{�w��}�A2�ղg$(��<�=�Q���>"Br|��;�M���|�YO���=tT�b�=�p��Q��w=
2I�RP��%�^��s�:�҃�
���+_�d˱w��с8����ߍ1��{��+]�����$';ౡ
�����(����^y���~�o�職���{�嗿���x�{�}�R�u�t�Y�ƕ�Z���t��#�8���p��k��֮JqQO�e�\f/���?aC����i���?��Σ#0�~�R����m��9�.D#�:z:޿�>�&$�j�m?�̞�Pg8��ś�<��]^����N�YB�����>��~��C?q�ݶ��u+��>��nޢ�*y��P/Fi�_rQ���|�����C{y��j��O�{k
���O_�LN�W�ʃo<��'HŇ?lu"��]���JE�Ͽ���ט���}���PI�$�V-����p��=�,]�&�ݦlB�}!n
�ID}6#1mڠ�����:��h���&mYˬ$�SK�Oل����Z�DO�/��1�Ob�@���\��HyP��u�7�b2��Ρr�,-y;�,�C�L�-�t��=y�Ra�2�g���w<�׼��w{똫�y�J�`Ycy��g9�p�����E8D�=n7���pOG���v�$�<	gO7le}�����J�eT��Eܣ�Ѱ�&�\7�TVWI����]��"���޾�^g4��w��i
ZVs�:�a_��tNx`
�b��yMᐱ�<[G	�`Gw<���r�林���{"xּ�5�<�^ղM�߶}g����V)F�F�PjT,��ںcq>���h�:dž�6f��
KI,�+��>�0��=�o���&�^��-�/�`��n��ᜲ��Z�fiY�R*����!>*D�	Au�,����֨��x����M����e�8�#���)-�kv2t���$�`���m-��{�\��iJѰt��\��x��#����ms,\�P��J�gԥ2�^zfw�-�Y$C��]��2hʪ�|p�	wب�#",k��:���g^CU�쀇������ƥ���P"�<'�Ҙ���

�W7�hb��w��tua����F1�h�:F�j.6�WiL�֪������d|�8���1�9f@ۉ^�Ψ�p{U�A�H��B�Mo��ƙf{��)4���{�x{zj�-��e��.K1�N�\���;y�^�n�u���P�!�������J�&�	�`�z��f)J<y�C�#�I���rz0s�wE'�1Rk028VR�Oݾ��$�X4v����#k�&��/]�Z�#xVA��������TZ13���1�7�o�4���t���EKut0��'��	D-�[XR��$f�CQޢ"2݁
�I�Sc�R�+��/����w����SER��#s�
KM�>��;48c��+H�85gy6�Yx�
�5��Y�"�t��`����ޭY�	�V�_��і��|�٨q�v

�5[+�H��5����_�_p�U�����q���B*J���3�)
F-K`Ȑ�	H�ɠ�V��(;O���:Xu��R��w~YYi(P1�\7���c��	b�׷�h�+����N�%
HA��p��ݚ��WZM��_��`X�b��T�Л���?����ѤQ�%��|�
e���n3[չ6�Nq�d���HC�?�,�l�K�i��nIQ���j�nfL9�����UZ��94`0�	��8�+r��9����b~aEK�@}]�
���+�ʅ$��T�%EH��А�J���
ؖ�[)��/(�Q����36�AR�RLz�1�cdpn�|�t��n-.g���+W�����x��5+�f�uL��_�5��.,�8�ƃ�-�a&;�T�+�ڢ���{C~n�
���|��#�PYE5��m�J�ѬS1�(��q;�є��H�|�m��
!�Q�
�}�����P��5ڲ,6ťK�ùyv���s��<�-��z��@�ڔ�HkOO(A߸qEW�h^Q�0�-��_YZ��O!�d|�
%��!�Haȍ7,t�BɊ�\�(����?�!0
`���}�
8�X��WX�r#�Mt����nQ�>����|��J�k��w1Vl˗��|盍�B����n�Q�U*Z�V]�vBh�ڂ��0ol���*L7|�S��թ4J7~�4	:G\6�$l��l\]M�Ȅ�^�~�Xf/�.O�jG�>�"gтE�6�$�d�
���I���s��:�M��V��镁��
���U��l�Q��Z�׽�¼�[�:[e��"Db|l�U�&ii�6�󧙒�(�	p=AN꾮���R�����Z#S4k_¹/`���Q�ߌ@�(�|vpY���_��o���ĴLoa&
+L@Q& �}Q�� 3~r*
�d�����h4LC���	�$p�r�TgGoAI��:s.�GG�f���Iƣ�PR����x���LJ2�'����f��D�C����y>�L&&��?^SS�a���C�E)��&�%
m-�-I�5sB(�#����g������G��?[g�R�!��{���|�������o�'����ã��,�����r=�����J~>�H��}��X,,!͝>8��־���]�[�+1���>ǸYG��h�@�8'��Я��n_ST��������DDŲӋ���/~��[nAQ4�{U��(��7�|3?��[��o��]%F�!(�!��6_�E��38�s���36�[���婒��[��D��0��`�z�>�7�Þ��O|}���?�#f,0��E�;��!��1d��Hh��p6p�����Ns�8y���'�󙱋�M��:�ⅿ�	NcN��~f'�8�X�3`�LJĴ[0C����6+
ʻ�
��4_h����"���B�ʆD���D�L8��8P��Nne�ֿdj*8sތ<�&��>5�ʫ�0v!���g���8�P(�0��OC��3A'�P�@I�Hq<�j*�J��Y�d`��^�L3�Aq\��)��fd�f�A�4%�������HE�O���j���["X�9ᅞ�-��9ZJ��HK=���,1���&XerHH
i�LO�X^��הh�,�Zj�����,�L��Z)KĹg�������]l׷�mݾ~}�%�Vp�j9�9<��;u긻�T�7��|8ik�?�'O>��%ɯ�[���z��h6EX�2�f#�EO������r��ʮ��:�u���?���u�ݝ]��2�ri���C��J�@b�a`6�1�p�]#��22z�TE�y�
��j�^�i�10����ڼ�$YA�����º�)��a�@9��Y��Ev3`�Ø�?��D�rL"(��3��

@�l�ݩ@%6�"��`����N��ؽ���3Jٵ��x�c�c��"��)��<g�q�3ڣ�}1��舽��gY�I���!����m�+�/�`Ќ�o������W��S��;{>~�_�g��O�	��W���������|�ݷ�~���@l��ſ�J��!�*%�󨶗Ϸ5�O@A)P�f01(�c����n`�ef7����Fr��B.l����K`��F�	ld4���}���xy���1���x��1��e�g	�������]�d�@X#��1e�Z
�:6�ڵK�������Y`�f@`$6���^��Ж���6l����,l�E1f�l�fh��Kӱ�����e��Q���������24��.ch�1X��`�f�x�#��".3�
�ɶ��U��s����_��~���|}/kカ����<N���գ?�����^����z}���|>}Ϗ��?�O��?	l��z��Zb9����d�B6x
Pf6��cc`�m����6��6:	p)�[�Q�^�B��)b`0�1ұ%FH�A�M�'�ga�
��"���D��}7��p�]()Å����"��yʆ����6�]^�`N��а�P�ޤ>�t���
��S
�@>3�Ba�(6P����P��#�D$93�Lt�e&
���::1u��f�1lDCb�4��
P���K��P硳{�2�}����t��ڋ��'�u�z<�����>�_}`!�]�Ə�?�Um�=?������~��E��H���]P��(��l�;q�����d�j��ʝc�pĀ
& :jP$m�"�������@�
8���]u|�×����w��
��H�<ݗ�(�C�*��܉pcƤ�e�ksJ��"���*����@b#�>DŽ�3@�P&AHi�{�@���b
峤��wm�8ʮf*F��>(�%B��y�v_��е�
 ��	H����uE�|���"�B��3�G^{�{���eƼ���ʆG�	)�Q�6�7L�l��a��p���a�!�Q-݆�tq�Q���:�&u��Q=l`ep��%o4�g�ƈ����%1�}o��Nb�//@�et���<,��!	�N�É�_�����rݩ5{䮛,��k�p��0FN��<H1�1{�A��Ӎ��.#P�:`�P$�mc
�"�
T��tX��eD$�4&
،�����O��P(b`J����� ���@
m#Ҁ
6�$`��(N�Э��)�03B����;~���F0`�`"@�(��#<9�0e����$d}�"�ivX�96'˖�mH
A�b����0���^v!̗����)1�|2�/�b`���#�q����O�'lH,'�F��.=�!��,(Τ8����xp�(�<֋�N{�˙]�׶vuy���9�l�ޞǃm6����/Y�lF�8�D��e
���C�mU'���;��a���Uz@�]R�;*��d#����[���y��l&�N��fd���Q�L6�>��
P���
Ul/��6�Ƹ���g1��Njs���z<�ׇ�[����0�j�*�������!%�1�N6�"FO���L�_�>^FQ��m�
�c�ZefH@��؜�qĆ���G'F�D��@��`�
0�}H����	�1��C�0@@�"Тg-���L�$8��9�T<Sq&N����t�x�T�z�zu_\]�î�Z7�n^�C׮f����@`��[)b�(@A�(0�(��Md)2�ȉ����MG��l�!�Tf!@��s�?��m-)#����M�t����;���,
!h�V��ٖ��xw�J��N�o��0#�ƌ��x����s�^�s���T��
u����������~�ޕ�|f<��m�*��g���|����q��6�x>����?"�w6D�"�Q�9�dF`Ov���Ǐؘ�F�R��
i���Q@(0��F�0���1P#�M��%
��a�$!#�/��%�8
�=Ha"�	�.����Y��xpV<�8�$58:���G�{m۫�y��~t�l�����1��A\��A�@
�A�7��C`
[@y��
c���R�ɘ�1GA#fc
��:�l����܁K:��ą:l!�`#�e�=AC�Mݨ�
h@���C���}w$ǖt����H��ُ�������Y��23�>f�3�!J�����3��){$�߳�R������q#��ب�_
b�h�,��`��iΜ=w��7�x�xϚvM\����d:�4MS���5iܳ2J�hsc�om�G��o��85;��I<y����,5���:x���˧O�j�ӽ��]s�Ѣ��A��͍�!�SjHH��m��~�Mrϐ��-S
Pztm0�����o��'�U��	���+�r���`�3
�@QJ����)��J=��ߔ\hK�`��#�U�rO'�p���&8�*�L}<�
G{�oujɸ�GӨ�
k_�U�#�b��}����X�"�+��T�V�<?�֦�Xޚ�R�Z��T��TO���@%)��r�
��\0Bs���!��h�	���!S/��r<�r�=r�{��

|rA#
_E����b�Q_tm(��c�$�0�j��g(��
�_	���!u�B�����`�u�8
�.Ͱ��#�N�,h`�;_aY�-hy(l�j�Ao�_<Kf�����@-��׍�;#��i��>{�M�lll�}�g7��~�m/��/��vי�(��ڞ�}�'Ϝ��������$�~����MRjF��Ϝ>i�^�������O���_����;y��w{�͇�'lmM~���~��?��<��؉���m����il'S•dž���
6^ۚL766�ut}�~��/}���{V�><����7}#M�\yj�;;�����A�4\@i8���38Y��@fa�����-�J��h�Ht�-=6X�'���}�+K�Hʸڣ/��5V&�T�ԣ�3���{/�
R��M��3`YDA�V��|i�&��22���
D(��(�I�F@�Mk
��a	s��L9���P8��'��!���q����Y�5�łp�E�@i��U�ߓJ�O�g0�i��HPiq��dd���Վ�"HR��2�g��Tf�ϑ��%C�\Ph�:T��4�֓C^_�FX�eãXԱ
���uq���bZ;��e�˿`���iy�%_b�i�❛�A�v�30f����~Ǟ4}݋��g>��x|ڵ�v}����o�a|�܅��/�i<��v?�I�����>}ᶻN����<���}�v���=��_������I{��y�v/��\���v������o����鉋ӛ��?��g5�a�����=��k�O�~d_�>��۷��ޜ;{�}Ќ��ZwV��ƹ����u�FE���r.�-
���׬�sUH@䵍ʲ4[1���"����"�gˤpx�e�
!E!����,� 8���a�ڊ{?Tg��v
��B�e8�J��X��s�����˻�3[��G’��_O�j��X
��u�s„Fdb��6d@!$�d�GC+�p(K-��h!�Y��2
(+,�l|��CnY�[Ů�(���Ɓ�SZQ0	d����
I�-[4��D�o/Hk�J�Pu,�FI4L�`��U��_e��6V\��G*^F�[��UzfsW�Q��P��I����>�%���n��"�Uk�"���Փ�+��Uq\%
Lu��ND��"1�Uf�+T�e�Clf���s����<���~���++%&».�[��&�m+a��`kk����K���8U����/m��?|��铿���9�>C�Q�lv�Y�w����*���y�c����.o���s�{���?y�5��m�}�+��ԉ3皝��wmn�nk2�9�#oo�k��]�Թ?��kV����'���!�.=`
,�ZA_u7�_[���|���3��.�=zVˤ\�!�W��|Ff�c�rD
0Y=�
��ޖ�c��
�E=��=���6�z�Hv�pw{���9�3)XN�+%q�H8iP�U�����D�
Ɯ$��"�$��b-e��4
�s-���$H�Q����a��F�D�h��s̰N8U[���e(�`�y!̅pA�a�晀Gv9�Vp?rPK�I̪��'���bg/B��ty�Ŋ�\���^T�F���w0�W�-�iPU�&�d��R��ʄ�׃G��"�b����t��^D�i$�����M�};~\.��w
ˣg@K�(\����P�䀟"Nۜ4���G�ܻ߹~��L���GM�:wi{*�G�^�w���g.t�n�0A]����G���_����8qvmu�ѷ����ſ|��FM�m�J���<�%k#�.oo��15#K�ȓ�tk�Nۼ�n���H6�k���>��=MJ.����A=�ѥ͍d6���O��|ft�q�2��F�.
Ƀ���a���h)� ��`i�H�
.H�(Hd�X+�.���+%��E��r��H������
�G��3(wB@_
��Um<�I
PWEfb8�*����6���hPO����60�DX����8�9�0�5��	fR3�$��u�
5�w;x+�:yKd������sԬpk=��c0b�,��2Q/�������/�
x�L�E6)��"@ز�g���m�~�@0R�s��<����c���;��%dͫ۴�ۀ����*��=��s��(�s[��E���66j���B�@��R�D@\L��_�P������N�P$p0�9���g�A�r`1fk2My���[��w�x�S�ڿ7B�����w
�)aڶ.�4���湋���NҮ�c&m����>y�b29|������:r=���W��	w�<y��Ѩ9t��Y�xy㗷ޡܭ��u�i�mmM�&��s����[��.��ݓ1M�Զ��=�P��lM��^�����p*q�	��[�>�.�5����&N�X��<?�E4d��LP�4�D��Y�M4Z��p�Te��/�P�JM�lv=�k�r�G�<3xխb�P�؁�>VTK!�	��1k�]yP�|�R�yU�K�4��RW��a����[�Hf���T;
��%Y�
��ME���:�:tS��:����5@�gX�)+�])����F8ѕ�L�)���#m�Ѯ�ڙ6��6壐TN`.�&�}�\[Tjp
�"e`�����J���sm�v{�`�S!
ՠ�F�.ɠцR���(Ufo�/W]���R�2ԡ[X.��zZ1@X��U�I��?��B�)����Kt�Ƕ��?���o����?���y��ǣf����k���t����q�↻��]�)A����~�D���vw���;^�G�􍴓�]���C�_��L����K�.�O[��#�>x�]w7�.{v�N^
	g�x��׿�I�[1�f%%s�F�����_:L�T6��3$����\�eP�$,�B�\�"Pp6(#eT��j({�i�2u�![�R/�'���f���Wkh�x�g�㫯�l�B�/WE
s�
t�e�3�Z��/̰�z�{V�PY���#�0��"an�ú�"i�L���
�a
05#ظ�	͜Ͳ���;�cn�$`
7�d1��2�e�u@\*�SR��D���	
�y���|Z�D*��
r�x�X���ŷ��~�ʈ�4t��a2�X0bǦ�`��M
�@��Q�&VtRpDŽ�xfb��9�.U����͇�Y
�H�Gw�����Rǣ꫑FL+�S�v�]5���%k_1t���;���Y��,���A�i7ew�>��V����_��׿��_�⹏�#n1c�s�v?�R������'���Hd�����]�>񎗶]W�<�|`���}�'�vee�����,�x�Co=vf<Z}���������o==���o+��=��W}�����_\�>VFw��[�<55�}m�8��;���]Z��>`�[!E�NJ��K=l�k�k���/!)@U֨�V"��V�jmr��ۧ�mT/���|��"Ĥ������d�`�%��zXۯ��(�˷�ai~�aQ�>���H,�WUf@�%�}���V#J
̔P�ͥ:���*�6`U$aD��*��ZY�/������$�lrk`cX����\��r�9�C�B.LhS9h�lJ	
�	���@�Bǻ'Y��ޕ0�rJ،���)
@4C�d$T�T�P��a��Vʷ��}D��y��G7�~�Q�<{�*v�/�'�}<��>p�J��z$)ШFȵ�)
U/���mV�f0���$_��v�H
c�Պ��˾�J��4O��rZ�����m|�pP�>ՙ�cB�%�h`����7#H�çW2	��a�+��7殻��?�ϧ>��/m�{
Z�L�ۏ��tyBҌ�K�7٣m�_��߻�F.y��pi�iҎ~a�ſ|��?�#%�뫫+�/M���?>y�B�R�u?�����
��
���:��?���^���d��x<�pyr�↤�9s)�%�(�����Z�r�:�ve��~�X�&
�<v�(���[���'�}aNU�
�b\�����{)4ӕ5�q�)ӵ����$�3����%�H�iK4c�~	e��"V
��*�Aa|�y	��vF�2�GGꀙG�`�
<���lR�H�4�j�a�$X@JHI�M;�h�!��
,��At��e�EN��;*�G��-}$d([a�A!A%)Q��9j�Y�S�P���o�r�{�	"H��,Im�Igь͸$���J�b�]��
��QHU!D�ŷ�P�w���ݑ�>{�7�m@-��o�<'�MrX]A�A^�L�k
���pPA��٬J��Eo�\ޠ9�"Ϛn�]�!�z;=���%�^i��X��K�^BP4{�,�j�d5I�W����&Y�®	FJ������s�=�q��&��$/oN���;�����]�����v�*a<J?���&m��
MJ�l[�u��ʍK��yM��88�wW[�,M֞��cU���׮k�
���ё������\>��w�ȑ�-~�3�#|Ls�e3����G��t�Y}�q��lJ�ײL���0��a��
��(�faV�`��@���7���@ ��c�.?31
r����0f�a$�q��Gg��kծ��z9�o���y�_xu�9o{깞zxN�oΞ����>kz��c/�ojey��s}<;o���>>~���7�}����&�q��<8v��^Ώ�f6���9g���&\�ԝbB`��!1
:bX(JP:m�@۵t:��vs��'N"���tt��
��N�(զ�
��Ui�ac��8���#"�M�^��_�d��y��q9���_خ{w�\nL���	���}��0�M�6n�L�����+�6@sw�nן���o�t��毕�|�/}��׹�0���}�^�����$�/Z���g�tzι�g�6���t�8>���@:do�9v���}sI1��gN��Y#��Ѩ6%�	@P3�)m�.`��iGAӁ�a̗$���p��)�@�9�l�������q���|�q��9���/��y�h�{�ɉę9��=G����s��q��9p�ԝ���>>,�z����^�nr���a���>�e�����zN���d�1��=kl�%�0�ϵC��C
P�v/�c��1J�r�j�N�ؔ�r>�����p�"��}�����i0�3w����e��jfSDv��������{s�^��p�8���U��>�p#9sA0}P�ˑ
Dµ��l$"b6�
��-�{������|Jh��6��t��BS�@�X�赏ko1�W�%�������pl�1:��'��Q2��
fG���`�A`>��W5�6!"hFH#��!.�|�`��9�h��yt�y쩳�:;�뗝�|�ƙoΡ:;͠��<��Gq�:�9��x��3w2s[v9�O�q���]��`��h���7�u�E�\;v�u?tt����w<u;�c�f��(�"�L�@N�l�o
���y�8W��HG����m��{����]e��h
f)W(�tH���ᙣ���؇Vr='T�ct�޿٭C6��2:v�_I$q��
61
��3#?�1PG1F����<�o�u�F�q�m����_S
J���y�ݫ���b�K
f@��A,F�����2f)0R��vucH��Fc$6����".f�"�)�(��'�KL@�
H#�MA�Q�bb�@�((�S�:���Zǡ�Σ�y��7~�y�яy���v��ty��a�t��^'����-�wLg��~�^w�x?��m��\�]��>\�[��������î=ݳ>T{k�v��K���y�D�Ƶ
P�)CbF	BGգv߼��0ͮ�f�ʩg'���A�W�����e�Q)�6�::0��8���,
�X!Tl��@�L��x���˛t�`:������IB�L_��>��_�3l'�z����_�z�l�����w=�w�=���W'b��߄?��?��ٿ�����
�8u���(`�.)b6�	l�|V#�hdI�y͇���e3��t�
t8,9v?���l�[���(�q�04�Ͽ�9�H1#
6X0!�HH�]��%6���qGy;�ã��<���yv�^{^�o���s�x����8�x�C�U��stH��+p�������9+w�Qg{w7�}c��njy��Ѯ��۳�9YۇJ�+❲gn.#�c#�6�l�ұ���Y1��%Å"(�r��sZ:��SG�pǶ=�Ac�6��`�qHml
0��1����]
�)�K��Lc�0�1$�Y���q�g���:۵)��g�ѳ�&���0����[��?��#����Y_7P
�OA��ȦL��٠Ϗ4����Wb=���W�C�_�����g1C=?~�7��	_���T1R
�a 1��
�A�D
`�l��%v��Z�b�$\=d`G`)(�8
:�0����n���Oꋣ���{�G�0�F������%�F�b!(8zh=:v�Z��|[�x���9��4N<�s�7'��p��i������<�<�����tn�9^��y����ν�����s�-��{{w�r3��O~s�������L:�9�,��Rv2*e3J1F�׮�g��FRT�HɀM)Ek:����H�(F�:�S�f3�#��������r�
��c�0�`t
֧IAS3B0�gt�h�Ȧ��`tt܏��""T�6��?�������(P�t���
��Kivm?���ޖ��!hd@qN��S�zt6\RP!�Ej�o���1N��܉����0�@�1�����R+�0��Ѡ@�z�8J
����=�=�ߝo:�㼜g=���o�r䁓C�KQ�g'�]8��|�{{�//�9�m;����^�ml���1���׮_���_�ۼݷ��w~���}�e�i?�8����tj[�+R�9c�l*%j66:��K`����](>K~�F���CS礙{��K�w��>~�0����{~pG�b�1$��9v�a�����*������]��@ȟ�`n0:�Ƕ]�BĠ�
p��y����kɆ��}l
�P�V6PlSmSل�C�3#b#F0e#�����K�	?3�zz?}lB��L��g�)��l�#��2�
f>s^�}�v�
6���(���
���]�L�@���%�(h���O��� b
|�]���@
]��	60R�FJcB$vA��f`J$^Ι��Γ�1����Jv�������9s8�Ȑ�R^q�p8y�#��;��o�ks�g���қf�<�����O���.7���i���oVF+QeW�Q����"�`@�c�2s)�
hEH
ȣ���ƪ���8���Q�+��b�������@`������9�"�x�B��&M�}���"��PA44<9��\��u!���/�*G�RB�:�@�x���}@k����FM�m�-m�Fٶ�$6�S�kW�]��|D3�F�s�/6������Ħ`	�`S6>��%6aJGY������
J�^\0�`�fo@��!��9M�H��صvI��~�݈	�.S|V�1����o�9��"]F��!fS��)�KP)R�f�q�M@�!7��H�G�֓gϣo��?��<����y9��8/�s�'�rr)8A���A��p�w�q���xl>�ׅ;o�;�=sO�1]���2~��������s���a�م8��t�rAb�*��)����I��R�y��D�ؠ()e�����le����q��(|v߳������c����/���<6.	#��#68�y�;0aDBf�׳�1F��ÙS�;o.��),�ٸD�.	F`�9/.o�ұ��@L�3ץt����K2�������P6Š��h�:�0�p'�Ml��f1�M1�6K`�bSH�6I�/ ��R�Q`S���ڐ?7|���M��ཱྀS��0t4�1
L`��ӧY
p�d�
@��biH&�`9/ÜٛRc\��H}�}��c�,�
L�p�p�s!K�Tmu�[�s�Y9g�q�������89�I�99-n������3��uܷ��=S\/o�6g��ȹ����[k9���;��x_M#��!ͮ�6��Mш�ܷMgf#-�1��P���>����*=���<\�sx|��}�o�ǯ�g��`��BGG��<L�j0:�5b����/�X
\�:b�a�|^+�M�"11�Q6��	�f��p(�e,�A��H�H��QmC�Vl�fdS�T6b`ö#1P0���3!`�����>I��@_�z�U1T�
l_�#F69�>�$6�t���l
6ű�
�a�ɡ���(�ۮ�������?�����N��]���y���l�q�Kбل�O��/ž�tl�}~��gl"`�5cA�"%P:���^K�<�9冄<q�g�?�Gz�s��u��\'9���W�s8���v쾘�ܷ�x{�=w�l��3{������?��/~3�q/-���ý��k����ytl�v�`
=�&R6�I`���D���������n7m�::�N类�a�Ƙ_�5��1�S��(�m�fl
2��Q�쫒��]���<���k�(Rd��
�]�u0\�A4���[@�m1�1Zi0b#�.@�0�1��b��M0(��VU���k"61�B�L`�`1�_�m>�`��IMb`{1�N�v?�Rvا�7!(0.ם(�(c��(�_(�16��7�3����v�?~��2h��C:�
��x0""0�	1�
�6�!#�s8��8�r��w;`���K�9��8U�y��CΣ�=�ɘ+�ǽ��W���]���њ��y@#�-��y��ǣƠc��*�7��j�9N���օ%
�!�S���j\�t�dJ}�����<�m6��G�
�Y��H�H�:�^��������3��!@,��s�����"��1$�m�!����/a��*f�8P�V�A`���5��]��E��f24��a͂
�1��@>c���k���o(���aC�|ňm������q�l�48��"�@f
#D�8��p1lv�A����
��d8
�O�ı��~��Kd@0��
f��Mq�0�ו��D��d�<�lG�=�g}�����K�v=ι�P����\�����9��㸻�r��9������p�ǝ�u�	�������6{?���c.�,���<�ýv�����G4!�HG�M
�p`w�t��8���e���{��a��ub��1����:�vy��|�\�k�ǻ_�3�M@d����k�l�``���#"f�ݺ
0#b<�e�c��8S���f
�������ı��9n���!�a�0e
�`Ì��a�F��O���0��4k���O��0}N8�(�#c>�}��&Y��2#�避ĩ^I`���/!�X�1XB�3�`���ך
�g>��P��p��}�����Wb�\��˂d���*�a���!?����̤�:���a�2��yD�z����l�u<��tZg8�9��u��s��h��+7�8y���8A8\'����\��0�阻����v|烓���X�����or�n~&p8uâ�]냏c�7�>�=c9
90B
=<�}#H�Qdf��%1F�1im��r�v��(�*���xG��߾*۔:U���v��202ؘ�`�8�F�
�`�`C��.��.fT������X��`1�u��m�ڀ��fF��ld>1��S��Hc�
h�P6����gE3�?8��}�O��3������
�h�e��6%�}u����n/������6��^:��s��Qc��a���1?�,b���Uc9C,�HĀb����*؅����@���I�9ieqt��<^�	��8��uv�N�t�s���s|�yvxE���p�^\�qp΋sp/��9����q�ν��G���am��������Nq�����n��ԇ�8�x묓�-[���8/r?v'u@���@�
:�N=���{m�hf��U�(���J6����8Ǐ_}���ʱ1lJ%E�����4b0Œ����	�2P6��0���ߋb���8O绸o�
�~��}���]�ko��p9���b���2��lPK�L���A����`>��y��s�ml�
�w�{m��K0�-�k���"
�`���f6avm���
���b�Y���fw:/��GcP
F6}$#�v�T����c�M�ƅ
0f���v�d�`�w���3{$Yve�����$TUf1HR����0ji�i��l�1?�?3�0�8<����%��1���!���~�*e�=vó�4�R�^���^�w_g�ZB���a�ٜ�]d�dJױ��aw��m�WYT"0d��
�\�l$!+����f��
���D�_(^`� ��~s$x�wH�(�P
��.���>���ɸ�4�`�(�>��ty�����ˑ��dgW�W�I!
9sj� ��A�SO�se��g�j2�㐐 �:
���P���T
_Z;�s��]�s��am���d��!6S
�<`/��PL��A�I��lq9�n����e�6]c2U7am���Z���HQI
,�"�ڶ�ٌ�s�Vcw�
�#72�*�lC&
f�j�8�|�����Ä9ʄ�Tk�mnÅn�nF�}ٙ�P�q�0�h��yn�a��>0�����
�r�M�ܿd�
M�+�VjgC�
��&�R����Mf�գ4\cc
�tF�l1�@B_Y�����ش$�Wi�
Z5�%�dҕ��+�ݸzFH*�L?j��־�s��u(�q�j�n��#Y�j-�$u�A�:�q�G�AW�Et�=�\$�1�Vtz�bBM�H�����Ln��\/12��rG*�=2�bCz|��Cy�P��Z%�h��H4�8-]��^۠�c���sԞ�]Ȉ�����.\`m�G����@A9�ni��b(��˒��I���E�(�Ί$�'��v?H���į�;��"Ƞ%&
�0��e����y�A�S�xᓁ������6��t�K�
*��r1���U^�"�~F$`$aK�>U�~\N�(����#�*&D�+$������|�,ۗ�<x�1�S��K�
�-��P/	I�ʲԳM
�
`k��}qE��Frp7�ћt��)��,*H޽��u��Hho���A���@	�@<lj������V����g�[6��Q�6���
ܮ�쫶.�"������sZ�g���P���!l4�����[-5c�wwv.\�0�N�̠�
<��hƆ}����m�A�m~���x@�C��{�
\�����[p��_���j����/�L�n:�ֈ�l�A�[�
��b��#C����y$;0������5x��[1��Q7(Dж�u����8p
+�σG{?Cd	$�v�U(����j|"�H�u��
q���$cĸ�o�h?HR`�ڦ|$4nC}��
���:t�g�ق�[���>r��'
!+�P��"�w���2B@���ߕGnsTT�s��݋(���"r�h�����H�$D�
:�Y��;�K��t�D0@f����L�÷��5
��0s�7�P�3��s�7Ҧ��R���$wb�`a0���2�����pFVBȪ�=�ų�k�9l.h���@�0+4
\MOB`i>�W_��j�!���n�LQHDD}�s��n�_�~�}e>GÑ��3_8�K�ʷ��u�t]7hߵfN䰔�.��Aw��P��|��U���rw7-|Xݬ�(+�X�%i8�$�3��>��w>p�}������www�!���H9���xX�l7������c��oa�v���G����J��7"&�!��{���N��75+04���>���~��?��?�wM�ގDt�2�i��\Q��&��T\v�b4�:JՕ1H�Q�&x�a�m�
���@�n�C��0��j�H
H�pv{�p�`��mT$�a$��F�>(���A?_�@���^g^e�?"]q
޺�پo}���b`V@X�o�u��^�4��ɟ#����
��
	]D"k��`F��O��篾��קӎ�N2soo�@l�����m�����g��᥼S�؄l	�"����Țn�$S혓���̙�䋋�"V�)�v�������;��X�Ѧ�!!@�l7_x�ڃ��w��N�勺��8t
��M�V%���ϑ��1�`/_}�~���-��|�n�����2�
є��P+��K>�
��Gnd�}�+H�4�[�h۝4_6sҊђńo��淾����v[�`#	@0��NT�ƊM�a̕^~mO_��gT�x�gkk��}g��|>�L���8�ֺ���������i��V���אbkp������=�����{���[�Z�O;a,E��Ԏ��;HyxE�ˊI-�n��Q?�L@j�����i����?�0^��Ʋ�1�Go�TO�
A�:�	�����2n���|l_�t
��k6ө�v/�Y�:$�!E+��r�_2R�����ϑ�	��U;"oE$W�7��w��i�=D�bռ
��\)on�+�����>��w��h~�tA2qZ�`��"���e$�ep|Ȃ�,��v�A�]a����Jxk�W^��(e�
���]M�rB*�xl�}S(S\�&��{�����dE��Ə��.��
�:�\׍�<R��D�̫�t~�D��*�O��;�f��|�x0d܆�A�f��ϝ��d��N+��F�m,��Sl"����e��������?��-g�.�ɰ�]���VL)b���8���#6��w�B^t\Tj�7	۵ֽ����o���#ڥ���Xun�Ϣ	�;��z�{���Z���_����Zn�E���p�HM
BsP7�K�S��k��8�y�Zϕq��JxY�4ѡ+8���Q�
(�x)JD�����OhBo�*��Ű���U�n�ϸ|�c���tHV!�R�B�
beBr�Kb�̧��!�Q��;}�&At"
DD�9���o�o�uB�F��7r����c���Û�Rxoo/���?�/88��4r7	�0`K���M7-�z�d�Sfs!\1�*�}^=Izl�<T�z�(��K�k��~�%���[��	�pH��zRu8��q��+��4�!3�'�~�;}���y����!���l���΂�]�z�Hn��xF�lŜ�k�V���AZ2A^�\�0��!���������j�2m����Z������J)0fV�8�`e�j���tŔ�ƴW��rg)����5��[����
����nI�i�H��D�ۈ��oS�/`�Lc�8
>rȞ�!�6�M�+�V�۴�5Ȳ,0r#B6+���C(\W�:G�C$#��V�d"d�e�n�c�$D'��I���յy�-���MD���q��0^=\<���q�u%j�	
ө�f�:�AR$#�v���̷-���a�
"��a6�1/t���D�Z���]t���;�s���>��A�s�������kupD�����?�{���cJ�&��;7�jR{T��+�T
���P� �>�#7�+��$�$D��
!�j������n����e��{�]wi�/��Z\�0�Ɨ��س��u�O
�$un@!��-���Ҁ٣�5��e������K�'W�*�������W�����!�t�}E;aA��[����iB"���p��7�U��$��ݿ�md�|�Cq���ϕ�'~�fz����������8�<13/�o�<v[�{��P��X�9&�U�>=a��̉Fj�U�X&^�����.�E�u��L�����ŭy/i�=$l#�׳�m8hкU�A�-���,n���Ifۂfd��4��r\Ul	"��i��1V�:Y�񮈆!�m��F�J��]A�nj

M[%�p��2��e�dA�!iwk󷽯��������w��
���흵��v.����Kټ�TR"�	@L�
���v����
KP|���=�A"�ԋ����ևbLAD�)��^�\q����/���	٬D%@��������'��ڍ�.�����_����&�9$ܺ��l07�̓W���
�Hΐ�i&�z
����Z!�=Nd�|��`S)�Vp�)�C�tpf�]�����/V!@��=���G߻��_����3��o}���	��1�l_���?��8�y�ٯ���r�kGf�{�Z��'˩P�zO�yH�Q���w�����{y<��(X��v�4([�Q(0"&eo{��;z�{���B���=<=}b��Ϩ�
O^�4{���/v/>΁����q��6��V��Ο�l�����wԣ�p9�J9���7�}���V�W�=���δ�׽:���a�^�M�-['�i�u��q��m؞���d}mmk�#0H�ъ�j�)�W�a0�a�A�Bj����dh��
��'5I��=(�H
c\GW��~f�b����+<����G�@'N4t�/v`��˨}=Z�N�F

������?�;����S�ʹ뺋�©����c�_��p���}��̛�q!:\��A��#�Rc�w�#������[B�=(R�����#�-�ݮ��T�7e�_�;Ģ�<b߿���n��PH���p�������J۔��v��f����w�l2�,t�^���ɬּR��P�i	0V�Բ�Cf�'{�,��;�(�UJ��%�}iA���^c��=�1y��P�*`�יִ|!7o��?���@�{��[�X�?]�$:��8-b�p�7�Z��&g^Q:�"f��'wr���G�_�\�̗=����S/!���
��sg�b�@V�k��t�mcW06*X�2�/k/>��Cy�l\<�z���w;[���k$���O=�w�;�ҙXJ���f{�mФ�3���0Z1��=��z�]��ؽ`�w޿��99�<g^X��~s)��䋸v�[��;��G�L]�m�&!i���
���.�އ�Li)خ�����Y,F��/6����Z�hǹ���/ܮf�v�A��@`�{�n�lH��lcA�8�g�j@�gMN�@��ñ�7�2���8���4M|�`X�Ў�_aq���Z{а�l�:�!k��3��$‰
W�B�un����w�ڧ��Y�dx��y�(�s4%�7�&aI�B�꣪w�k�����^��*��R}6s�0�@�ﱷ�z���<��{��AVV�©���x��j�|����b�d��#jM�R�H�
���������e<�
�JV�/�[�ox�'��<����	�C��U��l��������?=x;��)�x'RH���c�
2f	�����EY��b8t��g�/<���{g������Ń���@�ꫝ���#
+DZ`���,�"b�'�ӯ�~�w���ς�?����6
H�
�_���P\��Z2���	D&�
�x~�;�޵x�l|�i�x�2��z�q=#��p�o���6?+�C{���|�_��m`��R���m`�������S�N�?���y�_��_z饗���k��tQXJ4�������
�s#�L�����p���f�Ո�G1���M��
v<��D�^�X����X-���u�8hM*�T��:��ˑ:�����$X�Br�2
����.�d@�V�
�#pXd1V����W����pY�u��:�8�M1���p'8�����{y���v%�JT�:-�S;x�^�=Ӣ�3?~kGV��JÅ���7qfQ(�����[;���=޾��$���
��DT���2�K���(�õ*d�2vP�Ǖ���s�<*�v���}k'�%�X$��Q���q�Qg��8}����Y�
��2+�%�s�Ԁ,'�����/�o�ч��SP��gDA�
+�3�ȴ�0P��m�Hc��$��N݆�����>�����Ƴ_T�P��{2�э<&�<�l�F�p�S0Ýr�ܰ��g<Pfs����^��s��r��1:ɘ�M�^�Ĭ��
�_�{n�n��?��C�~�'r{{{\:���>���/�{ׯ[T.N�vVgu`�{�f�MZXCa!T�,��Ѡ����2�A#7�W*-�
VZw�y���Uq¾��K�~�_�W�3T:uk���R-	jV/sʐ��6��2��W�z!\��H�dY��v�����/ϣ����:D�q,��,�=`d��}���xq�L;J!�I�D'M��Dօ�.�q����Sc���������$Q�?r����Et�g^呷�	�t�$��y@q��
1���2�'+P�&i<Dž��{�T�Ԅ���^8O�
d�q��
���.^�?�ݓ�$m���l/6o�@�'54�N9�@Aq�,�p�v�;��
�0g	0�\�F�HmZ�NQ�Q?�pC2����)!���:bѡbI�Nϟ��ee!��$q�4����2��1x,tB1�[E`���cm:9��௭��W��׶�W۠7ˈ����kn?~|Q�����O,��z�E���w�GDf�\L��M���vA��L`��x���w��~谯C�౸`���T�Y��C�԰�f�zW��
���	g��h�9
`���'؀QH�d'H�R��,�]e�
/7��]8���i�D1k��
T^�P�D�:�\������ݝ��`r%l���"�"DD
]0�H���A�u���#K9�XNOw���K�o����[�¯�{G�a05cMI!��ˉ#��
�(���DX�,H�x{K����m���%�3X
	�6$@�(b}��W{W��KGF&�~0^y�z��L���r�a��P
$NH� �R�`���ĥ�QP�
ꠢ�	a!��4�]���*E��P9��ԆG	e?��_�+�7ޮ��q8�����Z�F㓿��xLi�o��2��{Si��5\c�GRD��^���A@�����7�G{�t�o���Cn����6�VtxƇ{`�|�8�H�y���lߺ�\,�2�g؀ڿ�0Zzk�@��x΅��$�
$���Q\�UEv��^˽e�� $Z.�|�A
$((
$j̰��(A���EQ�&��	������a̾�����,�@�+$�
�`<�s�X��'ة�$�fbԤ@�Qz���a�Y�IK=�ؔ����e�@Fn�P�����V�Ȝ�*���H]D��{r�w>@�R�&�fm��ިb�S/q��8v+�na�����*d�sK�3�
c#[�dD������S�������[
e�&	
��	0�����9c�<R��}���gaxup�Ωoi�P0�X1��7$"�6+���H�U��2�j��l[�
b)���CC�'��cc��1����d��U����
���F�\ɟ���r{� ��
��9|�3��v���&\͉�$�}x>��@�L,#f%<4@�LQ�n�v��T���C�I��]D����b�=�0DQ
@t�������~b��P���$�0"`��b��l]D�)љ&:r")0�h���B�Q�<����'O(AV�G�݋���I����Da����$$H(io+�|0^~juo"
A.ۗ�~��?�nc�"k�9��c�7ޒ�n��#�+tkJ�
	,�V�l_���i�ؒ��	�bW-_�ƽ�}X
T��������=��o��	ŀ�<b��R�ʊ{�&�XBD��ڥ�4�wkj�m~S�_��K)���C٫�v���;����
�@]���%VW�m�j�U�+4)"-K9g�Q������U/B�Vk�0ё6y�,�D4���D���2	ـڲUC}V���a�0⛷�k77�=d��y8-2�
$!�S�F�k��"��
 �0�:�(�K/A0���=#��:H�zrū�3=��a�}dT�"8��V
�5Y*�D`�.�>	��a�
!rFL"��w#���ȱR��`9C��M!ً�F�Q���G��DP:2��<�����Xj�
n�gy������|g�tk<yH0��8��p"��e6�d��B�@�6��J7�!1���v���0&JX,���+�����d_�Z]
�*oK��s0��w*�����'��2od�Ʀ�|�C�q3I������B�6$�u�B�������sU�Ҡ�T�f@+2��
��F�`��x��\D�@���#�–��a�;�G�[�Oe���-�:;�}C�B�
(
I��@˾)aRX�%@aQ�d�=1`�TK1”-w�;s���Wz��L3�`��r�f�DG��#2$B���h�t�6�e�u)R8�sNz�}ՄLb\�"0e�s
D��@�*�����oקv��I�
����O�O�M�r��q�m8�pG�
�I
5���%ST��$E�A���D�����+\>c����ݺ��L�1
�ы}�!펖c�rV0b4y�(�=|\o4H�9`�����vD\y�C�F���g��!�-��μ�HWp_9(T�D�R�>���/�ص�'�R���-Z)��A�=`ܣ}pU�d~�}Й<�,&'��պ�����BHR�0��MgOW�Rid<'理���D	�+	$I
zȌ������`�*�4�d�
�rx��Bt��U�
!��P�)I[�|�}B�˄�dd˖PZ�X����>��'	v�XBDh�������>�@t[|����b����ť:�
�	�JL�&�PY&�ѡB)RQ6}�~F�Ζ_|��@�F�xs��m�G>:{�#��?�Cc7D�+�z|�B"�r����@@�‚�����<���^c���.�rE+��^H�m���]k�����|����;g����
t`�3q���Z�'���
��wh��xL\#��5��W�Q��ھ�s\��]!���z���G	&�A#!-'��X��9��\Id�H�,�Q�P��01aH�8B�d�*ā\[��Ո�얏4�L�8P?&�\%Y�PЄޫ]����t�e�k�dT.'��!����#�R&en~��޺{>�+�v4��Ӟ���?����{Ɖ�%�
'N���۽0!,I�� ���w�
._��Xwk����w�W�3vwb7vv�C�
Eؐ�ѯ�ߪG��"
i;���d
W�9�;
6^ݔ��='��Z�or�~����~���z꩖h���?�O,:&�XKF`0ߡp�a�J�,�;!;e���q��V����I+�<#���J�
��t5^ ��s��HY�Q@Xhx5����&rcM�G�ll�U
1�v��$ܣ	����X`�)TR�D	�2;E8�	�rv_Չ��:���L��I��
"Y�8���1����C�#��|N WKⅱ�%�Ʋ,B�
"�1��vѺs��Sl��:׆�^��|0w�� M$
B���x2�ް��?6����W�P���J���Gi��}�C5Z>�J�$�LJ��0���ߩir`�;��]����~G�ޞ�?���/�N���Fk���6o
�����R��:w����!י��	�m�j�mI���x5=��Jt�j֣L�Z��"��ٳ��}�[n������kI�E�`ߟ���i�y�݅��ŋG�;���V'
�
D���X@G@�X��	7£�"��V�����Yq��H�3F�7���F�����oZe�2Zp�w��d7B���$��ܔ1By�٘"���
i��3`��S=��LԅjքĖ�N�a�@�m*6)�����o�蒮@fFC��LBL
�&]�gz�W�W
La	%�*=��#�!k�\�MXůC�8���
�
��P���
ioߌ���*%$Y�H,lQ,���nL�Ix�M�r����K�O]���f��G?�=j�Ok���t��k�9������e`e����
/e\��@T7�IJj��I|���ǵ�.{�����
'���xX��I@&z�lk�|O42��#Ƨ���1��~���$	ż��ٺ�]W��X����6t
�j��p����َ�E���pc���.]����O}�_���x�p�����i!i�u�رE��#G�}�Y��1�N3sާCH:0x��29�6���[�v�p�<�Ӄ�yE#Z��\Hq�48փt#{P�`��%���K���˯|]KfF2Ȁ���@8m���_�=���L�*�r'���i���V���m�6m�!�@Y{2��H�
�$̥)�R���/�����At��]�;1&`
���c8��*�cX��tľ�PeA��ؐ�R����&+zLZ'��%�s��4��l0�ǀ�"
Y��ʑ��5�H���
!Np�|a���mԛ��?���ɧ�'?��>�����S�|;�uHT�q���n�R��!_��[��6���BN^|
��Tԭ9��$��w$�tc�
���ڌ1֣Ic���-��l���˽�ޯ���[��O��Β�
�D�Iz<C=��Ҥ����+˲���?���̽��[o��E���jAËϋۯ����p
���!��]���F�u��'N�h��w
��l6�ޝU�H:�rt
r��`C!�X-8��w���B��ݚ6���B�C6BN4�Id�c3��'�E`p3�:Wۖ����%4c�A�(�j��UN�r�ps�(^�
�^�1$u��/
,	�[�{�Z-A�z0!<���DC�;�S�5�%�Q�B��
��%Ν�OϞ!������c?��~�h�h �r@_a_
I#��dZX"3C���q�(&�%o�c�Op�T�=��]*)!�.`��V�I#���F�@t���7���)�g���\[������<{�{�K�g������ϖ��N*0�w{����@.��ljEB���_:+<n�{:Ց��S/��HC�\{�RP��͵1�d3H��zh����)���m,2���FcU��I_�r]�rak���
�;�s�Q�^vŢb<#}�9�;��%4���%%{X�H��}C]=���p��7/XvA�iՂ���/8������5L^��
J)�2�3�]�"��v���޹K�*S0������=�x{����Aq%fY�y��j��{6{�-r
\k�<@�5LE$�P��FR��ZdE�L�Ę��d�e��H2�p�߻-W[D`��4�X���:�+�rN�S�8q����	�
Z"�+WU0�é�b����}Hx_<�+�=���]�`���UD��]Sv��)A_���r�C�+7�3��I��"c��Y��%���x[�MGC7e�}��7`#�ә�ki&a�侊:�E��~_���!��edEF�Dl�d������_��t���o����_�I�\<��ν��Z2!�-'$0bP�=ˎ:	�3r�M?��0�h�s���Fe�0����
A@]�2;�����f�i����8�ybHl$4�U����u���/v:?��O��e���m�jI�%����{|��r�ك�/7���"��o|���߻�_5kf�^�kێ�l<��r����|�+�S��Ţ䮻�Z�Μ��2m�`
�1�K0Ԏ���-�s�rJ-/�Zf���<+�/��%�-V�k�Vs��"����|��3�v�+gʼn+�������@b�a�;|�Hl�V�@��.�������(��x�j��H{�H}o@Iwd��A228�P�3U�=��~X���?�@@ҍ���L{��1������AGT����8r�27�ʾu�6'J�dI&2�`��)�Mz>r#�#�98���ơ%�����A
�~�A��.rAm6�b2�b�$\�'$xr��"!xq���_����F��`�=v.�q�Ռ�{�����
R
c0��$��������qH�]��i9��ްb�+�TC�+1��,�m�V��B����qjG��z�	,�N���O�=�h�.vO;������|K���Ԗ�'ے0`�ƒ�gBH�����8"_f^�m����_����[���ɋ��x�;ޱXL,D�'�nQ:��U8�o��r���Ƣ�s�o�rQ�j_W�1�W�f<t
_�J|�Ư_���m-�4��Zx�Xd�P�p
@dZ!��y��a6�$�%ț�ٮ��pI�j��-O+�@H�ʸB�	Nj��lJR$t0�)t��z����~�0p��t��6	F��_�CF��G��
L��ܫ����8!���N�*�}�sl�+L��r�Nj�;��kF.�8μ�M�D�$6�
b�`��.���І/��,��{���3���	�0p�;�\>������G����=�3Jq����IVH�1�]�x�1dŀp�kJ��>���=�
�s0�Y��n.:�a��Ua�G�{=��MA����ڷ��a��M�:c��K�,z�����ы�B�VSzJn��$���?����=lI^����u҂�`ͅ~j��,�x��~
\7"��ş��W_}��M���*��9{��ӗ)��Y}0
�`�]Ʋ$w�|�1��mYGɀ6��ų�������*��6K�ƨ�����cW�R
A��@�9fc�h���;��NKB�����d�s�)c[�*��~�3/�K�f���8���)p�{/G�mI\=GS�I1�T�E65�@��������$�M;�k_>�?{�N��>ł�,s�N�%��3p�U��Y��
��e��������d�W\�J&���LJo������{�})��)	���\�(�LH�>!�K�z�[���/��
H*���_��zy�}��mW졼	!��~��=N0c�
E�a�^U�	����M͊{��!�&�7q��	�C�E�X#c���e�W:�\x��'K��/��t`��@�m$	J��ֿ��,*��������n���%s�
H�m����
�l�-j��]�����5I��q`Q�Z4|`L�[Nے"b�]��`/�\��|�|�c��|�|Ϲs�y��}Ŧ��w��*@�����f/��Ɇl5�h)
׀�x��fAQ�����؆��=M�b�{��*�	��,@-�	��M�QW/
X�Iƃ>v4�����@�e0^�N	�ܫ�
@�.x���݅W�t$�j������O4$DΩH�Jc�\���JY�&	ABO~�8�1h�Ϣk�s򱟙}�]��HF���q
�v��d����=��W0T�1�2�Νsw9��R�f�+�j�|��M?������'�8�ur���)l��t��y���V���u��}�~�~}�����M�$�bX����thِ�v��9�q��i�q'�Y�,
9ޫ�w.r�
�b0ClYs��x��Ӧ�\_��@$1��@�0�ڼ�!��NB�$�<q��ɓ�<�ȏ��.�N�F�aL�nK��.�`ll�x��7X���
O�vG��Zp�bo{A<q��B��
�IW�We��],��7~���{�җ��'Ohz.
!��cb<�3��V�K�#�1��
5�В'�fj�lۢ؁J�M����a�h�$T�4P;��$��1R�[��s�	Tmま�
�j����F"i��q�$m�סà6[E��ә�\��^�}��=�
2�eAA�{�$ Ȉ�L�t��!BȸbI�+*
��f׿�G�/�S`�7��O���?�����nw�I��ο�iFۙ�l�=��m�Y�7%�֬&��Ԋ���6ƉR$v<��<��dOV�Bb�V��h2��LT0Gy��#0j�]����~]����./=�+c�z�[�9��%0@
a��`�"x�R�گ-.�CG�D��@�A>��H�0Z_��cC8���uv#5��+�p$�ڕLjCzm��p��G����\ʚK`�=NN�\�
�&G�R@�"�*�%�����[�u����$�
l�Ƹ��d��V]{�O?��#���>��}�����m����
�K�ȯo�,�
ے۩g,���^�"'O���������{�;߹��
W%����d�Pi�}��s�}�3�iƂ��QJ����/td�>��W_���&K�P�@X
����Ț��մ1�5e�PC�H�t]3�Hr&�;\�7������(d�z���J\eSh�;ڣ0�CV!	�:�mX��%!
���,��d����W_��
�p�(���s���/
y׃eT���e��%AAv�r�sh�"�dB�]�
]GX��dP�d�1DA�d�?�@��!���l9���������E�0�ev��O�O��x�wA�����^d$���LH�U+G'IT�)W0��ϔ/�|���/��Kl����a��G�T�"˥��߻����v.��W��>�7��\���KOS{́�|������!�L��<�6o��m?�E�x�n���5B���>�Ξ`�7�:�J���`�X$;ū�`Z��K�<������ﰽ�mwk�̤�>���4KR�xw�����&�*]t�9|�p��
�j��H!5�K9r�V��F����T��5�TM��K���?s��w����W��_�K���S��s�&Z�����x��j�Q<h|������~��J�z��^��,����k��f.\XH�
�g�?�c?��_�}�s���P@(PAE��q�HBh@+c/f���k�]�?Vృ�WΤ�MX�y��	H�U���@p
��h
ݶ�D�	g��?9i���
BD純 rf'��1t��
t_#>Y�|Ι��J�Ʉn�4����_���>��o�K���
2��$��"����%,�j�d*�4�8pFo�*L%�OCS�Ә��?;���;�k�7]_�����1{����x��a�s��/��X��@��棛\Ji��$@"c5�{����`���R��3O�3�c�5����g9~���Q+�2���g�tpgo�˳_��
���9�|���.]�����cӭs�D�����8�2��w�8��c��-_�;[��K�Y�-ٿo:�H�J�N���\1P�_~�|��kl
�'S
.�`��}��#L�2=��7c�}��L{;�����v?�d�C��8�C8�rFNn�[$�1Z��޺ֲ�@R8LJpj7~�3_��{>�������������+(v5<��������W{����-��^�Bؼ�Y�w]�Z_g�Eɻ��o:,Ơ����[����'���:$��&k��u�m��m/z���p�	
`
v`�曃l���_�q�6�Wh(��h�:+*��{����k��u\}�͎f���d
ɳ��ƭ/e(:;a�au|����������@	��w��|B�s,,��U!��R$��Zڞ�ru���}�N��zP�"��@@5$%�e7%ߵ�ן�~�o�]7�:"��W��������|3�w����o��$���Q��铬�&M���N^}*$6$T��{=�2/��CU���r���[�^Ν��i0�;\������>�6��	$��u󈮭��������z����1�t̼�5w�‰RG�{2�|v��J�vٺ���ؽ4[�N�x�Z�a�ҷ����+C�y�X���<S��@��MB���f޸����6;U
�1=�{���+���?�O;��<��cO͵�l���j]L+�ƍ0�)�m_�h��k�0����z���g?����8ѡ"@r�ѭ�L��7V��4F�{�t(p��1�*�!Wr���ӖP5L'��i|��}GIΣ��͎�򜀱��A��Z
���U,(��I�`��hz�:�|#WU6Ch\
3���3��`�u6�l�"1)/#N���l{;�{hU�]�¦�OM�.17k	�<)$��s��o��J��38�����W
�~�\yϻg��'�w2��@�'�76}%ͼr�Q�6���jr"�@m1�v/r�yn�դ@U8������|b��'˩���ެ��<R�t��S/UI8�z���ɗ��f����y�-�hw��I0$l��|n�L���o�u��8t��ȍ�L4���0'�7�1y�+o<~�}��7HsS?�n�g�8�aW�F����-PD`���#���>s�-�,����/�ſ���@핇��v�������D�n���6�$7�o淰����E�b��S����bټ�(�MQ4;�u�m�Ę%V�	^�!��f�T��U�B	��c���D�62t�>Т�Ї6��B
�m��!{a�U���p��
H0�7u��&뾉M�z\O\��ޥo���w�Hw�\�>�1�H�B`	`;�Sl��k1i{�7n@�VFV
a��`��	s��*]�����#���{���b�R�|���o�
3��>�d����_���#�`�d�P���4WzH�U�c���?��������K2^�-���8vgl]�>��~������/O��|C���Gf��[?�$H�1/����������~!.���}�#<t�IlҶ3+
a;��ߚ/?O_g
�ów}���`r���������������������۬m���c���
$u^����B`
J6��چY����(���0��+'.�Կ���)����������y�l��\4$yp��Bvy��~�L���B���pM,�W�������+�����/>^6�A���aD��}�T�!1�#�O�Ɠ@ζ�iE�������>��<�N�ؕ�����Z���C�f����-a΄�
�J�2	���4hԧ�wnYa��L^�ȡ�����4����`�{�=����ˀ�r�CEK�p&��
�Aȓ�)��0@:���2ij枘VR�H"T�;G���������Ԣ�
k.p�J����{�n�]�mȬfV1�af��
o_���X�}����'�����^��ƛG�?�	Eם~EN��L�BF�m<������y��־�K�j����l���L/���|����yp
�&������H���d�޹|퓏�7�={�#����p&N��^�M�����9���OL����I�������S�Ȁr�~���G~���~N�����w��`������M����/������Б���N�4&�Z�>���<.vWzb8ca*ȱv�>���G~i2����������/���̙36W	RҰW���d=����"o��E�b�xZ4�?�����+�ݍ�u��Y	�A�ƻ�j��n�+7'2�z����*+�u5�7���e�qL�a�/rj,�J����k?�ț�����
7����S_\�0�qS��;�=��������U{�
c,��m���`�mԛ��,A,eA�	6NH�\L%������Pɩ��A*���.�M4������}q���Ow/~�گ��{~����s�t�E�`V��H��PC_��&M����,��?3}���紿=rw��/��'���˃/�JW�`�������}�ݳ���ǻ��j���ɴ�~�������ɧc�w�!��R���({;�_����M{����U^�z9s�݄o�_��a�m�_8�
rd�1�.��<����O��<�Ÿx�q��qd~�C�[�v.o��U�����[�gN��_^y~�̗�ҙU�s����i}s���e�"��e�}b�+��ݭ�!����{��)ݽ�t3Nt��Z
�N��
H�R�-Q�x�k4>k
bOY$��װy������ܿ��������.+�A-7�(
Uæ7Zmte�7��¢{�X3��?��V��߿�?��޺�"��U$�Q�	�j3��GE�����6#��'�Aҕ1�a5l)���ye�����E�:go���a��{m������z�怶�FPU�op��G4]��vo����gխv.�[��3Y�7�oYl�MO=�D�$0�B�dE��z��VXA�@���s�[݄2e}��st�	��ڄ�I��R\�DDAbR耂��Hb-�Dtb-����dO<�w��
≯�ݏ�&lF�]�����=b�Y�d����JB��f?s�SS���Xܘ��ϵ�L��7�F����W^9����y�7�Z._,�v�/�=��bIAʼn�$l���6g7�\���|μFZR����cw>td����o�.LO������Z�V�@���@!	�L�����[��
u}��>�|�����b}���Lֻ�}u��d��,��8����w����åӅ��s�I��g��tr���⩘�#�
w��x��]�&�x�\<C?{}�ד���M����y��֎�G���~���@�\~�J���Iw���쉘��b���������
p"�'�����uA��`Ѣ�MT'���Xp�d�:{�,������w��w/�wf���c��K)���[����E�y1�f�������'��1Y':�It�V�#
��UA�q^c4�+,P�Ƶ����KV@@+]^����Ӿ��0:�����a@���p@0�઻�a&�,묁�V
dW��	�p����Hm%��$�p
!�#7׍#��/>�类9���}a�R��%K
�TIAtVAꈉ����vc��
֦tk�Υc���I�B&a$��D�0U�V�S1	:�+LaB}@@3艞���'��I�g��&�}�R���}�,���>�g�3����{Q�s�yh]Y�����u	@%�28QQ9�=�`Hd�,�i�ͮ�ڡ\P8���%�l��o�����ظj��Z��vV�T��wG��
(�.*f�����.�`���(���gԹ3!]N7sm��
`�2��n�������\;�2���\��"@����!OցœY�~���\��#��q��l(�Y�~��W�/
hyi�Yq�L�ܵ��;�>��;�w|���>��_��ݿ�w��?��߆*���G?��?����bנ�'�|�S�����S_�P7�L�:������`��-����qg���w�er�0�Q�q��
Ո1�[���L\i��b�C��Ĺ�1�TB
ؖD�i�r�����ݦE���F6��3e��?4��4�h���
���$�`䥽� m9���=�ʁ�E���E
:�ô�W&�iDJ�I	j��J�~���D�}��j�MB_�����_����Q"S+�I_#M:�H�DF�D��9�/�0eŽk���ㄔ����Ȑ�(��i��|��w�>��FIn�L+�`$�q##�&	@
8��P�>Kj*9����ܻIlWe���]!���|q��'�j�H&5��G
e-;�������TwHe����`�q�׃Ûu��.>Ԇ��h��<��oG3�cxű��lL
�E��!$e��M���^���N|�}�^x�����g�̟��_��O~�_������-t]��~����?���(����O<��O|�3��ҋ:t\]GE��!�ĉ
24iֶ!��x�
�\+N�Vi�V�j��jƀ��Rt����ho��1����y�����$k���vf�	�R��R�m�ښ�]���0BDX�s�yI���Bb%%�l�KLa���aa��	�`,I�4�
��L�'Y��"��̊�!�~Eb�
*L"�c���Ӡ(��
2��z���eQʾqf	��6�ƦOj�Ι�$�y�W�&�"J�9
<�D(
&��"���=��ظ7"^�Q'"���6���k��ݺ]��cI?,iCh��VbP;]c�$A�!�E�6c[HR؆@�4�qb�f>�'�գaPb0§����q�k�Z?(b4aj��1�w�Q>�1M5�i��`�4C���!�X��@	���X?�������G����>�·���Sǟ�s�O��?}�ĉEL�bVx!�Z����C����o}�[�͋ϋ���E��"=�W��'{��^�C�(
�Q�����4�C��z��`����iH����TW��+�Edg���e�"�u>:V(X�������
��3��I��lC;��A�s�[��`Y��6H�����sc
}e�n
��
C�vѭ����U[x�O�0dE�d)5�'��%R��d�&ҥ'E�X�WJ*D)d��YJQS�\c���S�	vH0D2g)�N
��z�:*����y���#����R+�dOMҸF�Ě�Y+iJ!�B&$YɹcQE"�	���"Y�B6$Œq%40K�{�b�lղ	�@�<es�}m`@�R!+NdQ�m�
�y�m
z�66�Gs�*N#
S�QN��T���U����6�ی&��(`�H4:�C�A�i�1l�.��P;��vM`I�(�q�W����'~���}�C�|��ݻ0t<v��b\x}߽����(ڤlG����HZu?`�M]����.4:��1~l�;W�v�k��f������bk��_x�k�<��K����1
EAW�7��m�3~B^�L9#V�i�rh��+E;�=f�6�3����@
t��k˸I@\�D�܉$��U�L0�����<����9�#�W<�kׄ��vJ�td�u�G�_T��D�@`!/W'��6؉�2Y�
 ;$�B�H$Vh�r�]S3&����$�s�,���LC@&s0��JOV(|��g�A_��U6}b�I�����>�&�d�J&N\�pf��2�d�#�eePR3>/c0���|s1.�AN���M�$
)�cl�Q��̽����=�D !��8(%��)��un'
lhGB-�Te��sn#��f�o�=J6͖�`u��V(WB��%!|��%��	M�z�Y��G��z���)G
�
�L6�e�v>��/�~�co�����s��o<~�M�mL^#�fNiE�_Cr�-���k�~�c�>��?�k�A���vv��_�t�܅�N�}����l�c=&��D(��#:E@�8���H%����5��3���T�FlWh�m�i��(�Y���V�2���aGj/��̑5���HcM��6N�{`ԆV�M?"��QI8��[j��7h����[Pa��2���C&Mg���+���iI�I(�@Z
��5�.�щZ�朗�q!+�0'�(¦�0#���O�(��d�vBV��JB�ZqOo�+����6��z�+�-0�s��#��Nl�+_jh'*̒��AB���-�_�&�%�$����	��B	@ƶ-	RĠMg��7!ߎAo�R�i��L�ܒ%˸�.��`h���5�H����A��e.f�/��sG	Rt��Hձ�V��nr���W�ܦ��4э"��%�C��>��֯?y����ڤL%�p�ץ߾����J��7'_=>�}�Т�:\_�o�ìz���޼�S���h�X��+��eɒx쿬�wIy��z髞H-o�F��ۅ�ۘ�������1}��n�B"���<֓�XO�X+	�F&�u;�~�hס�?X\Qׯ�&4��7��!�Ku[���7Uu�Yɢ�AѦ	K�J�v	�)�Ⱥ7�����	C�N�
�p��$��H|����y��ʓF�(�=Yo�<co���zm?�ԫ��,�5�^���ѭ�����W�GV^��������z�i�m{S�ݵ��
�R�{����o�6Cu�aȢYT��F�1T�C�
�n��О�ܜG��Zz����:�-h[$K�hD��Pm$"I[��%Q��������6�HG'It�B���߲R�&��N9�˕�"{^Զ����Z::Tn��|�J
�ZV^���I홙�..琄*J>�YC9-+�+��ɼ�Vgۻ�d��ǿ������:�����ԁ_4$�N	��s���=޿!E�������2[7su��E��9�����MHt��y�X��U;x�d��z���(rƗ�����}?ω����((ȇ_���Ta�@Dh���D��F��a��^@q�o(�$���H���^������H0H��ItQ���􃭯�&��G-*IO`G+�N�W�WG��W�W��mie�h�
�&�tvޑy��ˊ�g�z�����x=�?��k�I�2?*�y�d{�5f�ݎ���]S��1�����s����h}����=2��6��KF:��u+C)�Сq�T�,3
Ds�S�[�B�VNhj�I�HrǛP?紃���PS	mg�ݖ;2�M���jI|Y��D�	�>�ʪ�W/X�u�H����ӴDPHH�ބ|H2G܃`�Υ�3��l��DWV��#i'yYc�������o��>ߘȹ�Y:���Œ$i��9��
�d�D�g�"�F[��<#m�<�Қ����C!�@r6�.I`t��X+V��{����z�e��<�
�h?۽v�9/
��גG�(��%�F��XA4
�_(���$��^1W�\M-9nU�PB��vPQB�Ȋ�r\Bi$>X֣��#e@$Y�v�H
�$�",Yl����:J�W��1�Jwc$�(+lky7�m��i��M���g듯�je(��Jʳ=4t~v����Nc���vu{�i囚y���L�x��N���ڙ����ȗ�nE�4��D@Q]$��D�����h���`,�ECU#�pv�ޢ_m�2�@�(��%*}�++���z��JX�B;�Խ?��@��m���F�J����j��/���Ň�PF	��C~�h����V�cm�5����64"(��`A@���E�
�F��-��?�;��$D���Ԏ�,��*%�J�FO�ރ��,��&땕v�m!�bY_$�2��Y�
��}��Ad����^�s���vF�O�g\�;+�T?�t�P����D��&ߺ����?K)*I��"��q��MQ�;F��/�H�E��"Z$�њ�IV��7�z���iCuތN�H��bjȲ�M��Ķ�Ċ��]��l�Қ�2l6}`f��5c�6�3���f��#�z���Ҵ~�y�ئ�6omg����MQZHM��o�D�VKA*4�ām�h|$qZ�Vk-m�9����:d���S�4ZzٴR���Z�b��������4�X�tB�Asfn�^=���,�N���9��?
��>���I>���NVGr������XҶ�tQ��h�d}����{܃;I{��^���(�����&��I+"�BP%R
T	n��
:B�6Aet+��I�&yD�V�X��ZA��Ο�h��պ�J�KJ
�u�}>�J�¶�.�@��@��$�$�N�~��
B{7��D�j!i����38S��m˓gu��
�g�E	D��tvM�D
�h��*�&m���S�Uiޕ��JDV��7�%O�x|O�V��/ϗ�[��#���'�
����Z��v�{���
5ӳ.ۙ����ev�uSټ�o��P*��d�
ř�P-��Th%RYԹySrx�r5��%KB�%5��7T*$���5��B]CT�e%��N�$y�!"ڡ,B����QThA��H�<��~"��;U@!�����ǟ��Œw�[��R�@�����o�d�eA
�VQZ�D�V�����[���;{}E��jX�������"9���Cx�>���G�
y��v��̀�����J#,�HI�#��
g�E����r�%
��/��D��3�������$�BO-�㔁
P���H~��3+I[PڊT���IU+�;!C�QF+�Q�']�"���j=歑�,�J��4滑�$UӴ:���Ҵ��SCtI�I��^�k:y�?���W�z�z�6ֻM&�f{���l�����w3�fi�5e��][V����6]{fF�ߙm�֩.�"�J�J��4��)(t@J�-�-�p�+�a"֣ÖHt�F$$��dQ�ٝ7���9+��/fY�TE�G�Z#(ت��~v�a!�W����پ	��ԕ<89�}I\��=IB����ޕ�JV��3�E����\WEB5T�tYXZ!t)Yɺ~hnL�H�Ν�>�KY�C�Σ~���ŒG��n>M�S;��
(���H=k�}��A�=���盐ZH���Gµ.'�S��{/��{���I�]���
px�*�I�_�{�������
R��>�j���{�N��M�B,�#H�;���dm�C�G�����dդSH�(�Q��/��m��z$���v��&���T�."Ϭ�5m)�J͢Y:�z�K�2�V��|�t챷)����ִ�d����NkF�ff�����7[QP�\!Y���0ed���V�˲�枍�s��Fr$�g�ە%K��3�$�@�(�$�Fٶ4Ym��M�F�U�-et7�ܭ�BK@�T;���**�
@5��q����^�:�y�b�������UFG>�i��9���87�/*��s3�+��GBN
	Q�,%��GNi!�5gر�d}e�ZH+h�[v,��-Cq�9^}�^��S"�V+���uОt�=��d=���~�~��"�$�Z	y�R��joI���Uz�kA������j��8��H�t"es���:R��V����v
����Y&�6��Z�$@���1�$��&�1�Ó4�UeQ1�t7+Rk�]����
�Ȓ��y�|%���k2+;kjy
�i�����wux�=$m����`+_�6cojo�ugJ�2t����Hc�#�_
�
��U�HLup�0	�DO�IU��r�4"���-�Jz��V�jT�6+��uVW:�����AK+ڞ�zILK��6߂�
�ٮ �3|�
iVH�N��������k�E���@�҃h@NVD��JN�4Y���dB*��z�}K�n�m-F�YJ�-,��}'�.M"�"G��ou˽���M�<X�vҷ��7p|cS)w�9ҋK�c��F�J5,B�P�0���©7D�����t�ҁ����Pk%K�T���D�[]&Z�IȢڿ���r�ڗNg�%��@\����՛�3G'4��"���S��#@#t	hH�r��p�ckg%��O�Y���E#��qZ\��HtIdY�h!Z3�f��,4VT��6�W�jV�ɪ.�7K۬�KƎU{�h���;ZÌ�=�����^���1�&*��+*��1әt��ߝ��F���
4�H�C�Q�QZVɉ�J��(r��HH����$Bt��$�/Q0��ҡ
I*ڒ �T��" �H̴�j�DE
��=��,(���4H��X���Iu�iI8P
���1cY��䕯�w
��n��B�Ŗu5;T�d�P�"�PV��:�N��+7�X�����-�
ط�,���Tџ��!Z�)�x��w���T)M��UO�������W���L����"�T�A�>�g���M$�d�R��̈�OxTAXD
�HY�ЏI�P�%э���
(^�&�����b��`$7��&��E9g�W�0��BP�;��T��ZD1���
���J	h;ע�B��J�i~����ߴ�F�A��oR�J�*	����D+���O�4�iW$MCxt�c=iug6��|��^���⑥��z�����D��e�{2��&������ݙ̎z��3!3�e�T����}M��w�?�:5A����Ax$�	i��䲐Ŝ�y����퓚�'?N��$kYq�8͇��uIЎ3�A�U���]�I�hCC
��hw���ג
4҄�Y�m�f��l���-�s��a'U�j�ˉ��u���J�3w]����m�j֏D�(̻=�&���?T�����YG>\��P�J���~.h�e��
IՒ��z*"�mD|��~H����q����G��*�8_��n���h��Ыj_�|���Z��L�v��;�(���i�D�Er��>���8�����i;?�K�Pw|zWB���U����%�ѕX5�d�ʝFWB5��B["�;E�+*E�jNJ���k�X�l�]�T��Z,��<���w��Y�d���*�iV؅�f��{�o{̻��i��f��˼}���T��1������_t1mZ��i��^D�i���%+�n~�3�y���NǗ�-t���+HdE
�z�ς(����<:f�m��h�z��[
��I	�k�9�Z��@K+$�[�r�eA��O�}�G��-.�s%��^{�R0,g�M��h��,9��H�G^���7�׷y'��dE�Z�ALK$�0[��[��ȉ��-�-X�P�J��0��?��:�f:;�*>4�!N�\鯢��h����E�)���]Q5-X�\/������?��A�g�#�je%���DB�nҹ"��3ݡ�DrMr&�$�#��[ɪ=�v
�
�l]��XI�DHHH"���L�*Y$�V:*Y�@?uw�J�H@J�D8�
��"��R*!l�;�$mL:��Ȧ�$���NK���J�iV'�j:����ߙ����N���}����Ll�͘Ƙ1?Y���{�[��I'�̀���(MBL�������1oF�ҕ��?��;[T�?BBHI�[i�P�O��J�P��j���,��di;o{w����d=D7��rbp>A��$g1�#8z�כ,9�Fm;Y�P�Ɲ3CNzw��>Y���Xz-����/�nNde��h�V+���6��F�RN�8+R��p[�,����ۯ�ur�ഐ�U)��+|~<���d�d����e��Ǝ7Ց�
�D>���?Z��^�c�
D�E���P�@��@�H�
gg,�q>�Kp��갈$�ҡ���v�J$W�+}C�,����	�:'���`=H{�
�t�D�i��pV�G0gLZR+YKB�V:KG��Ŵ�a
����RJs�BA�$!��O��6޵d���Y�4]��À�
H[+Y2���fYKYI�I:��V���'�lM�h;:Lߣ�tg��n'��h�$S*+e����to�L2��2#cFjk��K�$�W^t�Ӧ�!���+#��,΢
F�!�Ո�Iu���lEB)'BG�A%r���%hwg�5�ҭ�s�
e�KB�J���mM�J8�
r{	V��,�\���l�t���!}__��k=����D���gc��Rg\��P�{/�p+G��dr~4�e-���(=w�|�d-��侽�J���N�H�*K�JF�H-4�)�M?L;�R�ֲI�V-�"��ᖛ��G��s,���
%B�!�����՝��)p��-�b>��TGq8��H"��~	�4Kr��3���,ɒu��M��V���o�y�oN�]PD�;��P"�EB�
��]l8�H�u��Ш�*Em�*�I�4�J�����e�t��$RRSS��׽���wfg�ٳ۽3[ߺӝ�3��w����Ď�ѝ����N2鰩N:�%��!J��"�#�N���$�o�R
�=��L<$I������XK��&���E�c�nD�C��Z��mI��v�P-��;/��S&0!�xR�N[IH"��Ċ&�H"�8\7�
СV�K�'��Z:�`��Ⰰ���I�Zq_���<��뻽;)*W�3O�
f�H$��U�������v]X��?wK��fK�N�u���шD�Z������@���%(PI�<�<_Qݲ�����mo��،ȒhAi^/���{�1�u}��,`n��0��/�q�UE�%X��O�R���Y�`ސ*'i�P
���C��eE�HDRK
iJN�"*����%�3�|�z���ҭ�VD�P)�j�td=�4�"t�n����Q^���]���U�Bw�gz�3��f���I�~�tUic-	5���V�	���&X:,���d:?Le�~�'�0�gQJ�
�$B��D$Ǿ���PB�i�qAS�R(rt�ͪ�`QYW/J4P�h�F(��8��jƧ(U�sh����m��eb���	���i(�hH;)��4,�jVB$�١��.
<MeE$��k�ֺ��n�,�ԍ�j#ܸY�D��.ȹ�N��{I%tF��>�L-H�Jz����ST�Oq��׹ŧ��2��m��J�����$�l�_�/��R�XT@�9-�`���zdi)�\Z��ѥN�Dh�կ�S"H+�G֣S���Ud%���#�%���K�D���I���twӨ6���L!��%�8,!�D��t�zi�3VI$M���6D�V�n�H�by��zev�[*�B%Qʘ�wfL��y�6��[��NǼ�2�옴1�M�h�Ƙ&��Uv4^2IF�A#T$$	��LRk	�3��bJzn�$AY�p��j���D�&diu��{��
�����kod��ڬe-m���Ւ�`!I8�0Z�&n�$ɢ�dj#�E��r��8Ͼ���D�E�	�
!���P7҄��U�=d����Y��&:G>/�k�{�ֻ~�2���
�,�[�2ə�T)$$J>�l�ӥ�)��F��pk�iwZ��I^Y_��Վ\z��H�αB��R$Y��!�K�����|hF�l�ĕ���.�rʹ�%?*�M0:�d�d�]��"iT�K@甍\��V!�R�l�$*$@�yYG=DN�ϒ�H��.��n->7s����2")ҦV$�4C�������Ktތ�j�$�2��;['�̤;{~j���ǎ�}��6[���7;�؉�T7�V'�T��d(խ�MZ�f�ԒЉ���(�D�y�|I�V$9��@�,q�bԉ��z$�&�3Q�Y��@0բI�Q�ܳ	K�'k�(!������m�Hd!�?Mr���9
����,|n�$+V-!4HGi�$A�$aw�5�)���rON�r�	H�Tr�[ה�+W��������J�@�R���ti�~[�#NT�$��!!q�6�Vb=�I�EP�$����������=c�����B���CrFWwa��Y�$�H~�(��h���j,IJ�@�����5[wR!�Z�m�����fkeгh�(�&Z�*=��;��4E9[��8j@""
R��(�N������3::�-BJd��j򳬛�,�u���b�hLf:�Ju̟Y����t2��cI�f���
PS�LRh͎R-�錄ђ$��$���
�$`��H��d-��z��8��
A�%���l?б�S_���J)$$� �iuHD�u[�
���T�ڣI�"TV�W���3�zh<Z!gęU+y�|i)�㎙kk��4$��|�䅢�܊���ڔ�����UR��:C/�n$WN%��>��c�Z�H�k�IrzŽ�3膜.=B���q�z�aR��O,���ϫ*��g�{O^_�ߺwR���C�����~`χω��J��j��i��?����I�*9�3�h)հz��ai���懊%�,i::�Kΰ8��h��)H�.�:�U�]!�"2�P�I��J�x��S�2���a��'�Db��L٤ӔNLgҷ�~Q/��3��[�EX�cF+��D�JE�>�Dev�
%�hI�I�_����J���V�J�с^=���io/S����싈�
�u�oo)K[(
$Bu���Qx�_+PQ�M\V�g����|�t��%��IT�^}+H������V'J�./���BVR����7��cJ�#�N?��!�r�2�\������[�Z��91}1|��s/�)�
�4K�uٝj�Op���3
D��}�S��{�ND�ޅ�"��eF��%�~��*����"�&�<L�}fj�;3ޓ&�WO�e���-��(
�lY�*ȉ�rt:U��D�/=�T�@�D(qL�=5�D���c6���
���R�</�y�fT9�V���TN��$nK�jB�UV�Z�*�#_�%��j����,		�Q����jF�:Qv�;�h[���%MHKQ$�2��&��ɒ��kU��2T-)	��"�,RHի�vId��3�!TGA�$�_^���d�-��:JHt:����j�M("Ѻ=K��,E���B�s������j�G���$����
��Y_�����G�h��@q��+�2��N+�;�G�g>C�ũ�:�x��R_K7>�r$��
������,G+��ܫ�Cn��VMˇ)��.�V]��On
�'����9���u=1ŵ�#�p�9�Տ��6�-����{�sY*��ߴ�zi���H5�D���;�8�j��%�X�Csdt�r��ֳ���a���$�c:Jr}��$��~څ�=y@�vD��P��
����"�hBr��_��RT��3��E7Pi;#�ic��њa�m�L�l݌n&*�Z��tVH�H0���fҦ����%���4���F$J�n�$Z�$I�V��h��$8�|r��LP�d�E$B�
I��[Or��h��J�TA�
I���>��e@�����@��x�B�SS(�Ӗ�$K"g^遬	i۾	��{TK)7_����Pș���B����,
V"!Br4��=,�˖������Y��J�w�&=%8��p)?���o,�+���g��ZO�O���q�+�&Z����De�{N�J���Et�M�*�(��,�6��lqZ|�;2��-n;ד%�9�
m�,
�֝���9'&��nﻓ���*4�)�XDC$�dn�G
"Q��E9�2r+����%$t�M��j��OmԷN[G���h�Nw�Ҧ�)�J3b$�9�,P$�@���5��R�V�9�h=Y���Z��8D�,@$�/Ptꒂ%���	"�R��7��h	J�TL5pn�J���8��I$|`$�X)9_�,�,	��+�3t3Ir�,Yn8vZO,i%��R���-��>���Cj	�]D����v7t��=p�f�!�arVO���{uuY�K>���p����9����[��{�z�����z��ZE���/IEND�B`�template_thumbnail.png000064400000020117151165767340011150
0ustar00�PNG


IHDR���Gl�PLTE
�?e	L�`�������$R?CZ"���q��#)bC{j{���δ��`��d����EWt-R@�Ü���3��Y�*$*&JH����Y�F�
+l��N
 3s�p���LZjf�8!3RLQS+6+1ClN����	Z�
/rBs��������c$4B�`n���$9Kk0���Ӂ/9\1R#B
B��:c8Ic�f3x���uy������P���킍�=�)/K:k(7Ty�Q+d���1RY�������jt�¾�Al���(�e�fff��
!H��R�*A_J|�33���7|���J����I����!:	R�|�n����"+K!0Z�z����ŧ�2
W�||�r�+A��h���h�
5Z79N!/4s��3Gm&d��J�����Gt#;_���;�B�
6\ғ��<ӽ�֢����J���
��y��	M�	!:
H��̙B��k�Y�Wax���2b�>5��눆�S�)9[H{/L�be
{�lު��!4(R�������-k*�ΑDs�Ұ������S����ry�s��/@Z�����"07e�[��(:��B��������q�"}����3Jf���
:t������
g������[�BQk�EJ2Cbu�3{2"6Q(K���
(D
m������C�M��ۣy�<j�w,\+H
Q�'������������t��������(B)J"J"B(R1X([��
IDATx^Ĕ�$1��/����8Z�	��[̀I��+�0��������L�L\jG���)�SabC���������a�Ϟmk&�u�&��Q	I�|>u�Zi�a�@��w�����+�:�(��A��4�}Z$;�f���NY%�x�j��;d3�fO��0:]�����L�[PZY2M����L&y�aK��l��.�Bϸ.5�_6�L3`��u|�tJ���Yl\�3�\��_k-��j+��*���Zm���"H
$m#�VG9�	J�T����R�F�ox�q|�T�d��!$�*�U�[�N�=``�D�F�	b�ay:X�{(&��u
���=�oJ��\e"3*��ء���4�w��׸ϸo�)�A?Yf�ِ���RO����e�
�'�4B@�#�8�&rK�'�O��pٌ��͒����1��GH|�tu��py�
��O9ȾA���߅�3fL�qARr6u��g������~�h_��
FT~�,s�v���"1:h������Y��BA��XU�52�;
�@m��6
�q?��M��e4�2�8!
�u?HE���K鰃�w3����NT�`�P��'yA�"(�S��IÊ�^Ӳ���]���69}�}�5���g+��s��ϡ4a��.��.�����0L3�0���g���l:�Ϫ���}N�lW����çK��`84<�P�;��[
S@ɞ8�gn�׽ÃC*��{`4�S@sz%�Y��P
=6�Gѣ��{���������Wt=J7�XQ׍����bCoČ
x��4���p��'���~\�;y��9Ɨ4@�
?�b�Hr��`ma!WՆk�j���k7��ld��i���)�����	�F��Lj4	8�H�ҕ@H��`�1I��z�'zc��{���P12P4*U~h*P5�+FH]I��s%`|��L�ә��ir:��)�pNۍCy�"�y����q���:O]ɲ1B'�8��18��B4�~d�$�HB��\'2H!"�"��]��
�yJ�H��sz�{aKtz��|>\�E"�2a�{�%*
-E�O�"��%)���n(�X��Z�W��3�e���Xfy��U�����3���+�3�>�v8��9�(v�tN�l�ʑ�\�!�,���P<"n��sL�/��i�p�µp�V��5��	��D�
��U��9�r��a���@�[�e�D��%��9��G�x�E<�/L�q�VzPb���9�l���8��w?�����Vi�c3Nb\��-��2~��؍�9��@)���36Ƕ��jǡm\w��Y`��S*(��C='�Y/�[���V
31-��q�(�:�F8U
�qB�#�	�_�,�KPX	/H,hh`���V��{O��'�����'��{����.$�yP�t��?�=��jM�\a�%��-)�g���_�L�Z�)�m�!�E�)�j����������'�)��df����7���+#O��7
3H,p����o�9��/������l���N:�Eq8�"X��h1��&uҫ��㏬?X�aY���iι����=8/�z��J���v�&BbH�@��bilͶ	ea����0�l4�r��^���
���)�jJ�����54�����i<
��l˗��gBz$�����f�$�a`0�gF�@]���Q*�#awN�>�fyy���������0M<��i8"1Q���a��f���`�}NZT�'g
��f�D�3Y=���J|]Nz������HqT�"D���i�r|�V��`�;v�N�yZ�i��.t��4M�q��>]ojy�3Z;���BO���y�B]���4p�
�7��^c
�0���
H@m�6�,����K�S��F�ؿ���GK���?��<�����bixC-˲�в�kpz�p�
r���DƠ״8��>G�D�#�
bT�XVHi3L$����0����+׮=�������t����c`��䇫s�B�i�X��U<Y�1�ݐ3�#�Gg��ћytV��>����F'�f�@����կ7
��T���m��7�n
�v����}���)}�8��8�VP
�krD���|n�\�2R^	��€Z�i`�	���=��W��B��B��m�u��ab����;#w��2p�m�np6����R}���%���Ɇ,�a����U���o!�����M��vS�#O:ȉF�:��SZ'�m��S�<���m�]�$O(�)5A��������[{7�<�9�k�ϴ���N�D3p]�
��	�0��UWxpp��S�h��sDuP#9�_����o����ir
�
N�Z���v*����T<�gV��������w�̩�_>y�c�ڕ��q��qb���s�fj��W�ې#��G�U�����v�����1�IV3��J&�+TWS�d.��$3��jf�x�����'g+�D���?��g��^1���R'���HU竫/�.-�q�m|p����&�t�������O�
�B&�L�P�̋TΨ�\��VS���^�2
X��A��v��9�KO�����ųDj�
VR��.��&$G�D.Ek`�r�k�~��j�E���<޺%�>G�n���Ȧ�]>���l��[a�ICt��y�3{��/���=/?)��,��8��x^L���J�a[�ٴ-��u]&({ضcG��6��:�kﮍ^�8xil���y�xV�rZ�#N�*�w�	-+�l���H�!��ՐH�ENu�.�04
�xyk-�A
(v2�C2�v����mY���
����F��?l�i��46�MO��{>����m6��[�ۅ�Rr�s(�{GЮz��2�9=9����pwcc�Q�����@up�)O�<.���d��P(�g&rf+��"248^�#֐��=Qcy�*�txRq+��}��E��v"7E6�}��(5'�'�ay�&�bU9��q`��C	��؝��V�q:�r�O.L�>
�v�x=�(x�a�HMs�;�t<�zw]>Y3
��A@!L�E��`C��?�����(���\;Wv�@�٬��%A�3��=:4br6|�@�5���MF��Ȼg�(d5�K�e��r�v�ԏo,<�V����ݍ��1
C=J|���
=R�X�K9��
0M^6��9���|��>o:�f�)9:ͦ�gg�xHXIu@�lI
>*@�Ã�Ϛ�o4��o�Q�i/�(z8��^�绋��ݾک�
��18��&�/֩<��L�(��l�D8�1�ul>cp��T�p
ȁ�L��L1x��?����b�����D��au+��7Zv&��pN��b�H��ǚ��}���O���
Ca<t������:3t��^�K�C4KT8L8��-�<d�t��P/Y�h��9C�
K?9&�5ؗ4��O/DO��I��dk��ݿ��	�S�~��<�9^>����w�L��,��2�0�2{�>��@�F��)��_@�������E�!B�<a̽CN7���|M����䝤y�5�����i�>p~|�_�O���X�H�$��	�"g��'�����4wѣ�l;��=ʲ�lʚ�!�ywH\T�p�aY*WT�F�^2���WW�������{W=��s
��0G�.��~���ɗz��آ1����	�z�*`��]˵w��f�羾Ņ��/�3����8��R[&�ZGUƹ�O<2�dd�3K+i���V��$
7��p��(�x!�θYe��-��S�	{E�ᅝ��m��a����8�nc:���h�yN�.�I��i	�Ԛ,��'�UE��ZJW[�W���r�IҖ����%MO�h��o���A�iz�w�8Rw��5�y�$ٲ�9F�K4��bcx��%�@$�O�

>�Z�Z��pD}I.��qvayM��I��6f���KUTg!�����I�5
E�v�O���<�z���E:"#b��j�ws�">���Yiu�"G�����F�7�˒�?�J���
!_AoC)�IК|�
�
�b�Y�XEZh����$�.q�Z!��o��!Z�y5���V������4��]w��,4
��b��l�K��8"�g��H���a0
�܏ﰁ�v:@`�|�t�0r�=�����*R�>�9��},���Ų�)b~���!�i����~�(�9��8�Vq���b����DfA�Y��Z,���Qɴo��N���m[���!��1Nb�8z�G�}J���w��
eJ	�q�R����(8�ah:�,aU+"�;"� C�b|�B���VW?��L�q�I��\
z��‚J��T�i��]#�����A�c'B3zǹ��\�n��:��%
aDC�@��Q�0���G	��L��g�r�Y5����q�p��d
s��Z�ډ�j����}X��6DU@tg�<�}N�<�
�-"`���Q�>y�y��FX�*���.��JZ��S/zS4oU�j2�V�"D<��;��V����출y�H]�Zv!���e�Ӫfiu�5�Ͳ�tRR�4��K�@�	�H=���䁠l�Iz��k�FB��2Ԩ�����P39�$\8��y�i76��4�4��i��R~�k�盭4Ⱥ�-�A;�
��9��@��r���@����w޻Yw�K�qTRr�����a�j��5�fX47
�r�
=m�ߛ�ux8�Y�8�=��1O�t���I��‘��ru[��R�c���V�i�n��rxa�x������xl����>�ĉцr�ӹ*������6�t_"�:t�Q7'��$�v��q@�c߆����R�x�}쩭�!�p��:���\Roi�Yei�DU<�u��3H7(G4׈^�#x�����ކW�H�
�p�N��hfh����z�ca���E�m�JM�x�.�41&5�<>�&Ur��HE�W����+�z2Y��gT��h���3�!N��v��u�_<�v�!��[O8���O�0;vm[��^�At���q�Û��s��E��0���y�d<t�d蔡:he08t���]��A�?��s�QU���7T�	����mZq"���뺺Ҕe���ܴONNz�
��Y6�ϳ�K��n�e)��r�]�"
qʟ6y��R��源�Q�c/�/��@�ѷ�WbQ�ҥ��gL{N�5��
G����9���m��E�$���vɞv�o�:1�b�|�J���YG;�`$�q��Xc��M�I
��ɨ�#�9k�w�Ge���"ig��_�~"Pv��$��\�����Z���Xa�<�5-/c�#>���*�\(��i�9U�h�x|gg���qy2��^t��_�L����^��I�I:]��۟N�{xJ��}���1���f
WEE��:0@Ȅ�
>������V9��L�㺊�Q;��xw�o!ˏ�?3�ڦC�Ow���Ow�$�s�s|��4��O�'\>]5o���r��h�k\��#x��ߙb#���#;m��v;�Y���b6C7�.q.aA=w4oi�Y.��~�
yH�C�0��J��x�}S��Cű�\�
O�'{u��0^/p�&�R"�]h9��!�55
{.�E���s�4h�
y�Y��Ղ8�����
�(��
N�㐎W�v�����48�1�A9�I�fC�|�;g��������ha��b�Z��,���(ν])��#ɕ�ˡ�g<�y��\;���4�r���S��B�=���S���OQ*��D����9�+�
�Ԝ��gMő�_�7M�
0��+$�Ws<���.�¼�	W'w��?<Ǒp9,:lG�����9h�R8�C�`������Z�Z��/�׫9��DhI88�`9��^��U2go�N(��*��@#�8l
M������"�sش���B��I�‘��E�]pƻ8�i�H{z�Y���\8[��k��X��.��jxQ{����L̥�E
�R
�а՜�yv�45�)Æ��،��v�t�����2��&zt�ۘ<�z5X�^�����i
N�E8�h�=�m	أ]ČQϾ$N�	q��yM�3�-�~�����Q5�!M��Y�'�����G�#E>���
����DTkb��g_��Ig��`���^b�f:B�0��oo��q�%
S��A|1=���P��Z�<l�����`�f����3ȘSA0��C��~���0��3L���$�C���
�̗�Bc	���6���{P�Hdšɝjؤ�8�G8�<�N	<�$�Ͳl���4ϸ��`0�LRѴh����#3�vm]I!���A^����#^�Dk�v�e�;GE2r��{2��m�7���7f��;�����94��1qp��1����\��h�Fd?G��|�E�#���D�v0Gy�8
�~�_]vl�6D���A�ʔ(p��C�p�G�����5(:�
��ӄ���X
���qW	3;
)QR�ٲ�J�q��}X?�t�n�>����\��7�C�swx���8'�Sa��xt
���1@�=/C�YL����*^��(�;�a�{t(=B���'5�yB�,�kĹ��NӤW�`�������q���3s�8>,O�|#H!�L��)GuGH"W
jz
�Q�,�K��*����YqJ�,<�Y�t�<߽�Wi�]�8E�����&�w���Rc��ǸI�EL*�2�#AҬ9�A�����s��"�Ajm�j�@��)8���
	�:*�*ɒ[u�f�f�ق��sBy�A}�A�f�S��5�$@*�H3�k�HGyR�3L��dN����z��<�B�:60�|t�	�21\�)Ҙ�_=8W}eY6���8����|��FB&��A���@(P���ܨ��	�ʙ|Qjq�h��韒$��<!b!QJ`,�oޙ�u�������v��ܐ�4�0�-DU�
U��Ѣq��I�L�t'ꓳ�
y�<>:?*�M��g�:�_}vu�S�,f�Uj��xي��:9�R,8�*�$Rn�x�g�#N8�!�x��5��nY���1�Ǣ��,m�|�����
���Ԝ�9@�Fx�)���t(��
�\r�%K�֍ڃ���1�� �H��0�
��E!
�7cc��TY:ۚ������Q9���}�"I��IEND�B`�error_log000064400000000662151165767340006504
0ustar00[24-Mar-2025 10:53:44 UTC] PHP Warning:  PHP Startup: Unable to
load dynamic library 'json.so' (tried:
/opt/alt/php80/usr/lib64/php/modules/json.so
(/opt/alt/php80/usr/lib64/php/modules/json.so: cannot open shared object
file: No such file or directory),
/opt/alt/php80/usr/lib64/php/modules/json.so.so
(/opt/alt/php80/usr/lib64/php/modules/json.so.so: cannot open shared object
file: No such file or directory)) in Unknown on line 0