diff --git a/.vscode/cliff.py b/.vscode/cliff.py
new file mode 100644
index 0000000000000000000000000000000000000000..619ae8d762a7a10ed85d590702aee1abb21b0e5d
--- /dev/null
+++ b/.vscode/cliff.py
@@ -0,0 +1,35 @@
+import new_car as nc
+import time
+
+cliff_adc_list =[]
+speed = 0
+global left_danger_flag = 0
+global center_danger_flag = 0
+global right_danger_flag = 0
+
+
+def analog_transfrom_digital(c_list):
+    danger_flag_list = []
+    for i in cliff_adc_list:
+        if i >= cliff_value:
+            danger_flag_list.append(1)
+        else:
+            danger_flag_list.append(0)
+    return danger_flag_list
+
+def cliff_examine(cliff_value):
+    global left_danger_flag 
+    global center_danger_flag 
+    global right_danger_flag 
+    
+    cliff_adc_list = analog_transfrom_digital(nc.Get_adc_value())
+
+    if cliff_adc_list = [1,1,1]:
+        nc.backward()
+        while(max(analog_transfrom_digital(nc.Get_adc_value())))
+        nc.turn_back()
+    elif cliff_adc_list = [1,0,0] or cliff_adc_list = [1,1,0]:
+        nc.turn_right() 
+    elif cliff_adc_list = [0,0,1] or cliff_adc_list = [0,1,1]:
+        nc.turn_left()    
+
diff --git a/.vscode/sftp.json b/.vscode/sftp.json
new file mode 100644
index 0000000000000000000000000000000000000000..cd16aa2b3cc269516f43219068856186dedf0364
--- /dev/null
+++ b/.vscode/sftp.json
@@ -0,0 +1,10 @@
+{
+    "name": "My Server",
+    "host": "192.168.18.185",
+    "protocol": "sftp",
+    "port": 22,
+    "username": "pi",
+    "password": "raspberry",
+    "remotePath": "/home/pi/fwd-car",
+    "uploadOnSave": true
+}
diff --git a/DESCRIPTION.rst b/DESCRIPTION.rst
new file mode 100644
index 0000000000000000000000000000000000000000..26306baa8da4eb70aa0652363a58d55f9d9c57fa
--- /dev/null
+++ b/DESCRIPTION.rst
@@ -0,0 +1,3 @@
+For SunFounder 4WD Car
+=======================
+Library For SunFounder 4WD Car
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000000000000000000000000000000000000..6c5b18cf143be14531cdd46247bfbd4cfe08bf04
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,280 @@
+                    GNU GENERAL PUBLIC LICENSE
+                       Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc., <http://fsf.org/>
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+                            Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it.  (Some other Free Software Foundation software is covered by
+the GNU Lesser General Public License instead.)  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+  To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have.  You must make sure that they, too, receive or can get the
+source code.  And you must show them these terms so they know their
+rights.
+
+  We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+  Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software.  If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+  Finally, any free program is threatened constantly by software
+patents.  We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary.  To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+
+                    GNU GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License.  The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language.  (Hereinafter, translation is included without limitation in
+the term "modification".)  Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+  1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+  2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+    a) You must cause the modified files to carry prominent notices
+    stating that you changed the files and the date of any change.
+
+    b) You must cause any work that you distribute or publish, that in
+    whole or in part contains or is derived from the Program or any
+    part thereof, to be licensed as a whole at no charge to all third
+    parties under the terms of this License.
+
+    c) If the modified program normally reads commands interactively
+    when run, you must cause it, when started running for such
+    interactive use in the most ordinary way, to print or display an
+    announcement including an appropriate copyright notice and a
+    notice that there is no warranty (or else, saying that you provide
+    a warranty) and that users may redistribute the program under
+    these conditions, and telling the user how to view a copy of this
+    License.  (Exception: if the Program itself is interactive but
+    does not normally print such an announcement, your work based on
+    the Program is not required to print an announcement.)
+
+These requirements apply to the modified work as a whole.  If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works.  But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+  3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+
+    a) Accompany it with the complete corresponding machine-readable
+    source code, which must be distributed under the terms of Sections
+    1 and 2 above on a medium customarily used for software interchange; or,
+
+    b) Accompany it with a written offer, valid for at least three
+    years, to give any third party, for a charge no more than your
+    cost of physically performing source distribution, a complete
+    machine-readable copy of the corresponding source code, to be
+    distributed under the terms of Sections 1 and 2 above on a medium
+    customarily used for software interchange; or,
+
+    c) Accompany it with the information you received as to the offer
+    to distribute corresponding source code.  (This alternative is
+    allowed only for noncommercial distribution and only if you
+    received the program in object code or executable form with such
+    an offer, in accord with Subsection b above.)
+
+The source code for a work means the preferred form of the work for
+making modifications to it.  For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable.  However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+  4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License.  Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+  5. You are not required to accept this License, since you have not
+signed it.  However, nothing else grants you permission to modify or
+distribute the Program or its derivative works.  These actions are
+prohibited by law if you do not accept this License.  Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+  6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions.  You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
+
+  7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all.  For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices.  Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+  8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded.  In such case, this License incorporates
+the limitation as if written in the body of this License.
+
+  9. The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time.  Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+Each version is given a distinguishing version number.  If the Program
+specifies a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation.  If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
+
+  10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission.  For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this.  Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+
+                            NO WARRANTY
+
+  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
+
+                     END OF TERMS AND CONDITIONS
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000000000000000000000000000000000000..4217ee9f0d9bc559f28cce83ed47a4620301bbf7
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,7 @@
+include DESCRIPTION.rst
+
+# Include the test suite (FIXME: does not work yet)
+# recursive-include tests *
+
+# If using Python 3.5 or less, then have to include package data, even though
+# it's already declared in setup.py
diff --git a/README.md b/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..87e40fae7db276e052dd09155acc0c0baec9af33
--- /dev/null
+++ b/README.md
@@ -0,0 +1,54 @@
+## FWD Car
+FWD Car
+
+Quick Links:
+
+ * [About FWD Car](#about_this_module)
+ * [Update](#update)
+ * [About SunFounder](#about_sunfounder)
+ * [License](#license)
+ * [Contact us](#contact_us)
+
+<a id="about_this_module"></a>
+### About FWD Car:
+
+
+
+<a id="update"></a>
+### Update:
+2019-09-21:
+ - New Release
+
+----------------------------------------------
+<a id="about_sunfounder"></a>
+### About SunFounder
+SunFounder is a technology company focused on Raspberry Pi and Arduino open source community development. Committed to the promotion of open source culture, we strives to bring the fun of electronics making to people all around the world and enable everyone to be a maker. Our products include learning kits, development boards, robots, sensor modules and development tools. In addition to high quality products, SunFounder also offers video tutorials to help you make your own project. If you have interest in open source or making something cool, welcome to join us!
+
+----------------------------------------------
+<a id="license"></a>
+### License
+This is the code for FWD Car.
+This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
+
+This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied wa rranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+FWD Car comes with ABSOLUTELY NO WARRANTY; for details run ./show w. This is free software, and you are welcome to redistribute it under certain conditions; run ./show c for details.
+
+SunFounder, Inc., hereby disclaims all copyright interest in the program 'FWD Car' (which makes passes at compilers).
+
+Mike Huang, 21 August 2015
+
+Mike Huang, Chief Executive Officer
+
+Email: service@sunfounder.com, support@sunfounder.com
+
+----------------------------------------------
+<a id="contact_us"></a>
+### Contact us:
+website:
+	www.sunfounder.com
+
+E-mail:
+	service@sunfounder.com, support@sunfounder.com
\ No newline at end of file
diff --git a/bin/fwd-car-web-example b/bin/fwd-car-web-example
new file mode 100644
index 0000000000000000000000000000000000000000..6185e009ad3b86ea9d915b457feabd642262b159
--- /dev/null
+++ b/bin/fwd-car-web-example
@@ -0,0 +1,33 @@
+#!/bin/bash
+# /etc/init.d/fwd-car-web-example
+
+### BEGIN INIT INFO
+# Provides:          sunfounder
+# Required-Start:    $remote_fs $syslog
+# Required-Stop:     $remote_fs $syslog
+# Default-Start:     2 3 4 5
+# Default-Stop:      0 1 6
+# Short-Description: fwd-car web example service
+# Description:       This service is used to startup fwd-car web example service
+### END INIT INFO
+
+
+case "$1" in
+    start) 
+        echo "Starting fwd-car web-example"
+        sudo fwd-car web-example 2>&1 1>/tmp/fwd-car-log &
+        ;;
+    stop)
+        echo "Stopping fwd-car web-example"
+        sudo kill $(ps aux | grep 'web_server' | awk '{ print $2 }')
+        sudo kill $(ps aux | grep 'http.server' | awk '{ print $2 }')
+        sudo kill $(ps aux | grep 'fwd-car web-example' | awk '{ print $2 }')
+        sudo kill $(ps aux | grep 'fwd-car/examples/web/start.py' | awk '{ print $2 }')
+        ;;
+    *)
+        echo "Usage: sudo service fwd-car-web-example start|stop|restart"
+        exit 1
+        ;;
+esac
+
+exit 0
diff --git a/data/config b/data/config
new file mode 100644
index 0000000000000000000000000000000000000000..0bfcdedc62c4ecc88789d303d95d2ba8ecf7ed42
--- /dev/null
+++ b/data/config
@@ -0,0 +1,6 @@
+left_front_reverse = False
+right_front_reverse = False
+left_rear_reverse = False
+right_rear_reverse = True
+
+ultrasonic_servo_offset = 0
\ No newline at end of file
diff --git a/examples/follow.py b/examples/follow.py
new file mode 100644
index 0000000000000000000000000000000000000000..f8fbc8ae02bb1b3e850c5d46f4668952f4e984d6
--- /dev/null
+++ b/examples/follow.py
@@ -0,0 +1,42 @@
+import fwd_car as fc
+
+speed = 30
+
+def main():
+    while True:
+        scan_list = fc.scan_step(23)
+        # print(scan_list)
+        if not scan_list:
+            continue
+
+        scan_list = [str(i) for i in scan_list]
+        scan_list = "".join(scan_list)
+        paths = scan_list.split("2")
+        length_list = []
+        for path in paths:
+            length_list.append(len(path))
+        # print(length_list)
+        if max(length_list) == 0:
+            fc.stop() 
+        else:
+            i = length_list.index(max(length_list))
+            pos = scan_list.index(paths[i])
+            pos += (len(paths[i]) - 1) / 2
+            # pos = int(pos)
+            delta = len(scan_list) / 3
+            # delta *= us_step/abs(us_step)
+            if pos < delta:
+                fc.turn_left(speed)
+            elif pos > 2 * delta:
+                fc.turn_right(speed)
+            else:
+                if scan_list[int(len(scan_list)/2-1)] == "0":
+                    fc.backward(speed)
+                else:
+                    fc.forward(speed)
+
+if __name__ == "__main__":
+    try:
+        main()
+    finally:
+        fc.stop()
diff --git a/server/keyborad_control.py b/examples/keyborad_control.py
similarity index 100%
rename from server/keyborad_control.py
rename to examples/keyborad_control.py
diff --git a/examples/obstacle_avoidance.py b/examples/obstacle_avoidance.py
new file mode 100644
index 0000000000000000000000000000000000000000..4b479ff20561a50667bbf0ebd5815f63a7faf46d
--- /dev/null
+++ b/examples/obstacle_avoidance.py
@@ -0,0 +1,22 @@
+import fwd_car as fc
+
+speed = 30
+
+def main():
+    while True:
+        scan_list = fc.scan_step(35)
+        if not scan_list:
+            continue
+
+        tmp = scan_list[3:7]
+        print(tmp)
+        if tmp != [2,2,2,2]:
+            fc.turn_right(speed)
+        else:
+            fc.forward(speed)
+
+if __name__ == "__main__":
+    try: 
+        main()
+    finally: 
+        fc.stop()
diff --git a/examples/web/client/.DS_Store b/examples/web/client/.DS_Store
new file mode 100644
index 0000000000000000000000000000000000000000..cbf9ce2f5606f2ec8e9da4a923b1306d7d64d602
Binary files /dev/null and b/examples/web/client/.DS_Store differ
diff --git a/examples/web/client/.vscode/sftp.json b/examples/web/client/.vscode/sftp.json
new file mode 100644
index 0000000000000000000000000000000000000000..5dba0181c248a61466622175786101fc6e0a0fce
--- /dev/null
+++ b/examples/web/client/.vscode/sftp.json
@@ -0,0 +1,10 @@
+{
+    "name": "My Server",
+    "host": "192.168.18.223",
+    "protocol": "sftp",
+    "port": 22,
+    "username": "pi",
+    "password": "raspberry",
+    "remotePath": "/home/pi/four-wheel-car/web",
+    "uploadOnSave": true
+}
diff --git a/examples/web/client/css/automatic.css b/examples/web/client/css/automatic.css
new file mode 100644
index 0000000000000000000000000000000000000000..f55912a07ce81d69582a9fbfd164ea888d39d301
--- /dev/null
+++ b/examples/web/client/css/automatic.css
@@ -0,0 +1,163 @@
+#automaticContent {
+    background: url(../image/index_background.jpg) no-repeat;
+    background-size: cover;
+}
+
+.automatic_left {
+    width: 7.71rem;
+    height: 100%;
+    float: left;
+}
+
+.automatic_ultrasonic {
+    width: 5.77rem;
+    height: 3.43rem;
+    border-radius: 5px;
+    background: rgba(255, 255, 255, .3);
+    margin-top: .45rem;
+    margin-left: 1.26rem;
+    text-align: center;
+    background-image: linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, 0.06) 25%, rgba(255, 255, 255, 0.06) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.06) 75%, rgba(255, 255, 255, 0.06) 76%, transparent 77%, transparent),linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, 0.06) 25%, rgba(255, 255, 255, 0.06) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.06) 75%, rgba(255, 255, 255, 0.06) 76%, transparent 77%, transparent);
+    background-size: 1rem 1rem;
+    position: relative;
+}
+
+.automatic_ultrasonic_img_block:before {
+    content: ' ';
+    display: block;
+    position: absolute;
+    width: 100%;
+    height: 100%;
+    border-radius: 50%;
+    animation: blips 5s infinite;
+    animation-timing-function: linear;
+    animation-delay: 1.4s;
+}
+
+.automatic_ultrasonic_img_block:after {
+    content: ' ';
+    display: block;
+    /* background-image: linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, 0.06) 25%, rgba(255, 255, 255, 0.06) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.06) 75%, rgba(255, 255, 255, 0.06) 76%, transparent 77%, transparent); */
+    width: 1px;
+    height: 77%;
+    position: absolute;
+    top: 37px;
+    left: 142px;
+    animation: radar-beam 5s infinite alternate;
+    animation-timing-function: linear;
+    transform-origin: bottom right;
+    border-radius: 100% 0 0 0;
+    background: #000;
+}
+
+.automatic_ultrasonic img {
+    width: 95%;
+    margin-top: 30px;
+}
+
+.automatic_line_of_inspection {
+    width: 5.77rem;
+    height: 1.84rem;
+    border-radius: 5px;
+    background: rgba(255, 255, 255, .3);
+    margin-top: .22rem;
+    margin-left: 1.26rem;
+    background-image: url(../image/line_of_inspection.png);
+    background-size: 33%;
+    background-position: 2px -18px;
+}
+
+
+.automatic_right {
+    width: 5.69rem;
+    height: 100%;
+    float: left;
+}
+
+.automatic_speedometer {
+    width: 3.33rem;
+    height: 1.84rem;
+    background: rgba(255, 255, 255, .3);
+    border-radius: 3.33rem 3.33rem 0 0;
+    margin-top: .45rem;
+    margin-left: .75rem;
+    position: relative;
+}
+
+.automatic_scale_list {
+    width: 3.03rem;
+    height: 1.54rem;
+    border-radius: 3.03rem 3.03rem 0 0;
+    position: relative;
+    top: 10px;
+    left: 9px;
+}
+
+.automatic_scale_item {
+    width: 2px;
+    height: 6px;
+    background: white;
+    position: absolute;
+    left: 1.51rem;
+    top: 0px;
+    -webkit-transform-origin: 0 1.51rem;
+    transform-origin: 0 1.51rem;
+}
+
+li.automatic_scale_item:nth-child(1) { -webkit-transform: rotate(-90deg); transform: rotate(-90deg);}
+li.automatic_scale_item:nth-child(2) { -webkit-transform: rotate(-81deg); transform: rotate(-81deg);}
+li.automatic_scale_item:nth-child(3) { -webkit-transform: rotate(-72deg); transform: rotate(-72deg);}
+li.automatic_scale_item:nth-child(4) { -webkit-transform: rotate(-63deg); transform: rotate(-63deg);}
+li.automatic_scale_item:nth-child(5) { -webkit-transform: rotate(-54deg); transform: rotate(-54deg);}
+li.automatic_scale_item:nth-child(6) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
+li.automatic_scale_item:nth-child(7) { -webkit-transform: rotate(-36deg); transform: rotate(-36deg); }
+li.automatic_scale_item:nth-child(8) { -webkit-transform: rotate(-27deg); transform: rotate(-27deg); }
+li.automatic_scale_item:nth-child(9) { -webkit-transform: rotate(-18deg); transform: rotate(-18deg); }
+li.automatic_scale_item:nth-child(10) { -webkit-transform: rotate(-9deg); transform: rotate(-9deg); }
+li.automatic_scale_item:nth-child(11) { -webkit-transform: rotate(0deg) ; transform: rotate(0deg) ;}
+li.automatic_scale_item:nth-child(12) { -webkit-transform: rotate(9deg) ; transform: rotate(9deg) ;}
+li.automatic_scale_item:nth-child(13) { -webkit-transform: rotate(18deg); transform: rotate(18deg); }
+li.automatic_scale_item:nth-child(14) { -webkit-transform: rotate(27deg); transform: rotate(27deg); }
+li.automatic_scale_item:nth-child(15) { -webkit-transform: rotate(36deg); transform: rotate(36deg); }
+li.automatic_scale_item:nth-child(16) { -webkit-transform: rotate(45deg); transform: rotate(45deg); }
+li.automatic_scale_item:nth-child(17) { -webkit-transform: rotate(54deg); transform: rotate(54deg); }
+li.automatic_scale_item:nth-child(18) { -webkit-transform: rotate(63deg); transform: rotate(63deg); }
+li.automatic_scale_item:nth-child(19) { -webkit-transform: rotate(72deg); transform: rotate(72deg); }
+li.automatic_scale_item:nth-child(20) { -webkit-transform: rotate(81deg); transform: rotate(81deg); }
+li.automatic_scale_item:nth-child(21) { -webkit-transform: rotate(90deg); transform: rotate(90deg); }
+
+.automatic_speedValue {
+    position: absolute;
+    top: 1rem;
+    left: 1.2rem;
+    color: white;
+}
+
+.automatic_speedValue .automatic_text {
+    font-size: 26px;
+    float: left;
+}   
+
+.automatic_speedValue .automatic_unit {
+    font-size: 20px;
+    float: left;
+    line-height: 30px;
+}
+
+.automatic_power_block {
+    width: 3.33rem;
+    height: 2.9rem;
+    background: rgba(255, 255, 255, .3);
+    border-radius: 5px;
+    margin-left: .78rem;
+    margin-top: .75rem;
+}
+
+.automatic_power {
+    width: 1.72rem;
+    height: 1.72rem;
+    background: rgba(255, 255, 255, .3);
+    border-radius: 5px;
+}
+
+.automatic_power_slider {}
\ No newline at end of file
diff --git a/examples/web/client/css/header.css b/examples/web/client/css/header.css
new file mode 100644
index 0000000000000000000000000000000000000000..376134447aa3602c0da991f52edb26f0b39de804
--- /dev/null
+++ b/examples/web/client/css/header.css
@@ -0,0 +1,63 @@
+#header {
+    height: 0.88rem;
+    background: #1e2b56;
+}
+
+.back {
+    width: 15%;
+    height: 100%;
+    float: left;
+}
+
+#header .back_img {
+    height: 70%;
+    position: relative;
+    top: 7px;
+    left: 35px;
+    float: left;
+}
+
+.header_title {
+    float: left;
+    height: 100%;
+    font-size: 30px;
+    margin-left: 4rem;
+    color: white;
+    display: none;
+}
+
+.header_title span {
+    margin-top: .15rem;
+    display: inline-block;
+}
+
+.menu {
+    width: 45%;
+    float: right;
+    height: 100%;
+}
+
+.menu_list {
+    overflow: hidden;
+    height: 100%;
+}
+
+.menu_item {
+    float: left;
+    display: flex;
+    width: 16.6%;
+    height: 100%;
+    flex-direction: column;
+    align-items: center;
+    justify-content: center;
+}
+
+.menu_item p {
+    font-size: .12rem;
+    color: white;
+}
+
+.menu_item .menu_item_img {
+    width: 45%;
+    margin-bottom: 0.08rem;
+}
diff --git a/examples/web/client/css/index.css b/examples/web/client/css/index.css
new file mode 100644
index 0000000000000000000000000000000000000000..78387f4af12c3c66f7a0ae3e18756bf81172e156
--- /dev/null
+++ b/examples/web/client/css/index.css
@@ -0,0 +1,79 @@
+.dis_none {
+    display: none;
+}
+
+#homeContent {
+    width: 100%;
+    height: 100%;
+    background: url(../image/index_background.jpg) no-repeat;
+    background-size: cover;
+}
+
+.index_logo {
+    float: left;
+    width: 7.17rem;
+    margin-left: 1.12rem;
+    margin-top: 1.08rem;
+}
+
+.index_logo img {
+    width: 100%;
+}
+
+.index_option {
+    float: left;
+    margin-top: 5.43rem;
+    margin-left: 0.8rem;
+}
+
+.manual_mode_btn, .automatic_mode_btn {
+    display: block;
+    width: 3.38rem;
+    height: 1.32rem;
+    font-size: .36rem;
+    border-radius: 30px;
+    border: none;
+    background: #44cbdb;
+    color: #ffffff;
+    outline: none;
+}
+
+.automatic_mode_btn {
+    margin-top: 0.8rem;
+}
+
+#connectModal_block {
+    position: fixed;
+    width: 100%;
+    height: 100%;
+    top: 0%;
+    left: 0%;
+    background: rgba(0, 0, 0, 0.5);
+    display: none;
+}
+
+.connectModal {
+    width: 6.8rem;
+    height: 3.46rem;
+    border-radius: 10px;
+    background: red;
+    position: fixed;
+    top: 0px;
+    left: 0px;
+    right: 0px;
+    bottom: 0px;
+    margin: auto;
+}
+
+.connectModal_header {
+    height: 0.76rem;
+    width: 100%;
+    background: black;
+    text-align: center;
+    line-height: 0.76rem;
+}
+
+.connectModal_header_title {
+    font-size: 0.22rem;
+    color: white;
+}
\ No newline at end of file
diff --git a/examples/web/client/css/manual.css b/examples/web/client/css/manual.css
new file mode 100644
index 0000000000000000000000000000000000000000..c6fcdbdd2d5acf83c142340856a420d3e9873250
--- /dev/null
+++ b/examples/web/client/css/manual.css
@@ -0,0 +1,368 @@
+#manualContent {
+    background: url(../image/index_background.jpg) no-repeat;
+    background-size: cover;
+}
+
+.manual_left {
+    width: 3.89rem;
+    height: 100%;
+    float: left;
+}
+
+.manual_center {
+    width: 5.77rem;
+    height: 100%;
+    float: left;
+}
+
+.manual_right {
+    width: 3.74rem;
+    height: 100%;
+    float: left;
+}
+
+.speedometer {
+    width: 2.94rem;
+    height: 1.55rem;
+    background: rgba(255, 255, 255, .3);
+    border-radius: 2.94rem 2.94rem 0 0;
+    margin-top: .45rem;
+    margin-left: .55rem;
+    position: relative;
+}
+
+.up_down_arrowKey {
+    width: 2.66rem;
+    height: 2.66rem;
+    background: rgba(255, 255, 255, .3);
+    border-radius: 50%;
+    margin-left: .66rem;
+    margin-top: 1.56rem;
+    text-align: center;
+}
+
+.up_down_arrowKey img {
+    width: 70%;
+}
+
+.up_arrowKey {
+    margin-top: 2px;
+}
+
+.down_arrowKey {
+    transform: rotate(180deg)
+}
+
+.ultrasonic {
+    width: 5.77rem;
+    height: 3.43rem;
+    border-radius: 5px;
+    background: rgba(255, 255, 255, .3);
+    margin-top: .45rem;
+    text-align: center;
+    background-image: linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, 0.06) 25%, rgba(255, 255, 255, 0.06) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.06) 75%, rgba(255, 255, 255, 0.06) 76%, transparent 77%, transparent),linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, 0.06) 25%, rgba(255, 255, 255, 0.06) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.06) 75%, rgba(255, 255, 255, 0.06) 76%, transparent 77%, transparent);
+    background-size: 1rem 1rem;
+    position: relative;
+}
+
+.ultrasonic_img_block {
+    position: relative;
+}
+
+.ultrasonic_dot_block {
+    width: 100%;
+    height: 2.8rem;
+    position: absolute;
+    bottom: 0.05rem;
+}
+
+.ultrasonic_dot {
+    width: 0.1rem;
+    height: 0.1rem;
+    position: absolute;
+    border-radius: 50%;
+    background: red;
+    bottom: 0%;
+    left: 50%;
+}
+
+.ultrasonic_img_block:after {
+    content: ' ';
+    display: block;
+    /* background-image: linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, 0.06) 25%, rgba(255, 255, 255, 0.06) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.06) 75%, rgba(255, 255, 255, 0.06) 76%, transparent 77%, transparent); */
+    width: 1px;
+    height: 77%;
+    position: absolute;
+    top: 37px;
+    left: 142px;
+    /* animation: radar-beam 5s infinite alternate; */
+    /* animation-timing-function: linear; */
+    transform-origin: bottom right;
+    border-radius: 100% 0 0 0;
+    background: #000;
+}
+
+@keyframes radar-beam {
+    0% {
+      transform: rotate(-90deg);
+    }
+    100% {
+      transform: rotate(90deg);
+    }
+}
+
+@keyframes blips {
+    14% {
+        background: radial-gradient(2vmin circle at 75% 70%, #ffffff 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%);
+    }
+    14.0002% {
+        background: radial-gradient(2vmin circle at 75% 70%, #ffffff 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%), radial-gradient(2vmin circle at 63% 72%, #ffffff 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%);
+    }
+    25% {
+        background: radial-gradient(2vmin circle at 75% 70%, #ffffff 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%), radial-gradient(2vmin circle at 63% 72%, #ffffff 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%), radial-gradient(2vmin circle at 56% 86%, #ffffff 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%);
+    }
+    26% {
+        background: radial-gradient(2vmin circle at 75% 70%, #ffffff 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%), radial-gradient(2vmin circle at 63% 72%, #ffffff 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%), radial-gradient(2vmin circle at 56% 86%, #ffffff 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%);
+        opacity: 1;
+    }
+    100% {
+        background: radial-gradient(2vmin circle at 75% 70%, #ffffff 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%), radial-gradient(2vmin circle at 63% 72%, #ffffff 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%), radial-gradient(2vmin circle at 56% 86%, #ffffff 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%);
+        opacity: 0;
+    }
+}
+.ultrasonic img {
+    width: 95%;
+    margin-top: 30px;
+}
+
+.line_of_inspection {
+    width: 5.77rem;
+    height: 1.84rem;
+    border-radius: 5px;
+    background: rgba(255, 255, 255, .3);
+    margin-top: .2rem;
+}
+
+.line_of_inspection_item {
+    width: 33%;
+    float: left;
+    height: 100%;
+    background: url(../image/line_of_inspection.png) no-repeat center;
+    background-size: 60%;
+    border-right: 1px solid gray;
+    position: relative;
+}
+
+.line_of_inspection_item_danger {
+    width: 100%;
+    height: 100%;
+    position: absolute;
+    top: 0px;
+    left: 0px;
+    opacity: 0.3;
+}
+
+.line_of_inspection_item:nth-last-child(1){
+    border-right: none;
+}
+
+
+.power {
+    width: 1.72rem;
+    height: 1.72rem;
+    background: rgba(255, 255, 255, .3);
+    border-radius: 5px;
+    margin-left: .78rem;
+    margin-top: .45rem;
+    position: relative;
+}
+
+ /*支持IE9及以上*/
+.circle-bar { 
+    font-size:200px; 
+    width: 1.5rem; 
+    height: 1.5rem; 
+    position: relative;  
+    background-color: #333; 
+}
+.circle-bar-left,.circle-bar-right { 
+    width: 1rem; 
+    height: 1rem; 
+    background-color: #eee; 
+}
+/*
+    这里采用clip剪切了圆,实现左右两个半圆,右半圆在后面,因此在更上一层,
+    clip的用法参考:http://www.w3school.com.cn/cssref/pr_pos_clip.asp
+*/
+.circle-bar-right { 
+    clip:rect(0,auto,auto,.5rem); 
+}
+ .circle-bar-left { 
+    clip:rect(0,.5rem,auto,0); 
+}
+ 
+.mask { 
+    width: 0.8rem; 
+    height: 0.8rem;  
+    background-color: #fff;
+    text-align: center;
+    line-height: 0.2rem; 
+    color:rgba(0,0,0,0.5); 
+}
+.mask :first-child { 
+    font-size: 0.3rem; 
+    height: 0.8rem; 
+    line-height: 0.8rem; 
+    display: block;  
+}
+/*所有的后代都水平垂直居中,这样就是同心圆了*/
+.circle-bar * {  
+    position: absolute; 
+    top:0; 
+    right:0; 
+    bottom:0; 
+    left:0; 
+    margin:auto; 
+}
+/*自身以及子元素都是圆*/
+.circle-bar, .circle-bar > * { 
+    border-radius: 50%; 
+}
+
+.power_slider {
+    margin-left: 0.6rem;
+}
+
+.left_right_arrowKey {
+    width: 2.66rem;
+    height: 2.66rem;
+    background: rgba(255, 255, 255, .3);
+    border-radius: 50%;
+    margin-left: .43rem;
+    margin-top: 0.4rem;
+    position: relative;
+}
+
+
+.left_arrowKey_div, .right_arrowKey_div {
+    display: inline-block;
+    width: 1.33rem;
+    height: 2.66rem;
+}
+
+.left_arrowKey_div {
+    float: left;
+    /* position: absolute;
+    top: 36px;
+    left: -15px; */
+}
+
+.right_arrowKey_div {
+    float: left;
+    /* position: absolute; */
+}   
+
+
+.left_arrowKey {
+    transform: rotate(-90deg);
+    position: relative;
+    top: 35px;
+    left: -15px;
+    height: 46%;
+}
+
+.right_arrowKey {
+    transform: rotate(90deg);
+    position: relative;
+    top: 35px;
+    left: -13px;
+    height: 46%;
+}
+
+.scale_list {
+    width: 2.44rem;
+    height: 1.05rem;
+    border-radius: 2.44rem 2.44rem 0 0;
+    position: relative;
+    top: 10px;
+    left: 13px;
+}
+
+.scale_item {
+    width: 2px;
+    height: 6px;
+    background: white;
+    position: absolute;
+    left: 1.22rem;
+    top: 0px;
+    -webkit-transform-origin: 0 1.22rem;
+    transform-origin: 0 1.22rem;
+}
+
+li.scale_item:nth-child(1) { -webkit-transform: rotate(-90deg); transform: rotate(-90deg);}
+li.scale_item:nth-child(2) { -webkit-transform: rotate(-81deg); transform: rotate(-81deg);}
+li.scale_item:nth-child(3) { -webkit-transform: rotate(-72deg); transform: rotate(-72deg);}
+li.scale_item:nth-child(4) { -webkit-transform: rotate(-63deg); transform: rotate(-63deg);}
+li.scale_item:nth-child(5) { -webkit-transform: rotate(-54deg); transform: rotate(-54deg);}
+li.scale_item:nth-child(6) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
+li.scale_item:nth-child(7) { -webkit-transform: rotate(-36deg); transform: rotate(-36deg); }
+li.scale_item:nth-child(8) { -webkit-transform: rotate(-27deg); transform: rotate(-27deg); }
+li.scale_item:nth-child(9) { -webkit-transform: rotate(-18deg); transform: rotate(-18deg); }
+li.scale_item:nth-child(10) { -webkit-transform: rotate(-9deg); transform: rotate(-9deg); }
+li.scale_item:nth-child(11) { -webkit-transform: rotate(0deg) ; transform: rotate(0deg) ;}
+li.scale_item:nth-child(12) { -webkit-transform: rotate(9deg) ; transform: rotate(9deg) ;}
+li.scale_item:nth-child(13) { -webkit-transform: rotate(18deg); transform: rotate(18deg); }
+li.scale_item:nth-child(14) { -webkit-transform: rotate(27deg); transform: rotate(27deg); }
+li.scale_item:nth-child(15) { -webkit-transform: rotate(36deg); transform: rotate(36deg); }
+li.scale_item:nth-child(16) { -webkit-transform: rotate(45deg); transform: rotate(45deg); }
+li.scale_item:nth-child(17) { -webkit-transform: rotate(54deg); transform: rotate(54deg); }
+li.scale_item:nth-child(18) { -webkit-transform: rotate(63deg); transform: rotate(63deg); }
+li.scale_item:nth-child(19) { -webkit-transform: rotate(72deg); transform: rotate(72deg); }
+li.scale_item:nth-child(20) { -webkit-transform: rotate(81deg); transform: rotate(81deg); }
+li.scale_item:nth-child(21) { -webkit-transform: rotate(90deg); transform: rotate(90deg); }
+
+.speedValue {
+    position: absolute;
+    top: 0.8rem;
+    left: 1rem;
+    color: white;
+}
+
+.speedValue .text {
+    font-size: 26px;
+    float: left;
+}   
+
+.speedValue .unit {
+    font-size: 20px;
+    float: left;
+    line-height: 30px;
+}
+
+input[type=range] {
+    -webkit-appearance: none;
+    width: 2.12rem;
+    border-radius: 10px;
+    background: -webkit-linear-gradient(#059CFA, #059CFA) no-repeat;
+    background-size: 0% 100%;
+}
+
+input[type=range]::-webkit-slider-thumb {
+    -webkit-appearance: none;
+}
+
+input[type=range]::-webkit-slider-runnable-track{
+    height: .12rem;
+    border-radius: 10px;
+    box-shadow: 0 1px 1px #def3f8, inset 0 .0125rem .0125rem #0d1112;
+}
+
+input[type=range]::-webkit-slider-thumb {
+    -webkit-appearance: none;
+    height: 30px;
+    width: 10px;
+    background: #ffffff;
+    border-radius: 10px;
+    margin-top: -12px;
+}
+
diff --git a/examples/web/client/css/reset.css b/examples/web/client/css/reset.css
new file mode 100644
index 0000000000000000000000000000000000000000..22ffe4997b8de072d42fcc3e36655edb4f46483e
--- /dev/null
+++ b/examples/web/client/css/reset.css
@@ -0,0 +1,98 @@
+html, body, div, span, applet, object, iframe,
+h1, h2, h3, h4, h5, h6, p, blockquote, pre,
+a, abbr, acronym, address, big, cite, code,
+del, dfn, em, img, ins, kbd, q, s, samp,
+small, strike, strong, sub, sup, tt, var,
+b, u, i, center,
+dl, dt, dd, ol, ul, li,
+fieldset, form, label, legend,
+table, caption, tbody, tfoot, thead, tr, th, td,
+article, aside, canvas, details, embed, 
+figure, figcaption, footer, header, hgroup, 
+menu, nav, output, ruby, section, summary,
+time, mark, audio, video{
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-size: 100%;
+  font: inherit;
+  font-weight: normal;
+  vertical-align: baseline;
+}
+html, body {
+    height: 100%;
+    overflow: hidden;
+    -moz-user-select: none;
+    -webkit-user-select: none;
+    -ms-user-select: none;
+    -khtml-user-select: none;
+    user-select: none;
+}
+/* HTML5 display-role reset for older browsers */
+article, aside, details, figcaption, figure, 
+footer, header, hgroup, menu, nav, section{
+  display: block;
+}
+ol, ul, li{
+  list-style: none;
+}
+blockquote, q{
+  quotes: none;
+}
+blockquote:before, blockquote:after,
+q:before, q:after{
+  content: '';
+  content: none;
+}
+table{
+  border-collapse: collapse;
+  border-spacing: 0;
+}
+ 
+/* custom */
+a{
+  color: #7e8c8d;
+  text-decoration: none;
+  -webkit-backface-visibility: hidden;
+}
+html, body{
+  width: 100%;
+  font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
+}
+body{
+  line-height: 1;
+  -webkit-text-size-adjust: none;
+  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
+}
+ 
+/*清除浮动*/
+.clearfix:before,
+.clearfix:after{
+  content: " ";
+  display: inline-block;
+  height: 0;
+  clear: both;
+  visibility: hidden;
+}
+.clearfix{
+  *zoom: 1;
+}
+ 
+/*隐藏*/
+.dn{
+  display: none;
+}
+
+@font-face {
+  font-family: Ubuntu;
+  src: url(../fonts/ubuntu.ttf);
+}
+
+img{
+    pointer-events: none; 
+    -webkit-user-select: none;
+    -moz-user-select: none;
+    -webkit-user-select:none;  
+    -o-user-select:none;  
+    user-select:none;  
+}
\ No newline at end of file
diff --git a/examples/web/client/css/setting.css b/examples/web/client/css/setting.css
new file mode 100644
index 0000000000000000000000000000000000000000..6465d8619a94cccb67ffa46e304c8f5ad0564c71
--- /dev/null
+++ b/examples/web/client/css/setting.css
@@ -0,0 +1,312 @@
+#settingContent {
+    background: url(../image/index_background.jpg) no-repeat;
+    background-size: cover;
+}
+
+.setting_tab {
+    float: left;
+    width: 2.5rem;
+    height: 100%;
+    background: #1e2b56;
+}
+
+.tab_item {
+    overflow: hidden;
+    height: .8rem;
+    line-height: .8rem;
+}
+
+.tab_item_img {
+    width: 18%;
+    float: left;
+    margin-top: 0.2rem;
+    margin-left: .2rem;
+}
+
+.tab_item_text {
+    font-size: 17px;
+    float: left;
+    margin-left: .2rem;
+    color: white;
+}
+
+.setting_left {
+    width: 10.9rem;
+    float: left;
+    height: 100%;
+}
+
+.setting_block {
+    height: 100%;
+    display: none;
+}
+
+.setting_ultrasonic_img_block img {
+    width: 96%;
+    margin-top: .36rem;
+    margin-left: .2rem;
+}
+
+.setting_ultrasonic_img_block:before {
+    content: ' ';
+    display: block;
+    position: absolute;
+    width: 100%;
+    height: 100%;
+    border-radius: 50%;
+}
+
+.setting_ultrasonic_img_block:after {
+    content: ' ';
+    display: block;
+    /* background-image: linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, 0.06) 25%, rgba(255, 255, 255, 0.06) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.06) 75%, rgba(255, 255, 255, 0.06) 76%, transparent 77%, transparent); */
+    width: 1px;
+    height: 70%;
+    position: absolute;
+    top: 58px;
+    left: 394px;
+    animation: radar-beam 5s infinite alternate;
+    animation-timing-function: linear;
+    transform-origin: bottom right;
+    border-radius: 100% 0 0 0;
+    background: #000;
+}
+.setting_ultrasonic_slider {
+    text-align: center;
+}
+
+#setting_ultrasonic_slider_range {
+    width: 6.12rem;
+    position: relative;
+    top: -15px;
+}
+
+.reference_input_block {
+    width: 8.8rem;
+    height: 2.5rem;
+    margin-left: 1.16rem;
+}
+
+.grayscale_setting {
+    width: 8.8rem;
+    height: 2.8rem;
+    background: rgba(255, 255, 255, .3);
+    border-radius: 10px;
+    margin-left: 1.16rem;
+}
+
+.grayscale_setting_item {
+    width: 33%;
+    float: left;
+    height: 100%;
+    background: url(../image/line_of_inspection.png) no-repeat center;
+    background-size: 60%;
+    border-right: 1px solid gray;
+    position: relative;
+}
+
+.grayscale_setting_item_danger {
+    position: absolute;
+    width: 100%;
+    height: 100%;
+    top: 0px;
+    left: 0px;
+    opacity: 0.5;
+    display: none;
+}
+
+.grayscale_setting_item:nth-last-child(1){
+    border-right: none;
+}
+
+.grayscale_setting_item_text {
+    width: 8.8rem;
+    height: 1rem;
+    margin-left: 1.16rem;
+    display: flex;
+}
+
+.grayscale_setting_item_text_item {
+    width: 33%;
+    height: 1rem;
+    font-size: 12px;
+    line-height: 1rem;
+    text-align: center;
+    color: white;
+}
+
+.reference_input {
+    width: 50%;
+    height: 100%;
+    float: left;
+    font-size: 20px;
+    text-align: center;
+    box-sizing: border-box;
+    padding-top: .8rem;
+}
+
+.reference_input span {
+    color: white;
+}
+
+.reference_input input {
+    width: 30px
+}
+
+.wheel_setting_left {
+    width: 45%;
+    float: left;
+    height: 100%;
+}
+
+.wheel_setting_left_img_block {
+    height: 100%;
+    width: 100%;
+    position: relative;
+}
+
+.wheel {
+    position: absolute;
+    background: url(../image/chioceWheel.png) no-repeat;
+    width: .63rem;
+    height: 1.5rem;
+    background-size: 100%;
+    opacity: 0;
+}
+
+.right_front_wheel {
+    top: 51px;
+    right: 29px;
+    opacity: 1;
+}
+
+.left_front_wheel {
+    top: 51px;
+    left: 29px;
+}
+
+.right_behind_wheel {
+    top: 199px;
+    right: 29px;
+}
+
+.left_behind_wheel {
+    top: 199px;
+    left: 29px;
+}
+
+.wheel_setting_left_img_block img {
+    width: 80%;
+    margin: 24px;
+}
+
+.wheel_setting_right {
+    width: 55%;
+    height: 100%;
+    float: left;
+}
+
+.wheel_name {
+    width: 100%;
+    height: 1.27rem;
+    text-align: center;
+    font-size: .4rem;
+}
+
+.wheel_name span {
+    display: inline-block;
+    width: 70%;
+    border-bottom: 1px solid #ccc;
+    margin-top: 0.5rem;
+    padding-bottom: 10px;
+}
+
+.wheel_setting_speed {
+    height: 2.5rem;
+    display: flex;   
+}
+
+.wheel_speed_text {
+    width: 50%;
+    font-size: 0.2rem;
+}
+
+.wheel_speed_title {
+    font-size: 0.4rem;
+    margin-top: 0.4rem;
+    margin-left: 1rem;
+}
+
+.wheel_speed_value {
+    text-align: center;
+    margin-top: 0.4rem;
+    margin-left: 1rem;
+}
+
+.wheel_speed_value span:nth-child(1) {
+    font-size: 1rem;
+}
+
+.wheel_speed_value span:nth-child(2) {
+    font-size: .4rem;
+}
+
+.wheel_speed_power {
+    width: 49%;
+    text-align: center;
+    border-left: 1px solid #ccc;
+}
+
+.wheel_speed_power_title {
+    font-size: 0.4rem;
+    margin-top: 0.4rem;
+}
+
+.wheel_speed_power_value {
+    font-size: 0.6rem;
+    margin-top: 0.35rem;
+}
+
+#wheel_speed_power_slider_input {
+    position: relative;
+    top: -19px;
+}
+
+.wheel_arrow {
+    height: 2.9rem;
+}
+
+.wheel_arrow_key {
+    float: left;
+    width: 2rem;
+    height: 2rem;
+    border-radius: 50%;
+    background: rgba(255, 255, 255, .3);
+    margin-left: 0.7rem;
+    margin-top: 0.3rem;
+}
+
+.wheel_arrow_key_up_div {
+    height: 100%;
+}
+
+.wheel_arrow_key_down_div {
+    height: 100%;
+}
+
+.wheel_arrow_key img {
+    width: 70%;
+}
+
+.wheel_arrow_key_up img{
+    position: relative;
+    top: 22px;
+    left: 15px;
+}
+
+.wheel_arrow_key_down img{
+    position: relative;
+    top: 35px;
+    left: 16px;
+    transform: rotate(180deg);
+}
\ No newline at end of file
diff --git a/examples/web/client/fonts/glyphicons-halflings-regular.eot b/examples/web/client/fonts/glyphicons-halflings-regular.eot
new file mode 100644
index 0000000000000000000000000000000000000000..b93a4953fff68df523aa7656497ee339d6026d64
Binary files /dev/null and b/examples/web/client/fonts/glyphicons-halflings-regular.eot differ
diff --git a/examples/web/client/fonts/glyphicons-halflings-regular.svg b/examples/web/client/fonts/glyphicons-halflings-regular.svg
new file mode 100644
index 0000000000000000000000000000000000000000..94fb5490a2ed10b2c69a4a567a4fd2e4f706d841
--- /dev/null
+++ b/examples/web/client/fonts/glyphicons-halflings-regular.svg
@@ -0,0 +1,288 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
+<svg xmlns="http://www.w3.org/2000/svg">
+<metadata></metadata>
+<defs>
+<font id="glyphicons_halflingsregular" horiz-adv-x="1200" >
+<font-face units-per-em="1200" ascent="960" descent="-240" />
+<missing-glyph horiz-adv-x="500" />
+<glyph horiz-adv-x="0" />
+<glyph horiz-adv-x="400" />
+<glyph unicode=" " />
+<glyph unicode="*" d="M600 1100q15 0 34 -1.5t30 -3.5l11 -1q10 -2 17.5 -10.5t7.5 -18.5v-224l158 158q7 7 18 8t19 -6l106 -106q7 -8 6 -19t-8 -18l-158 -158h224q10 0 18.5 -7.5t10.5 -17.5q6 -41 6 -75q0 -15 -1.5 -34t-3.5 -30l-1 -11q-2 -10 -10.5 -17.5t-18.5 -7.5h-224l158 -158 q7 -7 8 -18t-6 -19l-106 -106q-8 -7 -19 -6t-18 8l-158 158v-224q0 -10 -7.5 -18.5t-17.5 -10.5q-41 -6 -75 -6q-15 0 -34 1.5t-30 3.5l-11 1q-10 2 -17.5 10.5t-7.5 18.5v224l-158 -158q-7 -7 -18 -8t-19 6l-106 106q-7 8 -6 19t8 18l158 158h-224q-10 0 -18.5 7.5 t-10.5 17.5q-6 41 -6 75q0 15 1.5 34t3.5 30l1 11q2 10 10.5 17.5t18.5 7.5h224l-158 158q-7 7 -8 18t6 19l106 106q8 7 19 6t18 -8l158 -158v224q0 10 7.5 18.5t17.5 10.5q41 6 75 6z" />
+<glyph unicode="+" d="M450 1100h200q21 0 35.5 -14.5t14.5 -35.5v-350h350q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-350v-350q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v350h-350q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5 h350v350q0 21 14.5 35.5t35.5 14.5z" />
+<glyph unicode="&#xa0;" />
+<glyph unicode="&#xa5;" d="M825 1100h250q10 0 12.5 -5t-5.5 -13l-364 -364q-6 -6 -11 -18h268q10 0 13 -6t-3 -14l-120 -160q-6 -8 -18 -14t-22 -6h-125v-100h275q10 0 13 -6t-3 -14l-120 -160q-6 -8 -18 -14t-22 -6h-125v-174q0 -11 -7.5 -18.5t-18.5 -7.5h-148q-11 0 -18.5 7.5t-7.5 18.5v174 h-275q-10 0 -13 6t3 14l120 160q6 8 18 14t22 6h125v100h-275q-10 0 -13 6t3 14l120 160q6 8 18 14t22 6h118q-5 12 -11 18l-364 364q-8 8 -5.5 13t12.5 5h250q25 0 43 -18l164 -164q8 -8 18 -8t18 8l164 164q18 18 43 18z" />
+<glyph unicode="&#x2000;" horiz-adv-x="650" />
+<glyph unicode="&#x2001;" horiz-adv-x="1300" />
+<glyph unicode="&#x2002;" horiz-adv-x="650" />
+<glyph unicode="&#x2003;" horiz-adv-x="1300" />
+<glyph unicode="&#x2004;" horiz-adv-x="433" />
+<glyph unicode="&#x2005;" horiz-adv-x="325" />
+<glyph unicode="&#x2006;" horiz-adv-x="216" />
+<glyph unicode="&#x2007;" horiz-adv-x="216" />
+<glyph unicode="&#x2008;" horiz-adv-x="162" />
+<glyph unicode="&#x2009;" horiz-adv-x="260" />
+<glyph unicode="&#x200a;" horiz-adv-x="72" />
+<glyph unicode="&#x202f;" horiz-adv-x="260" />
+<glyph unicode="&#x205f;" horiz-adv-x="325" />
+<glyph unicode="&#x20ac;" d="M744 1198q242 0 354 -189q60 -104 66 -209h-181q0 45 -17.5 82.5t-43.5 61.5t-58 40.5t-60.5 24t-51.5 7.5q-19 0 -40.5 -5.5t-49.5 -20.5t-53 -38t-49 -62.5t-39 -89.5h379l-100 -100h-300q-6 -50 -6 -100h406l-100 -100h-300q9 -74 33 -132t52.5 -91t61.5 -54.5t59 -29 t47 -7.5q22 0 50.5 7.5t60.5 24.5t58 41t43.5 61t17.5 80h174q-30 -171 -128 -278q-107 -117 -274 -117q-206 0 -324 158q-36 48 -69 133t-45 204h-217l100 100h112q1 47 6 100h-218l100 100h134q20 87 51 153.5t62 103.5q117 141 297 141z" />
+<glyph unicode="&#x20bd;" d="M428 1200h350q67 0 120 -13t86 -31t57 -49.5t35 -56.5t17 -64.5t6.5 -60.5t0.5 -57v-16.5v-16.5q0 -36 -0.5 -57t-6.5 -61t-17 -65t-35 -57t-57 -50.5t-86 -31.5t-120 -13h-178l-2 -100h288q10 0 13 -6t-3 -14l-120 -160q-6 -8 -18 -14t-22 -6h-138v-175q0 -11 -5.5 -18 t-15.5 -7h-149q-10 0 -17.5 7.5t-7.5 17.5v175h-267q-10 0 -13 6t3 14l120 160q6 8 18 14t22 6h117v100h-267q-10 0 -13 6t3 14l120 160q6 8 18 14t22 6h117v475q0 10 7.5 17.5t17.5 7.5zM600 1000v-300h203q64 0 86.5 33t22.5 119q0 84 -22.5 116t-86.5 32h-203z" />
+<glyph unicode="&#x2212;" d="M250 700h800q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5z" />
+<glyph unicode="&#x231b;" d="M1000 1200v-150q0 -21 -14.5 -35.5t-35.5 -14.5h-50v-100q0 -91 -49.5 -165.5t-130.5 -109.5q81 -35 130.5 -109.5t49.5 -165.5v-150h50q21 0 35.5 -14.5t14.5 -35.5v-150h-800v150q0 21 14.5 35.5t35.5 14.5h50v150q0 91 49.5 165.5t130.5 109.5q-81 35 -130.5 109.5 t-49.5 165.5v100h-50q-21 0 -35.5 14.5t-14.5 35.5v150h800zM400 1000v-100q0 -60 32.5 -109.5t87.5 -73.5q28 -12 44 -37t16 -55t-16 -55t-44 -37q-55 -24 -87.5 -73.5t-32.5 -109.5v-150h400v150q0 60 -32.5 109.5t-87.5 73.5q-28 12 -44 37t-16 55t16 55t44 37 q55 24 87.5 73.5t32.5 109.5v100h-400z" />
+<glyph unicode="&#x25fc;" horiz-adv-x="500" d="M0 0z" />
+<glyph unicode="&#x2601;" d="M503 1089q110 0 200.5 -59.5t134.5 -156.5q44 14 90 14q120 0 205 -86.5t85 -206.5q0 -121 -85 -207.5t-205 -86.5h-750q-79 0 -135.5 57t-56.5 137q0 69 42.5 122.5t108.5 67.5q-2 12 -2 37q0 153 108 260.5t260 107.5z" />
+<glyph unicode="&#x26fa;" d="M774 1193.5q16 -9.5 20.5 -27t-5.5 -33.5l-136 -187l467 -746h30q20 0 35 -18.5t15 -39.5v-42h-1200v42q0 21 15 39.5t35 18.5h30l468 746l-135 183q-10 16 -5.5 34t20.5 28t34 5.5t28 -20.5l111 -148l112 150q9 16 27 20.5t34 -5zM600 200h377l-182 112l-195 534v-646z " />
+<glyph unicode="&#x2709;" d="M25 1100h1150q10 0 12.5 -5t-5.5 -13l-564 -567q-8 -8 -18 -8t-18 8l-564 567q-8 8 -5.5 13t12.5 5zM18 882l264 -264q8 -8 8 -18t-8 -18l-264 -264q-8 -8 -13 -5.5t-5 12.5v550q0 10 5 12.5t13 -5.5zM918 618l264 264q8 8 13 5.5t5 -12.5v-550q0 -10 -5 -12.5t-13 5.5 l-264 264q-8 8 -8 18t8 18zM818 482l364 -364q8 -8 5.5 -13t-12.5 -5h-1150q-10 0 -12.5 5t5.5 13l364 364q8 8 18 8t18 -8l164 -164q8 -8 18 -8t18 8l164 164q8 8 18 8t18 -8z" />
+<glyph unicode="&#x270f;" d="M1011 1210q19 0 33 -13l153 -153q13 -14 13 -33t-13 -33l-99 -92l-214 214l95 96q13 14 32 14zM1013 800l-615 -614l-214 214l614 614zM317 96l-333 -112l110 335z" />
+<glyph unicode="&#xe001;" d="M700 650v-550h250q21 0 35.5 -14.5t14.5 -35.5v-50h-800v50q0 21 14.5 35.5t35.5 14.5h250v550l-500 550h1200z" />
+<glyph unicode="&#xe002;" d="M368 1017l645 163q39 15 63 0t24 -49v-831q0 -55 -41.5 -95.5t-111.5 -63.5q-79 -25 -147 -4.5t-86 75t25.5 111.5t122.5 82q72 24 138 8v521l-600 -155v-606q0 -42 -44 -90t-109 -69q-79 -26 -147 -5.5t-86 75.5t25.5 111.5t122.5 82.5q72 24 138 7v639q0 38 14.5 59 t53.5 34z" />
+<glyph unicode="&#xe003;" d="M500 1191q100 0 191 -39t156.5 -104.5t104.5 -156.5t39 -191l-1 -2l1 -5q0 -141 -78 -262l275 -274q23 -26 22.5 -44.5t-22.5 -42.5l-59 -58q-26 -20 -46.5 -20t-39.5 20l-275 274q-119 -77 -261 -77l-5 1l-2 -1q-100 0 -191 39t-156.5 104.5t-104.5 156.5t-39 191 t39 191t104.5 156.5t156.5 104.5t191 39zM500 1022q-88 0 -162 -43t-117 -117t-43 -162t43 -162t117 -117t162 -43t162 43t117 117t43 162t-43 162t-117 117t-162 43z" />
+<glyph unicode="&#xe005;" d="M649 949q48 68 109.5 104t121.5 38.5t118.5 -20t102.5 -64t71 -100.5t27 -123q0 -57 -33.5 -117.5t-94 -124.5t-126.5 -127.5t-150 -152.5t-146 -174q-62 85 -145.5 174t-150 152.5t-126.5 127.5t-93.5 124.5t-33.5 117.5q0 64 28 123t73 100.5t104 64t119 20 t120.5 -38.5t104.5 -104z" />
+<glyph unicode="&#xe006;" d="M407 800l131 353q7 19 17.5 19t17.5 -19l129 -353h421q21 0 24 -8.5t-14 -20.5l-342 -249l130 -401q7 -20 -0.5 -25.5t-24.5 6.5l-343 246l-342 -247q-17 -12 -24.5 -6.5t-0.5 25.5l130 400l-347 251q-17 12 -14 20.5t23 8.5h429z" />
+<glyph unicode="&#xe007;" d="M407 800l131 353q7 19 17.5 19t17.5 -19l129 -353h421q21 0 24 -8.5t-14 -20.5l-342 -249l130 -401q7 -20 -0.5 -25.5t-24.5 6.5l-343 246l-342 -247q-17 -12 -24.5 -6.5t-0.5 25.5l130 400l-347 251q-17 12 -14 20.5t23 8.5h429zM477 700h-240l197 -142l-74 -226 l193 139l195 -140l-74 229l192 140h-234l-78 211z" />
+<glyph unicode="&#xe008;" d="M600 1200q124 0 212 -88t88 -212v-250q0 -46 -31 -98t-69 -52v-75q0 -10 6 -21.5t15 -17.5l358 -230q9 -5 15 -16.5t6 -21.5v-93q0 -10 -7.5 -17.5t-17.5 -7.5h-1150q-10 0 -17.5 7.5t-7.5 17.5v93q0 10 6 21.5t15 16.5l358 230q9 6 15 17.5t6 21.5v75q-38 0 -69 52 t-31 98v250q0 124 88 212t212 88z" />
+<glyph unicode="&#xe009;" d="M25 1100h1150q10 0 17.5 -7.5t7.5 -17.5v-1050q0 -10 -7.5 -17.5t-17.5 -7.5h-1150q-10 0 -17.5 7.5t-7.5 17.5v1050q0 10 7.5 17.5t17.5 7.5zM100 1000v-100h100v100h-100zM875 1000h-550q-10 0 -17.5 -7.5t-7.5 -17.5v-350q0 -10 7.5 -17.5t17.5 -7.5h550 q10 0 17.5 7.5t7.5 17.5v350q0 10 -7.5 17.5t-17.5 7.5zM1000 1000v-100h100v100h-100zM100 800v-100h100v100h-100zM1000 800v-100h100v100h-100zM100 600v-100h100v100h-100zM1000 600v-100h100v100h-100zM875 500h-550q-10 0 -17.5 -7.5t-7.5 -17.5v-350q0 -10 7.5 -17.5 t17.5 -7.5h550q10 0 17.5 7.5t7.5 17.5v350q0 10 -7.5 17.5t-17.5 7.5zM100 400v-100h100v100h-100zM1000 400v-100h100v100h-100zM100 200v-100h100v100h-100zM1000 200v-100h100v100h-100z" />
+<glyph unicode="&#xe010;" d="M50 1100h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM650 1100h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v400 q0 21 14.5 35.5t35.5 14.5zM50 500h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM650 500h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400 q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5z" />
+<glyph unicode="&#xe011;" d="M50 1100h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM450 1100h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200 q0 21 14.5 35.5t35.5 14.5zM850 1100h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM50 700h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200 q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM450 700h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM850 700h200q21 0 35.5 -14.5t14.5 -35.5v-200 q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM50 300h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM450 300h200 q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM850 300h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5 t35.5 14.5z" />
+<glyph unicode="&#xe012;" d="M50 1100h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM450 1100h700q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5v200 q0 21 14.5 35.5t35.5 14.5zM50 700h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM450 700h700q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-700 q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM50 300h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM450 300h700q21 0 35.5 -14.5t14.5 -35.5v-200 q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5z" />
+<glyph unicode="&#xe013;" d="M465 477l571 571q8 8 18 8t17 -8l177 -177q8 -7 8 -17t-8 -18l-783 -784q-7 -8 -17.5 -8t-17.5 8l-384 384q-8 8 -8 18t8 17l177 177q7 8 17 8t18 -8l171 -171q7 -7 18 -7t18 7z" />
+<glyph unicode="&#xe014;" d="M904 1083l178 -179q8 -8 8 -18.5t-8 -17.5l-267 -268l267 -268q8 -7 8 -17.5t-8 -18.5l-178 -178q-8 -8 -18.5 -8t-17.5 8l-268 267l-268 -267q-7 -8 -17.5 -8t-18.5 8l-178 178q-8 8 -8 18.5t8 17.5l267 268l-267 268q-8 7 -8 17.5t8 18.5l178 178q8 8 18.5 8t17.5 -8 l268 -267l268 268q7 7 17.5 7t18.5 -7z" />
+<glyph unicode="&#xe015;" d="M507 1177q98 0 187.5 -38.5t154.5 -103.5t103.5 -154.5t38.5 -187.5q0 -141 -78 -262l300 -299q8 -8 8 -18.5t-8 -18.5l-109 -108q-7 -8 -17.5 -8t-18.5 8l-300 299q-119 -77 -261 -77q-98 0 -188 38.5t-154.5 103t-103 154.5t-38.5 188t38.5 187.5t103 154.5 t154.5 103.5t188 38.5zM506.5 1023q-89.5 0 -165.5 -44t-120 -120.5t-44 -166t44 -165.5t120 -120t165.5 -44t166 44t120.5 120t44 165.5t-44 166t-120.5 120.5t-166 44zM425 900h150q10 0 17.5 -7.5t7.5 -17.5v-75h75q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5 t-17.5 -7.5h-75v-75q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v75h-75q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5h75v75q0 10 7.5 17.5t17.5 7.5z" />
+<glyph unicode="&#xe016;" d="M507 1177q98 0 187.5 -38.5t154.5 -103.5t103.5 -154.5t38.5 -187.5q0 -141 -78 -262l300 -299q8 -8 8 -18.5t-8 -18.5l-109 -108q-7 -8 -17.5 -8t-18.5 8l-300 299q-119 -77 -261 -77q-98 0 -188 38.5t-154.5 103t-103 154.5t-38.5 188t38.5 187.5t103 154.5 t154.5 103.5t188 38.5zM506.5 1023q-89.5 0 -165.5 -44t-120 -120.5t-44 -166t44 -165.5t120 -120t165.5 -44t166 44t120.5 120t44 165.5t-44 166t-120.5 120.5t-166 44zM325 800h350q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-350q-10 0 -17.5 7.5 t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5z" />
+<glyph unicode="&#xe017;" d="M550 1200h100q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM800 975v166q167 -62 272 -209.5t105 -331.5q0 -117 -45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5 t-184.5 123t-123 184.5t-45.5 224q0 184 105 331.5t272 209.5v-166q-103 -55 -165 -155t-62 -220q0 -116 57 -214.5t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5q0 120 -62 220t-165 155z" />
+<glyph unicode="&#xe018;" d="M1025 1200h150q10 0 17.5 -7.5t7.5 -17.5v-1150q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v1150q0 10 7.5 17.5t17.5 7.5zM725 800h150q10 0 17.5 -7.5t7.5 -17.5v-750q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v750 q0 10 7.5 17.5t17.5 7.5zM425 500h150q10 0 17.5 -7.5t7.5 -17.5v-450q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v450q0 10 7.5 17.5t17.5 7.5zM125 300h150q10 0 17.5 -7.5t7.5 -17.5v-250q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5 v250q0 10 7.5 17.5t17.5 7.5z" />
+<glyph unicode="&#xe019;" d="M600 1174q33 0 74 -5l38 -152l5 -1q49 -14 94 -39l5 -2l134 80q61 -48 104 -105l-80 -134l3 -5q25 -44 39 -93l1 -6l152 -38q5 -43 5 -73q0 -34 -5 -74l-152 -38l-1 -6q-15 -49 -39 -93l-3 -5l80 -134q-48 -61 -104 -105l-134 81l-5 -3q-44 -25 -94 -39l-5 -2l-38 -151 q-43 -5 -74 -5q-33 0 -74 5l-38 151l-5 2q-49 14 -94 39l-5 3l-134 -81q-60 48 -104 105l80 134l-3 5q-25 45 -38 93l-2 6l-151 38q-6 42 -6 74q0 33 6 73l151 38l2 6q13 48 38 93l3 5l-80 134q47 61 105 105l133 -80l5 2q45 25 94 39l5 1l38 152q43 5 74 5zM600 815 q-89 0 -152 -63t-63 -151.5t63 -151.5t152 -63t152 63t63 151.5t-63 151.5t-152 63z" />
+<glyph unicode="&#xe020;" d="M500 1300h300q41 0 70.5 -29.5t29.5 -70.5v-100h275q10 0 17.5 -7.5t7.5 -17.5v-75h-1100v75q0 10 7.5 17.5t17.5 7.5h275v100q0 41 29.5 70.5t70.5 29.5zM500 1200v-100h300v100h-300zM1100 900v-800q0 -41 -29.5 -70.5t-70.5 -29.5h-700q-41 0 -70.5 29.5t-29.5 70.5 v800h900zM300 800v-700h100v700h-100zM500 800v-700h100v700h-100zM700 800v-700h100v700h-100zM900 800v-700h100v700h-100z" />
+<glyph unicode="&#xe021;" d="M18 618l620 608q8 7 18.5 7t17.5 -7l608 -608q8 -8 5.5 -13t-12.5 -5h-175v-575q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v375h-300v-375q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v575h-175q-10 0 -12.5 5t5.5 13z" />
+<glyph unicode="&#xe022;" d="M600 1200v-400q0 -41 29.5 -70.5t70.5 -29.5h300v-650q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v1100q0 21 14.5 35.5t35.5 14.5h450zM1000 800h-250q-21 0 -35.5 14.5t-14.5 35.5v250z" />
+<glyph unicode="&#xe023;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM525 900h50q10 0 17.5 -7.5t7.5 -17.5v-275h175q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v350q0 10 7.5 17.5t17.5 7.5z" />
+<glyph unicode="&#xe024;" d="M1300 0h-538l-41 400h-242l-41 -400h-538l431 1200h209l-21 -300h162l-20 300h208zM515 800l-27 -300h224l-27 300h-170z" />
+<glyph unicode="&#xe025;" d="M550 1200h200q21 0 35.5 -14.5t14.5 -35.5v-450h191q20 0 25.5 -11.5t-7.5 -27.5l-327 -400q-13 -16 -32 -16t-32 16l-327 400q-13 16 -7.5 27.5t25.5 11.5h191v450q0 21 14.5 35.5t35.5 14.5zM1125 400h50q10 0 17.5 -7.5t7.5 -17.5v-350q0 -10 -7.5 -17.5t-17.5 -7.5 h-1050q-10 0 -17.5 7.5t-7.5 17.5v350q0 10 7.5 17.5t17.5 7.5h50q10 0 17.5 -7.5t7.5 -17.5v-175h900v175q0 10 7.5 17.5t17.5 7.5z" />
+<glyph unicode="&#xe026;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM525 900h150q10 0 17.5 -7.5t7.5 -17.5v-275h137q21 0 26 -11.5t-8 -27.5l-223 -275q-13 -16 -32 -16t-32 16l-223 275q-13 16 -8 27.5t26 11.5h137v275q0 10 7.5 17.5t17.5 7.5z " />
+<glyph unicode="&#xe027;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM632 914l223 -275q13 -16 8 -27.5t-26 -11.5h-137v-275q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v275h-137q-21 0 -26 11.5t8 27.5l223 275q13 16 32 16 t32 -16z" />
+<glyph unicode="&#xe028;" d="M225 1200h750q10 0 19.5 -7t12.5 -17l186 -652q7 -24 7 -49v-425q0 -12 -4 -27t-9 -17q-12 -6 -37 -6h-1100q-12 0 -27 4t-17 8q-6 13 -6 38l1 425q0 25 7 49l185 652q3 10 12.5 17t19.5 7zM878 1000h-556q-10 0 -19 -7t-11 -18l-87 -450q-2 -11 4 -18t16 -7h150 q10 0 19.5 -7t11.5 -17l38 -152q2 -10 11.5 -17t19.5 -7h250q10 0 19.5 7t11.5 17l38 152q2 10 11.5 17t19.5 7h150q10 0 16 7t4 18l-87 450q-2 11 -11 18t-19 7z" />
+<glyph unicode="&#xe029;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM540 820l253 -190q17 -12 17 -30t-17 -30l-253 -190q-16 -12 -28 -6.5t-12 26.5v400q0 21 12 26.5t28 -6.5z" />
+<glyph unicode="&#xe030;" d="M947 1060l135 135q7 7 12.5 5t5.5 -13v-362q0 -10 -7.5 -17.5t-17.5 -7.5h-362q-11 0 -13 5.5t5 12.5l133 133q-109 76 -238 76q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5h150q0 -117 -45.5 -224 t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5q192 0 347 -117z" />
+<glyph unicode="&#xe031;" d="M947 1060l135 135q7 7 12.5 5t5.5 -13v-361q0 -11 -7.5 -18.5t-18.5 -7.5h-361q-11 0 -13 5.5t5 12.5l134 134q-110 75 -239 75q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5h-150q0 117 45.5 224t123 184.5t184.5 123t224 45.5q192 0 347 -117zM1027 600h150 q0 -117 -45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5q-192 0 -348 118l-134 -134q-7 -8 -12.5 -5.5t-5.5 12.5v360q0 11 7.5 18.5t18.5 7.5h360q10 0 12.5 -5.5t-5.5 -12.5l-133 -133q110 -76 240 -76q116 0 214.5 57t155.5 155.5t57 214.5z" />
+<glyph unicode="&#xe032;" d="M125 1200h1050q10 0 17.5 -7.5t7.5 -17.5v-1150q0 -10 -7.5 -17.5t-17.5 -7.5h-1050q-10 0 -17.5 7.5t-7.5 17.5v1150q0 10 7.5 17.5t17.5 7.5zM1075 1000h-850q-10 0 -17.5 -7.5t-7.5 -17.5v-850q0 -10 7.5 -17.5t17.5 -7.5h850q10 0 17.5 7.5t7.5 17.5v850 q0 10 -7.5 17.5t-17.5 7.5zM325 900h50q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5zM525 900h450q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-450q-10 0 -17.5 7.5t-7.5 17.5v50 q0 10 7.5 17.5t17.5 7.5zM325 700h50q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5zM525 700h450q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-450q-10 0 -17.5 7.5t-7.5 17.5v50 q0 10 7.5 17.5t17.5 7.5zM325 500h50q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5zM525 500h450q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-450q-10 0 -17.5 7.5t-7.5 17.5v50 q0 10 7.5 17.5t17.5 7.5zM325 300h50q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5zM525 300h450q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-450q-10 0 -17.5 7.5t-7.5 17.5v50 q0 10 7.5 17.5t17.5 7.5z" />
+<glyph unicode="&#xe033;" d="M900 800v200q0 83 -58.5 141.5t-141.5 58.5h-300q-82 0 -141 -59t-59 -141v-200h-100q-41 0 -70.5 -29.5t-29.5 -70.5v-600q0 -41 29.5 -70.5t70.5 -29.5h900q41 0 70.5 29.5t29.5 70.5v600q0 41 -29.5 70.5t-70.5 29.5h-100zM400 800v150q0 21 15 35.5t35 14.5h200 q20 0 35 -14.5t15 -35.5v-150h-300z" />
+<glyph unicode="&#xe034;" d="M125 1100h50q10 0 17.5 -7.5t7.5 -17.5v-1075h-100v1075q0 10 7.5 17.5t17.5 7.5zM1075 1052q4 0 9 -2q16 -6 16 -23v-421q0 -6 -3 -12q-33 -59 -66.5 -99t-65.5 -58t-56.5 -24.5t-52.5 -6.5q-26 0 -57.5 6.5t-52.5 13.5t-60 21q-41 15 -63 22.5t-57.5 15t-65.5 7.5 q-85 0 -160 -57q-7 -5 -15 -5q-6 0 -11 3q-14 7 -14 22v438q22 55 82 98.5t119 46.5q23 2 43 0.5t43 -7t32.5 -8.5t38 -13t32.5 -11q41 -14 63.5 -21t57 -14t63.5 -7q103 0 183 87q7 8 18 8z" />
+<glyph unicode="&#xe035;" d="M600 1175q116 0 227 -49.5t192.5 -131t131 -192.5t49.5 -227v-300q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v300q0 127 -70.5 231.5t-184.5 161.5t-245 57t-245 -57t-184.5 -161.5t-70.5 -231.5v-300q0 -10 -7.5 -17.5t-17.5 -7.5h-50 q-10 0 -17.5 7.5t-7.5 17.5v300q0 116 49.5 227t131 192.5t192.5 131t227 49.5zM220 500h160q8 0 14 -6t6 -14v-460q0 -8 -6 -14t-14 -6h-160q-8 0 -14 6t-6 14v460q0 8 6 14t14 6zM820 500h160q8 0 14 -6t6 -14v-460q0 -8 -6 -14t-14 -6h-160q-8 0 -14 6t-6 14v460 q0 8 6 14t14 6z" />
+<glyph unicode="&#xe036;" d="M321 814l258 172q9 6 15 2.5t6 -13.5v-750q0 -10 -6 -13.5t-15 2.5l-258 172q-21 14 -46 14h-250q-10 0 -17.5 7.5t-7.5 17.5v350q0 10 7.5 17.5t17.5 7.5h250q25 0 46 14zM900 668l120 120q7 7 17 7t17 -7l34 -34q7 -7 7 -17t-7 -17l-120 -120l120 -120q7 -7 7 -17 t-7 -17l-34 -34q-7 -7 -17 -7t-17 7l-120 119l-120 -119q-7 -7 -17 -7t-17 7l-34 34q-7 7 -7 17t7 17l119 120l-119 120q-7 7 -7 17t7 17l34 34q7 8 17 8t17 -8z" />
+<glyph unicode="&#xe037;" d="M321 814l258 172q9 6 15 2.5t6 -13.5v-750q0 -10 -6 -13.5t-15 2.5l-258 172q-21 14 -46 14h-250q-10 0 -17.5 7.5t-7.5 17.5v350q0 10 7.5 17.5t17.5 7.5h250q25 0 46 14zM766 900h4q10 -1 16 -10q96 -129 96 -290q0 -154 -90 -281q-6 -9 -17 -10l-3 -1q-9 0 -16 6 l-29 23q-7 7 -8.5 16.5t4.5 17.5q72 103 72 229q0 132 -78 238q-6 8 -4.5 18t9.5 17l29 22q7 5 15 5z" />
+<glyph unicode="&#xe038;" d="M967 1004h3q11 -1 17 -10q135 -179 135 -396q0 -105 -34 -206.5t-98 -185.5q-7 -9 -17 -10h-3q-9 0 -16 6l-42 34q-8 6 -9 16t5 18q111 150 111 328q0 90 -29.5 176t-84.5 157q-6 9 -5 19t10 16l42 33q7 5 15 5zM321 814l258 172q9 6 15 2.5t6 -13.5v-750q0 -10 -6 -13.5 t-15 2.5l-258 172q-21 14 -46 14h-250q-10 0 -17.5 7.5t-7.5 17.5v350q0 10 7.5 17.5t17.5 7.5h250q25 0 46 14zM766 900h4q10 -1 16 -10q96 -129 96 -290q0 -154 -90 -281q-6 -9 -17 -10l-3 -1q-9 0 -16 6l-29 23q-7 7 -8.5 16.5t4.5 17.5q72 103 72 229q0 132 -78 238 q-6 8 -4.5 18.5t9.5 16.5l29 22q7 5 15 5z" />
+<glyph unicode="&#xe039;" d="M500 900h100v-100h-100v-100h-400v-100h-100v600h500v-300zM1200 700h-200v-100h200v-200h-300v300h-200v300h-100v200h600v-500zM100 1100v-300h300v300h-300zM800 1100v-300h300v300h-300zM300 900h-100v100h100v-100zM1000 900h-100v100h100v-100zM300 500h200v-500 h-500v500h200v100h100v-100zM800 300h200v-100h-100v-100h-200v100h-100v100h100v200h-200v100h300v-300zM100 400v-300h300v300h-300zM300 200h-100v100h100v-100zM1200 200h-100v100h100v-100zM700 0h-100v100h100v-100zM1200 0h-300v100h300v-100z" />
+<glyph unicode="&#xe040;" d="M100 200h-100v1000h100v-1000zM300 200h-100v1000h100v-1000zM700 200h-200v1000h200v-1000zM900 200h-100v1000h100v-1000zM1200 200h-200v1000h200v-1000zM400 0h-300v100h300v-100zM600 0h-100v91h100v-91zM800 0h-100v91h100v-91zM1100 0h-200v91h200v-91z" />
+<glyph unicode="&#xe041;" d="M500 1200l682 -682q8 -8 8 -18t-8 -18l-464 -464q-8 -8 -18 -8t-18 8l-682 682l1 475q0 10 7.5 17.5t17.5 7.5h474zM319.5 1024.5q-29.5 29.5 -71 29.5t-71 -29.5t-29.5 -71.5t29.5 -71.5t71 -29.5t71 29.5t29.5 71.5t-29.5 71.5z" />
+<glyph unicode="&#xe042;" d="M500 1200l682 -682q8 -8 8 -18t-8 -18l-464 -464q-8 -8 -18 -8t-18 8l-682 682l1 475q0 10 7.5 17.5t17.5 7.5h474zM800 1200l682 -682q8 -8 8 -18t-8 -18l-464 -464q-8 -8 -18 -8t-18 8l-56 56l424 426l-700 700h150zM319.5 1024.5q-29.5 29.5 -71 29.5t-71 -29.5 t-29.5 -71.5t29.5 -71.5t71 -29.5t71 29.5t29.5 71.5t-29.5 71.5z" />
+<glyph unicode="&#xe043;" d="M300 1200h825q75 0 75 -75v-900q0 -25 -18 -43l-64 -64q-8 -8 -13 -5.5t-5 12.5v950q0 10 -7.5 17.5t-17.5 7.5h-700q-25 0 -43 -18l-64 -64q-8 -8 -5.5 -13t12.5 -5h700q10 0 17.5 -7.5t7.5 -17.5v-950q0 -10 -7.5 -17.5t-17.5 -7.5h-850q-10 0 -17.5 7.5t-7.5 17.5v975 q0 25 18 43l139 139q18 18 43 18z" />
+<glyph unicode="&#xe044;" d="M250 1200h800q21 0 35.5 -14.5t14.5 -35.5v-1150l-450 444l-450 -445v1151q0 21 14.5 35.5t35.5 14.5z" />
+<glyph unicode="&#xe045;" d="M822 1200h-444q-11 0 -19 -7.5t-9 -17.5l-78 -301q-7 -24 7 -45l57 -108q6 -9 17.5 -15t21.5 -6h450q10 0 21.5 6t17.5 15l62 108q14 21 7 45l-83 301q-1 10 -9 17.5t-19 7.5zM1175 800h-150q-10 0 -21 -6.5t-15 -15.5l-78 -156q-4 -9 -15 -15.5t-21 -6.5h-550 q-10 0 -21 6.5t-15 15.5l-78 156q-4 9 -15 15.5t-21 6.5h-150q-10 0 -17.5 -7.5t-7.5 -17.5v-650q0 -10 7.5 -17.5t17.5 -7.5h150q10 0 17.5 7.5t7.5 17.5v150q0 10 7.5 17.5t17.5 7.5h750q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 7.5 -17.5t17.5 -7.5h150q10 0 17.5 7.5 t7.5 17.5v650q0 10 -7.5 17.5t-17.5 7.5zM850 200h-500q-10 0 -19.5 -7t-11.5 -17l-38 -152q-2 -10 3.5 -17t15.5 -7h600q10 0 15.5 7t3.5 17l-38 152q-2 10 -11.5 17t-19.5 7z" />
+<glyph unicode="&#xe046;" d="M500 1100h200q56 0 102.5 -20.5t72.5 -50t44 -59t25 -50.5l6 -20h150q41 0 70.5 -29.5t29.5 -70.5v-600q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5v600q0 41 29.5 70.5t70.5 29.5h150q2 8 6.5 21.5t24 48t45 61t72 48t102.5 21.5zM900 800v-100 h100v100h-100zM600 730q-95 0 -162.5 -67.5t-67.5 -162.5t67.5 -162.5t162.5 -67.5t162.5 67.5t67.5 162.5t-67.5 162.5t-162.5 67.5zM600 603q43 0 73 -30t30 -73t-30 -73t-73 -30t-73 30t-30 73t30 73t73 30z" />
+<glyph unicode="&#xe047;" d="M681 1199l385 -998q20 -50 60 -92q18 -19 36.5 -29.5t27.5 -11.5l10 -2v-66h-417v66q53 0 75 43.5t5 88.5l-82 222h-391q-58 -145 -92 -234q-11 -34 -6.5 -57t25.5 -37t46 -20t55 -6v-66h-365v66q56 24 84 52q12 12 25 30.5t20 31.5l7 13l399 1006h93zM416 521h340 l-162 457z" />
+<glyph unicode="&#xe048;" d="M753 641q5 -1 14.5 -4.5t36 -15.5t50.5 -26.5t53.5 -40t50.5 -54.5t35.5 -70t14.5 -87q0 -67 -27.5 -125.5t-71.5 -97.5t-98.5 -66.5t-108.5 -40.5t-102 -13h-500v89q41 7 70.5 32.5t29.5 65.5v827q0 24 -0.5 34t-3.5 24t-8.5 19.5t-17 13.5t-28 12.5t-42.5 11.5v71 l471 -1q57 0 115.5 -20.5t108 -57t80.5 -94t31 -124.5q0 -51 -15.5 -96.5t-38 -74.5t-45 -50.5t-38.5 -30.5zM400 700h139q78 0 130.5 48.5t52.5 122.5q0 41 -8.5 70.5t-29.5 55.5t-62.5 39.5t-103.5 13.5h-118v-350zM400 200h216q80 0 121 50.5t41 130.5q0 90 -62.5 154.5 t-156.5 64.5h-159v-400z" />
+<glyph unicode="&#xe049;" d="M877 1200l2 -57q-83 -19 -116 -45.5t-40 -66.5l-132 -839q-9 -49 13 -69t96 -26v-97h-500v97q186 16 200 98l173 832q3 17 3 30t-1.5 22.5t-9 17.5t-13.5 12.5t-21.5 10t-26 8.5t-33.5 10q-13 3 -19 5v57h425z" />
+<glyph unicode="&#xe050;" d="M1300 900h-50q0 21 -4 37t-9.5 26.5t-18 17.5t-22 11t-28.5 5.5t-31 2t-37 0.5h-200v-850q0 -22 25 -34.5t50 -13.5l25 -2v-100h-400v100q4 0 11 0.5t24 3t30 7t24 15t11 24.5v850h-200q-25 0 -37 -0.5t-31 -2t-28.5 -5.5t-22 -11t-18 -17.5t-9.5 -26.5t-4 -37h-50v300 h1000v-300zM175 1000h-75v-800h75l-125 -167l-125 167h75v800h-75l125 167z" />
+<glyph unicode="&#xe051;" d="M1100 900h-50q0 21 -4 37t-9.5 26.5t-18 17.5t-22 11t-28.5 5.5t-31 2t-37 0.5h-200v-650q0 -22 25 -34.5t50 -13.5l25 -2v-100h-400v100q4 0 11 0.5t24 3t30 7t24 15t11 24.5v650h-200q-25 0 -37 -0.5t-31 -2t-28.5 -5.5t-22 -11t-18 -17.5t-9.5 -26.5t-4 -37h-50v300 h1000v-300zM1167 50l-167 -125v75h-800v-75l-167 125l167 125v-75h800v75z" />
+<glyph unicode="&#xe052;" d="M50 1100h600q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-600q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 800h1000q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5v100 q0 21 14.5 35.5t35.5 14.5zM50 500h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 200h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
+<glyph unicode="&#xe053;" d="M250 1100h700q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 800h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v100 q0 21 14.5 35.5t35.5 14.5zM250 500h700q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 200h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
+<glyph unicode="&#xe054;" d="M500 950v100q0 21 14.5 35.5t35.5 14.5h600q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-600q-21 0 -35.5 14.5t-14.5 35.5zM100 650v100q0 21 14.5 35.5t35.5 14.5h1000q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1000 q-21 0 -35.5 14.5t-14.5 35.5zM300 350v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5zM0 50v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100 q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5z" />
+<glyph unicode="&#xe055;" d="M50 1100h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 800h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v100 q0 21 14.5 35.5t35.5 14.5zM50 500h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 200h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
+<glyph unicode="&#xe056;" d="M50 1100h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM350 1100h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v100 q0 21 14.5 35.5t35.5 14.5zM50 800h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM350 800h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-800 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 500h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM350 500h800q21 0 35.5 -14.5t14.5 -35.5v-100 q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 200h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM350 200h800 q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
+<glyph unicode="&#xe057;" d="M400 0h-100v1100h100v-1100zM550 1100h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM550 800h500q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-500 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM267 550l-167 -125v75h-200v100h200v75zM550 500h300q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-300q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM550 200h600 q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-600q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
+<glyph unicode="&#xe058;" d="M50 1100h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM900 0h-100v1100h100v-1100zM50 800h500q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-500 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM1100 600h200v-100h-200v-75l-167 125l167 125v-75zM50 500h300q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-300q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 200h600 q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-600q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
+<glyph unicode="&#xe059;" d="M75 1000h750q31 0 53 -22t22 -53v-650q0 -31 -22 -53t-53 -22h-750q-31 0 -53 22t-22 53v650q0 31 22 53t53 22zM1200 300l-300 300l300 300v-600z" />
+<glyph unicode="&#xe060;" d="M44 1100h1112q18 0 31 -13t13 -31v-1012q0 -18 -13 -31t-31 -13h-1112q-18 0 -31 13t-13 31v1012q0 18 13 31t31 13zM100 1000v-737l247 182l298 -131l-74 156l293 318l236 -288v500h-1000zM342 884q56 0 95 -39t39 -94.5t-39 -95t-95 -39.5t-95 39.5t-39 95t39 94.5 t95 39z" />
+<glyph unicode="&#xe062;" d="M648 1169q117 0 216 -60t156.5 -161t57.5 -218q0 -115 -70 -258q-69 -109 -158 -225.5t-143 -179.5l-54 -62q-9 8 -25.5 24.5t-63.5 67.5t-91 103t-98.5 128t-95.5 148q-60 132 -60 249q0 88 34 169.5t91.5 142t137 96.5t166.5 36zM652.5 974q-91.5 0 -156.5 -65 t-65 -157t65 -156.5t156.5 -64.5t156.5 64.5t65 156.5t-65 157t-156.5 65z" />
+<glyph unicode="&#xe063;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 173v854q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57z" />
+<glyph unicode="&#xe064;" d="M554 1295q21 -72 57.5 -143.5t76 -130t83 -118t82.5 -117t70 -116t49.5 -126t18.5 -136.5q0 -71 -25.5 -135t-68.5 -111t-99 -82t-118.5 -54t-125.5 -23q-84 5 -161.5 34t-139.5 78.5t-99 125t-37 164.5q0 69 18 136.5t49.5 126.5t69.5 116.5t81.5 117.5t83.5 119 t76.5 131t58.5 143zM344 710q-23 -33 -43.5 -70.5t-40.5 -102.5t-17 -123q1 -37 14.5 -69.5t30 -52t41 -37t38.5 -24.5t33 -15q21 -7 32 -1t13 22l6 34q2 10 -2.5 22t-13.5 19q-5 4 -14 12t-29.5 40.5t-32.5 73.5q-26 89 6 271q2 11 -6 11q-8 1 -15 -10z" />
+<glyph unicode="&#xe065;" d="M1000 1013l108 115q2 1 5 2t13 2t20.5 -1t25 -9.5t28.5 -21.5q22 -22 27 -43t0 -32l-6 -10l-108 -115zM350 1100h400q50 0 105 -13l-187 -187h-368q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v182l200 200v-332 q0 -165 -93.5 -257.5t-256.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 165 92.5 257.5t257.5 92.5zM1009 803l-362 -362l-161 -50l55 170l355 355z" />
+<glyph unicode="&#xe066;" d="M350 1100h361q-164 -146 -216 -200h-195q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5l200 153v-103q0 -165 -92.5 -257.5t-257.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 165 92.5 257.5t257.5 92.5z M824 1073l339 -301q8 -7 8 -17.5t-8 -17.5l-340 -306q-7 -6 -12.5 -4t-6.5 11v203q-26 1 -54.5 0t-78.5 -7.5t-92 -17.5t-86 -35t-70 -57q10 59 33 108t51.5 81.5t65 58.5t68.5 40.5t67 24.5t56 13.5t40 4.5v210q1 10 6.5 12.5t13.5 -4.5z" />
+<glyph unicode="&#xe067;" d="M350 1100h350q60 0 127 -23l-178 -177h-349q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v69l200 200v-219q0 -165 -92.5 -257.5t-257.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 165 92.5 257.5t257.5 92.5z M643 639l395 395q7 7 17.5 7t17.5 -7l101 -101q7 -7 7 -17.5t-7 -17.5l-531 -532q-7 -7 -17.5 -7t-17.5 7l-248 248q-7 7 -7 17.5t7 17.5l101 101q7 7 17.5 7t17.5 -7l111 -111q8 -7 18 -7t18 7z" />
+<glyph unicode="&#xe068;" d="M318 918l264 264q8 8 18 8t18 -8l260 -264q7 -8 4.5 -13t-12.5 -5h-170v-200h200v173q0 10 5 12t13 -5l264 -260q8 -7 8 -17.5t-8 -17.5l-264 -265q-8 -7 -13 -5t-5 12v173h-200v-200h170q10 0 12.5 -5t-4.5 -13l-260 -264q-8 -8 -18 -8t-18 8l-264 264q-8 8 -5.5 13 t12.5 5h175v200h-200v-173q0 -10 -5 -12t-13 5l-264 265q-8 7 -8 17.5t8 17.5l264 260q8 7 13 5t5 -12v-173h200v200h-175q-10 0 -12.5 5t5.5 13z" />
+<glyph unicode="&#xe069;" d="M250 1100h100q21 0 35.5 -14.5t14.5 -35.5v-438l464 453q15 14 25.5 10t10.5 -25v-1000q0 -21 -10.5 -25t-25.5 10l-464 453v-438q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v1000q0 21 14.5 35.5t35.5 14.5z" />
+<glyph unicode="&#xe070;" d="M50 1100h100q21 0 35.5 -14.5t14.5 -35.5v-438l464 453q15 14 25.5 10t10.5 -25v-438l464 453q15 14 25.5 10t10.5 -25v-1000q0 -21 -10.5 -25t-25.5 10l-464 453v-438q0 -21 -10.5 -25t-25.5 10l-464 453v-438q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5 t-14.5 35.5v1000q0 21 14.5 35.5t35.5 14.5z" />
+<glyph unicode="&#xe071;" d="M1200 1050v-1000q0 -21 -10.5 -25t-25.5 10l-464 453v-438q0 -21 -10.5 -25t-25.5 10l-492 480q-15 14 -15 35t15 35l492 480q15 14 25.5 10t10.5 -25v-438l464 453q15 14 25.5 10t10.5 -25z" />
+<glyph unicode="&#xe072;" d="M243 1074l814 -498q18 -11 18 -26t-18 -26l-814 -498q-18 -11 -30.5 -4t-12.5 28v1000q0 21 12.5 28t30.5 -4z" />
+<glyph unicode="&#xe073;" d="M250 1000h200q21 0 35.5 -14.5t14.5 -35.5v-800q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v800q0 21 14.5 35.5t35.5 14.5zM650 1000h200q21 0 35.5 -14.5t14.5 -35.5v-800q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v800 q0 21 14.5 35.5t35.5 14.5z" />
+<glyph unicode="&#xe074;" d="M1100 950v-800q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v800q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5z" />
+<glyph unicode="&#xe075;" d="M500 612v438q0 21 10.5 25t25.5 -10l492 -480q15 -14 15 -35t-15 -35l-492 -480q-15 -14 -25.5 -10t-10.5 25v438l-464 -453q-15 -14 -25.5 -10t-10.5 25v1000q0 21 10.5 25t25.5 -10z" />
+<glyph unicode="&#xe076;" d="M1048 1102l100 1q20 0 35 -14.5t15 -35.5l5 -1000q0 -21 -14.5 -35.5t-35.5 -14.5l-100 -1q-21 0 -35.5 14.5t-14.5 35.5l-2 437l-463 -454q-14 -15 -24.5 -10.5t-10.5 25.5l-2 437l-462 -455q-15 -14 -25.5 -9.5t-10.5 24.5l-5 1000q0 21 10.5 25.5t25.5 -10.5l466 -450 l-2 438q0 20 10.5 24.5t25.5 -9.5l466 -451l-2 438q0 21 14.5 35.5t35.5 14.5z" />
+<glyph unicode="&#xe077;" d="M850 1100h100q21 0 35.5 -14.5t14.5 -35.5v-1000q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v438l-464 -453q-15 -14 -25.5 -10t-10.5 25v1000q0 21 10.5 25t25.5 -10l464 -453v438q0 21 14.5 35.5t35.5 14.5z" />
+<glyph unicode="&#xe078;" d="M686 1081l501 -540q15 -15 10.5 -26t-26.5 -11h-1042q-22 0 -26.5 11t10.5 26l501 540q15 15 36 15t36 -15zM150 400h1000q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
+<glyph unicode="&#xe079;" d="M885 900l-352 -353l352 -353l-197 -198l-552 552l552 550z" />
+<glyph unicode="&#xe080;" d="M1064 547l-551 -551l-198 198l353 353l-353 353l198 198z" />
+<glyph unicode="&#xe081;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM650 900h-100q-21 0 -35.5 -14.5t-14.5 -35.5v-150h-150 q-21 0 -35.5 -14.5t-14.5 -35.5v-100q0 -21 14.5 -35.5t35.5 -14.5h150v-150q0 -21 14.5 -35.5t35.5 -14.5h100q21 0 35.5 14.5t14.5 35.5v150h150q21 0 35.5 14.5t14.5 35.5v100q0 21 -14.5 35.5t-35.5 14.5h-150v150q0 21 -14.5 35.5t-35.5 14.5z" />
+<glyph unicode="&#xe082;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM850 700h-500q-21 0 -35.5 -14.5t-14.5 -35.5v-100q0 -21 14.5 -35.5 t35.5 -14.5h500q21 0 35.5 14.5t14.5 35.5v100q0 21 -14.5 35.5t-35.5 14.5z" />
+<glyph unicode="&#xe083;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM741.5 913q-12.5 0 -21.5 -9l-120 -120l-120 120q-9 9 -21.5 9 t-21.5 -9l-141 -141q-9 -9 -9 -21.5t9 -21.5l120 -120l-120 -120q-9 -9 -9 -21.5t9 -21.5l141 -141q9 -9 21.5 -9t21.5 9l120 120l120 -120q9 -9 21.5 -9t21.5 9l141 141q9 9 9 21.5t-9 21.5l-120 120l120 120q9 9 9 21.5t-9 21.5l-141 141q-9 9 -21.5 9z" />
+<glyph unicode="&#xe084;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM546 623l-84 85q-7 7 -17.5 7t-18.5 -7l-139 -139q-7 -8 -7 -18t7 -18 l242 -241q7 -8 17.5 -8t17.5 8l375 375q7 7 7 17.5t-7 18.5l-139 139q-7 7 -17.5 7t-17.5 -7z" />
+<glyph unicode="&#xe085;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM588 941q-29 0 -59 -5.5t-63 -20.5t-58 -38.5t-41.5 -63t-16.5 -89.5 q0 -25 20 -25h131q30 -5 35 11q6 20 20.5 28t45.5 8q20 0 31.5 -10.5t11.5 -28.5q0 -23 -7 -34t-26 -18q-1 0 -13.5 -4t-19.5 -7.5t-20 -10.5t-22 -17t-18.5 -24t-15.5 -35t-8 -46q-1 -8 5.5 -16.5t20.5 -8.5h173q7 0 22 8t35 28t37.5 48t29.5 74t12 100q0 47 -17 83 t-42.5 57t-59.5 34.5t-64 18t-59 4.5zM675 400h-150q-10 0 -17.5 -7.5t-7.5 -17.5v-150q0 -10 7.5 -17.5t17.5 -7.5h150q10 0 17.5 7.5t7.5 17.5v150q0 10 -7.5 17.5t-17.5 7.5z" />
+<glyph unicode="&#xe086;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM675 1000h-150q-10 0 -17.5 -7.5t-7.5 -17.5v-150q0 -10 7.5 -17.5 t17.5 -7.5h150q10 0 17.5 7.5t7.5 17.5v150q0 10 -7.5 17.5t-17.5 7.5zM675 700h-250q-10 0 -17.5 -7.5t-7.5 -17.5v-50q0 -10 7.5 -17.5t17.5 -7.5h75v-200h-75q-10 0 -17.5 -7.5t-7.5 -17.5v-50q0 -10 7.5 -17.5t17.5 -7.5h350q10 0 17.5 7.5t7.5 17.5v50q0 10 -7.5 17.5 t-17.5 7.5h-75v275q0 10 -7.5 17.5t-17.5 7.5z" />
+<glyph unicode="&#xe087;" d="M525 1200h150q10 0 17.5 -7.5t7.5 -17.5v-194q103 -27 178.5 -102.5t102.5 -178.5h194q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-194q-27 -103 -102.5 -178.5t-178.5 -102.5v-194q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v194 q-103 27 -178.5 102.5t-102.5 178.5h-194q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5h194q27 103 102.5 178.5t178.5 102.5v194q0 10 7.5 17.5t17.5 7.5zM700 893v-168q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v168q-68 -23 -119 -74 t-74 -119h168q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-168q23 -68 74 -119t119 -74v168q0 10 7.5 17.5t17.5 7.5h150q10 0 17.5 -7.5t7.5 -17.5v-168q68 23 119 74t74 119h-168q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5h168 q-23 68 -74 119t-119 74z" />
+<glyph unicode="&#xe088;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM759 823l64 -64q7 -7 7 -17.5t-7 -17.5l-124 -124l124 -124q7 -7 7 -17.5t-7 -17.5l-64 -64q-7 -7 -17.5 -7t-17.5 7l-124 124l-124 -124q-7 -7 -17.5 -7t-17.5 7l-64 64 q-7 7 -7 17.5t7 17.5l124 124l-124 124q-7 7 -7 17.5t7 17.5l64 64q7 7 17.5 7t17.5 -7l124 -124l124 124q7 7 17.5 7t17.5 -7z" />
+<glyph unicode="&#xe089;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM782 788l106 -106q7 -7 7 -17.5t-7 -17.5l-320 -321q-8 -7 -18 -7t-18 7l-202 203q-8 7 -8 17.5t8 17.5l106 106q7 8 17.5 8t17.5 -8l79 -79l197 197q7 7 17.5 7t17.5 -7z" />
+<glyph unicode="&#xe090;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5q0 -120 65 -225 l587 587q-105 65 -225 65zM965 819l-584 -584q104 -62 219 -62q116 0 214.5 57t155.5 155.5t57 214.5q0 115 -62 219z" />
+<glyph unicode="&#xe091;" d="M39 582l522 427q16 13 27.5 8t11.5 -26v-291h550q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-550v-291q0 -21 -11.5 -26t-27.5 8l-522 427q-16 13 -16 32t16 32z" />
+<glyph unicode="&#xe092;" d="M639 1009l522 -427q16 -13 16 -32t-16 -32l-522 -427q-16 -13 -27.5 -8t-11.5 26v291h-550q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5h550v291q0 21 11.5 26t27.5 -8z" />
+<glyph unicode="&#xe093;" d="M682 1161l427 -522q13 -16 8 -27.5t-26 -11.5h-291v-550q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v550h-291q-21 0 -26 11.5t8 27.5l427 522q13 16 32 16t32 -16z" />
+<glyph unicode="&#xe094;" d="M550 1200h200q21 0 35.5 -14.5t14.5 -35.5v-550h291q21 0 26 -11.5t-8 -27.5l-427 -522q-13 -16 -32 -16t-32 16l-427 522q-13 16 -8 27.5t26 11.5h291v550q0 21 14.5 35.5t35.5 14.5z" />
+<glyph unicode="&#xe095;" d="M639 1109l522 -427q16 -13 16 -32t-16 -32l-522 -427q-16 -13 -27.5 -8t-11.5 26v291q-94 -2 -182 -20t-170.5 -52t-147 -92.5t-100.5 -135.5q5 105 27 193.5t67.5 167t113 135t167 91.5t225.5 42v262q0 21 11.5 26t27.5 -8z" />
+<glyph unicode="&#xe096;" d="M850 1200h300q21 0 35.5 -14.5t14.5 -35.5v-300q0 -21 -10.5 -25t-24.5 10l-94 94l-249 -249q-8 -7 -18 -7t-18 7l-106 106q-7 8 -7 18t7 18l249 249l-94 94q-14 14 -10 24.5t25 10.5zM350 0h-300q-21 0 -35.5 14.5t-14.5 35.5v300q0 21 10.5 25t24.5 -10l94 -94l249 249 q8 7 18 7t18 -7l106 -106q7 -8 7 -18t-7 -18l-249 -249l94 -94q14 -14 10 -24.5t-25 -10.5z" />
+<glyph unicode="&#xe097;" d="M1014 1120l106 -106q7 -8 7 -18t-7 -18l-249 -249l94 -94q14 -14 10 -24.5t-25 -10.5h-300q-21 0 -35.5 14.5t-14.5 35.5v300q0 21 10.5 25t24.5 -10l94 -94l249 249q8 7 18 7t18 -7zM250 600h300q21 0 35.5 -14.5t14.5 -35.5v-300q0 -21 -10.5 -25t-24.5 10l-94 94 l-249 -249q-8 -7 -18 -7t-18 7l-106 106q-7 8 -7 18t7 18l249 249l-94 94q-14 14 -10 24.5t25 10.5z" />
+<glyph unicode="&#xe101;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM704 900h-208q-20 0 -32 -14.5t-8 -34.5l58 -302q4 -20 21.5 -34.5 t37.5 -14.5h54q20 0 37.5 14.5t21.5 34.5l58 302q4 20 -8 34.5t-32 14.5zM675 400h-150q-10 0 -17.5 -7.5t-7.5 -17.5v-150q0 -10 7.5 -17.5t17.5 -7.5h150q10 0 17.5 7.5t7.5 17.5v150q0 10 -7.5 17.5t-17.5 7.5z" />
+<glyph unicode="&#xe102;" d="M260 1200q9 0 19 -2t15 -4l5 -2q22 -10 44 -23l196 -118q21 -13 36 -24q29 -21 37 -12q11 13 49 35l196 118q22 13 45 23q17 7 38 7q23 0 47 -16.5t37 -33.5l13 -16q14 -21 18 -45l25 -123l8 -44q1 -9 8.5 -14.5t17.5 -5.5h61q10 0 17.5 -7.5t7.5 -17.5v-50 q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 -7.5t-7.5 -17.5v-175h-400v300h-200v-300h-400v175q0 10 -7.5 17.5t-17.5 7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5h61q11 0 18 3t7 8q0 4 9 52l25 128q5 25 19 45q2 3 5 7t13.5 15t21.5 19.5t26.5 15.5 t29.5 7zM915 1079l-166 -162q-7 -7 -5 -12t12 -5h219q10 0 15 7t2 17l-51 149q-3 10 -11 12t-15 -6zM463 917l-177 157q-8 7 -16 5t-11 -12l-51 -143q-3 -10 2 -17t15 -7h231q11 0 12.5 5t-5.5 12zM500 0h-375q-10 0 -17.5 7.5t-7.5 17.5v375h400v-400zM1100 400v-375 q0 -10 -7.5 -17.5t-17.5 -7.5h-375v400h400z" />
+<glyph unicode="&#xe103;" d="M1165 1190q8 3 21 -6.5t13 -17.5q-2 -178 -24.5 -323.5t-55.5 -245.5t-87 -174.5t-102.5 -118.5t-118 -68.5t-118.5 -33t-120 -4.5t-105 9.5t-90 16.5q-61 12 -78 11q-4 1 -12.5 0t-34 -14.5t-52.5 -40.5l-153 -153q-26 -24 -37 -14.5t-11 43.5q0 64 42 102q8 8 50.5 45 t66.5 58q19 17 35 47t13 61q-9 55 -10 102.5t7 111t37 130t78 129.5q39 51 80 88t89.5 63.5t94.5 45t113.5 36t129 31t157.5 37t182 47.5zM1116 1098q-8 9 -22.5 -3t-45.5 -50q-38 -47 -119 -103.5t-142 -89.5l-62 -33q-56 -30 -102 -57t-104 -68t-102.5 -80.5t-85.5 -91 t-64 -104.5q-24 -56 -31 -86t2 -32t31.5 17.5t55.5 59.5q25 30 94 75.5t125.5 77.5t147.5 81q70 37 118.5 69t102 79.5t99 111t86.5 148.5q22 50 24 60t-6 19z" />
+<glyph unicode="&#xe104;" d="M653 1231q-39 -67 -54.5 -131t-10.5 -114.5t24.5 -96.5t47.5 -80t63.5 -62.5t68.5 -46.5t65 -30q-4 7 -17.5 35t-18.5 39.5t-17 39.5t-17 43t-13 42t-9.5 44.5t-2 42t4 43t13.5 39t23 38.5q96 -42 165 -107.5t105 -138t52 -156t13 -159t-19 -149.5q-13 -55 -44 -106.5 t-68 -87t-78.5 -64.5t-72.5 -45t-53 -22q-72 -22 -127 -11q-31 6 -13 19q6 3 17 7q13 5 32.5 21t41 44t38.5 63.5t21.5 81.5t-6.5 94.5t-50 107t-104 115.5q10 -104 -0.5 -189t-37 -140.5t-65 -93t-84 -52t-93.5 -11t-95 24.5q-80 36 -131.5 114t-53.5 171q-2 23 0 49.5 t4.5 52.5t13.5 56t27.5 60t46 64.5t69.5 68.5q-8 -53 -5 -102.5t17.5 -90t34 -68.5t44.5 -39t49 -2q31 13 38.5 36t-4.5 55t-29 64.5t-36 75t-26 75.5q-15 85 2 161.5t53.5 128.5t85.5 92.5t93.5 61t81.5 25.5z" />
+<glyph unicode="&#xe105;" d="M600 1094q82 0 160.5 -22.5t140 -59t116.5 -82.5t94.5 -95t68 -95t42.5 -82.5t14 -57.5t-14 -57.5t-43 -82.5t-68.5 -95t-94.5 -95t-116.5 -82.5t-140 -59t-159.5 -22.5t-159.5 22.5t-140 59t-116.5 82.5t-94.5 95t-68.5 95t-43 82.5t-14 57.5t14 57.5t42.5 82.5t68 95 t94.5 95t116.5 82.5t140 59t160.5 22.5zM888 829q-15 15 -18 12t5 -22q25 -57 25 -119q0 -124 -88 -212t-212 -88t-212 88t-88 212q0 59 23 114q8 19 4.5 22t-17.5 -12q-70 -69 -160 -184q-13 -16 -15 -40.5t9 -42.5q22 -36 47 -71t70 -82t92.5 -81t113 -58.5t133.5 -24.5 t133.5 24t113 58.5t92.5 81.5t70 81.5t47 70.5q11 18 9 42.5t-14 41.5q-90 117 -163 189zM448 727l-35 -36q-15 -15 -19.5 -38.5t4.5 -41.5q37 -68 93 -116q16 -13 38.5 -11t36.5 17l35 34q14 15 12.5 33.5t-16.5 33.5q-44 44 -89 117q-11 18 -28 20t-32 -12z" />
+<glyph unicode="&#xe106;" d="M592 0h-148l31 120q-91 20 -175.5 68.5t-143.5 106.5t-103.5 119t-66.5 110t-22 76q0 21 14 57.5t42.5 82.5t68 95t94.5 95t116.5 82.5t140 59t160.5 22.5q61 0 126 -15l32 121h148zM944 770l47 181q108 -85 176.5 -192t68.5 -159q0 -26 -19.5 -71t-59.5 -102t-93 -112 t-129 -104.5t-158 -75.5l46 173q77 49 136 117t97 131q11 18 9 42.5t-14 41.5q-54 70 -107 130zM310 824q-70 -69 -160 -184q-13 -16 -15 -40.5t9 -42.5q18 -30 39 -60t57 -70.5t74 -73t90 -61t105 -41.5l41 154q-107 18 -178.5 101.5t-71.5 193.5q0 59 23 114q8 19 4.5 22 t-17.5 -12zM448 727l-35 -36q-15 -15 -19.5 -38.5t4.5 -41.5q37 -68 93 -116q16 -13 38.5 -11t36.5 17l12 11l22 86l-3 4q-44 44 -89 117q-11 18 -28 20t-32 -12z" />
+<glyph unicode="&#xe107;" d="M-90 100l642 1066q20 31 48 28.5t48 -35.5l642 -1056q21 -32 7.5 -67.5t-50.5 -35.5h-1294q-37 0 -50.5 34t7.5 66zM155 200h345v75q0 10 7.5 17.5t17.5 7.5h150q10 0 17.5 -7.5t7.5 -17.5v-75h345l-445 723zM496 700h208q20 0 32 -14.5t8 -34.5l-58 -252 q-4 -20 -21.5 -34.5t-37.5 -14.5h-54q-20 0 -37.5 14.5t-21.5 34.5l-58 252q-4 20 8 34.5t32 14.5z" />
+<glyph unicode="&#xe108;" d="M650 1200q62 0 106 -44t44 -106v-339l363 -325q15 -14 26 -38.5t11 -44.5v-41q0 -20 -12 -26.5t-29 5.5l-359 249v-263q100 -93 100 -113v-64q0 -21 -13 -29t-32 1l-205 128l-205 -128q-19 -9 -32 -1t-13 29v64q0 20 100 113v263l-359 -249q-17 -12 -29 -5.5t-12 26.5v41 q0 20 11 44.5t26 38.5l363 325v339q0 62 44 106t106 44z" />
+<glyph unicode="&#xe109;" d="M850 1200h100q21 0 35.5 -14.5t14.5 -35.5v-50h50q21 0 35.5 -14.5t14.5 -35.5v-150h-1100v150q0 21 14.5 35.5t35.5 14.5h50v50q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-50h500v50q0 21 14.5 35.5t35.5 14.5zM1100 800v-750q0 -21 -14.5 -35.5 t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5v750h1100zM100 600v-100h100v100h-100zM300 600v-100h100v100h-100zM500 600v-100h100v100h-100zM700 600v-100h100v100h-100zM900 600v-100h100v100h-100zM100 400v-100h100v100h-100zM300 400v-100h100v100h-100zM500 400 v-100h100v100h-100zM700 400v-100h100v100h-100zM900 400v-100h100v100h-100zM100 200v-100h100v100h-100zM300 200v-100h100v100h-100zM500 200v-100h100v100h-100zM700 200v-100h100v100h-100zM900 200v-100h100v100h-100z" />
+<glyph unicode="&#xe110;" d="M1135 1165l249 -230q15 -14 15 -35t-15 -35l-249 -230q-14 -14 -24.5 -10t-10.5 25v150h-159l-600 -600h-291q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h209l600 600h241v150q0 21 10.5 25t24.5 -10zM522 819l-141 -141l-122 122h-209q-21 0 -35.5 14.5 t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h291zM1135 565l249 -230q15 -14 15 -35t-15 -35l-249 -230q-14 -14 -24.5 -10t-10.5 25v150h-241l-181 181l141 141l122 -122h159v150q0 21 10.5 25t24.5 -10z" />
+<glyph unicode="&#xe111;" d="M100 1100h1000q41 0 70.5 -29.5t29.5 -70.5v-600q0 -41 -29.5 -70.5t-70.5 -29.5h-596l-304 -300v300h-100q-41 0 -70.5 29.5t-29.5 70.5v600q0 41 29.5 70.5t70.5 29.5z" />
+<glyph unicode="&#xe112;" d="M150 1200h200q21 0 35.5 -14.5t14.5 -35.5v-250h-300v250q0 21 14.5 35.5t35.5 14.5zM850 1200h200q21 0 35.5 -14.5t14.5 -35.5v-250h-300v250q0 21 14.5 35.5t35.5 14.5zM1100 800v-300q0 -41 -3 -77.5t-15 -89.5t-32 -96t-58 -89t-89 -77t-129 -51t-174 -20t-174 20 t-129 51t-89 77t-58 89t-32 96t-15 89.5t-3 77.5v300h300v-250v-27v-42.5t1.5 -41t5 -38t10 -35t16.5 -30t25.5 -24.5t35 -19t46.5 -12t60 -4t60 4.5t46.5 12.5t35 19.5t25 25.5t17 30.5t10 35t5 38t2 40.5t-0.5 42v25v250h300z" />
+<glyph unicode="&#xe113;" d="M1100 411l-198 -199l-353 353l-353 -353l-197 199l551 551z" />
+<glyph unicode="&#xe114;" d="M1101 789l-550 -551l-551 551l198 199l353 -353l353 353z" />
+<glyph unicode="&#xe115;" d="M404 1000h746q21 0 35.5 -14.5t14.5 -35.5v-551h150q21 0 25 -10.5t-10 -24.5l-230 -249q-14 -15 -35 -15t-35 15l-230 249q-14 14 -10 24.5t25 10.5h150v401h-381zM135 984l230 -249q14 -14 10 -24.5t-25 -10.5h-150v-400h385l215 -200h-750q-21 0 -35.5 14.5 t-14.5 35.5v550h-150q-21 0 -25 10.5t10 24.5l230 249q14 15 35 15t35 -15z" />
+<glyph unicode="&#xe116;" d="M56 1200h94q17 0 31 -11t18 -27l38 -162h896q24 0 39 -18.5t10 -42.5l-100 -475q-5 -21 -27 -42.5t-55 -21.5h-633l48 -200h535q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-50v-50q0 -21 -14.5 -35.5t-35.5 -14.5t-35.5 14.5t-14.5 35.5v50h-300v-50 q0 -21 -14.5 -35.5t-35.5 -14.5t-35.5 14.5t-14.5 35.5v50h-31q-18 0 -32.5 10t-20.5 19l-5 10l-201 961h-54q-20 0 -35 14.5t-15 35.5t15 35.5t35 14.5z" />
+<glyph unicode="&#xe117;" d="M1200 1000v-100h-1200v100h200q0 41 29.5 70.5t70.5 29.5h300q41 0 70.5 -29.5t29.5 -70.5h500zM0 800h1200v-800h-1200v800z" />
+<glyph unicode="&#xe118;" d="M200 800l-200 -400v600h200q0 41 29.5 70.5t70.5 29.5h300q42 0 71 -29.5t29 -70.5h500v-200h-1000zM1500 700l-300 -700h-1200l300 700h1200z" />
+<glyph unicode="&#xe119;" d="M635 1184l230 -249q14 -14 10 -24.5t-25 -10.5h-150v-601h150q21 0 25 -10.5t-10 -24.5l-230 -249q-14 -15 -35 -15t-35 15l-230 249q-14 14 -10 24.5t25 10.5h150v601h-150q-21 0 -25 10.5t10 24.5l230 249q14 15 35 15t35 -15z" />
+<glyph unicode="&#xe120;" d="M936 864l249 -229q14 -15 14 -35.5t-14 -35.5l-249 -229q-15 -15 -25.5 -10.5t-10.5 24.5v151h-600v-151q0 -20 -10.5 -24.5t-25.5 10.5l-249 229q-14 15 -14 35.5t14 35.5l249 229q15 15 25.5 10.5t10.5 -25.5v-149h600v149q0 21 10.5 25.5t25.5 -10.5z" />
+<glyph unicode="&#xe121;" d="M1169 400l-172 732q-5 23 -23 45.5t-38 22.5h-672q-20 0 -38 -20t-23 -41l-172 -739h1138zM1100 300h-1000q-41 0 -70.5 -29.5t-29.5 -70.5v-100q0 -41 29.5 -70.5t70.5 -29.5h1000q41 0 70.5 29.5t29.5 70.5v100q0 41 -29.5 70.5t-70.5 29.5zM800 100v100h100v-100h-100 zM1000 100v100h100v-100h-100z" />
+<glyph unicode="&#xe122;" d="M1150 1100q21 0 35.5 -14.5t14.5 -35.5v-850q0 -21 -14.5 -35.5t-35.5 -14.5t-35.5 14.5t-14.5 35.5v850q0 21 14.5 35.5t35.5 14.5zM1000 200l-675 200h-38l47 -276q3 -16 -5.5 -20t-29.5 -4h-7h-84q-20 0 -34.5 14t-18.5 35q-55 337 -55 351v250v6q0 16 1 23.5t6.5 14 t17.5 6.5h200l675 250v-850zM0 750v-250q-4 0 -11 0.5t-24 6t-30 15t-24 30t-11 48.5v50q0 26 10.5 46t25 30t29 16t25.5 7z" />
+<glyph unicode="&#xe123;" d="M553 1200h94q20 0 29 -10.5t3 -29.5l-18 -37q83 -19 144 -82.5t76 -140.5l63 -327l118 -173h17q19 0 33 -14.5t14 -35t-13 -40.5t-31 -27q-8 -4 -23 -9.5t-65 -19.5t-103 -25t-132.5 -20t-158.5 -9q-57 0 -115 5t-104 12t-88.5 15.5t-73.5 17.5t-54.5 16t-35.5 12l-11 4 q-18 8 -31 28t-13 40.5t14 35t33 14.5h17l118 173l63 327q15 77 76 140t144 83l-18 32q-6 19 3.5 32t28.5 13zM498 110q50 -6 102 -6q53 0 102 6q-12 -49 -39.5 -79.5t-62.5 -30.5t-63 30.5t-39 79.5z" />
+<glyph unicode="&#xe124;" d="M800 946l224 78l-78 -224l234 -45l-180 -155l180 -155l-234 -45l78 -224l-224 78l-45 -234l-155 180l-155 -180l-45 234l-224 -78l78 224l-234 45l180 155l-180 155l234 45l-78 224l224 -78l45 234l155 -180l155 180z" />
+<glyph unicode="&#xe125;" d="M650 1200h50q40 0 70 -40.5t30 -84.5v-150l-28 -125h328q40 0 70 -40.5t30 -84.5v-100q0 -45 -29 -74l-238 -344q-16 -24 -38 -40.5t-45 -16.5h-250q-7 0 -42 25t-66 50l-31 25h-61q-45 0 -72.5 18t-27.5 57v400q0 36 20 63l145 196l96 198q13 28 37.5 48t51.5 20z M650 1100l-100 -212l-150 -213v-375h100l136 -100h214l250 375v125h-450l50 225v175h-50zM50 800h100q21 0 35.5 -14.5t14.5 -35.5v-500q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v500q0 21 14.5 35.5t35.5 14.5z" />
+<glyph unicode="&#xe126;" d="M600 1100h250q23 0 45 -16.5t38 -40.5l238 -344q29 -29 29 -74v-100q0 -44 -30 -84.5t-70 -40.5h-328q28 -118 28 -125v-150q0 -44 -30 -84.5t-70 -40.5h-50q-27 0 -51.5 20t-37.5 48l-96 198l-145 196q-20 27 -20 63v400q0 39 27.5 57t72.5 18h61q124 100 139 100z M50 1000h100q21 0 35.5 -14.5t14.5 -35.5v-500q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v500q0 21 14.5 35.5t35.5 14.5zM636 1000l-136 -100h-100v-375l150 -213l100 -212h50v175l-50 225h450v125l-250 375h-214z" />
+<glyph unicode="&#xe127;" d="M356 873l363 230q31 16 53 -6l110 -112q13 -13 13.5 -32t-11.5 -34l-84 -121h302q84 0 138 -38t54 -110t-55 -111t-139 -39h-106l-131 -339q-6 -21 -19.5 -41t-28.5 -20h-342q-7 0 -90 81t-83 94v525q0 17 14 35.5t28 28.5zM400 792v-503l100 -89h293l131 339 q6 21 19.5 41t28.5 20h203q21 0 30.5 25t0.5 50t-31 25h-456h-7h-6h-5.5t-6 0.5t-5 1.5t-5 2t-4 2.5t-4 4t-2.5 4.5q-12 25 5 47l146 183l-86 83zM50 800h100q21 0 35.5 -14.5t14.5 -35.5v-500q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v500 q0 21 14.5 35.5t35.5 14.5z" />
+<glyph unicode="&#xe128;" d="M475 1103l366 -230q2 -1 6 -3.5t14 -10.5t18 -16.5t14.5 -20t6.5 -22.5v-525q0 -13 -86 -94t-93 -81h-342q-15 0 -28.5 20t-19.5 41l-131 339h-106q-85 0 -139.5 39t-54.5 111t54 110t138 38h302l-85 121q-11 15 -10.5 34t13.5 32l110 112q22 22 53 6zM370 945l146 -183 q17 -22 5 -47q-2 -2 -3.5 -4.5t-4 -4t-4 -2.5t-5 -2t-5 -1.5t-6 -0.5h-6h-6.5h-6h-475v-100h221q15 0 29 -20t20 -41l130 -339h294l106 89v503l-342 236zM1050 800h100q21 0 35.5 -14.5t14.5 -35.5v-500q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5 v500q0 21 14.5 35.5t35.5 14.5z" />
+<glyph unicode="&#xe129;" d="M550 1294q72 0 111 -55t39 -139v-106l339 -131q21 -6 41 -19.5t20 -28.5v-342q0 -7 -81 -90t-94 -83h-525q-17 0 -35.5 14t-28.5 28l-9 14l-230 363q-16 31 6 53l112 110q13 13 32 13.5t34 -11.5l121 -84v302q0 84 38 138t110 54zM600 972v203q0 21 -25 30.5t-50 0.5 t-25 -31v-456v-7v-6v-5.5t-0.5 -6t-1.5 -5t-2 -5t-2.5 -4t-4 -4t-4.5 -2.5q-25 -12 -47 5l-183 146l-83 -86l236 -339h503l89 100v293l-339 131q-21 6 -41 19.5t-20 28.5zM450 200h500q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-500 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
+<glyph unicode="&#xe130;" d="M350 1100h500q21 0 35.5 14.5t14.5 35.5v100q0 21 -14.5 35.5t-35.5 14.5h-500q-21 0 -35.5 -14.5t-14.5 -35.5v-100q0 -21 14.5 -35.5t35.5 -14.5zM600 306v-106q0 -84 -39 -139t-111 -55t-110 54t-38 138v302l-121 -84q-15 -12 -34 -11.5t-32 13.5l-112 110 q-22 22 -6 53l230 363q1 2 3.5 6t10.5 13.5t16.5 17t20 13.5t22.5 6h525q13 0 94 -83t81 -90v-342q0 -15 -20 -28.5t-41 -19.5zM308 900l-236 -339l83 -86l183 146q22 17 47 5q2 -1 4.5 -2.5t4 -4t2.5 -4t2 -5t1.5 -5t0.5 -6v-5.5v-6v-7v-456q0 -22 25 -31t50 0.5t25 30.5 v203q0 15 20 28.5t41 19.5l339 131v293l-89 100h-503z" />
+<glyph unicode="&#xe131;" d="M600 1178q118 0 225 -45.5t184.5 -123t123 -184.5t45.5 -225t-45.5 -225t-123 -184.5t-184.5 -123t-225 -45.5t-225 45.5t-184.5 123t-123 184.5t-45.5 225t45.5 225t123 184.5t184.5 123t225 45.5zM914 632l-275 223q-16 13 -27.5 8t-11.5 -26v-137h-275 q-10 0 -17.5 -7.5t-7.5 -17.5v-150q0 -10 7.5 -17.5t17.5 -7.5h275v-137q0 -21 11.5 -26t27.5 8l275 223q16 13 16 32t-16 32z" />
+<glyph unicode="&#xe132;" d="M600 1178q118 0 225 -45.5t184.5 -123t123 -184.5t45.5 -225t-45.5 -225t-123 -184.5t-184.5 -123t-225 -45.5t-225 45.5t-184.5 123t-123 184.5t-45.5 225t45.5 225t123 184.5t184.5 123t225 45.5zM561 855l-275 -223q-16 -13 -16 -32t16 -32l275 -223q16 -13 27.5 -8 t11.5 26v137h275q10 0 17.5 7.5t7.5 17.5v150q0 10 -7.5 17.5t-17.5 7.5h-275v137q0 21 -11.5 26t-27.5 -8z" />
+<glyph unicode="&#xe133;" d="M600 1178q118 0 225 -45.5t184.5 -123t123 -184.5t45.5 -225t-45.5 -225t-123 -184.5t-184.5 -123t-225 -45.5t-225 45.5t-184.5 123t-123 184.5t-45.5 225t45.5 225t123 184.5t184.5 123t225 45.5zM855 639l-223 275q-13 16 -32 16t-32 -16l-223 -275q-13 -16 -8 -27.5 t26 -11.5h137v-275q0 -10 7.5 -17.5t17.5 -7.5h150q10 0 17.5 7.5t7.5 17.5v275h137q21 0 26 11.5t-8 27.5z" />
+<glyph unicode="&#xe134;" d="M600 1178q118 0 225 -45.5t184.5 -123t123 -184.5t45.5 -225t-45.5 -225t-123 -184.5t-184.5 -123t-225 -45.5t-225 45.5t-184.5 123t-123 184.5t-45.5 225t45.5 225t123 184.5t184.5 123t225 45.5zM675 900h-150q-10 0 -17.5 -7.5t-7.5 -17.5v-275h-137q-21 0 -26 -11.5 t8 -27.5l223 -275q13 -16 32 -16t32 16l223 275q13 16 8 27.5t-26 11.5h-137v275q0 10 -7.5 17.5t-17.5 7.5z" />
+<glyph unicode="&#xe135;" d="M600 1176q116 0 222.5 -46t184 -123.5t123.5 -184t46 -222.5t-46 -222.5t-123.5 -184t-184 -123.5t-222.5 -46t-222.5 46t-184 123.5t-123.5 184t-46 222.5t46 222.5t123.5 184t184 123.5t222.5 46zM627 1101q-15 -12 -36.5 -20.5t-35.5 -12t-43 -8t-39 -6.5 q-15 -3 -45.5 0t-45.5 -2q-20 -7 -51.5 -26.5t-34.5 -34.5q-3 -11 6.5 -22.5t8.5 -18.5q-3 -34 -27.5 -91t-29.5 -79q-9 -34 5 -93t8 -87q0 -9 17 -44.5t16 -59.5q12 0 23 -5t23.5 -15t19.5 -14q16 -8 33 -15t40.5 -15t34.5 -12q21 -9 52.5 -32t60 -38t57.5 -11 q7 -15 -3 -34t-22.5 -40t-9.5 -38q13 -21 23 -34.5t27.5 -27.5t36.5 -18q0 -7 -3.5 -16t-3.5 -14t5 -17q104 -2 221 112q30 29 46.5 47t34.5 49t21 63q-13 8 -37 8.5t-36 7.5q-15 7 -49.5 15t-51.5 19q-18 0 -41 -0.5t-43 -1.5t-42 -6.5t-38 -16.5q-51 -35 -66 -12 q-4 1 -3.5 25.5t0.5 25.5q-6 13 -26.5 17.5t-24.5 6.5q1 15 -0.5 30.5t-7 28t-18.5 11.5t-31 -21q-23 -25 -42 4q-19 28 -8 58q6 16 22 22q6 -1 26 -1.5t33.5 -4t19.5 -13.5q7 -12 18 -24t21.5 -20.5t20 -15t15.5 -10.5l5 -3q2 12 7.5 30.5t8 34.5t-0.5 32q-3 18 3.5 29 t18 22.5t15.5 24.5q6 14 10.5 35t8 31t15.5 22.5t34 22.5q-6 18 10 36q8 0 24 -1.5t24.5 -1.5t20 4.5t20.5 15.5q-10 23 -31 42.5t-37.5 29.5t-49 27t-43.5 23q0 1 2 8t3 11.5t1.5 10.5t-1 9.5t-4.5 4.5q31 -13 58.5 -14.5t38.5 2.5l12 5q5 28 -9.5 46t-36.5 24t-50 15 t-41 20q-18 -4 -37 0zM613 994q0 -17 8 -42t17 -45t9 -23q-8 1 -39.5 5.5t-52.5 10t-37 16.5q3 11 16 29.5t16 25.5q10 -10 19 -10t14 6t13.5 14.5t16.5 12.5z" />
+<glyph unicode="&#xe136;" d="M756 1157q164 92 306 -9l-259 -138l145 -232l251 126q6 -89 -34 -156.5t-117 -110.5q-60 -34 -127 -39.5t-126 16.5l-596 -596q-15 -16 -36.5 -16t-36.5 16l-111 110q-15 15 -15 36.5t15 37.5l600 599q-34 101 5.5 201.5t135.5 154.5z" />
+<glyph unicode="&#xe137;" horiz-adv-x="1220" d="M100 1196h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5v100q0 41 29.5 70.5t70.5 29.5zM1100 1096h-200v-100h200v100zM100 796h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000 q-41 0 -70.5 29.5t-29.5 70.5v100q0 41 29.5 70.5t70.5 29.5zM1100 696h-500v-100h500v100zM100 396h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5v100q0 41 29.5 70.5t70.5 29.5zM1100 296h-300v-100h300v100z " />
+<glyph unicode="&#xe138;" d="M150 1200h900q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-900q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM700 500v-300l-200 -200v500l-350 500h900z" />
+<glyph unicode="&#xe139;" d="M500 1200h200q41 0 70.5 -29.5t29.5 -70.5v-100h300q41 0 70.5 -29.5t29.5 -70.5v-400h-500v100h-200v-100h-500v400q0 41 29.5 70.5t70.5 29.5h300v100q0 41 29.5 70.5t70.5 29.5zM500 1100v-100h200v100h-200zM1200 400v-200q0 -41 -29.5 -70.5t-70.5 -29.5h-1000 q-41 0 -70.5 29.5t-29.5 70.5v200h1200z" />
+<glyph unicode="&#xe140;" d="M50 1200h300q21 0 25 -10.5t-10 -24.5l-94 -94l199 -199q7 -8 7 -18t-7 -18l-106 -106q-8 -7 -18 -7t-18 7l-199 199l-94 -94q-14 -14 -24.5 -10t-10.5 25v300q0 21 14.5 35.5t35.5 14.5zM850 1200h300q21 0 35.5 -14.5t14.5 -35.5v-300q0 -21 -10.5 -25t-24.5 10l-94 94 l-199 -199q-8 -7 -18 -7t-18 7l-106 106q-7 8 -7 18t7 18l199 199l-94 94q-14 14 -10 24.5t25 10.5zM364 470l106 -106q7 -8 7 -18t-7 -18l-199 -199l94 -94q14 -14 10 -24.5t-25 -10.5h-300q-21 0 -35.5 14.5t-14.5 35.5v300q0 21 10.5 25t24.5 -10l94 -94l199 199 q8 7 18 7t18 -7zM1071 271l94 94q14 14 24.5 10t10.5 -25v-300q0 -21 -14.5 -35.5t-35.5 -14.5h-300q-21 0 -25 10.5t10 24.5l94 94l-199 199q-7 8 -7 18t7 18l106 106q8 7 18 7t18 -7z" />
+<glyph unicode="&#xe141;" d="M596 1192q121 0 231.5 -47.5t190 -127t127 -190t47.5 -231.5t-47.5 -231.5t-127 -190.5t-190 -127t-231.5 -47t-231.5 47t-190.5 127t-127 190.5t-47 231.5t47 231.5t127 190t190.5 127t231.5 47.5zM596 1010q-112 0 -207.5 -55.5t-151 -151t-55.5 -207.5t55.5 -207.5 t151 -151t207.5 -55.5t207.5 55.5t151 151t55.5 207.5t-55.5 207.5t-151 151t-207.5 55.5zM454.5 905q22.5 0 38.5 -16t16 -38.5t-16 -39t-38.5 -16.5t-38.5 16.5t-16 39t16 38.5t38.5 16zM754.5 905q22.5 0 38.5 -16t16 -38.5t-16 -39t-38 -16.5q-14 0 -29 10l-55 -145 q17 -23 17 -51q0 -36 -25.5 -61.5t-61.5 -25.5t-61.5 25.5t-25.5 61.5q0 32 20.5 56.5t51.5 29.5l122 126l1 1q-9 14 -9 28q0 23 16 39t38.5 16zM345.5 709q22.5 0 38.5 -16t16 -38.5t-16 -38.5t-38.5 -16t-38.5 16t-16 38.5t16 38.5t38.5 16zM854.5 709q22.5 0 38.5 -16 t16 -38.5t-16 -38.5t-38.5 -16t-38.5 16t-16 38.5t16 38.5t38.5 16z" />
+<glyph unicode="&#xe142;" d="M546 173l469 470q91 91 99 192q7 98 -52 175.5t-154 94.5q-22 4 -47 4q-34 0 -66.5 -10t-56.5 -23t-55.5 -38t-48 -41.5t-48.5 -47.5q-376 -375 -391 -390q-30 -27 -45 -41.5t-37.5 -41t-32 -46.5t-16 -47.5t-1.5 -56.5q9 -62 53.5 -95t99.5 -33q74 0 125 51l548 548 q36 36 20 75q-7 16 -21.5 26t-32.5 10q-26 0 -50 -23q-13 -12 -39 -38l-341 -338q-15 -15 -35.5 -15.5t-34.5 13.5t-14 34.5t14 34.5q327 333 361 367q35 35 67.5 51.5t78.5 16.5q14 0 29 -1q44 -8 74.5 -35.5t43.5 -68.5q14 -47 2 -96.5t-47 -84.5q-12 -11 -32 -32 t-79.5 -81t-114.5 -115t-124.5 -123.5t-123 -119.5t-96.5 -89t-57 -45q-56 -27 -120 -27q-70 0 -129 32t-93 89q-48 78 -35 173t81 163l511 511q71 72 111 96q91 55 198 55q80 0 152 -33q78 -36 129.5 -103t66.5 -154q17 -93 -11 -183.5t-94 -156.5l-482 -476 q-15 -15 -36 -16t-37 14t-17.5 34t14.5 35z" />
+<glyph unicode="&#xe143;" d="M649 949q48 68 109.5 104t121.5 38.5t118.5 -20t102.5 -64t71 -100.5t27 -123q0 -57 -33.5 -117.5t-94 -124.5t-126.5 -127.5t-150 -152.5t-146 -174q-62 85 -145.5 174t-150 152.5t-126.5 127.5t-93.5 124.5t-33.5 117.5q0 64 28 123t73 100.5t104 64t119 20 t120.5 -38.5t104.5 -104zM896 972q-33 0 -64.5 -19t-56.5 -46t-47.5 -53.5t-43.5 -45.5t-37.5 -19t-36 19t-40 45.5t-43 53.5t-54 46t-65.5 19q-67 0 -122.5 -55.5t-55.5 -132.5q0 -23 13.5 -51t46 -65t57.5 -63t76 -75l22 -22q15 -14 44 -44t50.5 -51t46 -44t41 -35t23 -12 t23.5 12t42.5 36t46 44t52.5 52t44 43q4 4 12 13q43 41 63.5 62t52 55t46 55t26 46t11.5 44q0 79 -53 133.5t-120 54.5z" />
+<glyph unicode="&#xe144;" d="M776.5 1214q93.5 0 159.5 -66l141 -141q66 -66 66 -160q0 -42 -28 -95.5t-62 -87.5l-29 -29q-31 53 -77 99l-18 18l95 95l-247 248l-389 -389l212 -212l-105 -106l-19 18l-141 141q-66 66 -66 159t66 159l283 283q65 66 158.5 66zM600 706l105 105q10 -8 19 -17l141 -141 q66 -66 66 -159t-66 -159l-283 -283q-66 -66 -159 -66t-159 66l-141 141q-66 66 -66 159.5t66 159.5l55 55q29 -55 75 -102l18 -17l-95 -95l247 -248l389 389z" />
+<glyph unicode="&#xe145;" d="M603 1200q85 0 162 -15t127 -38t79 -48t29 -46v-953q0 -41 -29.5 -70.5t-70.5 -29.5h-600q-41 0 -70.5 29.5t-29.5 70.5v953q0 21 30 46.5t81 48t129 37.5t163 15zM300 1000v-700h600v700h-600zM600 254q-43 0 -73.5 -30.5t-30.5 -73.5t30.5 -73.5t73.5 -30.5t73.5 30.5 t30.5 73.5t-30.5 73.5t-73.5 30.5z" />
+<glyph unicode="&#xe146;" d="M902 1185l283 -282q15 -15 15 -36t-14.5 -35.5t-35.5 -14.5t-35 15l-36 35l-279 -267v-300l-212 210l-308 -307l-280 -203l203 280l307 308l-210 212h300l267 279l-35 36q-15 14 -15 35t14.5 35.5t35.5 14.5t35 -15z" />
+<glyph unicode="&#xe148;" d="M700 1248v-78q38 -5 72.5 -14.5t75.5 -31.5t71 -53.5t52 -84t24 -118.5h-159q-4 36 -10.5 59t-21 45t-40 35.5t-64.5 20.5v-307l64 -13q34 -7 64 -16.5t70 -32t67.5 -52.5t47.5 -80t20 -112q0 -139 -89 -224t-244 -97v-77h-100v79q-150 16 -237 103q-40 40 -52.5 93.5 t-15.5 139.5h139q5 -77 48.5 -126t117.5 -65v335l-27 8q-46 14 -79 26.5t-72 36t-63 52t-40 72.5t-16 98q0 70 25 126t67.5 92t94.5 57t110 27v77h100zM600 754v274q-29 -4 -50 -11t-42 -21.5t-31.5 -41.5t-10.5 -65q0 -29 7 -50.5t16.5 -34t28.5 -22.5t31.5 -14t37.5 -10 q9 -3 13 -4zM700 547v-310q22 2 42.5 6.5t45 15.5t41.5 27t29 42t12 59.5t-12.5 59.5t-38 44.5t-53 31t-66.5 24.5z" />
+<glyph unicode="&#xe149;" d="M561 1197q84 0 160.5 -40t123.5 -109.5t47 -147.5h-153q0 40 -19.5 71.5t-49.5 48.5t-59.5 26t-55.5 9q-37 0 -79 -14.5t-62 -35.5q-41 -44 -41 -101q0 -26 13.5 -63t26.5 -61t37 -66q6 -9 9 -14h241v-100h-197q8 -50 -2.5 -115t-31.5 -95q-45 -62 -99 -112 q34 10 83 17.5t71 7.5q32 1 102 -16t104 -17q83 0 136 30l50 -147q-31 -19 -58 -30.5t-55 -15.5t-42 -4.5t-46 -0.5q-23 0 -76 17t-111 32.5t-96 11.5q-39 -3 -82 -16t-67 -25l-23 -11l-55 145q4 3 16 11t15.5 10.5t13 9t15.5 12t14.5 14t17.5 18.5q48 55 54 126.5 t-30 142.5h-221v100h166q-23 47 -44 104q-7 20 -12 41.5t-6 55.5t6 66.5t29.5 70.5t58.5 71q97 88 263 88z" />
+<glyph unicode="&#xe150;" d="M400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM935 1184l230 -249q14 -14 10 -24.5t-25 -10.5h-150v-900h-200v900h-150q-21 0 -25 10.5t10 24.5l230 249q14 15 35 15t35 -15z" />
+<glyph unicode="&#xe151;" d="M1000 700h-100v100h-100v-100h-100v500h300v-500zM400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM801 1100v-200h100v200h-100zM1000 350l-200 -250h200v-100h-300v150l200 250h-200v100h300v-150z " />
+<glyph unicode="&#xe152;" d="M400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM1000 1050l-200 -250h200v-100h-300v150l200 250h-200v100h300v-150zM1000 0h-100v100h-100v-100h-100v500h300v-500zM801 400v-200h100v200h-100z " />
+<glyph unicode="&#xe153;" d="M400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM1000 700h-100v400h-100v100h200v-500zM1100 0h-100v100h-200v400h300v-500zM901 400v-200h100v200h-100z" />
+<glyph unicode="&#xe154;" d="M400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM1100 700h-100v100h-200v400h300v-500zM901 1100v-200h100v200h-100zM1000 0h-100v400h-100v100h200v-500z" />
+<glyph unicode="&#xe155;" d="M400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM900 1000h-200v200h200v-200zM1000 700h-300v200h300v-200zM1100 400h-400v200h400v-200zM1200 100h-500v200h500v-200z" />
+<glyph unicode="&#xe156;" d="M400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM1200 1000h-500v200h500v-200zM1100 700h-400v200h400v-200zM1000 400h-300v200h300v-200zM900 100h-200v200h200v-200z" />
+<glyph unicode="&#xe157;" d="M350 1100h400q162 0 256 -93.5t94 -256.5v-400q0 -165 -93.5 -257.5t-256.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 165 92.5 257.5t257.5 92.5zM800 900h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5 v500q0 41 -29.5 70.5t-70.5 29.5z" />
+<glyph unicode="&#xe158;" d="M350 1100h400q165 0 257.5 -92.5t92.5 -257.5v-400q0 -165 -92.5 -257.5t-257.5 -92.5h-400q-163 0 -256.5 92.5t-93.5 257.5v400q0 163 94 256.5t256 93.5zM800 900h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5 v500q0 41 -29.5 70.5t-70.5 29.5zM440 770l253 -190q17 -12 17 -30t-17 -30l-253 -190q-16 -12 -28 -6.5t-12 26.5v400q0 21 12 26.5t28 -6.5z" />
+<glyph unicode="&#xe159;" d="M350 1100h400q163 0 256.5 -94t93.5 -256v-400q0 -165 -92.5 -257.5t-257.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 163 92.5 256.5t257.5 93.5zM800 900h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5 v500q0 41 -29.5 70.5t-70.5 29.5zM350 700h400q21 0 26.5 -12t-6.5 -28l-190 -253q-12 -17 -30 -17t-30 17l-190 253q-12 16 -6.5 28t26.5 12z" />
+<glyph unicode="&#xe160;" d="M350 1100h400q165 0 257.5 -92.5t92.5 -257.5v-400q0 -163 -92.5 -256.5t-257.5 -93.5h-400q-163 0 -256.5 94t-93.5 256v400q0 165 92.5 257.5t257.5 92.5zM800 900h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5 v500q0 41 -29.5 70.5t-70.5 29.5zM580 693l190 -253q12 -16 6.5 -28t-26.5 -12h-400q-21 0 -26.5 12t6.5 28l190 253q12 17 30 17t30 -17z" />
+<glyph unicode="&#xe161;" d="M550 1100h400q165 0 257.5 -92.5t92.5 -257.5v-400q0 -165 -92.5 -257.5t-257.5 -92.5h-400q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h450q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5h-450q-21 0 -35.5 14.5t-14.5 35.5v100 q0 21 14.5 35.5t35.5 14.5zM338 867l324 -284q16 -14 16 -33t-16 -33l-324 -284q-16 -14 -27 -9t-11 26v150h-250q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5h250v150q0 21 11 26t27 -9z" />
+<glyph unicode="&#xe162;" d="M793 1182l9 -9q8 -10 5 -27q-3 -11 -79 -225.5t-78 -221.5l300 1q24 0 32.5 -17.5t-5.5 -35.5q-1 0 -133.5 -155t-267 -312.5t-138.5 -162.5q-12 -15 -26 -15h-9l-9 8q-9 11 -4 32q2 9 42 123.5t79 224.5l39 110h-302q-23 0 -31 19q-10 21 6 41q75 86 209.5 237.5 t228 257t98.5 111.5q9 16 25 16h9z" />
+<glyph unicode="&#xe163;" d="M350 1100h400q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-450q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h450q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400 q0 165 92.5 257.5t257.5 92.5zM938 867l324 -284q16 -14 16 -33t-16 -33l-324 -284q-16 -14 -27 -9t-11 26v150h-250q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5h250v150q0 21 11 26t27 -9z" />
+<glyph unicode="&#xe164;" d="M750 1200h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -10.5 -25t-24.5 10l-109 109l-312 -312q-15 -15 -35.5 -15t-35.5 15l-141 141q-15 15 -15 35.5t15 35.5l312 312l-109 109q-14 14 -10 24.5t25 10.5zM456 900h-156q-41 0 -70.5 -29.5t-29.5 -70.5v-500 q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v148l200 200v-298q0 -165 -93.5 -257.5t-256.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 165 92.5 257.5t257.5 92.5h300z" />
+<glyph unicode="&#xe165;" d="M600 1186q119 0 227.5 -46.5t187 -125t125 -187t46.5 -227.5t-46.5 -227.5t-125 -187t-187 -125t-227.5 -46.5t-227.5 46.5t-187 125t-125 187t-46.5 227.5t46.5 227.5t125 187t187 125t227.5 46.5zM600 1022q-115 0 -212 -56.5t-153.5 -153.5t-56.5 -212t56.5 -212 t153.5 -153.5t212 -56.5t212 56.5t153.5 153.5t56.5 212t-56.5 212t-153.5 153.5t-212 56.5zM600 794q80 0 137 -57t57 -137t-57 -137t-137 -57t-137 57t-57 137t57 137t137 57z" />
+<glyph unicode="&#xe166;" d="M450 1200h200q21 0 35.5 -14.5t14.5 -35.5v-350h245q20 0 25 -11t-9 -26l-383 -426q-14 -15 -33.5 -15t-32.5 15l-379 426q-13 15 -8.5 26t25.5 11h250v350q0 21 14.5 35.5t35.5 14.5zM50 300h1000q21 0 35.5 -14.5t14.5 -35.5v-250h-1100v250q0 21 14.5 35.5t35.5 14.5z M900 200v-50h100v50h-100z" />
+<glyph unicode="&#xe167;" d="M583 1182l378 -435q14 -15 9 -31t-26 -16h-244v-250q0 -20 -17 -35t-39 -15h-200q-20 0 -32 14.5t-12 35.5v250h-250q-20 0 -25.5 16.5t8.5 31.5l383 431q14 16 33.5 17t33.5 -14zM50 300h1000q21 0 35.5 -14.5t14.5 -35.5v-250h-1100v250q0 21 14.5 35.5t35.5 14.5z M900 200v-50h100v50h-100z" />
+<glyph unicode="&#xe168;" d="M396 723l369 369q7 7 17.5 7t17.5 -7l139 -139q7 -8 7 -18.5t-7 -17.5l-525 -525q-7 -8 -17.5 -8t-17.5 8l-292 291q-7 8 -7 18t7 18l139 139q8 7 18.5 7t17.5 -7zM50 300h1000q21 0 35.5 -14.5t14.5 -35.5v-250h-1100v250q0 21 14.5 35.5t35.5 14.5zM900 200v-50h100v50 h-100z" />
+<glyph unicode="&#xe169;" d="M135 1023l142 142q14 14 35 14t35 -14l77 -77l-212 -212l-77 76q-14 15 -14 36t14 35zM655 855l210 210q14 14 24.5 10t10.5 -25l-2 -599q-1 -20 -15.5 -35t-35.5 -15l-597 -1q-21 0 -25 10.5t10 24.5l208 208l-154 155l212 212zM50 300h1000q21 0 35.5 -14.5t14.5 -35.5 v-250h-1100v250q0 21 14.5 35.5t35.5 14.5zM900 200v-50h100v50h-100z" />
+<glyph unicode="&#xe170;" d="M350 1200l599 -2q20 -1 35 -15.5t15 -35.5l1 -597q0 -21 -10.5 -25t-24.5 10l-208 208l-155 -154l-212 212l155 154l-210 210q-14 14 -10 24.5t25 10.5zM524 512l-76 -77q-15 -14 -36 -14t-35 14l-142 142q-14 14 -14 35t14 35l77 77zM50 300h1000q21 0 35.5 -14.5 t14.5 -35.5v-250h-1100v250q0 21 14.5 35.5t35.5 14.5zM900 200v-50h100v50h-100z" />
+<glyph unicode="&#xe171;" d="M1200 103l-483 276l-314 -399v423h-399l1196 796v-1096zM483 424v-230l683 953z" />
+<glyph unicode="&#xe172;" d="M1100 1000v-850q0 -21 -14.5 -35.5t-35.5 -14.5h-150v400h-700v-400h-150q-21 0 -35.5 14.5t-14.5 35.5v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100zM700 1000h-100v200h100v-200z" />
+<glyph unicode="&#xe173;" d="M1100 1000l-2 -149l-299 -299l-95 95q-9 9 -21.5 9t-21.5 -9l-149 -147h-312v-400h-150q-21 0 -35.5 14.5t-14.5 35.5v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100zM700 1000h-100v200h100v-200zM1132 638l106 -106q7 -7 7 -17.5t-7 -17.5l-420 -421q-8 -7 -18 -7 t-18 7l-202 203q-8 7 -8 17.5t8 17.5l106 106q7 8 17.5 8t17.5 -8l79 -79l297 297q7 7 17.5 7t17.5 -7z" />
+<glyph unicode="&#xe174;" d="M1100 1000v-269l-103 -103l-134 134q-15 15 -33.5 16.5t-34.5 -12.5l-266 -266h-329v-400h-150q-21 0 -35.5 14.5t-14.5 35.5v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100zM700 1000h-100v200h100v-200zM1202 572l70 -70q15 -15 15 -35.5t-15 -35.5l-131 -131 l131 -131q15 -15 15 -35.5t-15 -35.5l-70 -70q-15 -15 -35.5 -15t-35.5 15l-131 131l-131 -131q-15 -15 -35.5 -15t-35.5 15l-70 70q-15 15 -15 35.5t15 35.5l131 131l-131 131q-15 15 -15 35.5t15 35.5l70 70q15 15 35.5 15t35.5 -15l131 -131l131 131q15 15 35.5 15 t35.5 -15z" />
+<glyph unicode="&#xe175;" d="M1100 1000v-300h-350q-21 0 -35.5 -14.5t-14.5 -35.5v-150h-500v-400h-150q-21 0 -35.5 14.5t-14.5 35.5v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100zM700 1000h-100v200h100v-200zM850 600h100q21 0 35.5 -14.5t14.5 -35.5v-250h150q21 0 25 -10.5t-10 -24.5 l-230 -230q-14 -14 -35 -14t-35 14l-230 230q-14 14 -10 24.5t25 10.5h150v250q0 21 14.5 35.5t35.5 14.5z" />
+<glyph unicode="&#xe176;" d="M1100 1000v-400l-165 165q-14 15 -35 15t-35 -15l-263 -265h-402v-400h-150q-21 0 -35.5 14.5t-14.5 35.5v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100zM700 1000h-100v200h100v-200zM935 565l230 -229q14 -15 10 -25.5t-25 -10.5h-150v-250q0 -20 -14.5 -35 t-35.5 -15h-100q-21 0 -35.5 15t-14.5 35v250h-150q-21 0 -25 10.5t10 25.5l230 229q14 15 35 15t35 -15z" />
+<glyph unicode="&#xe177;" d="M50 1100h1100q21 0 35.5 -14.5t14.5 -35.5v-150h-1200v150q0 21 14.5 35.5t35.5 14.5zM1200 800v-550q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v550h1200zM100 500v-200h400v200h-400z" />
+<glyph unicode="&#xe178;" d="M935 1165l248 -230q14 -14 14 -35t-14 -35l-248 -230q-14 -14 -24.5 -10t-10.5 25v150h-400v200h400v150q0 21 10.5 25t24.5 -10zM200 800h-50q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h50v-200zM400 800h-100v200h100v-200zM18 435l247 230 q14 14 24.5 10t10.5 -25v-150h400v-200h-400v-150q0 -21 -10.5 -25t-24.5 10l-247 230q-15 14 -15 35t15 35zM900 300h-100v200h100v-200zM1000 500h51q20 0 34.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-34.5 -14.5h-51v200z" />
+<glyph unicode="&#xe179;" d="M862 1073l276 116q25 18 43.5 8t18.5 -41v-1106q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v397q-4 1 -11 5t-24 17.5t-30 29t-24 42t-11 56.5v359q0 31 18.5 65t43.5 52zM550 1200q22 0 34.5 -12.5t14.5 -24.5l1 -13v-450q0 -28 -10.5 -59.5 t-25 -56t-29 -45t-25.5 -31.5l-10 -11v-447q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v447q-4 4 -11 11.5t-24 30.5t-30 46t-24 55t-11 60v450q0 2 0.5 5.5t4 12t8.5 15t14.5 12t22.5 5.5q20 0 32.5 -12.5t14.5 -24.5l3 -13v-350h100v350v5.5t2.5 12 t7 15t15 12t25.5 5.5q23 0 35.5 -12.5t13.5 -24.5l1 -13v-350h100v350q0 2 0.5 5.5t3 12t7 15t15 12t24.5 5.5z" />
+<glyph unicode="&#xe180;" d="M1200 1100v-56q-4 0 -11 -0.5t-24 -3t-30 -7.5t-24 -15t-11 -24v-888q0 -22 25 -34.5t50 -13.5l25 -2v-56h-400v56q75 0 87.5 6.5t12.5 43.5v394h-500v-394q0 -37 12.5 -43.5t87.5 -6.5v-56h-400v56q4 0 11 0.5t24 3t30 7.5t24 15t11 24v888q0 22 -25 34.5t-50 13.5 l-25 2v56h400v-56q-75 0 -87.5 -6.5t-12.5 -43.5v-394h500v394q0 37 -12.5 43.5t-87.5 6.5v56h400z" />
+<glyph unicode="&#xe181;" d="M675 1000h375q21 0 35.5 -14.5t14.5 -35.5v-150h-105l-295 -98v98l-200 200h-400l100 100h375zM100 900h300q41 0 70.5 -29.5t29.5 -70.5v-500q0 -41 -29.5 -70.5t-70.5 -29.5h-300q-41 0 -70.5 29.5t-29.5 70.5v500q0 41 29.5 70.5t70.5 29.5zM100 800v-200h300v200 h-300zM1100 535l-400 -133v163l400 133v-163zM100 500v-200h300v200h-300zM1100 398v-248q0 -21 -14.5 -35.5t-35.5 -14.5h-375l-100 -100h-375l-100 100h400l200 200h105z" />
+<glyph unicode="&#xe182;" d="M17 1007l162 162q17 17 40 14t37 -22l139 -194q14 -20 11 -44.5t-20 -41.5l-119 -118q102 -142 228 -268t267 -227l119 118q17 17 42.5 19t44.5 -12l192 -136q19 -14 22.5 -37.5t-13.5 -40.5l-163 -162q-3 -1 -9.5 -1t-29.5 2t-47.5 6t-62.5 14.5t-77.5 26.5t-90 42.5 t-101.5 60t-111 83t-119 108.5q-74 74 -133.5 150.5t-94.5 138.5t-60 119.5t-34.5 100t-15 74.5t-4.5 48z" />
+<glyph unicode="&#xe183;" d="M600 1100q92 0 175 -10.5t141.5 -27t108.5 -36.5t81.5 -40t53.5 -37t31 -27l9 -10v-200q0 -21 -14.5 -33t-34.5 -9l-202 34q-20 3 -34.5 20t-14.5 38v146q-141 24 -300 24t-300 -24v-146q0 -21 -14.5 -38t-34.5 -20l-202 -34q-20 -3 -34.5 9t-14.5 33v200q3 4 9.5 10.5 t31 26t54 37.5t80.5 39.5t109 37.5t141 26.5t175 10.5zM600 795q56 0 97 -9.5t60 -23.5t30 -28t12 -24l1 -10v-50l365 -303q14 -15 24.5 -40t10.5 -45v-212q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v212q0 20 10.5 45t24.5 40l365 303v50 q0 4 1 10.5t12 23t30 29t60 22.5t97 10z" />
+<glyph unicode="&#xe184;" d="M1100 700l-200 -200h-600l-200 200v500h200v-200h200v200h200v-200h200v200h200v-500zM250 400h700q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-12l137 -100h-950l137 100h-12q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM50 100h1100q21 0 35.5 -14.5 t14.5 -35.5v-50h-1200v50q0 21 14.5 35.5t35.5 14.5z" />
+<glyph unicode="&#xe185;" d="M700 1100h-100q-41 0 -70.5 -29.5t-29.5 -70.5v-1000h300v1000q0 41 -29.5 70.5t-70.5 29.5zM1100 800h-100q-41 0 -70.5 -29.5t-29.5 -70.5v-700h300v700q0 41 -29.5 70.5t-70.5 29.5zM400 0h-300v400q0 41 29.5 70.5t70.5 29.5h100q41 0 70.5 -29.5t29.5 -70.5v-400z " />
+<glyph unicode="&#xe186;" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM500 700h-200v-100h200v-300h-300v100h200v100h-200v300h300v-100zM900 700v-300l-100 -100h-200v500h200z M700 700v-300h100v300h-100z" />
+<glyph unicode="&#xe187;" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM500 300h-100v200h-100v-200h-100v500h100v-200h100v200h100v-500zM900 700v-300l-100 -100h-200v500h200z M700 700v-300h100v300h-100z" />
+<glyph unicode="&#xe188;" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM500 700h-200v-300h200v-100h-300v500h300v-100zM900 700h-200v-300h200v-100h-300v500h300v-100z" />
+<glyph unicode="&#xe189;" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM500 400l-300 150l300 150v-300zM900 550l-300 -150v300z" />
+<glyph unicode="&#xe190;" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM900 300h-700v500h700v-500zM800 700h-130q-38 0 -66.5 -43t-28.5 -108t27 -107t68 -42h130v300zM300 700v-300 h130q41 0 68 42t27 107t-28.5 108t-66.5 43h-130z" />
+<glyph unicode="&#xe191;" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM500 700h-200v-100h200v-300h-300v100h200v100h-200v300h300v-100zM900 300h-100v400h-100v100h200v-500z M700 300h-100v100h100v-100z" />
+<glyph unicode="&#xe192;" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM300 700h200v-400h-300v500h100v-100zM900 300h-100v400h-100v100h200v-500zM300 600v-200h100v200h-100z M700 300h-100v100h100v-100z" />
+<glyph unicode="&#xe193;" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM500 500l-199 -200h-100v50l199 200v150h-200v100h300v-300zM900 300h-100v400h-100v100h200v-500zM701 300h-100 v100h100v-100z" />
+<glyph unicode="&#xe194;" d="M600 1191q120 0 229.5 -47t188.5 -126t126 -188.5t47 -229.5t-47 -229.5t-126 -188.5t-188.5 -126t-229.5 -47t-229.5 47t-188.5 126t-126 188.5t-47 229.5t47 229.5t126 188.5t188.5 126t229.5 47zM600 1021q-114 0 -211 -56.5t-153.5 -153.5t-56.5 -211t56.5 -211 t153.5 -153.5t211 -56.5t211 56.5t153.5 153.5t56.5 211t-56.5 211t-153.5 153.5t-211 56.5zM800 700h-300v-200h300v-100h-300l-100 100v200l100 100h300v-100z" />
+<glyph unicode="&#xe195;" d="M600 1191q120 0 229.5 -47t188.5 -126t126 -188.5t47 -229.5t-47 -229.5t-126 -188.5t-188.5 -126t-229.5 -47t-229.5 47t-188.5 126t-126 188.5t-47 229.5t47 229.5t126 188.5t188.5 126t229.5 47zM600 1021q-114 0 -211 -56.5t-153.5 -153.5t-56.5 -211t56.5 -211 t153.5 -153.5t211 -56.5t211 56.5t153.5 153.5t56.5 211t-56.5 211t-153.5 153.5t-211 56.5zM800 700v-100l-50 -50l100 -100v-50h-100l-100 100h-150v-100h-100v400h300zM500 700v-100h200v100h-200z" />
+<glyph unicode="&#xe197;" d="M503 1089q110 0 200.5 -59.5t134.5 -156.5q44 14 90 14q120 0 205 -86.5t85 -207t-85 -207t-205 -86.5h-128v250q0 21 -14.5 35.5t-35.5 14.5h-300q-21 0 -35.5 -14.5t-14.5 -35.5v-250h-222q-80 0 -136 57.5t-56 136.5q0 69 43 122.5t108 67.5q-2 19 -2 37q0 100 49 185 t134 134t185 49zM525 500h150q10 0 17.5 -7.5t7.5 -17.5v-275h137q21 0 26 -11.5t-8 -27.5l-223 -244q-13 -16 -32 -16t-32 16l-223 244q-13 16 -8 27.5t26 11.5h137v275q0 10 7.5 17.5t17.5 7.5z" />
+<glyph unicode="&#xe198;" d="M502 1089q110 0 201 -59.5t135 -156.5q43 15 89 15q121 0 206 -86.5t86 -206.5q0 -99 -60 -181t-150 -110l-378 360q-13 16 -31.5 16t-31.5 -16l-381 -365h-9q-79 0 -135.5 57.5t-56.5 136.5q0 69 43 122.5t108 67.5q-2 19 -2 38q0 100 49 184.5t133.5 134t184.5 49.5z M632 467l223 -228q13 -16 8 -27.5t-26 -11.5h-137v-275q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v275h-137q-21 0 -26 11.5t8 27.5q199 204 223 228q19 19 31.5 19t32.5 -19z" />
+<glyph unicode="&#xe199;" d="M700 100v100h400l-270 300h170l-270 300h170l-300 333l-300 -333h170l-270 -300h170l-270 -300h400v-100h-50q-21 0 -35.5 -14.5t-14.5 -35.5v-50h400v50q0 21 -14.5 35.5t-35.5 14.5h-50z" />
+<glyph unicode="&#xe200;" d="M600 1179q94 0 167.5 -56.5t99.5 -145.5q89 -6 150.5 -71.5t61.5 -155.5q0 -61 -29.5 -112.5t-79.5 -82.5q9 -29 9 -55q0 -74 -52.5 -126.5t-126.5 -52.5q-55 0 -100 30v-251q21 0 35.5 -14.5t14.5 -35.5v-50h-300v50q0 21 14.5 35.5t35.5 14.5v251q-45 -30 -100 -30 q-74 0 -126.5 52.5t-52.5 126.5q0 18 4 38q-47 21 -75.5 65t-28.5 97q0 74 52.5 126.5t126.5 52.5q5 0 23 -2q0 2 -1 10t-1 13q0 116 81.5 197.5t197.5 81.5z" />
+<glyph unicode="&#xe201;" d="M1010 1010q111 -111 150.5 -260.5t0 -299t-150.5 -260.5q-83 -83 -191.5 -126.5t-218.5 -43.5t-218.5 43.5t-191.5 126.5q-111 111 -150.5 260.5t0 299t150.5 260.5q83 83 191.5 126.5t218.5 43.5t218.5 -43.5t191.5 -126.5zM476 1065q-4 0 -8 -1q-121 -34 -209.5 -122.5 t-122.5 -209.5q-4 -12 2.5 -23t18.5 -14l36 -9q3 -1 7 -1q23 0 29 22q27 96 98 166q70 71 166 98q11 3 17.5 13.5t3.5 22.5l-9 35q-3 13 -14 19q-7 4 -15 4zM512 920q-4 0 -9 -2q-80 -24 -138.5 -82.5t-82.5 -138.5q-4 -13 2 -24t19 -14l34 -9q4 -1 8 -1q22 0 28 21 q18 58 58.5 98.5t97.5 58.5q12 3 18 13.5t3 21.5l-9 35q-3 12 -14 19q-7 4 -15 4zM719.5 719.5q-49.5 49.5 -119.5 49.5t-119.5 -49.5t-49.5 -119.5t49.5 -119.5t119.5 -49.5t119.5 49.5t49.5 119.5t-49.5 119.5zM855 551q-22 0 -28 -21q-18 -58 -58.5 -98.5t-98.5 -57.5 q-11 -4 -17 -14.5t-3 -21.5l9 -35q3 -12 14 -19q7 -4 15 -4q4 0 9 2q80 24 138.5 82.5t82.5 138.5q4 13 -2.5 24t-18.5 14l-34 9q-4 1 -8 1zM1000 515q-23 0 -29 -22q-27 -96 -98 -166q-70 -71 -166 -98q-11 -3 -17.5 -13.5t-3.5 -22.5l9 -35q3 -13 14 -19q7 -4 15 -4 q4 0 8 1q121 34 209.5 122.5t122.5 209.5q4 12 -2.5 23t-18.5 14l-36 9q-3 1 -7 1z" />
+<glyph unicode="&#xe202;" d="M700 800h300v-380h-180v200h-340v-200h-380v755q0 10 7.5 17.5t17.5 7.5h575v-400zM1000 900h-200v200zM700 300h162l-212 -212l-212 212h162v200h100v-200zM520 0h-395q-10 0 -17.5 7.5t-7.5 17.5v395zM1000 220v-195q0 -10 -7.5 -17.5t-17.5 -7.5h-195z" />
+<glyph unicode="&#xe203;" d="M700 800h300v-520l-350 350l-550 -550v1095q0 10 7.5 17.5t17.5 7.5h575v-400zM1000 900h-200v200zM862 200h-162v-200h-100v200h-162l212 212zM480 0h-355q-10 0 -17.5 7.5t-7.5 17.5v55h380v-80zM1000 80v-55q0 -10 -7.5 -17.5t-17.5 -7.5h-155v80h180z" />
+<glyph unicode="&#xe204;" d="M1162 800h-162v-200h100l100 -100h-300v300h-162l212 212zM200 800h200q27 0 40 -2t29.5 -10.5t23.5 -30t7 -57.5h300v-100h-600l-200 -350v450h100q0 36 7 57.5t23.5 30t29.5 10.5t40 2zM800 400h240l-240 -400h-800l300 500h500v-100z" />
+<glyph unicode="&#xe205;" d="M650 1100h100q21 0 35.5 -14.5t14.5 -35.5v-50h50q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-300q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h50v50q0 21 14.5 35.5t35.5 14.5zM1000 850v150q41 0 70.5 -29.5t29.5 -70.5v-800 q0 -41 -29.5 -70.5t-70.5 -29.5h-600q-1 0 -20 4l246 246l-326 326v324q0 41 29.5 70.5t70.5 29.5v-150q0 -62 44 -106t106 -44h300q62 0 106 44t44 106zM412 250l-212 -212v162h-200v100h200v162z" />
+<glyph unicode="&#xe206;" d="M450 1100h100q21 0 35.5 -14.5t14.5 -35.5v-50h50q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-300q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h50v50q0 21 14.5 35.5t35.5 14.5zM800 850v150q41 0 70.5 -29.5t29.5 -70.5v-500 h-200v-300h200q0 -36 -7 -57.5t-23.5 -30t-29.5 -10.5t-40 -2h-600q-41 0 -70.5 29.5t-29.5 70.5v800q0 41 29.5 70.5t70.5 29.5v-150q0 -62 44 -106t106 -44h300q62 0 106 44t44 106zM1212 250l-212 -212v162h-200v100h200v162z" />
+<glyph unicode="&#xe209;" d="M658 1197l637 -1104q23 -38 7 -65.5t-60 -27.5h-1276q-44 0 -60 27.5t7 65.5l637 1104q22 39 54 39t54 -39zM704 800h-208q-20 0 -32 -14.5t-8 -34.5l58 -302q4 -20 21.5 -34.5t37.5 -14.5h54q20 0 37.5 14.5t21.5 34.5l58 302q4 20 -8 34.5t-32 14.5zM500 300v-100h200 v100h-200z" />
+<glyph unicode="&#xe210;" d="M425 1100h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5zM425 800h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5 t17.5 7.5zM825 800h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5zM25 500h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150 q0 10 7.5 17.5t17.5 7.5zM425 500h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5zM825 500h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5 v150q0 10 7.5 17.5t17.5 7.5zM25 200h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5zM425 200h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5 t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5zM825 200h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5z" />
+<glyph unicode="&#xe211;" d="M700 1200h100v-200h-100v-100h350q62 0 86.5 -39.5t-3.5 -94.5l-66 -132q-41 -83 -81 -134h-772q-40 51 -81 134l-66 132q-28 55 -3.5 94.5t86.5 39.5h350v100h-100v200h100v100h200v-100zM250 400h700q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-12l137 -100 h-950l138 100h-13q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM50 100h1100q21 0 35.5 -14.5t14.5 -35.5v-50h-1200v50q0 21 14.5 35.5t35.5 14.5z" />
+<glyph unicode="&#xe212;" d="M600 1300q40 0 68.5 -29.5t28.5 -70.5h-194q0 41 28.5 70.5t68.5 29.5zM443 1100h314q18 -37 18 -75q0 -8 -3 -25h328q41 0 44.5 -16.5t-30.5 -38.5l-175 -145h-678l-178 145q-34 22 -29 38.5t46 16.5h328q-3 17 -3 25q0 38 18 75zM250 700h700q21 0 35.5 -14.5 t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-150v-200l275 -200h-950l275 200v200h-150q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM50 100h1100q21 0 35.5 -14.5t14.5 -35.5v-50h-1200v50q0 21 14.5 35.5t35.5 14.5z" />
+<glyph unicode="&#xe213;" d="M600 1181q75 0 128 -53t53 -128t-53 -128t-128 -53t-128 53t-53 128t53 128t128 53zM602 798h46q34 0 55.5 -28.5t21.5 -86.5q0 -76 39 -183h-324q39 107 39 183q0 58 21.5 86.5t56.5 28.5h45zM250 400h700q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-13 l138 -100h-950l137 100h-12q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM50 100h1100q21 0 35.5 -14.5t14.5 -35.5v-50h-1200v50q0 21 14.5 35.5t35.5 14.5z" />
+<glyph unicode="&#xe214;" d="M600 1300q47 0 92.5 -53.5t71 -123t25.5 -123.5q0 -78 -55.5 -133.5t-133.5 -55.5t-133.5 55.5t-55.5 133.5q0 62 34 143l144 -143l111 111l-163 163q34 26 63 26zM602 798h46q34 0 55.5 -28.5t21.5 -86.5q0 -76 39 -183h-324q39 107 39 183q0 58 21.5 86.5t56.5 28.5h45 zM250 400h700q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-13l138 -100h-950l137 100h-12q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM50 100h1100q21 0 35.5 -14.5t14.5 -35.5v-50h-1200v50q0 21 14.5 35.5t35.5 14.5z" />
+<glyph unicode="&#xe215;" d="M600 1200l300 -161v-139h-300q0 -57 18.5 -108t50 -91.5t63 -72t70 -67.5t57.5 -61h-530q-60 83 -90.5 177.5t-30.5 178.5t33 164.5t87.5 139.5t126 96.5t145.5 41.5v-98zM250 400h700q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-13l138 -100h-950l137 100 h-12q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM50 100h1100q21 0 35.5 -14.5t14.5 -35.5v-50h-1200v50q0 21 14.5 35.5t35.5 14.5z" />
+<glyph unicode="&#xe216;" d="M600 1300q41 0 70.5 -29.5t29.5 -70.5v-78q46 -26 73 -72t27 -100v-50h-400v50q0 54 27 100t73 72v78q0 41 29.5 70.5t70.5 29.5zM400 800h400q54 0 100 -27t72 -73h-172v-100h200v-100h-200v-100h200v-100h-200v-100h200q0 -83 -58.5 -141.5t-141.5 -58.5h-400 q-83 0 -141.5 58.5t-58.5 141.5v400q0 83 58.5 141.5t141.5 58.5z" />
+<glyph unicode="&#xe218;" d="M150 1100h900q21 0 35.5 -14.5t14.5 -35.5v-500q0 -21 -14.5 -35.5t-35.5 -14.5h-900q-21 0 -35.5 14.5t-14.5 35.5v500q0 21 14.5 35.5t35.5 14.5zM125 400h950q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-283l224 -224q13 -13 13 -31.5t-13 -32 t-31.5 -13.5t-31.5 13l-88 88h-524l-87 -88q-13 -13 -32 -13t-32 13.5t-13 32t13 31.5l224 224h-289q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5zM541 300l-100 -100h324l-100 100h-124z" />
+<glyph unicode="&#xe219;" d="M200 1100h800q83 0 141.5 -58.5t58.5 -141.5v-200h-100q0 41 -29.5 70.5t-70.5 29.5h-250q-41 0 -70.5 -29.5t-29.5 -70.5h-100q0 41 -29.5 70.5t-70.5 29.5h-250q-41 0 -70.5 -29.5t-29.5 -70.5h-100v200q0 83 58.5 141.5t141.5 58.5zM100 600h1000q41 0 70.5 -29.5 t29.5 -70.5v-300h-1200v300q0 41 29.5 70.5t70.5 29.5zM300 100v-50q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v50h200zM1100 100v-50q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v50h200z" />
+<glyph unicode="&#xe221;" d="M480 1165l682 -683q31 -31 31 -75.5t-31 -75.5l-131 -131h-481l-517 518q-32 31 -32 75.5t32 75.5l295 296q31 31 75.5 31t76.5 -31zM108 794l342 -342l303 304l-341 341zM250 100h800q21 0 35.5 -14.5t14.5 -35.5v-50h-900v50q0 21 14.5 35.5t35.5 14.5z" />
+<glyph unicode="&#xe223;" d="M1057 647l-189 506q-8 19 -27.5 33t-40.5 14h-400q-21 0 -40.5 -14t-27.5 -33l-189 -506q-8 -19 1.5 -33t30.5 -14h625v-150q0 -21 14.5 -35.5t35.5 -14.5t35.5 14.5t14.5 35.5v150h125q21 0 30.5 14t1.5 33zM897 0h-595v50q0 21 14.5 35.5t35.5 14.5h50v50 q0 21 14.5 35.5t35.5 14.5h48v300h200v-300h47q21 0 35.5 -14.5t14.5 -35.5v-50h50q21 0 35.5 -14.5t14.5 -35.5v-50z" />
+<glyph unicode="&#xe224;" d="M900 800h300v-575q0 -10 -7.5 -17.5t-17.5 -7.5h-375v591l-300 300v84q0 10 7.5 17.5t17.5 7.5h375v-400zM1200 900h-200v200zM400 600h300v-575q0 -10 -7.5 -17.5t-17.5 -7.5h-650q-10 0 -17.5 7.5t-7.5 17.5v950q0 10 7.5 17.5t17.5 7.5h375v-400zM700 700h-200v200z " />
+<glyph unicode="&#xe225;" d="M484 1095h195q75 0 146 -32.5t124 -86t89.5 -122.5t48.5 -142q18 -14 35 -20q31 -10 64.5 6.5t43.5 48.5q10 34 -15 71q-19 27 -9 43q5 8 12.5 11t19 -1t23.5 -16q41 -44 39 -105q-3 -63 -46 -106.5t-104 -43.5h-62q-7 -55 -35 -117t-56 -100l-39 -234q-3 -20 -20 -34.5 t-38 -14.5h-100q-21 0 -33 14.5t-9 34.5l12 70q-49 -14 -91 -14h-195q-24 0 -65 8l-11 -64q-3 -20 -20 -34.5t-38 -14.5h-100q-21 0 -33 14.5t-9 34.5l26 157q-84 74 -128 175l-159 53q-19 7 -33 26t-14 40v50q0 21 14.5 35.5t35.5 14.5h124q11 87 56 166l-111 95 q-16 14 -12.5 23.5t24.5 9.5h203q116 101 250 101zM675 1000h-250q-10 0 -17.5 -7.5t-7.5 -17.5v-50q0 -10 7.5 -17.5t17.5 -7.5h250q10 0 17.5 7.5t7.5 17.5v50q0 10 -7.5 17.5t-17.5 7.5z" />
+<glyph unicode="&#xe226;" d="M641 900l423 247q19 8 42 2.5t37 -21.5l32 -38q14 -15 12.5 -36t-17.5 -34l-139 -120h-390zM50 1100h106q67 0 103 -17t66 -71l102 -212h823q21 0 35.5 -14.5t14.5 -35.5v-50q0 -21 -14 -40t-33 -26l-737 -132q-23 -4 -40 6t-26 25q-42 67 -100 67h-300q-62 0 -106 44 t-44 106v200q0 62 44 106t106 44zM173 928h-80q-19 0 -28 -14t-9 -35v-56q0 -51 42 -51h134q16 0 21.5 8t5.5 24q0 11 -16 45t-27 51q-18 28 -43 28zM550 727q-32 0 -54.5 -22.5t-22.5 -54.5t22.5 -54.5t54.5 -22.5t54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5zM130 389 l152 130q18 19 34 24t31 -3.5t24.5 -17.5t25.5 -28q28 -35 50.5 -51t48.5 -13l63 5l48 -179q13 -61 -3.5 -97.5t-67.5 -79.5l-80 -69q-47 -40 -109 -35.5t-103 51.5l-130 151q-40 47 -35.5 109.5t51.5 102.5zM380 377l-102 -88q-31 -27 2 -65l37 -43q13 -15 27.5 -19.5 t31.5 6.5l61 53q19 16 14 49q-2 20 -12 56t-17 45q-11 12 -19 14t-23 -8z" />
+<glyph unicode="&#xe227;" d="M625 1200h150q10 0 17.5 -7.5t7.5 -17.5v-109q79 -33 131 -87.5t53 -128.5q1 -46 -15 -84.5t-39 -61t-46 -38t-39 -21.5l-17 -6q6 0 15 -1.5t35 -9t50 -17.5t53 -30t50 -45t35.5 -64t14.5 -84q0 -59 -11.5 -105.5t-28.5 -76.5t-44 -51t-49.5 -31.5t-54.5 -16t-49.5 -6.5 t-43.5 -1v-75q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v75h-100v-75q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v75h-175q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5h75v600h-75q-10 0 -17.5 7.5t-7.5 17.5v150 q0 10 7.5 17.5t17.5 7.5h175v75q0 10 7.5 17.5t17.5 7.5h150q10 0 17.5 -7.5t7.5 -17.5v-75h100v75q0 10 7.5 17.5t17.5 7.5zM400 900v-200h263q28 0 48.5 10.5t30 25t15 29t5.5 25.5l1 10q0 4 -0.5 11t-6 24t-15 30t-30 24t-48.5 11h-263zM400 500v-200h363q28 0 48.5 10.5 t30 25t15 29t5.5 25.5l1 10q0 4 -0.5 11t-6 24t-15 30t-30 24t-48.5 11h-363z" />
+<glyph unicode="&#xe230;" d="M212 1198h780q86 0 147 -61t61 -147v-416q0 -51 -18 -142.5t-36 -157.5l-18 -66q-29 -87 -93.5 -146.5t-146.5 -59.5h-572q-82 0 -147 59t-93 147q-8 28 -20 73t-32 143.5t-20 149.5v416q0 86 61 147t147 61zM600 1045q-70 0 -132.5 -11.5t-105.5 -30.5t-78.5 -41.5 t-57 -45t-36 -41t-20.5 -30.5l-6 -12l156 -243h560l156 243q-2 5 -6 12.5t-20 29.5t-36.5 42t-57 44.5t-79 42t-105 29.5t-132.5 12zM762 703h-157l195 261z" />
+<glyph unicode="&#xe231;" d="M475 1300h150q103 0 189 -86t86 -189v-500q0 -41 -42 -83t-83 -42h-450q-41 0 -83 42t-42 83v500q0 103 86 189t189 86zM700 300v-225q0 -21 -27 -48t-48 -27h-150q-21 0 -48 27t-27 48v225h300z" />
+<glyph unicode="&#xe232;" d="M475 1300h96q0 -150 89.5 -239.5t239.5 -89.5v-446q0 -41 -42 -83t-83 -42h-450q-41 0 -83 42t-42 83v500q0 103 86 189t189 86zM700 300v-225q0 -21 -27 -48t-48 -27h-150q-21 0 -48 27t-27 48v225h300z" />
+<glyph unicode="&#xe233;" d="M1294 767l-638 -283l-378 170l-78 -60v-224l100 -150v-199l-150 148l-150 -149v200l100 150v250q0 4 -0.5 10.5t0 9.5t1 8t3 8t6.5 6l47 40l-147 65l642 283zM1000 380l-350 -166l-350 166v147l350 -165l350 165v-147z" />
+<glyph unicode="&#xe234;" d="M250 800q62 0 106 -44t44 -106t-44 -106t-106 -44t-106 44t-44 106t44 106t106 44zM650 800q62 0 106 -44t44 -106t-44 -106t-106 -44t-106 44t-44 106t44 106t106 44zM1050 800q62 0 106 -44t44 -106t-44 -106t-106 -44t-106 44t-44 106t44 106t106 44z" />
+<glyph unicode="&#xe235;" d="M550 1100q62 0 106 -44t44 -106t-44 -106t-106 -44t-106 44t-44 106t44 106t106 44zM550 700q62 0 106 -44t44 -106t-44 -106t-106 -44t-106 44t-44 106t44 106t106 44zM550 300q62 0 106 -44t44 -106t-44 -106t-106 -44t-106 44t-44 106t44 106t106 44z" />
+<glyph unicode="&#xe236;" d="M125 1100h950q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-950q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5zM125 700h950q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-950q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5 t17.5 7.5zM125 300h950q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-950q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5z" />
+<glyph unicode="&#xe237;" d="M350 1200h500q162 0 256 -93.5t94 -256.5v-500q0 -165 -93.5 -257.5t-256.5 -92.5h-500q-165 0 -257.5 92.5t-92.5 257.5v500q0 165 92.5 257.5t257.5 92.5zM900 1000h-600q-41 0 -70.5 -29.5t-29.5 -70.5v-600q0 -41 29.5 -70.5t70.5 -29.5h600q41 0 70.5 29.5 t29.5 70.5v600q0 41 -29.5 70.5t-70.5 29.5zM350 900h500q21 0 35.5 -14.5t14.5 -35.5v-300q0 -21 -14.5 -35.5t-35.5 -14.5h-500q-21 0 -35.5 14.5t-14.5 35.5v300q0 21 14.5 35.5t35.5 14.5zM400 800v-200h400v200h-400z" />
+<glyph unicode="&#xe238;" d="M150 1100h1000q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-50v-200h50q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-50v-200h50q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-50v-200h50q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5 t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5h50v200h-50q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5h50v200h-50q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5h50v200h-50q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5z" />
+<glyph unicode="&#xe239;" d="M650 1187q87 -67 118.5 -156t0 -178t-118.5 -155q-87 66 -118.5 155t0 178t118.5 156zM300 800q124 0 212 -88t88 -212q-124 0 -212 88t-88 212zM1000 800q0 -124 -88 -212t-212 -88q0 124 88 212t212 88zM300 500q124 0 212 -88t88 -212q-124 0 -212 88t-88 212z M1000 500q0 -124 -88 -212t-212 -88q0 124 88 212t212 88zM700 199v-144q0 -21 -14.5 -35.5t-35.5 -14.5t-35.5 14.5t-14.5 35.5v142q40 -4 43 -4q17 0 57 6z" />
+<glyph unicode="&#xe240;" d="M745 878l69 19q25 6 45 -12l298 -295q11 -11 15 -26.5t-2 -30.5q-5 -14 -18 -23.5t-28 -9.5h-8q1 0 1 -13q0 -29 -2 -56t-8.5 -62t-20 -63t-33 -53t-51 -39t-72.5 -14h-146q-184 0 -184 288q0 24 10 47q-20 4 -62 4t-63 -4q11 -24 11 -47q0 -288 -184 -288h-142 q-48 0 -84.5 21t-56 51t-32 71.5t-16 75t-3.5 68.5q0 13 2 13h-7q-15 0 -27.5 9.5t-18.5 23.5q-6 15 -2 30.5t15 25.5l298 296q20 18 46 11l76 -19q20 -5 30.5 -22.5t5.5 -37.5t-22.5 -31t-37.5 -5l-51 12l-182 -193h891l-182 193l-44 -12q-20 -5 -37.5 6t-22.5 31t6 37.5 t31 22.5z" />
+<glyph unicode="&#xe241;" d="M1200 900h-50q0 21 -4 37t-9.5 26.5t-18 17.5t-22 11t-28.5 5.5t-31 2t-37 0.5h-200v-850q0 -22 25 -34.5t50 -13.5l25 -2v-100h-400v100q4 0 11 0.5t24 3t30 7t24 15t11 24.5v850h-200q-25 0 -37 -0.5t-31 -2t-28.5 -5.5t-22 -11t-18 -17.5t-9.5 -26.5t-4 -37h-50v300 h1000v-300zM500 450h-25q0 15 -4 24.5t-9 14.5t-17 7.5t-20 3t-25 0.5h-100v-425q0 -11 12.5 -17.5t25.5 -7.5h12v-50h-200v50q50 0 50 25v425h-100q-17 0 -25 -0.5t-20 -3t-17 -7.5t-9 -14.5t-4 -24.5h-25v150h500v-150z" />
+<glyph unicode="&#xe242;" d="M1000 300v50q-25 0 -55 32q-14 14 -25 31t-16 27l-4 11l-289 747h-69l-300 -754q-18 -35 -39 -56q-9 -9 -24.5 -18.5t-26.5 -14.5l-11 -5v-50h273v50q-49 0 -78.5 21.5t-11.5 67.5l69 176h293l61 -166q13 -34 -3.5 -66.5t-55.5 -32.5v-50h312zM412 691l134 342l121 -342 h-255zM1100 150v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h1000q21 0 35.5 -14.5t14.5 -35.5z" />
+<glyph unicode="&#xe243;" d="M50 1200h1100q21 0 35.5 -14.5t14.5 -35.5v-1100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v1100q0 21 14.5 35.5t35.5 14.5zM611 1118h-70q-13 0 -18 -12l-299 -753q-17 -32 -35 -51q-18 -18 -56 -34q-12 -5 -12 -18v-50q0 -8 5.5 -14t14.5 -6 h273q8 0 14 6t6 14v50q0 8 -6 14t-14 6q-55 0 -71 23q-10 14 0 39l63 163h266l57 -153q11 -31 -6 -55q-12 -17 -36 -17q-8 0 -14 -6t-6 -14v-50q0 -8 6 -14t14 -6h313q8 0 14 6t6 14v50q0 7 -5.5 13t-13.5 7q-17 0 -42 25q-25 27 -40 63h-1l-288 748q-5 12 -19 12zM639 611 h-197l103 264z" />
+<glyph unicode="&#xe244;" d="M1200 1100h-1200v100h1200v-100zM50 1000h400q21 0 35.5 -14.5t14.5 -35.5v-900q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v900q0 21 14.5 35.5t35.5 14.5zM650 1000h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400 q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM700 900v-300h300v300h-300z" />
+<glyph unicode="&#xe245;" d="M50 1200h400q21 0 35.5 -14.5t14.5 -35.5v-900q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v900q0 21 14.5 35.5t35.5 14.5zM650 700h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v400 q0 21 14.5 35.5t35.5 14.5zM700 600v-300h300v300h-300zM1200 0h-1200v100h1200v-100z" />
+<glyph unicode="&#xe246;" d="M50 1000h400q21 0 35.5 -14.5t14.5 -35.5v-350h100v150q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-150h100v-100h-100v-150q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v150h-100v-350q0 -21 -14.5 -35.5t-35.5 -14.5h-400 q-21 0 -35.5 14.5t-14.5 35.5v800q0 21 14.5 35.5t35.5 14.5zM700 700v-300h300v300h-300z" />
+<glyph unicode="&#xe247;" d="M100 0h-100v1200h100v-1200zM250 1100h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM300 1000v-300h300v300h-300zM250 500h900q21 0 35.5 -14.5t14.5 -35.5v-400 q0 -21 -14.5 -35.5t-35.5 -14.5h-900q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5z" />
+<glyph unicode="&#xe248;" d="M600 1100h150q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-150v-100h450q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-900q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5h350v100h-150q-21 0 -35.5 14.5 t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5h150v100h100v-100zM400 1000v-300h300v300h-300z" />
+<glyph unicode="&#xe249;" d="M1200 0h-100v1200h100v-1200zM550 1100h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM600 1000v-300h300v300h-300zM50 500h900q21 0 35.5 -14.5t14.5 -35.5v-400 q0 -21 -14.5 -35.5t-35.5 -14.5h-900q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5z" />
+<glyph unicode="&#xe250;" d="M865 565l-494 -494q-23 -23 -41 -23q-14 0 -22 13.5t-8 38.5v1000q0 25 8 38.5t22 13.5q18 0 41 -23l494 -494q14 -14 14 -35t-14 -35z" />
+<glyph unicode="&#xe251;" d="M335 635l494 494q29 29 50 20.5t21 -49.5v-1000q0 -41 -21 -49.5t-50 20.5l-494 494q-14 14 -14 35t14 35z" />
+<glyph unicode="&#xe252;" d="M100 900h1000q41 0 49.5 -21t-20.5 -50l-494 -494q-14 -14 -35 -14t-35 14l-494 494q-29 29 -20.5 50t49.5 21z" />
+<glyph unicode="&#xe253;" d="M635 865l494 -494q29 -29 20.5 -50t-49.5 -21h-1000q-41 0 -49.5 21t20.5 50l494 494q14 14 35 14t35 -14z" />
+<glyph unicode="&#xe254;" d="M700 741v-182l-692 -323v221l413 193l-413 193v221zM1200 0h-800v200h800v-200z" />
+<glyph unicode="&#xe255;" d="M1200 900h-200v-100h200v-100h-300v300h200v100h-200v100h300v-300zM0 700h50q0 21 4 37t9.5 26.5t18 17.5t22 11t28.5 5.5t31 2t37 0.5h100v-550q0 -22 -25 -34.5t-50 -13.5l-25 -2v-100h400v100q-4 0 -11 0.5t-24 3t-30 7t-24 15t-11 24.5v550h100q25 0 37 -0.5t31 -2 t28.5 -5.5t22 -11t18 -17.5t9.5 -26.5t4 -37h50v300h-800v-300z" />
+<glyph unicode="&#xe256;" d="M800 700h-50q0 21 -4 37t-9.5 26.5t-18 17.5t-22 11t-28.5 5.5t-31 2t-37 0.5h-100v-550q0 -22 25 -34.5t50 -14.5l25 -1v-100h-400v100q4 0 11 0.5t24 3t30 7t24 15t11 24.5v550h-100q-25 0 -37 -0.5t-31 -2t-28.5 -5.5t-22 -11t-18 -17.5t-9.5 -26.5t-4 -37h-50v300 h800v-300zM1100 200h-200v-100h200v-100h-300v300h200v100h-200v100h300v-300z" />
+<glyph unicode="&#xe257;" d="M701 1098h160q16 0 21 -11t-7 -23l-464 -464l464 -464q12 -12 7 -23t-21 -11h-160q-13 0 -23 9l-471 471q-7 8 -7 18t7 18l471 471q10 9 23 9z" />
+<glyph unicode="&#xe258;" d="M339 1098h160q13 0 23 -9l471 -471q7 -8 7 -18t-7 -18l-471 -471q-10 -9 -23 -9h-160q-16 0 -21 11t7 23l464 464l-464 464q-12 12 -7 23t21 11z" />
+<glyph unicode="&#xe259;" d="M1087 882q11 -5 11 -21v-160q0 -13 -9 -23l-471 -471q-8 -7 -18 -7t-18 7l-471 471q-9 10 -9 23v160q0 16 11 21t23 -7l464 -464l464 464q12 12 23 7z" />
+<glyph unicode="&#xe260;" d="M618 993l471 -471q9 -10 9 -23v-160q0 -16 -11 -21t-23 7l-464 464l-464 -464q-12 -12 -23 -7t-11 21v160q0 13 9 23l471 471q8 7 18 7t18 -7z" />
+<glyph unicode="&#xf8ff;" d="M1000 1200q0 -124 -88 -212t-212 -88q0 124 88 212t212 88zM450 1000h100q21 0 40 -14t26 -33l79 -194q5 1 16 3q34 6 54 9.5t60 7t65.5 1t61 -10t56.5 -23t42.5 -42t29 -64t5 -92t-19.5 -121.5q-1 -7 -3 -19.5t-11 -50t-20.5 -73t-32.5 -81.5t-46.5 -83t-64 -70 t-82.5 -50q-13 -5 -42 -5t-65.5 2.5t-47.5 2.5q-14 0 -49.5 -3.5t-63 -3.5t-43.5 7q-57 25 -104.5 78.5t-75 111.5t-46.5 112t-26 90l-7 35q-15 63 -18 115t4.5 88.5t26 64t39.5 43.5t52 25.5t58.5 13t62.5 2t59.5 -4.5t55.5 -8l-147 192q-12 18 -5.5 30t27.5 12z" />
+<glyph unicode="&#x1f511;" d="M250 1200h600q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-150v-500l-255 -178q-19 -9 -32 -1t-13 29v650h-150q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM400 1100v-100h300v100h-300z" />
+<glyph unicode="&#x1f6aa;" d="M250 1200h750q39 0 69.5 -40.5t30.5 -84.5v-933l-700 -117v950l600 125h-700v-1000h-100v1025q0 23 15.5 49t34.5 26zM500 525v-100l100 20v100z" />
+</font>
+</defs></svg> 
\ No newline at end of file
diff --git a/examples/web/client/fonts/glyphicons-halflings-regular.ttf b/examples/web/client/fonts/glyphicons-halflings-regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..1413fc609ab6f21774de0cb7e01360095584f65b
Binary files /dev/null and b/examples/web/client/fonts/glyphicons-halflings-regular.ttf differ
diff --git a/examples/web/client/fonts/glyphicons-halflings-regular.woff b/examples/web/client/fonts/glyphicons-halflings-regular.woff
new file mode 100644
index 0000000000000000000000000000000000000000..9e612858f802245ddcbf59788a0db942224bab35
Binary files /dev/null and b/examples/web/client/fonts/glyphicons-halflings-regular.woff differ
diff --git a/examples/web/client/fonts/glyphicons-halflings-regular.woff2 b/examples/web/client/fonts/glyphicons-halflings-regular.woff2
new file mode 100644
index 0000000000000000000000000000000000000000..64539b54c3751a6d9adb44c8e3a45ba5a73b77f0
Binary files /dev/null and b/examples/web/client/fonts/glyphicons-halflings-regular.woff2 differ
diff --git a/examples/web/client/fonts/icon.png b/examples/web/client/fonts/icon.png
new file mode 100644
index 0000000000000000000000000000000000000000..1158acf01762bff32a93f320e694882ff80f81ca
Binary files /dev/null and b/examples/web/client/fonts/icon.png differ
diff --git a/examples/web/client/fonts/ubuntu.ttf b/examples/web/client/fonts/ubuntu.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..5598cf5d59912093001bd66143bde065f9d060e1
Binary files /dev/null and b/examples/web/client/fonts/ubuntu.ttf differ
diff --git a/examples/web/client/image/Avoidance.png b/examples/web/client/image/Avoidance.png
new file mode 100644
index 0000000000000000000000000000000000000000..3cc4bcaea7747f803b882ca23bf06bc1e709d8eb
Binary files /dev/null and b/examples/web/client/image/Avoidance.png differ
diff --git a/examples/web/client/image/arrow.png b/examples/web/client/image/arrow.png
new file mode 100644
index 0000000000000000000000000000000000000000..d33dca3c9ff4206ec84af0a79538d3afe4031b73
Binary files /dev/null and b/examples/web/client/image/arrow.png differ
diff --git a/examples/web/client/image/auto_mode_icon.png b/examples/web/client/image/auto_mode_icon.png
new file mode 100644
index 0000000000000000000000000000000000000000..dd9045e17fdc9d70ffe4d60410b6b1f6eb41e98d
Binary files /dev/null and b/examples/web/client/image/auto_mode_icon.png differ
diff --git a/examples/web/client/image/back.png b/examples/web/client/image/back.png
new file mode 100644
index 0000000000000000000000000000000000000000..270c25d76a0c223c9934cec660599cda54db32bb
Binary files /dev/null and b/examples/web/client/image/back.png differ
diff --git a/examples/web/client/image/chioceWheel.png b/examples/web/client/image/chioceWheel.png
new file mode 100644
index 0000000000000000000000000000000000000000..cb974c248c75cf5e12d6c6cd3569a76012aafea6
Binary files /dev/null and b/examples/web/client/image/chioceWheel.png differ
diff --git a/examples/web/client/image/danger.png b/examples/web/client/image/danger.png
new file mode 100644
index 0000000000000000000000000000000000000000..cc91512516bdbb9b985ea820f02dd3521cb99170
Binary files /dev/null and b/examples/web/client/image/danger.png differ
diff --git a/examples/web/client/image/follow_icon.png b/examples/web/client/image/follow_icon.png
new file mode 100644
index 0000000000000000000000000000000000000000..c87d0ff4bad49a8db14e0bda6819c36f2db3f397
Binary files /dev/null and b/examples/web/client/image/follow_icon.png differ
diff --git a/examples/web/client/image/index_background.jpg b/examples/web/client/image/index_background.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..dc201cd02d9ff3a943c0754e42e11153b8a49a5d
Binary files /dev/null and b/examples/web/client/image/index_background.jpg differ
diff --git a/examples/web/client/image/index_logo.png b/examples/web/client/image/index_logo.png
new file mode 100644
index 0000000000000000000000000000000000000000..992ef9ebd0869acf42879a915441a9bb452b7a77
Binary files /dev/null and b/examples/web/client/image/index_logo.png differ
diff --git a/examples/web/client/image/inspection_icon.png b/examples/web/client/image/inspection_icon.png
new file mode 100644
index 0000000000000000000000000000000000000000..d21eb46a7dcd6febdfd0abd8f25c329e39ee4ac2
Binary files /dev/null and b/examples/web/client/image/inspection_icon.png differ
diff --git a/examples/web/client/image/line_of_inspection.png b/examples/web/client/image/line_of_inspection.png
new file mode 100644
index 0000000000000000000000000000000000000000..6784e520b60125b7cd47998cf0190b24c54e7725
Binary files /dev/null and b/examples/web/client/image/line_of_inspection.png differ
diff --git a/examples/web/client/image/manual_ultrasonic.png b/examples/web/client/image/manual_ultrasonic.png
new file mode 100644
index 0000000000000000000000000000000000000000..f4bc9fad6a9792708f06870a1bfc0d7c29e67ad1
Binary files /dev/null and b/examples/web/client/image/manual_ultrasonic.png differ
diff --git a/examples/web/client/image/setting_grayscale.png b/examples/web/client/image/setting_grayscale.png
new file mode 100644
index 0000000000000000000000000000000000000000..1f77be77a5a63657f3ab7db454358a68d23fe535
Binary files /dev/null and b/examples/web/client/image/setting_grayscale.png differ
diff --git a/examples/web/client/image/setting_icon.png b/examples/web/client/image/setting_icon.png
new file mode 100644
index 0000000000000000000000000000000000000000..2f33d8b08b1064ef5cdacbf2135cb53bae6f9dc1
Binary files /dev/null and b/examples/web/client/image/setting_icon.png differ
diff --git a/examples/web/client/image/setting_ultrasonic.png b/examples/web/client/image/setting_ultrasonic.png
new file mode 100644
index 0000000000000000000000000000000000000000..5bd67e00b6825bd8ee0cc6cb663fee3260aa020d
Binary files /dev/null and b/examples/web/client/image/setting_ultrasonic.png differ
diff --git a/examples/web/client/image/setting_wheel.png b/examples/web/client/image/setting_wheel.png
new file mode 100644
index 0000000000000000000000000000000000000000..0ceec5e3caf4a1fd542e320ab4970728750c14fa
Binary files /dev/null and b/examples/web/client/image/setting_wheel.png differ
diff --git a/examples/web/client/image/ultrasonic_setting.png b/examples/web/client/image/ultrasonic_setting.png
new file mode 100644
index 0000000000000000000000000000000000000000..45b47672b85f97257db5c644c2b12df929257f52
Binary files /dev/null and b/examples/web/client/image/ultrasonic_setting.png differ
diff --git a/examples/web/client/image/wheel_setting.png b/examples/web/client/image/wheel_setting.png
new file mode 100644
index 0000000000000000000000000000000000000000..8def4296e99fd494bd2040dc6808191bfa97a6ef
Binary files /dev/null and b/examples/web/client/image/wheel_setting.png differ
diff --git a/examples/web/client/index.html b/examples/web/client/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..0195d27915f6482e4009c11ce9dc0a962dff854d
--- /dev/null
+++ b/examples/web/client/index.html
@@ -0,0 +1,300 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <meta name="apple-moblie-web-app-capable" content="yes" />
+    <meta http-equiv="X-UA-Compatible" content="ie=edge">
+    <meta name="google" value="notranslate">
+    <meta name="viewport" content="user-scalable=no,minimal-ui">
+    <meta name="apple-touch-fullscreen" content="yes" />
+    <title>fourwheel-car</title>
+    <script src="./js/rem.js"></script>
+    <link rel="stylesheet" href="./css/reset.css">
+    <link rel="stylesheet" href="./css/index.css">
+    <link rel="stylesheet" href="./css/header.css">
+    <link rel="stylesheet" href="./css/manual.css">
+    <link rel="stylesheet" href="./css/automatic.css">
+    <link rel="stylesheet" href="./css/setting.css">
+    <script src="./js/jquery.min.js"></script>
+    <script src="./js/src/requireSocket.js"></script>
+    <script src="./js/src/responseSocket.js"></script>
+    <script src="./js/rangeSlider.js"></script>
+    <script src="./js/src/setting.js"></script>
+    <script src="./js/src/automatic.js"></script>
+    <script src="./js/src/manual.js"></script>
+    <script src="./js/src/home.js"></script>
+    <script src="./js/src/main.js"></script>
+</head>
+<style>
+
+</style>
+<body>
+    <div id="header" class="dis_none">
+        <div class="back" onclick="Main.back()">
+            <img class="back_img" src="./image/back.png" >
+        </div>
+        <div class="header_title">
+            <span>Setting</span>
+        </div>
+        <div class="menu dis_none">
+            <ul class="menu_list"> 
+                <li class="menu_item menu_item_aviod">
+                    <img class="menu_item_img" src="./image/Avoidance.png" alt="">
+                    <p>Avoid</p>
+                </li>
+                <li class="menu_item menu_item_follow">
+                    <img class="menu_item_img" src="./image/follow_icon.png" alt="">
+                    <p>Follow</p>
+                </li>
+                <li class="menu_item menu_item_cliff">
+                    <img class="menu_item_img" src="./image/danger.png" alt="">
+                    <p>Cliff</p>
+                </li>
+                <li class="menu_item menu_item_path">
+                    <img class="menu_item_img" src="./image/inspection_icon.png" alt="">
+                    <p>Path</p>
+                </li>
+                <li class="menu_item menu_item_auto">
+                    <img class="menu_item_img" src="./image/auto_mode_icon.png" alt="">
+                    <p>Auto</p>
+                </li>
+                <li class="menu_item menu_item_setting">
+                    <img class="menu_item_img" src="./image/setting_icon.png" alt="">
+                    <p>Settings</p>
+                </li>
+            </ul>
+        </div>
+    </div>
+    <div class="mainContent">
+        <div id="homeContent" class="dis_none">
+            <div class="index_logo">
+                <img src="./image/index_logo.png">
+            </div>
+            <div class="index_option">
+                <button class="manual_mode_btn" onclick="Main.renderPage('manual');">start</button>
+            </div>
+        </div>
+        <div id="manualContent" class="dis_none">
+            <div class="manual_left">
+                <div class="speedometer">
+                    <ul class="scale_list">
+                        <li class="scale_item"></li>
+                        <li class="scale_item"></li>
+                        <li class="scale_item"></li>
+                        <li class="scale_item"></li>
+                        <li class="scale_item"></li>
+                        <li class="scale_item"></li>
+                        <li class="scale_item"></li>
+                        <li class="scale_item"></li>
+                        <li class="scale_item"></li>
+                        <li class="scale_item"></li>
+                        <li class="scale_item"></li>
+                        <li class="scale_item"></li>
+                        <li class="scale_item"></li>
+                        <li class="scale_item"></li>
+                        <li class="scale_item"></li>
+                        <li class="scale_item"></li>
+                        <li class="scale_item"></li>
+                        <li class="scale_item"></li>
+                        <li class="scale_item"></li>
+                        <li class="scale_item"></li>
+                        <li class="scale_item"></li>
+                    </ul>
+                    <div class="speedValue">
+                        <span class="text">7</span>
+                        <span class="unit">m/s</span>
+                    </div>
+                </div>
+                <div class="up_down_arrowKey">
+                    <div class="up_arrowKey_div">
+                        <img class="up_arrowKey" src="./image/arrow.png" alt="">
+                    </div>
+                    <div class="down_arrowKey_div">
+                        <img class="down_arrowKey" src="./image/arrow.png" alt="">
+                    </div>
+                    
+                </div>
+            </div>
+            <div class="manual_center">
+                <div class="ultrasonic">
+                    <div class="ultrasonic_img_block">
+                        <div class="ultrasonic_dot_block">
+                        </div>
+                        <img src="./image/manual_ultrasonic.png" alt="">
+                    </div>
+                </div>
+                <div class="line_of_inspection">
+                    <div class="line_of_inspection_item"><div class="line_of_inspection_item_danger"></div></div>
+                    <div class="line_of_inspection_item"><div class="line_of_inspection_item_danger"></div></div>
+                    <div class="line_of_inspection_item"><div class="line_of_inspection_item_danger"></div></div>
+                </div>
+            </div>
+            <div class="manual_right">
+                <div class="power">
+                    <div class="circle-bar">
+                        <div class="circle-bar-left"></div>
+                        <div class="circle-bar-right"></div>
+                        <!-- 遮罩层,显示百分比 -->
+                        <div class="mask">
+                            <span class="percent">60%</span>
+                        </div>
+                    </div>
+                </div>
+                <div class="power_slider">
+                    <input id="power_slider_input" type="range" value="0">
+                </div>
+                <div class="left_right_arrowKey">
+                    <div class="left_arrowKey_div">
+                        <img class="left_arrowKey" src="./image/arrow.png" alt="">
+                    </div>
+                    <div class="right_arrowKey_div">
+                        <img class="right_arrowKey" src="./image/arrow.png" alt="">
+                    </div>
+                    
+                </div>
+            </div>
+        </div>
+        <div id="automaticContent" class="dis_none">
+            <div class="automatic_left">
+                <div class="automatic_ultrasonic">
+                    <div class="automatic_ultrasonic_img_block">
+                        <img src="./image/manual_ultrasonic.png" alt="">
+                    </div>
+                </div>
+                <div class="automatic_line_of_inspection">
+
+                </div>
+            </div>
+            <div class="automatic_right">
+                <div class="automatic_speedometer">
+                    <ul class="automatic_scale_list">
+                        <li class="automatic_scale_item"></li>
+                        <li class="automatic_scale_item"></li>
+                        <li class="automatic_scale_item"></li>
+                        <li class="automatic_scale_item"></li>
+                        <li class="automatic_scale_item"></li>
+                        <li class="automatic_scale_item"></li>
+                        <li class="automatic_scale_item"></li>
+                        <li class="automatic_scale_item"></li>
+                        <li class="automatic_scale_item"></li>
+                        <li class="automatic_scale_item"></li>
+                        <li class="automatic_scale_item"></li>
+                        <li class="automatic_scale_item"></li>
+                        <li class="automatic_scale_item"></li>
+                        <li class="automatic_scale_item"></li>
+                        <li class="automatic_scale_item"></li>
+                        <li class="automatic_scale_item"></li>
+                        <li class="automatic_scale_item"></li>
+                        <li class="automatic_scale_item"></li>
+                        <li class="automatic_scale_item"></li>
+                        <li class="automatic_scale_item"></li>
+                        <li class="automatic_scale_item"></li>
+                    </ul>
+                    <div class="automatic_speedValue">
+                        <span class="automatic_text">7</span>
+                        <span class="automatic_unit">m/s</span>
+                    </div>
+                </div>
+                <div class="automatic_power_block">
+                    <div class="automatic_power">
+
+                    </div>
+                    <div class="automatic_power_slider">
+                        <input type="range" value="0">
+                    </div>
+                </div>
+            </div>
+        </div>
+        <div id="settingContent" class="dis_none">
+            <div class="setting_tab">
+                <ul class="tab_list">
+                    <li class="tab_item"><img class="tab_item_img" src="./image/setting_ultrasonic.png" alt=""><span class="tab_item_text">Ultrasonic</span></li>
+                    <li class="tab_item"><img class="tab_item_img" src="./image/setting_wheel.png" alt=""><span class="tab_item_text">Wheels</span></li>
+                    <li class="tab_item"><img class="tab_item_img" src="./image/setting_grayscale.png" alt=""><span class="tab_item_text">Grayscale</span></li>
+                </ul>
+            </div>
+            <div class="setting_left">
+                <div class="setting_ultrasonic setting_block">
+                    <div class="setting_ultrasonic_img_block">
+                        <img src="./image/ultrasonic_setting.png" alt="">
+                    </div>
+                    <div class="setting_ultrasonic_slider">
+                        <input type="range" name="" id="setting_ultrasonic_slider_range" value="-90">
+                    </div>
+                </div>
+                <div class="setting_wheel setting_block">
+                    <div class="wheel_setting_left">
+                        <div class="wheel_setting_left_img_block">
+                            <img src="./image/wheel_setting.png" alt="">
+                            <div class="right_front_wheel wheel" data-name="Right front wheel"></div>
+                            <div class="left_front_wheel wheel" data-name="Left front wheel"></div>
+                            <div class="right_behind_wheel wheel" data-name="Right behind wheel"></div>
+                            <div class="left_behind_wheel wheel" data-name="Left behind wheel"></div>
+                        </div>
+                    </div>
+                    <div class="wheel_setting_right">
+                        <div class="wheel_name">
+                            <span>Right front wheel</span>
+                        </div>
+                        <div class="wheel_setting_speed">
+                            <div class="wheel_speed_text">
+                                <p class="wheel_speed_title">SPEED</p>
+                                <div class="wheel_speed_value"><span>5</span><span>m/s</span></div>
+                            </div>
+                            <div class="wheel_speed_power">
+                                <p class="wheel_speed_power_title">POWER</p>
+                                <p class="wheel_speed_power_value">50%</p>
+                                <div class="wheel_speed_power_slider">
+                                    <input type="range" id="wheel_speed_power_slider_input" value="0">
+                                </div>
+                            </div>
+                        </div>
+                        <div class="wheel_arrow">
+                            <div class="wheel_arrow_key wheel_arrow_key_up">
+                                <div class="wheel_arrow_key_up_div">
+                                    <img src="./image/arrow.png" alt="">
+                                </div>
+                            </div>
+                            <div class="wheel_arrow_key wheel_arrow_key_down">
+                                <div class="wheel_arrow_key_down_div">
+                                    <img src="./image/arrow.png" alt="">
+                                </div>
+                            </div>
+                        </div>
+                    </div>
+                </div>
+                <div class="setting_grayscale setting_block">
+                    <div class="reference_input_block">
+                        <div class="reference_input linereference">
+                            <span>Line Reference:</span><input type="text" value="1000">
+                        </div>
+                        <div class="reference_input cliffreference">
+                            <span>Cliff Reference:</span><input type="text" value="0">
+                        </div>
+                    </div>
+                    <div class="grayscale_setting">
+                        <div class="grayscale_setting_item"><div class="grayscale_setting_item_danger"></div></div>
+                        <div class="grayscale_setting_item"><div class="grayscale_setting_item_danger"></div></div>
+                        <div class="grayscale_setting_item"><div class="grayscale_setting_item_danger"></div></div>
+                    </div>
+                    <div class="grayscale_setting_item_text">
+                        <span class="grayscale_setting_item_text_item">Grayscale value:4000</span>
+                        <span class="grayscale_setting_item_text_item">Grayscale value:4000</span>
+                        <span class="grayscale_setting_item_text_item">Grayscale value:4000</span>
+                    </div>
+                </div>
+            </div>
+        </div>
+        <div id="connectModal_block">
+            <div class="connectModal">
+                <div class="connectModal_header">
+                    <span class="connectModal_header_title">WARNING</span>
+                </div>
+                <div class="connectModal_content">
+                    
+                </div>
+            </div>
+        </div>
+    </div>
+</body>
+</html>
diff --git a/examples/web/client/js/hammer.js b/examples/web/client/js/hammer.js
new file mode 100644
index 0000000000000000000000000000000000000000..c6b851351df9616675e58d3fb9613a4655fada70
--- /dev/null
+++ b/examples/web/client/js/hammer.js
@@ -0,0 +1,3240 @@
+/*! Hammer.JS - v2.0.8 - 2016-09-30
+ * http://hammerjs.github.io/
+ *
+ * Copyright (c)  Jorik Tangelder;
+ * Licensed under the MIT license */
+(function(window, document, exportName, undefined) { 
+'use strict';
+/**
+ * @private
+ * use the val2 when val1 is undefined
+ * @param {*} val1
+ * @param {*} val2
+ * @returns {*}
+ */
+function ifUndefined(val1, val2) {
+  return val1 === undefined ? val2 : val1;
+}
+
+var VENDOR_PREFIXES = ['', 'webkit', 'Moz', 'MS', 'ms', 'o'];
+var TEST_ELEMENT = document.createElement('div');
+
+var TYPE_FUNCTION = 'function';
+
+var round = Math.round;
+var abs = Math.abs;
+var now = Date.now;
+
+/**
+ * @private
+ * get the prefixed property
+ * @param {Object} obj
+ * @param {String} property
+ * @returns {String|Undefined} prefixed
+ */
+function prefixed(obj, property) {
+  var prefix = void 0;
+  var prop = void 0;
+  var camelProp = property[0].toUpperCase() + property.slice(1);
+
+  var i = 0;
+  while (i < VENDOR_PREFIXES.length) {
+    prefix = VENDOR_PREFIXES[i];
+    prop = prefix ? prefix + camelProp : property;
+
+    if (prop in obj) {
+      return prop;
+    }
+    i++;
+  }
+  return undefined;
+}
+
+function getTouchActionProps() {
+  if (!NATIVE_TOUCH_ACTION) {
+    return false;
+  }
+  var touchMap = {};
+  var cssSupports = window.CSS && window.CSS.supports;
+  ['auto', 'manipulation', 'pan-y', 'pan-x', 'pan-x pan-y', 'none'].forEach(function (val) {
+
+    // If css.supports is not supported but there is native touch-action assume it supports
+    // all values. This is the case for IE 10 and 11.
+    return touchMap[val] = cssSupports ? window.CSS.supports('touch-action', val) : true;
+  });
+  return touchMap;
+}
+
+var PREFIXED_TOUCH_ACTION = prefixed(TEST_ELEMENT.style, 'touchAction');
+var NATIVE_TOUCH_ACTION = PREFIXED_TOUCH_ACTION !== undefined;
+
+// magical touchAction value
+var TOUCH_ACTION_COMPUTE = 'compute';
+var TOUCH_ACTION_AUTO = 'auto';
+var TOUCH_ACTION_MANIPULATION = 'manipulation'; // not implemented
+var TOUCH_ACTION_NONE = 'none';
+var TOUCH_ACTION_PAN_X = 'pan-x';
+var TOUCH_ACTION_PAN_Y = 'pan-y';
+var TOUCH_ACTION_MAP = getTouchActionProps();
+
+var MOBILE_REGEX = /mobile|tablet|ip(ad|hone|od)|android/i;
+
+var SUPPORT_TOUCH = 'ontouchstart' in window;
+var SUPPORT_POINTER_EVENTS = prefixed(window, 'PointerEvent') !== undefined;
+var SUPPORT_ONLY_TOUCH = SUPPORT_TOUCH && MOBILE_REGEX.test(navigator.userAgent);
+
+var INPUT_TYPE_TOUCH = 'touch';
+var INPUT_TYPE_PEN = 'pen';
+var INPUT_TYPE_MOUSE = 'mouse';
+var INPUT_TYPE_KINECT = 'kinect';
+
+var COMPUTE_INTERVAL = 25;
+
+var INPUT_START = 1;
+var INPUT_MOVE = 2;
+var INPUT_END = 4;
+var INPUT_CANCEL = 8;
+
+var DIRECTION_NONE = 1;
+var DIRECTION_LEFT = 2;
+var DIRECTION_RIGHT = 4;
+var DIRECTION_UP = 8;
+var DIRECTION_DOWN = 16;
+
+var DIRECTION_HORIZONTAL = DIRECTION_LEFT | DIRECTION_RIGHT;
+var DIRECTION_VERTICAL = DIRECTION_UP | DIRECTION_DOWN;
+var DIRECTION_ALL = DIRECTION_HORIZONTAL | DIRECTION_VERTICAL;
+
+var PROPS_XY = ['x', 'y'];
+var PROPS_CLIENT_XY = ['clientX', 'clientY'];
+
+var STATE_POSSIBLE = 1;
+var STATE_BEGAN = 2;
+var STATE_CHANGED = 4;
+var STATE_ENDED = 8;
+var STATE_RECOGNIZED = STATE_ENDED;
+var STATE_CANCELLED = 16;
+var STATE_FAILED = 32;
+
+/**
+ * @private
+ * extend object.
+ * means that properties in dest will be overwritten by the ones in src.
+ * @param {Object} target
+ * @param {...Object} objects_to_assign
+ * @returns {Object} target
+ */
+var assign = void 0;
+if (typeof Object.assign !== 'function') {
+  assign = function assign(target) {
+    if (target === undefined || target === null) {
+      throw new TypeError('Cannot convert undefined or null to object');
+    }
+
+    var output = Object(target);
+    for (var index = 1; index < arguments.length; index++) {
+      var source = arguments[index];
+      if (source !== undefined && source !== null) {
+        for (var nextKey in source) {
+          if (source.hasOwnProperty(nextKey)) {
+            output[nextKey] = source[nextKey];
+          }
+        }
+      }
+    }
+    return output;
+  };
+} else {
+  assign = Object.assign;
+}
+
+var assign$1 = assign;
+
+/**
+ * @private
+ * get a unique id
+ * @returns {number} uniqueId
+ */
+var _uniqueId = 1;
+function uniqueId() {
+  return _uniqueId++;
+}
+
+/**
+ * @private
+ * walk objects and arrays
+ * @param {Object} obj
+ * @param {Function} iterator
+ * @param {Object} context
+ */
+function each(obj, iterator, context) {
+  var i = void 0;
+
+  if (!obj) {
+    return;
+  }
+
+  if (obj.forEach) {
+    obj.forEach(iterator, context);
+  } else if (obj.length !== undefined) {
+    i = 0;
+    while (i < obj.length) {
+      iterator.call(context, obj[i], i, obj);
+      i++;
+    }
+  } else {
+    for (i in obj) {
+      obj.hasOwnProperty(i) && iterator.call(context, obj[i], i, obj);
+    }
+  }
+}
+
+/**
+ * @private
+ * if the argument is an array, we want to execute the fn on each entry
+ * if it aint an array we don't want to do a thing.
+ * this is used by all the methods that accept a single and array argument.
+ * @param {*|Array} arg
+ * @param {String} fn
+ * @param {Object} [context]
+ * @returns {Boolean}
+ */
+function invokeArrayArg(arg, fn, context) {
+  if (Array.isArray(arg)) {
+    each(arg, context[fn], context);
+    return true;
+  }
+  return false;
+}
+
+/**
+ * @private
+ * find if a array contains the object using indexOf or a simple polyFill
+ * @param {Array} src
+ * @param {String} find
+ * @param {String} [findByKey]
+ * @return {number} -1 when not found, or the index
+ */
+function inArray(src, find, findByKey) {
+  if (src.indexOf && !findByKey) {
+    return src.indexOf(find);
+  } else {
+    var i = 0;
+    while (i < src.length) {
+      if (findByKey && src[i][findByKey] == find || !findByKey && src[i] === find) {
+        // do not use === here, test fails
+        return i;
+      }
+      i++;
+    }
+    return -1;
+  }
+}
+
+var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) {
+  return typeof obj;
+} : function (obj) {
+  return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
+};
+
+var asyncGenerator = function () {
+  function AwaitValue(value) {
+    this.value = value;
+  }
+
+  function AsyncGenerator(gen) {
+    var front, back;
+
+    function send(key, arg) {
+      return new Promise(function (resolve, reject) {
+        var request = {
+          key: key,
+          arg: arg,
+          resolve: resolve,
+          reject: reject,
+          next: null
+        };
+
+        if (back) {
+          back = back.next = request;
+        } else {
+          front = back = request;
+          resume(key, arg);
+        }
+      });
+    }
+
+    function resume(key, arg) {
+      try {
+        var result = gen[key](arg);
+        var value = result.value;
+
+        if (value instanceof AwaitValue) {
+          Promise.resolve(value.value).then(function (arg) {
+            resume("next", arg);
+          }, function (arg) {
+            resume("throw", arg);
+          });
+        } else {
+          settle(result.done ? "return" : "normal", result.value);
+        }
+      } catch (err) {
+        settle("throw", err);
+      }
+    }
+
+    function settle(type, value) {
+      switch (type) {
+        case "return":
+          front.resolve({
+            value: value,
+            done: true
+          });
+          break;
+
+        case "throw":
+          front.reject(value);
+          break;
+
+        default:
+          front.resolve({
+            value: value,
+            done: false
+          });
+          break;
+      }
+
+      front = front.next;
+
+      if (front) {
+        resume(front.key, front.arg);
+      } else {
+        back = null;
+      }
+    }
+
+    this._invoke = send;
+
+    if (typeof gen.return !== "function") {
+      this.return = undefined;
+    }
+  }
+
+  if (typeof Symbol === "function" && Symbol.asyncIterator) {
+    AsyncGenerator.prototype[Symbol.asyncIterator] = function () {
+      return this;
+    };
+  }
+
+  AsyncGenerator.prototype.next = function (arg) {
+    return this._invoke("next", arg);
+  };
+
+  AsyncGenerator.prototype.throw = function (arg) {
+    return this._invoke("throw", arg);
+  };
+
+  AsyncGenerator.prototype.return = function (arg) {
+    return this._invoke("return", arg);
+  };
+
+  return {
+    wrap: function (fn) {
+      return function () {
+        return new AsyncGenerator(fn.apply(this, arguments));
+      };
+    },
+    await: function (value) {
+      return new AwaitValue(value);
+    }
+  };
+}();
+
+var classCallCheck = function (instance, Constructor) {
+  if (!(instance instanceof Constructor)) {
+    throw new TypeError("Cannot call a class as a function");
+  }
+};
+
+var createClass = function () {
+  function defineProperties(target, props) {
+    for (var i = 0; i < props.length; i++) {
+      var descriptor = props[i];
+      descriptor.enumerable = descriptor.enumerable || false;
+      descriptor.configurable = true;
+      if ("value" in descriptor) descriptor.writable = true;
+      Object.defineProperty(target, descriptor.key, descriptor);
+    }
+  }
+
+  return function (Constructor, protoProps, staticProps) {
+    if (protoProps) defineProperties(Constructor.prototype, protoProps);
+    if (staticProps) defineProperties(Constructor, staticProps);
+    return Constructor;
+  };
+}();
+
+var get = function get(object, property, receiver) {
+  if (object === null) object = Function.prototype;
+  var desc = Object.getOwnPropertyDescriptor(object, property);
+
+  if (desc === undefined) {
+    var parent = Object.getPrototypeOf(object);
+
+    if (parent === null) {
+      return undefined;
+    } else {
+      return get(parent, property, receiver);
+    }
+  } else if ("value" in desc) {
+    return desc.value;
+  } else {
+    var getter = desc.get;
+
+    if (getter === undefined) {
+      return undefined;
+    }
+
+    return getter.call(receiver);
+  }
+};
+
+var inherits = function (subClass, superClass) {
+  if (typeof superClass !== "function" && superClass !== null) {
+    throw new TypeError("Super expression must either be null or a function, not " + typeof superClass);
+  }
+
+  subClass.prototype = Object.create(superClass && superClass.prototype, {
+    constructor: {
+      value: subClass,
+      enumerable: false,
+      writable: true,
+      configurable: true
+    }
+  });
+  if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass;
+};
+
+var possibleConstructorReturn = function (self, call) {
+  if (!self) {
+    throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
+  }
+
+  return call && (typeof call === "object" || typeof call === "function") ? call : self;
+};
+
+var slicedToArray = function () {
+  function sliceIterator(arr, i) {
+    var _arr = [];
+    var _n = true;
+    var _d = false;
+    var _e = undefined;
+
+    try {
+      for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) {
+        _arr.push(_s.value);
+
+        if (i && _arr.length === i) break;
+      }
+    } catch (err) {
+      _d = true;
+      _e = err;
+    } finally {
+      try {
+        if (!_n && _i["return"]) _i["return"]();
+      } finally {
+        if (_d) throw _e;
+      }
+    }
+
+    return _arr;
+  }
+
+  return function (arr, i) {
+    if (Array.isArray(arr)) {
+      return arr;
+    } else if (Symbol.iterator in Object(arr)) {
+      return sliceIterator(arr, i);
+    } else {
+      throw new TypeError("Invalid attempt to destructure non-iterable instance");
+    }
+  };
+}();
+
+/**
+ * @private
+ * let a boolean value also be a function that must return a boolean
+ * this first item in args will be used as the context
+ * @param {Boolean|Function} val
+ * @param {Array} [args]
+ * @returns {Boolean}
+ */
+function boolOrFn(val, args) {
+  if ((typeof val === 'undefined' ? 'undefined' : _typeof(val)) === TYPE_FUNCTION) {
+    return val.apply(args ? args[0] || undefined : undefined, args);
+  }
+  return val;
+}
+
+/**
+ * @private
+ * get a recognizer by name if it is bound to a manager
+ * @param {Recognizer|String} otherRecognizer
+ * @param {Recognizer} recognizer
+ * @returns {Recognizer}
+ */
+function getRecognizerByNameIfManager(otherRecognizer, recognizer) {
+  var manager = recognizer.manager;
+
+  if (manager) {
+    return manager.get(otherRecognizer);
+  }
+  return otherRecognizer;
+}
+
+/**
+ * @private
+ * get a usable string, used as event postfix
+ * @param {constant} state
+ * @returns {String} state
+ */
+function stateStr(state) {
+  if (state & STATE_CANCELLED) {
+    return 'cancel';
+  } else if (state & STATE_ENDED) {
+    return 'end';
+  } else if (state & STATE_CHANGED) {
+    return 'move';
+  } else if (state & STATE_BEGAN) {
+    return 'start';
+  }
+  return '';
+}
+
+/**
+ * @private
+ * Recognizer flow explained; *
+ * All recognizers have the initial state of POSSIBLE when a input session starts.
+ * The definition of a input session is from the first input until the last input, with all it's movement in it. *
+ * Example session for mouse-input: mousedown -> mousemove -> mouseup
+ *
+ * On each recognizing cycle (see Manager.recognize) the .recognize() method is executed
+ * which determines with state it should be.
+ *
+ * If the recognizer has the state FAILED, CANCELLED or RECOGNIZED (equals ENDED), it is reset to
+ * POSSIBLE to give it another change on the next cycle.
+ *
+ *               Possible
+ *                  |
+ *            +-----+---------------+
+ *            |                     |
+ *      +-----+-----+               |
+ *      |           |               |
+ *   Failed      Cancelled          |
+ *                          +-------+------+
+ *                          |              |
+ *                      Recognized       Began
+ *                                         |
+ *                                      Changed
+ *                                         |
+ *                                  Ended/Recognized
+ */
+
+/**
+ * @private
+ * Recognizer
+ * Every recognizer needs to extend from this class.
+ * @constructor
+ * @param {Object} options
+ */
+
+var Recognizer = function () {
+  function Recognizer(options) {
+    classCallCheck(this, Recognizer);
+
+    this.options = assign$1({}, this.defaults, options || {});
+
+    this.id = uniqueId();
+
+    this.manager = null;
+
+    // default is enable true
+    this.options.enable = ifUndefined(this.options.enable, true);
+
+    this.state = STATE_POSSIBLE;
+    this.simultaneous = {};
+    this.requireFail = [];
+  }
+
+  /**
+   * @private
+   * set options
+   * @param {Object} options
+   * @return {Recognizer}
+   */
+
+
+  createClass(Recognizer, [{
+    key: 'set',
+    value: function set(options) {
+      assign$1(this.options, options);
+
+      // also update the touchAction, in case something changed about the directions/enabled state
+      this.manager && this.manager.touchAction.update();
+      return this;
+    }
+
+    /**
+     * @private
+     * recognize simultaneous with an other recognizer.
+     * @param {Recognizer} otherRecognizer
+     * @returns {Recognizer} this
+     */
+
+  }, {
+    key: 'recognizeWith',
+    value: function recognizeWith(otherRecognizer) {
+      if (invokeArrayArg(otherRecognizer, 'recognizeWith', this)) {
+        return this;
+      }
+
+      var simultaneous = this.simultaneous;
+
+      otherRecognizer = getRecognizerByNameIfManager(otherRecognizer, this);
+      if (!simultaneous[otherRecognizer.id]) {
+        simultaneous[otherRecognizer.id] = otherRecognizer;
+        otherRecognizer.recognizeWith(this);
+      }
+      return this;
+    }
+
+    /**
+     * @private
+     * drop the simultaneous link. it doesnt remove the link on the other recognizer.
+     * @param {Recognizer} otherRecognizer
+     * @returns {Recognizer} this
+     */
+
+  }, {
+    key: 'dropRecognizeWith',
+    value: function dropRecognizeWith(otherRecognizer) {
+      if (invokeArrayArg(otherRecognizer, 'dropRecognizeWith', this)) {
+        return this;
+      }
+
+      otherRecognizer = getRecognizerByNameIfManager(otherRecognizer, this);
+      delete this.simultaneous[otherRecognizer.id];
+      return this;
+    }
+
+    /**
+     * @private
+     * recognizer can only run when an other is failing
+     * @param {Recognizer} otherRecognizer
+     * @returns {Recognizer} this
+     */
+
+  }, {
+    key: 'requireFailure',
+    value: function requireFailure(otherRecognizer) {
+      if (invokeArrayArg(otherRecognizer, 'requireFailure', this)) {
+        return this;
+      }
+
+      var requireFail = this.requireFail;
+
+      otherRecognizer = getRecognizerByNameIfManager(otherRecognizer, this);
+      if (inArray(requireFail, otherRecognizer) === -1) {
+        requireFail.push(otherRecognizer);
+        otherRecognizer.requireFailure(this);
+      }
+      return this;
+    }
+
+    /**
+     * @private
+     * drop the requireFailure link. it does not remove the link on the other recognizer.
+     * @param {Recognizer} otherRecognizer
+     * @returns {Recognizer} this
+     */
+
+  }, {
+    key: 'dropRequireFailure',
+    value: function dropRequireFailure(otherRecognizer) {
+      if (invokeArrayArg(otherRecognizer, 'dropRequireFailure', this)) {
+        return this;
+      }
+
+      otherRecognizer = getRecognizerByNameIfManager(otherRecognizer, this);
+      var index = inArray(this.requireFail, otherRecognizer);
+      if (index > -1) {
+        this.requireFail.splice(index, 1);
+      }
+      return this;
+    }
+
+    /**
+     * @private
+     * has require failures boolean
+     * @returns {boolean}
+     */
+
+  }, {
+    key: 'hasRequireFailures',
+    value: function hasRequireFailures() {
+      return this.requireFail.length > 0;
+    }
+
+    /**
+     * @private
+     * if the recognizer can recognize simultaneous with an other recognizer
+     * @param {Recognizer} otherRecognizer
+     * @returns {Boolean}
+     */
+
+  }, {
+    key: 'canRecognizeWith',
+    value: function canRecognizeWith(otherRecognizer) {
+      return !!this.simultaneous[otherRecognizer.id];
+    }
+
+    /**
+     * @private
+     * You should use `tryEmit` instead of `emit` directly to check
+     * that all the needed recognizers has failed before emitting.
+     * @param {Object} input
+     */
+
+  }, {
+    key: 'emit',
+    value: function emit(input) {
+      var self = this;
+      var state = this.state;
+
+
+      function emit(event) {
+        self.manager.emit(event, input);
+      }
+
+      // 'panstart' and 'panmove'
+      if (state < STATE_ENDED) {
+        emit(self.options.event + stateStr(state));
+      }
+
+      emit(self.options.event); // simple 'eventName' events
+
+      if (input.additionalEvent) {
+        // additional event(panleft, panright, pinchin, pinchout...)
+        emit(input.additionalEvent);
+      }
+
+      // panend and pancancel
+      if (state >= STATE_ENDED) {
+        emit(self.options.event + stateStr(state));
+      }
+    }
+
+    /**
+     * @private
+     * Check that all the require failure recognizers has failed,
+     * if true, it emits a gesture event,
+     * otherwise, setup the state to FAILED.
+     * @param {Object} input
+     */
+
+  }, {
+    key: 'tryEmit',
+    value: function tryEmit(input) {
+      if (this.canEmit()) {
+        return this.emit(input);
+      }
+      // it's failing anyway
+      this.state = STATE_FAILED;
+    }
+
+    /**
+     * @private
+     * can we emit?
+     * @returns {boolean}
+     */
+
+  }, {
+    key: 'canEmit',
+    value: function canEmit() {
+      var i = 0;
+      while (i < this.requireFail.length) {
+        if (!(this.requireFail[i].state & (STATE_FAILED | STATE_POSSIBLE))) {
+          return false;
+        }
+        i++;
+      }
+      return true;
+    }
+
+    /**
+     * @private
+     * update the recognizer
+     * @param {Object} inputData
+     */
+
+  }, {
+    key: 'recognize',
+    value: function recognize(inputData) {
+      // make a new copy of the inputData
+      // so we can change the inputData without messing up the other recognizers
+      var inputDataClone = assign$1({}, inputData);
+
+      // is is enabled and allow recognizing?
+      if (!boolOrFn(this.options.enable, [this, inputDataClone])) {
+        this.reset();
+        this.state = STATE_FAILED;
+        return;
+      }
+
+      // reset when we've reached the end
+      if (this.state & (STATE_RECOGNIZED | STATE_CANCELLED | STATE_FAILED)) {
+        this.state = STATE_POSSIBLE;
+      }
+
+      this.state = this.process(inputDataClone);
+
+      // the recognizer has recognized a gesture
+      // so trigger an event
+      if (this.state & (STATE_BEGAN | STATE_CHANGED | STATE_ENDED | STATE_CANCELLED)) {
+        this.tryEmit(inputDataClone);
+      }
+    }
+
+    /**
+     * @private
+     * return the state of the recognizer
+     * the actual recognizing happens in this method
+     * @virtual
+     * @param {Object} inputData
+     * @returns {constant} STATE
+     */
+
+    /* jshint ignore:start */
+
+  }, {
+    key: 'process',
+    value: function process(inputData) {}
+    /* jshint ignore:end */
+
+    /**
+     * @private
+     * return the preferred touch-action
+     * @virtual
+     * @returns {Array}
+     */
+
+  }, {
+    key: 'getTouchAction',
+    value: function getTouchAction() {}
+
+    /**
+     * @private
+     * called when the gesture isn't allowed to recognize
+     * like when another is being recognized or it is disabled
+     * @virtual
+     */
+
+  }, {
+    key: 'reset',
+    value: function reset() {}
+  }]);
+  return Recognizer;
+}();
+
+Recognizer.prototype.defaults = {};
+
+/**
+ * @private
+ * This recognizer is just used as a base for the simple attribute recognizers.
+ * @constructor
+ * @extends Recognizer
+ */
+
+var AttrRecognizer = function (_Recognizer) {
+  inherits(AttrRecognizer, _Recognizer);
+
+  function AttrRecognizer() {
+    classCallCheck(this, AttrRecognizer);
+    return possibleConstructorReturn(this, (AttrRecognizer.__proto__ || Object.getPrototypeOf(AttrRecognizer)).apply(this, arguments));
+  }
+
+  /**
+   * @private
+   * Used to check if it the recognizer receives valid input, like input.distance > 10.
+   * @memberof AttrRecognizer
+   * @param {Object} input
+   * @returns {Boolean} recognized
+   */
+
+
+  createClass(AttrRecognizer, [{
+    key: 'attrTest',
+    value: function attrTest(input) {
+      var optionPointers = this.options.pointers;
+      return optionPointers === 0 || input.pointers.length === optionPointers;
+    }
+
+    /**
+     * @private
+     * Process the input and return the state for the recognizer
+     * @memberof AttrRecognizer
+     * @param {Object} input
+     * @returns {*} State
+     */
+
+  }, {
+    key: 'process',
+    value: function process(input) {
+      var state = this.state;
+      var eventType = input.eventType;
+
+
+      var isRecognized = state & (STATE_BEGAN | STATE_CHANGED);
+      var isValid = this.attrTest(input);
+
+      // on cancel input and we've recognized before, return STATE_CANCELLED
+      if (isRecognized && (eventType & INPUT_CANCEL || !isValid)) {
+        return state | STATE_CANCELLED;
+      } else if (isRecognized || isValid) {
+        if (eventType & INPUT_END) {
+          return state | STATE_ENDED;
+        } else if (!(state & STATE_BEGAN)) {
+          return STATE_BEGAN;
+        }
+        return state | STATE_CHANGED;
+      }
+      return STATE_FAILED;
+    }
+  }]);
+  return AttrRecognizer;
+}(Recognizer);
+
+AttrRecognizer.prototype.defaults = {
+  /**
+   * @private
+   * @type {Number}
+   * @default 1
+   */
+  pointers: 1
+};
+
+/**
+ * @private
+ * Rotate
+ * Recognized when two or more pointer are moving in a circular motion.
+ * @constructor
+ * @extends AttrRecognizer
+ */
+
+var RotateRecognizer = function (_AttrRecognizer) {
+  inherits(RotateRecognizer, _AttrRecognizer);
+
+  function RotateRecognizer() {
+    classCallCheck(this, RotateRecognizer);
+    return possibleConstructorReturn(this, (RotateRecognizer.__proto__ || Object.getPrototypeOf(RotateRecognizer)).apply(this, arguments));
+  }
+
+  createClass(RotateRecognizer, [{
+    key: 'getTouchAction',
+    value: function getTouchAction() {
+      return [TOUCH_ACTION_NONE];
+    }
+  }, {
+    key: 'attrTest',
+    value: function attrTest(input) {
+      return get(RotateRecognizer.prototype.__proto__ || Object.getPrototypeOf(RotateRecognizer.prototype), 'attrTest', this).call(this, input) && (Math.abs(input.rotation) > this.options.threshold || this.state & STATE_BEGAN);
+    }
+  }]);
+  return RotateRecognizer;
+}(AttrRecognizer);
+
+RotateRecognizer.prototype.defaults = {
+  event: 'rotate',
+  threshold: 0,
+  pointers: 2
+};
+
+/**
+ * @private
+ * Pinch
+ * Recognized when two or more pointers are moving toward (zoom-in) or away from each other (zoom-out).
+ * @constructor
+ * @extends AttrRecognizer
+ */
+
+var PinchRecognizer = function (_AttrRecognizer) {
+  inherits(PinchRecognizer, _AttrRecognizer);
+
+  function PinchRecognizer() {
+    classCallCheck(this, PinchRecognizer);
+    return possibleConstructorReturn(this, (PinchRecognizer.__proto__ || Object.getPrototypeOf(PinchRecognizer)).apply(this, arguments));
+  }
+
+  createClass(PinchRecognizer, [{
+    key: 'getTouchAction',
+    value: function getTouchAction() {
+      return [TOUCH_ACTION_NONE];
+    }
+  }, {
+    key: 'attrTest',
+    value: function attrTest(input) {
+      return get(PinchRecognizer.prototype.__proto__ || Object.getPrototypeOf(PinchRecognizer.prototype), 'attrTest', this).call(this, input) && (Math.abs(input.scale - 1) > this.options.threshold || this.state & STATE_BEGAN);
+    }
+  }, {
+    key: 'emit',
+    value: function emit(input) {
+      if (input.scale !== 1) {
+        var inOut = input.scale < 1 ? 'in' : 'out';
+        input.additionalEvent = this.options.event + inOut;
+      }
+      get(PinchRecognizer.prototype.__proto__ || Object.getPrototypeOf(PinchRecognizer.prototype), 'emit', this).call(this, input);
+    }
+  }]);
+  return PinchRecognizer;
+}(AttrRecognizer);
+
+PinchRecognizer.prototype.defaults = {
+  event: 'pinch',
+  threshold: 0,
+  pointers: 2
+};
+
+/**
+ * @private
+ * direction cons to string
+ * @param {constant} direction
+ * @returns {String}
+ */
+function directionStr(direction) {
+  if (direction === DIRECTION_DOWN) {
+    return 'down';
+  } else if (direction === DIRECTION_UP) {
+    return 'up';
+  } else if (direction === DIRECTION_LEFT) {
+    return 'left';
+  } else if (direction === DIRECTION_RIGHT) {
+    return 'right';
+  }
+  return '';
+}
+
+/**
+ * @private
+ * Pan
+ * Recognized when the pointer is down and moved in the allowed direction.
+ * @constructor
+ * @extends AttrRecognizer
+ */
+
+var PanRecognizer = function (_AttrRecognizer) {
+  inherits(PanRecognizer, _AttrRecognizer);
+
+  function PanRecognizer() {
+    classCallCheck(this, PanRecognizer);
+
+    var _this = possibleConstructorReturn(this, (PanRecognizer.__proto__ || Object.getPrototypeOf(PanRecognizer)).apply(this, arguments));
+
+    _this.pX = null;
+    _this.pY = null;
+    return _this;
+  }
+
+  createClass(PanRecognizer, [{
+    key: 'getTouchAction',
+    value: function getTouchAction() {
+      var direction = this.options.direction;
+
+      var actions = [];
+      if (direction & DIRECTION_HORIZONTAL) {
+        actions.push(TOUCH_ACTION_PAN_Y);
+      }
+      if (direction & DIRECTION_VERTICAL) {
+        actions.push(TOUCH_ACTION_PAN_X);
+      }
+      return actions;
+    }
+  }, {
+    key: 'directionTest',
+    value: function directionTest(input) {
+      var options = this.options;
+
+      var hasMoved = true;
+      var distance = input.distance;
+      var direction = input.direction;
+
+      var x = input.deltaX;
+      var y = input.deltaY;
+
+      // lock to axis?
+      if (!(direction & options.direction)) {
+        if (options.direction & DIRECTION_HORIZONTAL) {
+          direction = x === 0 ? DIRECTION_NONE : x < 0 ? DIRECTION_LEFT : DIRECTION_RIGHT;
+          hasMoved = x !== this.pX;
+          distance = Math.abs(input.deltaX);
+        } else {
+          direction = y === 0 ? DIRECTION_NONE : y < 0 ? DIRECTION_UP : DIRECTION_DOWN;
+          hasMoved = y !== this.pY;
+          distance = Math.abs(input.deltaY);
+        }
+      }
+      input.direction = direction;
+      return hasMoved && distance > options.threshold && direction & options.direction;
+    }
+  }, {
+    key: 'attrTest',
+    value: function attrTest(input) {
+      return AttrRecognizer.prototype.attrTest.call(this, input) && ( // replace with a super call
+      this.state & STATE_BEGAN || !(this.state & STATE_BEGAN) && this.directionTest(input));
+    }
+  }, {
+    key: 'emit',
+    value: function emit(input) {
+
+      this.pX = input.deltaX;
+      this.pY = input.deltaY;
+
+      var direction = directionStr(input.direction);
+
+      if (direction) {
+        input.additionalEvent = this.options.event + direction;
+      }
+      get(PanRecognizer.prototype.__proto__ || Object.getPrototypeOf(PanRecognizer.prototype), 'emit', this).call(this, input);
+    }
+  }]);
+  return PanRecognizer;
+}(AttrRecognizer);
+
+PanRecognizer.prototype.defaults = {
+  event: 'pan',
+  threshold: 10,
+  pointers: 1,
+  direction: DIRECTION_ALL
+};
+
+/**
+ * @private
+ * Swipe
+ * Recognized when the pointer is moving fast (velocity), with enough distance in the allowed direction.
+ * @constructor
+ * @extends AttrRecognizer
+ */
+
+var SwipeRecognizer = function (_AttrRecognizer) {
+  inherits(SwipeRecognizer, _AttrRecognizer);
+
+  function SwipeRecognizer() {
+    classCallCheck(this, SwipeRecognizer);
+    return possibleConstructorReturn(this, (SwipeRecognizer.__proto__ || Object.getPrototypeOf(SwipeRecognizer)).apply(this, arguments));
+  }
+
+  createClass(SwipeRecognizer, [{
+    key: 'getTouchAction',
+    value: function getTouchAction() {
+      return PanRecognizer.prototype.getTouchAction.call(this);
+    }
+  }, {
+    key: 'attrTest',
+    value: function attrTest(input) {
+      var direction = this.options.direction;
+
+      var velocity = void 0;
+
+      if (direction & (DIRECTION_HORIZONTAL | DIRECTION_VERTICAL)) {
+        velocity = input.overallVelocity;
+      } else if (direction & DIRECTION_HORIZONTAL) {
+        velocity = input.overallVelocityX;
+      } else if (direction & DIRECTION_VERTICAL) {
+        velocity = input.overallVelocityY;
+      }
+
+      return get(SwipeRecognizer.prototype.__proto__ || Object.getPrototypeOf(SwipeRecognizer.prototype), 'attrTest', this).call(this, input) && direction & input.offsetDirection && input.distance > this.options.threshold && input.maxPointers === this.options.pointers && abs(velocity) > this.options.velocity && input.eventType & INPUT_END;
+    }
+  }, {
+    key: 'emit',
+    value: function emit(input) {
+      var direction = directionStr(input.offsetDirection);
+      if (direction) {
+        this.manager.emit(this.options.event + direction, input);
+      }
+
+      this.manager.emit(this.options.event, input);
+    }
+  }]);
+  return SwipeRecognizer;
+}(AttrRecognizer);
+
+SwipeRecognizer.prototype.defaults = {
+  event: 'swipe',
+  threshold: 10,
+  velocity: 0.3,
+  direction: DIRECTION_HORIZONTAL | DIRECTION_VERTICAL,
+  pointers: 1
+};
+
+/**
+ * @private
+ * simple function bind
+ * @param {Function} fn
+ * @param {Object} context
+ * @returns {Function}
+ */
+function bindFn(fn, context) {
+  return function boundFn() {
+    return fn.apply(context, arguments);
+  };
+}
+
+/**
+ * @private
+ * set a timeout with a given scope
+ * @param {Function} fn
+ * @param {Number} timeout
+ * @param {Object} context
+ * @returns {number}
+ */
+function setTimeoutContext(fn, timeout, context) {
+  return setTimeout(bindFn(fn, context), timeout);
+}
+
+/**
+ * @private
+ * calculate the absolute distance between two points
+ * @param {Object} p1 {x, y}
+ * @param {Object} p2 {x, y}
+ * @param {Array} [props] containing x and y keys
+ * @return {Number} distance
+ */
+function getDistance(p1, p2, props) {
+  if (!props) {
+    props = PROPS_XY;
+  }
+  var x = p2[props[0]] - p1[props[0]];
+  var y = p2[props[1]] - p1[props[1]];
+
+  return Math.sqrt(x * x + y * y);
+}
+
+/**
+ * @private
+ * A tap is recognized when the pointer is doing a small tap/click. Multiple taps are recognized if they occur
+ * between the given interval and position. The delay option can be used to recognize multi-taps without firing
+ * a single tap.
+ *
+ * The eventData from the emitted event contains the property `tapCount`, which contains the amount of
+ * multi-taps being recognized.
+ * @constructor
+ * @extends Recognizer
+ */
+
+var TapRecognizer = function (_Recognizer) {
+  inherits(TapRecognizer, _Recognizer);
+
+  function TapRecognizer() {
+    classCallCheck(this, TapRecognizer);
+
+    // previous time and center,
+    // used for tap counting
+    var _this = possibleConstructorReturn(this, (TapRecognizer.__proto__ || Object.getPrototypeOf(TapRecognizer)).apply(this, arguments));
+
+    _this.pTime = false;
+    _this.pCenter = false;
+
+    _this._timer = null;
+    _this._input = null;
+    _this.count = 0;
+    return _this;
+  }
+
+  createClass(TapRecognizer, [{
+    key: 'getTouchAction',
+    value: function getTouchAction() {
+      return [TOUCH_ACTION_MANIPULATION];
+    }
+  }, {
+    key: 'process',
+    value: function process(input) {
+      var _this2 = this;
+
+      var options = this.options;
+
+
+      var validPointers = input.pointers.length === options.pointers;
+      var validMovement = input.distance < options.threshold;
+      var validTouchTime = input.deltaTime < options.time;
+
+      this.reset();
+
+      if (input.eventType & INPUT_START && this.count === 0) {
+        return this.failTimeout();
+      }
+
+      // we only allow little movement
+      // and we've reached an end event, so a tap is possible
+      if (validMovement && validTouchTime && validPointers) {
+        if (input.eventType !== INPUT_END) {
+          return this.failTimeout();
+        }
+
+        var validInterval = this.pTime ? input.timeStamp - this.pTime < options.interval : true;
+        var validMultiTap = !this.pCenter || getDistance(this.pCenter, input.center) < options.posThreshold;
+
+        this.pTime = input.timeStamp;
+        this.pCenter = input.center;
+
+        if (!validMultiTap || !validInterval) {
+          this.count = 1;
+        } else {
+          this.count += 1;
+        }
+
+        this._input = input;
+
+        // if tap count matches we have recognized it,
+        // else it has began recognizing...
+        var tapCount = this.count % options.taps;
+        if (tapCount === 0) {
+          // no failing requirements, immediately trigger the tap event
+          // or wait as long as the multitap interval to trigger
+          if (!this.hasRequireFailures()) {
+            return STATE_RECOGNIZED;
+          } else {
+            this._timer = setTimeoutContext(function () {
+              _this2.state = STATE_RECOGNIZED;
+              _this2.tryEmit();
+            }, options.interval, this);
+            return STATE_BEGAN;
+          }
+        }
+      }
+      return STATE_FAILED;
+    }
+  }, {
+    key: 'failTimeout',
+    value: function failTimeout() {
+      var _this3 = this;
+
+      this._timer = setTimeoutContext(function () {
+        _this3.state = STATE_FAILED;
+      }, this.options.interval, this);
+      return STATE_FAILED;
+    }
+  }, {
+    key: 'reset',
+    value: function reset() {
+      clearTimeout(this._timer);
+    }
+  }, {
+    key: 'emit',
+    value: function emit() {
+      if (this.state === STATE_RECOGNIZED) {
+        this._input.tapCount = this.count;
+        this.manager.emit(this.options.event, this._input);
+      }
+    }
+  }]);
+  return TapRecognizer;
+}(Recognizer);
+
+TapRecognizer.prototype.defaults = {
+  event: 'tap',
+  pointers: 1,
+  taps: 1,
+  interval: 300, // max time between the multi-tap taps
+  time: 250, // max time of the pointer to be down (like finger on the screen)
+  threshold: 9, // a minimal movement is ok, but keep it low
+  posThreshold: 10 // a multi-tap can be a bit off the initial position
+};
+
+/**
+ * @private
+ * Press
+ * Recognized when the pointer is down for x ms without any movement.
+ * @constructor
+ * @extends Recognizer
+ */
+
+var PressRecognizer = function (_Recognizer) {
+  inherits(PressRecognizer, _Recognizer);
+
+  function PressRecognizer() {
+    classCallCheck(this, PressRecognizer);
+
+    var _this = possibleConstructorReturn(this, (PressRecognizer.__proto__ || Object.getPrototypeOf(PressRecognizer)).apply(this, arguments));
+
+    _this._timer = null;
+    _this._input = null;
+    return _this;
+  }
+
+  createClass(PressRecognizer, [{
+    key: 'getTouchAction',
+    value: function getTouchAction() {
+      return [TOUCH_ACTION_AUTO];
+    }
+  }, {
+    key: 'process',
+    value: function process(input) {
+      var _this2 = this;
+
+      var options = this.options;
+
+      var validPointers = input.pointers.length === options.pointers;
+      var validMovement = input.distance < options.threshold;
+      var validTime = input.deltaTime > options.time;
+
+      this._input = input;
+
+      // we only allow little movement
+      // and we've reached an end event, so a tap is possible
+      if (!validMovement || !validPointers || input.eventType & (INPUT_END | INPUT_CANCEL) && !validTime) {
+        this.reset();
+      } else if (input.eventType & INPUT_START) {
+        this.reset();
+        this._timer = setTimeoutContext(function () {
+          _this2.state = STATE_RECOGNIZED;
+          _this2.tryEmit();
+        }, options.time, this);
+      } else if (input.eventType & INPUT_END) {
+        return STATE_RECOGNIZED;
+      }
+      return STATE_FAILED;
+    }
+  }, {
+    key: 'reset',
+    value: function reset() {
+      clearTimeout(this._timer);
+    }
+  }, {
+    key: 'emit',
+    value: function emit(input) {
+      if (this.state !== STATE_RECOGNIZED) {
+        return;
+      }
+
+      if (input && input.eventType & INPUT_END) {
+        this.manager.emit(this.options.event + 'up', input);
+      } else {
+        this._input.timeStamp = now();
+        this.manager.emit(this.options.event, this._input);
+      }
+    }
+  }]);
+  return PressRecognizer;
+}(Recognizer);
+
+PressRecognizer.prototype.defaults = {
+  event: 'press',
+  pointers: 1,
+  time: 251, // minimal time of the pointer to be pressed
+  threshold: 9 // a minimal movement is ok, but keep it low
+};
+
+/**
+ * @private
+ * small indexOf wrapper
+ * @param {String} str
+ * @param {String} find
+ * @returns {Boolean} found
+ */
+function inStr(str, find) {
+  return str.indexOf(find) > -1;
+}
+
+/**
+ * @private
+ * when the touchActions are collected they are not a valid value, so we need to clean things up. *
+ * @param {String} actions
+ * @returns {*}
+ */
+function cleanTouchActions(actions) {
+  // none
+  if (inStr(actions, TOUCH_ACTION_NONE)) {
+    return TOUCH_ACTION_NONE;
+  }
+
+  var hasPanX = inStr(actions, TOUCH_ACTION_PAN_X);
+  var hasPanY = inStr(actions, TOUCH_ACTION_PAN_Y);
+
+  // if both pan-x and pan-y are set (different recognizers
+  // for different directions, e.g. horizontal pan but vertical swipe?)
+  // we need none (as otherwise with pan-x pan-y combined none of these
+  // recognizers will work, since the browser would handle all panning
+  if (hasPanX && hasPanY) {
+    return TOUCH_ACTION_NONE;
+  }
+
+  // pan-x OR pan-y
+  if (hasPanX || hasPanY) {
+    return hasPanX ? TOUCH_ACTION_PAN_X : TOUCH_ACTION_PAN_Y;
+  }
+
+  // manipulation
+  if (inStr(actions, TOUCH_ACTION_MANIPULATION)) {
+    return TOUCH_ACTION_MANIPULATION;
+  }
+
+  return TOUCH_ACTION_AUTO;
+}
+
+/**
+ * @private
+ * Touch Action
+ * sets the touchAction property or uses the js alternative
+ * @param {Manager} manager
+ * @param {String} value
+ * @constructor
+ */
+
+var TouchAction = function () {
+  function TouchAction(manager, value) {
+    classCallCheck(this, TouchAction);
+
+    this.manager = manager;
+    this.set(value);
+  }
+
+  /**
+   * @private
+   * set the touchAction value on the element or enable the polyfill
+   * @param {String} value
+   */
+
+
+  createClass(TouchAction, [{
+    key: 'set',
+    value: function set(value) {
+      // find out the touch-action by the event handlers
+      if (value === TOUCH_ACTION_COMPUTE) {
+        value = this.compute();
+      }
+
+      if (NATIVE_TOUCH_ACTION && this.manager.element.style && TOUCH_ACTION_MAP[value]) {
+        this.manager.element.style[PREFIXED_TOUCH_ACTION] = value;
+      }
+      this.actions = value.toLowerCase().trim();
+    }
+
+    /**
+     * @private
+     * just re-set the touchAction value
+     */
+
+  }, {
+    key: 'update',
+    value: function update() {
+      this.set(this.manager.options.touchAction);
+    }
+
+    /**
+     * @private
+     * compute the value for the touchAction property based on the recognizer's settings
+     * @returns {String} value
+     */
+
+  }, {
+    key: 'compute',
+    value: function compute() {
+      var actions = [];
+      each(this.manager.recognizers, function (recognizer) {
+        if (boolOrFn(recognizer.options.enable, [recognizer])) {
+          actions = actions.concat(recognizer.getTouchAction());
+        }
+      });
+      return cleanTouchActions(actions.join(' '));
+    }
+
+    /**
+     * @private
+     * this method is called on each input cycle and provides the preventing of the browser behavior
+     * @param {Object} input
+     */
+
+  }, {
+    key: 'preventDefaults',
+    value: function preventDefaults(input) {
+      var srcEvent = input.srcEvent;
+
+      var direction = input.offsetDirection;
+
+      // if the touch action did prevented once this session
+      if (this.manager.session.prevented) {
+        srcEvent.preventDefault();
+        return;
+      }
+
+      var actions = this.actions;
+
+      var hasNone = inStr(actions, TOUCH_ACTION_NONE) && !TOUCH_ACTION_MAP[TOUCH_ACTION_NONE];
+      var hasPanY = inStr(actions, TOUCH_ACTION_PAN_Y) && !TOUCH_ACTION_MAP[TOUCH_ACTION_PAN_Y];
+      var hasPanX = inStr(actions, TOUCH_ACTION_PAN_X) && !TOUCH_ACTION_MAP[TOUCH_ACTION_PAN_X];
+
+      if (hasNone) {
+        // do not prevent defaults if this is a tap gesture
+        var isTapPointer = input.pointers.length === 1;
+        var isTapMovement = input.distance < 2;
+        var isTapTouchTime = input.deltaTime < 250;
+
+        if (isTapPointer && isTapMovement && isTapTouchTime) {
+          return;
+        }
+      }
+
+      if (hasPanX && hasPanY) {
+        // `pan-x pan-y` means browser handles all scrolling/panning, do not prevent
+        return;
+      }
+
+      if (hasNone || hasPanY && direction & DIRECTION_HORIZONTAL || hasPanX && direction & DIRECTION_VERTICAL) {
+        return this.preventSrc(srcEvent);
+      }
+    }
+
+    /**
+     * @private
+     * call preventDefault to prevent the browser's default behavior (scrolling in most cases)
+     * @param {Object} srcEvent
+     */
+
+  }, {
+    key: 'preventSrc',
+    value: function preventSrc(srcEvent) {
+      this.manager.session.prevented = true;
+      srcEvent.preventDefault();
+    }
+  }]);
+  return TouchAction;
+}();
+
+/**
+ * @private
+ * find if a node is in the given parent
+ * @method hasParent
+ * @param {HTMLElement} node
+ * @param {HTMLElement} parent
+ * @return {Boolean} found
+ */
+function hasParent(node, parent) {
+  while (node) {
+    if (node === parent) {
+      return true;
+    }
+    node = node.parentNode;
+  }
+  return false;
+}
+
+/**
+ * @private
+ * get the center of all the pointers
+ * @param {Array} pointers
+ * @return {Object} center contains `x` and `y` properties
+ */
+function getCenter(pointers) {
+  var pointersLength = pointers.length;
+
+  // no need to loop when only one touch
+  if (pointersLength === 1) {
+    return {
+      x: round(pointers[0].clientX),
+      y: round(pointers[0].clientY)
+    };
+  }
+
+  var x = 0;
+  var y = 0;
+  var i = 0;
+  while (i < pointersLength) {
+    x += pointers[i].clientX;
+    y += pointers[i].clientY;
+    i++;
+  }
+
+  return {
+    x: round(x / pointersLength),
+    y: round(y / pointersLength)
+  };
+}
+
+/**
+ * @private
+ * create a simple clone from the input used for storage of firstInput and firstMultiple
+ * @param {Object} input
+ * @returns {Object} clonedInputData
+ */
+function simpleCloneInputData(input) {
+  // make a simple copy of the pointers because we will get a reference if we don't
+  // we only need clientXY for the calculations
+  var pointers = [];
+  var i = 0;
+  while (i < input.pointers.length) {
+    pointers[i] = {
+      clientX: round(input.pointers[i].clientX),
+      clientY: round(input.pointers[i].clientY)
+    };
+    i++;
+  }
+
+  return {
+    timeStamp: now(),
+    pointers: pointers,
+    center: getCenter(pointers),
+    deltaX: input.deltaX,
+    deltaY: input.deltaY
+  };
+}
+
+/**
+ * @private
+ * calculate the angle between two coordinates
+ * @param {Object} p1
+ * @param {Object} p2
+ * @param {Array} [props] containing x and y keys
+ * @return {Number} angle
+ */
+function getAngle(p1, p2, props) {
+  if (!props) {
+    props = PROPS_XY;
+  }
+  var x = p2[props[0]] - p1[props[0]];
+  var y = p2[props[1]] - p1[props[1]];
+  return Math.atan2(y, x) * 180 / Math.PI;
+}
+
+/**
+ * @private
+ * get the direction between two points
+ * @param {Number} x
+ * @param {Number} y
+ * @return {Number} direction
+ */
+function getDirection(x, y) {
+  if (x === y) {
+    return DIRECTION_NONE;
+  }
+
+  if (abs(x) >= abs(y)) {
+    return x < 0 ? DIRECTION_LEFT : DIRECTION_RIGHT;
+  }
+  return y < 0 ? DIRECTION_UP : DIRECTION_DOWN;
+}
+
+function computeDeltaXY(session, input) {
+  var center = input.center;
+  // let { offsetDelta:offset = {}, prevDelta = {}, prevInput = {} } = session;
+  // jscs throwing error on defalut destructured values and without defaults tests fail
+
+  var offset = session.offsetDelta || {};
+  var prevDelta = session.prevDelta || {};
+  var prevInput = session.prevInput || {};
+
+  if (input.eventType === INPUT_START || prevInput.eventType === INPUT_END) {
+    prevDelta = session.prevDelta = {
+      x: prevInput.deltaX || 0,
+      y: prevInput.deltaY || 0
+    };
+
+    offset = session.offsetDelta = {
+      x: center.x,
+      y: center.y
+    };
+  }
+
+  input.deltaX = prevDelta.x + (center.x - offset.x);
+  input.deltaY = prevDelta.y + (center.y - offset.y);
+}
+
+/**
+ * @private
+ * calculate the velocity between two points. unit is in px per ms.
+ * @param {Number} deltaTime
+ * @param {Number} x
+ * @param {Number} y
+ * @return {Object} velocity `x` and `y`
+ */
+function getVelocity(deltaTime, x, y) {
+  return {
+    x: x / deltaTime || 0,
+    y: y / deltaTime || 0
+  };
+}
+
+/**
+ * @private
+ * calculate the scale factor between two pointersets
+ * no scale is 1, and goes down to 0 when pinched together, and bigger when pinched out
+ * @param {Array} start array of pointers
+ * @param {Array} end array of pointers
+ * @return {Number} scale
+ */
+function getScale(start, end) {
+  return getDistance(end[0], end[1], PROPS_CLIENT_XY) / getDistance(start[0], start[1], PROPS_CLIENT_XY);
+}
+
+/**
+ * @private
+ * calculate the rotation degrees between two pointersets
+ * @param {Array} start array of pointers
+ * @param {Array} end array of pointers
+ * @return {Number} rotation
+ */
+function getRotation(start, end) {
+  return getAngle(end[1], end[0], PROPS_CLIENT_XY) + getAngle(start[1], start[0], PROPS_CLIENT_XY);
+}
+
+/**
+ * @private
+ * velocity is calculated every x ms
+ * @param {Object} session
+ * @param {Object} input
+ */
+function computeIntervalInputData(session, input) {
+  var last = session.lastInterval || input;
+  var deltaTime = input.timeStamp - last.timeStamp;
+  var velocity = void 0;
+  var velocityX = void 0;
+  var velocityY = void 0;
+  var direction = void 0;
+
+  if (input.eventType !== INPUT_CANCEL && (deltaTime > COMPUTE_INTERVAL || last.velocity === undefined)) {
+    var deltaX = input.deltaX - last.deltaX;
+    var deltaY = input.deltaY - last.deltaY;
+
+    var v = getVelocity(deltaTime, deltaX, deltaY);
+    velocityX = v.x;
+    velocityY = v.y;
+    velocity = abs(v.x) > abs(v.y) ? v.x : v.y;
+    direction = getDirection(deltaX, deltaY);
+
+    session.lastInterval = input;
+  } else {
+    // use latest velocity info if it doesn't overtake a minimum period
+    velocity = last.velocity;
+    velocityX = last.velocityX;
+    velocityY = last.velocityY;
+    direction = last.direction;
+  }
+
+  input.velocity = velocity;
+  input.velocityX = velocityX;
+  input.velocityY = velocityY;
+  input.direction = direction;
+}
+
+/**
+* @private
+ * extend the data with some usable properties like scale, rotate, velocity etc
+ * @param {Object} manager
+ * @param {Object} input
+ */
+function computeInputData(manager, input) {
+  var session = manager.session;
+  var pointers = input.pointers;
+  var pointersLength = pointers.length;
+
+  // store the first input to calculate the distance and direction
+
+  if (!session.firstInput) {
+    session.firstInput = simpleCloneInputData(input);
+  }
+
+  // to compute scale and rotation we need to store the multiple touches
+  if (pointersLength > 1 && !session.firstMultiple) {
+    session.firstMultiple = simpleCloneInputData(input);
+  } else if (pointersLength === 1) {
+    session.firstMultiple = false;
+  }
+
+  var firstInput = session.firstInput;
+  var firstMultiple = session.firstMultiple;
+
+  var offsetCenter = firstMultiple ? firstMultiple.center : firstInput.center;
+
+  var center = input.center = getCenter(pointers);
+  input.timeStamp = now();
+  input.deltaTime = input.timeStamp - firstInput.timeStamp;
+
+  input.angle = getAngle(offsetCenter, center);
+  input.distance = getDistance(offsetCenter, center);
+
+  computeDeltaXY(session, input);
+  input.offsetDirection = getDirection(input.deltaX, input.deltaY);
+
+  var overallVelocity = getVelocity(input.deltaTime, input.deltaX, input.deltaY);
+  input.overallVelocityX = overallVelocity.x;
+  input.overallVelocityY = overallVelocity.y;
+  input.overallVelocity = abs(overallVelocity.x) > abs(overallVelocity.y) ? overallVelocity.x : overallVelocity.y;
+
+  input.scale = firstMultiple ? getScale(firstMultiple.pointers, pointers) : 1;
+  input.rotation = firstMultiple ? getRotation(firstMultiple.pointers, pointers) : 0;
+
+  input.maxPointers = !session.prevInput ? input.pointers.length : input.pointers.length > session.prevInput.maxPointers ? input.pointers.length : session.prevInput.maxPointers;
+
+  computeIntervalInputData(session, input);
+
+  // find the correct target
+  var target = manager.element;
+  if (hasParent(input.srcEvent.target, target)) {
+    target = input.srcEvent.target;
+  }
+  input.target = target;
+}
+
+/**
+ * @private
+ * handle input events
+ * @param {Manager} manager
+ * @param {String} eventType
+ * @param {Object} input
+ */
+function inputHandler(manager, eventType, input) {
+  var pointersLen = input.pointers.length;
+  var changedPointersLen = input.changedPointers.length;
+  var isFirst = eventType & INPUT_START && pointersLen - changedPointersLen === 0;
+  var isFinal = eventType & (INPUT_END | INPUT_CANCEL) && pointersLen - changedPointersLen === 0;
+
+  input.isFirst = !!isFirst;
+  input.isFinal = !!isFinal;
+
+  if (isFirst) {
+    manager.session = {};
+  }
+
+  // source event is the normalized value of the domEvents
+  // like 'touchstart, mouseup, pointerdown'
+  input.eventType = eventType;
+
+  // compute scale, rotation etc
+  computeInputData(manager, input);
+
+  // emit secret event
+  manager.emit('hammer.input', input);
+
+  manager.recognize(input);
+  manager.session.prevInput = input;
+}
+
+/**
+ * @private
+ * split string on whitespace
+ * @param {String} str
+ * @returns {Array} words
+ */
+
+function splitStr(str) {
+  return str.trim().split(/\s+/g);
+}
+
+/**
+ * @private
+ * addEventListener with multiple events at once
+ * @param {EventTarget} target
+ * @param {String} types
+ * @param {Function} handler
+ */
+function addEventListeners(target, types, handler) {
+  each(splitStr(types), function (type) {
+    target.addEventListener(type, handler, false);
+  });
+}
+
+/**
+ * @private
+ * removeEventListener with multiple events at once
+ * @param {EventTarget} target
+ * @param {String} types
+ * @param {Function} handler
+ */
+function removeEventListeners(target, types, handler) {
+  each(splitStr(types), function (type) {
+    target.removeEventListener(type, handler, false);
+  });
+}
+
+/**
+ * @private
+ * get the window object of an element
+ * @param {HTMLElement} element
+ * @returns {DocumentView|Window}
+ */
+function getWindowForElement(element) {
+  var doc = element.ownerDocument || element;
+  return doc.defaultView || doc.parentWindow || window;
+}
+
+/**
+ * @private
+ * create new input type manager
+ * @param {Manager} manager
+ * @param {Function} callback
+ * @returns {Input}
+ * @constructor
+ */
+
+var Input = function () {
+  function Input(manager, callback) {
+    classCallCheck(this, Input);
+
+    var self = this;
+    this.manager = manager;
+    this.callback = callback;
+    this.element = manager.element;
+    this.target = manager.options.inputTarget;
+
+    // smaller wrapper around the handler, for the scope and the enabled state of the manager,
+    // so when disabled the input events are completely bypassed.
+    this.domHandler = function (ev) {
+      if (boolOrFn(manager.options.enable, [manager])) {
+        self.handler(ev);
+      }
+    };
+
+    this.init();
+  }
+  /**
+   * @private
+   * should handle the inputEvent data and trigger the callback
+   * @virtual
+   */
+
+
+  createClass(Input, [{
+    key: 'handler',
+    value: function handler() {}
+
+    /**
+     * @private
+     * bind the events
+     */
+
+  }, {
+    key: 'init',
+    value: function init() {
+      this.evEl && addEventListeners(this.element, this.evEl, this.domHandler);
+      this.evTarget && addEventListeners(this.target, this.evTarget, this.domHandler);
+      this.evWin && addEventListeners(getWindowForElement(this.element), this.evWin, this.domHandler);
+    }
+
+    /**
+     * @private
+     * unbind the events
+     */
+
+  }, {
+    key: 'destroy',
+    value: function destroy() {
+      this.evEl && removeEventListeners(this.element, this.evEl, this.domHandler);
+      this.evTarget && removeEventListeners(this.target, this.evTarget, this.domHandler);
+      this.evWin && removeEventListeners(getWindowForElement(this.element), this.evWin, this.domHandler);
+    }
+  }]);
+  return Input;
+}();
+
+var POINTER_INPUT_MAP = {
+  pointerdown: INPUT_START,
+  pointermove: INPUT_MOVE,
+  pointerup: INPUT_END,
+  pointercancel: INPUT_CANCEL,
+  pointerout: INPUT_CANCEL
+};
+
+// in IE10 the pointer types is defined as an enum
+var IE10_POINTER_TYPE_ENUM = {
+  2: INPUT_TYPE_TOUCH,
+  3: INPUT_TYPE_PEN,
+  4: INPUT_TYPE_MOUSE,
+  5: INPUT_TYPE_KINECT // see https://twitter.com/jacobrossi/status/480596438489890816
+};
+
+var POINTER_ELEMENT_EVENTS = 'pointerdown';
+var POINTER_WINDOW_EVENTS = 'pointermove pointerup pointercancel';
+
+// IE10 has prefixed support, and case-sensitive
+if (window.MSPointerEvent && !window.PointerEvent) {
+  POINTER_ELEMENT_EVENTS = 'MSPointerDown';
+  POINTER_WINDOW_EVENTS = 'MSPointerMove MSPointerUp MSPointerCancel';
+}
+
+/**
+ * @private
+ * Pointer events input
+ * @constructor
+ * @extends Input
+ */
+
+var PointerEventInput = function (_Input) {
+  inherits(PointerEventInput, _Input);
+
+  function PointerEventInput() {
+    classCallCheck(this, PointerEventInput);
+
+    var _this = possibleConstructorReturn(this, (PointerEventInput.__proto__ || Object.getPrototypeOf(PointerEventInput)).apply(this, arguments));
+
+    _this.evEl = POINTER_ELEMENT_EVENTS;
+    _this.evWin = POINTER_WINDOW_EVENTS;
+
+    _this.store = _this.manager.session.pointerEvents = [];
+    return _this;
+  }
+
+  /**
+   * @private
+   * handle mouse events
+   * @param {Object} ev
+   */
+
+
+  createClass(PointerEventInput, [{
+    key: 'handler',
+    value: function handler(ev) {
+      var store = this.store;
+
+      var removePointer = false;
+
+      var eventTypeNormalized = ev.type.toLowerCase().replace('ms', '');
+      var eventType = POINTER_INPUT_MAP[eventTypeNormalized];
+      var pointerType = IE10_POINTER_TYPE_ENUM[ev.pointerType] || ev.pointerType;
+
+      var isTouch = pointerType === INPUT_TYPE_TOUCH;
+
+      // get index of the event in the store
+      var storeIndex = inArray(store, ev.pointerId, 'pointerId');
+
+      // start and mouse must be down
+      if (eventType & INPUT_START && (ev.button === 0 || isTouch)) {
+        if (storeIndex < 0) {
+          store.push(ev);
+          storeIndex = store.length - 1;
+        }
+      } else if (eventType & (INPUT_END | INPUT_CANCEL)) {
+        removePointer = true;
+      }
+
+      // it not found, so the pointer hasn't been down (so it's probably a hover)
+      if (storeIndex < 0) {
+        return;
+      }
+
+      // update the event in the store
+      store[storeIndex] = ev;
+
+      this.callback(this.manager, eventType, {
+        pointers: store,
+        changedPointers: [ev],
+        pointerType: pointerType,
+        srcEvent: ev
+      });
+
+      if (removePointer) {
+        // remove from the store
+        store.splice(storeIndex, 1);
+      }
+    }
+  }]);
+  return PointerEventInput;
+}(Input);
+
+/**
+ * @private
+ * convert array-like objects to real arrays
+ * @param {Object} obj
+ * @returns {Array}
+ */
+function toArray$1(obj) {
+  return Array.prototype.slice.call(obj, 0);
+}
+
+/**
+ * @private
+ * unique array with objects based on a key (like 'id') or just by the array's value
+ * @param {Array} src [{id:1},{id:2},{id:1}]
+ * @param {String} [key]
+ * @param {Boolean} [sort=False]
+ * @returns {Array} [{id:1},{id:2}]
+ */
+function uniqueArray(src, key, sort) {
+  var results = [];
+  var values = [];
+  var i = 0;
+
+  while (i < src.length) {
+    var val = key ? src[i][key] : src[i];
+    if (inArray(values, val) < 0) {
+      results.push(src[i]);
+    }
+    values[i] = val;
+    i++;
+  }
+
+  if (sort) {
+    if (!key) {
+      results = results.sort();
+    } else {
+      results = results.sort(function (a, b) {
+        return a[key] > b[key];
+      });
+    }
+  }
+
+  return results;
+}
+
+var TOUCH_INPUT_MAP = {
+  touchstart: INPUT_START,
+  touchmove: INPUT_MOVE,
+  touchend: INPUT_END,
+  touchcancel: INPUT_CANCEL
+};
+
+var TOUCH_TARGET_EVENTS = 'touchstart touchmove touchend touchcancel';
+
+/**
+ * @private
+ * Multi-user touch events input
+ * @constructor
+ * @extends Input
+ */
+
+var TouchInput = function (_Input) {
+  inherits(TouchInput, _Input);
+
+  function TouchInput() {
+    classCallCheck(this, TouchInput);
+
+    TouchInput.prototype.evTarget = TOUCH_TARGET_EVENTS;
+    TouchInput.prototype.targetIds = {};
+
+    var _this = possibleConstructorReturn(this, (TouchInput.__proto__ || Object.getPrototypeOf(TouchInput)).apply(this, arguments));
+
+    _this.evTarget = TOUCH_TARGET_EVENTS;
+    _this.targetIds = {};
+    return _this;
+  }
+
+  createClass(TouchInput, [{
+    key: 'handler',
+    value: function handler(ev) {
+      var type = TOUCH_INPUT_MAP[ev.type];
+      var touches = getTouches.call(this, ev, type);
+      if (!touches) {
+        return;
+      }
+
+      this.callback(this.manager, type, {
+        pointers: touches[0],
+        changedPointers: touches[1],
+        pointerType: INPUT_TYPE_TOUCH,
+        srcEvent: ev
+      });
+    }
+  }]);
+  return TouchInput;
+}(Input);
+
+function getTouches(ev, type) {
+  var allTouches = toArray$1(ev.touches);
+  var targetIds = this.targetIds;
+
+  // when there is only one touch, the process can be simplified
+
+  if (type & (INPUT_START | INPUT_MOVE) && allTouches.length === 1) {
+    targetIds[allTouches[0].identifier] = true;
+    return [allTouches, allTouches];
+  }
+
+  var i = void 0;
+  var targetTouches = void 0;
+  var changedTouches = toArray$1(ev.changedTouches);
+  var changedTargetTouches = [];
+  var target = this.target;
+
+  // get target touches from touches
+
+  targetTouches = allTouches.filter(function (touch) {
+    return hasParent(touch.target, target);
+  });
+
+  // collect touches
+  if (type === INPUT_START) {
+    i = 0;
+    while (i < targetTouches.length) {
+      targetIds[targetTouches[i].identifier] = true;
+      i++;
+    }
+  }
+
+  // filter changed touches to only contain touches that exist in the collected target ids
+  i = 0;
+  while (i < changedTouches.length) {
+    if (targetIds[changedTouches[i].identifier]) {
+      changedTargetTouches.push(changedTouches[i]);
+    }
+
+    // cleanup removed touches
+    if (type & (INPUT_END | INPUT_CANCEL)) {
+      delete targetIds[changedTouches[i].identifier];
+    }
+    i++;
+  }
+
+  if (!changedTargetTouches.length) {
+    return;
+  }
+
+  return [
+  // merge targetTouches with changedTargetTouches so it contains ALL touches, including 'end' and 'cancel'
+  uniqueArray(targetTouches.concat(changedTargetTouches), 'identifier', true), changedTargetTouches];
+}
+
+var MOUSE_INPUT_MAP = {
+  mousedown: INPUT_START,
+  mousemove: INPUT_MOVE,
+  mouseup: INPUT_END
+};
+
+var MOUSE_ELEMENT_EVENTS = 'mousedown';
+var MOUSE_WINDOW_EVENTS = 'mousemove mouseup';
+
+/**
+ * @private
+ * Mouse events input
+ * @constructor
+ * @extends Input
+ */
+
+var MouseInput = function (_Input) {
+  inherits(MouseInput, _Input);
+
+  function MouseInput() {
+    classCallCheck(this, MouseInput);
+
+    var _this = possibleConstructorReturn(this, (MouseInput.__proto__ || Object.getPrototypeOf(MouseInput)).apply(this, arguments));
+
+    _this.evEl = MOUSE_ELEMENT_EVENTS;
+    _this.evWin = MOUSE_WINDOW_EVENTS;
+
+    _this.pressed = false; // mousedown state
+    return _this;
+  }
+
+  /**
+   * @private
+   * handle mouse events
+   * @param {Object} ev
+   */
+
+
+  createClass(MouseInput, [{
+    key: 'handler',
+    value: function handler(ev) {
+      var eventType = MOUSE_INPUT_MAP[ev.type];
+
+      // on start we want to have the left mouse button down
+      if (eventType & INPUT_START && ev.button === 0) {
+        this.pressed = true;
+      }
+
+      if (eventType & INPUT_MOVE && ev.which !== 1) {
+        eventType = INPUT_END;
+      }
+
+      // mouse must be down
+      if (!this.pressed) {
+        return;
+      }
+
+      if (eventType & INPUT_END) {
+        this.pressed = false;
+      }
+
+      this.callback(this.manager, eventType, {
+        pointers: [ev],
+        changedPointers: [ev],
+        pointerType: INPUT_TYPE_MOUSE,
+        srcEvent: ev
+      });
+    }
+  }]);
+  return MouseInput;
+}(Input);
+
+/**
+ * @private
+ * Combined touch and mouse input
+ *
+ * Touch has a higher priority then mouse, and while touching no mouse events are allowed.
+ * This because touch devices also emit mouse events while doing a touch.
+ *
+ * @constructor
+ * @extends Input
+ */
+
+var DEDUP_TIMEOUT = 2500;
+var DEDUP_DISTANCE = 25;
+
+var TouchMouseInput = function (_Input) {
+  inherits(TouchMouseInput, _Input);
+
+  function TouchMouseInput() {
+    classCallCheck(this, TouchMouseInput);
+
+    var _this = possibleConstructorReturn(this, (TouchMouseInput.__proto__ || Object.getPrototypeOf(TouchMouseInput)).apply(this, arguments));
+
+    var handler = bindFn(_this.handler, _this);
+    _this.touch = new TouchInput(_this.manager, handler);
+    _this.mouse = new MouseInput(_this.manager, handler);
+
+    _this.primaryTouch = null;
+    _this.lastTouches = [];
+    return _this;
+  }
+
+  /**
+   * @private
+   * handle mouse and touch events
+   * @param {Hammer} manager
+   * @param {String} inputEvent
+   * @param {Object} inputData
+   */
+
+
+  createClass(TouchMouseInput, [{
+    key: 'handler',
+    value: function handler(manager, inputEvent, inputData) {
+      var isTouch = inputData.pointerType === INPUT_TYPE_TOUCH;
+      var isMouse = inputData.pointerType === INPUT_TYPE_MOUSE;
+
+      if (isMouse && inputData.sourceCapabilities && inputData.sourceCapabilities.firesTouchEvents) {
+        return;
+      }
+
+      // when we're in a touch event, record touches to  de-dupe synthetic mouse event
+      if (isTouch) {
+        recordTouches.call(this, inputEvent, inputData);
+      } else if (isMouse && isSyntheticEvent.call(this, inputData)) {
+        return;
+      }
+
+      this.callback(manager, inputEvent, inputData);
+    }
+
+    /**
+     * @private
+     * remove the event listeners
+     */
+
+  }, {
+    key: 'destroy',
+    value: function destroy() {
+      this.touch.destroy();
+      this.mouse.destroy();
+    }
+  }]);
+  return TouchMouseInput;
+}(Input);
+
+function recordTouches(eventType, eventData) {
+  if (eventType & INPUT_START) {
+    this.primaryTouch = eventData.changedPointers[0].identifier;
+    setLastTouch.call(this, eventData);
+  } else if (eventType & (INPUT_END | INPUT_CANCEL)) {
+    setLastTouch.call(this, eventData);
+  }
+}
+
+function setLastTouch(eventData) {
+  var _this2 = this;
+
+  var _eventData$changedPoi = slicedToArray(eventData.changedPointers, 1);
+
+  var touch = _eventData$changedPoi[0];
+
+  if (touch.identifier === this.primaryTouch) {
+    (function () {
+      var lastTouch = { x: touch.clientX, y: touch.clientY };
+      _this2.lastTouches.push(lastTouch);
+      var lts = _this2.lastTouches;
+      var removeLastTouch = function removeLastTouch() {
+        var i = lts.indexOf(lastTouch);
+        if (i > -1) {
+          lts.splice(i, 1);
+        }
+      };
+      setTimeout(removeLastTouch, DEDUP_TIMEOUT);
+    })();
+  }
+}
+
+function isSyntheticEvent(eventData) {
+  var x = eventData.srcEvent.clientX;
+  var y = eventData.srcEvent.clientY;
+  for (var i = 0; i < this.lastTouches.length; i++) {
+    var t = this.lastTouches[i];
+    var dx = Math.abs(x - t.x);
+    var dy = Math.abs(y - t.y);
+    if (dx <= DEDUP_DISTANCE && dy <= DEDUP_DISTANCE) {
+      return true;
+    }
+  }
+  return false;
+}
+
+/**
+ * @private
+ * create new input type manager
+ * called by the Manager constructor
+ * @param {Hammer} manager
+ * @returns {Input}
+ */
+function createInputInstance(manager) {
+  var Type = void 0;
+  // let inputClass = manager.options.inputClass;
+  var inputClass = manager.options.inputClass;
+
+  if (inputClass) {
+    Type = inputClass;
+  } else if (SUPPORT_POINTER_EVENTS) {
+    Type = PointerEventInput;
+  } else if (SUPPORT_ONLY_TOUCH) {
+    Type = TouchInput;
+  } else if (!SUPPORT_TOUCH) {
+    Type = MouseInput;
+  } else {
+    Type = TouchMouseInput;
+  }
+  return new Type(manager, inputHandler);
+}
+
+var STOP = 1;
+var FORCED_STOP = 2;
+
+/**
+* @private
+ * Manager
+ * @param {HTMLElement} element
+ * @param {Object} [options]
+ * @constructor
+ */
+
+var Manager = function () {
+  function Manager(element, options) {
+    var _this = this;
+
+    classCallCheck(this, Manager);
+
+    this.options = assign$1({}, Hammer.defaults, options || {});
+
+    this.options.inputTarget = this.options.inputTarget || element;
+
+    this.handlers = {};
+    this.session = {};
+    this.recognizers = [];
+    this.oldCssProps = {};
+
+    this.element = element;
+    this.input = createInputInstance(this);
+    this.touchAction = new TouchAction(this, this.options.touchAction);
+
+    toggleCssProps(this, true);
+
+    each(this.options.recognizers, function (item) {
+      var recognizer = _this.add(new item[0](item[1]));
+      item[2] && recognizer.recognizeWith(item[2]);
+      item[3] && recognizer.requireFailure(item[3]);
+    }, this);
+  }
+
+  /**
+   * @private
+   * set options
+   * @param {Object} options
+   * @returns {Manager}
+   */
+
+
+  createClass(Manager, [{
+    key: 'set',
+    value: function set(options) {
+      assign$1(this.options, options);
+
+      // Options that need a little more setup
+      if (options.touchAction) {
+        this.touchAction.update();
+      }
+      if (options.inputTarget) {
+        // Clean up existing event listeners and reinitialize
+        this.input.destroy();
+        this.input.target = options.inputTarget;
+        this.input.init();
+      }
+      return this;
+    }
+
+    /**
+     * @private
+     * stop recognizing for this session.
+     * This session will be discarded, when a new [input]start event is fired.
+     * When forced, the recognizer cycle is stopped immediately.
+     * @param {Boolean} [force]
+     */
+
+  }, {
+    key: 'stop',
+    value: function stop(force) {
+      this.session.stopped = force ? FORCED_STOP : STOP;
+    }
+
+    /**
+     * @private
+     * run the recognizers!
+     * called by the inputHandler function on every movement of the pointers (touches)
+     * it walks through all the recognizers and tries to detect the gesture that is being made
+     * @param {Object} inputData
+     */
+
+  }, {
+    key: 'recognize',
+    value: function recognize(inputData) {
+      var session = this.session;
+
+      if (session.stopped) {
+        return;
+      }
+
+      // run the touch-action polyfill
+      this.touchAction.preventDefaults(inputData);
+
+      var recognizer = void 0;
+      var recognizers = this.recognizers;
+
+      // this holds the recognizer that is being recognized.
+      // so the recognizer's state needs to be BEGAN, CHANGED, ENDED or RECOGNIZED
+      // if no recognizer is detecting a thing, it is set to `null`
+
+      var curRecognizer = session.curRecognizer;
+
+      // reset when the last recognizer is recognized
+      // or when we're in a new session
+
+      if (!curRecognizer || curRecognizer && curRecognizer.state & STATE_RECOGNIZED) {
+        curRecognizer = session.curRecognizer = null;
+      }
+
+      var i = 0;
+      while (i < recognizers.length) {
+        recognizer = recognizers[i];
+
+        // find out if we are allowed try to recognize the input for this one.
+        // 1.   allow if the session is NOT forced stopped (see the .stop() method)
+        // 2.   allow if we still haven't recognized a gesture in this session, or the this recognizer is the one
+        //      that is being recognized.
+        // 3.   allow if the recognizer is allowed to run simultaneous with the current recognized recognizer.
+        //      this can be setup with the `recognizeWith()` method on the recognizer.
+        if (session.stopped !== FORCED_STOP && ( // 1
+        !curRecognizer || recognizer === curRecognizer || // 2
+        recognizer.canRecognizeWith(curRecognizer))) {
+          // 3
+          recognizer.recognize(inputData);
+        } else {
+          recognizer.reset();
+        }
+
+        // if the recognizer has been recognizing the input as a valid gesture, we want to store this one as the
+        // current active recognizer. but only if we don't already have an active recognizer
+        if (!curRecognizer && recognizer.state & (STATE_BEGAN | STATE_CHANGED | STATE_ENDED)) {
+          curRecognizer = session.curRecognizer = recognizer;
+        }
+        i++;
+      }
+    }
+
+    /**
+     * @private
+     * get a recognizer by its event name.
+     * @param {Recognizer|String} recognizer
+     * @returns {Recognizer|Null}
+     */
+
+  }, {
+    key: 'get',
+    value: function get(recognizer) {
+      if (recognizer instanceof Recognizer) {
+        return recognizer;
+      }
+
+      var recognizers = this.recognizers;
+
+      for (var i = 0; i < recognizers.length; i++) {
+        if (recognizers[i].options.event === recognizer) {
+          return recognizers[i];
+        }
+      }
+      return null;
+    }
+
+    /**
+     * @private add a recognizer to the manager
+     * existing recognizers with the same event name will be removed
+     * @param {Recognizer} recognizer
+     * @returns {Recognizer|Manager}
+     */
+
+  }, {
+    key: 'add',
+    value: function add(recognizer) {
+      if (invokeArrayArg(recognizer, 'add', this)) {
+        return this;
+      }
+
+      // remove existing
+      var existing = this.get(recognizer.options.event);
+      if (existing) {
+        this.remove(existing);
+      }
+
+      this.recognizers.push(recognizer);
+      recognizer.manager = this;
+
+      this.touchAction.update();
+      return recognizer;
+    }
+
+    /**
+     * @private
+     * remove a recognizer by name or instance
+     * @param {Recognizer|String} recognizer
+     * @returns {Manager}
+     */
+
+  }, {
+    key: 'remove',
+    value: function remove(recognizer) {
+      if (invokeArrayArg(recognizer, 'remove', this)) {
+        return this;
+      }
+
+      recognizer = this.get(recognizer);
+
+      // let's make sure this recognizer exists
+      if (recognizer) {
+        var recognizers = this.recognizers;
+
+        var index = inArray(recognizers, recognizer);
+
+        if (index !== -1) {
+          recognizers.splice(index, 1);
+          this.touchAction.update();
+        }
+      }
+
+      return this;
+    }
+
+    /**
+     * @private
+     * bind event
+     * @param {String} events
+     * @param {Function} handler
+     * @returns {EventEmitter} this
+     */
+
+  }, {
+    key: 'on',
+    value: function on(events, handler) {
+      if (events === undefined) {
+        return;
+      }
+      if (handler === undefined) {
+        return;
+      }
+
+      var handlers = this.handlers;
+
+      each(splitStr(events), function (event) {
+        handlers[event] = handlers[event] || [];
+        handlers[event].push(handler);
+      });
+      return this;
+    }
+
+    /**
+     * @private unbind event, leave emit blank to remove all handlers
+     * @param {String} events
+     * @param {Function} [handler]
+     * @returns {EventEmitter} this
+     */
+
+  }, {
+    key: 'off',
+    value: function off(events, handler) {
+      if (events === undefined) {
+        return;
+      }
+
+      var handlers = this.handlers;
+
+      each(splitStr(events), function (event) {
+        if (!handler) {
+          delete handlers[event];
+        } else {
+          handlers[event] && handlers[event].splice(inArray(handlers[event], handler), 1);
+        }
+      });
+      return this;
+    }
+
+    /**
+     * @private emit event to the listeners
+     * @param {String} event
+     * @param {Object} data
+     */
+
+  }, {
+    key: 'emit',
+    value: function emit(event, data) {
+      // we also want to trigger dom events
+      if (this.options.domEvents) {
+        triggerDomEvent(event, data);
+      }
+
+      // no handlers, so skip it all
+      var handlers = this.handlers[event] && this.handlers[event].slice();
+      if (!handlers || !handlers.length) {
+        return;
+      }
+
+      data.type = event;
+      data.preventDefault = function () {
+        data.srcEvent.preventDefault();
+      };
+
+      var i = 0;
+      while (i < handlers.length) {
+        handlers[i](data);
+        i++;
+      }
+    }
+
+    /**
+     * @private
+     * destroy the manager and unbinds all events
+     * it doesn't unbind dom events, that is the user own responsibility
+     */
+
+  }, {
+    key: 'destroy',
+    value: function destroy() {
+      this.element && toggleCssProps(this, false);
+
+      this.handlers = {};
+      this.session = {};
+      this.input.destroy();
+      this.element = null;
+    }
+  }]);
+  return Manager;
+}();
+
+function toggleCssProps(manager, add) {
+  var element = manager.element;
+
+  if (!element.style) {
+    return;
+  }
+  var prop = void 0;
+  each(manager.options.cssProps, function (value, name) {
+    prop = prefixed(element.style, name);
+    if (add) {
+      manager.oldCssProps[prop] = element.style[prop];
+      element.style[prop] = value;
+    } else {
+      element.style[prop] = manager.oldCssProps[prop] || '';
+    }
+  });
+  if (!add) {
+    manager.oldCssProps = {};
+  }
+}
+
+/**
+ * @private
+ * trigger dom event
+ * @param {String} event
+ * @param {Object} data
+ */
+function triggerDomEvent(event, data) {
+  var gestureEvent = document.createEvent('Event');
+  gestureEvent.initEvent(event, true, true);
+  gestureEvent.gesture = data;
+  data.target.dispatchEvent(gestureEvent);
+}
+
+/**
+ * @private
+ * Simple way to create a manager with a default set of recognizers.
+ * @param {HTMLElement} element
+ * @param {Object} [options]
+ * @constructor
+ */
+
+var Hammer = function Hammer(element, options) {
+  classCallCheck(this, Hammer);
+
+  options = options || {};
+  options.recognizers = ifUndefined(options.recognizers, Hammer.defaults.preset);
+  return new Manager(element, options);
+};
+
+Hammer.VERSION = '2.0.8';
+
+/**
+ * @private
+ * default settings
+ * @namespace
+ */
+Hammer.defaults = {
+  /**
+   * @private
+   * set if DOM events are being triggered.
+   * But this is slower and unused by simple implementations, so disabled by default.
+   * @type {Boolean}
+   * @default false
+   */
+  domEvents: false,
+
+  /**
+   * @private
+   * The value for the touchAction property/fallback.
+   * When set to `compute` it will magically set the correct value based on the added recognizers.
+   * @type {String}
+   * @default compute
+   */
+  touchAction: TOUCH_ACTION_COMPUTE,
+
+  /**
+   * @private
+   * @type {Boolean}
+   * @default true
+   */
+  enable: true,
+
+  /**
+   * @private
+   * EXPERIMENTAL FEATURE -- can be removed/changed
+   * Change the parent input target element.
+   * If Null, then it is being set the to main element.
+   * @type {Null|EventTarget}
+   * @default null
+   */
+  inputTarget: null,
+
+  /**
+   * @private
+   * force an input class
+   * @type {Null|Function}
+   * @default null
+   */
+  inputClass: null,
+
+  /**
+   * @private
+   * Default recognizer setup when calling `Hammer()`
+   * When creating a new Manager these will be skipped.
+   * @type {Array}
+   */
+  preset: [
+  // RecognizerClass, options, [recognizeWith, ...], [requireFailure, ...]
+  [RotateRecognizer, { enable: false }], [PinchRecognizer, { enable: false }, ['rotate']], [SwipeRecognizer, { direction: DIRECTION_HORIZONTAL }], [PanRecognizer, { direction: DIRECTION_HORIZONTAL }, ['swipe']], [TapRecognizer], [TapRecognizer, { event: 'doubletap', taps: 2 }, ['tap']], [PressRecognizer]],
+
+  /**
+   * @private
+   * Some CSS properties can be used to improve the working of Hammer.
+   * Add them to this method and they will be set when creating a new Manager.
+   * @namespace
+   */
+  cssProps: {
+    /**
+     * @private
+     * Disables text selection to improve the dragging gesture. Mainly for desktop browsers.
+     * @type {String}
+     * @default 'none'
+     */
+    userSelect: 'none',
+
+    /**
+     * @private
+     * Disable the Windows Phone grippers when pressing an element.
+     * @type {String}
+     * @default 'none'
+     */
+    touchSelect: 'none',
+
+    /**
+     * @private
+     * Disables the default callout shown when you touch and hold a touch target.
+     * On iOS, when you touch and hold a touch target such as a link, Safari displays
+     * a callout containing information about the link. This property allows you to disable that callout.
+     * @type {String}
+     * @default 'none'
+     */
+    touchCallout: 'none',
+
+    /**
+     * @private
+     * Specifies whether zooming is enabled. Used by IE10>
+     * @type {String}
+     * @default 'none'
+     */
+    contentZooming: 'none',
+
+    /**
+     * @private
+     * Specifies that an entire element should be draggable instead of its contents. Mainly for desktop browsers.
+     * @type {String}
+     * @default 'none'
+     */
+    userDrag: 'none',
+
+    /**
+     * @private
+     * Overrides the highlight color shown when the user taps a link or a JavaScript
+     * clickable element in iOS. This property obeys the alpha value, if specified.
+     * @type {String}
+     * @default 'rgba(0,0,0,0)'
+     */
+    tapHighlightColor: 'rgba(0,0,0,0)'
+  }
+};
+
+var SINGLE_TOUCH_INPUT_MAP = {
+  touchstart: INPUT_START,
+  touchmove: INPUT_MOVE,
+  touchend: INPUT_END,
+  touchcancel: INPUT_CANCEL
+};
+
+var SINGLE_TOUCH_TARGET_EVENTS = 'touchstart';
+var SINGLE_TOUCH_WINDOW_EVENTS = 'touchstart touchmove touchend touchcancel';
+
+/**
+ * @private
+ * Touch events input
+ * @constructor
+ * @extends Input
+ */
+
+var SingleTouchInput = function (_Input) {
+  inherits(SingleTouchInput, _Input);
+
+  function SingleTouchInput() {
+    classCallCheck(this, SingleTouchInput);
+
+    var _this = possibleConstructorReturn(this, (SingleTouchInput.__proto__ || Object.getPrototypeOf(SingleTouchInput)).apply(this, arguments));
+
+    _this.evTarget = SINGLE_TOUCH_TARGET_EVENTS;
+    _this.evWin = SINGLE_TOUCH_WINDOW_EVENTS;
+    _this.started = false;
+
+    Input.apply(_this, arguments);
+    return _this;
+  }
+
+  createClass(SingleTouchInput, [{
+    key: 'handler',
+    value: function handler(ev) {
+      var type = SINGLE_TOUCH_INPUT_MAP[ev.type];
+
+      // should we handle the touch events?
+      if (type === INPUT_START) {
+        this.started = true;
+      }
+
+      if (!this.started) {
+        return;
+      }
+
+      var touches = normalizeSingleTouches.call(this, ev, type);
+
+      // when done, reset the started state
+      if (type & (INPUT_END | INPUT_CANCEL) && touches[0].length - touches[1].length === 0) {
+        this.started = false;
+      }
+
+      this.callback(this.manager, type, {
+        pointers: touches[0],
+        changedPointers: touches[1],
+        pointerType: INPUT_TYPE_TOUCH,
+        srcEvent: ev
+      });
+    }
+  }]);
+  return SingleTouchInput;
+}(Input);
+
+function normalizeSingleTouches(ev, type) {
+  var all = toArray$1(ev.touches);
+  var changed = toArray$1(ev.changedTouches);
+
+  if (type & (INPUT_END | INPUT_CANCEL)) {
+    all = uniqueArray(all.concat(changed), 'identifier', true);
+  }
+
+  return [all, changed];
+}
+
+/**
+ * @private
+ * wrap a method with a deprecation warning and stack trace
+ * @param {Function} method
+ * @param {String} name
+ * @param {String} message
+ * @returns {Function} A new function wrapping the supplied method.
+ */
+function deprecate(method, name, message) {
+  var deprecationMessage = 'DEPRECATED METHOD: ' + name + '\n' + message + ' AT \n';
+  return function () {
+    var e = new Error('get-stack-trace');
+    var stack = e && e.stack ? e.stack.replace(/^[^\(]+?[\n$]/gm, '').replace(/^\s+at\s+/gm, '').replace(/^Object.<anonymous>\s*\(/gm, '{anonymous}()@') : 'Unknown Stack Trace';
+
+    var log = window.console && (window.console.warn || window.console.log);
+    if (log) {
+      log.call(window.console, deprecationMessage, stack);
+    }
+    return method.apply(this, arguments);
+  };
+}
+
+/**
+ * @private
+ * extend object.
+ * means that properties in dest will be overwritten by the ones in src.
+ * @param {Object} dest
+ * @param {Object} src
+ * @param {Boolean} [merge=false]
+ * @returns {Object} dest
+ */
+var extend = deprecate(function (dest, src, merge) {
+  var keys = Object.keys(src);
+  var i = 0;
+  while (i < keys.length) {
+    if (!merge || merge && dest[keys[i]] === undefined) {
+      dest[keys[i]] = src[keys[i]];
+    }
+    i++;
+  }
+  return dest;
+}, 'extend', 'Use `assign`.');
+
+/**
+ * @private
+ * merge the values from src in the dest.
+ * means that properties that exist in dest will not be overwritten by src
+ * @param {Object} dest
+ * @param {Object} src
+ * @returns {Object} dest
+ */
+var merge = deprecate(function (dest, src) {
+  return extend(dest, src, true);
+}, 'merge', 'Use `assign`.');
+
+/**
+ * @private
+ * simple class inheritance
+ * @param {Function} child
+ * @param {Function} base
+ * @param {Object} [properties]
+ */
+function inherit(child, base, properties) {
+  var baseP = base.prototype;
+  var childP = void 0;
+
+  childP = child.prototype = Object.create(baseP);
+  childP.constructor = child;
+  childP._super = baseP;
+
+  if (properties) {
+    assign$1(childP, properties);
+  }
+}
+
+// this prevents errors when Hammer is loaded in the presence of an AMD
+//  style loader but by script tag, not by the loader.
+
+assign$1(Hammer, {
+  INPUT_START: INPUT_START,
+  INPUT_MOVE: INPUT_MOVE,
+  INPUT_END: INPUT_END,
+  INPUT_CANCEL: INPUT_CANCEL,
+
+  STATE_POSSIBLE: STATE_POSSIBLE,
+  STATE_BEGAN: STATE_BEGAN,
+  STATE_CHANGED: STATE_CHANGED,
+  STATE_ENDED: STATE_ENDED,
+  STATE_RECOGNIZED: STATE_RECOGNIZED,
+  STATE_CANCELLED: STATE_CANCELLED,
+  STATE_FAILED: STATE_FAILED,
+
+  DIRECTION_NONE: DIRECTION_NONE,
+  DIRECTION_LEFT: DIRECTION_LEFT,
+  DIRECTION_RIGHT: DIRECTION_RIGHT,
+  DIRECTION_UP: DIRECTION_UP,
+  DIRECTION_DOWN: DIRECTION_DOWN,
+  DIRECTION_HORIZONTAL: DIRECTION_HORIZONTAL,
+  DIRECTION_VERTICAL: DIRECTION_VERTICAL,
+  DIRECTION_ALL: DIRECTION_ALL,
+
+  Manager: Manager,
+  Input: Input,
+  TouchAction: TouchAction,
+
+  TouchInput: TouchInput,
+  MouseInput: MouseInput,
+  PointerEventInput: PointerEventInput,
+  TouchMouseInput: TouchMouseInput,
+  SingleTouchInput: SingleTouchInput,
+
+  Recognizer: Recognizer,
+  AttrRecognizer: AttrRecognizer,
+  Tap: TapRecognizer,
+  Pan: PanRecognizer,
+  Swipe: SwipeRecognizer,
+  Pinch: PinchRecognizer,
+  Rotate: RotateRecognizer,
+  Press: PressRecognizer,
+
+  on: addEventListeners,
+  off: removeEventListeners,
+  each: each,
+  merge: merge,
+  extend: extend,
+  assign: assign$1,
+  inherit: inherit,
+  bindFn: bindFn,
+  prefixed: prefixed,
+  toArray: toArray$1,
+  inArray: inArray,
+  uniqueArray: uniqueArray,
+  splitStr: splitStr,
+  boolOrFn: boolOrFn,
+  hasParent: hasParent,
+  addEventListeners: addEventListeners,
+  removeEventListeners: removeEventListeners
+});
+
+/* jshint ignore:start */
+if (typeof define === 'function' && define.amd) {
+  define(function () {
+    return Hammer;
+  });
+} else if (typeof module !== 'undefined' && module.exports) {
+  module.exports = Hammer;
+} else {
+  window[exportName] = Hammer;
+}
+/* jshint ignore:end */
+})(window, document, 'Hammer');
\ No newline at end of file
diff --git a/examples/web/client/js/jquery.min.js b/examples/web/client/js/jquery.min.js
new file mode 100644
index 0000000000000000000000000000000000000000..c5aff22481ae9e2477995eba9d2248ccd7af00ba
--- /dev/null
+++ b/examples/web/client/js/jquery.min.js
@@ -0,0 +1,3396 @@
+/*! jQuery v1.12.4 | (c) jQuery Foundation | jquery.org/license */ ! function(a, b) {
+	"object" == typeof module && "object" == typeof module.exports ? module.exports = a.document ? b(a, !0) : function(a) {
+		if(!a.document) throw new Error("jQuery requires a window with a document");
+		return b(a)
+	} : b(a)
+}("undefined" != typeof window ? window : this, function(a, b) {
+	var c = [],
+	d = a.document,
+	e = c.slice,
+	f = c.concat,
+	g = c.push,
+	h = c.indexOf,
+	i = {},
+	j = i.toString,
+	k = i.hasOwnProperty,
+	l = {},
+	m = "1.12.4",
+	n = function(a, b) {
+		return new n.fn.init(a, b)
+	},
+	o = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,
+	p = /^-ms-/,
+	q = /-([\da-z])/gi,
+	r = function(a, b) {
+		return b.toUpperCase()
+	};
+	n.fn = n.prototype = {
+		jquery: m,
+		constructor: n,
+		selector: "",
+		length: 0,
+		toArray: function() {
+			return e.call(this)
+		},
+		get: function(a) {
+			return null != a ? 0 > a ? this[a + this.length] : this[a] : e.call(this)
+		},
+		pushStack: function(a) {
+			var b = n.merge(this.constructor(), a);
+			return b.prevObject = this, b.context = this.context, b
+		},
+		each: function(a) {
+			return n.each(this, a)
+		},
+		map: function(a) {
+			return this.pushStack(n.map(this, function(b, c) {
+				return a.call(b, c, b)
+			}))
+		},
+		slice: function() {
+			return this.pushStack(e.apply(this, arguments))
+		},
+		first: function() {
+			return this.eq(0)
+		},
+		last: function() {
+			return this.eq(-1)
+		},
+		eq: function(a) {
+			var b = this.length,
+			c = +a + (0 > a ? b : 0);
+			return this.pushStack(c >= 0 && b > c ? [this[c]] : [])
+		},
+		end: function() {
+			return this.prevObject || this.constructor()
+		},
+		push: g,
+		sort: c.sort,
+		splice: c.splice
+	}, n.extend = n.fn.extend = function() {
+		var a, b, c, d, e, f, g = arguments[0] || {},
+		h = 1,
+		i = arguments.length,
+		j = !1;
+		for("boolean" == typeof g && (j = g, g = arguments[h] || {}, h++), "object" == typeof g || n.isFunction(g) || (g = {}), h === i && (g = this, h--); i > h; h++)
+			if(null != (e = arguments[h]))
+				for(d in e) a = g[d], c = e[d], g !== c && (j && c && (n.isPlainObject(c) || (b = n.isArray(c))) ? (b ? (b = !1, f = a && n.isArray(a) ? a : []) : f = a && n.isPlainObject(a) ? a : {}, g[d] = n.extend(j, f, c)) : void 0 !== c && (g[d] = c));
+					return g
+			}, n.extend({
+				expando: "jQuery" + (m + Math.random()).replace(/\D/g, ""),
+				isReady: !0,
+				error: function(a) {
+					throw new Error(a)
+				},
+				noop: function() {},
+				isFunction: function(a) {
+					return "function" === n.type(a)
+				},
+				isArray: Array.isArray || function(a) {
+					return "array" === n.type(a)
+				},
+				isWindow: function(a) {
+					return null != a && a == a.window
+				},
+				isNumeric: function(a) {
+					var b = a && a.toString();
+					return !n.isArray(a) && b - parseFloat(b) + 1 >= 0
+				},
+				isEmptyObject: function(a) {
+					var b;
+					for(b in a) return !1;
+						return !0
+				},
+				isPlainObject: function(a) {
+					var b;
+					if(!a || "object" !== n.type(a) || a.nodeType || n.isWindow(a)) return !1;
+					try {
+						if(a.constructor && !k.call(a, "constructor") && !k.call(a.constructor.prototype, "isPrototypeOf")) return !1
+					} catch(c) {
+						return !1
+					}
+					if(!l.ownFirst)
+						for(b in a) return k.call(a, b);
+							for(b in a);
+								return void 0 === b || k.call(a, b)
+						},
+						type: function(a) {
+							return null == a ? a + "" : "object" == typeof a || "function" == typeof a ? i[j.call(a)] || "object" : typeof a
+						},
+						globalEval: function(b) {
+							b && n.trim(b) && (a.execScript || function(b) {
+								a.eval.call(a, b)
+							})(b)
+						},
+						camelCase: function(a) {
+							return a.replace(p, "ms-").replace(q, r)
+						},
+						nodeName: function(a, b) {
+							return a.nodeName && a.nodeName.toLowerCase() === b.toLowerCase()
+						},
+						each: function(a, b) {
+							var c, d = 0;
+							if(s(a)) {
+								for(c = a.length; c > d; d++)
+									if(b.call(a[d], d, a[d]) === !1) break
+								} else
+							for(d in a)
+								if(b.call(a[d], d, a[d]) === !1) break;
+							return a
+						},
+						trim: function(a) {
+							return null == a ? "" : (a + "").replace(o, "")
+						},
+						makeArray: function(a, b) {
+							var c = b || [];
+							return null != a && (s(Object(a)) ? n.merge(c, "string" == typeof a ? [a] : a) : g.call(c, a)), c
+						},
+						inArray: function(a, b, c) {
+							var d;
+							if(b) {
+								if(h) return h.call(b, a, c);
+								for(d = b.length, c = c ? 0 > c ? Math.max(0, d + c) : c : 0; d > c; c++)
+									if(c in b && b[c] === a) return c
+								}
+							return -1
+						},
+						merge: function(a, b) {
+							var c = +b.length,
+							d = 0,
+							e = a.length;
+							while(c > d) a[e++] = b[d++];
+							if(c !== c)
+								while(void 0 !== b[d]) a[e++] = b[d++];
+							return a.length = e, a
+						},
+						grep: function(a, b, c) {
+							for(var d, e = [], f = 0, g = a.length, h = !c; g > f; f++) d = !b(a[f], f), d !== h && e.push(a[f]);
+								return e
+						},
+						map: function(a, b, c) {
+							var d, e, g = 0,
+							h = [];
+							if(s(a))
+								for(d = a.length; d > g; g++) e = b(a[g], g, c), null != e && h.push(e);
+									else
+										for(g in a) e = b(a[g], g, c), null != e && h.push(e);
+											return f.apply([], h)
+									},
+									guid: 1,
+									proxy: function(a, b) {
+										var c, d, f;
+										return "string" == typeof b && (f = a[b], b = a, a = f), n.isFunction(a) ? (c = e.call(arguments, 2), d = function() {
+											return a.apply(b || this, c.concat(e.call(arguments)))
+										}, d.guid = a.guid = a.guid || n.guid++, d) : void 0
+									},
+									now: function() {
+										return +new Date
+									},
+									support: l
+								}), "function" == typeof Symbol && (n.fn[Symbol.iterator] = c[Symbol.iterator]), n.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "), function(a, b) {
+									i["[object " + b + "]"] = b.toLowerCase()
+								});
+
+								function s(a) {
+									var b = !!a && "length" in a && a.length,
+									c = n.type(a);
+									return "function" === c || n.isWindow(a) ? !1 : "array" === c || 0 === b || "number" == typeof b && b > 0 && b - 1 in a
+								}
+								var t = function(a) {
+									var b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u = "sizzle" + 1 * new Date,
+									v = a.document,
+									w = 0,
+									x = 0,
+									y = ga(),
+									z = ga(),
+									A = ga(),
+									B = function(a, b) {
+										return a === b && (l = !0), 0
+									},
+									C = 1 << 31,
+									D = {}.hasOwnProperty,
+									E = [],
+									F = E.pop,
+									G = E.push,
+									H = E.push,
+									I = E.slice,
+									J = function(a, b) {
+										for(var c = 0, d = a.length; d > c; c++)
+											if(a[c] === b) return c;
+										return -1
+									},
+									K = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",
+									L = "[\\x20\\t\\r\\n\\f]",
+									M = "(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",
+									N = "\\[" + L + "*(" + M + ")(?:" + L + "*([*^$|!~]?=)" + L + "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + M + "))|)" + L + "*\\]",
+									O = ":(" + M + ")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|" + N + ")*)|.*)\\)|)",
+									P = new RegExp(L + "+", "g"),
+									Q = new RegExp("^" + L + "+|((?:^|[^\\\\])(?:\\\\.)*)" + L + "+$", "g"),
+									R = new RegExp("^" + L + "*," + L + "*"),
+									S = new RegExp("^" + L + "*([>+~]|" + L + ")" + L + "*"),
+									T = new RegExp("=" + L + "*([^\\]'\"]*?)" + L + "*\\]", "g"),
+									U = new RegExp(O),
+									V = new RegExp("^" + M + "$"),
+									W = {
+										ID: new RegExp("^#(" + M + ")"),
+										CLASS: new RegExp("^\\.(" + M + ")"),
+										TAG: new RegExp("^(" + M + "|[*])"),
+										ATTR: new RegExp("^" + N),
+										PSEUDO: new RegExp("^" + O),
+										CHILD: new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + L + "*(even|odd|(([+-]|)(\\d*)n|)" + L + "*(?:([+-]|)" + L + "*(\\d+)|))" + L + "*\\)|)", "i"),
+										bool: new RegExp("^(?:" + K + ")$", "i"),
+										needsContext: new RegExp("^" + L + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + L + "*((?:-\\d)?\\d*)" + L + "*\\)|)(?=[^-]|$)", "i")
+									},
+									X = /^(?:input|select|textarea|button)$/i,
+									Y = /^h\d$/i,
+									Z = /^[^{]+\{\s*\[native \w/,
+										$ = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,
+										_ = /[+~]/,
+										aa = /'|\\/g,
+										ba = new RegExp("\\\\([\\da-f]{1,6}" + L + "?|(" + L + ")|.)", "ig"),
+										ca = function(a, b, c) {
+											var d = "0x" + b - 65536;
+											return d !== d || c ? b : 0 > d ? String.fromCharCode(d + 65536) : String.fromCharCode(d >> 10 | 55296, 1023 & d | 56320)
+										},
+										da = function() {
+											m()
+										};
+										try {
+											H.apply(E = I.call(v.childNodes), v.childNodes), E[v.childNodes.length].nodeType
+										} catch(ea) {
+											H = {
+												apply: E.length ? function(a, b) {
+													G.apply(a, I.call(b))
+												} : function(a, b) {
+													var c = a.length,
+													d = 0;
+													while(a[c++] = b[d++]);
+													a.length = c - 1
+												}
+											}
+										}
+
+										function fa(a, b, d, e) {
+											var f, h, j, k, l, o, r, s, w = b && b.ownerDocument,
+											x = b ? b.nodeType : 9;
+											if(d = d || [], "string" != typeof a || !a || 1 !== x && 9 !== x && 11 !== x) return d;
+											if(!e && ((b ? b.ownerDocument || b : v) !== n && m(b), b = b || n, p)) {
+												if(11 !== x && (o = $.exec(a)))
+													if(f = o[1]) {
+														if(9 === x) {
+															if(!(j = b.getElementById(f))) return d;
+															if(j.id === f) return d.push(j), d
+														} else if(w && (j = w.getElementById(f)) && t(b, j) && j.id === f) return d.push(j), d
+												} else {
+													if(o[2]) return H.apply(d, b.getElementsByTagName(a)), d;
+													if((f = o[3]) && c.getElementsByClassName && b.getElementsByClassName) return H.apply(d, b.getElementsByClassName(f)), d
+												}
+											if(c.qsa && !A[a + " "] && (!q || !q.test(a))) {
+												if(1 !== x) w = b, s = a;
+												else if("object" !== b.nodeName.toLowerCase()) {
+													(k = b.getAttribute("id")) ? k = k.replace(aa, "\\$&"): b.setAttribute("id", k = u), r = g(a), h = r.length, l = V.test(k) ? "#" + k : "[id='" + k + "']";
+													while(h--) r[h] = l + " " + qa(r[h]);
+													s = r.join(","), w = _.test(a) && oa(b.parentNode) || b
+												}
+												if(s) try {
+													return H.apply(d, w.querySelectorAll(s)), d
+												} catch(y) {} finally {
+													k === u && b.removeAttribute("id")
+												}
+											}
+										}
+										return i(a.replace(Q, "$1"), b, d, e)
+									}
+
+									function ga() {
+										var a = [];
+
+										function b(c, e) {
+											return a.push(c + " ") > d.cacheLength && delete b[a.shift()], b[c + " "] = e
+										}
+										return b
+									}
+
+									function ha(a) {
+										return a[u] = !0, a
+									}
+
+									function ia(a) {
+										var b = n.createElement("div");
+										try {
+											return !!a(b)
+										} catch(c) {
+											return !1
+										} finally {
+											b.parentNode && b.parentNode.removeChild(b), b = null
+										}
+									}
+
+									function ja(a, b) {
+										var c = a.split("|"),
+										e = c.length;
+										while(e--) d.attrHandle[c[e]] = b
+									}
+
+								function ka(a, b) {
+									var c = b && a,
+									d = c && 1 === a.nodeType && 1 === b.nodeType && (~b.sourceIndex || C) - (~a.sourceIndex || C);
+									if(d) return d;
+									if(c)
+										while(c = c.nextSibling)
+											if(c === b) return -1;
+										return a ? 1 : -1
+									}
+
+									function la(a) {
+										return function(b) {
+											var c = b.nodeName.toLowerCase();
+											return "input" === c && b.type === a
+										}
+									}
+
+									function ma(a) {
+										return function(b) {
+											var c = b.nodeName.toLowerCase();
+											return("input" === c || "button" === c) && b.type === a
+										}
+									}
+
+									function na(a) {
+										return ha(function(b) {
+											return b = +b, ha(function(c, d) {
+												var e, f = a([], c.length, b),
+												g = f.length;
+												while(g--) c[e = f[g]] && (c[e] = !(d[e] = c[e]))
+											})
+										})
+									}
+
+									function oa(a) {
+										return a && "undefined" != typeof a.getElementsByTagName && a
+									}
+									c = fa.support = {}, f = fa.isXML = function(a) {
+										var b = a && (a.ownerDocument || a).documentElement;
+										return b ? "HTML" !== b.nodeName : !1
+									}, m = fa.setDocument = function(a) {
+										var b, e, g = a ? a.ownerDocument || a : v;
+										return g !== n && 9 === g.nodeType && g.documentElement ? (n = g, o = n.documentElement, p = !f(n), (e = n.defaultView) && e.top !== e && (e.addEventListener ? e.addEventListener("unload", da, !1) : e.attachEvent && e.attachEvent("onunload", da)), c.attributes = ia(function(a) {
+											return a.className = "i", !a.getAttribute("className")
+										}), c.getElementsByTagName = ia(function(a) {
+											return a.appendChild(n.createComment("")), !a.getElementsByTagName("*").length
+										}), c.getElementsByClassName = Z.test(n.getElementsByClassName), c.getById = ia(function(a) {
+											return o.appendChild(a).id = u, !n.getElementsByName || !n.getElementsByName(u).length
+										}), c.getById ? (d.find.ID = function(a, b) {
+											if("undefined" != typeof b.getElementById && p) {
+												var c = b.getElementById(a);
+												return c ? [c] : []
+											}
+										}, d.filter.ID = function(a) {
+											var b = a.replace(ba, ca);
+											return function(a) {
+												return a.getAttribute("id") === b
+											}
+										}) : (delete d.find.ID, d.filter.ID = function(a) {
+											var b = a.replace(ba, ca);
+											return function(a) {
+												var c = "undefined" != typeof a.getAttributeNode && a.getAttributeNode("id");
+												return c && c.value === b
+											}
+										}), d.find.TAG = c.getElementsByTagName ? function(a, b) {
+											return "undefined" != typeof b.getElementsByTagName ? b.getElementsByTagName(a) : c.qsa ? b.querySelectorAll(a) : void 0
+										} : function(a, b) {
+											var c, d = [],
+											e = 0,
+											f = b.getElementsByTagName(a);
+											if("*" === a) {
+												while(c = f[e++]) 1 === c.nodeType && d.push(c);
+												return d
+											}
+											return f
+										}, d.find.CLASS = c.getElementsByClassName && function(a, b) {
+											return "undefined" != typeof b.getElementsByClassName && p ? b.getElementsByClassName(a) : void 0
+										}, r = [], q = [], (c.qsa = Z.test(n.querySelectorAll)) && (ia(function(a) {
+											o.appendChild(a).innerHTML = "<a id='" + u + "'></a><select id='" + u + "-\r\\' msallowcapture=''><option selected=''></option></select>", a.querySelectorAll("[msallowcapture^='']").length && q.push("[*^$]=" + L + "*(?:''|\"\")"), a.querySelectorAll("[selected]").length || q.push("\\[" + L + "*(?:value|" + K + ")"), a.querySelectorAll("[id~=" + u + "-]").length || q.push("~="), a.querySelectorAll(":checked").length || q.push(":checked"), a.querySelectorAll("a#" + u + "+*").length || q.push(".#.+[+~]")
+										}), ia(function(a) {
+											var b = n.createElement("input");
+											b.setAttribute("type", "hidden"), a.appendChild(b).setAttribute("name", "D"), a.querySelectorAll("[name=d]").length && q.push("name" + L + "*[*^$|!~]?="), a.querySelectorAll(":enabled").length || q.push(":enabled", ":disabled"), a.querySelectorAll("*,:x"), q.push(",.*:")
+										})), (c.matchesSelector = Z.test(s = o.matches || o.webkitMatchesSelector || o.mozMatchesSelector || o.oMatchesSelector || o.msMatchesSelector)) && ia(function(a) {
+											c.disconnectedMatch = s.call(a, "div"), s.call(a, "[s!='']:x"), r.push("!=", O)
+										}), q = q.length && new RegExp(q.join("|")), r = r.length && new RegExp(r.join("|")), b = Z.test(o.compareDocumentPosition), t = b || Z.test(o.contains) ? function(a, b) {
+											var c = 9 === a.nodeType ? a.documentElement : a,
+											d = b && b.parentNode;
+											return a === d || !(!d || 1 !== d.nodeType || !(c.contains ? c.contains(d) : a.compareDocumentPosition && 16 & a.compareDocumentPosition(d)))
+										} : function(a, b) {
+											if(b)
+												while(b = b.parentNode)
+													if(b === a) return !0;
+												return !1
+											}, B = b ? function(a, b) {
+												if(a === b) return l = !0, 0;
+												var d = !a.compareDocumentPosition - !b.compareDocumentPosition;
+												return d ? d : (d = (a.ownerDocument || a) === (b.ownerDocument || b) ? a.compareDocumentPosition(b) : 1, 1 & d || !c.sortDetached && b.compareDocumentPosition(a) === d ? a === n || a.ownerDocument === v && t(v, a) ? -1 : b === n || b.ownerDocument === v && t(v, b) ? 1 : k ? J(k, a) - J(k, b) : 0 : 4 & d ? -1 : 1)
+											} : function(a, b) {
+												if(a === b) return l = !0, 0;
+												var c, d = 0,
+												e = a.parentNode,
+												f = b.parentNode,
+												g = [a],
+												h = [b];
+												if(!e || !f) return a === n ? -1 : b === n ? 1 : e ? -1 : f ? 1 : k ? J(k, a) - J(k, b) : 0;
+												if(e === f) return ka(a, b);
+												c = a;
+												while(c = c.parentNode) g.unshift(c);
+												c = b;
+												while(c = c.parentNode) h.unshift(c);
+												while(g[d] === h[d]) d++;
+												return d ? ka(g[d], h[d]) : g[d] === v ? -1 : h[d] === v ? 1 : 0
+											}, n) : n
+}, fa.matches = function(a, b) {
+	return fa(a, null, null, b)
+}, fa.matchesSelector = function(a, b) {
+	if((a.ownerDocument || a) !== n && m(a), b = b.replace(T, "='$1']"), c.matchesSelector && p && !A[b + " "] && (!r || !r.test(b)) && (!q || !q.test(b))) try {
+		var d = s.call(a, b);
+		if(d || c.disconnectedMatch || a.document && 11 !== a.document.nodeType) return d
+	} catch(e) {}
+return fa(b, n, null, [a]).length > 0
+}, fa.contains = function(a, b) {
+	return(a.ownerDocument || a) !== n && m(a), t(a, b)
+}, fa.attr = function(a, b) {
+	(a.ownerDocument || a) !== n && m(a);
+	var e = d.attrHandle[b.toLowerCase()],
+	f = e && D.call(d.attrHandle, b.toLowerCase()) ? e(a, b, !p) : void 0;
+	return void 0 !== f ? f : c.attributes || !p ? a.getAttribute(b) : (f = a.getAttributeNode(b)) && f.specified ? f.value : null
+}, fa.error = function(a) {
+	throw new Error("Syntax error, unrecognized expression: " + a)
+}, fa.uniqueSort = function(a) {
+	var b, d = [],
+	e = 0,
+	f = 0;
+	if(l = !c.detectDuplicates, k = !c.sortStable && a.slice(0), a.sort(B), l) {
+		while(b = a[f++]) b === a[f] && (e = d.push(f));
+		while(e--) a.splice(d[e], 1)
+	}
+return k = null, a
+}, e = fa.getText = function(a) {
+	var b, c = "",
+	d = 0,
+	f = a.nodeType;
+	if(f) {
+		if(1 === f || 9 === f || 11 === f) {
+			if("string" == typeof a.textContent) return a.textContent;
+			for(a = a.firstChild; a; a = a.nextSibling) c += e(a)
+		} else if(3 === f || 4 === f) return a.nodeValue
+} else
+while(b = a[d++]) c += e(b);
+return c
+}, d = fa.selectors = {
+	cacheLength: 50,
+	createPseudo: ha,
+	match: W,
+	attrHandle: {},
+	find: {},
+	relative: {
+		">": {
+			dir: "parentNode",
+			first: !0
+		},
+		" ": {
+			dir: "parentNode"
+		},
+		"+": {
+			dir: "previousSibling",
+			first: !0
+		},
+		"~": {
+			dir: "previousSibling"
+		}
+	},
+	preFilter: {
+		ATTR: function(a) {
+			return a[1] = a[1].replace(ba, ca), a[3] = (a[3] || a[4] || a[5] || "").replace(ba, ca), "~=" === a[2] && (a[3] = " " + a[3] + " "), a.slice(0, 4)
+		},
+		CHILD: function(a) {
+			return a[1] = a[1].toLowerCase(), "nth" === a[1].slice(0, 3) ? (a[3] || fa.error(a[0]), a[4] = +(a[4] ? a[5] + (a[6] || 1) : 2 * ("even" === a[3] || "odd" === a[3])), a[5] = +(a[7] + a[8] || "odd" === a[3])) : a[3] && fa.error(a[0]), a
+		},
+		PSEUDO: function(a) {
+			var b, c = !a[6] && a[2];
+			return W.CHILD.test(a[0]) ? null : (a[3] ? a[2] = a[4] || a[5] || "" : c && U.test(c) && (b = g(c, !0)) && (b = c.indexOf(")", c.length - b) - c.length) && (a[0] = a[0].slice(0, b), a[2] = c.slice(0, b)), a.slice(0, 3))
+		}
+	},
+	filter: {
+		TAG: function(a) {
+			var b = a.replace(ba, ca).toLowerCase();
+			return "*" === a ? function() {
+				return !0
+			} : function(a) {
+				return a.nodeName && a.nodeName.toLowerCase() === b
+			}
+		},
+		CLASS: function(a) {
+			var b = y[a + " "];
+			return b || (b = new RegExp("(^|" + L + ")" + a + "(" + L + "|$)")) && y(a, function(a) {
+				return b.test("string" == typeof a.className && a.className || "undefined" != typeof a.getAttribute && a.getAttribute("class") || "")
+			})
+		},
+		ATTR: function(a, b, c) {
+			return function(d) {
+				var e = fa.attr(d, a);
+				return null == e ? "!=" === b : b ? (e += "", "=" === b ? e === c : "!=" === b ? e !== c : "^=" === b ? c && 0 === e.indexOf(c) : "*=" === b ? c && e.indexOf(c) > -1 : "$=" === b ? c && e.slice(-c.length) === c : "~=" === b ? (" " + e.replace(P, " ") + " ").indexOf(c) > -1 : "|=" === b ? e === c || e.slice(0, c.length + 1) === c + "-" : !1) : !0
+			}
+		},
+		CHILD: function(a, b, c, d, e) {
+			var f = "nth" !== a.slice(0, 3),
+			g = "last" !== a.slice(-4),
+			h = "of-type" === b;
+			return 1 === d && 0 === e ? function(a) {
+				return !!a.parentNode
+			} : function(b, c, i) {
+				var j, k, l, m, n, o, p = f !== g ? "nextSibling" : "previousSibling",
+				q = b.parentNode,
+				r = h && b.nodeName.toLowerCase(),
+				s = !i && !h,
+				t = !1;
+				if(q) {
+					if(f) {
+						while(p) {
+							m = b;
+							while(m = m[p])
+								if(h ? m.nodeName.toLowerCase() === r : 1 === m.nodeType) return !1;
+							o = p = "only" === a && !o && "nextSibling"
+						}
+						return !0
+					}
+					if(o = [g ? q.firstChild : q.lastChild], g && s) {
+						m = q, l = m[u] || (m[u] = {}), k = l[m.uniqueID] || (l[m.uniqueID] = {}), j = k[a] || [], n = j[0] === w && j[1], t = n && j[2], m = n && q.childNodes[n];
+						while(m = ++n && m && m[p] || (t = n = 0) || o.pop())
+							if(1 === m.nodeType && ++t && m === b) {
+								k[a] = [w, n, t];
+								break
+							}
+						} else if(s && (m = b, l = m[u] || (m[u] = {}), k = l[m.uniqueID] || (l[m.uniqueID] = {}), j = k[a] || [], n = j[0] === w && j[1], t = n), t === !1)
+						while(m = ++n && m && m[p] || (t = n = 0) || o.pop())
+							if((h ? m.nodeName.toLowerCase() === r : 1 === m.nodeType) && ++t && (s && (l = m[u] || (m[u] = {}), k = l[m.uniqueID] || (l[m.uniqueID] = {}), k[a] = [w, t]), m === b)) break;
+						return t -= e, t === d || t % d === 0 && t / d >= 0
+					}
+				}
+			},
+			PSEUDO: function(a, b) {
+				var c, e = d.pseudos[a] || d.setFilters[a.toLowerCase()] || fa.error("unsupported pseudo: " + a);
+				return e[u] ? e(b) : e.length > 1 ? (c = [a, a, "", b], d.setFilters.hasOwnProperty(a.toLowerCase()) ? ha(function(a, c) {
+					var d, f = e(a, b),
+					g = f.length;
+					while(g--) d = J(a, f[g]), a[d] = !(c[d] = f[g])
+				}) : function(a) {
+					return e(a, 0, c)
+				}) : e
+			}
+		},
+		pseudos: {
+			not: ha(function(a) {
+				var b = [],
+				c = [],
+				d = h(a.replace(Q, "$1"));
+				return d[u] ? ha(function(a, b, c, e) {
+					var f, g = d(a, null, e, []),
+					h = a.length;
+					while(h--)(f = g[h]) && (a[h] = !(b[h] = f))
+				}) : function(a, e, f) {
+					return b[0] = a, d(b, null, f, c), b[0] = null, !c.pop()
+				}
+			}),
+			has: ha(function(a) {
+				return function(b) {
+					return fa(a, b).length > 0
+				}
+			}),
+			contains: ha(function(a) {
+				return a = a.replace(ba, ca),
+				function(b) {
+					return(b.textContent || b.innerText || e(b)).indexOf(a) > -1
+				}
+			}),
+			lang: ha(function(a) {
+				return V.test(a || "") || fa.error("unsupported lang: " + a), a = a.replace(ba, ca).toLowerCase(),
+				function(b) {
+					var c;
+					do
+					if(c = p ? b.lang : b.getAttribute("xml:lang") || b.getAttribute("lang")) return c = c.toLowerCase(), c === a || 0 === c.indexOf(a + "-"); while ((b = b.parentNode) && 1 === b.nodeType);
+					return !1
+				}
+			}),
+			target: function(b) {
+				var c = a.location && a.location.hash;
+				return c && c.slice(1) === b.id
+			},
+			root: function(a) {
+				return a === o
+			},
+			focus: function(a) {
+				return a === n.activeElement && (!n.hasFocus || n.hasFocus()) && !!(a.type || a.href || ~a.tabIndex)
+			},
+			enabled: function(a) {
+				return a.disabled === !1
+			},
+			disabled: function(a) {
+				return a.disabled === !0
+			},
+			checked: function(a) {
+				var b = a.nodeName.toLowerCase();
+				return "input" === b && !!a.checked || "option" === b && !!a.selected
+			},
+			selected: function(a) {
+				return a.parentNode && a.parentNode.selectedIndex, a.selected === !0
+			},
+			empty: function(a) {
+				for(a = a.firstChild; a; a = a.nextSibling)
+					if(a.nodeType < 6) return !1;
+				return !0
+			},
+			parent: function(a) {
+				return !d.pseudos.empty(a)
+			},
+			header: function(a) {
+				return Y.test(a.nodeName)
+			},
+			input: function(a) {
+				return X.test(a.nodeName)
+			},
+			button: function(a) {
+				var b = a.nodeName.toLowerCase();
+				return "input" === b && "button" === a.type || "button" === b
+			},
+			text: function(a) {
+				var b;
+				return "input" === a.nodeName.toLowerCase() && "text" === a.type && (null == (b = a.getAttribute("type")) || "text" === b.toLowerCase())
+			},
+			first: na(function() {
+				return [0]
+			}),
+			last: na(function(a, b) {
+				return [b - 1]
+			}),
+			eq: na(function(a, b, c) {
+				return [0 > c ? c + b : c]
+			}),
+			even: na(function(a, b) {
+				for(var c = 0; b > c; c += 2) a.push(c);
+					return a
+			}),
+			odd: na(function(a, b) {
+				for(var c = 1; b > c; c += 2) a.push(c);
+					return a
+			}),
+			lt: na(function(a, b, c) {
+				for(var d = 0 > c ? c + b : c; --d >= 0;) a.push(d);
+					return a
+			}),
+			gt: na(function(a, b, c) {
+				for(var d = 0 > c ? c + b : c; ++d < b;) a.push(d);
+					return a
+			})
+		}
+	}, d.pseudos.nth = d.pseudos.eq;
+	for(b in {
+		radio: !0,
+		checkbox: !0,
+		file: !0,
+		password: !0,
+		image: !0
+	}) d.pseudos[b] = la(b);
+		for(b in {
+			submit: !0,
+			reset: !0
+		}) d.pseudos[b] = ma(b);
+
+			function pa() {}
+			pa.prototype = d.filters = d.pseudos, d.setFilters = new pa, g = fa.tokenize = function(a, b) {
+				var c, e, f, g, h, i, j, k = z[a + " "];
+				if(k) return b ? 0 : k.slice(0);
+				h = a, i = [], j = d.preFilter;
+				while(h) {
+					c && !(e = R.exec(h)) || (e && (h = h.slice(e[0].length) || h), i.push(f = [])), c = !1, (e = S.exec(h)) && (c = e.shift(), f.push({
+						value: c,
+						type: e[0].replace(Q, " ")
+					}), h = h.slice(c.length));
+					for(g in d.filter) !(e = W[g].exec(h)) || j[g] && !(e = j[g](e)) || (c = e.shift(), f.push({
+						value: c,
+						type: g,
+						matches: e
+					}), h = h.slice(c.length));
+						if(!c) break
+					}
+				return b ? h.length : h ? fa.error(a) : z(a, i).slice(0)
+			};
+
+			function qa(a) {
+				for(var b = 0, c = a.length, d = ""; c > b; b++) d += a[b].value;
+					return d
+			}
+
+			function ra(a, b, c) {
+				var d = b.dir,
+				e = c && "parentNode" === d,
+				f = x++;
+				return b.first ? function(b, c, f) {
+					while(b = b[d])
+						if(1 === b.nodeType || e) return a(b, c, f)
+					} : function(b, c, g) {
+						var h, i, j, k = [w, f];
+						if(g) {
+							while(b = b[d])
+								if((1 === b.nodeType || e) && a(b, c, g)) return !0
+							} else
+						while(b = b[d])
+							if(1 === b.nodeType || e) {
+								if(j = b[u] || (b[u] = {}), i = j[b.uniqueID] || (j[b.uniqueID] = {}), (h = i[d]) && h[0] === w && h[1] === f) return k[2] = h[2];
+								if(i[d] = k, k[2] = a(b, c, g)) return !0
+							}
+					}
+				}
+
+				function sa(a) {
+					return a.length > 1 ? function(b, c, d) {
+						var e = a.length;
+						while(e--)
+							if(!a[e](b, c, d)) return !1;
+						return !0
+					} : a[0]
+				}
+
+				function ta(a, b, c) {
+					for(var d = 0, e = b.length; e > d; d++) fa(a, b[d], c);
+						return c
+				}
+
+				function ua(a, b, c, d, e) {
+					for(var f, g = [], h = 0, i = a.length, j = null != b; i > h; h++)(f = a[h]) && (c && !c(f, d, e) || (g.push(f), j && b.push(h)));
+						return g
+				}
+
+				function va(a, b, c, d, e, f) {
+					return d && !d[u] && (d = va(d)), e && !e[u] && (e = va(e, f)), ha(function(f, g, h, i) {
+						var j, k, l, m = [],
+						n = [],
+						o = g.length,
+						p = f || ta(b || "*", h.nodeType ? [h] : h, []),
+						q = !a || !f && b ? p : ua(p, m, a, h, i),
+						r = c ? e || (f ? a : o || d) ? [] : g : q;
+						if(c && c(q, r, h, i), d) {
+							j = ua(r, n), d(j, [], h, i), k = j.length;
+							while(k--)(l = j[k]) && (r[n[k]] = !(q[n[k]] = l))
+						}
+					if(f) {
+						if(e || a) {
+							if(e) {
+								j = [], k = r.length;
+								while(k--)(l = r[k]) && j.push(q[k] = l);
+								e(null, r = [], j, i)
+							}
+							k = r.length;
+							while(k--)(l = r[k]) && (j = e ? J(f, l) : m[k]) > -1 && (f[j] = !(g[j] = l))
+						}
+				} else r = ua(r === g ? r.splice(o, r.length) : r), e ? e(null, g, r, i) : H.apply(g, r)
+			})
+				}
+
+				function wa(a) {
+					for(var b, c, e, f = a.length, g = d.relative[a[0].type], h = g || d.relative[" "], i = g ? 1 : 0, k = ra(function(a) {
+						return a === b
+					}, h, !0), l = ra(function(a) {
+						return J(b, a) > -1
+					}, h, !0), m = [function(a, c, d) {
+						var e = !g && (d || c !== j) || ((b = c).nodeType ? k(a, c, d) : l(a, c, d));
+						return b = null, e
+					}]; f > i; i++)
+						if(c = d.relative[a[i].type]) m = [ra(sa(m), c)];
+						else {
+							if(c = d.filter[a[i].type].apply(null, a[i].matches), c[u]) {
+								for(e = ++i; f > e; e++)
+									if(d.relative[a[e].type]) break;
+								return va(i > 1 && sa(m), i > 1 && qa(a.slice(0, i - 1).concat({
+									value: " " === a[i - 2].type ? "*" : ""
+								})).replace(Q, "$1"), c, e > i && wa(a.slice(i, e)), f > e && wa(a = a.slice(e)), f > e && qa(a))
+							}
+							m.push(c)
+						}
+						return sa(m)
+					}
+
+					function xa(a, b) {
+						var c = b.length > 0,
+						e = a.length > 0,
+						f = function(f, g, h, i, k) {
+							var l, o, q, r = 0,
+							s = "0",
+							t = f && [],
+							u = [],
+							v = j,
+							x = f || e && d.find.TAG("*", k),
+							y = w += null == v ? 1 : Math.random() || .1,
+							z = x.length;
+							for(k && (j = g === n || g || k); s !== z && null != (l = x[s]); s++) {
+								if(e && l) {
+									o = 0, g || l.ownerDocument === n || (m(l), h = !p);
+									while(q = a[o++])
+										if(q(l, g || n, h)) {
+											i.push(l);
+											break
+										}
+										k && (w = y)
+									}
+									c && ((l = !q && l) && r--, f && t.push(l))
+								}
+								if(r += s, c && s !== r) {
+									o = 0;
+									while(q = b[o++]) q(t, u, g, h);
+									if(f) {
+										if(r > 0)
+											while(s--) t[s] || u[s] || (u[s] = F.call(i));
+										u = ua(u)
+									}
+									H.apply(i, u), k && !f && u.length > 0 && r + b.length > 1 && fa.uniqueSort(i)
+								}
+								return k && (w = y, j = v), t
+							};
+							return c ? ha(f) : f
+						}
+						return h = fa.compile = function(a, b) {
+							var c, d = [],
+							e = [],
+							f = A[a + " "];
+							if(!f) {
+								b || (b = g(a)), c = b.length;
+								while(c--) f = wa(b[c]), f[u] ? d.push(f) : e.push(f);
+								f = A(a, xa(e, d)), f.selector = a
+							}
+							return f
+						}, i = fa.select = function(a, b, e, f) {
+							var i, j, k, l, m, n = "function" == typeof a && a,
+							o = !f && g(a = n.selector || a);
+							if(e = e || [], 1 === o.length) {
+								if(j = o[0] = o[0].slice(0), j.length > 2 && "ID" === (k = j[0]).type && c.getById && 9 === b.nodeType && p && d.relative[j[1].type]) {
+									if(b = (d.find.ID(k.matches[0].replace(ba, ca), b) || [])[0], !b) return e;
+									n && (b = b.parentNode), a = a.slice(j.shift().value.length)
+								}
+								i = W.needsContext.test(a) ? 0 : j.length;
+								while(i--) {
+									if(k = j[i], d.relative[l = k.type]) break;
+									if((m = d.find[l]) && (f = m(k.matches[0].replace(ba, ca), _.test(j[0].type) && oa(b.parentNode) || b))) {
+										if(j.splice(i, 1), a = f.length && qa(j), !a) return H.apply(e, f), e;
+										break
+									}
+								}
+							}
+							return(n || h(a, o))(f, b, !p, e, !b || _.test(a) && oa(b.parentNode) || b), e
+						}, c.sortStable = u.split("").sort(B).join("") === u, c.detectDuplicates = !!l, m(), c.sortDetached = ia(function(a) {
+							return 1 & a.compareDocumentPosition(n.createElement("div"))
+						}), ia(function(a) {
+							return a.innerHTML = "<a href='#'></a>", "#" === a.firstChild.getAttribute("href")
+						}) || ja("type|href|height|width", function(a, b, c) {
+							return c ? void 0 : a.getAttribute(b, "type" === b.toLowerCase() ? 1 : 2)
+						}), c.attributes && ia(function(a) {
+							return a.innerHTML = "<input/>", a.firstChild.setAttribute("value", ""), "" === a.firstChild.getAttribute("value")
+						}) || ja("value", function(a, b, c) {
+							return c || "input" !== a.nodeName.toLowerCase() ? void 0 : a.defaultValue
+						}), ia(function(a) {
+							return null == a.getAttribute("disabled")
+						}) || ja(K, function(a, b, c) {
+							var d;
+							return c ? void 0 : a[b] === !0 ? b.toLowerCase() : (d = a.getAttributeNode(b)) && d.specified ? d.value : null
+						}), fa
+					}(a);
+					n.find = t, n.expr = t.selectors, n.expr[":"] = n.expr.pseudos, n.uniqueSort = n.unique = t.uniqueSort, n.text = t.getText, n.isXMLDoc = t.isXML, n.contains = t.contains;
+					var u = function(a, b, c) {
+						var d = [],
+						e = void 0 !== c;
+						while((a = a[b]) && 9 !== a.nodeType)
+							if(1 === a.nodeType) {
+								if(e && n(a).is(c)) break;
+								d.push(a)
+							}
+							return d
+						},
+						v = function(a, b) {
+							for(var c = []; a; a = a.nextSibling) 1 === a.nodeType && a !== b && c.push(a);
+								return c
+						},
+						w = n.expr.match.needsContext,
+						x = /^<([\w-]+)\s*\/?>(?:<\/\1>|)$/,
+						y = /^.[^:#\[\.,]*$/;
+
+						function z(a, b, c) {
+							if(n.isFunction(b)) return n.grep(a, function(a, d) {
+								return !!b.call(a, d, a) !== c
+							});
+								if(b.nodeType) return n.grep(a, function(a) {
+									return a === b !== c
+								});
+									if("string" == typeof b) {
+										if(y.test(b)) return n.filter(b, a, c);
+										b = n.filter(b, a)
+									}
+									return n.grep(a, function(a) {
+										return n.inArray(a, b) > -1 !== c
+									})
+								}
+								n.filter = function(a, b, c) {
+									var d = b[0];
+									return c && (a = ":not(" + a + ")"), 1 === b.length && 1 === d.nodeType ? n.find.matchesSelector(d, a) ? [d] : [] : n.find.matches(a, n.grep(b, function(a) {
+										return 1 === a.nodeType
+									}))
+								}, n.fn.extend({
+									find: function(a) {
+										var b, c = [],
+										d = this,
+										e = d.length;
+										if("string" != typeof a) return this.pushStack(n(a).filter(function() {
+											for(b = 0; e > b; b++)
+												if(n.contains(d[b], this)) return !0
+											}));
+											for(b = 0; e > b; b++) n.find(a, d[b], c);
+												return c = this.pushStack(e > 1 ? n.unique(c) : c), c.selector = this.selector ? this.selector + " " + a : a, c
+										},
+										filter: function(a) {
+											return this.pushStack(z(this, a || [], !1))
+										},
+										not: function(a) {
+											return this.pushStack(z(this, a || [], !0))
+										},
+										is: function(a) {
+											return !!z(this, "string" == typeof a && w.test(a) ? n(a) : a || [], !1).length
+										}
+									});
+								var A, B = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,
+								C = n.fn.init = function(a, b, c) {
+									var e, f;
+									if(!a) return this;
+									if(c = c || A, "string" == typeof a) {
+										if(e = "<" === a.charAt(0) && ">" === a.charAt(a.length - 1) && a.length >= 3 ? [null, a, null] : B.exec(a), !e || !e[1] && b) return !b || b.jquery ? (b || c).find(a) : this.constructor(b).find(a);
+										if(e[1]) {
+											if(b = b instanceof n ? b[0] : b, n.merge(this, n.parseHTML(e[1], b && b.nodeType ? b.ownerDocument || b : d, !0)), x.test(e[1]) && n.isPlainObject(b))
+												for(e in b) n.isFunction(this[e]) ? this[e](b[e]) : this.attr(e, b[e]);
+													return this
+											}
+											if(f = d.getElementById(e[2]), f && f.parentNode) {
+												if(f.id !== e[2]) return A.find(a);
+												this.length = 1, this[0] = f
+											}
+											return this.context = d, this.selector = a, this
+										}
+										return a.nodeType ? (this.context = this[0] = a, this.length = 1, this) : n.isFunction(a) ? "undefined" != typeof c.ready ? c.ready(a) : a(n) : (void 0 !== a.selector && (this.selector = a.selector, this.context = a.context), n.makeArray(a, this))
+									};
+									C.prototype = n.fn, A = n(d);
+									var D = /^(?:parents|prev(?:Until|All))/,
+									E = {
+										children: !0,
+										contents: !0,
+										next: !0,
+										prev: !0
+									};
+									n.fn.extend({
+										has: function(a) {
+											var b, c = n(a, this),
+											d = c.length;
+											return this.filter(function() {
+												for(b = 0; d > b; b++)
+													if(n.contains(this, c[b])) return !0
+												})
+										},
+										closest: function(a, b) {
+											for(var c, d = 0, e = this.length, f = [], g = w.test(a) || "string" != typeof a ? n(a, b || this.context) : 0; e > d; d++)
+												for(c = this[d]; c && c !== b; c = c.parentNode)
+													if(c.nodeType < 11 && (g ? g.index(c) > -1 : 1 === c.nodeType && n.find.matchesSelector(c, a))) {
+														f.push(c);
+														break
+													}
+													return this.pushStack(f.length > 1 ? n.uniqueSort(f) : f)
+												},
+												index: function(a) {
+													return a ? "string" == typeof a ? n.inArray(this[0], n(a)) : n.inArray(a.jquery ? a[0] : a, this) : this[0] && this[0].parentNode ? this.first().prevAll().length : -1
+												},
+												add: function(a, b) {
+													return this.pushStack(n.uniqueSort(n.merge(this.get(), n(a, b))))
+												},
+												addBack: function(a) {
+													return this.add(null == a ? this.prevObject : this.prevObject.filter(a))
+												}
+											});
+
+									function F(a, b) {
+										do a = a[b]; while (a && 1 !== a.nodeType);
+										return a
+									}
+									n.each({
+										parent: function(a) {
+											var b = a.parentNode;
+											return b && 11 !== b.nodeType ? b : null
+										},
+										parents: function(a) {
+											return u(a, "parentNode")
+										},
+										parentsUntil: function(a, b, c) {
+											return u(a, "parentNode", c)
+										},
+										next: function(a) {
+											return F(a, "nextSibling")
+										},
+										prev: function(a) {
+											return F(a, "previousSibling")
+										},
+										nextAll: function(a) {
+											return u(a, "nextSibling")
+										},
+										prevAll: function(a) {
+											return u(a, "previousSibling")
+										},
+										nextUntil: function(a, b, c) {
+											return u(a, "nextSibling", c)
+										},
+										prevUntil: function(a, b, c) {
+											return u(a, "previousSibling", c)
+										},
+										siblings: function(a) {
+											return v((a.parentNode || {}).firstChild, a)
+										},
+										children: function(a) {
+											return v(a.firstChild)
+										},
+										contents: function(a) {
+											return n.nodeName(a, "iframe") ? a.contentDocument || a.contentWindow.document : n.merge([], a.childNodes)
+										}
+									}, function(a, b) {
+										n.fn[a] = function(c, d) {
+											var e = n.map(this, b, c);
+											return "Until" !== a.slice(-5) && (d = c), d && "string" == typeof d && (e = n.filter(d, e)), this.length > 1 && (E[a] || (e = n.uniqueSort(e)), D.test(a) && (e = e.reverse())), this.pushStack(e)
+										}
+									});
+									var G = /\S+/g;
+
+									function H(a) {
+										var b = {};
+										return n.each(a.match(G) || [], function(a, c) {
+											b[c] = !0
+										}), b
+									}
+									n.Callbacks = function(a) {
+										a = "string" == typeof a ? H(a) : n.extend({}, a);
+										var b, c, d, e, f = [],
+										g = [],
+										h = -1,
+										i = function() {
+											for(e = a.once, d = b = !0; g.length; h = -1) {
+												c = g.shift();
+												while(++h < f.length) f[h].apply(c[0], c[1]) === !1 && a.stopOnFalse && (h = f.length, c = !1)
+											}
+										a.memory || (c = !1), b = !1, e && (f = c ? [] : "")
+									},
+									j = {
+										add: function() {
+											return f && (c && !b && (h = f.length - 1, g.push(c)), function d(b) {
+												n.each(b, function(b, c) {
+													n.isFunction(c) ? a.unique && j.has(c) || f.push(c) : c && c.length && "string" !== n.type(c) && d(c)
+												})
+											}(arguments), c && !b && i()), this
+										},
+										remove: function() {
+											return n.each(arguments, function(a, b) {
+												var c;
+												while((c = n.inArray(b, f, c)) > -1) f.splice(c, 1), h >= c && h--
+											}), this
+										},
+										has: function(a) {
+											return a ? n.inArray(a, f) > -1 : f.length > 0
+										},
+										empty: function() {
+											return f && (f = []), this
+										},
+										disable: function() {
+											return e = g = [], f = c = "", this
+										},
+										disabled: function() {
+											return !f
+										},
+										lock: function() {
+											return e = !0, c || j.disable(), this
+										},
+										locked: function() {
+											return !!e
+										},
+										fireWith: function(a, c) {
+											return e || (c = c || [], c = [a, c.slice ? c.slice() : c], g.push(c), b || i()), this
+										},
+										fire: function() {
+											return j.fireWith(this, arguments), this
+										},
+										fired: function() {
+											return !!d
+										}
+									};
+									return j
+								}, n.extend({
+									Deferred: function(a) {
+										var b = [
+										["resolve", "done", n.Callbacks("once memory"), "resolved"],
+										["reject", "fail", n.Callbacks("once memory"), "rejected"],
+										["notify", "progress", n.Callbacks("memory")]
+										],
+										c = "pending",
+										d = {
+											state: function() {
+												return c
+											},
+											always: function() {
+												return e.done(arguments).fail(arguments), this
+											},
+											then: function() {
+												var a = arguments;
+												return n.Deferred(function(c) {
+													n.each(b, function(b, f) {
+														var g = n.isFunction(a[b]) && a[b];
+														e[f[1]](function() {
+															var a = g && g.apply(this, arguments);
+															a && n.isFunction(a.promise) ? a.promise().progress(c.notify).done(c.resolve).fail(c.reject) : c[f[0] + "With"](this === d ? c.promise() : this, g ? [a] : arguments)
+														})
+													}), a = null
+												}).promise()
+											},
+											promise: function(a) {
+												return null != a ? n.extend(a, d) : d
+											}
+										},
+										e = {};
+										return d.pipe = d.then, n.each(b, function(a, f) {
+											var g = f[2],
+											h = f[3];
+											d[f[1]] = g.add, h && g.add(function() {
+												c = h
+											}, b[1 ^ a][2].disable, b[2][2].lock), e[f[0]] = function() {
+												return e[f[0] + "With"](this === e ? d : this, arguments), this
+											}, e[f[0] + "With"] = g.fireWith
+										}), d.promise(e), a && a.call(e, e), e
+									},
+									when: function(a) {
+										var b = 0,
+										c = e.call(arguments),
+										d = c.length,
+										f = 1 !== d || a && n.isFunction(a.promise) ? d : 0,
+										g = 1 === f ? a : n.Deferred(),
+										h = function(a, b, c) {
+											return function(d) {
+												b[a] = this, c[a] = arguments.length > 1 ? e.call(arguments) : d, c === i ? g.notifyWith(b, c) : --f || g.resolveWith(b, c)
+											}
+										},
+										i, j, k;
+										if(d > 1)
+											for(i = new Array(d), j = new Array(d), k = new Array(d); d > b; b++) c[b] && n.isFunction(c[b].promise) ? c[b].promise().progress(h(b, j, i)).done(h(b, k, c)).fail(g.reject) : --f;
+												return f || g.resolveWith(k, c), g.promise()
+										}
+									});
+								var I;
+								n.fn.ready = function(a) {
+									return n.ready.promise().done(a), this
+								}, n.extend({
+									isReady: !1,
+									readyWait: 1,
+									holdReady: function(a) {
+										a ? n.readyWait++ : n.ready(!0)
+									},
+									ready: function(a) {
+										(a === !0 ? --n.readyWait : n.isReady) || (n.isReady = !0, a !== !0 && --n.readyWait > 0 || (I.resolveWith(d, [n]), n.fn.triggerHandler && (n(d).triggerHandler("ready"), n(d).off("ready"))))
+									}
+								});
+
+								function J() {
+									d.addEventListener ? (d.removeEventListener("DOMContentLoaded", K), a.removeEventListener("load", K)) : (d.detachEvent("onreadystatechange", K), a.detachEvent("onload", K))
+								}
+
+								function K() {
+									(d.addEventListener || "load" === a.event.type || "complete" === d.readyState) && (J(), n.ready())
+								}
+								n.ready.promise = function(b) {
+									if(!I)
+										if(I = n.Deferred(), "complete" === d.readyState || "loading" !== d.readyState && !d.documentElement.doScroll) a.setTimeout(n.ready);
+									else if(d.addEventListener) d.addEventListener("DOMContentLoaded", K), a.addEventListener("load", K);
+									else {
+										d.attachEvent("onreadystatechange", K), a.attachEvent("onload", K);
+										var c = !1;
+										try {
+											c = null == a.frameElement && d.documentElement
+										} catch(e) {}
+										c && c.doScroll && ! function f() {
+											if(!n.isReady) {
+												try {
+													c.doScroll("left")
+												} catch(b) {
+													return a.setTimeout(f, 50)
+												}
+												J(), n.ready()
+											}
+										}()
+									}
+									return I.promise(b)
+								}, n.ready.promise();
+								var L;
+								for(L in n(l)) break;
+									l.ownFirst = "0" === L, l.inlineBlockNeedsLayout = !1, n(function() {
+										var a, b, c, e;
+										c = d.getElementsByTagName("body")[0], c && c.style && (b = d.createElement("div"), e = d.createElement("div"), e.style.cssText = "position:absolute;border:0;width:0;height:0;top:0;left:-9999px", c.appendChild(e).appendChild(b), "undefined" != typeof b.style.zoom && (b.style.cssText = "display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1", l.inlineBlockNeedsLayout = a = 3 === b.offsetWidth, a && (c.style.zoom = 1)), c.removeChild(e))
+									}),
+								function() {
+									var a = d.createElement("div");
+									l.deleteExpando = !0;
+									try {
+										delete a.test
+									} catch(b) {
+										l.deleteExpando = !1
+									}
+									a = null
+								}();
+								var M = function(a) {
+									var b = n.noData[(a.nodeName + " ").toLowerCase()],
+									c = +a.nodeType || 1;
+									return 1 !== c && 9 !== c ? !1 : !b || b !== !0 && a.getAttribute("classid") === b
+								},
+								N = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,
+								O = /([A-Z])/g;
+
+								function P(a, b, c) {
+									if(void 0 === c && 1 === a.nodeType) {
+										var d = "data-" + b.replace(O, "-$1").toLowerCase();
+										if(c = a.getAttribute(d), "string" == typeof c) {
+											try {
+												c = "true" === c ? !0 : "false" === c ? !1 : "null" === c ? null : +c + "" === c ? +c : N.test(c) ? n.parseJSON(c) : c
+											} catch(e) {}
+											n.data(a, b, c)
+										} else c = void 0;
+									}
+									return c
+								}
+
+								function Q(a) {
+									var b;
+									for(b in a)
+										if(("data" !== b || !n.isEmptyObject(a[b])) && "toJSON" !== b) return !1;
+									return !0
+								}
+
+								function R(a, b, d, e) {
+									if(M(a)) {
+										var f, g, h = n.expando,
+										i = a.nodeType,
+										j = i ? n.cache : a,
+										k = i ? a[h] : a[h] && h;
+										if(k && j[k] && (e || j[k].data) || void 0 !== d || "string" != typeof b) return k || (k = i ? a[h] = c.pop() || n.guid++ : h), j[k] || (j[k] = i ? {} : {
+											toJSON: n.noop
+										}), "object" != typeof b && "function" != typeof b || (e ? j[k] = n.extend(j[k], b) : j[k].data = n.extend(j[k].data, b)), g = j[k], e || (g.data || (g.data = {}), g = g.data), void 0 !== d && (g[n.camelCase(b)] = d), "string" == typeof b ? (f = g[b], null == f && (f = g[n.camelCase(b)])) : f = g, f
+									}
+								}
+
+								function S(a, b, c) {
+									if(M(a)) {
+										var d, e, f = a.nodeType,
+										g = f ? n.cache : a,
+										h = f ? a[n.expando] : n.expando;
+										if(g[h]) {
+											if(b && (d = c ? g[h] : g[h].data)) {
+												n.isArray(b) ? b = b.concat(n.map(b, n.camelCase)) : b in d ? b = [b] : (b = n.camelCase(b), b = b in d ? [b] : b.split(" ")), e = b.length;
+												while(e--) delete d[b[e]];
+												if(c ? !Q(d) : !n.isEmptyObject(d)) return
+											}(c || (delete g[h].data, Q(g[h]))) && (f ? n.cleanData([a], !0) : l.deleteExpando || g != g.window ? delete g[h] : g[h] = void 0)
+									}
+								}
+							}
+							n.extend({
+								cache: {},
+								noData: {
+									"applet ": !0,
+									"embed ": !0,
+									"object ": "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
+								},
+								hasData: function(a) {
+									return a = a.nodeType ? n.cache[a[n.expando]] : a[n.expando], !!a && !Q(a)
+								},
+								data: function(a, b, c) {
+									return R(a, b, c)
+								},
+								removeData: function(a, b) {
+									return S(a, b)
+								},
+								_data: function(a, b, c) {
+									return R(a, b, c, !0)
+								},
+								_removeData: function(a, b) {
+									return S(a, b, !0)
+								}
+							}), n.fn.extend({
+								data: function(a, b) {
+									var c, d, e, f = this[0],
+									g = f && f.attributes;
+									if(void 0 === a) {
+										if(this.length && (e = n.data(f), 1 === f.nodeType && !n._data(f, "parsedAttrs"))) {
+											c = g.length;
+											while(c--) g[c] && (d = g[c].name, 0 === d.indexOf("data-") && (d = n.camelCase(d.slice(5)), P(f, d, e[d])));
+											n._data(f, "parsedAttrs", !0)
+										}
+										return e
+									}
+									return "object" == typeof a ? this.each(function() {
+										n.data(this, a)
+									}) : arguments.length > 1 ? this.each(function() {
+										n.data(this, a, b)
+									}) : f ? P(f, a, n.data(f, a)) : void 0
+								},
+								removeData: function(a) {
+									return this.each(function() {
+										n.removeData(this, a)
+									})
+								}
+							}), n.extend({
+								queue: function(a, b, c) {
+									var d;
+									return a ? (b = (b || "fx") + "queue", d = n._data(a, b), c && (!d || n.isArray(c) ? d = n._data(a, b, n.makeArray(c)) : d.push(c)), d || []) : void 0
+								},
+								dequeue: function(a, b) {
+									b = b || "fx";
+									var c = n.queue(a, b),
+									d = c.length,
+									e = c.shift(),
+									f = n._queueHooks(a, b),
+									g = function() {
+										n.dequeue(a, b)
+									};
+									"inprogress" === e && (e = c.shift(), d--), e && ("fx" === b && c.unshift("inprogress"), delete f.stop, e.call(a, g, f)), !d && f && f.empty.fire()
+								},
+								_queueHooks: function(a, b) {
+									var c = b + "queueHooks";
+									return n._data(a, c) || n._data(a, c, {
+										empty: n.Callbacks("once memory").add(function() {
+											n._removeData(a, b + "queue"), n._removeData(a, c)
+										})
+									})
+								}
+							}), n.fn.extend({
+								queue: function(a, b) {
+									var c = 2;
+									return "string" != typeof a && (b = a, a = "fx", c--), arguments.length < c ? n.queue(this[0], a) : void 0 === b ? this : this.each(function() {
+										var c = n.queue(this, a, b);
+										n._queueHooks(this, a), "fx" === a && "inprogress" !== c[0] && n.dequeue(this, a)
+									})
+								},
+								dequeue: function(a) {
+									return this.each(function() {
+										n.dequeue(this, a)
+									})
+								},
+								clearQueue: function(a) {
+									return this.queue(a || "fx", [])
+								},
+								promise: function(a, b) {
+									var c, d = 1,
+									e = n.Deferred(),
+									f = this,
+									g = this.length,
+									h = function() {
+										--d || e.resolveWith(f, [f])
+									};
+									"string" != typeof a && (b = a, a = void 0), a = a || "fx";
+									while(g--) c = n._data(f[g], a + "queueHooks"), c && c.empty && (d++, c.empty.add(h));
+									return h(), e.promise(b)
+								}
+							}),
+							function() {
+								var a;
+								l.shrinkWrapBlocks = function() {
+									if(null != a) return a;
+									a = !1;
+									var b, c, e;
+									return c = d.getElementsByTagName("body")[0], c && c.style ? (b = d.createElement("div"), e = d.createElement("div"), e.style.cssText = "position:absolute;border:0;width:0;height:0;top:0;left:-9999px", c.appendChild(e).appendChild(b), "undefined" != typeof b.style.zoom && (b.style.cssText = "-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:1px;width:1px;zoom:1", b.appendChild(d.createElement("div")).style.width = "5px", a = 3 !== b.offsetWidth), c.removeChild(e), a) : void 0
+								}
+							}();
+							var T = /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,
+							U = new RegExp("^(?:([+-])=|)(" + T + ")([a-z%]*)$", "i"),
+							V = ["Top", "Right", "Bottom", "Left"],
+							W = function(a, b) {
+								return a = b || a, "none" === n.css(a, "display") || !n.contains(a.ownerDocument, a)
+							};
+
+							function X(a, b, c, d) {
+								var e, f = 1,
+								g = 20,
+								h = d ? function() {
+									return d.cur()
+								} : function() {
+									return n.css(a, b, "")
+								},
+								i = h(),
+								j = c && c[3] || (n.cssNumber[b] ? "" : "px"),
+								k = (n.cssNumber[b] || "px" !== j && +i) && U.exec(n.css(a, b));
+								if(k && k[3] !== j) {
+									j = j || k[3], c = c || [], k = +i || 1;
+									do f = f || ".5", k /= f, n.style(a, b, k + j); while (f !== (f = h() / i) && 1 !== f && --g)
+								}
+								return c && (k = +k || +i || 0, e = c[1] ? k + (c[1] + 1) * c[2] : +c[2], d && (d.unit = j, d.start = k, d.end = e)), e
+							}
+							var Y = function(a, b, c, d, e, f, g) {
+								var h = 0,
+								i = a.length,
+								j = null == c;
+								if("object" === n.type(c)) {
+									e = !0;
+									for(h in c) Y(a, b, h, c[h], !0, f, g)
+								} else if(void 0 !== d && (e = !0, n.isFunction(d) || (g = !0), j && (g ? (b.call(a, d), b = null) : (j = b, b = function(a, b, c) {
+									return j.call(n(a), c)
+								})), b))
+							for(; i > h; h++) b(a[h], c, g ? d : d.call(a[h], h, b(a[h], c)));
+								return e ? a : j ? b.call(a) : i ? b(a[0], c) : f
+						},
+						Z = /^(?:checkbox|radio)$/i,
+						$ = /<([\w:-]+)/,
+						_ = /^$|\/(?:java|ecma)script/i,
+						aa = /^\s+/,
+						ba = "abbr|article|aside|audio|bdi|canvas|data|datalist|details|dialog|figcaption|figure|footer|header|hgroup|main|mark|meter|nav|output|picture|progress|section|summary|template|time|video";
+
+						function ca(a) {
+							var b = ba.split("|"),
+							c = a.createDocumentFragment();
+							if(c.createElement)
+								while(b.length) c.createElement(b.pop());
+							return c
+						}! function() {
+							var a = d.createElement("div"),
+							b = d.createDocumentFragment(),
+							c = d.createElement("input");
+							a.innerHTML = "  <link/><table></table><a href='/a'>a</a><input type='checkbox'/>", l.leadingWhitespace = 3 === a.firstChild.nodeType, l.tbody = !a.getElementsByTagName("tbody").length, l.htmlSerialize = !!a.getElementsByTagName("link").length, l.html5Clone = "<:nav></:nav>" !== d.createElement("nav").cloneNode(!0).outerHTML, c.type = "checkbox", c.checked = !0, b.appendChild(c), l.appendChecked = c.checked, a.innerHTML = "<textarea>x</textarea>", l.noCloneChecked = !!a.cloneNode(!0).lastChild.defaultValue, b.appendChild(a), c = d.createElement("input"), c.setAttribute("type", "radio"), c.setAttribute("checked", "checked"), c.setAttribute("name", "t"), a.appendChild(c), l.checkClone = a.cloneNode(!0).cloneNode(!0).lastChild.checked, l.noCloneEvent = !!a.addEventListener, a[n.expando] = 1, l.attributes = !a.getAttribute(n.expando)
+						}();
+						var da = {
+							option: [1, "<select multiple='multiple'>", "</select>"],
+							legend: [1, "<fieldset>", "</fieldset>"],
+							area: [1, "<map>", "</map>"],
+							param: [1, "<object>", "</object>"],
+							thead: [1, "<table>", "</table>"],
+							tr: [2, "<table><tbody>", "</tbody></table>"],
+							col: [2, "<table><tbody></tbody><colgroup>", "</colgroup></table>"],
+							td: [3, "<table><tbody><tr>", "</tr></tbody></table>"],
+							_default: l.htmlSerialize ? [0, "", ""] : [1, "X<div>", "</div>"]
+						};
+						da.optgroup = da.option, da.tbody = da.tfoot = da.colgroup = da.caption = da.thead, da.th = da.td;
+
+						function ea(a, b) {
+							var c, d, e = 0,
+							f = "undefined" != typeof a.getElementsByTagName ? a.getElementsByTagName(b || "*") : "undefined" != typeof a.querySelectorAll ? a.querySelectorAll(b || "*") : void 0;
+							if(!f)
+								for(f = [], c = a.childNodes || a; null != (d = c[e]); e++) !b || n.nodeName(d, b) ? f.push(d) : n.merge(f, ea(d, b));
+									return void 0 === b || b && n.nodeName(a, b) ? n.merge([a], f) : f
+							}
+
+							function fa(a, b) {
+								for(var c, d = 0; null != (c = a[d]); d++) n._data(c, "globalEval", !b || n._data(b[d], "globalEval"))
+							}
+						var ga = /<|&#?\w+;/,
+						ha = /<tbody/i;
+
+						function ia(a) {
+							Z.test(a.type) && (a.defaultChecked = a.checked)
+						}
+
+						function ja(a, b, c, d, e) {
+							for(var f, g, h, i, j, k, m, o = a.length, p = ca(b), q = [], r = 0; o > r; r++)
+								if(g = a[r], g || 0 === g)
+									if("object" === n.type(g)) n.merge(q, g.nodeType ? [g] : g);
+								else if(ga.test(g)) {
+									i = i || p.appendChild(b.createElement("div")), j = ($.exec(g) || ["", ""])[1].toLowerCase(), m = da[j] || da._default, i.innerHTML = m[1] + n.htmlPrefilter(g) + m[2], f = m[0];
+									while(f--) i = i.lastChild;
+									if(!l.leadingWhitespace && aa.test(g) && q.push(b.createTextNode(aa.exec(g)[0])), !l.tbody) {
+										g = "table" !== j || ha.test(g) ? "<table>" !== m[1] || ha.test(g) ? 0 : i : i.firstChild, f = g && g.childNodes.length;
+										while(f--) n.nodeName(k = g.childNodes[f], "tbody") && !k.childNodes.length && g.removeChild(k)
+									}
+								n.merge(q, i.childNodes), i.textContent = "";
+								while(i.firstChild) i.removeChild(i.firstChild);
+								i = p.lastChild
+							} else q.push(b.createTextNode(g));
+							i && p.removeChild(i), l.appendChecked || n.grep(ea(q, "input"), ia), r = 0;
+							while(g = q[r++])
+								if(d && n.inArray(g, d) > -1) e && e.push(g);
+							else if(h = n.contains(g.ownerDocument, g), i = ea(p.appendChild(g), "script"), h && fa(i), c) {
+								f = 0;
+								while(g = i[f++]) _.test(g.type || "") && c.push(g)
+							}
+						return i = null, p
+					}! function() {
+						var b, c, e = d.createElement("div");
+						for(b in {
+							submit: !0,
+							change: !0,
+							focusin: !0
+						}) c = "on" + b, (l[b] = c in a) || (e.setAttribute(c, "t"), l[b] = e.attributes[c].expando === !1);
+							e = null
+						}();
+						var ka = /^(?:input|select|textarea)$/i,
+						la = /^key/,
+						ma = /^(?:mouse|pointer|contextmenu|drag|drop)|click/,
+						na = /^(?:focusinfocus|focusoutblur)$/,
+						oa = /^([^.]*)(?:\.(.+)|)/;
+
+						function pa() {
+							return !0
+						}
+
+						function qa() {
+							return !1
+						}
+
+						function ra() {
+							try {
+								return d.activeElement
+							} catch(a) {}
+						}
+
+						function sa(a, b, c, d, e, f) {
+							var g, h;
+							if("object" == typeof b) {
+								"string" != typeof c && (d = d || c, c = void 0);
+								for(h in b) sa(a, h, c, d, b[h], f);
+									return a
+							}
+							if(null == d && null == e ? (e = c, d = c = void 0) : null == e && ("string" == typeof c ? (e = d, d = void 0) : (e = d, d = c, c = void 0)), e === !1) e = qa;
+							else if(!e) return a;
+							return 1 === f && (g = e, e = function(a) {
+								return n().off(a), g.apply(this, arguments)
+							}, e.guid = g.guid || (g.guid = n.guid++)), a.each(function() {
+								n.event.add(this, b, e, d, c)
+							})
+						}
+						n.event = {
+							global: {},
+							add: function(a, b, c, d, e) {
+								var f, g, h, i, j, k, l, m, o, p, q, r = n._data(a);
+								if(r) {
+									c.handler && (i = c, c = i.handler, e = i.selector), c.guid || (c.guid = n.guid++), (g = r.events) || (g = r.events = {}), (k = r.handle) || (k = r.handle = function(a) {
+										return "undefined" == typeof n || a && n.event.triggered === a.type ? void 0 : n.event.dispatch.apply(k.elem, arguments)
+									}, k.elem = a), b = (b || "").match(G) || [""], h = b.length;
+									while(h--) f = oa.exec(b[h]) || [], o = q = f[1], p = (f[2] || "").split(".").sort(), o && (j = n.event.special[o] || {}, o = (e ? j.delegateType : j.bindType) || o, j = n.event.special[o] || {}, l = n.extend({
+										type: o,
+										origType: q,
+										data: d,
+										handler: c,
+										guid: c.guid,
+										selector: e,
+										needsContext: e && n.expr.match.needsContext.test(e),
+										namespace: p.join(".")
+									}, i), (m = g[o]) || (m = g[o] = [], m.delegateCount = 0, j.setup && j.setup.call(a, d, p, k) !== !1 || (a.addEventListener ? a.addEventListener(o, k, !1) : a.attachEvent && a.attachEvent("on" + o, k))), j.add && (j.add.call(a, l), l.handler.guid || (l.handler.guid = c.guid)), e ? m.splice(m.delegateCount++, 0, l) : m.push(l), n.event.global[o] = !0);
+										a = null
+									}
+								},
+								remove: function(a, b, c, d, e) {
+									var f, g, h, i, j, k, l, m, o, p, q, r = n.hasData(a) && n._data(a);
+									if(r && (k = r.events)) {
+										b = (b || "").match(G) || [""], j = b.length;
+										while(j--)
+											if(h = oa.exec(b[j]) || [], o = q = h[1], p = (h[2] || "").split(".").sort(), o) {
+												l = n.event.special[o] || {}, o = (d ? l.delegateType : l.bindType) || o, m = k[o] || [], h = h[2] && new RegExp("(^|\\.)" + p.join("\\.(?:.*\\.|)") + "(\\.|$)"), i = f = m.length;
+												while(f--) g = m[f], !e && q !== g.origType || c && c.guid !== g.guid || h && !h.test(g.namespace) || d && d !== g.selector && ("**" !== d || !g.selector) || (m.splice(f, 1), g.selector && m.delegateCount--, l.remove && l.remove.call(a, g));
+												i && !m.length && (l.teardown && l.teardown.call(a, p, r.handle) !== !1 || n.removeEvent(a, o, r.handle), delete k[o])
+											} else
+											for(o in k) n.event.remove(a, o + b[j], c, d, !0);
+												n.isEmptyObject(k) && (delete r.handle, n._removeData(a, "events"))
+										}
+									},
+									trigger: function(b, c, e, f) {
+										var g, h, i, j, l, m, o, p = [e || d],
+										q = k.call(b, "type") ? b.type : b,
+										r = k.call(b, "namespace") ? b.namespace.split(".") : [];
+										if(i = m = e = e || d, 3 !== e.nodeType && 8 !== e.nodeType && !na.test(q + n.event.triggered) && (q.indexOf(".") > -1 && (r = q.split("."), q = r.shift(), r.sort()), h = q.indexOf(":") < 0 && "on" + q, b = b[n.expando] ? b : new n.Event(q, "object" == typeof b && b), b.isTrigger = f ? 2 : 3, b.namespace = r.join("."), b.rnamespace = b.namespace ? new RegExp("(^|\\.)" + r.join("\\.(?:.*\\.|)") + "(\\.|$)") : null, b.result = void 0, b.target || (b.target = e), c = null == c ? [b] : n.makeArray(c, [b]), l = n.event.special[q] || {}, f || !l.trigger || l.trigger.apply(e, c) !== !1)) {
+											if(!f && !l.noBubble && !n.isWindow(e)) {
+												for(j = l.delegateType || q, na.test(j + q) || (i = i.parentNode); i; i = i.parentNode) p.push(i), m = i;
+													m === (e.ownerDocument || d) && p.push(m.defaultView || m.parentWindow || a)
+											}
+											o = 0;
+											while((i = p[o++]) && !b.isPropagationStopped()) b.type = o > 1 ? j : l.bindType || q, g = (n._data(i, "events") || {})[b.type] && n._data(i, "handle"), g && g.apply(i, c), g = h && i[h], g && g.apply && M(i) && (b.result = g.apply(i, c), b.result === !1 && b.preventDefault());
+											if(b.type = q, !f && !b.isDefaultPrevented() && (!l._default || l._default.apply(p.pop(), c) === !1) && M(e) && h && e[q] && !n.isWindow(e)) {
+												m = e[h], m && (e[h] = null), n.event.triggered = q;
+												try {
+													e[q]()
+												} catch(s) {}
+												n.event.triggered = void 0, m && (e[h] = m)
+											}
+											return b.result
+										}
+									},
+									dispatch: function(a) {
+										a = n.event.fix(a);
+										var b, c, d, f, g, h = [],
+										i = e.call(arguments),
+										j = (n._data(this, "events") || {})[a.type] || [],
+										k = n.event.special[a.type] || {};
+										if(i[0] = a, a.delegateTarget = this, !k.preDispatch || k.preDispatch.call(this, a) !== !1) {
+											h = n.event.handlers.call(this, a, j), b = 0;
+											while((f = h[b++]) && !a.isPropagationStopped()) {
+												a.currentTarget = f.elem, c = 0;
+												while((g = f.handlers[c++]) && !a.isImmediatePropagationStopped()) a.rnamespace && !a.rnamespace.test(g.namespace) || (a.handleObj = g, a.data = g.data, d = ((n.event.special[g.origType] || {}).handle || g.handler).apply(f.elem, i), void 0 !== d && (a.result = d) === !1 && (a.preventDefault(), a.stopPropagation()))
+											}
+										return k.postDispatch && k.postDispatch.call(this, a), a.result
+									}
+								},
+								handlers: function(a, b) {
+									var c, d, e, f, g = [],
+									h = b.delegateCount,
+									i = a.target;
+									if(h && i.nodeType && ("click" !== a.type || isNaN(a.button) || a.button < 1))
+										for(; i != this; i = i.parentNode || this)
+											if(1 === i.nodeType && (i.disabled !== !0 || "click" !== a.type)) {
+												for(d = [], c = 0; h > c; c++) f = b[c], e = f.selector + " ", void 0 === d[e] && (d[e] = f.needsContext ? n(e, this).index(i) > -1 : n.find(e, this, null, [i]).length), d[e] && d.push(f);
+													d.length && g.push({
+														elem: i,
+														handlers: d
+													})
+											}
+											return h < b.length && g.push({
+												elem: this,
+												handlers: b.slice(h)
+											}), g
+										},
+										fix: function(a) {
+											if(a[n.expando]) return a;
+											var b, c, e, f = a.type,
+											g = a,
+											h = this.fixHooks[f];
+											h || (this.fixHooks[f] = h = ma.test(f) ? this.mouseHooks : la.test(f) ? this.keyHooks : {}), e = h.props ? this.props.concat(h.props) : this.props, a = new n.Event(g), b = e.length;
+											while(b--) c = e[b], a[c] = g[c];
+											return a.target || (a.target = g.srcElement || d), 3 === a.target.nodeType && (a.target = a.target.parentNode), a.metaKey = !!a.metaKey, h.filter ? h.filter(a, g) : a
+										},
+										props: "altKey bubbles cancelable ctrlKey currentTarget detail eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),
+										fixHooks: {},
+										keyHooks: {
+											props: "char charCode key keyCode".split(" "),
+											filter: function(a, b) {
+												return null == a.which && (a.which = null != b.charCode ? b.charCode : b.keyCode), a
+											}
+										},
+										mouseHooks: {
+											props: "button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "),
+											filter: function(a, b) {
+												var c, e, f, g = b.button,
+												h = b.fromElement;
+												return null == a.pageX && null != b.clientX && (e = a.target.ownerDocument || d, f = e.documentElement, c = e.body, a.pageX = b.clientX + (f && f.scrollLeft || c && c.scrollLeft || 0) - (f && f.clientLeft || c && c.clientLeft || 0), a.pageY = b.clientY + (f && f.scrollTop || c && c.scrollTop || 0) - (f && f.clientTop || c && c.clientTop || 0)), !a.relatedTarget && h && (a.relatedTarget = h === a.target ? b.toElement : h), a.which || void 0 === g || (a.which = 1 & g ? 1 : 2 & g ? 3 : 4 & g ? 2 : 0), a
+											}
+										},
+										special: {
+											load: {
+												noBubble: !0
+											},
+											focus: {
+												trigger: function() {
+													if(this !== ra() && this.focus) try {
+														return this.focus(), !1
+													} catch(a) {}
+												},
+												delegateType: "focusin"
+											},
+											blur: {
+												trigger: function() {
+													return this === ra() && this.blur ? (this.blur(), !1) : void 0
+												},
+												delegateType: "focusout"
+											},
+											click: {
+												trigger: function() {
+													return n.nodeName(this, "input") && "checkbox" === this.type && this.click ? (this.click(), !1) : void 0
+												},
+												_default: function(a) {
+													return n.nodeName(a.target, "a")
+												}
+											},
+											beforeunload: {
+												postDispatch: function(a) {
+													void 0 !== a.result && a.originalEvent && (a.originalEvent.returnValue = a.result)
+												}
+											}
+										},
+										simulate: function(a, b, c) {
+											var d = n.extend(new n.Event, c, {
+												type: a,
+												isSimulated: !0
+											});
+											n.event.trigger(d, null, b), d.isDefaultPrevented() && c.preventDefault()
+										}
+									}, n.removeEvent = d.removeEventListener ? function(a, b, c) {
+										a.removeEventListener && a.removeEventListener(b, c)
+									} : function(a, b, c) {
+										var d = "on" + b;
+										a.detachEvent && ("undefined" == typeof a[d] && (a[d] = null), a.detachEvent(d, c))
+									}, n.Event = function(a, b) {
+										return this instanceof n.Event ? (a && a.type ? (this.originalEvent = a, this.type = a.type, this.isDefaultPrevented = a.defaultPrevented || void 0 === a.defaultPrevented && a.returnValue === !1 ? pa : qa) : this.type = a, b && n.extend(this, b), this.timeStamp = a && a.timeStamp || n.now(), void(this[n.expando] = !0)) : new n.Event(a, b)
+									}, n.Event.prototype = {
+										constructor: n.Event,
+										isDefaultPrevented: qa,
+										isPropagationStopped: qa,
+										isImmediatePropagationStopped: qa,
+										preventDefault: function() {
+											var a = this.originalEvent;
+											this.isDefaultPrevented = pa, a && (a.preventDefault ? a.preventDefault() : a.returnValue = !1)
+										},
+										stopPropagation: function() {
+											var a = this.originalEvent;
+											this.isPropagationStopped = pa, a && !this.isSimulated && (a.stopPropagation && a.stopPropagation(), a.cancelBubble = !0)
+										},
+										stopImmediatePropagation: function() {
+											var a = this.originalEvent;
+											this.isImmediatePropagationStopped = pa, a && a.stopImmediatePropagation && a.stopImmediatePropagation(), this.stopPropagation()
+										}
+									}, n.each({
+										mouseenter: "mouseover",
+										mouseleave: "mouseout",
+										pointerenter: "pointerover",
+										pointerleave: "pointerout"
+									}, function(a, b) {
+										n.event.special[a] = {
+											delegateType: b,
+											bindType: b,
+											handle: function(a) {
+												var c, d = this,
+												e = a.relatedTarget,
+												f = a.handleObj;
+												return e && (e === d || n.contains(d, e)) || (a.type = f.origType, c = f.handler.apply(this, arguments), a.type = b), c
+											}
+										}
+									}), l.submit || (n.event.special.submit = {
+										setup: function() {
+											return n.nodeName(this, "form") ? !1 : void n.event.add(this, "click._submit keypress._submit", function(a) {
+												var b = a.target,
+												c = n.nodeName(b, "input") || n.nodeName(b, "button") ? n.prop(b, "form") : void 0;
+												c && !n._data(c, "submit") && (n.event.add(c, "submit._submit", function(a) {
+													a._submitBubble = !0
+												}), n._data(c, "submit", !0))
+											})
+										},
+										postDispatch: function(a) {
+											a._submitBubble && (delete a._submitBubble, this.parentNode && !a.isTrigger && n.event.simulate("submit", this.parentNode, a))
+										},
+										teardown: function() {
+											return n.nodeName(this, "form") ? !1 : void n.event.remove(this, "._submit")
+										}
+									}), l.change || (n.event.special.change = {
+										setup: function() {
+											return ka.test(this.nodeName) ? ("checkbox" !== this.type && "radio" !== this.type || (n.event.add(this, "propertychange._change", function(a) {
+												"checked" === a.originalEvent.propertyName && (this._justChanged = !0)
+											}), n.event.add(this, "click._change", function(a) {
+												this._justChanged && !a.isTrigger && (this._justChanged = !1), n.event.simulate("change", this, a)
+											})), !1) : void n.event.add(this, "beforeactivate._change", function(a) {
+												var b = a.target;
+												ka.test(b.nodeName) && !n._data(b, "change") && (n.event.add(b, "change._change", function(a) {
+													!this.parentNode || a.isSimulated || a.isTrigger || n.event.simulate("change", this.parentNode, a)
+												}), n._data(b, "change", !0))
+											})
+										},
+										handle: function(a) {
+											var b = a.target;
+											return this !== b || a.isSimulated || a.isTrigger || "radio" !== b.type && "checkbox" !== b.type ? a.handleObj.handler.apply(this, arguments) : void 0
+										},
+										teardown: function() {
+											return n.event.remove(this, "._change"), !ka.test(this.nodeName)
+										}
+									}), l.focusin || n.each({
+										focus: "focusin",
+										blur: "focusout"
+									}, function(a, b) {
+										var c = function(a) {
+											n.event.simulate(b, a.target, n.event.fix(a))
+										};
+										n.event.special[b] = {
+											setup: function() {
+												var d = this.ownerDocument || this,
+												e = n._data(d, b);
+												e || d.addEventListener(a, c, !0), n._data(d, b, (e || 0) + 1)
+											},
+											teardown: function() {
+												var d = this.ownerDocument || this,
+												e = n._data(d, b) - 1;
+												e ? n._data(d, b, e) : (d.removeEventListener(a, c, !0), n._removeData(d, b))
+											}
+										}
+									}), n.fn.extend({
+										on: function(a, b, c, d) {
+											return sa(this, a, b, c, d)
+										},
+										one: function(a, b, c, d) {
+											return sa(this, a, b, c, d, 1)
+										},
+										off: function(a, b, c) {
+											var d, e;
+											if(a && a.preventDefault && a.handleObj) return d = a.handleObj, n(a.delegateTarget).off(d.namespace ? d.origType + "." + d.namespace : d.origType, d.selector, d.handler), this;
+											if("object" == typeof a) {
+												for(e in a) this.off(e, b, a[e]);
+													return this
+											}
+											return b !== !1 && "function" != typeof b || (c = b, b = void 0), c === !1 && (c = qa), this.each(function() {
+												n.event.remove(this, a, c, b)
+											})
+										},
+										trigger: function(a, b) {
+											return this.each(function() {
+												n.event.trigger(a, b, this)
+											})
+										},
+										triggerHandler: function(a, b) {
+											var c = this[0];
+											return c ? n.event.trigger(a, b, c, !0) : void 0
+										}
+									});
+									var ta = / jQuery\d+="(?:null|\d+)"/g,
+									ua = new RegExp("<(?:" + ba + ")[\\s/>]", "i"),
+									va = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:-]+)[^>]*)\/>/gi,
+									wa = /<script|<style|<link/i,
+									xa = /checked\s*(?:[^=]|=\s*.checked.)/i,
+									ya = /^true\/(.*)/,
+									za = /^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g,
+									Aa = ca(d),
+									Ba = Aa.appendChild(d.createElement("div"));
+
+									function Ca(a, b) {
+										return n.nodeName(a, "table") && n.nodeName(11 !== b.nodeType ? b : b.firstChild, "tr") ? a.getElementsByTagName("tbody")[0] || a.appendChild(a.ownerDocument.createElement("tbody")) : a
+									}
+
+									function Da(a) {
+										return a.type = (null !== n.find.attr(a, "type")) + "/" + a.type, a
+									}
+
+									function Ea(a) {
+										var b = ya.exec(a.type);
+										return b ? a.type = b[1] : a.removeAttribute("type"), a
+									}
+
+									function Fa(a, b) {
+										if(1 === b.nodeType && n.hasData(a)) {
+											var c, d, e, f = n._data(a),
+											g = n._data(b, f),
+											h = f.events;
+											if(h) {
+												delete g.handle, g.events = {};
+												for(c in h)
+													for(d = 0, e = h[c].length; e > d; d++) n.event.add(b, c, h[c][d])
+												}
+											g.data && (g.data = n.extend({}, g.data))
+										}
+									}
+
+									function Ga(a, b) {
+										var c, d, e;
+										if(1 === b.nodeType) {
+											if(c = b.nodeName.toLowerCase(), !l.noCloneEvent && b[n.expando]) {
+												e = n._data(b);
+												for(d in e.events) n.removeEvent(b, d, e.handle);
+													b.removeAttribute(n.expando)
+											}
+											"script" === c && b.text !== a.text ? (Da(b).text = a.text, Ea(b)) : "object" === c ? (b.parentNode && (b.outerHTML = a.outerHTML), l.html5Clone && a.innerHTML && !n.trim(b.innerHTML) && (b.innerHTML = a.innerHTML)) : "input" === c && Z.test(a.type) ? (b.defaultChecked = b.checked = a.checked, b.value !== a.value && (b.value = a.value)) : "option" === c ? b.defaultSelected = b.selected = a.defaultSelected : "input" !== c && "textarea" !== c || (b.defaultValue = a.defaultValue)
+										}
+									}
+
+									function Ha(a, b, c, d) {
+										b = f.apply([], b);
+										var e, g, h, i, j, k, m = 0,
+										o = a.length,
+										p = o - 1,
+										q = b[0],
+										r = n.isFunction(q);
+										if(r || o > 1 && "string" == typeof q && !l.checkClone && xa.test(q)) return a.each(function(e) {
+											var f = a.eq(e);
+											r && (b[0] = q.call(this, e, f.html())), Ha(f, b, c, d)
+										});
+											if(o && (k = ja(b, a[0].ownerDocument, !1, a, d), e = k.firstChild, 1 === k.childNodes.length && (k = e), e || d)) {
+												for(i = n.map(ea(k, "script"), Da), h = i.length; o > m; m++) g = k, m !== p && (g = n.clone(g, !0, !0), h && n.merge(i, ea(g, "script"))), c.call(a[m], g, m);
+													if(h)
+														for(j = i[i.length - 1].ownerDocument, n.map(i, Ea), m = 0; h > m; m++) g = i[m], _.test(g.type || "") && !n._data(g, "globalEval") && n.contains(j, g) && (g.src ? n._evalUrl && n._evalUrl(g.src) : n.globalEval((g.text || g.textContent || g.innerHTML || "").replace(za, "")));
+															k = e = null
+													}
+													return a
+												}
+
+												function Ia(a, b, c) {
+													for(var d, e = b ? n.filter(b, a) : a, f = 0; null != (d = e[f]); f++) c || 1 !== d.nodeType || n.cleanData(ea(d)), d.parentNode && (c && n.contains(d.ownerDocument, d) && fa(ea(d, "script")), d.parentNode.removeChild(d));
+														return a
+												}
+												n.extend({
+													htmlPrefilter: function(a) {
+														return a.replace(va, "<$1></$2>")
+													},
+													clone: function(a, b, c) {
+														var d, e, f, g, h, i = n.contains(a.ownerDocument, a);
+														if(l.html5Clone || n.isXMLDoc(a) || !ua.test("<" + a.nodeName + ">") ? f = a.cloneNode(!0) : (Ba.innerHTML = a.outerHTML, Ba.removeChild(f = Ba.firstChild)), !(l.noCloneEvent && l.noCloneChecked || 1 !== a.nodeType && 11 !== a.nodeType || n.isXMLDoc(a)))
+															for(d = ea(f), h = ea(a), g = 0; null != (e = h[g]); ++g) d[g] && Ga(e, d[g]);
+																if(b)
+																	if(c)
+																		for(h = h || ea(a), d = d || ea(f), g = 0; null != (e = h[g]); g++) Fa(e, d[g]);
+																			else Fa(a, f);
+																		return d = ea(f, "script"), d.length > 0 && fa(d, !i && ea(a, "script")), d = h = e = null, f
+																	},
+																	cleanData: function(a, b) {
+																		for(var d, e, f, g, h = 0, i = n.expando, j = n.cache, k = l.attributes, m = n.event.special; null != (d = a[h]); h++)
+																			if((b || M(d)) && (f = d[i], g = f && j[f])) {
+																				if(g.events)
+																					for(e in g.events) m[e] ? n.event.remove(d, e) : n.removeEvent(d, e, g.handle);
+																						j[f] && (delete j[f], k || "undefined" == typeof d.removeAttribute ? d[i] = void 0 : d.removeAttribute(i), c.push(f))
+																				}
+																			}
+																		}), n.fn.extend({
+																			domManip: Ha,
+																			detach: function(a) {
+																				return Ia(this, a, !0)
+																			},
+																			remove: function(a) {
+																				return Ia(this, a)
+																			},
+																			text: function(a) {
+																				return Y(this, function(a) {
+																					return void 0 === a ? n.text(this) : this.empty().append((this[0] && this[0].ownerDocument || d).createTextNode(a))
+																				}, null, a, arguments.length)
+																			},
+																			append: function() {
+																				return Ha(this, arguments, function(a) {
+																					if(1 === this.nodeType || 11 === this.nodeType || 9 === this.nodeType) {
+																						var b = Ca(this, a);
+																						b.appendChild(a)
+																					}
+																				})
+																			},
+																			prepend: function() {
+																				return Ha(this, arguments, function(a) {
+																					if(1 === this.nodeType || 11 === this.nodeType || 9 === this.nodeType) {
+																						var b = Ca(this, a);
+																						b.insertBefore(a, b.firstChild)
+																					}
+																				})
+																			},
+																			before: function() {
+																				return Ha(this, arguments, function(a) {
+																					this.parentNode && this.parentNode.insertBefore(a, this)
+																				})
+																			},
+																			after: function() {
+																				return Ha(this, arguments, function(a) {
+																					this.parentNode && this.parentNode.insertBefore(a, this.nextSibling)
+																				})
+																			},
+																			empty: function() {
+																				for(var a, b = 0; null != (a = this[b]); b++) {
+																					1 === a.nodeType && n.cleanData(ea(a, !1));
+																					while(a.firstChild) a.removeChild(a.firstChild);
+																					a.options && n.nodeName(a, "select") && (a.options.length = 0)
+																				}
+																				return this
+																			},
+																			clone: function(a, b) {
+																				return a = null == a ? !1 : a, b = null == b ? a : b, this.map(function() {
+																					return n.clone(this, a, b)
+																				})
+																			},
+																			html: function(a) {
+																				return Y(this, function(a) {
+																					var b = this[0] || {},
+																					c = 0,
+																					d = this.length;
+																					if(void 0 === a) return 1 === b.nodeType ? b.innerHTML.replace(ta, "") : void 0;
+																					if("string" == typeof a && !wa.test(a) && (l.htmlSerialize || !ua.test(a)) && (l.leadingWhitespace || !aa.test(a)) && !da[($.exec(a) || ["", ""])[1].toLowerCase()]) {
+																						a = n.htmlPrefilter(a);
+																						try {
+																							for(; d > c; c++) b = this[c] || {}, 1 === b.nodeType && (n.cleanData(ea(b, !1)), b.innerHTML = a);
+																								b = 0
+																						} catch(e) {}
+																					}
+																					b && this.empty().append(a)
+																				}, null, a, arguments.length)
+																			},
+																			replaceWith: function() {
+																				var a = [];
+																				return Ha(this, arguments, function(b) {
+																					var c = this.parentNode;
+																					n.inArray(this, a) < 0 && (n.cleanData(ea(this)), c && c.replaceChild(b, this))
+																				}, a)
+																			}
+																		}), n.each({
+																			appendTo: "append",
+																			prependTo: "prepend",
+																			insertBefore: "before",
+																			insertAfter: "after",
+																			replaceAll: "replaceWith"
+																		}, function(a, b) {
+																			n.fn[a] = function(a) {
+																				for(var c, d = 0, e = [], f = n(a), h = f.length - 1; h >= d; d++) c = d === h ? this : this.clone(!0), n(f[d])[b](c), g.apply(e, c.get());
+																					return this.pushStack(e)
+																			}
+																		});
+																		var Ja, Ka = {
+																			HTML: "block",
+																			BODY: "block"
+																		};
+
+																		function La(a, b) {
+																			var c = n(b.createElement(a)).appendTo(b.body),
+																			d = n.css(c[0], "display");
+																			return c.detach(), d
+																		}
+
+																		function Ma(a) {
+																			var b = d,
+																			c = Ka[a];
+																			return c || (c = La(a, b), "none" !== c && c || (Ja = (Ja || n("<iframe frameborder='0' width='0' height='0'/>")).appendTo(b.documentElement), b = (Ja[0].contentWindow || Ja[0].contentDocument).document, b.write(), b.close(), c = La(a, b), Ja.detach()), Ka[a] = c), c
+																		}
+																		var Na = /^margin/,
+																		Oa = new RegExp("^(" + T + ")(?!px)[a-z%]+$", "i"),
+																		Pa = function(a, b, c, d) {
+																			var e, f, g = {};
+																			for(f in b) g[f] = a.style[f], a.style[f] = b[f];
+																				e = c.apply(a, d || []);
+																			for(f in b) a.style[f] = g[f];
+																				return e
+																		},
+																		Qa = d.documentElement;
+																		! function() {
+																			var b, c, e, f, g, h, i = d.createElement("div"),
+																			j = d.createElement("div");
+																			if(j.style) {
+																				j.style.cssText = "float:left;opacity:.5", l.opacity = "0.5" === j.style.opacity, l.cssFloat = !!j.style.cssFloat, j.style.backgroundClip = "content-box", j.cloneNode(!0).style.backgroundClip = "", l.clearCloneStyle = "content-box" === j.style.backgroundClip, i = d.createElement("div"), i.style.cssText = "border:0;width:8px;height:0;top:0;left:-9999px;padding:0;margin-top:1px;position:absolute", j.innerHTML = "", i.appendChild(j), l.boxSizing = "" === j.style.boxSizing || "" === j.style.MozBoxSizing || "" === j.style.WebkitBoxSizing, n.extend(l, {
+																					reliableHiddenOffsets: function() {
+																						return null == b && k(), f
+																					},
+																					boxSizingReliable: function() {
+																						return null == b && k(), e
+																					},
+																					pixelMarginRight: function() {
+																						return null == b && k(), c
+																					},
+																					pixelPosition: function() {
+																						return null == b && k(), b
+																					},
+																					reliableMarginRight: function() {
+																						return null == b && k(), g
+																					},
+																					reliableMarginLeft: function() {
+																						return null == b && k(), h
+																					}
+																				});
+
+																				function k() {
+																					var k, l, m = d.documentElement;
+																					m.appendChild(i), j.style.cssText = "-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;margin:auto;border:1px;padding:1px;top:1%;width:50%", b = e = h = !1, c = g = !0, a.getComputedStyle && (l = a.getComputedStyle(j), b = "1%" !== (l || {}).top, h = "2px" === (l || {}).marginLeft, e = "4px" === (l || {
+																						width: "4px"
+																					}).width, j.style.marginRight = "50%", c = "4px" === (l || {
+																						marginRight: "4px"
+																					}).marginRight, k = j.appendChild(d.createElement("div")), k.style.cssText = j.style.cssText = "-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:0", k.style.marginRight = k.style.width = "0", j.style.width = "1px", g = !parseFloat((a.getComputedStyle(k) || {}).marginRight), j.removeChild(k)), j.style.display = "none", f = 0 === j.getClientRects().length, f && (j.style.display = "", j.innerHTML = "<table><tr><td></td><td>t</td></tr></table>", j.childNodes[0].style.borderCollapse = "separate", k = j.getElementsByTagName("td"), k[0].style.cssText = "margin:0;border:0;padding:0;display:none", f = 0 === k[0].offsetHeight, f && (k[0].style.display = "", k[1].style.display = "none", f = 0 === k[0].offsetHeight)), m.removeChild(i)
+																				}
+																			}
+																		}();
+																		var Ra, Sa, Ta = /^(top|right|bottom|left)$/;
+																		a.getComputedStyle ? (Ra = function(b) {
+																			var c = b.ownerDocument.defaultView;
+																			return c && c.opener || (c = a), c.getComputedStyle(b)
+																		}, Sa = function(a, b, c) {
+																			var d, e, f, g, h = a.style;
+																			return c = c || Ra(a), g = c ? c.getPropertyValue(b) || c[b] : void 0, "" !== g && void 0 !== g || n.contains(a.ownerDocument, a) || (g = n.style(a, b)), c && !l.pixelMarginRight() && Oa.test(g) && Na.test(b) && (d = h.width, e = h.minWidth, f = h.maxWidth, h.minWidth = h.maxWidth = h.width = g, g = c.width, h.width = d, h.minWidth = e, h.maxWidth = f), void 0 === g ? g : g + ""
+																		}) : Qa.currentStyle && (Ra = function(a) {
+																			return a.currentStyle
+																		}, Sa = function(a, b, c) {
+																			var d, e, f, g, h = a.style;
+																			return c = c || Ra(a), g = c ? c[b] : void 0, null == g && h && h[b] && (g = h[b]), Oa.test(g) && !Ta.test(b) && (d = h.left, e = a.runtimeStyle, f = e && e.left, f && (e.left = a.currentStyle.left), h.left = "fontSize" === b ? "1em" : g, g = h.pixelLeft + "px", h.left = d, f && (e.left = f)), void 0 === g ? g : g + "" || "auto"
+																		});
+
+																		function Ua(a, b) {
+																			return {
+																				get: function() {
+																					return a() ? void delete this.get : (this.get = b).apply(this, arguments)
+																				}
+																			}
+																		}
+																		var Va = /alpha\([^)]*\)/i,
+																		Wa = /opacity\s*=\s*([^)]*)/i,
+																		Xa = /^(none|table(?!-c[ea]).+)/,
+																		Ya = new RegExp("^(" + T + ")(.*)$", "i"),
+																		Za = {
+																			position: "absolute",
+																			visibility: "hidden",
+																			display: "block"
+																		},
+																		$a = {
+																			letterSpacing: "0",
+																			fontWeight: "400"
+																		},
+																		_a = ["Webkit", "O", "Moz", "ms"],
+																		ab = d.createElement("div").style;
+
+																		function bb(a) {
+																			if(a in ab) return a;
+																			var b = a.charAt(0).toUpperCase() + a.slice(1),
+																			c = _a.length;
+																			while(c--)
+																				if(a = _a[c] + b, a in ab) return a
+																			}
+
+																		function cb(a, b) {
+																			for(var c, d, e, f = [], g = 0, h = a.length; h > g; g++) d = a[g], d.style && (f[g] = n._data(d, "olddisplay"), c = d.style.display, b ? (f[g] || "none" !== c || (d.style.display = ""), "" === d.style.display && W(d) && (f[g] = n._data(d, "olddisplay", Ma(d.nodeName)))) : (e = W(d), (c && "none" !== c || !e) && n._data(d, "olddisplay", e ? c : n.css(d, "display"))));
+																				for(g = 0; h > g; g++) d = a[g], d.style && (b && "none" !== d.style.display && "" !== d.style.display || (d.style.display = b ? f[g] || "" : "none"));
+																					return a
+																			}
+
+																			function db(a, b, c) {
+																				var d = Ya.exec(b);
+																				return d ? Math.max(0, d[1] - (c || 0)) + (d[2] || "px") : b
+																			}
+
+																			function eb(a, b, c, d, e) {
+																				for(var f = c === (d ? "border" : "content") ? 4 : "width" === b ? 1 : 0, g = 0; 4 > f; f += 2) "margin" === c && (g += n.css(a, c + V[f], !0, e)), d ? ("content" === c && (g -= n.css(a, "padding" + V[f], !0, e)), "margin" !== c && (g -= n.css(a, "border" + V[f] + "Width", !0, e))) : (g += n.css(a, "padding" + V[f], !0, e), "padding" !== c && (g += n.css(a, "border" + V[f] + "Width", !0, e)));
+																					return g
+																			}
+
+																			function fb(a, b, c) {
+																				var d = !0,
+																				e = "width" === b ? a.offsetWidth : a.offsetHeight,
+																				f = Ra(a),
+																				g = l.boxSizing && "border-box" === n.css(a, "boxSizing", !1, f);
+																				if(0 >= e || null == e) {
+																					if(e = Sa(a, b, f), (0 > e || null == e) && (e = a.style[b]), Oa.test(e)) return e;
+																					d = g && (l.boxSizingReliable() || e === a.style[b]), e = parseFloat(e) || 0
+																				}
+																				return e + eb(a, b, c || (g ? "border" : "content"), d, f) + "px"
+																			}
+																			n.extend({
+																				cssHooks: {
+																					opacity: {
+																						get: function(a, b) {
+																							if(b) {
+																								var c = Sa(a, "opacity");
+																								return "" === c ? "1" : c
+																							}
+																						}
+																					}
+																				},
+																				cssNumber: {
+																					animationIterationCount: !0,
+																					columnCount: !0,
+																					fillOpacity: !0,
+																					flexGrow: !0,
+																					flexShrink: !0,
+																					fontWeight: !0,
+																					lineHeight: !0,
+																					opacity: !0,
+																					order: !0,
+																					orphans: !0,
+																					widows: !0,
+																					zIndex: !0,
+																					zoom: !0
+																				},
+																				cssProps: {
+																					"float": l.cssFloat ? "cssFloat" : "styleFloat"
+																				},
+																				style: function(a, b, c, d) {
+																					if(a && 3 !== a.nodeType && 8 !== a.nodeType && a.style) {
+																						var e, f, g, h = n.camelCase(b),
+																						i = a.style;
+																						if(b = n.cssProps[h] || (n.cssProps[h] = bb(h) || h), g = n.cssHooks[b] || n.cssHooks[h], void 0 === c) return g && "get" in g && void 0 !== (e = g.get(a, !1, d)) ? e : i[b];
+																						if(f = typeof c, "string" === f && (e = U.exec(c)) && e[1] && (c = X(a, b, e), f = "number"), null != c && c === c && ("number" === f && (c += e && e[3] || (n.cssNumber[h] ? "" : "px")), l.clearCloneStyle || "" !== c || 0 !== b.indexOf("background") || (i[b] = "inherit"), !(g && "set" in g && void 0 === (c = g.set(a, c, d))))) try {
+																							i[b] = c
+																						} catch(j) {}
+																					}
+																				},
+																				css: function(a, b, c, d) {
+																					var e, f, g, h = n.camelCase(b);
+																					return b = n.cssProps[h] || (n.cssProps[h] = bb(h) || h), g = n.cssHooks[b] || n.cssHooks[h], g && "get" in g && (f = g.get(a, !0, c)), void 0 === f && (f = Sa(a, b, d)), "normal" === f && b in $a && (f = $a[b]), "" === c || c ? (e = parseFloat(f), c === !0 || isFinite(e) ? e || 0 : f) : f
+																				}
+																			}), n.each(["height", "width"], function(a, b) {
+																				n.cssHooks[b] = {
+																					get: function(a, c, d) {
+																						return c ? Xa.test(n.css(a, "display")) && 0 === a.offsetWidth ? Pa(a, Za, function() {
+																							return fb(a, b, d)
+																						}) : fb(a, b, d) : void 0
+																					},
+																					set: function(a, c, d) {
+																						var e = d && Ra(a);
+																						return db(a, c, d ? eb(a, b, d, l.boxSizing && "border-box" === n.css(a, "boxSizing", !1, e), e) : 0)
+																					}
+																				}
+																			}), l.opacity || (n.cssHooks.opacity = {
+																				get: function(a, b) {
+																					return Wa.test((b && a.currentStyle ? a.currentStyle.filter : a.style.filter) || "") ? .01 * parseFloat(RegExp.$1) + "" : b ? "1" : ""
+																				},
+																				set: function(a, b) {
+																					var c = a.style,
+																					d = a.currentStyle,
+																					e = n.isNumeric(b) ? "alpha(opacity=" + 100 * b + ")" : "",
+																					f = d && d.filter || c.filter || "";
+																					c.zoom = 1, (b >= 1 || "" === b) && "" === n.trim(f.replace(Va, "")) && c.removeAttribute && (c.removeAttribute("filter"), "" === b || d && !d.filter) || (c.filter = Va.test(f) ? f.replace(Va, e) : f + " " + e)
+																				}
+																			}), n.cssHooks.marginRight = Ua(l.reliableMarginRight, function(a, b) {
+																				return b ? Pa(a, {
+																					display: "inline-block"
+																				}, Sa, [a, "marginRight"]) : void 0
+																			}), n.cssHooks.marginLeft = Ua(l.reliableMarginLeft, function(a, b) {
+																				return b ? (parseFloat(Sa(a, "marginLeft")) || (n.contains(a.ownerDocument, a) ? a.getBoundingClientRect().left - Pa(a, {
+																					marginLeft: 0
+																				}, function() {
+																					return a.getBoundingClientRect().left
+																				}) : 0)) + "px" : void 0
+																			}), n.each({
+																				margin: "",
+																				padding: "",
+																				border: "Width"
+																			}, function(a, b) {
+																				n.cssHooks[a + b] = {
+																					expand: function(c) {
+																						for(var d = 0, e = {}, f = "string" == typeof c ? c.split(" ") : [c]; 4 > d; d++) e[a + V[d] + b] = f[d] || f[d - 2] || f[0];
+																							return e
+																					}
+																				}, Na.test(a) || (n.cssHooks[a + b].set = db)
+																			}), n.fn.extend({
+																				css: function(a, b) {
+																					return Y(this, function(a, b, c) {
+																						var d, e, f = {},
+																						g = 0;
+																						if(n.isArray(b)) {
+																							for(d = Ra(a), e = b.length; e > g; g++) f[b[g]] = n.css(a, b[g], !1, d);
+																								return f
+																						}
+																						return void 0 !== c ? n.style(a, b, c) : n.css(a, b)
+																					}, a, b, arguments.length > 1)
+																				},
+																				show: function() {
+																					return cb(this, !0)
+																				},
+																				hide: function() {
+																					return cb(this)
+																				},
+																				toggle: function(a) {
+																					return "boolean" == typeof a ? a ? this.show() : this.hide() : this.each(function() {
+																						W(this) ? n(this).show() : n(this).hide()
+																					})
+																				}
+																			});
+
+																			function gb(a, b, c, d, e) {
+																				return new gb.prototype.init(a, b, c, d, e)
+																			}
+																			n.Tween = gb, gb.prototype = {
+																				constructor: gb,
+																				init: function(a, b, c, d, e, f) {
+																					this.elem = a, this.prop = c, this.easing = e || n.easing._default, this.options = b, this.start = this.now = this.cur(), this.end = d, this.unit = f || (n.cssNumber[c] ? "" : "px")
+																				},
+																				cur: function() {
+																					var a = gb.propHooks[this.prop];
+																					return a && a.get ? a.get(this) : gb.propHooks._default.get(this)
+																				},
+																				run: function(a) {
+																					var b, c = gb.propHooks[this.prop];
+																					return this.options.duration ? this.pos = b = n.easing[this.easing](a, this.options.duration * a, 0, 1, this.options.duration) : this.pos = b = a, this.now = (this.end - this.start) * b + this.start, this.options.step && this.options.step.call(this.elem, this.now, this), c && c.set ? c.set(this) : gb.propHooks._default.set(this), this
+																				}
+																			}, gb.prototype.init.prototype = gb.prototype, gb.propHooks = {
+																				_default: {
+																					get: function(a) {
+																						var b;
+																						return 1 !== a.elem.nodeType || null != a.elem[a.prop] && null == a.elem.style[a.prop] ? a.elem[a.prop] : (b = n.css(a.elem, a.prop, ""), b && "auto" !== b ? b : 0)
+																					},
+																					set: function(a) {
+																						n.fx.step[a.prop] ? n.fx.step[a.prop](a) : 1 !== a.elem.nodeType || null == a.elem.style[n.cssProps[a.prop]] && !n.cssHooks[a.prop] ? a.elem[a.prop] = a.now : n.style(a.elem, a.prop, a.now + a.unit)
+																					}
+																				}
+																			}, gb.propHooks.scrollTop = gb.propHooks.scrollLeft = {
+																				set: function(a) {
+																					a.elem.nodeType && a.elem.parentNode && (a.elem[a.prop] = a.now)
+																				}
+																			}, n.easing = {
+																				linear: function(a) {
+																					return a
+																				},
+																				swing: function(a) {
+																					return .5 - Math.cos(a * Math.PI) / 2
+																				},
+																				_default: "swing"
+																			}, n.fx = gb.prototype.init, n.fx.step = {};
+																			var hb, ib, jb = /^(?:toggle|show|hide)$/,
+																			kb = /queueHooks$/;
+
+																			function lb() {
+																				return a.setTimeout(function() {
+																					hb = void 0
+																				}), hb = n.now()
+																			}
+
+																			function mb(a, b) {
+																				var c, d = {
+																					height: a
+																				},
+																				e = 0;
+																				for(b = b ? 1 : 0; 4 > e; e += 2 - b) c = V[e], d["margin" + c] = d["padding" + c] = a;
+																					return b && (d.opacity = d.width = a), d
+																			}
+
+																			function nb(a, b, c) {
+																				for(var d, e = (qb.tweeners[b] || []).concat(qb.tweeners["*"]), f = 0, g = e.length; g > f; f++)
+																					if(d = e[f].call(c, b, a)) return d
+																				}
+
+																			function ob(a, b, c) {
+																				var d, e, f, g, h, i, j, k, m = this,
+																				o = {},
+																				p = a.style,
+																				q = a.nodeType && W(a),
+																				r = n._data(a, "fxshow");
+																				c.queue || (h = n._queueHooks(a, "fx"), null == h.unqueued && (h.unqueued = 0, i = h.empty.fire, h.empty.fire = function() {
+																					h.unqueued || i()
+																				}), h.unqueued++, m.always(function() {
+																					m.always(function() {
+																						h.unqueued--, n.queue(a, "fx").length || h.empty.fire()
+																					})
+																				})), 1 === a.nodeType && ("height" in b || "width" in b) && (c.overflow = [p.overflow, p.overflowX, p.overflowY], j = n.css(a, "display"), k = "none" === j ? n._data(a, "olddisplay") || Ma(a.nodeName) : j, "inline" === k && "none" === n.css(a, "float") && (l.inlineBlockNeedsLayout && "inline" !== Ma(a.nodeName) ? p.zoom = 1 : p.display = "inline-block")), c.overflow && (p.overflow = "hidden", l.shrinkWrapBlocks() || m.always(function() {
+																					p.overflow = c.overflow[0], p.overflowX = c.overflow[1], p.overflowY = c.overflow[2]
+																				}));
+																				for(d in b)
+																					if(e = b[d], jb.exec(e)) {
+																						if(delete b[d], f = f || "toggle" === e, e === (q ? "hide" : "show")) {
+																							if("show" !== e || !r || void 0 === r[d]) continue;
+																							q = !0
+																						}
+																						o[d] = r && r[d] || n.style(a, d)
+																					} else j = void 0;
+																					if(n.isEmptyObject(o)) "inline" === ("none" === j ? Ma(a.nodeName) : j) && (p.display = j);
+																					else {
+																						r ? "hidden" in r && (q = r.hidden) : r = n._data(a, "fxshow", {}), f && (r.hidden = !q), q ? n(a).show() : m.done(function() {
+																							n(a).hide()
+																						}), m.done(function() {
+																							var b;
+																							n._removeData(a, "fxshow");
+																							for(b in o) n.style(a, b, o[b])
+																						});
+																						for(d in o) g = nb(q ? r[d] : 0, d, m), d in r || (r[d] = g.start, q && (g.end = g.start, g.start = "width" === d || "height" === d ? 1 : 0))
+																					}
+																			}
+
+																			function pb(a, b) {
+																				var c, d, e, f, g;
+																				for(c in a)
+																					if(d = n.camelCase(c), e = b[d], f = a[c], n.isArray(f) && (e = f[1], f = a[c] = f[0]), c !== d && (a[d] = f, delete a[c]), g = n.cssHooks[d], g && "expand" in g) {
+																						f = g.expand(f), delete a[d];
+																						for(c in f) c in a || (a[c] = f[c], b[c] = e)
+																					} else b[d] = e
+																			}
+
+																			function qb(a, b, c) {
+																				var d, e, f = 0,
+																				g = qb.prefilters.length,
+																				h = n.Deferred().always(function() {
+																					delete i.elem
+																				}),
+																				i = function() {
+																					if(e) return !1;
+																					for(var b = hb || lb(), c = Math.max(0, j.startTime + j.duration - b), d = c / j.duration || 0, f = 1 - d, g = 0, i = j.tweens.length; i > g; g++) j.tweens[g].run(f);
+																						return h.notifyWith(a, [j, f, c]), 1 > f && i ? c : (h.resolveWith(a, [j]), !1)
+																				},
+																				j = h.promise({
+																					elem: a,
+																					props: n.extend({}, b),
+																					opts: n.extend(!0, {
+																						specialEasing: {},
+																						easing: n.easing._default
+																					}, c),
+																					originalProperties: b,
+																					originalOptions: c,
+																					startTime: hb || lb(),
+																					duration: c.duration,
+																					tweens: [],
+																					createTween: function(b, c) {
+																						var d = n.Tween(a, j.opts, b, c, j.opts.specialEasing[b] || j.opts.easing);
+																						return j.tweens.push(d), d
+																					},
+																					stop: function(b) {
+																						var c = 0,
+																						d = b ? j.tweens.length : 0;
+																						if(e) return this;
+																						for(e = !0; d > c; c++) j.tweens[c].run(1);
+																							return b ? (h.notifyWith(a, [j, 1, 0]), h.resolveWith(a, [j, b])) : h.rejectWith(a, [j, b]), this
+																					}
+																				}),
+																				k = j.props;
+																				for(pb(k, j.opts.specialEasing); g > f; f++)
+																					if(d = qb.prefilters[f].call(j, a, k, j.opts)) return n.isFunction(d.stop) && (n._queueHooks(j.elem, j.opts.queue).stop = n.proxy(d.stop, d)), d;
+																				return n.map(k, nb, j), n.isFunction(j.opts.start) && j.opts.start.call(a, j), n.fx.timer(n.extend(i, {
+																					elem: a,
+																					anim: j,
+																					queue: j.opts.queue
+																				})), j.progress(j.opts.progress).done(j.opts.done, j.opts.complete).fail(j.opts.fail).always(j.opts.always)
+																			}
+																			n.Animation = n.extend(qb, {
+																				tweeners: {
+																					"*": [function(a, b) {
+																						var c = this.createTween(a, b);
+																						return X(c.elem, a, U.exec(b), c), c
+																					}]
+																				},
+																				tweener: function(a, b) {
+																					n.isFunction(a) ? (b = a, a = ["*"]) : a = a.match(G);
+																					for(var c, d = 0, e = a.length; e > d; d++) c = a[d], qb.tweeners[c] = qb.tweeners[c] || [], qb.tweeners[c].unshift(b)
+																				},
+																			prefilters: [ob],
+																			prefilter: function(a, b) {
+																				b ? qb.prefilters.unshift(a) : qb.prefilters.push(a)
+																			}
+																		}), n.speed = function(a, b, c) {
+																				var d = a && "object" == typeof a ? n.extend({}, a) : {
+																					complete: c || !c && b || n.isFunction(a) && a,
+																					duration: a,
+																					easing: c && b || b && !n.isFunction(b) && b
+																				};
+																				return d.duration = n.fx.off ? 0 : "number" == typeof d.duration ? d.duration : d.duration in n.fx.speeds ? n.fx.speeds[d.duration] : n.fx.speeds._default, null != d.queue && d.queue !== !0 || (d.queue = "fx"), d.old = d.complete, d.complete = function() {
+																					n.isFunction(d.old) && d.old.call(this), d.queue && n.dequeue(this, d.queue)
+																				}, d
+																			}, n.fn.extend({
+																				fadeTo: function(a, b, c, d) {
+																					return this.filter(W).css("opacity", 0).show().end().animate({
+																						opacity: b
+																					}, a, c, d)
+																				},
+																				animate: function(a, b, c, d) {
+																					var e = n.isEmptyObject(a),
+																					f = n.speed(b, c, d),
+																					g = function() {
+																						var b = qb(this, n.extend({}, a), f);
+																						(e || n._data(this, "finish")) && b.stop(!0)
+																					};
+																					return g.finish = g, e || f.queue === !1 ? this.each(g) : this.queue(f.queue, g)
+																				},
+																				stop: function(a, b, c) {
+																					var d = function(a) {
+																						var b = a.stop;
+																						delete a.stop, b(c)
+																					};
+																					return "string" != typeof a && (c = b, b = a, a = void 0), b && a !== !1 && this.queue(a || "fx", []), this.each(function() {
+																						var b = !0,
+																						e = null != a && a + "queueHooks",
+																						f = n.timers,
+																						g = n._data(this);
+																						if(e) g[e] && g[e].stop && d(g[e]);
+																						else
+																							for(e in g) g[e] && g[e].stop && kb.test(e) && d(g[e]);
+																								for(e = f.length; e--;) f[e].elem !== this || null != a && f[e].queue !== a || (f[e].anim.stop(c), b = !1, f.splice(e, 1));
+																									!b && c || n.dequeue(this, a)
+																							})
+																				},
+																				finish: function(a) {
+																					return a !== !1 && (a = a || "fx"), this.each(function() {
+																						var b, c = n._data(this),
+																						d = c[a + "queue"],
+																						e = c[a + "queueHooks"],
+																						f = n.timers,
+																						g = d ? d.length : 0;
+																						for(c.finish = !0, n.queue(this, a, []), e && e.stop && e.stop.call(this, !0), b = f.length; b--;) f[b].elem === this && f[b].queue === a && (f[b].anim.stop(!0), f.splice(b, 1));
+																							for(b = 0; g > b; b++) d[b] && d[b].finish && d[b].finish.call(this);
+																								delete c.finish
+																						})
+																				}
+																			}), n.each(["toggle", "show", "hide"], function(a, b) {
+																				var c = n.fn[b];
+																				n.fn[b] = function(a, d, e) {
+																					return null == a || "boolean" == typeof a ? c.apply(this, arguments) : this.animate(mb(b, !0), a, d, e)
+																				}
+																			}), n.each({
+																				slideDown: mb("show"),
+																				slideUp: mb("hide"),
+																				slideToggle: mb("toggle"),
+																				fadeIn: {
+																					opacity: "show"
+																				},
+																				fadeOut: {
+																					opacity: "hide"
+																				},
+																				fadeToggle: {
+																					opacity: "toggle"
+																				}
+																			}, function(a, b) {
+																				n.fn[a] = function(a, c, d) {
+																					return this.animate(b, a, c, d)
+																				}
+																			}), n.timers = [], n.fx.tick = function() {
+																				var a, b = n.timers,
+																				c = 0;
+																				for(hb = n.now(); c < b.length; c++) a = b[c], a() || b[c] !== a || b.splice(c--, 1);
+																					b.length || n.fx.stop(), hb = void 0
+																			}, n.fx.timer = function(a) {
+																				n.timers.push(a), a() ? n.fx.start() : n.timers.pop()
+																			}, n.fx.interval = 13, n.fx.start = function() {
+																				ib || (ib = a.setInterval(n.fx.tick, n.fx.interval))
+																			}, n.fx.stop = function() {
+																				a.clearInterval(ib), ib = null
+																			}, n.fx.speeds = {
+																				slow: 600,
+																				fast: 200,
+																				_default: 400
+																			}, n.fn.delay = function(b, c) {
+																				return b = n.fx ? n.fx.speeds[b] || b : b, c = c || "fx", this.queue(c, function(c, d) {
+																					var e = a.setTimeout(c, b);
+																					d.stop = function() {
+																						a.clearTimeout(e)
+																					}
+																				})
+																			},
+																			function() {
+																				var a, b = d.createElement("input"),
+																				c = d.createElement("div"),
+																				e = d.createElement("select"),
+																				f = e.appendChild(d.createElement("option"));
+																				c = d.createElement("div"), c.setAttribute("className", "t"), c.innerHTML = "  <link/><table></table><a href='/a'>a</a><input type='checkbox'/>", a = c.getElementsByTagName("a")[0], b.setAttribute("type", "checkbox"), c.appendChild(b), a = c.getElementsByTagName("a")[0], a.style.cssText = "top:1px", l.getSetAttribute = "t" !== c.className, l.style = /top/.test(a.getAttribute("style")), l.hrefNormalized = "/a" === a.getAttribute("href"), l.checkOn = !!b.value, l.optSelected = f.selected, l.enctype = !!d.createElement("form").enctype, e.disabled = !0, l.optDisabled = !f.disabled, b = d.createElement("input"), b.setAttribute("value", ""), l.input = "" === b.getAttribute("value"), b.value = "t", b.setAttribute("type", "radio"), l.radioValue = "t" === b.value
+																			}();
+																			var rb = /\r/g,
+																			sb = /[\x20\t\r\n\f]+/g;
+																			n.fn.extend({
+																				val: function(a) {
+																					var b, c, d, e = this[0]; {
+																						if(arguments.length) return d = n.isFunction(a), this.each(function(c) {
+																							var e;
+																							1 === this.nodeType && (e = d ? a.call(this, c, n(this).val()) : a, null == e ? e = "" : "number" == typeof e ? e += "" : n.isArray(e) && (e = n.map(e, function(a) {
+																								return null == a ? "" : a + ""
+																							})), b = n.valHooks[this.type] || n.valHooks[this.nodeName.toLowerCase()], b && "set" in b && void 0 !== b.set(this, e, "value") || (this.value = e))
+																						});
+																							if(e) return b = n.valHooks[e.type] || n.valHooks[e.nodeName.toLowerCase()], b && "get" in b && void 0 !== (c = b.get(e, "value")) ? c : (c = e.value, "string" == typeof c ? c.replace(rb, "") : null == c ? "" : c)
+																						}
+																				}
+																			}), n.extend({
+																				valHooks: {
+																					option: {
+																						get: function(a) {
+																							var b = n.find.attr(a, "value");
+																							return null != b ? b : n.trim(n.text(a)).replace(sb, " ")
+																						}
+																					},
+																					select: {
+																						get: function(a) {
+																							for(var b, c, d = a.options, e = a.selectedIndex, f = "select-one" === a.type || 0 > e, g = f ? null : [], h = f ? e + 1 : d.length, i = 0 > e ? h : f ? e : 0; h > i; i++)
+																								if(c = d[i], (c.selected || i === e) && (l.optDisabled ? !c.disabled : null === c.getAttribute("disabled")) && (!c.parentNode.disabled || !n.nodeName(c.parentNode, "optgroup"))) {
+																									if(b = n(c).val(), f) return b;
+																									g.push(b)
+																								}
+																								return g
+																							},
+																							set: function(a, b) {
+																								var c, d, e = a.options,
+																								f = n.makeArray(b),
+																								g = e.length;
+																								while(g--)
+																									if(d = e[g], n.inArray(n.valHooks.option.get(d), f) > -1) try {
+																										d.selected = c = !0
+																									} catch(h) {
+																										d.scrollHeight
+																									} else d.selected = !1;
+																									return c || (a.selectedIndex = -1), e
+																								}
+																							}
+																						}
+																					}), n.each(["radio", "checkbox"], function() {
+																						n.valHooks[this] = {
+																							set: function(a, b) {
+																								return n.isArray(b) ? a.checked = n.inArray(n(a).val(), b) > -1 : void 0
+																							}
+																						}, l.checkOn || (n.valHooks[this].get = function(a) {
+																							return null === a.getAttribute("value") ? "on" : a.value
+																						})
+																					});
+																					var tb, ub, vb = n.expr.attrHandle,
+																					wb = /^(?:checked|selected)$/i,
+																					xb = l.getSetAttribute,
+																					yb = l.input;
+																					n.fn.extend({
+																						attr: function(a, b) {
+																							return Y(this, n.attr, a, b, arguments.length > 1)
+																						},
+																						removeAttr: function(a) {
+																							return this.each(function() {
+																								n.removeAttr(this, a)
+																							})
+																						}
+																					}), n.extend({
+																						attr: function(a, b, c) {
+																							var d, e, f = a.nodeType;
+																							if(3 !== f && 8 !== f && 2 !== f) return "undefined" == typeof a.getAttribute ? n.prop(a, b, c) : (1 === f && n.isXMLDoc(a) || (b = b.toLowerCase(), e = n.attrHooks[b] || (n.expr.match.bool.test(b) ? ub : tb)), void 0 !== c ? null === c ? void n.removeAttr(a, b) : e && "set" in e && void 0 !== (d = e.set(a, c, b)) ? d : (a.setAttribute(b, c + ""), c) : e && "get" in e && null !== (d = e.get(a, b)) ? d : (d = n.find.attr(a, b), null == d ? void 0 : d))
+																						},
+																					attrHooks: {
+																						type: {
+																							set: function(a, b) {
+																								if(!l.radioValue && "radio" === b && n.nodeName(a, "input")) {
+																									var c = a.value;
+																									return a.setAttribute("type", b), c && (a.value = c), b
+																								}
+																							}
+																						}
+																					},
+																					removeAttr: function(a, b) {
+																						var c, d, e = 0,
+																						f = b && b.match(G);
+																						if(f && 1 === a.nodeType)
+																							while(c = f[e++]) d = n.propFix[c] || c, n.expr.match.bool.test(c) ? yb && xb || !wb.test(c) ? a[d] = !1 : a[n.camelCase("default-" + c)] = a[d] = !1 : n.attr(a, c, ""), a.removeAttribute(xb ? c : d)
+																						}
+																				}), ub = {
+																						set: function(a, b, c) {
+																							return b === !1 ? n.removeAttr(a, c) : yb && xb || !wb.test(c) ? a.setAttribute(!xb && n.propFix[c] || c, c) : a[n.camelCase("default-" + c)] = a[c] = !0, c
+																						}
+																					}, n.each(n.expr.match.bool.source.match(/\w+/g), function(a, b) {
+																						var c = vb[b] || n.find.attr;
+																						yb && xb || !wb.test(b) ? vb[b] = function(a, b, d) {
+																							var e, f;
+																							return d || (f = vb[b], vb[b] = e, e = null != c(a, b, d) ? b.toLowerCase() : null, vb[b] = f), e
+																						} : vb[b] = function(a, b, c) {
+																							return c ? void 0 : a[n.camelCase("default-" + b)] ? b.toLowerCase() : null
+																						}
+																					}), yb && xb || (n.attrHooks.value = {
+																						set: function(a, b, c) {
+																							return n.nodeName(a, "input") ? void(a.defaultValue = b) : tb && tb.set(a, b, c)
+																						}
+																					}), xb || (tb = {
+																						set: function(a, b, c) {
+																							var d = a.getAttributeNode(c);
+																							return d || a.setAttributeNode(d = a.ownerDocument.createAttribute(c)), d.value = b += "", "value" === c || b === a.getAttribute(c) ? b : void 0
+																						}
+																					}, vb.id = vb.name = vb.coords = function(a, b, c) {
+																						var d;
+																						return c ? void 0 : (d = a.getAttributeNode(b)) && "" !== d.value ? d.value : null
+																					}, n.valHooks.button = {
+																						get: function(a, b) {
+																							var c = a.getAttributeNode(b);
+																							return c && c.specified ? c.value : void 0
+																						},
+																						set: tb.set
+																					}, n.attrHooks.contenteditable = {
+																						set: function(a, b, c) {
+																							tb.set(a, "" === b ? !1 : b, c)
+																						}
+																					}, n.each(["width", "height"], function(a, b) {
+																						n.attrHooks[b] = {
+																							set: function(a, c) {
+																								return "" === c ? (a.setAttribute(b, "auto"), c) : void 0
+																							}
+																						}
+																					})), l.style || (n.attrHooks.style = {
+																						get: function(a) {
+																							return a.style.cssText || void 0
+																						},
+																						set: function(a, b) {
+																							return a.style.cssText = b + ""
+																						}
+																					});
+																					var zb = /^(?:input|select|textarea|button|object)$/i,
+																					Ab = /^(?:a|area)$/i;
+																					n.fn.extend({
+																						prop: function(a, b) {
+																							return Y(this, n.prop, a, b, arguments.length > 1)
+																						},
+																						removeProp: function(a) {
+																							return a = n.propFix[a] || a, this.each(function() {
+																								try {
+																									this[a] = void 0, delete this[a]
+																								} catch(b) {}
+																							})
+																						}
+																					}), n.extend({
+																						prop: function(a, b, c) {
+																							var d, e, f = a.nodeType;
+																							if(3 !== f && 8 !== f && 2 !== f) return 1 === f && n.isXMLDoc(a) || (b = n.propFix[b] || b, e = n.propHooks[b]), void 0 !== c ? e && "set" in e && void 0 !== (d = e.set(a, c, b)) ? d : a[b] = c : e && "get" in e && null !== (d = e.get(a, b)) ? d : a[b]
+																						},
+																					propHooks: {
+																						tabIndex: {
+																							get: function(a) {
+																								var b = n.find.attr(a, "tabindex");
+																								return b ? parseInt(b, 10) : zb.test(a.nodeName) || Ab.test(a.nodeName) && a.href ? 0 : -1
+																							}
+																						}
+																					},
+																					propFix: {
+																						"for": "htmlFor",
+																						"class": "className"
+																					}
+																				}), l.hrefNormalized || n.each(["href", "src"], function(a, b) {
+																					n.propHooks[b] = {
+																						get: function(a) {
+																							return a.getAttribute(b, 4)
+																						}
+																					}
+																				}), l.optSelected || (n.propHooks.selected = {
+																					get: function(a) {
+																						var b = a.parentNode;
+																						return b && (b.selectedIndex, b.parentNode && b.parentNode.selectedIndex), null
+																					},
+																					set: function(a) {
+																						var b = a.parentNode;
+																						b && (b.selectedIndex, b.parentNode && b.parentNode.selectedIndex)
+																					}
+																				}), n.each(["tabIndex", "readOnly", "maxLength", "cellSpacing", "cellPadding", "rowSpan", "colSpan", "useMap", "frameBorder", "contentEditable"], function() {
+																					n.propFix[this.toLowerCase()] = this
+																				}), l.enctype || (n.propFix.enctype = "encoding");
+																				var Bb = /[\t\r\n\f]/g;
+
+																				function Cb(a) {
+																					return n.attr(a, "class") || ""
+																				}
+																				n.fn.extend({
+																					addClass: function(a) {
+																						var b, c, d, e, f, g, h, i = 0;
+																						if(n.isFunction(a)) return this.each(function(b) {
+																							n(this).addClass(a.call(this, b, Cb(this)))
+																						});
+																							if("string" == typeof a && a) {
+																								b = a.match(G) || [];
+																								while(c = this[i++])
+																									if(e = Cb(c), d = 1 === c.nodeType && (" " + e + " ").replace(Bb, " ")) {
+																										g = 0;
+																										while(f = b[g++]) d.indexOf(" " + f + " ") < 0 && (d += f + " ");
+																										h = n.trim(d), e !== h && n.attr(c, "class", h)
+																									}
+																								}
+																								return this
+																							},
+																							removeClass: function(a) {
+																								var b, c, d, e, f, g, h, i = 0;
+																								if(n.isFunction(a)) return this.each(function(b) {
+																									n(this).removeClass(a.call(this, b, Cb(this)))
+																								});
+																									if(!arguments.length) return this.attr("class", "");
+																									if("string" == typeof a && a) {
+																										b = a.match(G) || [];
+																										while(c = this[i++])
+																											if(e = Cb(c), d = 1 === c.nodeType && (" " + e + " ").replace(Bb, " ")) {
+																												g = 0;
+																												while(f = b[g++])
+																													while(d.indexOf(" " + f + " ") > -1) d = d.replace(" " + f + " ", " ");
+																												h = n.trim(d), e !== h && n.attr(c, "class", h)
+																											}
+																										}
+																										return this
+																									},
+																									toggleClass: function(a, b) {
+																										var c = typeof a;
+																										return "boolean" == typeof b && "string" === c ? b ? this.addClass(a) : this.removeClass(a) : n.isFunction(a) ? this.each(function(c) {
+																											n(this).toggleClass(a.call(this, c, Cb(this), b), b)
+																										}) : this.each(function() {
+																											var b, d, e, f;
+																											if("string" === c) {
+																												d = 0, e = n(this), f = a.match(G) || [];
+																												while(b = f[d++]) e.hasClass(b) ? e.removeClass(b) : e.addClass(b)
+																											} else void 0 !== a && "boolean" !== c || (b = Cb(this), b && n._data(this, "__className__", b), n.attr(this, "class", b || a === !1 ? "" : n._data(this, "__className__") || ""))
+																									})
+																									},
+																									hasClass: function(a) {
+																										var b, c, d = 0;
+																										b = " " + a + " ";
+																										while(c = this[d++])
+																											if(1 === c.nodeType && (" " + Cb(c) + " ").replace(Bb, " ").indexOf(b) > -1) return !0;
+																										return !1
+																									}
+																								}), n.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "), function(a, b) {
+																									n.fn[b] = function(a, c) {
+																										return arguments.length > 0 ? this.on(b, null, a, c) : this.trigger(b)
+																									}
+																								}), n.fn.extend({
+																									hover: function(a, b) {
+																										return this.mouseenter(a).mouseleave(b || a)
+																									}
+																								});
+																								var Db = a.location,
+																								Eb = n.now(),
+																								Fb = /\?/,
+																								Gb = /(,)|(\[|{)|(}|])|"(?:[^"\\\r\n]|\\["\\\/bfnrt]|\\u[\da-fA-F]{4})*"\s*:?|true|false|null|-?(?!0\d)\d+(?:\.\d+|)(?:[eE][+-]?\d+|)/g;
+																								n.parseJSON = function(b) {
+																									if(a.JSON && a.JSON.parse) return a.JSON.parse(b + "");
+																									var c, d = null,
+																									e = n.trim(b + "");
+																									return e && !n.trim(e.replace(Gb, function(a, b, e, f) {
+																										return c && b && (d = 0), 0 === d ? a : (c = e || b, d += !f - !e, "")
+																									})) ? Function("return " + e)() : n.error("Invalid JSON: " + b)
+																								}, n.parseXML = function(b) {
+																									var c, d;
+																									if(!b || "string" != typeof b) return null;
+																									try {
+																										a.DOMParser ? (d = new a.DOMParser, c = d.parseFromString(b, "text/xml")) : (c = new a.ActiveXObject("Microsoft.XMLDOM"), c.async = "false", c.loadXML(b))
+																									} catch(e) {
+																										c = void 0
+																									}
+																									return c && c.documentElement && !c.getElementsByTagName("parsererror").length || n.error("Invalid XML: " + b), c
+																								};
+																								var Hb = /#.*$/,
+																								Ib = /([?&])_=[^&]*/,
+																								Jb = /^(.*?):[ \t]*([^\r\n]*)\r?$/gm,
+																								Kb = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/,
+																								Lb = /^(?:GET|HEAD)$/,
+																								Mb = /^\/\//,
+																								Nb = /^([\w.+-]+:)(?:\/\/(?:[^\/?#]*@|)([^\/?#:]*)(?::(\d+)|)|)/,
+																								Ob = {},
+																								Pb = {},
+																								Qb = "*/".concat("*"),
+																								Rb = Db.href,
+																								Sb = Nb.exec(Rb.toLowerCase()) || [];
+
+																								function Tb(a) {
+																									return function(b, c) {
+																										"string" != typeof b && (c = b, b = "*");
+																										var d, e = 0,
+																										f = b.toLowerCase().match(G) || [];
+																										if(n.isFunction(c))
+																											while(d = f[e++]) "+" === d.charAt(0) ? (d = d.slice(1) || "*", (a[d] = a[d] || []).unshift(c)) : (a[d] = a[d] || []).push(c)
+																										}
+																								}
+
+																								function Ub(a, b, c, d) {
+																									var e = {},
+																									f = a === Pb;
+
+																									function g(h) {
+																										var i;
+																										return e[h] = !0, n.each(a[h] || [], function(a, h) {
+																											var j = h(b, c, d);
+																											return "string" != typeof j || f || e[j] ? f ? !(i = j) : void 0 : (b.dataTypes.unshift(j), g(j), !1)
+																										}), i
+																									}
+																									return g(b.dataTypes[0]) || !e["*"] && g("*")
+																								}
+
+																								function Vb(a, b) {
+																									var c, d, e = n.ajaxSettings.flatOptions || {};
+																									for(d in b) void 0 !== b[d] && ((e[d] ? a : c || (c = {}))[d] = b[d]);
+																										return c && n.extend(!0, a, c), a
+																								}
+
+																								function Wb(a, b, c) {
+																									var d, e, f, g, h = a.contents,
+																									i = a.dataTypes;
+																									while("*" === i[0]) i.shift(), void 0 === e && (e = a.mimeType || b.getResponseHeader("Content-Type"));
+																									if(e)
+																										for(g in h)
+																											if(h[g] && h[g].test(e)) {
+																												i.unshift(g);
+																												break
+																											}
+																											if(i[0] in c) f = i[0];
+																											else {
+																												for(g in c) {
+																													if(!i[0] || a.converters[g + " " + i[0]]) {
+																														f = g;
+																														break
+																													}
+																													d || (d = g)
+																												}
+																												f = f || d
+																											}
+																											return f ? (f !== i[0] && i.unshift(f), c[f]) : void 0
+																										}
+
+																										function Xb(a, b, c, d) {
+																											var e, f, g, h, i, j = {},
+																											k = a.dataTypes.slice();
+																											if(k[1])
+																												for(g in a.converters) j[g.toLowerCase()] = a.converters[g];
+																													f = k.shift();
+																												while(f)
+																													if(a.responseFields[f] && (c[a.responseFields[f]] = b), !i && d && a.dataFilter && (b = a.dataFilter(b, a.dataType)), i = f, f = k.shift())
+																														if("*" === f) f = i;
+																													else if("*" !== i && i !== f) {
+																														if(g = j[i + " " + f] || j["* " + f], !g)
+																															for(e in j)
+																																if(h = e.split(" "), h[1] === f && (g = j[i + " " + h[0]] || j["* " + h[0]])) {
+																																	g === !0 ? g = j[e] : j[e] !== !0 && (f = h[0], k.unshift(h[1]));
+																																	break
+																																}
+																																if(g !== !0)
+																																	if(g && a["throws"]) b = g(b);
+																																else try {
+																																	b = g(b)
+																																} catch(l) {
+																																	return {
+																																		state: "parsererror",
+																																		error: g ? l : "No conversion from " + i + " to " + f
+																																	}
+																																}
+																															}
+																															return {
+																																state: "success",
+																																data: b
+																															}
+																														}
+																														n.extend({
+																															active: 0,
+																															lastModified: {},
+																															etag: {},
+																															ajaxSettings: {
+																																url: Rb,
+																																type: "GET",
+																																isLocal: Kb.test(Sb[1]),
+																																global: !0,
+																																processData: !0,
+																																async: !0,
+																																contentType: "application/x-www-form-urlencoded; charset=UTF-8",
+																																accepts: {
+																																	"*": Qb,
+																																	text: "text/plain",
+																																	html: "text/html",
+																																	xml: "application/xml, text/xml",
+																																	json: "application/json, text/javascript"
+																																},
+																																contents: {
+																																	xml: /\bxml\b/,
+																																	html: /\bhtml/,
+																																	json: /\bjson\b/
+																																},
+																																responseFields: {
+																																	xml: "responseXML",
+																																	text: "responseText",
+																																	json: "responseJSON"
+																																},
+																																converters: {
+																																	"* text": String,
+																																	"text html": !0,
+																																	"text json": n.parseJSON,
+																																	"text xml": n.parseXML
+																																},
+																																flatOptions: {
+																																	url: !0,
+																																	context: !0
+																																}
+																															},
+																															ajaxSetup: function(a, b) {
+																																return b ? Vb(Vb(a, n.ajaxSettings), b) : Vb(n.ajaxSettings, a)
+																															},
+																															ajaxPrefilter: Tb(Ob),
+																															ajaxTransport: Tb(Pb),
+																															ajax: function(b, c) {
+																																"object" == typeof b && (c = b, b = void 0), c = c || {};
+																																var d, e, f, g, h, i, j, k, l = n.ajaxSetup({}, c),
+																																m = l.context || l,
+																																o = l.context && (m.nodeType || m.jquery) ? n(m) : n.event,
+																																p = n.Deferred(),
+																																q = n.Callbacks("once memory"),
+																																r = l.statusCode || {},
+																																s = {},
+																																t = {},
+																																u = 0,
+																																v = "canceled",
+																																w = {
+																																	readyState: 0,
+																																	getResponseHeader: function(a) {
+																																		var b;
+																																		if(2 === u) {
+																																			if(!k) {
+																																				k = {};
+																																				while(b = Jb.exec(g)) k[b[1].toLowerCase()] = b[2]
+																																			}
+																																		b = k[a.toLowerCase()]
+																																	}
+																																	return null == b ? null : b
+																																},
+																																getAllResponseHeaders: function() {
+																																	return 2 === u ? g : null
+																																},
+																																setRequestHeader: function(a, b) {
+																																	var c = a.toLowerCase();
+																																	return u || (a = t[c] = t[c] || a, s[a] = b), this
+																																},
+																																overrideMimeType: function(a) {
+																																	return u || (l.mimeType = a), this
+																																},
+																																statusCode: function(a) {
+																																	var b;
+																																	if(a)
+																																		if(2 > u)
+																																			for(b in a) r[b] = [r[b], a[b]];
+																																				else w.always(a[w.status]);
+																																			return this
+																																		},
+																																		abort: function(a) {
+																																			var b = a || v;
+																																			return j && j.abort(b), y(0, b), this
+																																		}
+																																	};
+																																	if(p.promise(w).complete = q.add, w.success = w.done, w.error = w.fail, l.url = ((b || l.url || Rb) + "").replace(Hb, "").replace(Mb, Sb[1] + "//"), l.type = c.method || c.type || l.method || l.type, l.dataTypes = n.trim(l.dataType || "*").toLowerCase().match(G) || [""], null == l.crossDomain && (d = Nb.exec(l.url.toLowerCase()), l.crossDomain = !(!d || d[1] === Sb[1] && d[2] === Sb[2] && (d[3] || ("http:" === d[1] ? "80" : "443")) === (Sb[3] || ("http:" === Sb[1] ? "80" : "443")))), l.data && l.processData && "string" != typeof l.data && (l.data = n.param(l.data, l.traditional)), Ub(Ob, l, c, w), 2 === u) return w;
+																																	i = n.event && l.global, i && 0 === n.active++ && n.event.trigger("ajaxStart"), l.type = l.type.toUpperCase(), l.hasContent = !Lb.test(l.type), f = l.url, l.hasContent || (l.data && (f = l.url += (Fb.test(f) ? "&" : "?") + l.data, delete l.data), l.cache === !1 && (l.url = Ib.test(f) ? f.replace(Ib, "$1_=" + Eb++) : f + (Fb.test(f) ? "&" : "?") + "_=" + Eb++)), l.ifModified && (n.lastModified[f] && w.setRequestHeader("If-Modified-Since", n.lastModified[f]), n.etag[f] && w.setRequestHeader("If-None-Match", n.etag[f])), (l.data && l.hasContent && l.contentType !== !1 || c.contentType) && w.setRequestHeader("Content-Type", l.contentType), w.setRequestHeader("Accept", l.dataTypes[0] && l.accepts[l.dataTypes[0]] ? l.accepts[l.dataTypes[0]] + ("*" !== l.dataTypes[0] ? ", " + Qb + "; q=0.01" : "") : l.accepts["*"]);
+																																	for(e in l.headers) w.setRequestHeader(e, l.headers[e]);
+																																		if(l.beforeSend && (l.beforeSend.call(m, w, l) === !1 || 2 === u)) return w.abort();
+																																	v = "abort";
+																																	for(e in {
+																																		success: 1,
+																																		error: 1,
+																																		complete: 1
+																																	}) w[e](l[e]);
+																																		if(j = Ub(Pb, l, c, w)) {
+																																			if(w.readyState = 1, i && o.trigger("ajaxSend", [w, l]), 2 === u) return w;
+																																			l.async && l.timeout > 0 && (h = a.setTimeout(function() {
+																																				w.abort("timeout")
+																																			}, l.timeout));
+																																			try {
+																																				u = 1, j.send(s, y)
+																																			} catch(x) {
+																																				if(!(2 > u)) throw x;
+																																				y(-1, x)
+																																			}
+																																		} else y(-1, "No Transport");
+
+																																		function y(b, c, d, e) {
+																																			var k, s, t, v, x, y = c;
+																																			2 !== u && (u = 2, h && a.clearTimeout(h), j = void 0, g = e || "", w.readyState = b > 0 ? 4 : 0, k = b >= 200 && 300 > b || 304 === b, d && (v = Wb(l, w, d)), v = Xb(l, v, w, k), k ? (l.ifModified && (x = w.getResponseHeader("Last-Modified"), x && (n.lastModified[f] = x), x = w.getResponseHeader("etag"), x && (n.etag[f] = x)), 204 === b || "HEAD" === l.type ? y = "nocontent" : 304 === b ? y = "notmodified" : (y = v.state, s = v.data, t = v.error, k = !t)) : (t = y, !b && y || (y = "error", 0 > b && (b = 0))), w.status = b, w.statusText = (c || y) + "", k ? p.resolveWith(m, [s, y, w]) : p.rejectWith(m, [w, y, t]), w.statusCode(r), r = void 0, i && o.trigger(k ? "ajaxSuccess" : "ajaxError", [w, l, k ? s : t]), q.fireWith(m, [w, y]), i && (o.trigger("ajaxComplete", [w, l]), --n.active || n.event.trigger("ajaxStop")))
+																																		}
+																																		return w
+																																	},
+																																	getJSON: function(a, b, c) {
+																																		return n.get(a, b, c, "json")
+																																	},
+																																	getScript: function(a, b) {
+																																		return n.get(a, void 0, b, "script")
+																																	}
+																																}), n.each(["get", "post"], function(a, b) {
+																																	n[b] = function(a, c, d, e) {
+																																		return n.isFunction(c) && (e = e || d, d = c, c = void 0), n.ajax(n.extend({
+																																			url: a,
+																																			type: b,
+																																			dataType: e,
+																																			data: c,
+																																			success: d
+																																		}, n.isPlainObject(a) && a))
+																																	}
+																																}), n._evalUrl = function(a) {
+																																	return n.ajax({
+																																		url: a,
+																																		type: "GET",
+																																		dataType: "script",
+																																		cache: !0,
+																																		async: !1,
+																																		global: !1,
+																																		"throws": !0
+																																	})
+																																}, n.fn.extend({
+																																	wrapAll: function(a) {
+																																		if(n.isFunction(a)) return this.each(function(b) {
+																																			n(this).wrapAll(a.call(this, b))
+																																		});
+																																			if(this[0]) {
+																																				var b = n(a, this[0].ownerDocument).eq(0).clone(!0);
+																																				this[0].parentNode && b.insertBefore(this[0]), b.map(function() {
+																																					var a = this;
+																																					while(a.firstChild && 1 === a.firstChild.nodeType) a = a.firstChild;
+																																					return a
+																																				}).append(this)
+																																			}
+																																			return this
+																																		},
+																																		wrapInner: function(a) {
+																																			return n.isFunction(a) ? this.each(function(b) {
+																																				n(this).wrapInner(a.call(this, b))
+																																			}) : this.each(function() {
+																																				var b = n(this),
+																																				c = b.contents();
+																																				c.length ? c.wrapAll(a) : b.append(a)
+																																			})
+																																		},
+																																		wrap: function(a) {
+																																			var b = n.isFunction(a);
+																																			return this.each(function(c) {
+																																				n(this).wrapAll(b ? a.call(this, c) : a)
+																																			})
+																																		},
+																																		unwrap: function() {
+																																			return this.parent().each(function() {
+																																				n.nodeName(this, "body") || n(this).replaceWith(this.childNodes)
+																																			}).end()
+																																		}
+																																	});
+
+																																function Yb(a) {
+																																	return a.style && a.style.display || n.css(a, "display")
+																																}
+
+																																function Zb(a) {
+																																	if(!n.contains(a.ownerDocument || d, a)) return !0;
+																																	while(a && 1 === a.nodeType) {
+																																		if("none" === Yb(a) || "hidden" === a.type) return !0;
+																																		a = a.parentNode
+																																	}
+																																	return !1
+																																}
+																																n.expr.filters.hidden = function(a) {
+																																	return l.reliableHiddenOffsets() ? a.offsetWidth <= 0 && a.offsetHeight <= 0 && !a.getClientRects().length : Zb(a)
+																																}, n.expr.filters.visible = function(a) {
+																																	return !n.expr.filters.hidden(a)
+																																};
+																																var $b = /%20/g,
+																																_b = /\[\]$/,
+																																ac = /\r?\n/g,
+																																bc = /^(?:submit|button|image|reset|file)$/i,
+																																cc = /^(?:input|select|textarea|keygen)/i;
+
+																																function dc(a, b, c, d) {
+																																	var e;
+																																	if(n.isArray(b)) n.each(b, function(b, e) {
+																																		c || _b.test(a) ? d(a, e) : dc(a + "[" + ("object" == typeof e && null != e ? b : "") + "]", e, c, d)
+																																	});
+																																		else if(c || "object" !== n.type(b)) d(a, b);
+																																		else
+																																			for(e in b) dc(a + "[" + e + "]", b[e], c, d)
+																																		}
+																																	n.param = function(a, b) {
+																																		var c, d = [],
+																																		e = function(a, b) {
+																																			b = n.isFunction(b) ? b() : null == b ? "" : b, d[d.length] = encodeURIComponent(a) + "=" + encodeURIComponent(b)
+																																		};
+																																		if(void 0 === b && (b = n.ajaxSettings && n.ajaxSettings.traditional), n.isArray(a) || a.jquery && !n.isPlainObject(a)) n.each(a, function() {
+																																			e(this.name, this.value)
+																																		});
+																																			else
+																																				for(c in a) dc(c, a[c], b, e);
+																																					return d.join("&").replace($b, "+")
+																																			}, n.fn.extend({
+																																				serialize: function() {
+																																					return n.param(this.serializeArray())
+																																				},
+																																				serializeArray: function() {
+																																					return this.map(function() {
+																																						var a = n.prop(this, "elements");
+																																						return a ? n.makeArray(a) : this
+																																					}).filter(function() {
+																																						var a = this.type;
+																																						return this.name && !n(this).is(":disabled") && cc.test(this.nodeName) && !bc.test(a) && (this.checked || !Z.test(a))
+																																					}).map(function(a, b) {
+																																						var c = n(this).val();
+																																						return null == c ? null : n.isArray(c) ? n.map(c, function(a) {
+																																							return {
+																																								name: b.name,
+																																								value: a.replace(ac, "\r\n")
+																																							}
+																																						}) : {
+																																							name: b.name,
+																																							value: c.replace(ac, "\r\n")
+																																						}
+																																					}).get()
+																																				}
+																																			}), n.ajaxSettings.xhr = void 0 !== a.ActiveXObject ? function() {
+																																				return this.isLocal ? ic() : d.documentMode > 8 ? hc() : /^(get|post|head|put|delete|options)$/i.test(this.type) && hc() || ic()
+																																			} : hc;
+																																			var ec = 0,
+																																			fc = {},
+																																			gc = n.ajaxSettings.xhr();
+																																			a.attachEvent && a.attachEvent("onunload", function() {
+																																				for(var a in fc) fc[a](void 0, !0)
+																																			}), l.cors = !!gc && "withCredentials" in gc, gc = l.ajax = !!gc, gc && n.ajaxTransport(function(b) {
+																																				if(!b.crossDomain || l.cors) {
+																																					var c;
+																																					return {
+																																						send: function(d, e) {
+																																							var f, g = b.xhr(),
+																																							h = ++ec;
+																																							if(g.open(b.type, b.url, b.async, b.username, b.password), b.xhrFields)
+																																								for(f in b.xhrFields) g[f] = b.xhrFields[f];
+																																									b.mimeType && g.overrideMimeType && g.overrideMimeType(b.mimeType), b.crossDomain || d["X-Requested-With"] || (d["X-Requested-With"] = "XMLHttpRequest");
+																																								for(f in d) void 0 !== d[f] && g.setRequestHeader(f, d[f] + "");
+																																									g.send(b.hasContent && b.data || null), c = function(a, d) {
+																																										var f, i, j;
+																																										if(c && (d || 4 === g.readyState))
+																																											if(delete fc[h], c = void 0, g.onreadystatechange = n.noop, d) 4 !== g.readyState && g.abort();
+																																										else {
+																																											j = {}, f = g.status, "string" == typeof g.responseText && (j.text = g.responseText);
+																																											try {
+																																												i = g.statusText
+																																											} catch(k) {
+																																												i = ""
+																																											}
+																																											f || !b.isLocal || b.crossDomain ? 1223 === f && (f = 204) : f = j.text ? 200 : 404
+																																										}
+																																										j && e(f, i, j, g.getAllResponseHeaders())
+																																									}, b.async ? 4 === g.readyState ? a.setTimeout(c) : g.onreadystatechange = fc[h] = c : c()
+																																								},
+																																								abort: function() {
+																																									c && c(void 0, !0)
+																																								}
+																																							}
+																																						}
+																																					});
+
+																																		function hc() {
+																																			try {
+																																				return new a.XMLHttpRequest
+																																			} catch(b) {}
+																																		}
+
+																																		function ic() {
+																																			try {
+																																				return new a.ActiveXObject("Microsoft.XMLHTTP")
+																																			} catch(b) {}
+																																		}
+																																		n.ajaxSetup({
+																																			accepts: {
+																																				script: "text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"
+																																			},
+																																			contents: {
+																																				script: /\b(?:java|ecma)script\b/
+																																			},
+																																			converters: {
+																																				"text script": function(a) {
+																																					return n.globalEval(a), a
+																																				}
+																																			}
+																																		}), n.ajaxPrefilter("script", function(a) {
+																																			void 0 === a.cache && (a.cache = !1), a.crossDomain && (a.type = "GET", a.global = !1)
+																																		}), n.ajaxTransport("script", function(a) {
+																																			if(a.crossDomain) {
+																																				var b, c = d.head || n("head")[0] || d.documentElement;
+																																				return {
+																																					send: function(e, f) {
+																																						b = d.createElement("script"), b.async = !0, a.scriptCharset && (b.charset = a.scriptCharset), b.src = a.url, b.onload = b.onreadystatechange = function(a, c) {
+																																							(c || !b.readyState || /loaded|complete/.test(b.readyState)) && (b.onload = b.onreadystatechange = null, b.parentNode && b.parentNode.removeChild(b), b = null, c || f(200, "success"))
+																																						}, c.insertBefore(b, c.firstChild)
+																																					},
+																																					abort: function() {
+																																						b && b.onload(void 0, !0)
+																																					}
+																																				}
+																																			}
+																																		});
+																																		var jc = [],
+																																		kc = /(=)\?(?=&|$)|\?\?/;
+																																		n.ajaxSetup({
+																																			jsonp: "callback",
+																																			jsonpCallback: function() {
+																																				var a = jc.pop() || n.expando + "_" + Eb++;
+																																				return this[a] = !0, a
+																																			}
+																																		}), n.ajaxPrefilter("json jsonp", function(b, c, d) {
+																																			var e, f, g, h = b.jsonp !== !1 && (kc.test(b.url) ? "url" : "string" == typeof b.data && 0 === (b.contentType || "").indexOf("application/x-www-form-urlencoded") && kc.test(b.data) && "data");
+																																			return h || "jsonp" === b.dataTypes[0] ? (e = b.jsonpCallback = n.isFunction(b.jsonpCallback) ? b.jsonpCallback() : b.jsonpCallback, h ? b[h] = b[h].replace(kc, "$1" + e) : b.jsonp !== !1 && (b.url += (Fb.test(b.url) ? "&" : "?") + b.jsonp + "=" + e), b.converters["script json"] = function() {
+																																				return g || n.error(e + " was not called"), g[0]
+																																			}, b.dataTypes[0] = "json", f = a[e], a[e] = function() {
+																																				g = arguments
+																																			}, d.always(function() {
+																																				void 0 === f ? n(a).removeProp(e) : a[e] = f, b[e] && (b.jsonpCallback = c.jsonpCallback, jc.push(e)), g && n.isFunction(f) && f(g[0]), g = f = void 0
+																																			}), "script") : void 0
+																																		}), n.parseHTML = function(a, b, c) {
+																																			if(!a || "string" != typeof a) return null;
+																																			"boolean" == typeof b && (c = b, b = !1), b = b || d;
+																																			var e = x.exec(a),
+																																			f = !c && [];
+																																			return e ? [b.createElement(e[1])] : (e = ja([a], b, f), f && f.length && n(f).remove(), n.merge([], e.childNodes))
+																																		};
+																																		var lc = n.fn.load;
+																																		n.fn.load = function(a, b, c) {
+																																			if("string" != typeof a && lc) return lc.apply(this, arguments);
+																																			var d, e, f, g = this,
+																																			h = a.indexOf(" ");
+																																			return h > -1 && (d = n.trim(a.slice(h, a.length)), a = a.slice(0, h)), n.isFunction(b) ? (c = b, b = void 0) : b && "object" == typeof b && (e = "POST"), g.length > 0 && n.ajax({
+																																				url: a,
+																																				type: e || "GET",
+																																				dataType: "html",
+																																				data: b
+																																			}).done(function(a) {
+																																				f = arguments, g.html(d ? n("<div>").append(n.parseHTML(a)).find(d) : a)
+																																			}).always(c && function(a, b) {
+																																				g.each(function() {
+																																					c.apply(this, f || [a.responseText, b, a])
+																																				})
+																																			}), this
+																																		}, n.each(["ajaxStart", "ajaxStop", "ajaxComplete", "ajaxError", "ajaxSuccess", "ajaxSend"], function(a, b) {
+																																			n.fn[b] = function(a) {
+																																				return this.on(b, a)
+																																			}
+																																		}), n.expr.filters.animated = function(a) {
+																																			return n.grep(n.timers, function(b) {
+																																				return a === b.elem
+																																			}).length
+																																		};
+
+																																		function mc(a) {
+																																			return n.isWindow(a) ? a : 9 === a.nodeType ? a.defaultView || a.parentWindow : !1
+																																		}
+																																		n.offset = {
+																																			setOffset: function(a, b, c) {
+																																				var d, e, f, g, h, i, j, k = n.css(a, "position"),
+																																				l = n(a),
+																																				m = {};
+																																				"static" === k && (a.style.position = "relative"), h = l.offset(), f = n.css(a, "top"), i = n.css(a, "left"), j = ("absolute" === k || "fixed" === k) && n.inArray("auto", [f, i]) > -1, j ? (d = l.position(), g = d.top, e = d.left) : (g = parseFloat(f) || 0, e = parseFloat(i) || 0), n.isFunction(b) && (b = b.call(a, c, n.extend({}, h))), null != b.top && (m.top = b.top - h.top + g), null != b.left && (m.left = b.left - h.left + e), "using" in b ? b.using.call(a, m) : l.css(m)
+																																			}
+																																		}, n.fn.extend({
+																																			offset: function(a) {
+																																				if(arguments.length) return void 0 === a ? this : this.each(function(b) {
+																																					n.offset.setOffset(this, a, b)
+																																				});
+																																					var b, c, d = {
+																																						top: 0,
+																																						left: 0
+																																					},
+																																					e = this[0],
+																																					f = e && e.ownerDocument;
+																																					if(f) return b = f.documentElement, n.contains(b, e) ? ("undefined" != typeof e.getBoundingClientRect && (d = e.getBoundingClientRect()), c = mc(f), {
+																																						top: d.top + (c.pageYOffset || b.scrollTop) - (b.clientTop || 0),
+																																						left: d.left + (c.pageXOffset || b.scrollLeft) - (b.clientLeft || 0)
+																																					}) : d
+																																				},
+																																				position: function() {
+																																					if(this[0]) {
+																																						var a, b, c = {
+																																							top: 0,
+																																							left: 0
+																																						},
+																																						d = this[0];
+																																						return "fixed" === n.css(d, "position") ? b = d.getBoundingClientRect() : (a = this.offsetParent(), b = this.offset(), n.nodeName(a[0], "html") || (c = a.offset()), c.top += n.css(a[0], "borderTopWidth", !0), c.left += n.css(a[0], "borderLeftWidth", !0)), {
+																																							top: b.top - c.top - n.css(d, "marginTop", !0),
+																																							left: b.left - c.left - n.css(d, "marginLeft", !0)
+																																						}
+																																					}
+																																				},
+																																				offsetParent: function() {
+																																					return this.map(function() {
+																																						var a = this.offsetParent;
+																																						while(a && !n.nodeName(a, "html") && "static" === n.css(a, "position")) a = a.offsetParent;
+																																						return a || Qa
+																																					})
+																																				}
+																																			}), n.each({
+																																				scrollLeft: "pageXOffset",
+																																				scrollTop: "pageYOffset"
+																																			}, function(a, b) {
+																																				var c = /Y/.test(b);
+																																				n.fn[a] = function(d) {
+																																					return Y(this, function(a, d, e) {
+																																						var f = mc(a);
+																																						return void 0 === e ? f ? b in f ? f[b] : f.document.documentElement[d] : a[d] : void(f ? f.scrollTo(c ? n(f).scrollLeft() : e, c ? e : n(f).scrollTop()) : a[d] = e)
+																																					}, a, d, arguments.length, null)
+																																				}
+																																			}), n.each(["top", "left"], function(a, b) {
+																																				n.cssHooks[b] = Ua(l.pixelPosition, function(a, c) {
+																																					return c ? (c = Sa(a, b), Oa.test(c) ? n(a).position()[b] + "px" : c) : void 0
+																																				})
+																																			}), n.each({
+																																				Height: "height",
+																																				Width: "width"
+																																			}, function(a, b) {
+																																				n.each({
+																																					padding: "inner" + a,
+																																					content: b,
+																																					"": "outer" + a
+																																				}, function(c, d) {
+																																					n.fn[d] = function(d, e) {
+																																						var f = arguments.length && (c || "boolean" != typeof d),
+																																						g = c || (d === !0 || e === !0 ? "margin" : "border");
+																																						return Y(this, function(b, c, d) {
+																																							var e;
+																																							return n.isWindow(b) ? b.document.documentElement["client" + a] : 9 === b.nodeType ? (e = b.documentElement, Math.max(b.body["scroll" + a], e["scroll" + a], b.body["offset" + a], e["offset" + a], e["client" + a])) : void 0 === d ? n.css(b, c, g) : n.style(b, c, d, g)
+																																						}, b, f ? d : void 0, f, null)
+																																					}
+																																				})
+																																			}), n.fn.extend({
+																																				bind: function(a, b, c) {
+																																					return this.on(a, null, b, c)
+																																				},
+																																				unbind: function(a, b) {
+																																					return this.off(a, null, b)
+																																				},
+																																				delegate: function(a, b, c, d) {
+																																					return this.on(b, a, c, d)
+																																				},
+																																				undelegate: function(a, b, c) {
+																																					return 1 === arguments.length ? this.off(a, "**") : this.off(b, a || "**", c)
+																																				}
+																																			}), n.fn.size = function() {
+																																				return this.length
+																																			}, n.fn.andSelf = n.fn.addBack, "function" == typeof define && define.amd && define("jquery", [], function() {
+																																				return n
+																																			});
+																																			var nc = a.jQuery,
+																																			oc = a.$;
+																																			return n.noConflict = function(b) {
+																																				return a.$ === n && (a.$ = oc), b && a.jQuery === n && (a.jQuery = nc), n
+																																			}, b || (a.jQuery = a.$ = n), n
+																																		});
\ No newline at end of file
diff --git a/examples/web/client/js/rangeSlider.js b/examples/web/client/js/rangeSlider.js
new file mode 100644
index 0000000000000000000000000000000000000000..5e2a01365b0590e111540e1bdb8854b34570399f
--- /dev/null
+++ b/examples/web/client/js/rangeSlider.js
@@ -0,0 +1,28 @@
+$.fn.RangeSlider = function (cfg) {
+    this.sliderCfg = {
+        min: cfg && !isNaN(parseFloat(cfg.min)) ? Number(cfg.min) : null,
+        max: cfg && !isNaN(parseFloat(cfg.max)) ? Number(cfg.max) : null,
+        step: cfg && Number(cfg.step) ? cfg.step : 1,
+        callback: cfg && cfg.callback ? cfg.callback : null
+    };
+
+    var $input = $(this);
+    var min = this.sliderCfg.min;
+    var max = this.sliderCfg.max;
+    var step = this.sliderCfg.step;
+    var callback = this.sliderCfg.callback;
+
+    $input.attr("min", min)
+        .attr("max", max)
+        .attr('step', step);
+    
+    $input.bind("input", function (e) {
+        $input.attr('value', this.value);
+        $input.css('background', "-webkit-linear-gradient(#059CFA, #059CFA) no-repeat");
+        $input.css('background-size', this.value + "% 100%");
+        
+        if ($.isFunction(callback)) {
+            callback(this);
+        }
+    })
+}
\ No newline at end of file
diff --git a/examples/web/client/js/rem.js b/examples/web/client/js/rem.js
new file mode 100644
index 0000000000000000000000000000000000000000..522ce1c2b40032ccd1cf7a2047fbbd4713b455dc
--- /dev/null
+++ b/examples/web/client/js/rem.js
@@ -0,0 +1,25 @@
+(function(doc, win) {
+    var docEl = doc.documentElement,
+        isIOS = navigator.userAgent.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/),
+        dpr = isIOS ? Math.min(win.devicePixelRatio, 3) : 1,
+        dpr = window.top === window.self ? dpr : 1, //被iframe引用时,禁止缩放
+        dpr = 1,
+        scale = 1 / dpr,
+        resizeEvt = 'orientationchange' in window ? 'orientationchange' : 'resize';
+    docEl.dataset.dpr = dpr;
+    var metaEl = doc.createElement('meta');
+    metaEl.name = 'viewport';
+    metaEl.content = 'initial-scale=' + scale + ',maximum-scale=' + scale + ', minimum-scale=' + scale;
+    docEl.firstElementChild.appendChild(metaEl);
+    var recalc = function() {
+        var width = docEl.clientWidth;
+        if (width / dpr > 750) {
+            width = 750 * dpr;
+        }
+        // 乘以100,px : rem = 100 : 1
+        docEl.style.fontSize = 100 * (width / 1340) + 'px';
+    };
+    recalc()
+    if (!doc.addEventListener) return;
+    win.addEventListener(resizeEvt, recalc, false);
+})(document, window);
\ No newline at end of file
diff --git a/examples/web/client/js/src/automatic.js b/examples/web/client/js/src/automatic.js
new file mode 100644
index 0000000000000000000000000000000000000000..6cbc93ad51ec0dcb81b1d695f7b9ffb756a84fe9
--- /dev/null
+++ b/examples/web/client/js/src/automatic.js
@@ -0,0 +1,19 @@
+var Automatic = {};
+
+Automatic.id = "automatic";
+
+Automatic.show = function () {
+    document.querySelector('#automaticContent').style.display = 'block';
+    document.querySelector('#header').style.display = 'block';
+    Manual.setRange();
+}
+
+Automatic.hide = function () {
+    document.querySelector('#automaticContent').style.display = 'none';
+    document.querySelector('#header').style.display = 'none';
+}
+
+Automatic.resize = function () {
+    var automaticContentHeight = $(window).height() - $('#header').height()
+    $('#automaticContent').height(automaticContentHeight);
+}
\ No newline at end of file
diff --git a/examples/web/client/js/src/home.js b/examples/web/client/js/src/home.js
new file mode 100644
index 0000000000000000000000000000000000000000..ec295c04cd2874cfef071e3ebef235de346d7835
--- /dev/null
+++ b/examples/web/client/js/src/home.js
@@ -0,0 +1,16 @@
+var Home = {};
+
+Home.id = 'home';
+
+Home.show = function () {
+    document.querySelector('#homeContent').style.display = 'block';
+}
+
+Home.hide = function () {
+    document.querySelector('#homeContent').style.display = 'none';
+}
+
+Home.resize = function () {
+    var homeContentHeight = document.documentElement.clientHeight;
+    $('#homeContent').height(homeContentHeight);
+}
\ No newline at end of file
diff --git a/examples/web/client/js/src/main.js b/examples/web/client/js/src/main.js
new file mode 100644
index 0000000000000000000000000000000000000000..0f3e99dbde92aed4e4832b2434ac97cd075947fd
--- /dev/null
+++ b/examples/web/client/js/src/main.js
@@ -0,0 +1,103 @@
+Main = {};
+
+/**
+ * Bind a function to a button's click event.
+ * On touch enabled browsers, ontouchend is treated as equivalent to onclick.
+ * @param {!Element|string} el Button element or ID thereof.
+ * @param {!Function} func Event handler to bind.
+ */
+Main.bindClick = function (el, func) {
+	if (typeof el == 'string') {
+		el = document.getElementById(el);
+	}
+	el.addEventListener('click', func, true);
+	el.addEventListener('touchend', func, true);
+};
+
+Main.PAGES = {
+	'home': Home,
+	'manual': Manual,
+	'automatic': Automatic,
+	'setting': Setting
+}
+
+
+// Main.lastPage = {} //记录上次打开页面
+Main.lastPage = [] //记录上次打开页面
+/**
+ * get the height of MainContent and blockly element
+ */
+Main.resize = function () {
+	console.log('resize!')
+	var mainContentHeight = $(window).height();
+	$('.mainContent').height(mainContentHeight)
+	Home.resize();
+	Manual.resize();
+	Automatic.resize();
+	Setting.resize();
+}
+
+Main.initResize = function () {
+
+}
+
+
+/**
+ * 选编程渲染页面
+ * @param {string} page 要渲染的页面
+ */
+
+Main.renderPage = function (page) {
+	if (Main.page) {
+		Main.lastPage.push(Main.page);
+		Main.lastPage[Main.lastPage.length - 1].hide();
+	}
+	Main.page = Main.PAGES[page];
+	if (window.sessionStorage) {
+		window.sessionStorage.setItem('page', Main.page.id)
+	}
+	Main.page.show();
+}
+
+//返回上一页
+Main.back = function () {
+    // Main.page = Main.PAGES[(Main.lastPage[Main.lastPage.length - 1].id)];
+    // if (window.sessionStorage) {
+    //     window.sessionStorage.setItem('page', Main.page.id);
+    // }
+    if (Main.page.id == 'manual') {
+        Main.renderPage('home');
+    } else {
+        Main.renderPage(Main.lastPage[Main.lastPage.length - 1].id);
+    }
+    
+}
+
+//the init of Main object
+Main.init = function () {
+	Main.renderPage('home');
+    Main.resize();
+    Setting.init();
+    // Main.fullScreen(document.documentElement);
+    Manual.init()
+    requireWebsocket.connect();
+    responseWebsocket.connect();
+};
+
+Main.fullScreen = function (element) {
+    if (element.requestFullScreen) {
+        element.requestFullScreen();
+    }else if (element.mozRequestFullScreen) {
+        element.mozRequestFullScreen();
+    }else if (element.webkitRequestFullscreen) {
+        element.webkitRequestFullscreen();
+    }else if (element.msRequestFullscreen) {
+        element.msRequestFullscreen();
+    }
+}
+
+Main.connectModal = function () {
+    
+}
+
+window.addEventListener('load', Main.init);
\ No newline at end of file
diff --git a/examples/web/client/js/src/manual.js b/examples/web/client/js/src/manual.js
new file mode 100644
index 0000000000000000000000000000000000000000..586ecd7e04183b6bdab07e38ae9785175ec8e9e5
--- /dev/null
+++ b/examples/web/client/js/src/manual.js
@@ -0,0 +1,308 @@
+var Manual = {};
+
+Manual.id = "manual";
+
+Manual.SpeedValue = '';
+
+Manual.setSpeedValuetext = '';
+
+Manual.cliffFlag = '';
+
+Manual.lineFlag = '';
+
+Manual.aviodFlag = '';
+
+Manual.followFlag = '';
+
+Manual.ultrasonicFlag = '';
+
+Manual.sendValue = {
+    "mode": 'off',
+    "rc": 'rest',
+    'csb': ['off', 'off', 'on'],
+    'csbs': ['off', 0], 
+    "fl": ['off', 0],
+    "ed": ['off', 0], 
+    "f": 'off', 
+    "sp": 0,
+    'sps': ['off',1, 0, 'forward'],
+    'sr': 'off',
+}
+
+Manual.show = function () {
+    document.querySelector('#manualContent').style.display = 'block';
+    document.querySelector('#header').style.display = 'block';
+    document.querySelector('.menu').style.display = 'block';
+    Manual.powerCircle();
+    Manual.sendValue['csb'] = ['off', 'off', 'on'];
+    requireWebsocket.reqWs.send(JSON.stringify(Manual.sendValue));
+    Manual.setUltrasonic();
+}
+
+Manual.hide = function () {
+    document.querySelector('#manualContent').style.display = 'none';
+    document.querySelector('#header').style.display = 'none';
+    document.querySelector('.menu').style.display = 'none';
+    Manual.menuItemClick("reset");
+    Manual.sendValue = {
+        "mode": 'off',
+        "rc": 'rest',
+        'csb': ['off', 'off', 'off'],
+        'csbs': ['off', 0], 
+        "fl": ['off', 0],
+        "ed": ['off', 110], 
+        "f": 'off', 
+        "sp": 0,
+        'sps': ['off',1, 0, 'forward'],
+        'sr': 'off'
+    }
+    requireWebsocket.reqWs.send(JSON.stringify(Manual.sendValue));
+    $('.ultrasonic_dot_block').html('');
+}
+
+Manual.init = function () {
+    Manual.menuItemClick();
+    Manual.setRange();
+    Manual.upArrowEvent();
+    Manual.downArrowEvent();
+    Manual.leftArrowEvent();
+    Manual.rightArrowEvent();
+}
+ 
+Manual.resize = function () {
+    var manualContentHeight = $(window).height() - $('#header').height()
+    $('#manualContent').height(manualContentHeight);
+}
+
+Manual.setRange = function () {
+    var change = function (e) {
+        console.log(e.value);
+        Manual.sendValue['sp'] = e.value;
+        requireWebsocket.reqWs.send(JSON.stringify(Manual.sendValue))
+    }
+    $('input#power_slider_input').RangeSlider({min: 0, max: 100, step: 1, callback:change})
+}
+
+Manual.setSpeedValue = function (data) {
+    var value = parseInt((Manual.SpeedValue * 0.2) +  (data['sp'] * 0.9))
+    $('.speedValue .text').html(value);
+}
+
+Manual.setUltrasonic = function (data) {
+    Manual.sendValue['csb'] = ['off', 'off', 'on'];
+    requireWebsocket.reqWs.send(JSON.stringify(Manual.sendValue))
+}
+
+Manual.setUltrasonicSean = function (data) {
+    var angle = -parseInt(data[0]);
+    var distance = parseInt(data[1]);
+    rad = angle * Math.PI / 180;
+    distance = distance * 270 / 70;
+    $('style').html(`.ultrasonic_img_block:after{transform: rotate(${angle}deg)}`)
+    if (distance < 0 || distance > 270) {
+        $(`.ultrasonic_dot_${angle}`).hide();
+        return false;
+    }
+    var x = Math.round(Math.sin(rad) * distance) + $('.ultrasonic_dot_block').width() / 2;
+    var y = Math.round(Math.cos(rad) * distance);
+    x = (x + parseInt($('.ultrasonic_dot_block').css('width')) / 2) / 100 + "rem";
+    y = y / 100 + "rem";
+    // console.log(angle, distance)
+    // console.log(x ,y)
+    if ($(`.ultrasonic_dot_${angle}`).length === 0) {
+        $('.ultrasonic_dot_block').append(`<div class='ultrasonic_dot ultrasonic_dot_${angle}'></div>`)
+    }
+    $(`.ultrasonic_dot_${angle}`).show().css({'left': x, 'bottom': y})
+}
+
+// Manual.closeUltrasonic = function () {
+//     Manual.sendValue['ob'] = 'off';
+//     requireWebsocket.reqWs.send(JSON.stringify(Manual.sendValue))
+// }
+
+Manual.upArrowEvent = function () {
+    var timeout = '';
+    $('.up_arrowKey_div').on({
+        "touchstart": function (e) {
+            e.preventDefault();
+            Manual.sendValue['rc'] = 'forward'
+            timeout = setInterval(function(){
+                requireWebsocket.reqWs.send(JSON.stringify(Manual.sendValue))
+            }, 30)
+        },
+        "touchend": function () {
+            clearInterval(timeout);
+            Manual.sendValue['rc'] = 'rest'
+            requireWebsocket.reqWs.send(JSON.stringify(Manual.sendValue))
+        }
+    })
+}
+
+Manual.downArrowEvent = function () {
+    var timeout = '';
+    $('.down_arrowKey_div').on({
+        "touchstart": function (e) {
+            e.preventDefault();
+            Manual.sendValue['rc'] = 'backward'
+            timeout = setInterval(function(){
+                requireWebsocket.reqWs.send(JSON.stringify(Manual.sendValue))
+            }, 30)
+        },
+        "touchend": function () {
+            clearInterval(timeout);
+            Manual.sendValue['rc'] = 'rest'
+            requireWebsocket.reqWs.send(JSON.stringify(Manual.sendValue))
+        }
+    })
+}
+
+Manual.leftArrowEvent = function () {
+    var timeout = '';
+    $('.left_arrowKey_div').on({
+        "touchstart": function (e) {
+            e.preventDefault();
+            Manual.sendValue['rc'] = 'turn_left'
+            timeout = setInterval(function(){
+                requireWebsocket.reqWs.send(JSON.stringify(Manual.sendValue))
+            }, 30)
+        },
+        "touchend": function () {
+            clearInterval(timeout);
+            Manual.sendValue['rc'] = 'rest'
+            requireWebsocket.reqWs.send(JSON.stringify(Manual.sendValue))
+        }
+    })
+}
+
+Manual.rightArrowEvent = function () {
+    var timeout = '';
+    $('.right_arrowKey_div').on({
+        "touchstart": function (e) {
+            e.preventDefault();
+            Manual.sendValue['rc'] = 'turn_right'
+            timeout = setInterval(function(){
+                requireWebsocket.reqWs.send(JSON.stringify(Manual.sendValue))
+            }, 30)
+        },
+        "touchend": function () {
+            clearInterval(timeout);
+            Manual.sendValue['rc'] = 'rest'
+            requireWebsocket.reqWs.send(JSON.stringify(Manual.sendValue))
+        }
+    })
+}
+
+Manual.powerCircle = function () {
+    var percent = parseInt($('.mask :first-child').text());
+    var baseColor = $('.circle-bar').css('background-color');
+
+    if( percent<=50 ){
+        $('.circle-bar-right').css('transform','rotate('+(percent*3.6)+'deg)');
+    }else {
+        $('.circle-bar-right').css({
+            'transform':'rotate(0deg)',
+            'background-color':baseColor
+        });
+        $('.circle-bar-left').css('transform','rotate('+((percent-50)*3.6)+'deg)');
+    }
+}
+
+Manual.menuItemClick = function (reset) {
+    if (arguments.length > 0) {
+        $('.menu_item').off('click')
+        flag_aviod = true;
+        flag_follow = true;
+        flag_cliff = true;
+        flag_path = true;
+        flag_auto = true;
+        $('.menu_item').find('p').css({'color': 'white'});
+    }
+    var flag_aviod = true,flag_follow = true,flag_cliff = true,flag_path = true,flag_auto = true;
+    $('.menu_item_aviod').click(function() {
+        if (flag_aviod) {
+            Manual.aviodFlag = 'on';
+            Manual.followFlag = 'off'
+            Manual.ultrasonicFlag = 'on'
+            Manual.sendValue['csb'] = [Manual.aviodFlag, Manual.followFlag, Manual.ultrasonicFlag]
+            $(this).find('p').css({'color': 'blue'})
+            $('.menu_item_follow').find('p').css({'color': 'white'})
+            flag_aviod = false;
+            flag_follow = true;
+            requireWebsocket.reqWs.send(JSON.stringify(Manual.sendValue))
+        }else {
+            Manual.aviodFlag = 'off'
+            Manual.followFlag = 'off'
+            Manual.sendValue['csb'] = [Manual.aviodFlag, Manual.followFlag, 'on']
+            $(this).find('p').css({'color': 'white'})
+            flag_aviod = true;
+            flag_follow = false;
+            requireWebsocket.reqWs.send(JSON.stringify(Manual.sendValue))
+        }
+        
+    })
+    $('.menu_item_follow').click(function() {
+        if (flag_follow) {
+            Manual.aviodFlag = 'off';
+            Manual.followFlag = 'on'
+            Manual.ultrasonicFlag = 'on'
+            Manual.sendValue['csb'] = [Manual.aviodFlag, Manual.followFlag, Manual.ultrasonicFlag]
+            $('.menu_item_aviod').find('p').css({'color': 'white'})
+            $(this).find('p').css({'color': 'blue'})
+            flag_follow = false;
+            flag_aviod = true;
+            requireWebsocket.reqWs.send(JSON.stringify(Manual.sendValue))
+        }else {
+            Manual.aviodFlag = 'off'
+            Manual.followFlag = 'off'
+            Manual.sendValue['csb'] = [Manual.aviodFlag, Manual.followFlag, 'on']
+            $(this).find('p').css({'color': 'white'})
+            flag_follow = true;
+            flag_follow = false;
+            requireWebsocket.reqWs.send(JSON.stringify(Manual.sendValue))
+        }
+    })
+    $('.menu_item_cliff').click(function() {
+        if (flag_cliff) {
+            Manual.cliffFlag = 'on';
+            Manual.sendValue['ed'] = [Manual.cliffFlag, Setting.grayscale.cliffReference]
+            $(this).find('p').css({'color': 'blue'})
+            flag_cliff = false;
+            requireWebsocket.reqWs.send(JSON.stringify(Manual.sendValue))
+        }else {
+            Manual.cliffFlag = 'off';
+            Manual.sendValue['ed'] = [Manual.cliffFlag, Setting.grayscale.cliffReference]
+            $(this).find('p').css({'color': 'white'})
+            flag_cliff = true;
+            requireWebsocket.reqWs.send(JSON.stringify(Manual.sendValue))
+        }
+    })
+    $('.menu_item_path').click(function() {
+        if (flag_path) {
+            Manual.lineFlag = 'on';
+            Manual.sendValue['fl'] = [Manual.lineFlag, Setting.grayscale.lineReference]
+            $(this).find('p').css({'color': 'blue'})
+            flag_path = false;
+            requireWebsocket.reqWs.send(JSON.stringify(Manual.sendValue))
+        }else {
+            Manual.lineFlag = 'off';
+            Manual.sendValue['fl'] = [Manual.lineFlag, Setting.grayscale.lineReference]
+            $(this).find('p').css({'color': 'white'})
+            flag_path = true;
+            requireWebsocket.reqWs.send(JSON.stringify(Manual.sendValue))
+        }
+    })
+    $('.menu_item_auto').click(function() {
+        if (flag_auto) {
+            $(this).find('p').css({'color': 'blue'})
+            flag_auto = false;
+        }else {
+            $(this).find('p').css({'color': 'white'})
+            flag_auto = true;
+        }
+    })
+    $('.menu_item_setting').click(function() {
+        Manual.sendValue['csb'] = ['off', 'off', 'off'];
+        Main.renderPage('setting');
+        console.log('dfsd')
+    })
+}
\ No newline at end of file
diff --git a/examples/web/client/js/src/requireSocket.js b/examples/web/client/js/src/requireSocket.js
new file mode 100644
index 0000000000000000000000000000000000000000..be4739ccb179e8949c033560f4dd7d6b04829848
--- /dev/null
+++ b/examples/web/client/js/src/requireSocket.js
@@ -0,0 +1,24 @@
+var requireWebsocket = {};
+
+requireWebsocket.connect = function () {
+    requireWebsocket.reqWs = new WebSocket('ws://192.168.18.223:8765');
+
+    requireWebsocket.reqWs.onopen = function () {
+        console.log("require socket connect open...");
+    }
+    
+    requireWebsocket.reqWs.onmessage = function (event) {
+        console.log(event);
+    }
+    // reqWs.send({"mode": 1,"rc": 'forward', 'ob': 3, "fl": 4, "f": 5, 'ed': 6})
+    
+    requireWebsocket.reqWs.onerror = function (event) {
+        console.log(event);
+    }
+    
+    requireWebsocket.reqWs.onclose = function (event) {
+        console.log(event)
+    }    
+}
+
+
diff --git a/examples/web/client/js/src/responseSocket.js b/examples/web/client/js/src/responseSocket.js
new file mode 100644
index 0000000000000000000000000000000000000000..8dfd19898dd458c7edd783ab0f8e4b694b959506
--- /dev/null
+++ b/examples/web/client/js/src/responseSocket.js
@@ -0,0 +1,23 @@
+var responseWebsocket = {};
+
+responseWebsocket.connect = function () {
+    responseWebsocket.resWs = new WebSocket('ws://192.168.18.223:8766');
+
+    responseWebsocket.resWs.onopen = function () {
+        console.log("response socket connect open...");
+    }
+    
+    responseWebsocket.resWs.onmessage = function (event) {
+        // console.log(event)
+        // 设置巡线的数值
+        Setting.grayscale.setValue(JSON.parse(event["data"]));
+        Setting.grayscale.setColor(JSON.parse(event["data"]));
+    
+        // 速度
+        Manual.lastSpeedValue = JSON.parse(event["data"])['sp']
+        Manual.setSpeedValue(JSON.parse(event["data"]));
+        Manual.setUltrasonicSean(JSON.parse(event["data"])['csb'])
+    }
+    return true;
+}
+
diff --git a/examples/web/client/js/src/setting.js b/examples/web/client/js/src/setting.js
new file mode 100644
index 0000000000000000000000000000000000000000..fc7315fb0169ea084126f22f6225ca7868a9098c
--- /dev/null
+++ b/examples/web/client/js/src/setting.js
@@ -0,0 +1,118 @@
+var Setting = {};
+
+Setting.id = "setting";
+
+// 超声波设置
+Setting.ultrasonic = {};
+
+// 车轮速度设置
+Setting.wheel = {};
+
+// 巡线设置
+Setting.grayscale = {};
+
+
+Setting.show = function () {
+    document.querySelector('#settingContent').style.display = 'block';
+    document.querySelector('#header').style.display = 'block';
+    document.querySelector('.header_title').style.display = 'block'
+    Setting.tabClick();
+    Manual.sendValue['csb'] = ['off', 'off', 'off'];
+    requireWebsocket.reqWs.send(JSON.stringify(Manual.sendValue));
+}
+
+Setting.hide = function () {
+    document.querySelector('#settingContent').style.display = 'none';
+    document.querySelector('#header').style.display = 'none';
+    document.querySelector('.header_title').style.display = 'none';
+}
+
+Setting.init = function() {
+    Setting.wheel.chooseWheel();
+    Setting.tabInit();
+    Setting.grayscale.changeReference();
+    Setting.ultrasonic.rangeSet();
+    Setting.wheel.setRange();
+}
+
+Setting.resize = function () {
+    var settingContentHeight = $(window).height() - $('#header').height()
+    $('#settingContent').height(settingContentHeight);
+}
+
+Setting.tabInit = function () {
+    $(".tab_item").eq(0).css({background: "#2d4188"})
+    $('.setting_block').eq(0).show();
+}
+
+Setting.tabClick = function () {
+    $('.tab_item').click(function () {
+        $('.tab_item').css({background: "none"})
+        $(this).css({background: "#2d4188"})
+        $('.setting_block').hide();
+        $('.setting_block').eq($(this).index()).show();
+        if ($(this).index() === 0) {
+            Manual.sendValue['csb'] = ['off', 'off', 'off'];
+            requireWebsocket.reqWs.send(Manual.sendValue);
+        }
+    })
+}
+
+Setting.ultrasonic.rangeSet = function () {
+    var change = function (e) {
+        console.log(e.value);
+        Manual.sendValue['csbs'][0] = 'on';
+        Manual.sendValue['csbs'][1] = e.value;
+        requireWebsocket.reqWs.send(JSON.stringify(Manual.sendValue))
+    }
+    $('input#setting_ultrasonic_slider_range').RangeSlider({min: -90, max: 90, step: 1, callback:change})
+}
+
+Setting.grayscale.setValue = function (data) {
+    for (var i = 0; i < data['fl'].length; i++) {
+        $('.grayscale_setting_item_text_item').eq(i).html(`Grayscale value:${data['fl'][i]}`);
+    }
+}
+
+Setting.grayscale.setColor = function (data) {
+    Setting.grayscale.cliffReference = $('.cliffreference input').val();
+    Setting.grayscale.lineReference = $('.linereference input').val();
+    for (var i = 0; i < data['fl'].length; i++) {
+        if (data['fl'][i] < Setting.grayscale.cliffReference) {
+            $('.grayscale_setting_item_danger').eq(i).show().css({'background': "red"});
+        }else if (data['fl'][i] < Setting.grayscale.lineReference){
+            $('.grayscale_setting_item_danger').eq(i).show().css({'background': "black"});
+        }else {
+            $('.grayscale_setting_item_danger').eq(i).show().css({'background': "none"});
+        }
+    }
+}
+
+Setting.grayscale.changeReference = function () {
+    $('.cliffreference input').change(function () {
+        // console.log($(this).val());
+        Setting.grayscale.cliffReference = $(this).val();
+        Manual.sendValue['ed'] = [Manual.cliffFlag, Setting.grayscale.cliffReference]
+    })
+
+    $('.linereference input').change(function () {
+        Setting.grayscale.lineReference = $(this).val();
+        Manual.sendValue['fl'] = [Manual.lineFlag, Setting.grayscale.lineReference]
+    })
+}
+
+Setting.wheel.chooseWheel = function () {
+    $('.wheel').click(function () {
+        $('.wheel').css({"opacity": 0});
+        $(this).css({"opacity": 1});
+        $('.wheel_name span').html($(this).attr('data-name'))
+    })
+}
+
+Setting.wheel.setRange = function () {
+    var change = function (e) {
+        console.log(e.value);
+        $('.wheel_speed_power_value').html(`${e.value}%`);
+    }
+    $('input#wheel_speed_power_slider_input').RangeSlider({min: 0, max: 100, step: 1, callback:change})
+}
\ No newline at end of file
diff --git a/examples/web/server/__pycache__/Obstacle_avoidance.cpython-37.pyc b/examples/web/server/__pycache__/Obstacle_avoidance.cpython-37.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..cba122d020d1c55427785d53d5ddc7a5280f60a9
Binary files /dev/null and b/examples/web/server/__pycache__/Obstacle_avoidance.cpython-37.pyc differ
diff --git a/server/__pycache__/adc.cpython-37.pyc b/examples/web/server/__pycache__/adc.cpython-37.pyc
similarity index 100%
rename from server/__pycache__/adc.cpython-37.pyc
rename to examples/web/server/__pycache__/adc.cpython-37.pyc
diff --git a/server/__pycache__/edge_examine.cpython-37.pyc b/examples/web/server/__pycache__/edge_examine.cpython-37.pyc
similarity index 63%
rename from server/__pycache__/edge_examine.cpython-37.pyc
rename to examples/web/server/__pycache__/edge_examine.cpython-37.pyc
index f8589fba878c756a006968af4e6243f81a3dc7d9..4f083c8004da3a26d429a0d65b64e31df85050c4 100644
Binary files a/server/__pycache__/edge_examine.cpython-37.pyc and b/examples/web/server/__pycache__/edge_examine.cpython-37.pyc differ
diff --git a/examples/web/server/__pycache__/follow.cpython-37.pyc b/examples/web/server/__pycache__/follow.cpython-37.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..65665ad1c6bc0a5913ccb37e3d3f329dbf20f6aa
Binary files /dev/null and b/examples/web/server/__pycache__/follow.cpython-37.pyc differ
diff --git a/server/__pycache__/follow_line.cpython-37.pyc b/examples/web/server/__pycache__/follow_line.cpython-37.pyc
similarity index 55%
rename from server/__pycache__/follow_line.cpython-37.pyc
rename to examples/web/server/__pycache__/follow_line.cpython-37.pyc
index 03dc51cbd82ea711e7faed5a36d1af99b08aff25..5021432aacd571245c61292900fb11e2cd97aaa6 100644
Binary files a/server/__pycache__/follow_line.cpython-37.pyc and b/examples/web/server/__pycache__/follow_line.cpython-37.pyc differ
diff --git a/examples/web/server/__pycache__/i2c.cpython-37.pyc b/examples/web/server/__pycache__/i2c.cpython-37.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..34a34f9c20c785357d7a6cb94afac66947bfe3ba
Binary files /dev/null and b/examples/web/server/__pycache__/i2c.cpython-37.pyc differ
diff --git a/examples/web/server/__pycache__/new_car.cpython-37.pyc b/examples/web/server/__pycache__/new_car.cpython-37.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..5e88544b78a681b7e4169236e58899a91414802b
Binary files /dev/null and b/examples/web/server/__pycache__/new_car.cpython-37.pyc differ
diff --git a/server/__pycache__/pin.cpython-37.pyc b/examples/web/server/__pycache__/pin.cpython-37.pyc
similarity index 100%
rename from server/__pycache__/pin.cpython-37.pyc
rename to examples/web/server/__pycache__/pin.cpython-37.pyc
diff --git a/examples/web/server/__pycache__/pwm.cpython-37.pyc b/examples/web/server/__pycache__/pwm.cpython-37.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..4f9f612891f30f65aceb11aa9653ef65876d5e6c
Binary files /dev/null and b/examples/web/server/__pycache__/pwm.cpython-37.pyc differ
diff --git a/server/__pycache__/remote_control.cpython-37.pyc b/examples/web/server/__pycache__/remote_control.cpython-37.pyc
similarity index 100%
rename from server/__pycache__/remote_control.cpython-37.pyc
rename to examples/web/server/__pycache__/remote_control.cpython-37.pyc
diff --git a/examples/web/server/__pycache__/sr.cpython-37.pyc b/examples/web/server/__pycache__/sr.cpython-37.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..a1c4b916ae0c6c8084a388f68a6655a90e590ca8
Binary files /dev/null and b/examples/web/server/__pycache__/sr.cpython-37.pyc differ
diff --git a/examples/web/server/__pycache__/velocity_measurement.cpython-37.pyc b/examples/web/server/__pycache__/velocity_measurement.cpython-37.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..a9fc76971fa5465e51004ca9297e611fbe55569d
Binary files /dev/null and b/examples/web/server/__pycache__/velocity_measurement.cpython-37.pyc differ
diff --git a/server/remote_control.py b/examples/web/server/remote_control.py
similarity index 54%
rename from server/remote_control.py
rename to examples/web/server/remote_control.py
index 6f7e96b2109602082560290f34c2f944d062f797..b4ed50106b9bce11ed32ec47aa44913a9519cb21 100644
--- a/server/remote_control.py
+++ b/examples/web/server/remote_control.py
@@ -1,22 +1,25 @@
 import asyncio
 import websockets
-import new_car as nc
+import fwd_car as fc
 
 
-def Remote_control(control_flag,speed):
 
+def Remote_control(control_flag,speed=50):
+    # control_flag = #$#$%
     speed = int(speed)
-
     if control_flag == 'forward':
-        nc.forward(speed)
+        fc.forward(speed)
     elif control_flag == 'backward':
-        nc.backward(speed)
+        fc.backward(speed)
+        # mode_choice_func()
     elif control_flag == 'turn_left':
-        nc.turn_left(speed)
+        fc.turn_left(speed)
+        # mode_choice_func()
     elif control_flag == 'turn_right':
-        nc.turn_right(speed)
+        fc.turn_right(speed)
+        # mode_choice_func()
     else:
-        nc.stop()
+        fc.stop()
 
 # if __name__ == "__main__":
 #     try:
diff --git a/examples/web/server/web_server.py b/examples/web/server/web_server.py
new file mode 100644
index 0000000000000000000000000000000000000000..7f537cc65bfe5b531e145dcbd9a7ff515e398cfe
--- /dev/null
+++ b/examples/web/server/web_server.py
@@ -0,0 +1,242 @@
+import fwd_car as fc
+from fwd_car.utils import pi_read
+from remote_control import Remote_control
+from fwd_car import getIP
+
+import asyncio
+import websockets
+import json
+import time
+
+fc.start_speed_thread()
+speed_count = 0
+gs_list = []
+# #接收数据字典
+# recv_dict = {
+#     'mode':1,
+#     'rc':0,
+#     'csb':['off','off','off'],
+#     'fl':['off',400],
+#     'ed':['off',110],
+#     'sp':0,
+#     'sr':'off',
+#     'pi_msg':'off',
+#     'sps':['off',4,0],
+#     'csbs':['off',0]
+    
+# }
+
+#接收数据字典
+recv_dict = {
+    'RC':'forward',
+    'GS': "off",
+    'RD':'off',
+    'OA':'off',
+    'OF':'off',
+    'TL':['off',400],
+    'CD':['off',110],
+    'PW':1,
+    'SR':0,
+    'ST':'off',
+    'US':['on',0],
+    'MS':['off',0,0]
+}
+
+#发送数据字典
+# send_dict = {'TL':[0,0,0],'US':3,'sp':0,'csbs':[0,0],'pi_msg':{'a':1},'sps':0} 
+
+#发送数据字典
+# send_dict = {'fl':[0,0,0],'csb':3,'sp':0,'pi_msg':{'a':1},'sps':0} 
+#发送数据字典
+send_dict = {
+    'GS': [0,0,0],
+    'US':[0,0],
+    'MS':[0,0],
+    'ST':{'a':1}
+} 
+  
+#接收函数
+# async def recv_server_func(websocket):
+#     global recv_dict,send_dict
+#     while 1:
+#         tmp = await websocket.recv()
+#         tmp = json.loads(tmp)
+#         for key in tmp:
+#             recv_dict[key] = tmp[key]
+#         recv_dict['sp'] = int(recv_dict['sp'])
+#         print(recv_dict)
+#         Remote_control(recv_dict['rc'],recv_dict['sp'])
+#         if  recv_dict['sps'][0] =='on':#测试电机
+#             fc.set_motor_speed(int(recv_dict['sps'][1]), int(recv_dict['sps'][2]))
+#             # print(int(recv_dict['sps'][1]), int(recv_dict['sps'][2]))
+#             send_dict['sp'] = fc.speed_val()
+
+#         if  recv_dict['sr'] =='on':#复位
+#             fc.soft_reset()#执行一次
+
+#         if  recv_dict['csbs'][0] =='on':
+#             send_dict['csbs'] = [recv_dict['csbs'][1], fc.get_distance_at(int(recv_dict['csbs'][1]))]
+
+
+async def recv_server_func(websocket):
+    global recv_dict,send_dict
+    while 1:
+        tmp = await websocket.recv()
+        tmp = json.loads(tmp)
+        for key in tmp:
+            recv_dict[key] = tmp[key]
+        recv_dict['PW'] = int(recv_dict['PW'])
+        Remote_control(recv_dict['RC'],recv_dict['PW'])
+        if  recv_dict['MS'][0] =='on':#测试电机
+            fc.set_motor_power(int(recv_dict['MS'][1]), int(recv_dict['MS'][2]))
+        if  recv_dict['SR'] =='on':#复位
+            fc.soft_reset()#执行一次
+        print("recv_dict")
+
+
+# #发送函数
+# async def send_server_func(websocket): 
+#     global send_dict,recv_dict
+#     while 1:
+#         global sp_count
+#         sp_count +=1
+#         send_dict['sp'] = fc.speed_val()
+#         print(send_dict)
+#         if sp_count >= 50:
+#             sp_count = 0  
+#             send_dict['sps'] = fc.speed_val(recv_dict['sps'][1])
+#         send_dict['csb'] = fc.angle_distance
+#         # print(send_dict)
+        # print(recv_dict)
+#         if recv_dict['pi_msg'] == 'on': 
+#             send_dict['pi_msg'] = pi_read()
+#         await websocket.send(json.dumps(send_dict))
+#         await asyncio.sleep(0.02)
+
+#发送函数
+async def send_server_func(websocket): 
+    global send_dict, recv_dict, gs_list 
+    while 1:
+        send_dict ={}
+        send_dict['MS'] = [round(fc.speed_val()/2.0),time.time()] 
+        
+        # global speed_count
+        # speed_count += 1
+        # if speed_count >= 50: 
+        #     speed_count = 0
+        #     send_dict['MS'] = [round(fc.speed_val()/2.0,2),int(time.time())]
+        #     print(send_dict)
+        #     send_dict['MS'][0] = fc.speed_val()
+        #     send_dict['MS'][1] = int(time.time())
+
+        if recv_dict['ST'] == 'on': #树莓派系统信息
+            send_dict['ST'] = pi_read() 
+
+        if  recv_dict['US'][0] =='on':#超声波测试
+            send_dict['US'] = [int(recv_dict['US'][1]),fc.get_distance_at(int(recv_dict['US'][1]))]
+        else:
+            send_dict['US'] = fc.angle_distance
+        
+        if  recv_dict['GS'] =='on':#循迹模块
+            # print(gs_list) 
+            send_dict['GS'] = gs_list
+        print("send_dict")
+        await websocket.send(json.dumps(send_dict))
+        await asyncio.sleep(0.02)
+        
+#主服务程序
+async def main_func():
+    global recv_dict,send_dict,gs_list
+    while 1:
+        gs_list = fc.get_grayscale_list()
+        
+        # if speed_count >= 100:
+        #     speed_count = 0
+        #     send_dict['MS'] = [fc.speed_val(),int(time.time())]
+        #     print(send_dict)
+        # send_dict['GS'] = gs_list
+        # edge detect
+        if recv_dict['CD'][0] == 'on':#悬崖
+            if fc.is_on_edge(recv_dict['CD'][1],gs_list):
+                fc.backward(20)
+                time.sleep(0.5)
+                fc.stop()
+
+        if recv_dict['TL'][0] =='on':#巡线
+            if fc.get_line_status(recv_dict['TL'][1],gs_list) == 0:
+                fc.forward(recv_dict['PW'])      
+            elif fc.get_line_status(recv_dict['TL'][1],gs_list) == -1:
+                fc.turn_left(recv_dict['PW'])
+            elif fc.get_line_status(recv_dict['TL'][1],gs_list) == 1:
+                fc.turn_right(recv_dict['PW']) 
+
+        if recv_dict['OA'] == 'on':#避障
+            scan_list = fc.scan_step(35)
+            if scan_list:
+                tmp = scan_list[3:7]
+                # print(tmp)
+                if tmp != [2,2,2,2]:
+                    fc.turn_right(recv_dict['PW'])
+                else:
+                    fc.forward(recv_dict['PW'])
+
+        elif recv_dict['OF'] == 'on':#跟随
+            scan_list = fc.scan_step(23)
+            
+            if scan_list != False:
+                # print(scan_list)
+                scan_list = [str(i) for i in scan_list]
+                scan_list = "".join(scan_list)
+                paths = scan_list.split("2")
+                length_list = []
+                for path in paths:
+                    length_list.append(len(path))
+                if max(length_list) == 0:
+                    fc.stop() 
+                else:
+                    i = length_list.index(max(length_list))
+                    pos = scan_list.index(paths[i])
+                    pos += (len(paths[i]) - 1) / 2
+                    delta = len(scan_list) / 3
+                    if pos < delta:
+                        fc.turn_left(recv_dict['PW'])
+                    elif pos > 2 * delta:
+                        fc.turn_right(recv_dict['PW'])
+                    else:
+                        if scan_list[int(len(scan_list)/2-1)] == "0":
+                            fc.backward(recv_dict['PW'])
+                        else:
+                            fc.forward(recv_dict['PW'])
+    
+        elif  recv_dict['RD'] == 'on':#自动扫描获取数据
+            fc.scan_step(35)
+        # print("main")
+      
+        await asyncio.sleep(0.01)
+        
+async def main_logic_1(websocket,path):
+    while 1:
+        await recv_server_func(websocket)
+
+async def main_logic_2(websocket,path):
+    while 1:
+        await send_server_func(websocket)
+
+try:
+    for _ in range(10):
+        ip = getIP()
+        if ip:
+            print("IP Address: "+ ip)
+            # start_http_server()
+            break
+        time.sleep(1)
+    start_server_1 = websockets.serve(main_logic_1, ip, 8765)
+    start_server_2 = websockets.serve(main_logic_2, ip, 8766)
+    print('Start!')
+    tasks = [main_func(),start_server_1,start_server_2]
+    asyncio.get_event_loop().run_until_complete(asyncio.wait(tasks))
+    asyncio.get_event_loop().run_forever()
+ 
+finally:
+    print("Finished")
+    fc.stop()
\ No newline at end of file
diff --git a/start.py b/examples/web/start.py
similarity index 64%
rename from start.py
rename to examples/web/start.py
index e7408021e4d78ab27f4f92684eb22da9967a44b4..bb3d57db19b9268d0aa578f16ea462357825d928 100644
--- a/start.py
+++ b/examples/web/start.py
@@ -5,24 +5,25 @@ import time
 import socket as Socket
 import os
 from os import system
+from fwd_car import getIP
 # from server.sr import soft_reset
 
 def start_http_server():
-    system("cd web && sudo python3 -m http.server 80 2>1 1>/dev/null &")#开启服务器
+    system("cd /home/pi/fwd-car/examples/web/client && sudo python3 -m http.server 80 2>1 1>/dev/null &")#开启服务器
 
 def close_http_server():
     system("sudo kill $(ps aux | grep 'http.server' | awk '{ print $2 }') 2>1 1>/dev/null")
 
 def start_websocket():
-    print("start_websocket")
-    # system("cd server && sudo python3 web_server.py &")#开启服务器
-    system("cd server && sudo python3 web_server.py 2>1 1>/dev/null &")#开启服务器
+    # print("start_websocket")
+    # system("cd /home/pi/fwd-car/examples/web/server && sudo python3 web_server.py 2>1 1>/dev/null &")
+    system("cd /home/pi/fwd-car/examples/web/server && sudo python3 web_server.py &")
 
 def close_websocket():
-    print("close_websocket")
+    # print("close_websocket")
     system("sudo kill $(ps aux | grep 'web_server.py' | awk '{ print $2 }') 2>1 1>/dev/null")
 
-class mjpgServer(BaseHTTPRequestHandler):
+class restartServer(BaseHTTPRequestHandler):
     def do_GET(self):
         # print("do_get successed")
         if self.path == '/restart':
@@ -44,30 +45,22 @@ class mjpgServer(BaseHTTPRequestHandler):
                 '<h1>{0!s} not found</h1>'.format(self.path).encode())
             self.wfile.write('</body></html>'.encode())
 
-def getIP(ifaces=['wlan0', 'eth0']):
-    import re
-    if isinstance(ifaces, str):
-        ifaces = [ifaces]
-    for iface in list(ifaces):
-        search_str = 'ip addr show {}'.format(iface)
-        result = os.popen(search_str).read()
-        com = re.compile(r'(?<=inet )(.*)(?=\/)', re.M)
-        ipv4 = re.search(com, result)
-        if ipv4:
-            ipv4 = ipv4.groups()[0]
-            return ipv4
-    return False
-
 if __name__ == '__main__':
     try:
         # soft_reset()
-        ip = getIP()
+        for _ in range(10):
+            ip = getIP()
+            if ip:
+                break
+            time.sleep(1)
         port = 9000
         start_http_server()
         start_websocket()
-        print("server starts at %s:%s" % (ip, port))
-        server = HTTPServer((ip, port), mjpgServer)
+        print("Web example starts at %s" % (ip)) 
+        print("Open http://%s in your web browser to control the car!" % (ip)) 
+        server = HTTPServer((ip, port), restartServer)
         server.serve_forever()
+      
     except KeyboardInterrupt:
         print('KeyboardInterrupt')
     finally:
diff --git a/fwd_car/__init__.py b/fwd_car/__init__.py
new file mode 100644
index 0000000000000000000000000000000000000000..3bf919aed4b484c1fb84c70c14d2da14e79fd1ef
--- /dev/null
+++ b/fwd_car/__init__.py
@@ -0,0 +1,217 @@
+#!/usr/bin/env python3
+# -*- coding: utf-8 -*-
+from fwd_car.pwm import PWM
+from fwd_car.adc import ADC
+from fwd_car.pin import Pin
+from fwd_car.motor import Motor
+from fwd_car.servo import Servo
+from fwd_car.ultrasonic import Ultrasonic
+from fwd_car.speed import Speed
+from fwd_car.filedb import FileDB  
+from fwd_car.utils import *
+import time
+
+# Config File:
+config = FileDB()
+left_front_reverse = config.get('left_front_reverse', default_value = False)
+right_front_reverse = config.get('right_front_reverse', default_value = False)
+left_rear_reverse = config.get('left_rear_reverse', default_value = False)
+right_rear_reverse = config.get('right_rear_reverse', default_value = False)    
+
+ultrasonic_servo_offset = int(config.get('ultrasonic_servo_offset', default_value = 0))
+
+# Init motors
+left_front = Motor(PWM("P13"), Pin("D4"), is_reversed=left_front_reverse) # motor 1
+right_front = Motor(PWM("P12"), Pin("D5"), is_reversed=right_front_reverse) # motor 2
+left_rear = Motor(PWM("P8"), Pin("D11"), is_reversed=left_rear_reverse) # motor 3
+right_rear = Motor(PWM("P9"), Pin("D15"), is_reversed=right_rear_reverse) # motor 4
+
+# left_front_speed = Speed(25)
+# right_front_speed = Speed(4)
+left_rear_speed = Speed(12)
+right_rear_speed = Speed(16) 
+
+# Init Greyscale
+gs0 = ADC('A5')
+gs1 = ADC('A6')
+gs2 = ADC('A7')
+
+# Init Ultrasonic
+us = Ultrasonic(Pin('D8'), Pin('D9'))
+
+# Init Servo
+servo = Servo(PWM("P0"), offset=ultrasonic_servo_offset)
+
+def start_speed_thread():
+    # left_front_speed.start()
+    # right_front_speed.start()
+    left_rear_speed.start()
+    right_rear_speed.start()
+
+##################################################################
+# Grayscale 
+def get_grayscale_list():
+    adc_value_list = []
+    adc_value_list.append(gs0.read())
+    adc_value_list.append(gs1.read())
+    adc_value_list.append(gs2.read())
+    return adc_value_list
+
+def is_on_edge(ref, gs_list):
+    ref = int(ref)
+    if gs_list[2] <= ref or gs_list[1] <= ref or gs_list[0] <= ref:  
+        return True
+    else:
+        return False
+
+def get_line_status(ref,fl_list):#170<x<300
+    ref = int(ref)
+    if fl_list[1] <= ref:
+        return 0
+    
+    elif fl_list[0] <= ref:
+        return -1
+
+    elif fl_list[2] <= ref:
+        return 1
+
+########################################################
+# Ultrasonic
+ANGLE_RANGE = 180
+STEP = 18
+us_step = STEP
+angle_distance = [0,0]
+current_angle = 0
+max_angle = ANGLE_RANGE/2
+min_angle = -ANGLE_RANGE/2
+scan_list = []
+
+errors = []
+
+def run_command(cmd=""):
+    import subprocess
+    p = subprocess.Popen(
+        cmd, shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
+    result = p.stdout.read().decode('utf-8')
+    status = p.poll()
+    # print(result)
+    # print(status)
+    return status, result
+
+
+def do(msg="", cmd=""):
+    print(" - %s..." % (msg), end='\r')
+    print(" - %s... " % (msg), end='')
+    status, result = eval(cmd)
+    # print(status, result)
+    if status == 0 or status == None or result == "":
+        print('Done')
+    else:
+        print('Error')
+        errors.append("%s error:\n  Status:%s\n  Error:%s" %
+                      (msg, status, result))
+
+def get_distance_at(angle):
+    global angle_distance
+    servo.set_angle(angle)
+    time.sleep(0.04)
+    distance = us.get_distance()
+    angle_distance = [angle, distance]
+    return distance
+
+def get_status_at(angle, ref1=35, ref2=10):
+    dist = get_distance_at(angle)
+    if dist > ref1 or dist == -2:
+        return 2
+    elif dist > ref2:
+        return 1
+    else:
+        return 0
+
+def scan_step(ref):
+    global scan_list, current_angle, us_step
+    current_angle += us_step
+    if current_angle >= max_angle:
+        current_angle = max_angle
+        us_step = -STEP
+    elif current_angle <= min_angle:
+        current_angle = min_angle
+        us_step = STEP
+    status = get_status_at(current_angle, ref1=ref)#ref1
+
+    scan_list.append(status)
+    if current_angle == min_angle or current_angle == max_angle:
+        if us_step < 0:
+            # print("reverse")
+            scan_list.reverse()
+        # print(scan_list)
+        tmp = scan_list.copy()
+        scan_list = []
+        return tmp
+    else:
+        return False
+
+########################################################
+# Motors
+def forward(power):
+    left_front.set_power(power)
+    left_rear.set_power(power)
+    right_front.set_power(power)
+    right_rear.set_power(power)
+
+def backward(power):
+    left_front.set_power(-power)
+    left_rear.set_power(-power)
+    right_front.set_power(-power)
+    right_rear.set_power(-power)
+
+def turn_left(power):
+    left_front.set_power(-power)
+    left_rear.set_power(-power)
+    right_front.set_power(power)
+    right_rear.set_power(power)
+
+def turn_right(power):
+    left_front.set_power(power)
+    left_rear.set_power(power)
+    right_front.set_power(-power)
+    right_rear.set_power(-power)
+
+def stop():
+    left_front.set_power(0)
+    left_rear.set_power(0)
+    right_front.set_power(0)
+    right_rear.set_power(0)
+
+def set_motor_power(motor, power):
+    if motor == 1:
+        left_front.set_power(power)
+    elif motor == 2:
+        right_front.set_power(power)
+    elif motor == 3:
+        left_rear.set_power(power)
+    elif motor == 4:
+        right_rear.set_power(power)
+
+# def speed_val(*arg):
+#     if len(arg) == 0:
+#         return (left_front_speed() + left_rear_speed() + right_front_speed() + right_rear_speed()) / 4
+#     elif arg[0] == 1:
+#         return left_front_speed()
+#     elif arg[0] == 2:
+#         return right_front_speed()
+#     elif arg[0] == 3:
+#         return left_rear_speed()
+#     elif arg[0] == 4:
+#         return right_rear_speed()
+
+def speed_val():
+    return (left_rear_speed() + right_rear_speed()) / 2.0
+
+######################################################## 
+if __name__ == '__main__':
+    start_speed_thread()
+    while 1:
+        forward(1)
+        time.sleep(0.1)
+        print(speed_val())
\ No newline at end of file
diff --git a/server/adc.py b/fwd_car/adc.py
similarity index 91%
rename from server/adc.py
rename to fwd_car/adc.py
index 8626ba5884e2ff860de5dc332f7ae55812a01626..eb7084c0be6d0bddc6d0c31f288c48bc6e65fe88 100644
--- a/server/adc.py
+++ b/fwd_car/adc.py
@@ -1,5 +1,5 @@
 #!/usr/bin/env python3
-from i2c import I2C
+from fwd_car.i2c import I2C
 
 class ADC(I2C):
     ADDR=0x14                   # 扩展板的地址为0x14
@@ -35,9 +35,6 @@ class ADC(I2C):
         # self._debug("Read value: %s"%value)
         return value
 
-    def read_voltage(self):                             # 将读取的数据转化为电压值(0~3.3V)
-        return self.read*3.3/4095
-        
 
 def test():
     import time
diff --git a/fwd_car/filedb.py b/fwd_car/filedb.py
new file mode 100644
index 0000000000000000000000000000000000000000..e6aa4d92d3ea5d3511aba97d9ed6c4bd1177c002
--- /dev/null
+++ b/fwd_car/filedb.py
@@ -0,0 +1,59 @@
+class FileDB(object):
+	"""A file based database.
+
+    A file based database, read and write arguements in the specific file.
+    """
+	DIR = "/home/pi/.fwd-car/"
+	def __init__(self, db=None):
+		'''Init the db_file is a file to save the datas.'''
+
+		# Check if db_file is defined
+		if db != None:
+			self.db = db
+		else:
+			self.db = "config"
+
+	def get(self, name, default_value=None):
+		"""Get value by data's name. Default value is for the arguemants do not exist"""
+		try:
+			conf = open(self.DIR+self.db,'r')
+			lines=conf.readlines()
+			conf.close()
+			file_len=len(lines)-1
+			flag = False
+			# Find the arguement and set the value
+			for i in range(file_len):
+				if lines[i][0] != '#':
+					if lines[i].split('=')[0].strip() == name:
+						value = lines[i].split('=')[1].replace(' ', '').strip()
+						flag = True
+			if flag:
+				return eval(value)
+			else:
+				return default_value
+		except :
+			return default_value
+	
+	def set(self, name, value):
+		"""Set value by data's name. Or create one if the arguement does not exist"""
+
+		# Read the file
+		conf = open(self.DIR+self.db,'r')
+		lines=conf.readlines()
+		conf.close()
+		file_len=len(lines)-1
+		flag = False
+		# Find the arguement and set the value
+		for i in range(file_len):
+			if lines[i][0] != '#':
+				if lines[i].split('=')[0].strip() == name:
+					lines[i] = '%s = %s\n' % (name, value)
+					flag = True
+		# If arguement does not exist, create one
+		if not flag:
+			lines.append('%s = %s\n\n' % (name, value))
+
+		# Save the file
+		conf = open(self.DIR+self.db,'w')
+		conf.writelines(lines)
+		conf.close()
diff --git a/server/i2c.py b/fwd_car/i2c.py
similarity index 97%
rename from server/i2c.py
rename to fwd_car/i2c.py
index e42827c95441b01bc7999a660465e3d47960e044..c3179b5f83e0e9e08914c57c5635bc27a35a46b0 100644
--- a/server/i2c.py
+++ b/fwd_car/i2c.py
@@ -1,5 +1,5 @@
 from smbus import SMBus
-import sr
+from fwd_car.utils import soft_reset
 import time
 
 class I2C(object):
@@ -11,42 +11,42 @@ class I2C(object):
         self._bus = 1
         self._smbus = SMBus(self._bus)
 
-    def soft_reset(func):
+    def auto_reset(func):
         def wrapper(*args, **kw):
             try:
                 return func(*args, **kw)
             except OSError:
-                sr.soft_reset()
+                soft_reset()
                 time.sleep(1)
                 return func(*args, **kw)
         return wrapper
 
-    @soft_reset
+    @auto_reset
     def _i2c_write_byte(self, addr, data):   # i2C 写系列函数
         # self._debug("_i2c_write_byte: [0x{:02X}] [0x{:02X}]".format(addr, data))
         return self._smbus.write_byte(addr, data)
     
-    @soft_reset
+    @auto_reset
     def _i2c_write_byte_data(self, addr, reg, data):
         # self._debug("_i2c_write_byte_data: [0x{:02X}] [0x{:02X}] [0x{:02X}]".format(addr, reg, data))
         return self._smbus.write_byte_data(addr, reg, data)
     
-    @soft_reset
+    @auto_reset
     def _i2c_write_word_data(self, addr, reg, data):
         # self._debug("_i2c_write_word_data: [0x{:02X}] [0x{:02X}] [0x{:04X}]".format(addr, reg, data))
         return self._smbus.write_word_data(addr, reg, data)
     
-    @soft_reset
+    @auto_reset
     def _i2c_write_i2c_block_data(self, addr, reg, data):
         # self._debug("_i2c_write_i2c_block_data: [0x{:02X}] [0x{:02X}] {}".format(addr, reg, data))
         return self._smbus.write_i2c_block_data(addr, reg, data)
     
-    @soft_reset
+    @auto_reset
     def _i2c_read_byte(self, addr):   # i2C 读系列函数
         # self._debug("_i2c_read_byte: [0x{:02X}]".format(addr))
         return self._smbus.read_byte(addr)
 
-    @soft_reset
+    @auto_reset
     def _i2c_read_i2c_block_data(self, addr, reg, num):
         # self._debug("_i2c_read_i2c_block_data: [0x{:02X}] [0x{:02X}] [{}]".format(addr, reg, num))
         return self._smbus.read_i2c_block_data(addr, reg, num)
diff --git a/fwd_car/motor.py b/fwd_car/motor.py
new file mode 100644
index 0000000000000000000000000000000000000000..5a8a3ef67d5afb9499118f76d7832dcc75eef950
--- /dev/null
+++ b/fwd_car/motor.py
@@ -0,0 +1,55 @@
+import threading
+
+class Motor():
+    STEP = 10
+    DELAY = 0.1
+    def __init__(self, pwm_pin, dir_pin, is_reversed=False):
+        self.pwm_pin = pwm_pin
+        self.dir_pin = dir_pin
+        self._is_reversed = is_reversed
+        self._power = 0
+        self._except_power = 0
+    
+    # def start_timer(self):
+    #     self.t = threading.Timer(self.DELAY, self.adder_thread)
+    #     self.t.start()
+
+    def set_power(self, power):
+        if power >= 0:
+            direction = 0
+        elif power < 0:
+            direction = 1
+        power = abs(power)
+        if power != 0:
+            power = int(power /2 ) + 50
+        power = power
+
+        direction = direction if not self._is_reversed else not direction  
+        self.dir_pin.value(direction)
+            
+        self.pwm_pin.pulse_width_percent(power)
+
+#     def adder_thread(self):
+#         if self._except_power > self._power:
+#             step = self.STEP
+#         else:
+#             step = -self.STEP
+#         if abs(self._except_power - self._power) < self.STEP:
+#             self._power = self._except_power
+#         else:
+#             self._power += step
+#         self._set_power(self._power)
+#         if self._power != self._except_power:
+#             self.start_timer()
+
+#     def set_power(self, power):
+#         # print("Power: {}".format(power))
+#         self._except_power = power
+#         if self._power != self._except_power:
+#             self.start_timer()
+
+# if __name__ == "__main__":
+#     import fwd_car as fc
+#     import time
+#     fc.forward(100)
+#     time.sleep(1)
diff --git a/server/pin.py b/fwd_car/pin.py
similarity index 98%
rename from server/pin.py
rename to fwd_car/pin.py
index 2bb69ba8c5fdafd9d1d1c40ca5f507f945f15f51..9efecbf1b67d4d42b18c44e9dee23d5cf919bea2 100644
--- a/server/pin.py
+++ b/fwd_car/pin.py
@@ -29,10 +29,6 @@ class Pin(object):
         "D16": 21,
         "SW":  19,
         "LED": 26,
-        "PWR": 12,
-        "RST": 16,
-        "BLEINT": 13,
-        "BLERST": 20,
     }
 
     def __init__(self, *value):
diff --git a/server/pwm.py b/fwd_car/pwm.py
similarity index 98%
rename from server/pwm.py
rename to fwd_car/pwm.py
index 19a52eeb5778ccf5d525f8e5c0fa9b0b110309a2..13910ab2e400407c4c25a2f5c05a19af3f1b2dbe 100644
--- a/server/pwm.py
+++ b/fwd_car/pwm.py
@@ -1,6 +1,6 @@
 import smbus, math
-from i2c import I2C
-from pin import Pin
+from fwd_car.i2c import I2C
+from fwd_car.pin import Pin
 import time
 
 class PWM(I2C):
diff --git a/fwd_car/servo.py b/fwd_car/servo.py
new file mode 100644
index 0000000000000000000000000000000000000000..11106993db45a6b365a8bc2643a53b12789f94bc
--- /dev/null
+++ b/fwd_car/servo.py
@@ -0,0 +1,31 @@
+from fwd_car.utils import mapping
+
+class Servo():
+    PERIOD = 4095
+    PRESCALER = 10
+    MAX_PW = 2500
+    MIN_PW = 500
+    FREQ = 50
+    ARR = 4095
+    CPU_CLOCK = 72000000
+    def __init__(self, pin, offset=0):
+        self.pin = pin
+        self.offset = offset
+        self.pin.period(self.PERIOD)
+        prescaler = int(float(self.CPU_CLOCK) / self.FREQ/ self.ARR)
+        self.pin.prescaler(prescaler)
+
+    def set_angle(self, angle):
+        try:
+            angle = int(angle)
+        except:
+            raise ValueError("Angle value should be int value, not %s"%angle)
+        if angle < -90:
+            angle = -90
+        if angle > 90:
+            angle = 90
+        angle = angle + self.offset
+        High_level_time = mapping(angle, -90, 90, self.MIN_PW, self.MAX_PW)
+        pwr =  High_level_time / 20000
+        value = int(pwr*self.PERIOD)
+        self.pin.pulse_width(value)
\ No newline at end of file
diff --git a/fwd_car/speed.py b/fwd_car/speed.py
new file mode 100644
index 0000000000000000000000000000000000000000..c0270794dfddf4b54397447a57835476392ad59e
--- /dev/null
+++ b/fwd_car/speed.py
@@ -0,0 +1,72 @@
+import RPi.GPIO as GPIO
+import time, math
+import threading
+import fwd_car as fc
+
+class Speed():
+    def __init__(self, pin):
+        self.speed_counter = 0
+        self.speed = 0
+        self.last_time = 0
+        self.pin = pin
+        GPIO.setmode(GPIO.BCM)
+        GPIO.setup(pin, GPIO.IN, pull_up_down=GPIO.PUD_DOWN)
+        self.timer_flag = True
+        self.timer = threading.Thread(target=self.fun_timer, name="Thread1")
+
+    def start(self):
+        self.timer.start()
+        # print('speed start')
+
+    def print_result(self, s):
+        print("Rising: {}; Falling: {}; High Level: {}; Low Level: {}".format(s.count("01"), s.count("10"), s.count("1"), s.count("0")))
+
+    def fun_timer(self):
+        while self.timer_flag:
+            l = ""
+            for _ in range(1000):
+                l += str(GPIO.input(self.pin))
+                time.sleep(0.001)
+            # self.print_result(l)
+            count = (l.count("01") + l.count("10")) / 2
+            rps = count / 20.0
+            self.speed = round(2 * math.pi * 3.3 * rps, 2)
+
+    def __call__(self):
+        return self.speed
+
+    def deinit(self):
+        self.timer_flag = False
+        self.timer.join()
+
+
+def test1():
+    # import fwd as nc 
+    fc.forward(1)
+    speed3 = Speed(12) 
+    speed3.start()
+    # speed4 = Speed(16)
+    try:
+        # nc.stop()
+        while 1:
+            # speed_counter 
+            # = 0
+            print(speed3()) 
+            time.sleep(1)
+    finally:
+        speed3.deinit()
+        # speed4.deinit()
+        # nc.stop() 
+
+def test2():
+    GPIO.setmode(GPIO.BCM)
+    GPIO.setup(25, GPIO.IN, pull_up_down=GPIO.PUD_DOWN)
+    while True:
+        print(GPIO.input(12))
+        time.sleep(0.001)
+
+if __name__ == "__main__":
+    test1()
+        
+
+    
\ No newline at end of file
diff --git a/fwd_car/ultrasonic.py b/fwd_car/ultrasonic.py
new file mode 100644
index 0000000000000000000000000000000000000000..5c0bc7e0ead8792efed46d8758b2f0fec2df32f8
--- /dev/null
+++ b/fwd_car/ultrasonic.py
@@ -0,0 +1,79 @@
+import time
+from fwd_car.servo import Servo
+from fwd_car.pwm import PWM
+from fwd_car.pin import Pin
+
+class Ultrasonic():
+    ANGLE_RANGE = 180
+    STEP = 18
+
+    def __init__(self, trig, echo, timeout=0.01):
+        self.timeout = timeout
+        self.trig = trig
+        self.echo = echo
+        # Init Servo
+        self.servo = Servo(PWM("P0"), offset=10)
+        self.angle_distance = [0,0]
+        self.current_angle = 0
+        self.max_angle = self.ANGLE_RANGE/2
+        self.min_angle = -self.ANGLE_RANGE/2
+        self.scan_list = []
+
+    def get_distance(self):
+        self.trig.low()
+        time.sleep(0.01)
+        self.trig.high()
+        time.sleep(0.000015)
+        self.trig.low()
+        pulse_end = 0
+        pulse_start = 0
+        timeout_start = time.time()
+        while self.echo.value()==0:
+            pulse_start = time.time()
+            if pulse_start - timeout_start > self.timeout:
+                return -1
+        while self.echo.value()==1:
+            pulse_end = time.time()
+            if pulse_end - timeout_start > self.timeout:
+                return -2
+        during = pulse_end - pulse_start
+        cm = round(during * 340 / 2 * 100, 2)
+        #print(cm)
+        return cm
+
+    # def get_distance_at(self, angle):
+    #     self.servo.set_angle(angle)
+    #     time.sleep(0.04)
+    #     distance = self.get_distance()
+    #     self.angle_distance = [angle, distance]
+    #     return distance
+
+    # def get_status_at(self, angle, ref1=35, ref2=10):
+    #     dist = self.get_distance_at(angle)
+    #     if dist > ref1 or dist == -2:
+    #         return 2
+    #     elif dist > ref2:
+    #         return 1
+    #     else:
+    #         return 0
+
+    # def scan_step(self, ref):
+    #     if self.current_angle >= self.max_angle:
+    #         self.current_angle = self.max_angle
+    #         us_step = -self.STEP
+    #     elif self.current_angle <= self.min_angle:
+    #         self.current_angle = self.min_angle
+    #         us_step = self.STEP
+    #     self.current_angle += us_step
+    #     status = self.get_status_at(self.current_angle, ref1=ref)#ref1避障基准值,ref2跟随小车后退时基准值
+
+    #     self.scan_list.append(status)
+    #     if self.current_angle == self.min_angle or self.current_angle == self.max_angle:
+    #         if us_step < 0:
+    #             # print("reverse")
+    #             self.scan_list.reverse()
+    #         # print(self.scan_list)
+    #         self.scan_list = []
+    #         return self.scan_list
+    #     else:
+    #         return False
diff --git a/fwd_car/utils.py b/fwd_car/utils.py
new file mode 100644
index 0000000000000000000000000000000000000000..0ff6f535dc63c043b9185cfe0a1b383f886072dc
--- /dev/null
+++ b/fwd_car/utils.py
@@ -0,0 +1,186 @@
+
+
+import subprocess
+import os
+import time
+
+def soft_reset():
+    from fwd_car.pin import Pin
+    soft_reset_pin = Pin("D16")
+    # print('soft_reset')
+    soft_reset_pin.low()
+    time.sleep(0.001)
+    soft_reset_pin.high()
+    time.sleep(0.001)
+
+def mapping(x,min_val,max_val,aim_min,aim_max):
+    x = aim_min + abs((x - min_val) / (max_val- min_val) * (aim_max-aim_min))
+    return x
+
+def cpu_temperature():          # 检测CPU温度
+    raw_cpu_temperature = subprocess.getoutput("cat /sys/class/thermal/thermal_zone0/temp")
+    cpu_temperature = round(float(raw_cpu_temperature)/1000,2)               # 换算成摄氏温度
+    #cpu_temperature = 'Cpu temperature : ' + str(cpu_temperature)
+    return cpu_temperature
+
+def gpu_temperature():          # 检测GPU温度===GPU---用于图形处理
+    raw_gpu_temperature = subprocess.getoutput( '/opt/vc/bin/vcgencmd measure_temp' )
+    gpu_temperature = round(float(raw_gpu_temperature.replace( 'temp=', '' ).replace( '\'C', '' )), 2)
+    #gpu_temperature = 'Gpu temperature : ' + str(gpu_temperature)
+    return gpu_temperature
+
+def cpu_usage():                # CPU占用率
+    # result = str(os.popen("top -n1 | awk '/Cpu\(s\):/ {print($2)}'").readline().strip())
+    result = os.popen("mpstat").read().strip()
+    result = result.split('\n')[-1].split(' ')[-1]
+    result = round(100 - float(result), 2)
+    result = str(result)
+    # print(result)
+    return result
+
+def disk_space():               # 磁盘占有率
+    p = os.popen("df -h /")
+    i = 0
+    while 1:
+        i = i +1
+        line = p.readline()         # readline一次读取p中的一行内容, 占用内存小;read--一次性读取p中的所有内容,占用内存大
+        if i==2:
+            return line.split()[1:5]    # 以第二个到第五个(空格、换行(\n)、制表符(\t))等为分隔符,将line字符串分成4段
+
+def ram_info():
+    p = os.popen('free')
+    i = 0
+    while 1:
+        i = i + 1
+        line = p.readline()
+        if i==2:
+            return list(map(lambda x:round(int(x) / 1000,1), line.split()[1:4]))    # 以第二个到第四个(空格、换行(\n)、制表符(\t))等为分隔符,将line字符串分成4段
+
+def pi_read():
+    result = {
+        "cpu_temperature": cpu_temperature(), 
+        "gpu_temperature": gpu_temperature(),
+        "cpu_usage": cpu_usage(), 
+        "disk": disk_space(), 
+        "ram": ram_info(), 
+        "battery": power_read(), 
+    }
+    return result 
+
+def power_read():
+    from fwd_car.adc import ADC
+    power_read_pin = ADC('A4')
+    power_val = power_read_pin.read()
+    power_val = power_val / 4095.0 * 3.3
+    # print(power_val)
+    power_val = power_val * 3
+    power_val = round(power_val, 2)
+    return power_val
+
+def getIP(ifaces=['wlan0', 'eth0']):
+    import re
+    if isinstance(ifaces, str):
+        ifaces = [ifaces]
+    for iface in list(ifaces):
+        search_str = 'ip addr show {}'.format(iface)
+        result = os.popen(search_str).read()
+        com = re.compile(r'(?<=inet )(.*)(?=\/)', re.M)
+        ipv4 = re.search(com, result)
+        if ipv4:
+            ipv4 = ipv4.groups()[0]
+            return ipv4
+    return False
+
+
+def main():
+    import sys
+    if len(sys.argv) >= 2:
+        print("Welcome to SunFounder 4WD Car.")
+        command = sys.argv[1]
+        if command == "soft-reset":
+            print("soft-reset")
+            soft_reset()
+        elif command == "power-read":
+            print("power-read")
+            print("Power voltage: {}V".format(power_read()))
+        elif command == "web-example":
+            if len(sys.argv) >= 3:
+                opt = sys.argv[2]
+                if opt == "enable":
+                    os.system("sudo update-rc.d fwd-car-web-example defaults")
+                    print("web-example start on boot is enabled")
+                elif opt == "disable":
+                    os.system("sudo update-rc.d fwd-car-web-example remove")
+                    print("web-example start on boot is disabled")
+                else:
+                    usage(command)
+            else:
+                print("Run: `fwd-car web-example enable/disable` to enable/disable start on boot")
+                os.system("sudo python3 /home/pi/fwd-car/examples/web/start.py")
+        elif command == "test":
+            from fwd_car import forward,get_distance_at,get_grayscale_list,stop
+            if len(sys.argv) >= 3:
+                opt = sys.argv[2]
+                if opt == "motor":
+                    print("Motor test start!, Ctrl+C to Stop")
+                    forward(10)
+                    try:
+                        while True:
+                            pass
+                    except KeyboardInterrupt:
+                        stop()
+                elif opt == "servo":
+                    print(get_distance_at(0))
+                elif opt == "grayscale":
+                    print(get_grayscale_list())
+                else:
+                    usage(command)
+        else:
+            print('Command error, "%s" is not in list' % sys.argv[1])
+            usage()
+    else:
+        usage()
+    destroy()
+
+# def main():
+#     try:
+#         _main()
+#     finally:
+
+def destroy():
+    quit()
+ 
+def usage(cmd=None):
+    general = '''
+Usage:  fwd-car [Command] [option]
+
+Commands:
+    soft-reset
+    power-read
+    web-example
+    test
+'''
+    web_example = '''
+Usage: fwd-car web-example [option]
+
+Options:
+    enable    Enable start on boot
+    disable   Disable start on boot
+'''
+    test = '''
+Usage: fwd-car test [option]
+
+Options:
+    motor      test the motor
+    servo      test the servo
+    grayscale  test the grayscale
+
+'''
+    if cmd == None:
+        print(general)
+    elif cmd == "web-example":
+        print(web_example)
+    elif cmd == "test":
+        print(test)
+    destroy()
+        
\ No newline at end of file
diff --git a/server/Obstacle_avoidance.py b/server/Obstacle_avoidance.py
deleted file mode 100644
index c44ba22783a93431611aa9beb051b70d39f7e48d..0000000000000000000000000000000000000000
--- a/server/Obstacle_avoidance.py
+++ /dev/null
@@ -1,160 +0,0 @@
-import new_car as nc
-import time
-import math
-from pin import Pin
-
-dir_flag = 1
-web_csb_val_list = []
-add_count = 0
-us_angle = 0
-us_step_base = 18
-us_list = []
-base_speed = 30
-right_speed = base_speed
-left_speed = base_speed
-us_scan_angle = 180
-
-
-us_step = us_step_base
-us_scan_angle = us_scan_angle / 2
-
-def pre_obstacle_avoidance(motor=True, mode=0):
-    # mode = 0: Ovoid Obstacle; mode = 1: follow
-    global us_angle, us_step, us_list, base_speed, right_speed, left_speed
-    
-    if mode == 0:
-        ref = 35
-    elif mode == 1:
-        ref = 23
-    
-    if us_angle >= us_scan_angle:
-        us_angle = us_scan_angle
-        us_step = -us_step_base
-    elif us_angle <= -us_scan_angle:
-        us_angle = -us_scan_angle
-        us_step = us_step_base
-    us_angle += us_step
-    status = distance_status_at(us_angle, ref1=ref, ref2=10)#ref1避障基准值,ref2跟随小车后退时基准值
-    
-    if motor:#是否启动电机
-        us_list.append(status)
-        if us_angle == -us_scan_angle or us_angle == us_scan_angle:
-            if us_step < 0:
-                # print("reverse")
-                us_list.reverse()
-            # print(us_list)
-            if mode == 0:#模式0位避障模式
-                tmp = us_list[4:7]
-                print(tmp)
-                if tmp != [2,2,2]:
-                    right_speed = -base_speed
-                    left_speed = base_speed
-                else:
-                    right_speed = base_speed
-                    left_speed = base_speed
-            elif mode == 1:#模式1跟随模式
-                us_list = [str(i) for i in us_list]
-                us_list = "".join(us_list)
-                paths = us_list.split("2")
-                length_list = []
-                for path in paths:
-                    length_list.append(len(path))
-                # print(length_list)
-                if max(length_list) == 0:
-                    right_speed = 0
-                    left_speed = 0
-                else:
-                    i = length_list.index(max(length_list))
-                    pos = us_list.index(paths[i])
-                    pos += (len(paths[i]) - 1) / 2
-                    # pos = int(pos)
-                    delta = len(us_list) / 3
-                    # delta *= us_step/abs(us_step)
-                    if pos < delta:
-                        right_speed = -base_speed
-                        left_speed = base_speed
-                    elif pos > 2 * delta:
-                        right_speed = base_speed
-                        left_speed = -base_speed
-                    else:
-                        if us_list[3] == "0":
-                            right_speed = -base_speed
-                            left_speed = -base_speed
-                        else:
-                            right_speed = base_speed
-                            left_speed = base_speed
-            us_list = []
-        nc.set_motor_speed(1, left_speed)
-        nc.set_motor_speed(2, right_speed)
-        nc.set_motor_speed(3, left_speed)
-        nc.set_motor_speed(4, -1*right_speed)
-
-def get_dir(base_speed, delta):
-    right_speed = base_speed
-    left_speed = base_speed
-    weight = base_speed * 2 / 5
-    if delta < 0:
-        right_speed += (delta * weight)
-    elif delta > 0:
-        left_speed -= (delta * weight)
-    return left_speed, right_speed
-
-def distance_at(angle):
-    global web_csb_val_list,add_count
-    web_csb_val_list = []
-    distance_at_list = []
-    nc.angle(angle)
-    time.sleep(0.04)
-    distance_at_list.append(angle)
-    csb_dis = nc.Get_distance(0.01)
-    distance_at_list.append(csb_dis)
-    web_csb_val_list = distance_at_list
-    return distance_at_list
-
-def distance_status_at(angle, ref1=35, ref2=10):
-    _, dist = distance_at(angle)
-    if dist > ref1 or dist == -2:
-        return 2
-    elif dist > ref2:
-        return 1
-    else:
-        return 0
-
-def radar_screening(angle_min,angle_max):
-    global dir_flag,web_csb_val_list
-    # nc.angle(angle_min)
-    # time.sleep(1)
-    radar_screening_val = []
-    # for i in range(angle_min,angle_max):
-    for i in [dir_flag*j for j in range(angle_min,angle_max+6,6)]:
-        null_list = distance_at(i)
-        radar_screening_val.append(null_list)
-    dir_flag = dir_flag *-1
-    return radar_screening_val
-    # else:
-    #     nc.angle(angle_max)
-    #     time.sleep(1)
-    #     radar_screening_val = []
-    #     for i in range(angle_max,angle_min,-1):
-    #         null_list = []
-    #         web_csb_val_list = []
-    #         nc.angle(i)
-    #         time.sleep(0.005)
-    #         null_list.append(i)
-    #         csb_dis = nc.Get_distance()
-    #         null_list.append(csb_dis)
-    #         web_csb_val_list.append(i)
-    #         web_csb_val_list.append(csb_dis)
-    #         # print(web_csb_val_list)
-    #         radar_screening_val.append(null_list)
-    #     dir_flag = dir_flag *-1
-    #     return radar_screening_val 
-
-def test():
-    while 1:
-        # print(distance_at(-50))
-        pre_obstacle_avoidance(mode=1)#1
-        # radar_screening(-90,90)
-
-if __name__ == "__main__":
-    test()
diff --git a/server/__pycache__/Obstacle_avoidance.cpython-37.pyc b/server/__pycache__/Obstacle_avoidance.cpython-37.pyc
deleted file mode 100644
index 236c608516d841df2b6bea0e24365f49bc856116..0000000000000000000000000000000000000000
Binary files a/server/__pycache__/Obstacle_avoidance.cpython-37.pyc and /dev/null differ
diff --git a/server/__pycache__/follow.cpython-37.pyc b/server/__pycache__/follow.cpython-37.pyc
deleted file mode 100644
index 5959f7ded82c4b386be539a26f9fe6eb5ae73343..0000000000000000000000000000000000000000
Binary files a/server/__pycache__/follow.cpython-37.pyc and /dev/null differ
diff --git a/server/__pycache__/i2c.cpython-37.pyc b/server/__pycache__/i2c.cpython-37.pyc
deleted file mode 100644
index a112eef547d7cccdcf5db1ebd3d03fef92669385..0000000000000000000000000000000000000000
Binary files a/server/__pycache__/i2c.cpython-37.pyc and /dev/null differ
diff --git a/server/__pycache__/new_car.cpython-37.pyc b/server/__pycache__/new_car.cpython-37.pyc
deleted file mode 100644
index 135a7f08b2653fd197f1e4665e454e5d1ba438e7..0000000000000000000000000000000000000000
Binary files a/server/__pycache__/new_car.cpython-37.pyc and /dev/null differ
diff --git a/server/__pycache__/pwm.cpython-37.pyc b/server/__pycache__/pwm.cpython-37.pyc
deleted file mode 100644
index 8505e8cec6bc63d0496f911503650a675976c774..0000000000000000000000000000000000000000
Binary files a/server/__pycache__/pwm.cpython-37.pyc and /dev/null differ
diff --git a/server/__pycache__/velocity_measurement.cpython-37.pyc b/server/__pycache__/velocity_measurement.cpython-37.pyc
deleted file mode 100644
index 6348ea89d058ccdcf6b4b63fd604b76a8fee1b27..0000000000000000000000000000000000000000
Binary files a/server/__pycache__/velocity_measurement.cpython-37.pyc and /dev/null differ
diff --git a/server/edge_examine.py b/server/edge_examine.py
deleted file mode 100644
index 3d2da0ae56ca778a4fe7e6e2950f5cda92a4eafe..0000000000000000000000000000000000000000
--- a/server/edge_examine.py
+++ /dev/null
@@ -1,20 +0,0 @@
-import new_car as nc
-import time
-
-edge_adc_list =[]
-speed = 0
-
-        
-def Edge_examine_func(edge_value,ed_list):
-    edge_value = int(edge_value)
-   
-
-    if ed_list[2] <= edge_value or ed_list[1] <= edge_value or ed_list[0] <= edge_value:
-        nc.backward(20)
-        time.sleep(0.5)
-        nc.stop()
-
-if __name__ == "__main__":
-    while 1:
-        nc.forward(1)
-        Edge_examine_func(110)
\ No newline at end of file
diff --git a/server/follow.py b/server/follow.py
deleted file mode 100644
index ecc9d2658e895bcc86580c06a3ee462d41dc7d2b..0000000000000000000000000000000000000000
--- a/server/follow.py
+++ /dev/null
@@ -1,84 +0,0 @@
-import new_car as nc 
-import time
-from Obstacle_avoidance import *
-
-direction_list = []
-five_dis_direction_list = []
-dir_flag = 1
-bw_safe_counter = 0
-fw_safe_counter = 0
-# nc.soft_reset()
-
-def dir_weight(dir_list_now):
-    dir_weight_list = []
-    for i in dir_list_now:
-        if i < 23 and i > 0:
-            dir_weight_list.append(1)
-        else:
-            dir_weight_list.append(0)
-    return dir_weight_list
-
-
-
-def Follow():
-    direction_angle_list = [-70,-42,-14,14,42,70]
-    # direction_angle_list = [-50,-30,-10,10,30,50]
-    rt_angle_list = []
-    rt_dis_list = []
-    rt_weight_list =[]
-    global dir_flag,bw_safe_counter,fw_safe_counter
-
-    # if dir_flag == 1:
-    #     for i in range(-70,71):
-    #         nc.angle(i)
-    #         if i in direction_angle_list:
-    #             rt_angle_list.append(i)
-    #             rt_dis_list.append(nc.Get_distance(0.01))
-    #         time.sleep(0.005)
-    #     dir_flag = -1 * dir_flag
-    # else:
-    #     for i in range(70,-71,-1):
-    #         nc.angle(i)
-    #         if i in direction_angle_list:  
-    #             rt_angle_list.append(i)
-    #             rt_dis_list.append(nc.Get_distance(0.01))
-    #         time.sleep(0.005)
-    #     dir_flag = -1 * dir_flag
-    for i in [dir_flag*j for j in direction_angle_list]:
-        rt_angle_list = distance_at(i)
-        rt_dis_list.append(rt_angle_list[1])
-        time.sleep(0.05)
-    dir_flag = dir_flag *-1
-    print(rt_dis_list)
-    rt_weight_list = dir_weight(rt_dis_list)
-    rt_weight_list = [str(i) for i in rt_weight_list]
-    rt_weight_val = "".join(rt_weight_list)
-    if rt_weight_val == '100000' or rt_weight_val == '110000' or rt_weight_val == '111000':
-        if rt_angle_list[0] < 0:
-            nc.turn_left(50)
-        else:
-            nc.turn_right(50)
-    elif rt_weight_val == '000001' or rt_weight_val == '000011' or rt_weight_val == '000111':
-        if rt_angle_list[0] < 0:
-            nc.turn_right(50)
-        else:
-            nc.turn_left(50)
-    elif rt_weight_val == '000000':
-        nc.stop()
-    else:
-        if 0 < rt_dis_list[2] < 10 or 0 < rt_dis_list[3] < 10:
-            nc.backward(1)
-            # bw_safe_counter += 1
-            # if bw_safe_counter >= 2:#二次触发,太快防止误操作
-            #     nc.backward(1)
-            #     bw_safe_counter = 0
-        else:
-            nc.forward(1)
-            # fw_safe_counter += 1
-            # if fw_safe_counter >= 2: 
-            #     nc.forward(1)
-            #     fw_safe_counter = 0
-
-if __name__ == "__main__":
-    while 1:
-        Follow()
diff --git a/server/follow_line.py b/server/follow_line.py
deleted file mode 100644
index 31481e5d581bb504f207e9aac9679b2093d43972..0000000000000000000000000000000000000000
--- a/server/follow_line.py
+++ /dev/null
@@ -1,24 +0,0 @@
-import new_car as nc
-import time
-
-edge_adc_list =[]
-speed = 20
-line_value_list = []
-
-
-def follow_line_func(aim_val,ad_list):#170<x<300
-
-    aim_val = int(aim_val)
-    if ad_list[1] <= aim_val:
-        nc.forward(speed)
-    
-    elif ad_list[0] <= aim_val:
-        nc.turn_left(speed)
-
-    elif ad_list[2] <= aim_val:
-        nc.turn_right(speed)    
-
-
-if __name__ == "__main__":
-    while 1:
-        follow_line_func(1,400)
\ No newline at end of file
diff --git a/server/new_car.py b/server/new_car.py
deleted file mode 100644
index 7f1634686ce411bdea546dd2524cda731356b365..0000000000000000000000000000000000000000
--- a/server/new_car.py
+++ /dev/null
@@ -1,268 +0,0 @@
-from pwm import PWM
-from adc import ADC 
-from pin import Pin
-import time
-import subprocess, os
-####
-PERIOD = 4095
-PRESCALER = 10
-TIMEOUT = 0.02
-speed = 0
-MAX_PW = 2500
-MIN_PW = 500
-_freq = 50
-_arr = 4095
-CPU_CLOCK = 72000000
-#19是按键引脚
-#21是单片机复位脚
-#复位触发引脚
-soft_reset_pin = Pin("D16")  
-
-#电池引脚
-power_read_pin = ADC('A4')
-#复位引脚
-soft_reset_pin = Pin("D16")
-#舵机
-servo_pin = PWM('P0')
-#电机
-motor1_pwm_pin = PWM("P13")#motor 1
-motor2_pwm_pin = PWM("P12")#motor 2
-motor3_pwm_pin = PWM("P8")#motor 3
-motor4_pwm_pin = PWM("P9")#motor 4
-#电机方向控制脚
-motor1_dir_pin = Pin("D4")#motor 1
-motor2_dir_pin = Pin("D5")#motor 2
-motor3_dir_pin = Pin("D11")#motor 3
-motor4_dir_pin = Pin("D15")#motor 4
-#三路adc
-S0 = ADC('A5')
-S1 = ADC('A6')
-S2 = ADC('A7')
-
-
-motor_direction_pins = [motor1_dir_pin, motor2_dir_pin, motor3_dir_pin, motor4_dir_pin]
-motor_speed_pins = [motor1_pwm_pin, motor2_pwm_pin, motor3_pwm_pin, motor4_pwm_pin]
-
-cali_dir_value = [1, 1, 1, 1]
-cali_speed_value = [0, 0, 0, 0]
-
-servo_pin.period(4095)
-prescaler = int(float(CPU_CLOCK) / _freq/ _arr)
-servo_pin.prescaler(prescaler)
-
-simi_val = 10
-#初始化引脚
-for pin in motor_speed_pins:
-    pin.period(PERIOD)
-    pin.prescaler(PRESCALER)
-def soft_reset():
-    print('soft_reset')
-    soft_reset_pin.low()
-    time.sleep(0.001)
-    soft_reset_pin.high()
-
-def power_read():
-    power_val = power_read_pin.read()
-    return power_val
-
-
-def map_angle(x,min_val,max_val,aim_min,aim_max):
-    x = aim_min + abs((x - min_val) / (max_val- min_val) * (aim_max-aim_min))
-    return x
-
-def angle(angle):
-    global simi_val
-    try:
-        angle = int(angle)
-    except:
-        raise ValueError("Angle value should be int value, not %s"%angle)
-    if angle < -90:
-        angle = -90
-    if angle > 90:
-        angle = 90
-    angle = angle + simi_val
-    High_level_time = map_angle(angle, -90, 90, MIN_PW, MAX_PW)
-    pwr =  High_level_time / 20000
-    value = int(pwr*4095)
-    servo_pin.pulse_width(value)
-
-def set_motor_speed(motor, speed):
-    motor -= 1
-    if speed >= 0:
-        direction = 1 * cali_dir_value[motor]
-    elif speed < 0:
-        direction = -1 * cali_dir_value[motor]
-    speed = abs(speed)
-    if speed != 0:
-        speed = int(speed /2 ) + 50
-    speed = speed - cali_speed_value[motor]
-    if direction < 0:
-        motor_direction_pins[motor].high()
-    else:
-        motor_direction_pins[motor].low()
-        
-    motor_speed_pins[motor].pulse_width_percent(speed*0.9)
-
-def motor_speed_calibration(value):
-    global cali_speed_value
-    if value < 0:
-        cali_speed_value[0] = 0
-        cali_speed_value[1] = abs(value)
-    else:
-        cali_speed_value[0] = abs(value)
-        cali_speed_value[1] = 0
-
-def motor_direction_calibration(motor, value):
-    # 0: positive direction
-    # 1:negative direction
-    motor -= 1
-    if value == 1:
-        cali_dir_value[motor] = -cali_dir_value[motor]
-
-def Get_adc_value():
-    adc_value_list = []
-    adc_value_list.append(S0.read())
-    adc_value_list.append(S1.read())
-    adc_value_list.append(S2.read())
-    return adc_value_list
-
-def forward(speed):
-    set_motor_speed(1, speed)
-    set_motor_speed(2, speed)
-    set_motor_speed(3, speed)
-    set_motor_speed(4, -1*speed)
-
-def backward(speed):
-    set_motor_speed(1,  -1*speed)
-    set_motor_speed(2,  -1*speed)
-    set_motor_speed(3,  -1*speed)
-    set_motor_speed(4,  speed)
-
-def turn_left(speed):
-     set_motor_speed(1, -1 * speed)
-     set_motor_speed(2, speed)
-     set_motor_speed(3, -1*speed)
-     set_motor_speed(4, -1*speed)
-
-
-def turn_right(speed):
-     set_motor_speed(1, speed)
-     set_motor_speed(2, -1*speed)
-     set_motor_speed(3,  speed)
-     set_motor_speed(4,  speed)
-
-def stop():
-    set_motor_speed(1, 0)
-    set_motor_speed(2, 0)
-    set_motor_speed(3, 0)
-    set_motor_speed(4, 0)
-
-def turn_back(speed):
-    set_motor_speed(1, -1 *speed)
-    set_motor_speed(2,  speed)
-    set_motor_speed(3, -1 *speed)
-    set_motor_speed(4,  speed)
-
-
-
-def head_rotate():
-    for i in range(-90,90):
-        angle(i)
-        time.sleep(0.01)
-    for i in range(90,-90):
-        angle(i)
-        time.sleep(0.01)
-
-def Get_distance(timeout_val = 0.01):
-    timeout = timeout_val
-    trig = Pin('D8')
-    echo = Pin('D9')
-
-    trig.low()
-    time.sleep(0.01)
-    trig.high()
-    time.sleep(0.000015)
-    trig.low()
-    pulse_end = 0
-    pulse_start = 0
-    timeout_start = time.time()
-    while echo.value()==0:
-        pulse_start = time.time()
-        if pulse_start - timeout_start > timeout:
-            return -1
-    while echo.value()==1:
-        pulse_end = time.time()
-        if pulse_end - timeout_start > timeout:
-            return -2
-    during = pulse_end - pulse_start
-    cm = round(during * 340 / 2 * 100, 2)
-    #print(cm)
-    return cm
-
-def cpu_temperature():          # 检测CPU温度
-        raw_cpu_temperature = subprocess.getoutput("cat /sys/class/thermal/thermal_zone0/temp")
-        cpu_temperature = float(raw_cpu_temperature)/1000               # 换算成摄氏温度
-        #cpu_temperature = 'Cpu temperature : ' + str(cpu_temperature)
-        return cpu_temperature
-
-def gpu_temperature():          # 检测GPU温度===GPU---用于图形处理
-    raw_gpu_temperature = subprocess.getoutput( '/opt/vc/bin/vcgencmd measure_temp' )
-    gpu_temperature = float(raw_gpu_temperature.replace( 'temp=', '' ).replace( '\'C', '' ))
-    #gpu_temperature = 'Gpu temperature : ' + str(gpu_temperature)
-    return gpu_temperature
-
-def cpu_usage():                # CPU占用率
-    # result = str(os.popen("top -n1 | awk '/Cpu\(s\):/ {print($2)}'").readline().strip())
-    result = os.popen("mpstat").read().strip()
-    result = result.split('\n')[-1].split(' ')[-1]
-    result = round(100 - float(result), 2)
-    result = str(result)
-    # print(result)
-    return result
-
-def disk_space():               # 磁盘占有率
-    p = os.popen("df -h /")
-    i = 0
-    while 1:
-        i = i +1
-        line = p.readline()         # readline一次读取p中的一行内容, 占用内存小;read--一次性读取p中的所有内容,占用内存大
-        if i==2:
-            return line.split()[1:5]    # 以第二个到第五个(空格、换行(\n)、制表符(\t))等为分隔符,将line字符串分成4段
-
-def disk_used():
-    disk_used = float(disk_space()[1][:-1])
-    return disk_used
-
-def ram_info():
-    p = os.popen('free')
-    i = 0
-    while 1:
-        i = i + 1
-        line = p.readline()
-        if i==2:
-            return line.split()[1:4]    # 以第二个到第四个(空格、换行(\n)、制表符(\t))等为分隔符,将line字符串分成4段
-
-def ram_used():
-    ram_used = round(int(ram_info()[1]) / 1000,1)  # round---返回浮点数,四舍五入保留一位小数
-    return ram_used
-
-def pi_read():
-    result = {
-        "cpu_temperature": cpu_temperature(), 
-        "gpu_temperature": gpu_temperature(),
-        "cpu_usage": cpu_usage(), 
-        "disk_used": disk_used(), 
-        "ram_used": ram_used(), 
-    }
-    return result 
-
-
-if __name__ == "__main__":
-# soft_reset()
-    while 1:
-        # angle(0)
-        pi_read()
-        # cpu_usage()
-        # soft_reset()
-        # # time.sleep(2)
-     
\ No newline at end of file
diff --git a/server/sr.py b/server/sr.py
deleted file mode 100644
index 4495daded5e8d6e836934b473a164a676b305b64..0000000000000000000000000000000000000000
--- a/server/sr.py
+++ /dev/null
@@ -1,17 +0,0 @@
-from pin import Pin
-import time
-
-#复位引脚
-soft_reset_pin = Pin("D16")
-
-def soft_reset():
-    print('sr')
-    soft_reset_pin.low()
-    time.sleep(0.001)
-    soft_reset_pin.high()
-    time.sleep(0.001)
-
-if __name__ == "__main__":
-    soft_reset()
-    # while 1:
-    #     soft_reset()
\ No newline at end of file
diff --git a/server/velocity_measurement.py b/server/velocity_measurement.py
deleted file mode 100644
index 2c405d09a204f0e0b062e095822111524a0ccab3..0000000000000000000000000000000000000000
--- a/server/velocity_measurement.py
+++ /dev/null
@@ -1,99 +0,0 @@
-import new_car as nc 
-import RPi.GPIO as GPIO
-import time
-
-# speed_counter_1 = 0
-# speed_counter_2 = 0
-speed_counter_3 = 0
-speed_counter_4 = 0
-
-# now_time_1 = 0
-# now_time_2 = 0
-now_time_3 = 0
-now_time_4 = 0
-
-# angular_speed_1 = 0
-# angular_speed_2 = 0
-angular_speed_3 = 0
-angular_speed_4 = 0
-
-GPIO.setmode(GPIO.BCM)
-# GPIO.setup(25, GPIO.IN,pull_up_down=GPIO.PUD_DOWN)#MOTOR 1
-# GPIO.setup(4, GPIO.IN,pull_up_down=GPIO.PUD_DOWN)#MOTOR 2
-GPIO.setup(16, GPIO.IN,pull_up_down=GPIO.PUD_DOWN)#MOTOR 3
-GPIO.setup(12, GPIO.IN,pull_up_down=GPIO.PUD_DOWN)#MOTOR 4
-
-# def my_callback_1(channel):
-#     global speed_counter_1,now_time_1,angular_speed_1
-#     speed_counter_1 +=1
-
-#     if speed_counter_1 >= 20:
-#         last_time_1 = now_time_1
-#         now_time_1 = time.time()
-#         sub_time_1 = float(now_time_1) - float(last_time_1)
-#         angular_speed_1 = 6.28*33 / sub_time_1
-#         speed_counter_1 = 0
-        
-# def my_callback_2(channel):
-#     global speed_counter_2,now_time_2,angular_speed_2
-#     speed_counter_2 +=1
-#     if speed_counter_2 >= 20:
-#         last_time_2 = now_time_2
-#         now_time_2 = time.time()
-#         sub_time_2 = float(now_time_2) - float(last_time_2)
-#         angular_speed_2 = 6.28*33 / sub_time_2
-#         speed_counter_2 = 0
-
-def my_callback_3(channel):
-    global speed_counter_3,now_time_3,angular_speed_3
-    speed_counter_3 +=1
-
-    if speed_counter_3 >= 20:
-        last_time_3 = now_time_3
-        now_time_3 = time.time()
-        sub_time_3 = float(now_time_3) - float(last_time_3)
-        angular_speed_3 = 6.28*33 / sub_time_3
-        speed_counter_3 = 0
-
-def my_callback_4(channel):
-    global speed_counter_4,now_time_4,angular_speed_4
-    speed_counter_4 +=1
-
-    if speed_counter_4 >= 20:
-        last_time_4 = now_time_4
-        now_time_4 = time.time()
-        sub_time_4 = float(now_time_4) - float(last_time_4)
-        angular_speed_4 = 6.28*33 / sub_time_4
-        speed_counter_4 = 0
-
-# GPIO.add_event_detect(25, GPIO.RISING, callback=my_callback_1)
-# GPIO.add_event_detect(4, GPIO.RISING, callback=my_callback_2)
-GPIO.add_event_detect(16, GPIO.RISING, callback=my_callback_3)
-GPIO.add_event_detect(12, GPIO.RISING, callback=my_callback_4)
-
-
-def speed_val():
-    speed_list = []
-    global angular_speed_3,angular_speed_4
-#     speed_list.append(angular_speed_1)
-#     speed_list.append(angular_speed_2)
-    speed_list.append(int(angular_speed_3))
-    speed_list.append(int(angular_speed_4))
-    aver_sp = int(sum(speed_list)/2.0)
-    speed_list.append(aver_sp)
-#     print(speed_list)
-    return speed_list
-
-def test():
-    print("速度:",speed_val())
-
-if __name__ == "__main__":
-    nc.forward(1)
-    # nc.stop()
-    while 1:
-        # speed_counter = 0
-        time.sleep(1)
-        test()
-        
-
-    
\ No newline at end of file
diff --git a/server/web_server.py b/server/web_server.py
deleted file mode 100644
index 23351e017ddf54177420e3ea7fd2315871804e20..0000000000000000000000000000000000000000
--- a/server/web_server.py
+++ /dev/null
@@ -1,99 +0,0 @@
-from new_car import *
-from edge_examine import Edge_examine_func
-from follow import Follow
-from remote_control import Remote_control
-from velocity_measurement import speed_val
-from follow_line import follow_line_func
-import Obstacle_avoidance as oa
-
-import asyncio
-import websockets
-import json
-
-#接收数据字典
-recv_dict = {'mode':1,'rc':2,'csb':['off','off','off'],'fl':['off',0],'ed':['off',1],'sp':0,'sr':'off','sps':['off',1,0],'csbs':['off',0]}
-#发送数据字典
-send_dict = {'fl':[0,0,0],'csb':3,'sp':4,'csbs':[0,0],'pi_msg':{'a':1}} 
-
-  
-#接收函数
-async def recv_server_func(websocket):
-    global recv_dict
-    while 1:
-        recv_dict = await websocket.recv()
-        recv_dict = json.loads(recv_dict)
-        print(recv_dict)
-        Remote_control(recv_dict['rc'],recv_dict['sp'])
-        if  recv_dict['sps'][0] =='on':#测试电机
-            set_motor_speed(int(recv_dict['sps'][1]), int(recv_dict['sps'][2]))
-        if  recv_dict['sr'] =='on':#复位
-            soft_reset()#执行一次
-        if  recv_dict['csbs'][0] =='on':
-            send_dict['csbs'] = oa.distance_at(int(recv_dict['csbs'][1]))
-        
-#发送函数
-async def send_server_func(websocket): 
-    global send_dict
-    while 1:
-        send_dict['sp'] = speed_val()
-        send_dict['csb'] = oa.web_csb_val_list
-        # send_dict['pi_msg'] = pi_read()
-        await websocket.send(json.dumps(send_dict))
-        await asyncio.sleep(0.02)
-
-#主服务程序
-async def main_func():
-    global recv_dict,send_dict
-    while 1:
-        motor = False
-        us_mode = 0
-
-        ed_list = Get_adc_value()
-        send_dict['fl'] = ed_list
-       
-        if recv_dict['ed'][0] == 'on':#悬崖
-            Edge_examine_func(recv_dict['ed'][1],ed_list)#110
-
-        if recv_dict['fl'][0] =='on':#巡线
-            follow_line_func(recv_dict['fl'][1],ed_list)#400
-
-        if recv_dict['csb'] == ['on', 'off', 'on']:#避障
-            # print("AO")
-            motor = True
-            us_mode = 0
-            oa.pre_obstacle_avoidance(motor, us_mode)
-
-        elif recv_dict['csb'] == ['off', 'on', 'on']:#跟随
-            # print("F")
-            motor = True
-            us_mode = 1
-            oa.pre_obstacle_avoidance(motor, us_mode)
-
-        elif  recv_dict['csb'] == ['off', 'off', 'on']:#自动扫描获取数据
-            # print("US ON")
-            motor = False
-            us_mode = 1
-            oa.pre_obstacle_avoidance(motor, us_mode)
-        # oa.pre_obstacle_avoidance(motor, us_mode)
-      
-        await asyncio.sleep(0.01)
-        
-async def main_logic_1(websocket,path):
-    while 1:
-        await recv_server_func(websocket)
-
-async def main_logic_2(websocket,path):
-    while 1:
-        await send_server_func(websocket)
-
-try:
-    # start_http_server()
-    start_server_1 = websockets.serve(main_logic_1,"192.168.18.223",8765)
-    start_server_2 = websockets.serve(main_logic_2,"192.168.18.223",8766)
-    print('Start!')
-    tasks = [main_func(),start_server_1,start_server_2]
-    asyncio.get_event_loop().run_until_complete(asyncio.wait(tasks))
-    asyncio.get_event_loop().run_forever()
-finally:
-    print("Finished")
-#     close_http_server()
\ No newline at end of file
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000000000000000000000000000000000000..79bc67848fff34a6645702d4173e425bc2ccbc96
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,5 @@
+[bdist_wheel]
+# This flag says that the code is written to work on both Python 2 and Python
+# 3. If at all possible, it is good practice to do this. If you cannot, you
+# will need to generate wheels for each Python version that you support.
+universal=1
diff --git a/setup.py b/setup.py
new file mode 100644
index 0000000000000000000000000000000000000000..ed9e97cf7ec5b7fd6cbada9b1b724f112ce6a33b
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,235 @@
+# Always prefer setuptools over distutils
+from setuptools import setup, find_packages
+# To use a consistent encoding
+from codecs import open
+from os import path
+from os import system
+from os import listdir
+
+errors = []
+
+here = path.abspath(path.dirname(__file__))
+
+# Get the long description from the relevant file
+with open(path.join(here, 'DESCRIPTION.rst'), encoding='utf-8') as f:
+    long_description = f.read()
+
+def run_command(cmd=""):
+    import subprocess
+    p = subprocess.Popen(
+        cmd, shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
+    result = p.stdout.read().decode('utf-8')
+    status = p.poll()
+    # print(result)
+    # print(status)
+    return status, result
+
+
+def do(msg="", cmd=""):
+    print(" - %s..." % (msg), end='\r')
+    print(" - %s... " % (msg), end='')
+    status, result = eval(cmd)
+    # print(status, result)
+    if status == 0 or status == None or result == "":
+        print('Done')
+    else:
+        print('Error')
+        errors.append("%s error:\n  Status:%s\n  Error:%s" %
+                      (msg, status, result))
+
+class Modules(object):
+    ''' 
+        To setup /etc/modules
+    '''
+
+    def __init__(self, file="/etc/modules"):
+        self.file = file
+        with open(self.file, 'r') as f:
+            self.configs = f.read()
+        self.configs = self.configs.split('\n')
+
+    def remove(self, expected):
+        for config in self.configs:
+            if expected in config:
+                self.configs.remove(config)
+        return self.write_file()
+
+    def set(self, name):
+        have_excepted = False
+        for i in range(len(self.configs)):
+            config = self.configs[i]
+            if name in config:
+                have_excepted = True
+                tmp = name
+                self.configs[i] = tmp
+                break
+
+        if not have_excepted:
+            tmp = name
+            self.configs.append(tmp)
+        return self.write_file()
+
+    def write_file(self):
+        try:
+            config = '\n'.join(self.configs)
+            # print(config)
+            with open(self.file, 'w') as f:
+                f.write(config)
+            return 0, config
+        except Exception as e:
+            return -1, e
+
+class Config(object):
+    ''' 
+        To setup /boot/config.txt
+    '''
+
+    def __init__(self, file="/boot/config.txt"):
+        self.file = file
+        with open(self.file, 'r') as f:
+            self.configs = f.read()
+        self.configs = self.configs.split('\n')
+
+    def remove(self, expected):
+        for config in self.configs:
+            if expected in config:
+                self.configs.remove(config)
+        return self.write_file()
+
+    def set(self, name, value=None):
+        have_excepted = False
+        for i in range(len(self.configs)):
+            config = self.configs[i]
+            if name in config:
+                have_excepted = True
+                tmp = name
+                if value != None:
+                    tmp += '=' + value
+                self.configs[i] = tmp
+                break
+
+        if not have_excepted:
+            tmp = name
+            if value != None:
+                tmp += '=' + value
+            self.configs.append(tmp)
+        return self.write_file()
+
+    def write_file(self):
+        try:
+            config = '\n'.join(self.configs)
+            # print(config)
+            with open(self.file, 'w') as f:
+                f.write(config)
+            return 0, config
+        except Exception as e:
+            return -1, e
+
+def install():
+    print("Install dependency")
+    do(msg="update apt-get",
+        cmd='run_command("sudo apt-get update")')
+    do(msg="install pip",
+        cmd='run_command("sudo apt-get install python3-pip -y")')
+    # do(msg="install git",
+    #     cmd='run_command("sudo apt-get install git-core -y")')
+    do(msg="install sysstat",
+        cmd='run_command("sudo apt-get install sysstat -y")')
+    do(msg="install i2c-tools",
+        cmd='run_command("sudo apt-get install i2c-tools -y")')
+
+
+    print("Setup interfaces")
+    do(msg="turn on I2C",
+        cmd='Config().set("dtparam=i2c_arm", "on")') 
+    do(msg="Add I2C module",
+        cmd='Modules().set("i2c-dev")') 
+
+    if ".fwd-car" not in listdir("/home/pi"):
+        do(msg="create .fwd-car directory",
+            cmd='run_command("sudo mkdir /home/pi/.fwd-car/")') 
+    do(msg="copy fwd-car-config",
+        cmd='run_command("sudo cp ./data/config /home/pi/.fwd-car/")')
+    do(msg="change directory owner",
+        cmd='run_command("sudo chown -R pi:pi /home/pi/.fwd-car/")')
+
+    print("Setup fwd-car web-example service")
+    do(msg="copy fwd-car web-example file",
+        cmd='run_command("sudo cp ./bin/fwd-car-web-example /etc/init.d/fwd-car-web-example")')
+    do(msg="add excutable mode for fwd-car-web-example",
+        cmd='run_command("sudo chmod +x /etc/init.d/fwd-car-web-example")')
+
+# install()
+
+setup(
+    name='fwd_car',
+
+    # Versions should comply with PEP440.  For a discussion on single-sourcing
+    # the version across setup.py and the project code, see
+    # https://packaging.python.org/en/latest/single_source_version.html
+    version="0.0.1",
+
+    description='fwd_car for Raspberry Pi',
+    long_description=long_description,
+
+    # The project's main homepage.
+    url='https://github.com/sunfounder/fwd-car',
+
+    # Author details
+    author='SunFounder',
+    author_email='service@sunfounder.com',
+
+    # Choose your license
+    license='GNU',
+    zip_safe=False,
+    # See https://pypi.python.org/pypi?%3Aaction=list_classifiers
+    classifiers=[
+        # How mature is this project? Common values are
+        #   3 - Alpha
+        #   4 - Beta
+        #   5 - Production/Stable
+        'Development Status :: 3 - Alpha',
+
+        # Indicate who your project is intended for
+        'Intended Audience :: Developers',
+        'Topic :: Software Development :: Build Tools',
+
+        # Pick your license as you wish (should match "license" above)
+        'License :: OSI Approved :: GNU License',
+
+        # Specify the Python versions you support here. In particular, ensure
+        # that you indicate whether you support Python 2, Python 3 or both.
+        'Programming Language :: Python :: 3',
+        'Programming Language :: Python :: 3.7',
+    ],
+
+    # What does your project relate to?
+    keywords='4wd raspberry pi car sunfounder',
+
+    # You can just specify the packages manually here if your project is
+    # simple. Or you can use find_packages().
+    packages=find_packages(exclude=['examples', 'tests*']),
+
+    # List run-time dependencies here.  These will be installed by pip when
+    # your project is installed. For an analysis of "install_requires" vs pip's
+    # requirements files see:
+    # https://packaging.python.org/en/latest/requirements.html
+    install_requires=['RPi.GPIO', 'smbus', 'websockets'],
+ 
+    # To provide executable scripts, use entry points in preference to the
+    # "scripts" keyword. Entry points provide cross-platform support and allow
+    # pip to create the appropriate form of executable for the target platform.
+    entry_points={
+        'console_scripts': [
+            'fwd-car=fwd_car.utils:main', 
+        ],
+    },
+)
+
+if len(errors) == 0:
+    print("Finished")
+else:
+    print("\n\nError happened in install process:")
+    for error in errors:
+        print(error)
+    print("Try to fix it yourself, or contact service@sunfounder.com with this message")
diff --git a/show b/show
new file mode 100644
index 0000000000000000000000000000000000000000..3dd99174f3a9420b2758d1b85f93d6a274fc8f97
--- /dev/null
+++ b/show
@@ -0,0 +1,57 @@
+#!/usr/bin/env python
+import sys
+
+license = open('LICENSE')
+flag = False
+
+def notice():
+	print 'Command Error.\nUsage:\n  show c      Show Conditions\n  show w      Show No Warranty'
+	quit()
+
+def showc():
+	global flag
+	for i in license:
+		if i[0:4] == '  2.':
+			flag = True
+			print '\n'
+			print '                             Conditions:'
+		if flag == True and i[0:4] == '    ':
+			if i[4:7] in ['a) ', 'b) ', 'c) ']:
+				print '\n'
+			print i[4:-1],
+		if i[0:4] == '  3.':
+			flag = False
+
+def showw():
+	global flag
+	for i in license:
+		if i[-14:-1] == '  NO WARRANTY':
+			flag = True
+			print '\n'
+		if i[-28:-1] == 'END OF TERMS AND CONDITIONS':
+			flag = False
+		if flag == True:
+			if i[0:6] == '  11. ':
+				i = i[0:2] + i[3:]
+				print '\n'
+			if i[0:6] == '  12. ':
+				i = i[0:2] + i[3:]
+				print '\n'
+			print i[:-1],
+
+def main():
+	if len(sys.argv) != 2:
+		notice()
+	elif sys.argv[1] == 'c' or sys.argv[1] == 'C':
+		showc()
+	elif sys.argv[1] == 'w' or sys.argv[1] == 'W':
+		showw()
+	else:
+		notice()
+
+if __name__ == "__main__":
+	try:
+		main()
+	finally:
+		pass
+