diff --git a/.gitignore b/.gitignore index 9263a1e..520ae58 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,9 @@ _site .DS_Store +stylesheets/dark.css +stylesheets/responsive.css +stylesheets/colors.css +stylesheets/style.css +js/functions.js +js/plugins.js +.idea/ diff --git a/404.html b/404.html index 4c1a371..cbd860b 100644 --- a/404.html +++ b/404.html @@ -3,5 +3,4 @@ title: 404 Not Found --- -

Whoops, something went wrong. Let's go back to the main page or help us fix the error on GitHub ;)

- \ No newline at end of file +

Whoops, something went wrong. Let's go back to the main page or help us fix the error on GitHub ;)

diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..97355ea --- /dev/null +++ b/Gemfile @@ -0,0 +1,3 @@ +source 'https://rubygems.org' + +gem 'github-pages' diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..622214b --- /dev/null +++ b/LICENSE @@ -0,0 +1,23 @@ +The MIT License (MIT) + +Copyright (c) 2015 CodeEU + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +Angry Birds: Angry Birds™ & © 2009 – 2015 Rovio Entertainment Ltd. All Rights Reserved. diff --git a/README.md b/README.md index b5d3b8e..63bc22c 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,66 @@ # Europe Code Week website -The website was created with [jekyll](http://jekyllrb.com/). To contribute, Fork the repository on GitHub by clicking the "Fork" button. +The website was created with [jekyll](http://jekyllrb.com/). It's a Ruby gem +(library). To contribute: -Once you have a copy of the repository under your account, clone it to your computer, then install jekyll (see website for help). +1. Make sure you have Ruby and [Bundler](http://bundler.io/) installed. +2. Fork the repository on GitHub by clicking the "Fork" button. +3. Clone the repository to your computer. +4. In the repository folder on your machine, run `bundle install` to have the + project's dependencies installed. -To run jekyll and generate new pages, use +After that, you can run the following command to preview locally the changes +you make on the website: - jekyll serve + jekyll serve --watch -Test the changes locally, then push to your GitHub repo and send a Pull Request for review. +Then open [localhost:4000](http://localhost:4000/) and you should be able to +see the site. + +Test your changes locally, then push to your GitHub repo and send a Pull +Request for review. + + + +###How to become a registered ambassador: + +- Fill in the form http://goo.gl/forms/9L0I1unVRF; + +- Log in to http://events.codeweek.eu/ (Remember the social account you use to log in!); + +- Send a message to info@codeweek.eu using "new ambassador" as subject and specifying the social account used in step 2 to log in to our web site; + +Alessandro Bogliolo, who is the overall Code Week coordinator will update the shared Google sheet with the contact information, grant permissions to you on the events site, add you to the mailing list, and notify you; + +You can then edit your profile specifying (at least) the country. + + +###How to take part in “CodeWeek4all challenge”: + +- Fill in the application form http://goo.gl/forms/kx4LfjFRo9QLQOg32; + +- Share the unique code with all the teachers in your schooll, and ask them to provide a coding experience in their classrooms during codeweek; + +- Add the event to [the map of CodeWeek events](http://events.codeweek.eu/) with the code of the school. + + +###To edit the About page: +- Go to [about/index.html](/about/index.html) + + +###To edit the CodeWeek4All page: +- Go to [codeweek4all/index.html](/codeweek4all/index.html) + + +###To edit Privacy page: +- Go to [privacy/index.html](/privacy/index.html) + + +###To edit Website Under Maintenance page: +- Go to [sorry/index.html](/sorry/index.html) + +###To add Resources: +- Go to [resources/[your country name]/index.html](/resources) + + +Thank you for contributing. diff --git a/_config.yml b/_config.yml index 6379fec..cd4a622 100644 --- a/_config.yml +++ b/_config.yml @@ -1,11 +1,20 @@ name: Europe Code Week -markdown: redcarpet -pygments: true +markdown: kramdown +highlighter: rouge + +gems: [jekyll-paginate] +paginate: 5 +paginate_path: "/news/page:num/" contact: - email: europecodes@gmail.com + email: info@codeweek.eu twitter: CodeWeekEU - facebook: pages/Europe-Code-Week/377506999042215 + facebook: codeEU github: codeeu -country-list: [austria, belgium, bulgaria, croatia, cyprus, czech_republic, denmark, estonia, finland, france, germany, greece, hungary, ireland, italy, latvia, lithuania, luxembourg, malta, netherlands, poland, portugal, romania, slovakia, slovenia, spain, sweden, united_kingdom] \ No newline at end of file +country-list: [austria, belgium, bulgaria, china, croatia, cyprus, czech_republic, denmark, estonia, finland, france, germany, greece, hungary, ireland, italy, kosovo, latvia, lithuania, luxembourg, malta, netherlands, poland, portugal, romania, slovakia, slovenia, spain, sweden, switzerland, united_kingdom] + +country-list-2014: [austria, belarus, belgium, bulgaria, china, croatia, cyprus, czech_republic, denmark, estonia, finland, france, germany, greece, hungary, iceland, ireland, isle_of_man, italy, kosovo, latvia, lithuania, luxembourg, malta, moldova, netherlands, norway, poland, portugal, romania, serbia, slovakia, slovenia, spain, sweden, switzerland, turkey, ukraine, united_kingdom] + +description: A week to celebrate coding in Europe +url: http://codeweek.eu diff --git a/_design_assets/2016/CodeWeek_2016_cards_56x56mm.pdf b/_design_assets/2016/CodeWeek_2016_cards_56x56mm.pdf new file mode 100644 index 0000000..c2d658b Binary files /dev/null and b/_design_assets/2016/CodeWeek_2016_cards_56x56mm.pdf differ diff --git a/_design_assets/2016/CodeWeek_EU_logo_vector.eps b/_design_assets/2016/CodeWeek_EU_logo_vector.eps new file mode 100644 index 0000000..388dce4 Binary files /dev/null and b/_design_assets/2016/CodeWeek_EU_logo_vector.eps differ diff --git a/_design_assets/2016/CodeWeek_EU_logo_vector.pdf b/_design_assets/2016/CodeWeek_EU_logo_vector.pdf new file mode 100644 index 0000000..706762c Binary files /dev/null and b/_design_assets/2016/CodeWeek_EU_logo_vector.pdf differ diff --git a/_design_assets/2016/CodeWeek_Poster_A2.pdf b/_design_assets/2016/CodeWeek_Poster_A2.pdf new file mode 100644 index 0000000..37f744c Binary files /dev/null and b/_design_assets/2016/CodeWeek_Poster_A2.pdf differ diff --git a/_design_assets/2016/CodeWeek_art_BUBBLES_only.jpg b/_design_assets/2016/CodeWeek_art_BUBBLES_only.jpg new file mode 100644 index 0000000..37b91a2 Binary files /dev/null and b/_design_assets/2016/CodeWeek_art_BUBBLES_only.jpg differ diff --git a/_design_assets/2016/CodeWeek_art_FULL.ai b/_design_assets/2016/CodeWeek_art_FULL.ai new file mode 100755 index 0000000..f839367 --- /dev/null +++ b/_design_assets/2016/CodeWeek_art_FULL.ai @@ -0,0 +1,3303 @@ +%PDF-1.5 % +1 0 obj <>/OCGs[6 0 R]>>/Pages 3 0 R/Type/Catalog>> endobj 2 0 obj <>stream + + + + + 2016-06-02T10:18:29+02:00 + 2016-06-02T10:18:29+02:00 + 2016-06-02T10:18:29+02:00 + Adobe Illustrator CS6 (Macintosh) + + + + 256 + 184 + JPEG + /9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAuAEAAwER AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE 1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp 0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo +DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A9U4q7FXYqsn/ALiT/Vb9 WY+r/uZ/1T9zKH1BI5fiRkB+IggDOCyi4kDmQ7AJaaxbsCG6AHNJGJx7kb9A3c0VBq1zFCsRVHjH 7LCvU1zotJ2rmx4hCQiYjoR52xlpYnfe0dLqGitbAyRjk43jQDkpHvtTN3PV6GeIGURZ6Abj4uPH T5RLZLpb3QbeF529Zin2IpKAO3YVXNdj/Ij1evbpKqPyckYc0jWyQah5i1S9NHkCRg1SNVWi/SRX 8chrNXkzipGh08nY4dHjx8hu7SLuSa8jtrqQBJWCiWm4J6VApmHptMZzEZGgeqdRARiZRHJlWp/o UwxWwvooXt6gAsG69eVO+2dHrtLglCOMTEeD4++3UYDlsy4SeJH6IlpHastvcJc1bk7IQQCQBTYn wzO7LwQxY+GMhPe3H1cpGVyHCmFB17jpmypxXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F XYq7FXYq7FXYq4gEEEVB2IwSiCKPJUluNEmfUhPHwEXJW9xxpXantnN5uxCdTxxERCwfk5kdSBCj zWeZp40EK7l1qSo7A9/wyHtJMARHUdPI/wBjZoQd0kFwrRO69VBJBzlRlBiSOjseHdRgDBKt1Y1N cdPEiO/Vsmd0HrYJtFI7OCfuOTy8m3T/AFJVESU37bZk6eVxcmXNKPMt/cxLBaWpKzXLU5DrSoFB 8ycyYBy9JjBuUuQTrIuGidPv7mwukuLduLr1HZh3U+xy7BnlikJRas2GOSPCXp9tOlxbxTp9iVFd a+DCoztscxOIkOot5SceGRB6KmTYuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV 2KuxVDyvBbSG4nuPTR6IBI4WME9KVpucoMRCZmZHfaidv7WyIMhQFsd8031rb3yAsXkKDnGoqV3N K1oN853tsAZQRua5Oy0OKUoeSC0/X9Aihm5gztLVD6SKTGRUEEsV337ZjaM6fHGXHGzLuA25/jZy MukzEitq7zzQ63Vu0bSBx6amhJ2zTzHCW/gN0h5NR06VDG78lbYji39Mr4gdmwYpjdH2nkr6xbJP bXqNHIK9OVPaoPbOj0nYpOMETG7i5O0+GREonZKvM3la20hrXUbmYScQyeqwCIjGhHU9SK5HW9nn ABvduVotcc1wAr9KSLrOks3EXcVf9cZruEud+XyfzSjV+OnH4uX2ab1r4YAGo7PUrFPqum28cxCG GFFkJNACqgHfO4wDgxREtqiPueSynjyEjqSrxyxyoHjcOh6MpBB+kZbGQkLBsNcokGiuySHYq7FX Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FVK5t7eePjPEkyqQ6o6hhyHQ0PfITgJDc WzhMxOxp5fB+nvMPmCVgIirx8pFoUKFKKPHbOSMMmqyEj6nqpeFp8I580s0rSbjS4Htbk1ufUZph vs+wI3+WYeQESIPRys2cZTxR5VsvSed7+aDf6skaGnYyEtv9AyBFiigxAiD1RIVR0AGREAOQa7T/ AMn6k1tqDQO1LeZGZwegMaluX3Kc2/ZGoMMnCfpP6N3Xdo4eKFj6h+ljfmXVZNeuJDdVNqSRDAei r26fteJyOp1MssrPLo7HRYBgiOH6upYlJ5VQuTHcFU7BlqR9IIzHt2w1veGZflvDDp2rRW105uFl NLctsI5OqlRU9enzzM7P4BmHEPd73TdsSOTGTHaufmFfzTd+YbrUbyyjuZkkM/GGCrcCFeqDgNiC AO2V6vLklllAk1fL7tmOhx4YQjMgctz8N93oPl3S5NMsWt5JFkkLl349FJAFN/lm+0GmOHHwk2bt 53WZxlnxAUKTTM5xHYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq4ADcDr1 xV595j84+Xo9TnS50s3CWrFZrkSGNz6ezUVR8VKbVbfNFqs2GWSpQuut09Fo+z8xxgxnXFyFXzYf 5m8y33rJd2NpBFY8QoiVWJUAkgsQRUkHrTNVn4ZysDhHk7jRaONcM5EyRNpqlvNpi6g/7qIqWev7 PEkH57jMQx3phPCRPgG5QVj5vlpdSwWVY2hligZ2oxMiFOQAHgcy8EeA35EfPZty6AbAy6gn4FA6 Rr0GoExlfSnUV4E1BHsdsBjTfn0xx78wmmBxmP2/mbUH1y2+oMIkjmVkbiGJ4Ny5HkCO2TiTH1Dm HOno4eEePew9i8n+bZ9SuDZXwU3PEtFMoC8gOoIHfvtm67P15yHhn9Xe8f2j2eMQ44fT3MmhsbWG 5nuYows9zxM71PxcBRevgPDNnHFGMjIDeXN1csspRESdo8lfLGt2KuxV2KuxV2KuxV2KuxV2KuxV 2KuxV2KuxV2KuxV2KuxV2KuxV2Kpb5i1oaNpUt+YTP6ZVfTB415MBu1Gp92UajN4cOKrcnSabxsg hdMWn/L+w11f0n9aktbfUkE81txDMpmXkwWQkfzfy5gHs+OQ8d0Jb173ax7Vng/d0JGBq/d5ftSC /wDLM2n3Ys5rq0jQgcHluIo6p0B4Owf8M1uTQzjKrHzDsMWtGSPEBI+6JP3bJr5y07QdE8ipbv8A V/VrG3qhU5Pyk5sy0HIipzO1Gnx48IG3H39XE7PzZc+qJ9Vb/DZ5rBqmnzMEjmHLsCCv3cgM1b0s sExuQqaV5curnzDbHTgGlkZiYahf2CWoTt08cMcZmeGPNjn1cY4Tx8h1ZmfKWvrII3t1Rm6BpYh/ xtln5HLdV9o/W6b8/hqwfsP6mPJ5MvPLt063y1nNRHKAfTK/5B7175RqMU8ZqQdj/KMdRG4cvtTL yVrscPmuFZbd/RWQ26TVpWSQ+n9kjdRXxy7QEQyxJ/FuN2lpidOaIur+A3ez51TxTsVdirsVdirs VdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVYx5703XdW02HTtJWJkmmAvJJXK8FUh hsPx69tsw9ZjnOIjH4u07LzYsUzPJew2rq8VvdOu9KvLuzvDWe3lkD9aU5EjjyAPEjp7ZpJwMSQe j2uPNHLGMo8iA3o73F9pZF8TIjlljDE7RdgPAA1plEzuuoAhk9P4KBl8qNzPpXA4dgy7j6Rg4m+O u23D0/yHYppnlTUdY5GfVLZJIopmGygIGUgb7/FvXwzaaMCOKWQfUHl+1Mpy6iGLlCVFh00k88rz TM0ksh5O7EkknuSc1pJJsu5iBEUNgzryh5tm0/yzqct4GuI9M9IwJX4j6xKhKnooYfRm10epMccr 34a+10XaGgGTPAR2M7v4dUt8sanoet+cYpbiwe3uZ5Gmi9OXlF6yVkqylQ2/EnZqV7ZVg8PJmsjc 789rcjW4cuHTECVxArlvXL8fe9Dsrq71OS9t7yxlsorWdVglLkesEbkGXjxNNhXqN6eObaMjOwQR R+bz2SEcQiYyEjIb7ck1y9xHYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq 7FUK1ksUFwLBY7ae4cyvIFFDI1OTsO5IHXIiIHJtGSyOO5AbfBZfaLpN+K31nBcyceHqSRI7AHwL AkZGeKMuYDLFqcmP6ZED3vJtX8u3WmTNCy7IaCg2p2p7ZzWbTygaL1un1ccotKmUrXlsB1JyinLD JPK82r3OlS6fbEQ2Vy7GVigZ3VlCEfFUAUHhXNlpuPgMRyLrNbHHHIJy3lFM4vI3BP77l/rKMuGi caXad9E6tPKemz6BeaSaxSXRVppVpXkhDIQP5QR0zJx6WPhmPe4OTXzjmjk58PL9KG8s/lvBo2qR 6hJeG5khDekgj9MAspWp+Jq7E44NDwS4ibbdb2wc2MwEeG/O2Z5nuldirsVdirsVdirsVdirsVdi rsVdirsVdirsVdirsVdirsVdirsVdirsVdiqT6x5v8taPL6Oo36QzbExANI4B6VWMMR9OUZNTjga kXM0/Z+fMLhEkfL71DSvNukatIy6depO6rzMQBVgtQK8WAam4wY9RCf0lsz6DJiHrjSbXVrZ3UI+ tRK60rv1FfAjfLZ44yG4cTHklA+kpLd6Dof1eZYLICSRGQSElqchSoDE0OY0tLjANDdzceqy2Lls 7S9PhtIgiCmOPGIhc+UzNlZc69Z2+uWmjOkhurxGkicAemAgYnka1/YPbE5gJiHUsoaWUsUsorhj 80yR3WT4DxNKE5dHm4xFjdEQzyhgHbkDtvT+GWAtUoDots9c0u8v7vT7afneWJAuouLqV5dN2ADd P2a5GOaMpGIO4Tk02SEIzkPTLk6XW9Li1eHSJJ+Oo3EZlhgKv8SDlUhqcP2DtWuJyxEhG/UVjpsh xnIB6AaJ/G6vf31rYWct5dyelbQKXlkoWoo9lBJ+jJTmIizyYYsUskhGIuRbsry3vbSG7tm5286C SJ6FaqwqDRgDjGQkLHJGTHKEjGXMK2SYOxV2KpX5i8x2Og2kN1eJI8c8626CIKxDuGYE8mXb4TlO fOMYsuVpNHPPIxjWwvdNMucV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxVQvroWljcXRFRBE8pH +opb+GRnLhiT3NmKHHIR7zTB/wAtdAsb7SJNe1OBL3UNSmkdpZ1ElFVytFDA0qwOa/Q4IyjxyFmT vO2dVOGQYsZ4YQA5bMyt9E0a2na4trKCCZhxaSKNUYrWtCVA226ZnRxRibAAdNPU5JCpSJHmWOax 51l/Ss+m6PpsuqzWVBdtGwjjRj1XkQ1WFOmYuTVniMYx4q5uy0/Zo8MTyTEBLl1Kv5f8yWutJOix SWt5atwurSYUdCa0+Y2yeDOMl9COYa9Xo5YSDYlGXIhLta82NY6p+itPsZNT1BUEksUbcFRTuOTU bsfDwynLqOGXCBxFyNNoOPH4k5CEEiXVby//ADD0aS60+XT5o4ZkMMu9f3cp5K1BUZjDIZZ42K2/ W55wRx6PIIyEwSOXvDKNc8yx6VPb20dtJe6jd19Czh+0VHVmO/EZm5c/AQKuR6Or02jOUGRIjCPM lrQ/NjXWsR6Tqeny6VfyqZII5GDpIFqTxcBd6A9scWpuXDIcJTqdBwYzkxyE4DnXT4Iaf/cX+a0M n2YdbtDGx7erGP1/ul+/Kz6NT/WH4+5sj+97PI645fYf7UD+Yurw6f5z8tzCgktiZJ27+jJIE/Ur 5Xrcgjlge5v7I05yabKOh5e8D+xN/wA07iQeW00+I/v9TuYbZB/suf61Ay/tCX7vhH8RcTsOA8fj PKESU61LU9M8s6Ek1wSLW0RIYkQVdiBxRFG25pl88kcUN+QcHDhnqctR+qVlIz+YV3aSQya1oVzp mn3DBY7xmDhS3T1ECqU/XmP+dMa44mIPVz/5JjMEYskZzHT9XeyHXde0/RNMk1G8Y+ilAqoKs7N9 lVHicys2aOOPEXXaXSzzTEI82PH8wru0khk1rQrnTNPuGCx3jMHClunqIFUp+vMX86Y1xxMQersf 5JjMEYskZzHT9Xeo/m0QdB04g1B1GGh/55yYO0v7sf1v1suwf72f/Cz94TrzH5qGk3djp9rbfX9U v34w2gf06J3kZuL0A+Xj4Zfn1HAREC5Ho4Wj0PixlOR4YQ68/h0T4Vpv1zJcBIvMXmuDR57ayitp b/U7yv1ayg+0VXqzE/ZXMbPqBAgAXI9HP0ehOYGRIhCPMlDaN51a61ZdH1XTpdJ1KRS8EcjCRJAK k8XAXegPbI4tVcuGQ4ZNuo7N4cfiY5jJAc+lfBF23mYTebrry79W4/VrYXP1rnXlUoOPDjt/edeW TjnvKYVyFtM9Fw6cZr+qVV8+vwdrvmYaVq2j6f8AVvW/S0rxerz4+nwKCvHi3L+88Rjmz8Eoxr6l 0ui8XHkndeGL9/P9Sd5kOC7FXYq7FXYq7FXYq7FXYqlvmWGSby7qkMf25LSdF+bRsMqzi8cvcXJ0 chHNAnpIfex78t7lT5GsI03ZDMr+xM7tT7jlGgN4h8fvdj2xD/CpE+X+5DKbTlzr2pvmY6rJyYN+ WxZ9O1S4f++l1Gb1G7k8UO/0sc1/ZwuMiefE73tnacB0EB+lbpZMf5m6sqCiSWaPJTpzHpAH7icG Mf4TL3fqTn30ML6SP6VTyYhuPOHmmRhV1mijDeCfvB/xoMGlF5Znz/Wx7RPDpsI8j+hf5jVV/NDQ aAAfVZum37E2HL/jMfd+tjozehyf1h/vUq1C/wBSg/Me5ks9POpTQ2SokIkEXFSVJcMwYdWpT3yq c5DUEgcVBy8WKEtEBKXADPnV9+yLvV82atrugXU2hNpyadcc5JzcRyVidlLigCH7K5KYyZJxPDw8 J72nGdPixZYjJx8ceXCRvvSP/MysNtpWvQg+ppN4jP4+m5BP3lFGWdoChGY/hLR2LvKeE8skft/B SLzBZDzBqvm68j+OPTrKGK3Yb7oVnan/ACKYfTmLmj4sskh/CPx9xc/SZPy+PBE85zJP3fpCYpff 4h1/ydETyWC1Oo3I6/vFHFfuljy0T8SeMdwv8fJxji/L4c575cA939hRP5ozTpP5djig+tVv1cW3 Lj6roVCx8jsOXIiuT15NwFXu1diRBGUk8Po593mo+Zr3zlruiXOlv5VeH1+PGb61E/Eo4cHjxX+X xwZ55ckDHg+1nosWmwZRk8a6/olR88fpG207yfazQfWbpJ4PXteQAkniVF9PnuPiZiK5HVcQjjBF nu+TPszglPPIHhjUqPcDe6t5mvfOWu6Jc6W/lV4fX48ZvrUT8SjhwePFf5fHJZ55ckDHg+1hosWm wZRk8a6/olT/ADHW5tPIuhreD/Sbe4tRcAEH40t5Oe/fcYNaCMMQee33M+xzGeqycP0mMq/0wW+R dQku/OF7d63A0OrahbpPpof7ItTX4UHbYD50Pvg0k+LKTMeojb3J7UxCGmjHEbxwlUv63m9IzavN PONS1HVLb80LqWx0w6pPDYKkcAlEJRGKEyBmDDqxWnvmqnOQ1BIjxUHpMOHHLQgTnwAz51ffsqX6 ebtc8w6Fdy6C2mrp1zzlnNxHJWJmXmNgh+yp8clMZMk4nh4eE97HEdPgw5IjJx8ceXCRvvSL07/y buq/9s1f+JQZPH/jMv6v6mnN/wAZ0P8Ahn/FO89/8pb5O/5ipf8AiUOOs/vMfv8A1L2X/i+f+qP9 8zjNg6N2KuxV2KuxV2KuxV2KuxVxAIIIqD1GKvO4fLnnPyxeXUfl+CDUtIuHMsVtM4Roif8AWaPt t1Nc1kcObCSMfqiXopazTaqIOYmGQbWOv2FPtFvvOsly36atLSztfTrGkDF5edRSp5OnGlcysEsp PrAAcDU4tKI/upSlK+vL9aQwaX5p8v6nfto9pFqOnX8hnELyCJ4pG67sRUZQMWXFI8A4oydhLPg1 EI+JIwnEVdXaN8saDqVtfX+sauY/0lqBUelESVijTYLXv0H3ZbpsEhIzn9UmjW6qEoRx474Id/Uo W607zTo3mO81TQreO9t9SVPrEDusZR0FOVWK7f1yqeLJDIZQFiTbDNp82GOPKTEw5GrUoNJ833fn PTNX1dIGhhjlV/q5AWING4VaMebGrdRgjhynNGc6ry6c2c8+nhpp48ZNkjn13HwRnmHQtbi1638w aCsctykfoXNpK3ESJWooTQfj2GWZ8ExMZIc+5p0mqxHEcOWxG7BHRMtJvPPF9dRHUdMtrGyAb1W9 b1JTsacQhZfteOTxTzGXqiAHFz49LCJ4JylL3UPtRPmbSLjU9Bv9NRQ8k8R9JTsDInxpuenxAZZq MfHjMWvRagYssZnkD9nVAfl55avdK0G5g1aLheXszvcIWVzwKhQCyFh4nr3zH0enMIESG5b+1tbH LlBxn0xGyA/LnyfrGjaje3Gpx8Fjj+q6exZGLRGRpGPwFqVNDvlei00oSJl7g5Ha/aGPNCIxnmbl z51SeedvLl1remwixlEOo2Uy3Nm7fZ5p2Ox/28yNXgOSO31Dk4PZusjgmeIXCQooC31T8zZOMT6L ZxOKBrmScGM+J4ozOMqGTUfzR+Pi3zwaEbjJI+XDv9qP86+XLrW9MhFlIsOpWUy3No7fZ5p+yTQ/ qy3VYDkiK+oNHZusjgmeIXCQooC31T8zZOMT6LZxOKBrmScGM+J4ozOMqGTUfzR+Pi3zwaEbjJI+ XDv9qt+Yuh6nrOkWdtYQCeWO9imlQsigRqjqxq5UH7QyetxSnACI6sOyNVDDklKZoGBHxsdzvO/l /Urv6hquioG1nTJQ0KVVRJE2zISxUfeelfHHV4ZSqUPqivZurhDix5f7uY38j3pjLceZzrenrDaR Lo8kJa/d2BljloSEFG3349Ae+WGWTjFD01u48YYPClcj4gPp7iEp8y6Dr8XmG38yeX1jmu0i+r3V nK3ESR1qKE0H4joMpz4ZiYyQ59zl6PVYThODNYjdgjojdGv/ADxc3sf6T0u2sLIcvWPrepKdjx4c Cy/ap1yeKeYy9UQA06jFpYxPBOUpe6h9qV65o/mix83nzFoVrHfi4txb3Ns8ixkUpvVyo/YXplWX Fkjl44C7Dk6bUYJ6fwcpMalYNWhbzQ/PWpeYdC1LUorf0LO4Z2gtmA9BKoSXZzVy3H9mvT3yEsWa c4ylWx6dG7HqdLjw5IQMrlHmf4ufdy+L0DNm887FXYq7FXYq7FXYq7FXYq7FXYqo3SwhDLJIIlUf E7EBQPetMIZxJQ9tPpkzcIrmKaQ9AjqT9ABwkFlLiHRLdT1/RrK49KS5jDAbjlWh+jCIEt2LHKQa ttd0y5FYp0b2B3xMSGRwyXHU7RXAMgrXbfBTLwZdy79M2PPh6ilvAEY0j8vKrpNEvLSO0E7SqIRs XrtXwwU4xxyMqrdbp2p22oRPJAwZUbiSDXfriQubDLGaKLwNTsVdirsVdirsVdirsVdirsVdirsV dirsVdirsVdirsVdirsVdirsVdiqFtdV0y6uJ7a1u4Z7i2PG4hjdWeM1Io6g1G4pvhMSGRgQLIeV /m95g1BNch0yJylrDCshQftO5O58aACmZWCIq3cdm4YmBkedvMda82arZQRpBKVeUn4wSCAtOn35 l48YJc3JiipDVtR1KwhleXjNQ/FvQ0JG/wB2MogFlhAj02U7fVPMduwMbEFTUMGH9cBjEuURiL3L 8t4LW60eDWNXuoZLi5VlS1crxTixRiQx3JK7e2YGWJBoOl7R1O/BAUB1SPzLpvmDT9duja2ryWk8 jS20sEZZCjmoWqAiq9KYiqdro82HJiHFIcQFGyyTSvLmu6l5Qe3unNleyXH1i3EgP2QgQBx1Wu+Q JFuuz6vFj1Fx9UeGj8+id+TvLd3olpMt5cLPc3DKz8K8FCigA5UJ6negwSNuF2hrI5pDhFAMgyLr 3Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXmXn3W7byBepe6Hp0J1HX HllvZ52ldfgYMaIHFCzS12I+WZmGHiCidg5eO8gqR2i8X826/r/mfUm1ozNHOS0a2ytxRUR2Cqo2 Bp79czscIwHC7HDExiOFFeZPI3myPStN1O+sTbWsyrylZkIVpUDiqqxYdD1GV48sQSAXIGohM0Du h7eBIIEhT7KCn9uJNtqX6/fyW1ukcR4yTV+MdQBStPvyzFGy15JUERo0bx6bCJK8yCxr1+Jif45H IfUygNmT+U/zS1PyvqH1CJfrdnMQr28jEIjt9lk60O+/jlWTAJC2rNo45eexZBefnN5qutb9OxVb SKPhxswiyiWtK1Zl57safDTKhp41uwHZmOMd9/N7pmC6B2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2 KuxV2KuxV2KuxV2KuxV2KuxV2KoHVdC0bV0jTU7KG8WIkxesgbiT14k9K03yUZmPIsoyI5KB8p+V jIkh0iz5xhQjehHUBAAtPh7AbYfEl3ll4su8sM81/m55CDXWi3UE+q25BjuGgVDESD0V2dCSpH2l +g5lYtHkO/JjGRibHNgmleXvKHmA3c2la2dPS2UzSWupRKjpEOr+ojlHUff45dMThzF+52UO0T1G 7EvNVv5RtXtpbfVG1QxM4lC27xRitOJq5qw2PYZfjjPupuhqhI+oUpWl7a3cfqW8gdRsexHzByEo kc3NhMSFhDW+gatfa8n1G1luviEzCFGkKqhHIsFBpvhMwI7tnHEczT2X8uPKXmW0XVNTEJsbt7OW 204XKcT670ZXKsCQqsg6rvXMHJOOwdd2lqYSAiDe9mnoXlWLzHFosKeYpY59UDP6skQUAryPH7Co taeAynLw36eTqJ1e3JN8rYOxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxVC vq2lpqKaa95CuoyrzjszIomZQCahK8iKKe3bJcBq62Vg2l/nBb3/AJz/AMODTGjja4ktkvTMCS0f IAmLgKBiv82Zc9GRDitWV+cppofKOtSwsUlSxuWR12IIibcH2zHwi5j3q+Ts6BUv1G4lS8tIkJAZ wWp3FQMkBsWUOaYLEJTwIqp+0D4ZHFjM5UGPaGtjpsJyS6ch3noiNF0e1i1SLg8ipM4jeMMKEMad wehzaDCICw+eavtnNqhwTqiRyv8AW9S0GebQnD6Y5hO3PeoenZweuYGfHHL9QbtLmng+gkPWtH8w 2d/o/wCkpXS2SOq3JdgqIy0rVjtTcEZz2bTShPgG/c9jptbDJi8QnhA5+S2XzFpNzCV07VbRpgy/ F6iyACu9Qp2qMRppxPqjKmP57FMfu8kCfeCm+YznOxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2Ku xV2KuxV2KuxV2KuxVKZfKuhS+YYvML21dXgQxxXHNxRSrJ9gNwPwuRuMsGWXDw9Feba55y/K3yz5 yuryPR5ZtXtpH+t30LERrKwIl4o8gTkKkMeI3rmdDDlnCr2VJte/OvWNX5foUJZ6XICqiSNJZZEN QfUEgdBX+UD6Tl+LQxj9W5aJZC8tm0/UROXgmR4ia+lKONPYMozO2UZe9l8/5ZLP5QtvNFjepe3S O0dxZqOBiBG6ryNXdevToajMYZicnh02nU48ceORoMZht2VzUjpm202nlCVnueO7d7bw6rEIQEtp XvXcR3+ac+X7NZNTiaRgqxnmtT9ph0A+nMjMSIvNacgzAJZtmA7dPYNB1PWfJF7bafvMl4koiqFE gRKFKmg/aDfRmIdRDFqAZcuH5OdLRZNRopRx8+MGu+hy/So+R/IGoQalNPrX+gp6Xpxxc4zI7Fg1 QAWoAFyWv7QiYgY/Vv5tPYnYmXHkMs3o2oCxZetjbObe5dirsVdirsVdirsVdirsVdirsVdirsVd irsVdirsVdirsVdirsVdirsVfO/5v/lbrlrPquuW0sU2nXlz6xJYrIjTycipWnQM1BQ9M3Wj1MTU eoYyNBhGnWhtLKK3LcigNT7kkn9eZpNlxibROBDK/I0shS8j5ExqY2Va7AtyBNPfiMyMuIRA73kv zpz5Zm/SNh9v3p9d6Tp90riWBPUcf3oVeYPiGpXIQyyjyLDLp4TBBHPr1Ypd6DqVrLRImlQH4JIg TX6BuM2EM8ZDnTz+XQ5YHlfmEZa6pqM0aRxQgyJ8Ms0leNR7bb5XLFEGyXIx6nLIAAb9SWWQeftT 0bQZbWCCEcUISZAyuJHNPUPIuDSvSma6XZ8MuQSJP46O7j2zkwYDGIjy5+Z69WASTyTu00jtJJIe TyMSzMT1JJ3zciIAoPHTlKRJkbL178uPMd2PJ91Ldlrn6hMIoeR+LgwWiljXoW+7Oa7T00fHAjtx B9B9ntdM6SRn6uCVD3bfrZRpfmSO8t7qeSExC1UOwB51BB6bLv8ADmvy6UxIAN27zBrBOMiRXCm0 MqTQpMn2JFDrUUNGFRmNIUacuMhIAjqvwMnYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXY q7FXYql3mPRLfXNEu9LnPFLlOIcblXUhkb6GAOWYshhISCCLD5t1/wAt6xoN61pqVu0TAn05aExy AftI3Qj/ADOb7HljMWHGMSEJY6ffX9ylrZQPcXEmyRRqWY/d298lKQiLKALZ1oWhy6RbyQXAAu2c /WAN+JXbjX2zIy5hkNjk8ZptKcIIl9XVMsqclZMWELlPtBTx+dNsMebCd8JrmxfQgfqrnxc/qGZ+ fm6LRfSfej5okmiaJxVXFDlUTRtypwEhRRfl/wDLDWdWtfrMFzBHa+oyAyFw9ABUhVVh3/myvUdq 48Zog2y0vs5m1A4xKIjfW7+VfpZ/Yw+XPKel/oW65SxyyL9ZnYf3k0vGlFU1HalOn45psksupn4g 27vcHqtPj0+hxeDLcE7nvkU90C40FxKmlji2zSqeXIjoD8Vdsw9RHIK43Z6SeE2Mab5jOY7FXYq7 FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYqoCef66YPQIgEfMXFRQtWnGmT4Rw3e/c1 8R4qraubGPM3nKfTmuIIrZXKMkSyMe8jKvLjSm3LpmfpdEJ0SXVa/tM4bAHUD5kD9KF8q+Y9VuNY itbiQSQzBqjgi0KqWBHEL4ZZq9NCMCQKIadBrss8ojI2CgvzKtTaOLrTlD3twKyweAG3qAdyfDLu y58QqX0j8U43b0DD1Y95np+l5RNqWreq3q3EyPX4l5MlP9iKUzoY4oVsA8NPU5r3lIH5J/5XuNUu bqKG6LfUXID3Ug+wCftV/azE1UYRBI+rudt2ZlyzkBL6D/Een62a6z+WlxbsG0QCW2P/AB7swV1J 60ZqKQTvmqwdqCX95z73oNT2CYf3O8e5B2P5eeYZ5wlzGtpD+1Kzo+3sqM1TlmTtLEBtuWnD2Lnl KpDhHwP3M1vb+z8s6da2VvCZKKRGpNNhuzMadST4ZqoY5Z5GRL0GTLDSwjCItJ7m7tPM0X1Z4Ira /hYTwyPQhuAK05EVBHLbMqMJYDdkxOzhZJw1Y4SAJjcfD+1FaRpF7osVxqMhjkf0xHHGhLCjOpLE inSmV5s0cpEQ3afTzwAzNHZkunXMl1ZxTyJwZwSV+RI7+OYGSIjIgO0wzMoglEZBsdirsVdirsVd irsVdirsVdirsVdirsVdirsVdirsVdirsVdirEr7zPrlpq5tWtK28jyrHKUYKqIDxfl0NdvvzZY9 LjlC732dNl12WGXh4fSb3roOv3JdqXmO3skk1DUYYZ06MrRJyckUCqaVrTL8WmMvTAkfFxtTr44g cmQAj3DfyS2y8wKaXukQpZJMKig9RwD1Us/Km4/Zpl89P/DM8VOLg1oI48QERL4/f+hifmPzTrX6 dlaeUTKqoFR1UDjxB6qAepObHTaTH4YoU6DtDtPMNQbNjbp5JjpupQX8Hqx/Cw2kjPVT/TwOU5cR gaLnabUxzRsc+oW6vqH1CzMwHKRjxjU9OR8fuxw4+OVMdZqPChxdejIdO1jVZtOtJJLuUu0EZNHK ipQdhQZhZMMBIgAcy7XTanJLFEmRsxH3J5onmG6iuUhupDLBIQvJzVlJ71O9Mxc+mBFjYux02rkJ VI2CjPOmk3N1ZfXLajS2kcjGJjTkAOWx6V2ynQ5hGXCeRbe09PKUOKO5iDt3vMND0nU0v5NQ1FqS spVUqGO59tgB2Gb/AD5oGPDHk8fodJlGQ5MvNmfl3Ubi01GFEY+jM6xyR9jyNK/MZq9TjEonvD0e jzGEwByL0DNM9C7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYqlWuaVcX5hMLK vp8uXMkdadKA+GZGDMIXbianAclV0YV5p/LrzJqzwLbz2qQRAkq7yAlz3oI26DNrpO0sWO7ErPu/ W872p2HqNQYiJiIjvJ5/JW0v8u9Zs7CK2ea3Z0B5EM9Ksxbb4PfI5e0scpE0fx8W7Sdi5cWMQJjY 9/6kBr35U61qDxzQTWyTKOL83kAK9R0Q7jLtP2vjhsQa/Hm4mv8AZzLmIlEx4vj+pR0P8qvM1hdN JLcWhidCrKskh3qCDQxjJZ+1sUxQEvs/W16H2c1GGdmUKrvP6kfqf5Y6vfm3R57dYUk5SgM9StOg +DrlWLtWEL2NuVquwMmbhBMaB35/qTlfJupKoVXgCgUADNsB/scxfzsPN2Q7OmO78fBv/B+p/wC/ If8Agm/5pwfnYeaf5Oyd4ZZcwLPbywMaLKjIxHgwpmujKiC7eceIEd7Dj5K1SppLCR2PJv8AmnNn +eh3F038m5O8fj4InTfKF9DfQTTyRelE4chCxJKmoG6jvleXWRMSBbZh7PnGYJIoMszXO3dirsVd irsVdirsVdirsVdirsVdirsVdirsVf/Z + + + + + + uuid:992395b0-6337-a742-8a52-3289b1354fdf + xmp.did:F77F117407206811822AA3D339B8679E + xmp.did:0280117407206811822AFB6A5898CFB5 + proof:pdf + + + + converted + from application/x-indesign to application/pdf + Adobe InDesign CS6 (Macintosh) + / + 2016-06-02T10:18:12+02:00 + + + saved + xmp.iid:0280117407206811822AFB6A5898CFB5 + 2016-06-02T10:18:28+02:00 + Adobe Illustrator CS6 (Macintosh) + / + + + + + uuid:d903ecc5-34c1-2e40-bc79-dcec4c02bf9d + xmp.id:B9A886800E206811822ABE50E928A94E + xmp.did:F77F117407206811822AA3D339B8679E + proof:pdf + + + + application/pdf + + + CodeWeek art FULL + + + + + Adobe PDF library 10.01 + False + + + 1 + True + False + + 296.999959 + 210.000102 + Millimeters + + + + + ECSquareSansCondPro + EC Square Sans Cond Pro + Regular + Open Type + Version 1.000 + False + ECSquareSansCondPro-Reg.otf + + + + + + Cyan + Magenta + Yellow + + + + + + Groupe de nuances par défaut + 0 + + + + + + Document + + + + + + + + + + + + + + + + + + + + + + + + + endstream endobj 3 0 obj <> endobj 8 0 obj <>/Resources<>/Font<>/ProcSet[/PDF/Text]/Properties<>/XObject<>>>/Thumb 111 0 R/TrimBox[0.0 0.0 841.89 595.276]/Type/Page>> endobj 9 0 obj <>stream +Hl1O0ݿcp|v֦BH Q +d(z]ܧntw6`͇\(z58_^[sg{+n}2_fY,B S2d +YO!$Y0B!G$$ +$ +6$ +$ +$ +$ +$ +$ +$ +$$$w#Q$Q$Q$Q$Q$Q$Q"Q"Q"Q'DDDDDDJ"%HI)HI$R)222222s$$$$*$*$*$*$*$*$*uiDJD=z$DS^6xǻ-:,ǩǵ%p[';>ŏiߒZRu!⤴f1W[5q⚤fxܕ0soBsM5%Sz^~~ endstream endobj 10 0 obj <> endobj 111 0 obj <>stream +8;X^>Z#8Pn'Sbq%!E8e'Q7B@9)Z0eZj]&4HMV?UV8k2=,;A^X4+=5/LE4;4f8/NTk +UB'mHpHN;,aKD[`Z<)f!*KN@:q>HlabRir4D84tp]D(-!=7(4AX*.LNXHj\DKu;H_ +1p$`V]IOR/QE56_ +Q]K'qZ@YP;-$FjQ.4aiu=KJdu9J>o5RBTYg()2K9EJQsd@s#cUSG%S`@1GdGke05W; +aI/lK#W'J2erWi&#%C1\H@Kt4nBQQh(`VbM1Li-[!*&*U1U^C#`A*mU:BcU"NdD". +1kC^"_Nfm8\)+*h>nl)X\T!^"BTloL^-&\[A+7]eHk]RH>8;=d17#MZ$euQ;_A_DH +(*XrCAO7Cg\Asl)&sYbVdI*^Of\43J9B=I:=A^5<\B/2h_6kCu-AD1#Ne(jfWeFXR +Rn,6e0c[JLY.2=]YG@7#K4o(gAMNmb'jq0@Ul9p^'5N`0Ad`T0a=g[;\m#f@I)S`DE +rQ?[_\+X%e$G1B#&@cXBbP\F=rb?r>n?uO021CUB_YDNI2K./"N-YDQD$'Ed)OZhjOGbTr;/"9T&"7`9U[-!ZFHs#hLWV][(8'?(ECU8"+rW3\DA*Y_# +?`Bn9cb);fGCG$fAj206_LIoD5?-fq2G4NsO$m3][5G]@c*JW:ehPG"S;>s%MM?e\e( +C"n;V_p:ubXkuc6DHUO$Y2P*0<3>?1\p]rpZY_QDF*E?1V9 +\^kblU?hKic\HYWcJS1OEM7)1c#p,:#:Mb5E'N6/]MZb-BMCm/)Q3+)VpL=M.@ACG +6UL<"eo@^fRRUO:2\fEB8UMQ!l#j"KR`DqY81bVo\g*eOVaLTakXmnH1t/#HqTcX9 +et9r:17-&.8`b$F2!p.`R\i-Hn:^Gt=/if2'kGaKfTlZj]-MQ=A\Vl[> +?U<24MO/p52[T/QX-:/6(Z2BIW5m@Z$#86C2pO\m,7t)\_,[;Xl*Gr.&34fq1h4#l +>pfYVF;a`_QXNZ`.(KMDF14(7BPnF'>!ium.Yo?K#F\k1FLr>#]*^S"3JU]rS@hP$_I!_#cl$b49Q^0F+66r>c@ +aaj)Ghanq1%3mSJ<^LGS:.3U&)hrp,P]F,L0gqs$'m_(HfdIQh:#nS^4/_7f@8h0G +k>+0.FGQX3$%^f1W%cp[@FU,^YZ[BHl7GtM1`T'mGqkh+>QY[''Qnmr64r"i]o34V +L8Z[T8.PH1)l]ML.<**Xg.*>R32;7WnjPD`!lhsKmMu&amj)'BShLKVMB0PtME3!$ +h=7He7H?qU+b&fT?/u9N+<#QmqYm;fF.n'f!+9PXqZ~> endstream endobj 112 0 obj [/Indexed/DeviceRGB 255 113 0 R] endobj 113 0 obj <>stream +8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0 +b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup` +E1r!/,*0[*9.aFIR2&b-C#soRZ7Dl%MLY\.?d>Mn +6%Q2oYfNRF$$+ON<+]RUJmC0InDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j$XKrcYp0n+Xl_nU*O( +l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~> endstream endobj 15 0 obj <>>>/Subtype/Form>>stream +q +278.921 98.789 75.228 75.365 re +W n +0.82 0 0 0 k +/GS0 gs +q 1 0 0 1 304.4863 172.1572 cm +0 0 m +19.675 6.668 41.016 -3.908 47.67 -23.614 c +54.324 -43.322 43.772 -64.704 24.097 -71.372 c +4.423 -78.04 -16.919 -67.464 -23.574 -47.755 c +-30.227 -28.048 -19.673 -6.668 0 0 c +f +Q +Q + endstream endobj 16 0 obj <>>>/Subtype/Form>>stream +q +313.794 48.742 63.94 64.054 re +W n +0.86 0 0 0 k +/GS0 gs +q 1 0 0 1 335.5244 111.1006 cm +0 0 m +16.721 5.664 34.862 -3.322 40.517 -20.073 c +46.172 -36.828 37.201 -54.995 20.482 -60.661 c +3.759 -66.329 -14.379 -57.346 -20.036 -40.594 c +-25.693 -23.836 -16.722 -5.666 0 0 c +f +Q +Q + endstream endobj 17 0 obj <>>>/Subtype/Form>>stream +q +358.936 126.61 26.136 26.178 re +W n +1 0 0 0 k +/GS0 gs +q 1 0 0 1 370.8091 152.7324 cm +0 0 m +7.192 0.659 13.55 -4.639 14.208 -11.84 c +14.865 -19.037 9.574 -25.407 2.386 -26.066 c +-4.802 -26.728 -11.158 -21.427 -11.817 -14.227 c +-12.474 -7.028 -7.184 -0.658 0 0 c +f +Q +Q + endstream endobj 18 0 obj <>>>/Subtype/Form>>stream +q +203.753 36.768 27.04 27.085 re +W n +0.75 0 0 0 k +/GS0 gs +q 1 0 0 1 214.7598 63.6172 cm +0 0 m +7.338 1.387 14.408 -3.444 15.794 -10.791 c +17.182 -18.141 12.359 -25.223 5.021 -26.613 c +-2.311 -28 -9.384 -23.171 -10.769 -15.817 c +-12.156 -8.475 -7.332 -1.387 0 0 c +f +Q +Q + endstream endobj 19 0 obj <>>>/Subtype/Form>>stream +q +126.707 568.623 37.677 37.744 re +W n +0.08 0 1 0 k +/GS0 gs +q 1 0 0 1 134.5791 602.8379 cm +0 0 m +8.461 6.067 20.227 4.116 26.283 -4.356 c +32.339 -12.83 30.392 -24.618 21.932 -30.686 c +13.474 -36.753 1.708 -34.802 -4.348 -26.329 c +-10.405 -17.854 -8.458 -6.067 0 0 c +f +Q +Q + endstream endobj 20 0 obj <>>>/Subtype/Form>>stream +q +185.827 195.884 27.841 27.893 re +W n +0.58 1 0 0 k +/GS0 gs +q 1 0 0 1 200.1411 223.7705 cm +0 0 m +7.685 -0.219 13.74 -6.638 13.522 -14.335 c +13.304 -22.032 6.894 -28.098 -0.79 -27.88 c +-8.474 -27.661 -14.527 -21.241 -14.308 -13.545 c +-14.09 -5.848 -7.686 0.218 0 0 c +f +Q +Q + endstream endobj 21 0 obj <>>>/Subtype/Form>>stream +q +344.181 488.911 24.602 24.646 re +W n +0 0.61 1 0 k +/GS0 gs +q 1 0 0 1 355.3589 513.5054 cm +0 0 m +6.767 0.621 12.755 -4.369 13.373 -11.145 c +13.99 -17.922 9.011 -23.922 2.244 -24.542 c +-4.519 -25.163 -10.507 -20.172 -11.125 -13.394 c +-11.745 -6.618 -6.764 -0.621 0 0 c +f +Q +Q + endstream endobj 22 0 obj <>>>/Subtype/Form>>stream +q +358.538 237.549 22.134 22.173 re +W n +0 1 0 0 k +/GS0 gs +q 1 0 0 1 369.9175 259.7178 cm +0 0 m +6.111 -0.176 10.921 -5.277 10.75 -11.397 c +10.577 -17.516 5.484 -22.337 -0.627 -22.165 c +-6.738 -21.989 -11.549 -16.887 -11.376 -10.765 c +-11.205 -4.646 -6.113 0.176 0 0 c +f +Q +Q + endstream endobj 23 0 obj <>>>/Subtype/Form>>stream +q +243.901 -9.652 75.434 75.567 re +W n +0.72 0 0 0 k +/GS0 gs +q 1 0 0 1 269.5361 63.9121 cm +0 0 m +19.729 6.685 41.129 -3.919 47.801 -23.678 c +54.472 -43.437 43.889 -64.88 24.162 -71.564 c +4.437 -78.245 -16.964 -67.64 -23.637 -47.885 c +-30.31 -28.119 -19.726 -6.686 0 0 c +f +Q +Q + endstream endobj 24 0 obj <>>>/Subtype/Form>>stream +q +439.149 43.181 15.21 15.234 re +W n +0.53 0 0 0 k +/GS0 gs +q 1 0 0 1 444.3174 58.0117 cm +0 0 m +3.977 1.35 8.29 -0.789 9.64 -4.772 c +10.983 -8.757 8.849 -13.082 4.872 -14.429 c +0.895 -15.775 -3.419 -13.637 -4.767 -9.653 c +-6.111 -5.669 -3.977 -1.348 0 0 c +f +Q +Q + endstream endobj 25 0 obj <>>>/Subtype/Form>>stream +q +333.944 396.749 29.38 29.434 re +W n +0 0.9 0.95 0 k +/GS0 gs +q 1 0 0 1 347.2949 426.1187 cm +0 0 m +8.078 0.743 15.227 -5.218 15.967 -13.311 c +16.707 -21.401 10.759 -28.566 2.681 -29.307 c +-5.397 -30.049 -12.547 -24.089 -13.289 -15.996 c +-14.028 -7.904 -8.08 -0.742 0 0 c +f +Q +Q + endstream endobj 26 0 obj <>>>/Subtype/Form>>stream +q +275.18 164.907 64.238 64.356 re +W n +0.47 1 0 0 k +/GS0 gs +q 1 0 0 1 308.2109 229.251 cm +0 0 m +17.732 -0.503 31.698 -15.315 31.195 -33.079 c +30.692 -50.842 15.91 -64.837 -1.822 -64.33 c +-19.553 -63.828 -33.521 -49.016 -33.018 -31.252 c +-32.516 -13.489 -17.73 0.502 0 0 c +f +Q +Q + endstream endobj 27 0 obj <>>>/Subtype/Form>>stream +q +208.249 377.861 65.993 66.113 re +W n +0 0.75 0.95 0 k +/GS0 gs +q 1 0 0 1 238.2344 443.8345 cm +0 0 m +18.148 1.666 34.207 -11.719 35.868 -29.9 c +37.533 -48.078 24.17 -64.166 6.021 -65.833 c +-12.125 -67.497 -28.182 -54.11 -29.845 -35.933 c +-31.509 -17.752 -18.147 -1.666 0 0 c +f +Q +Q + endstream endobj 28 0 obj <>>>/Subtype/Form>>stream +q +160.224 450.708 26.321 26.366 re +W n +0 0.75 0.95 0 k +/GS0 gs +q 1 0 0 1 172.1836 477.0186 cm +0 0 m +7.239 0.663 13.643 -4.674 14.307 -11.926 c +14.968 -19.175 9.641 -25.591 2.401 -26.255 c +-4.837 -26.92 -11.241 -21.581 -11.903 -14.332 c +-12.568 -7.082 -7.239 -0.665 0 0 c +f +Q +Q + endstream endobj 29 0 obj <>>>/Subtype/Form>>stream +q +180.708 512.507 66.039 66.158 re +W n +0 0.22 1 0 k +/GS0 gs +q 1 0 0 1 194.5054 572.478 cm +0 0 m +14.827 10.635 35.453 7.217 46.068 -7.634 c +56.684 -22.489 53.272 -43.152 38.444 -53.787 c +23.617 -64.421 2.994 -61 -7.624 -46.146 c +-18.239 -31.294 -14.826 -10.634 0 0 c +f +Q +Q + endstream endobj 30 0 obj <>>>/Subtype/Form>>stream +q +192.852 266.336 33.973 34.038 re +W n +0 1 0 0 k +/GS0 gs +q 1 0 0 1 210.3203 300.3672 cm +0 0 m +9.378 -0.268 16.765 -8.097 16.498 -17.492 c +16.234 -26.89 8.415 -34.289 -0.963 -34.024 c +-10.343 -33.756 -17.728 -25.927 -17.461 -16.529 c +-17.196 -7.131 -9.378 0.266 0 0 c +f +Q +Q + endstream endobj 31 0 obj <>>>/Subtype/Form>>stream +q +218.495 298.279 71.869 72 re +W n +0 0.89 0.5 0 k +/GS0 gs +q 1 0 0 1 251.1484 370.126 cm +0 0 m +19.76 1.815 37.251 -12.765 39.063 -32.562 c +40.873 -52.359 26.319 -69.877 6.559 -71.694 c +-13.204 -73.508 -30.69 -58.928 -32.501 -39.132 c +-34.313 -19.335 -19.762 -1.814 0 0 c +f +Q +Q + endstream endobj 32 0 obj <>>>/Subtype/Form>>stream +q +149.089 437.024 13.199 13.22 re +W n +0 0.8 0.95 0 k +/GS0 gs +q 1 0 0 1 155.0874 450.2163 cm +0 0 m +3.628 0.333 6.84 -2.345 7.173 -5.978 c +7.505 -9.615 4.834 -12.832 1.205 -13.164 c +-2.425 -13.498 -5.637 -10.821 -5.971 -7.185 c +-6.303 -3.551 -3.628 -0.333 0 0 c +f +Q +Q + endstream endobj 33 0 obj <>>>/Subtype/Form>>stream +q +353.939 288.175 27.579 27.622 re +W n +0 0.91 0.15 0 k +/GS0 gs +q 1 0 0 1 368.1206 315.7915 cm +0 0 m +7.611 -0.216 13.61 -6.572 13.392 -14.2 c +13.177 -21.821 6.831 -27.831 -0.786 -27.612 c +-8.395 -27.396 -14.392 -21.039 -14.176 -13.416 c +-13.959 -5.791 -7.614 0.215 0 0 c +f +Q +Q + endstream endobj 34 0 obj <>>>/Subtype/Form>>stream +q +198.252 584.732 43.194 43.272 re +W n +0.05 0.09 1 0 k +/GS0 gs +q 1 0 0 1 207.2764 623.9585 cm +0 0 m +9.696 6.956 23.188 4.717 30.13 -4.999 c +37.074 -14.71 34.842 -28.225 25.145 -35.181 c +15.447 -42.137 1.957 -39.9 -4.987 -30.188 c +-11.93 -20.472 -9.697 -6.957 0 0 c +f +Q +Q + endstream endobj 35 0 obj <>>>/Subtype/Form>>stream +q +390.898 -9.257 54.188 54.288 re +W n +0.65 0 0 0 k +/GS0 gs +q 1 0 0 1 409.3096 43.5928 cm +0 0 m +14.171 4.802 29.548 -2.809 34.344 -17.012 c +39.134 -31.208 31.526 -46.609 17.358 -51.411 c +3.187 -56.216 -12.186 -48.595 -16.977 -34.398 c +-21.769 -20.199 -14.171 -4.801 0 0 c +f +Q +Q + endstream endobj 36 0 obj <>>>/Subtype/Form>>stream +q +273.871 502.113 72.198 72.33 re +W n +0 0.5 1 0 k +/GS0 gs +q 1 0 0 1 306.6768 574.2896 cm +0 0 m +19.854 1.822 37.419 -12.823 39.239 -32.712 c +41.059 -52.602 26.442 -70.202 6.586 -72.023 c +-13.263 -73.847 -30.833 -59.203 -32.653 -39.313 c +-34.472 -19.423 -19.854 -1.823 0 0 c +f +Q +Q + endstream endobj 37 0 obj <>>>/Subtype/Form>>stream +q +236.808 42.872 89.841 90.003 re +W n +0.73 0 0 0 k +/GS0 gs +q 1 0 0 1 267.3359 130.4912 cm +0 0 m +23.498 7.959 48.988 -4.665 56.935 -28.203 c +64.879 -51.737 52.274 -77.271 28.777 -85.237 c +5.287 -93.196 -20.202 -80.567 -28.147 -57.029 c +-36.095 -33.491 -23.491 -7.961 0 0 c +f +Q +Q + endstream endobj 38 0 obj <>>>/Subtype/Form>>stream +q +260.152 442.568 78.597 78.738 re +W n +0 0.66 0.95 0 k +/GS0 gs +q 1 0 0 1 295.8618 521.1382 cm +0 0 m +21.613 1.985 40.739 -13.957 42.721 -35.61 c +44.699 -57.258 28.785 -76.418 7.171 -78.404 c +-14.439 -80.386 -33.563 -64.442 -35.543 -42.794 c +-37.524 -21.142 -21.612 -1.983 0 0 c +f +Q +Q + endstream endobj 39 0 obj <>>>/Subtype/Form>>stream +q +320.279 176.656 38.947 39.011 re +W n +0.31 1 0 0 k +/GS0 gs +q 1 0 0 1 340.3042 215.6592 cm +0 0 m +10.752 -0.305 19.219 -9.281 18.914 -20.053 c +18.61 -30.817 9.648 -39.299 -1.104 -38.995 c +-11.854 -38.69 -20.321 -29.713 -20.016 -18.944 c +-19.709 -8.177 -10.75 0.306 0 0 c +f +Q +Q + endstream endobj 40 0 obj <>>>/Subtype/Form>>stream +q +298.54 298.503 50.027 50.117 re +W n +0 1 0.42 0 k +/GS0 gs +q 1 0 0 1 324.2637 348.6099 cm +0 0 m +13.808 -0.392 24.685 -11.924 24.293 -25.758 c +23.901 -39.592 12.39 -50.489 -1.419 -50.095 c +-15.227 -49.702 -26.104 -38.169 -25.713 -24.337 c +-25.32 -10.505 -13.809 0.393 0 0 c +f +Q +Q + endstream endobj 41 0 obj <>>>/Subtype/Form>>stream +q +379.372 23.707 33.863 33.928 re +W n +0.69 0 0 0 k +/GS0 gs +q 1 0 0 1 390.8804 56.7373 cm +0 0 m +8.853 2.998 18.461 -1.764 21.458 -10.632 c +24.454 -19.508 19.701 -29.131 10.848 -32.132 c +1.988 -35.134 -7.618 -30.371 -10.61 -21.496 c +-13.606 -12.628 -8.86 -3.002 0 0 c +f +Q +Q + endstream endobj 42 0 obj <>>>/Subtype/Form>>stream +q +226.14 527.24 62.935 63.049 re +W n +0 0.5 1 0 k +/GS0 gs +q 1 0 0 1 239.2876 584.3926 cm +0 0 m +14.131 10.136 33.784 6.876 43.902 -7.28 c +54.019 -21.433 50.767 -41.125 36.637 -51.259 c +22.509 -61.394 2.853 -58.134 -7.264 -43.98 c +-17.382 -29.826 -14.128 -10.135 0 0 c +f +Q +Q + endstream endobj 43 0 obj <>>>/Subtype/Form>>stream +q +372.827 280.849 18.139 18.168 re +W n +0 0.9 0.08 0 k +/GS0 gs +q 1 0 0 1 382.1528 299.0146 cm +0 0 m +5.007 -0.144 8.953 -4.322 8.81 -9.335 c +8.668 -14.353 4.492 -18.303 -0.512 -18.161 c +-5.517 -18.019 -9.464 -13.839 -9.322 -8.826 c +-9.18 -3.806 -5.005 0.142 0 0 c +f +Q +Q + endstream endobj 44 0 obj <>>>/Subtype/Form>>stream +q +400.973 64.318 17.018 17.048 re +W n +0.5 0 0 0 k +/GS0 gs +q 1 0 0 1 406.7559 80.9141 cm +0 0 m +4.449 1.509 9.279 -0.884 10.785 -5.341 c +12.288 -9.799 9.903 -14.64 5.451 -16.146 c +1.004 -17.651 -3.826 -15.259 -5.331 -10.802 c +-6.838 -6.344 -4.447 -1.506 0 0 c +f +Q +Q + endstream endobj 45 0 obj <>>>/Subtype/Form>>stream +q +288.988 250.082 60.225 60.337 re +W n +0 0.91 0 0 k +/GS0 gs +q 1 0 0 1 319.9561 310.4072 cm +0 0 m +16.622 -0.473 29.718 -14.358 29.245 -31.014 c +28.774 -47.665 14.915 -60.785 -1.709 -60.313 c +-18.332 -59.839 -31.427 -45.954 -30.956 -29.303 c +-30.483 -12.647 -16.624 0.47 0 0 c +f +Q +Q + endstream endobj 46 0 obj <>>>/Subtype/Form>>stream +q +157.626 484.096 41.963 42.034 re +W n +0 0.5 1 0 k +/GS0 gs +q 1 0 0 1 176.6943 526.041 cm +0 0 m +11.54 1.06 21.75 -7.454 22.807 -19.008 c +23.865 -30.569 15.37 -40.797 3.829 -41.856 c +-7.708 -42.915 -17.92 -34.404 -18.979 -22.846 c +-20.035 -11.29 -11.537 -1.06 0 0 c +f +Q +Q + endstream endobj 47 0 obj <>>>/Subtype/Form>>stream +q +169.377 195.635 20.989 21.029 re +W n +0.72 1 0 0 k +/GS0 gs +q 1 0 0 1 180.166 216.6592 cm +0 0 m +5.795 -0.165 10.361 -5.004 10.195 -10.809 c +10.032 -16.615 5.201 -21.183 -0.596 -21.02 c +-6.389 -20.854 -10.95 -16.017 -10.785 -10.209 c +-10.622 -4.408 -5.793 0.165 0 0 c +f +Q +Q + endstream endobj 48 0 obj <>>>/Subtype/Form>>stream +q +302.171 580.247 24.603 24.648 re +W n +0 0.22 1 0 k +/GS0 gs +q 1 0 0 1 307.311 602.5898 cm +0 0 m +5.522 3.963 13.208 2.688 17.162 -2.844 c +21.118 -8.377 19.845 -16.076 14.321 -20.039 c +8.798 -24 1.115 -22.726 -2.841 -17.191 c +-6.795 -11.658 -5.523 -3.961 0 0 c +f +Q +Q + endstream endobj 49 0 obj <>>>/Subtype/Form>>stream +q +227.965 421.837 56.834 56.937 re +W n +0 0.8 0.95 0 k +/GS0 gs +q 1 0 0 1 253.7861 478.6533 cm +0 0 m +15.627 1.435 29.46 -10.091 30.892 -25.75 c +32.324 -41.402 20.815 -55.261 5.186 -56.696 c +-10.44 -58.13 -24.27 -46.598 -25.701 -30.945 c +-27.133 -15.286 -15.626 -1.435 0 0 c +f +Q +Q + endstream endobj 50 0 obj <>>>/Subtype/Form>>stream +q +139.731 522.223 32.192 32.249 re +W n +0.05 0.16 0.9 0 k +/GS0 gs +q 1 0 0 1 146.458 551.4565 cm +0 0 m +7.227 5.186 17.283 3.517 22.457 -3.723 c +27.632 -10.962 25.969 -21.035 18.739 -26.219 c +11.513 -31.402 1.458 -29.736 -3.717 -22.496 c +-8.893 -15.255 -7.228 -5.184 0 0 c +f +Q +Q + endstream endobj 51 0 obj <>>>/Subtype/Form>>stream +q +413.219 88.022 22.101 22.14 re +W n +0.64 0 0 0 k +/GS0 gs +q 1 0 0 1 420.7285 109.5742 cm +0 0 m +5.784 1.963 12.051 -1.147 14.006 -6.936 c +15.961 -12.727 12.859 -19.008 7.079 -20.967 c +1.299 -22.926 -4.972 -19.817 -6.924 -14.027 c +-8.879 -8.239 -5.78 -1.958 0 0 c +f +Q +Q + endstream endobj 52 0 obj <>>>/Subtype/Form>>stream +q +160.835 219.337 12.428 12.452 re +W n +0.55 1 0 0 k +/GS0 gs +q 1 0 0 1 167.2271 231.7881 cm +0 0 m +3.43 -0.099 6.132 -2.961 6.033 -6.399 c +5.937 -9.838 3.077 -12.545 -0.354 -12.449 c +-3.784 -12.353 -6.487 -9.483 -6.39 -6.045 c +-6.292 -2.61 -3.431 0.097 0 0 c +f +Q +Q + endstream endobj 53 0 obj <>>>/Subtype/Form>>stream +q +362.222 79.199 44.545 44.625 re +W n +1 0 0 0 k +/GS0 gs +q 1 0 0 1 377.3633 122.6426 cm +0 0 m +11.647 3.944 24.285 -2.31 28.223 -13.984 c +32.165 -25.656 25.918 -38.313 14.267 -42.261 c +2.617 -46.209 -10.022 -39.948 -13.961 -28.277 c +-17.902 -16.605 -11.654 -3.948 0 0 c +f +Q +Q + endstream endobj 54 0 obj <>>>/Subtype/Form>>stream +q +322.635 335.243 44.43 44.511 re +W n +0 0.89 0.5 0 k +/GS0 gs +q 1 0 0 1 342.8247 379.6602 cm +0 0 m +12.216 1.121 23.027 -7.895 24.146 -20.133 c +25.267 -32.37 16.27 -43.203 4.054 -44.323 c +-8.164 -45.445 -18.976 -36.431 -20.096 -24.193 c +-21.216 -11.955 -12.219 -1.122 0 0 c +f +Q +Q + endstream endobj 55 0 obj <>>>/Subtype/Form>>stream +q +247.636 119.014 64.243 64.358 re +W n +0.86 1 0 0 k +/GS0 gs +q 1 0 0 1 280.6714 183.3584 cm +0 0 m +17.732 -0.502 31.698 -15.314 31.195 -33.075 c +30.692 -50.841 15.911 -64.836 -1.822 -64.33 c +-19.553 -63.827 -33.525 -49.015 -33.022 -31.252 c +-32.519 -13.488 -17.733 0.507 0 0 c +f +Q +Q + endstream endobj 56 0 obj <>>>/Subtype/Form>>stream +q +303.989 -23.352 64.283 64.4 re +W n +0.6 0 0 0 k +/GS0 gs +q 1 0 0 1 325.834 39.3408 cm +0 0 m +16.816 5.698 35.049 -3.336 40.734 -20.179 c +46.422 -37.022 37.404 -55.289 20.589 -60.988 c +3.781 -66.683 -14.457 -57.648 -20.142 -40.808 c +-25.829 -23.965 -16.811 -5.694 0 0 c +f +Q +Q + endstream endobj 57 0 obj <>>>/Subtype/Form>>stream +q +222.403 185.583 74.566 74.695 re +W n +0.48 1 0 0 k +/GS0 gs +q 1 0 0 1 260.7446 260.2637 cm +0 0 m +20.583 -0.582 36.793 -17.773 36.209 -38.393 c +35.625 -59.013 18.469 -75.254 -2.114 -74.664 c +-22.697 -74.082 -38.91 -56.895 -38.327 -36.275 c +-37.742 -15.655 -20.583 0.586 0 0 c +f +Q +Q + endstream endobj 58 0 obj <>>>/Subtype/Form>>stream +q +180.62 444.323 37.133 37.196 re +W n +0 0.66 0.95 0 k +/GS0 gs +q 1 0 0 1 197.4902 481.4399 cm +0 0 m +10.214 0.937 19.247 -6.592 20.185 -16.824 c +21.119 -27.051 13.601 -36.101 3.389 -37.038 c +-6.82 -37.976 -15.855 -30.446 -16.791 -20.218 c +-17.727 -9.987 -10.209 -0.937 0 0 c +f +Q +Q + endstream endobj 59 0 obj <>>>/Subtype/Form>>stream +q +145.418 539.037 48.372 48.458 re +W n +0 0.16 1 0 k +/GS0 gs +q 1 0 0 1 155.5254 582.9629 cm +0 0 m +10.861 7.792 25.967 5.288 33.743 -5.593 c +41.519 -16.471 39.02 -31.604 28.157 -39.395 c +17.299 -47.185 2.191 -44.68 -5.586 -33.802 c +-13.36 -22.921 -10.86 -7.788 0 0 c +f +Q +Q + endstream endobj 60 0 obj <>>>/Subtype/Form>>stream +q +209.953 271.163 56.398 56.498 re +W n +0 0.92 0 0 k +/GS0 gs +q 1 0 0 1 238.9492 327.6499 cm +0 0 m +15.567 -0.443 27.83 -13.442 27.39 -29.036 c +26.946 -44.632 13.969 -56.916 -1.599 -56.476 c +-17.166 -56.032 -29.427 -43.028 -28.984 -27.435 c +-28.543 -11.84 -15.565 0.442 0 0 c +f +Q +Q + endstream endobj 61 0 obj <>>>/Subtype/Form>>stream +q +284.248 394.526 44.703 44.784 re +W n +0 0.8 0.95 0 k +/GS0 gs +q 1 0 0 1 304.5576 439.2148 cm +0 0 m +12.293 1.128 23.172 -7.937 24.299 -20.252 c +25.425 -32.568 16.372 -43.466 4.08 -44.594 c +-8.212 -45.723 -19.088 -36.658 -20.215 -24.339 c +-21.343 -12.024 -12.291 -1.128 0 0 c +f +Q +Q + endstream endobj 62 0 obj <>>>/Subtype/Form>>stream +q +244.753 233.125 67.795 67.918 re +W n +0 1 0 0 k +/GS0 gs +q 1 0 0 1 279.6128 301.0293 cm +0 0 m +18.714 -0.533 33.453 -16.158 32.922 -34.908 c +32.391 -53.654 16.789 -68.423 -1.923 -67.891 c +-20.636 -67.361 -35.378 -51.729 -34.846 -32.982 c +-34.316 -14.233 -18.713 0.532 0 0 c +f +Q +Q + endstream endobj 63 0 obj <>>>/Subtype/Form>>stream +q +369.926 413.991 11.895 11.912 re +W n +0 0.88 0.95 0 k +/GS0 gs +q 1 0 0 1 375.332 425.8789 cm +0 0 m +3.273 0.3 6.167 -2.112 6.464 -5.385 c +6.765 -8.663 4.356 -11.562 1.087 -11.863 c +-2.183 -12.163 -5.077 -9.75 -5.381 -6.474 c +-5.679 -3.198 -3.27 -0.301 0 0 c +f +Q +Q + endstream endobj 64 0 obj <>>>/Subtype/Form>>stream +q +347.935 199.212 21.199 21.24 re +W n +0.42 1 0 0 k +/GS0 gs +q 1 0 0 1 358.8369 220.4482 cm +0 0 m +5.854 -0.169 10.463 -5.057 10.294 -10.921 c +10.129 -16.782 5.251 -21.4 -0.601 -21.232 c +-6.454 -21.066 -11.063 -16.182 -10.897 -10.318 c +-10.731 -4.455 -5.852 0.165 0 0 c +f +Q +Q + endstream endobj 65 0 obj <>>>/Subtype/Form>>stream +q +191.831 459.912 64.373 64.491 re +W n +0 0.5 1 0 k +/GS0 gs +q 1 0 0 1 221.0786 524.2671 cm +0 0 m +17.704 1.625 33.368 -11.433 34.99 -29.169 c +36.613 -46.9 23.579 -62.595 5.875 -64.22 c +-11.828 -65.844 -27.49 -52.783 -29.112 -35.053 c +-30.735 -17.318 -17.702 -1.627 0 0 c +f +Q +Q + endstream endobj 66 0 obj <>>>/Subtype/Form>>stream +q +192.1 206.151 51.217 51.304 re +W n +0.38 1 0 0 k +/GS0 gs +q 1 0 0 1 218.4346 257.4443 cm +0 0 m +14.138 -0.4 25.275 -12.207 24.873 -26.367 c +24.472 -40.53 12.684 -51.686 -1.452 -51.282 c +-15.588 -50.882 -26.726 -39.078 -26.324 -24.914 c +-25.923 -10.752 -14.136 0.403 0 0 c +f +Q +Q + endstream endobj 67 0 obj <>>>/Subtype/Form>>stream +q +169.596 -11.674 47.158 47.245 re +W n +0.52 0 0 0 k +/GS0 gs +q 1 0 0 1 208.5527 29.8564 cm +0 0 m +9.869 -8.508 10.992 -23.426 2.498 -33.313 c +-5.992 -43.204 -20.885 -44.322 -30.755 -35.814 c +-40.628 -27.307 -41.743 -12.393 -33.25 -2.501 c +-24.758 7.387 -9.872 8.509 0 0 c +f +Q +Q + endstream endobj 68 0 obj <>>>/Subtype/Form>>stream +q +206.028 131.972 53.632 53.728 re +W n +0.93 0.92 0 0 k +/GS0 gs +q 1 0 0 1 233.603 185.6885 cm +0 0 m +14.806 -0.42 26.467 -12.786 26.046 -27.615 c +25.628 -42.443 13.284 -54.124 -1.52 -53.704 c +-16.325 -53.284 -27.983 -40.921 -27.564 -26.093 c +-27.145 -11.261 -14.806 0.421 0 0 c +f +Q +Q + endstream endobj 69 0 obj <>>>/Subtype/Form>>stream +q +175.866 67.533 74.563 74.698 re +W n +0.9 0.76 0 0 k +/GS0 gs +q 1 0 0 1 214.208 142.2158 cm +0 0 m +20.582 -0.586 36.79 -17.773 36.206 -38.393 c +35.623 -59.012 18.465 -75.25 -2.116 -74.667 c +-22.698 -74.081 -38.912 -56.895 -38.327 -36.271 c +-37.744 -15.655 -20.584 0.586 0 0 c +f +Q +Q + endstream endobj 70 0 obj <>>>/Subtype/Form>>stream +q +257.582 329.656 76.646 76.786 re +W n +0 0.92 0.95 0 k +/GS0 gs +q 1 0 0 1 292.4067 406.2808 cm +0 0 m +21.076 1.934 39.729 -13.618 41.659 -34.728 c +43.59 -55.842 28.071 -74.527 6.995 -76.462 c +-14.081 -78.396 -32.73 -62.852 -34.664 -41.735 c +-36.594 -20.623 -21.075 -1.936 0 0 c +f +Q +Q + endstream endobj 71 0 obj <>>>/Subtype/Form>>stream +q +250.706 578.846 46.329 46.411 re +W n +0 0.22 1 0 k +/GS0 gs +q 1 0 0 1 260.3862 620.9175 cm +0 0 m +10.401 7.461 24.87 5.062 32.317 -5.357 c +39.765 -15.778 37.369 -30.272 26.969 -37.732 c +16.567 -45.193 2.099 -42.794 -5.348 -32.375 c +-12.796 -21.953 -10.4 -7.461 0 0 c +f +Q +Q + endstream endobj 72 0 obj <>>>/Subtype/Form>>stream +q +163.63 590.791 54.697 54.794 re +W n +0.08 0 0.83 0 k +/GS0 gs +q 1 0 0 1 175.0571 640.4614 cm +0 0 m +12.28 8.807 29.361 5.978 38.157 -6.327 c +46.946 -18.627 44.119 -35.739 31.841 -44.548 c +19.561 -53.357 2.479 -50.523 -6.312 -38.223 c +-15.106 -25.919 -12.279 -8.809 0 0 c +f +Q +Q + endstream endobj 73 0 obj <>>>/Subtype/Form>>stream +q +344.82 428.085 21.854 21.895 re +W n +0 0.79 1 0 k +/GS0 gs +q 1 0 0 1 354.749 449.9331 cm +0 0 m +6.012 0.553 11.33 -3.88 11.879 -9.902 c +12.43 -15.924 8.007 -21.25 1.996 -21.802 c +-4.015 -22.353 -9.332 -17.92 -9.883 -11.901 c +-10.433 -5.879 -6.008 -0.551 0 0 c +f +Q +Q + endstream endobj 74 0 obj <>>>/Subtype/Form>>stream +q +160.322 18.283 17.018 17.049 re +W n +0.67 0 0 0 k +/GS0 gs +q 1 0 0 1 166.104 34.8799 cm +0 0 m +4.451 1.51 9.279 -0.884 10.785 -5.34 c +12.29 -9.802 9.902 -14.636 5.452 -16.145 c +1.002 -17.654 -3.827 -15.258 -5.331 -10.805 c +-6.838 -6.343 -4.448 -1.505 0 0 c +f +Q +Q + endstream endobj 75 0 obj <>>>/Subtype/Form>>stream +q +410.775 50.798 26.987 27.037 re +W n +0.7 0 0 0 k +/GS0 gs +q 1 0 0 1 419.9453 77.1182 cm +0 0 m +7.06 2.393 14.717 -1.4 17.102 -8.468 c +19.489 -15.543 15.704 -23.214 8.646 -25.605 c +1.589 -27.995 -6.067 -24.2 -8.456 -17.128 c +-10.841 -10.06 -7.056 -2.389 0 0 c +f +Q +Q + endstream endobj 76 0 obj <>>>/Subtype/Form>>stream +q +441.57 94.497 10.366 10.385 re +W n +0.66 0 0 0 k +/GS0 gs +q 1 0 0 1 445.0937 104.6074 cm +0 0 m +2.712 0.92 5.648 -0.539 6.567 -3.256 c +7.484 -5.97 6.031 -8.918 3.319 -9.835 c +0.611 -10.754 -2.333 -9.299 -3.251 -6.582 c +-4.166 -3.865 -2.712 -0.917 0 0 c +f +Q +Q + endstream endobj 77 0 obj <>>>/Subtype/Form>>stream +q +188.498 38.166 19.923 19.965 re +W n +0.66 0 0 0 k +/GS0 gs +q 1 0 0 1 196.6099 57.9551 cm +0 0 m +5.408 1.025 10.615 -2.541 11.636 -7.955 c +12.658 -13.372 9.107 -18.591 3.701 -19.613 c +-1.703 -20.636 -6.916 -17.078 -7.938 -11.661 c +-8.958 -6.244 -5.403 -1.022 0 0 c +f +Q +Q + endstream endobj 78 0 obj <>>>/Subtype/Form>>stream +q +364.702 182.182 12.021 12.043 re +W n +0.72 1 0 0 k +/GS0 gs +q 1 0 0 1 370.8823 194.2236 cm +0 0 m +3.32 -0.094 5.933 -2.866 5.84 -6.192 c +5.745 -9.519 2.979 -12.136 -0.34 -12.039 c +-3.656 -11.947 -6.272 -9.177 -6.177 -5.852 c +-6.085 -2.525 -3.317 0.092 0 0 c +f +Q +Q + endstream endobj 79 0 obj <>>>/Subtype/Form>>stream +q +159.484 141.43 20.388 20.429 re +W n +0.93 0.92 0 0 k +/GS0 gs +q 1 0 0 1 168.748 161.8164 cm +0 0 m +5.606 0.513 10.565 -3.624 11.079 -9.242 c +11.593 -14.858 7.468 -19.828 1.862 -20.342 c +-3.744 -20.857 -8.707 -16.721 -9.221 -11.106 c +-9.735 -5.487 -5.605 -0.517 0 0 c +f +Q +Q + endstream endobj 80 0 obj <>>>/Subtype/Form>>stream +q +319.143 228.446 33.973 34.034 re +W n +0 1 0 0 k +/GS0 gs +q 1 0 0 1 336.6123 262.4746 cm +0 0 m +9.376 -0.269 16.765 -8.099 16.497 -17.495 c +16.23 -26.89 8.414 -34.29 -0.964 -34.022 c +-10.342 -33.757 -17.727 -25.925 -17.462 -16.528 c +-17.197 -7.132 -9.38 0.268 0 0 c +f +Q +Q + endstream endobj 81 0 obj <>>>/Subtype/Form>>stream +q +367.619 253.871 12.805 12.834 re +W n +0 0.88 0 0 k +/GS0 gs +q 1 0 0 1 374.2056 266.7031 cm +0 0 m +3.537 -0.103 6.319 -3.054 6.217 -6.598 c +6.117 -10.14 3.17 -12.929 -0.364 -12.829 c +-3.898 -12.727 -6.686 -9.775 -6.583 -6.234 c +-6.481 -2.689 -3.535 0.1 0 0 c +f +Q +Q + endstream endobj 82 0 obj <>>>/Subtype/Form>>stream +q +315.304 437.377 45.701 45.785 re +W n +0 0.67 1 0 k +/GS0 gs +q 1 0 0 1 336.0688 483.0645 cm +0 0 m +12.568 1.153 23.688 -8.117 24.839 -20.707 c +25.991 -33.295 16.736 -44.437 4.17 -45.59 c +-8.397 -46.743 -19.519 -37.473 -20.668 -24.884 c +-21.82 -12.295 -12.567 -1.153 0 0 c +f +Q +Q + endstream endobj 83 0 obj <>>>/Subtype/Form>>stream +q +176.462 306.692 26.492 26.541 re +W n +0 0.92 0.17 0 k +/GS0 gs +q 1 0 0 1 194.3896 332.3735 cm +0 0 m +6.843 -2.591 10.291 -10.249 7.706 -17.1 c +5.12 -23.955 -2.521 -27.41 -9.362 -24.822 c +-16.202 -22.231 -19.654 -14.573 -17.07 -7.722 c +-14.483 -0.871 -6.84 2.589 0 0 c +f +Q +Q + endstream endobj 84 0 obj <>>>/Subtype/Form>>stream +q +166.749 299.384 21.501 21.539 re +W n +0 0.92 0.08 0 k +/GS0 gs +q 1 0 0 1 181.2988 320.2256 cm +0 0 m +5.552 -2.104 8.353 -8.316 6.255 -13.878 c +4.154 -19.441 -2.046 -22.247 -7.601 -20.142 c +-13.15 -18.044 -15.951 -11.827 -13.854 -6.268 c +-11.756 -0.703 -5.551 2.102 0 0 c +f +Q +Q + endstream endobj 85 0 obj <>>>/Subtype/Form>>stream +q +151.16 315.371 10.797 10.818 re +W n +0 1 0.42 0 k +/GS0 gs +q 1 0 0 1 158.4668 325.8398 cm +0 0 m +2.79 -1.056 4.193 -4.18 3.14 -6.971 c +2.086 -9.766 -1.029 -11.173 -3.817 -10.118 c +-6.604 -9.062 -8.012 -5.942 -6.958 -3.149 c +-5.903 -0.356 -2.786 1.054 0 0 c +f +Q +Q + endstream endobj 86 0 obj <>>>/Subtype/Form>>stream +q +138.704 497.756 28.563 28.617 re +W n +0 0.5 1 0 k +/GS0 gs +q 1 0 0 1 151.6821 526.312 cm +0 0 m +7.854 0.721 14.805 -5.074 15.525 -12.942 c +16.245 -20.813 10.461 -27.774 2.606 -28.496 c +-5.25 -29.217 -12.198 -23.424 -12.918 -15.553 c +-13.638 -7.684 -7.855 -0.721 0 0 c +f +Q +Q + endstream endobj 87 0 obj <>>>/Subtype/Form>>stream +q +165.297 46.884 10.365 10.389 re +W n +0.66 0 0 0 k +/GS0 gs +q 1 0 0 1 169.5181 57.1807 cm +0 0 m +2.813 0.532 5.523 -1.323 6.053 -4.144 c +6.584 -6.956 4.737 -9.673 1.926 -10.206 c +-0.885 -10.738 -3.598 -8.885 -4.129 -6.069 c +-4.661 -3.253 -2.811 -0.532 0 0 c +f +Q +Q + endstream endobj 88 0 obj <>>>/Subtype/Form>>stream +q +385.767 157.995 9.069 9.088 re +W n +0.66 0 0 0 k +/GS0 gs +q 1 0 0 1 389.8892 167.0645 cm +0 0 m +2.491 0.229 4.698 -1.611 4.929 -4.113 c +5.156 -6.612 3.323 -8.822 0.826 -9.051 c +-1.665 -9.278 -3.875 -7.438 -4.103 -4.94 c +-4.33 -2.441 -2.494 -0.229 0 0 c +f +Q +Q + endstream endobj 89 0 obj <>>>/Subtype/Form>>stream +q +389.482 297.599 9.069 9.086 re +W n +0 0.89 0.29 0 k +/GS0 gs +q 1 0 0 1 394.144 306.6846 cm +0 0 m +2.503 -0.069 4.476 -2.161 4.406 -4.669 c +4.333 -7.177 2.247 -9.153 -0.254 -9.083 c +-2.755 -9.011 -4.73 -6.919 -4.661 -4.411 c +-4.591 -1.903 -2.5 0.073 0 0 c +f +Q +Q + endstream endobj 90 0 obj <>>>/Subtype/Form>>stream +q +337.616 595.37 12.527 12.548 re +W n +0.08 0.12 1 0 k +/GS0 gs +q 1 0 0 1 340.2324 606.7461 cm +0 0 m +2.813 2.017 6.726 1.368 8.739 -1.45 c +10.752 -4.266 10.106 -8.186 7.292 -10.202 c +4.483 -12.22 0.567 -11.573 -1.446 -8.755 c +-3.46 -5.937 -2.811 -2.015 0 0 c +f +Q +Q + endstream endobj 91 0 obj <>>>/Subtype/Form>>stream +q +110.503 550.816 19.793 19.827 re +W n +0.08 0.12 1 0 k +/GS0 gs +q 1 0 0 1 114.6387 568.7881 cm +0 0 m +4.444 3.188 10.624 2.162 13.806 -2.287 c +16.987 -6.739 15.965 -12.931 11.521 -16.119 c +7.079 -19.306 0.897 -18.282 -2.284 -13.827 c +-5.467 -9.378 -4.444 -3.187 0 0 c +f +Q +Q + endstream endobj 92 0 obj <>>>/Subtype/Form>>stream +q +112.421 531.19 9.07 9.088 re +W n +0.08 0.12 1 0 k +/GS0 gs +q 1 0 0 1 114.3169 539.4277 cm +0 0 m +2.035 1.461 4.869 0.991 6.326 -1.049 c +7.784 -3.089 7.317 -5.926 5.28 -7.387 c +3.244 -8.849 0.409 -8.379 -1.047 -6.339 c +-2.505 -4.299 -2.037 -1.459 0 0 c +f +Q +Q + endstream endobj 93 0 obj <>>>/Subtype/Form>>stream +q +186.069 407.468 33.653 33.706 re +W n +0 0.92 0.95 0 k +/GS0 gs +q 1 0 0 1 201.3599 441.1025 cm +0 0 m +9.25 0.851 17.443 -5.977 18.29 -15.245 c +19.139 -24.511 12.321 -32.714 3.071 -33.563 c +-6.18 -34.413 -14.373 -27.588 -15.22 -18.32 c +-16.067 -9.052 -9.25 -0.849 0 0 c +f +Q +Q + endstream endobj 94 0 obj <>>>/Subtype/Form>>stream +q +378.077 135.908 17.431 17.467 re +W n +0.66 0 0 0 k +/GS0 gs +q 1 0 0 1 385.998 153.3379 cm +0 0 m +4.793 0.439 9.034 -3.097 9.474 -7.901 c +9.913 -12.703 6.385 -16.956 1.592 -17.394 c +-3.201 -17.836 -7.446 -14.295 -7.885 -9.493 c +-8.324 -4.691 -4.79 -0.439 0 0 c +f +Q +Q + endstream endobj 95 0 obj <>>>/Subtype/Form>>stream +q +360.413 500.653 18.139 18.171 re +W n +0 0.5 1 0 k +/GS0 gs +q 1 0 0 1 368.6562 518.7852 cm +0 0 m +4.987 0.458 9.4 -3.223 9.86 -8.218 c +10.316 -13.214 6.643 -17.636 1.658 -18.094 c +-3.33 -18.551 -7.748 -14.871 -8.204 -9.877 c +-8.662 -4.881 -4.988 -0.458 0 0 c +f +Q +Q + endstream endobj 96 0 obj <>>>/Subtype/Form>>stream +q +373.229 482.976 9.074 9.087 re +W n +0 0.67 1 0 k +/GS0 gs +q 1 0 0 1 377.3496 492.0439 cm +0 0 m +2.498 0.23 4.705 -1.61 4.936 -4.11 c +5.161 -6.609 3.323 -8.819 0.829 -9.049 c +-1.661 -9.277 -3.872 -7.437 -4.103 -4.938 c +-4.327 -2.439 -2.49 -0.228 0 0 c +f +Q +Q + endstream endobj 97 0 obj <>>>/Subtype/Form>>stream +q +129.977 488.654 20.089 20.126 re +W n +0 0.61 1 0 k +/GS0 gs +q 1 0 0 1 139.103 508.7373 cm +0 0 m +5.526 0.507 10.413 -3.568 10.921 -9.103 c +11.427 -14.635 7.359 -19.534 1.834 -20.041 c +-3.689 -20.549 -8.579 -16.472 -9.084 -10.939 c +-9.591 -5.404 -5.522 -0.509 0 0 c +f +Q +Q + endstream endobj 98 0 obj <>>>/Subtype/Form>>stream +q +122.065 511.683 9.069 9.086 re +W n +0 0.67 1 0 k +/GS0 gs +q 1 0 0 1 126.1855 520.751 cm +0 0 m +2.495 0.229 4.702 -1.612 4.93 -4.11 c +5.16 -6.609 3.323 -8.821 0.829 -9.049 c +-1.663 -9.277 -3.873 -7.437 -4.101 -4.94 c +-4.331 -2.441 -2.491 -0.23 0 0 c +f +Q +Q + endstream endobj 99 0 obj <>>>/Subtype/Form>>stream +q +175.418 421.142 17.284 17.311 re +W n +0 0.88 0.95 0 k +/GS0 gs +q 1 0 0 1 183.271 438.416 cm +0 0 m +4.753 0.435 8.96 -3.069 9.395 -7.828 c +9.831 -12.59 6.331 -16.801 1.578 -17.237 c +-3.172 -17.675 -7.379 -14.17 -7.816 -9.408 c +-8.25 -4.649 -4.75 -0.437 0 0 c +f +Q +Q + endstream endobj 100 0 obj <>>>/Subtype/Form>>stream +q +170.417 416.771 11.894 11.912 re +W n +0 0.88 0.95 0 k +/GS0 gs +q 1 0 0 1 175.8223 428.6587 cm +0 0 m +3.27 0.301 6.164 -2.11 6.463 -5.384 c +6.763 -8.662 4.355 -11.56 1.083 -11.862 c +-2.186 -12.162 -5.081 -9.75 -5.379 -6.473 c +-5.68 -3.197 -3.27 -0.299 0 0 c +f +Q +Q + endstream endobj 101 0 obj <>>>/Subtype/Form>>stream +q +177.481 394.893 9.071 9.087 re +W n +0 0.89 0.29 0 k +/GS0 gs +q 1 0 0 1 181.6016 403.9604 cm +0 0 m +2.495 0.229 4.704 -1.611 4.931 -4.11 c +5.159 -6.608 3.323 -8.819 0.829 -9.049 c +-1.664 -9.277 -3.872 -7.437 -4.102 -4.939 c +-4.329 -2.438 -2.491 -0.228 0 0 c +f +Q +Q + endstream endobj 102 0 obj <>>>/Subtype/Form>>stream +q +161.536 405.715 7.11 7.126 re +W n +0 0.92 0.95 0 k +/GS0 gs +q 1 0 0 1 164.7681 412.8276 cm +0 0 m +1.954 0.179 3.685 -1.264 3.863 -3.222 c +4.043 -5.182 2.603 -6.916 0.647 -7.097 c +-1.305 -7.275 -3.039 -5.833 -3.218 -3.872 c +-3.397 -1.913 -1.954 -0.18 0 0 c +f +Q +Q + endstream endobj 103 0 obj <>>>/Subtype/Form>>stream +q +386.416 428.854 7.109 7.123 re +W n +0 0.8 0.95 0 k +/GS0 gs +q 1 0 0 1 389.645 435.9619 cm +0 0 m +1.955 0.179 3.686 -1.262 3.865 -3.223 c +4.046 -5.182 2.602 -6.915 0.651 -7.093 c +-1.302 -7.273 -3.033 -5.833 -3.214 -3.873 c +-3.396 -1.913 -1.952 -0.18 0 0 c +f +Q +Q + endstream endobj 104 0 obj <>>>/Subtype/Form>>stream +q +194.349 -50.433 87.607 87.766 re +W n +0.69 0 0 0 k +/GS0 gs +q 1 0 0 1 224.1177 35.0098 cm +0 0 m +22.912 7.763 47.771 -4.554 55.519 -27.503 c +63.268 -50.455 50.975 -75.356 28.065 -83.12 c +5.153 -90.883 -19.699 -78.566 -27.449 -55.613 c +-35.197 -32.665 -22.908 -7.764 0 0 c +f +Q +Q + endstream endobj 105 0 obj <>>>/Subtype/Form>>stream +q +184.128 350.77 29.019 29.07 re +W n +0 0.89 0.5 0 k +/GS0 gs +q 1 0 0 1 197.3149 379.7793 cm +0 0 m +7.979 0.732 15.04 -5.154 15.772 -13.147 c +16.502 -21.139 10.626 -28.215 2.647 -28.947 c +-5.331 -29.68 -12.394 -23.793 -13.125 -15.801 c +-13.857 -7.808 -7.979 -0.733 0 0 c +f +Q +Q + endstream endobj 106 0 obj <>>>/Subtype/Form>>stream +q +160.888 103.207 30.091 30.145 re +W n +0.93 0.92 0 0 k +/GS0 gs +q 1 0 0 1 174.5605 133.2881 cm +0 0 m +8.272 0.761 15.595 -5.341 16.354 -13.634 c +17.11 -21.92 11.018 -29.26 2.747 -30.017 c +-5.53 -30.778 -12.852 -24.674 -13.61 -16.384 c +-14.368 -8.091 -8.277 -0.758 0 0 c +f +Q +Q + endstream endobj 107 0 obj <>>>/Subtype/Form>>stream +q +139.535 140.248 12.022 12.047 re +W n +0.93 0.92 0 0 k +/GS0 gs +q 1 0 0 1 144.999 152.2695 cm +0 0 m +3.307 0.301 6.229 -2.139 6.532 -5.45 c +6.837 -8.76 4.403 -11.69 1.097 -11.996 c +-2.208 -12.301 -5.135 -9.857 -5.439 -6.549 c +-5.741 -3.233 -3.305 -0.305 0 0 c +f +Q +Q + endstream endobj 108 0 obj <>>>/Subtype/Form>>stream +q +74.739 563.519 76.492 76.629 re +W n +0 0 0.82 0 k +/GS0 gs +q 1 0 0 1 90.7197 632.9844 cm +0 0 m +17.173 12.317 41.061 8.361 53.36 -8.847 c +65.656 -26.048 61.701 -49.983 44.528 -62.301 c +27.356 -74.618 3.465 -70.656 -8.826 -53.455 c +-21.126 -36.247 -17.171 -12.318 0 0 c +f +Q +Q + endstream endobj 109 0 obj <>>>/Subtype/Form>>stream +q +354.187 593.214 8.414 8.43 re +W n +0.08 0.12 1 0 k +/GS0 gs +q 1 0 0 1 355.9448 600.856 cm +0 0 m +1.887 1.356 4.518 0.919 5.87 -0.973 c +7.223 -2.864 6.788 -5.5 4.899 -6.854 c +3.01 -8.208 0.381 -7.771 -0.971 -5.881 c +-2.324 -3.988 -1.887 -1.354 0 0 c +f +Q +Q + endstream endobj 110 0 obj <>/XObject<>>>/Subtype/Form>>stream +q +104.819 236.686 679.68 181.44 re +W n +q +/GS0 gs +0 Tc 0 Tw 0 Ts 100 Tz 0 Tr /Fm0 Do +Q +Q + endstream endobj 209 0 obj <> endobj 211 0 obj <>>>/Subtype/Form>>stream +0 0 0 0 k +/GS0 gs +104.819 418.126 679.68 -181.44 re +f + endstream endobj 212 0 obj <> endobj 14 0 obj <> endobj 210 0 obj <> endobj 208 0 obj <> endobj 207 0 obj <> endobj 206 0 obj <> endobj 205 0 obj <> endobj 204 0 obj <> endobj 203 0 obj <> endobj 202 0 obj <> endobj 201 0 obj <> endobj 200 0 obj <> endobj 199 0 obj <> endobj 198 0 obj <> endobj 197 0 obj <> endobj 196 0 obj <> endobj 195 0 obj <> endobj 194 0 obj <> endobj 193 0 obj <> endobj 192 0 obj <> endobj 191 0 obj <> endobj 190 0 obj <> endobj 189 0 obj <> endobj 188 0 obj <> endobj 187 0 obj <> endobj 186 0 obj <> endobj 185 0 obj <> endobj 184 0 obj <> endobj 183 0 obj <> endobj 182 0 obj <> endobj 181 0 obj <> endobj 180 0 obj <> endobj 179 0 obj <> endobj 178 0 obj <> endobj 177 0 obj <> endobj 176 0 obj <> endobj 175 0 obj <> endobj 174 0 obj <> endobj 173 0 obj <> endobj 172 0 obj <> endobj 171 0 obj <> endobj 170 0 obj <> endobj 169 0 obj <> endobj 168 0 obj <> endobj 167 0 obj <> endobj 166 0 obj <> endobj 165 0 obj <> endobj 164 0 obj <> endobj 163 0 obj <> endobj 162 0 obj <> endobj 161 0 obj <> endobj 160 0 obj <> endobj 159 0 obj <> endobj 158 0 obj <> endobj 157 0 obj <> endobj 156 0 obj <> endobj 155 0 obj <> endobj 154 0 obj <> endobj 153 0 obj <> endobj 152 0 obj <> endobj 151 0 obj <> endobj 150 0 obj <> endobj 149 0 obj <> endobj 148 0 obj <> endobj 147 0 obj <> endobj 146 0 obj <> endobj 145 0 obj <> endobj 144 0 obj <> endobj 143 0 obj <> endobj 142 0 obj <> endobj 141 0 obj <> endobj 140 0 obj <> endobj 139 0 obj <> endobj 138 0 obj <> endobj 137 0 obj <> endobj 136 0 obj <> endobj 135 0 obj <> endobj 134 0 obj <> endobj 133 0 obj <> endobj 132 0 obj <> endobj 131 0 obj <> endobj 130 0 obj <> endobj 129 0 obj <> endobj 128 0 obj <> endobj 127 0 obj <> endobj 126 0 obj <> endobj 125 0 obj <> endobj 124 0 obj <> endobj 123 0 obj <> endobj 122 0 obj <> endobj 121 0 obj <> endobj 120 0 obj <> endobj 119 0 obj <> endobj 118 0 obj <> endobj 117 0 obj <> endobj 116 0 obj <> endobj 115 0 obj <> endobj 114 0 obj <> endobj 6 0 obj <> endobj 213 0 obj [/View/Design] endobj 214 0 obj <>>> endobj 5 0 obj <> endobj 215 0 obj <> endobj 216 0 obj <>stream +H4RkL[e>s,jP9F`20DƔ] ЖKB[nmi=S& ! d&0QQn3=0y<ߓBC0-N)Vk5zeao4KC"){!= +m?BpbNCcYvD/KIJNkfemRRvu^Ol5J(eʞ54&FR&;[|Q%K)UPQ+X +".ZlBJBEJ|,Ģ'*ډ%~ڥu)_pĠ!mj*Ӭl!N ;% ]fO*j[;3e$5*~gPc6t<^Ϙk ^VӨe3({BܚP@{>ۨGRM@F +8ju[ zg|;p~eIͽn.HIܮqZRqf;+G-'[3:qme#6}v~حf';"y8an3 Vefe!}W"6;\,8t'GOl@ZG{eoGϭAjL ,ߥHs@ƗA! Ӟ7󹶢T/?e} )oy'}LJϷए@>r0Tgn+:ě endstream endobj 12 0 obj <> endobj 13 0 obj <> endobj 217 0 obj <> endobj 218 0 obj [0.0] endobj 219 0 obj <>/XObject<>>>/Subtype/Form>>stream +0 g +/GS0 gs +104.819 418.126 679.68 -181.44 re +f +q +0 Tc 0 Tw 0 Ts 100 Tz 0 Tr /Fm0 Do +Q + endstream endobj 220 0 obj <> endobj 222 0 obj <>/ExtGState<>/ProcSet[/PDF/ImageC]/XObject<>>>/Subtype/Form>>stream +q +/GS0 gs +835.5600332 0 0 245.1600097 76.3793945 201.7662598 cm +/Im0 Do +Q + endstream endobj 223 0 obj <> endobj 225 0 obj <>/Filter/FlateDecode/Height 681/Intent/RelativeColorimetric/Length 169947/Name/X/Subtype/Image/Type/XObject/Width 2321>>stream +HZGXI2xc;N$3ں[% s~AK{b6{q}pk;\t߭"P<*Czou9xҍ~fm܍rmwN:4wf<?9x6k`>v1 +qe|ӬvE:{FaPHl9Q+P*pIc&As 9L_Pl+6sEC0yCYTNx&v{l}f5)DUy !z5R0JepT.FAk)MQS)9壠U4ɹM܏m}\0rMĊ8m ^_NgQxP*RYL9ܽ:UAO(b#yAO!> َ *PjE*8J퐋"x/\d8bY8 Ot&QB)Zľφ9Tdu<}G9IUr^YF·8pGf:[lDOT 5qkb9̡P޼y?}H]'z5n㍦\D~;wkyF?YCi ݟR>(yzYYD9,gw`yC`$ߡZ(ܪ6^gtĬB +󥯈2J]ea8 J[,{.i^f'm?([v^n+}xABusWi uKho%4o<btٌ4K!o# +(fgM;޾/&UΧP]K䆨*"Dj:#EXvmqD(Gg/!hmUkԖkSVw Ƴ?}WCS[9^r^fzznr)5F(qUtb^Mԏ|UU .xqZ7{Es\<ඵ"p~0)z(9OC!z=]͟y4IF ze7dtgL&{rDgW˗FYøٕSqTT#k]?bE~3g}N}[)BWZ"TE7Vq89NG}8>Ɩe+las)o-%_vGW1o9 i9sqǜ5a z(Ux2oM.<ɴbȝfiRˏQ5,ZTޤ@}72|n%L%Poce8bCt˗o߾fA\->vUfQW+^ +._֛(|:|޷ZD)QaC5,4Lц󶞮~E5m^ѫ=`wy>E..ϻNJMqnZ7/y8o71[LՕOZl%gPv(jl;߽!geٟGeB9!%捜r=<w)]Aw|{V𣽣{bo-P5֕հMVUbb糋IO˹&M{(y5O$uXB]1oٿ˃de +ɀoyȡꭅkZ 97 X*t*؈⠐/L"$) +EdTOn&jд$ /"`ѶՐs-s{&8RB}{.5g"5M'1"+/Z-}V_?54ijFθ0@ApDGh)h5Ό؍+jFACc {ҧY0?RelhV'T,bd H +m +̆=d9888q ~ VaE +VE< QSaGů"ޕE P.dQd!01OLnǯ+ |Y$ٖQϳ?2`IR'9vR$t6/59\MT=Rt{@ϡ"*\ܟ{N' V'=4i<$P̆T̃MR HϬq@b2uB=%ǧTaNDRuPdhJlB#q|a)PV,ZfVT+ + N睙R%UP h[^x v4c޸ȥP,a85EJumYV C +;*lDXOϣ2|XDn=wE'W맞oąPtpϥ^E"(*NT]XecF4+EO&Ϳ-lh2!۴Ќxy2K"$Ѽ#0$T"ğD (%L `+a2`AfFt76 +~2@ANOcxKh ,j*T≛eB% +7?ߖ@f]aE*(錷\fl¨ueY"s 's&~viZ/?y SX,kuJCE XRHϸcki}]{E_R%J&$&Bt39.,b0HDT)V\Q; +ĨXb^1D!S*E΋&"B0^|y E + PP@ +HѬו:Y"QF 5/V)'CѶ\D/9)8+|B!j9]p Y +%lU,f`WFl>?wwW2CzZ𣧢ϑKt,,5+M'sɄ= _)OJj4\ѹzD(u4iXts:tb f s"CE T&dS4&GEUӢ *FSD{ y!&:D "Zv#6w GG'!W^![#iQZttpϨh6A +GCgÈNKML;*YХ x^!EIPe6d~JKBO$^s`}{/ԲEywLk"o4b*_Ҡ[ NP8D &R̸.-B9($AM΋NMMwAq-# 䄠(1QKD\:s.+n:թrs\C8] 9VBBQU0f3J$\s+.axTd:D*GY  xFGERi_CgV$-졆 z|4Cӳ/96Aws~9Kԑb*f&'2h?@MйrǠNusgSv5jI4ҢDͣ!4Tc!JH1THQt _fv13x-oo8(zS]kR*[ڰDl  x"NOLN̩,^zE !NJ9ytvv9 헛ky(ҩh|dh?uSD$ +!WjAϧR=Y<T/* ϘD"+ +Fty92ѫ\6"5Rh :t|`<} '<;?AhK"fc: /E9@lZ/맇?244?6KS OΝ#p|wgg{ks}m@粳3f,Mp_/Os9oп*TW׻r֨0qPPZPA L2¤II&>DEEhS"Z!Ej""x8ҤG"&oKRjB؉j"CCh2VuX%8 !i0Wu޽|B +*dWPb"(N%CX6‡c*0M`nPyabTC`Bl"D)~, (- +1HHK"%߿jDRuYDEB#3!RHy>n&w#3ъ"7К6r%Fj QCÀ$֜765O{zQ|$O2SdJ~umcs@s~9_3:ӯA"*A7$G0$}ڱr\г{T:?~<r=&VWΡvnD F#tmUN1t_JgTڦP#G̻g DJCxVZӏ"֖L3hln%Q(olnm-ON` >|$?Ǐ77dtq~^:=99FYXm*KK i1H4mGè EحB͗5p m܈4;y0.]q>{;DB#:d*F4`4,~Y^`%l07At Ry;@÷=E,>9,smĤ1@)l)CzA1N@WsOLRC|~m}cK0BsH9g5柜116RȠ/a1H#>vEq4uP{T:?|n󐂈zYc`~믿rǗ/?.P祒hj$Z_B46m)NQYuZ.j*< h㡧j(@ ;hZ)䅓$ݑ3 +  #6UBH}EzdeGĊ\_7A $G )A憞Яfg#0W_Hd_0$+"Fޡ =wn57[ ӧϒrɹ B里T&z_on ++K B ?` QȳgO)&+Z7UU:x3!@c5`n!yӓvC PoAz!2(fsr,y4eeD ZX>)>S"]_ZÁ&R55&U%aYh:[[!n[x"566153͡$/wv^/.?A_P ux4$@B*!$@#(݂"M<E9r;E̽yQ Úw͍kk 󬋙驉ho$hz=&TE5Yf6prYYiDeLE 1{҃!rHٹvXHgHKșC='MH^# $]TRuG_W/[_- V$g7aDR?j~h0d@(vC vzbNK#gIs~^^̵#BQA_㟌8sn=CP nťp \dϏaXhbz,%SAO!Gs| d@ݛ@QAܒ:dq#gƿeϩIMjNw=3!iJC,(pЍ@?0T#5?- +I!0ȋikkk?6!^FdEXW;(XXRŦ"314H6QDErI~wΫHOFO.6Yd*AMXYwMVo# #Q85t-"z@Aloxbge|vvv^ޖ+VϠ*&IP(y=-Ɔ:Z^fzׯ)^aQp!>CϢ!$.&yrR" cЈ:VW%515U'^V`Lb&9]! %dS2_^4TT\RbX*.5JwAN٥8n7줓8d $5 1hk_V쭮hXBF61F$ ~ +@'N}f}3}*}ʧTf=7G>3S59ɤ'xbM{&BkI't)WIlg=vAj"7/ DIfSp8] # uCCCӳ6bww7o߾=::s$7_:}rg{ksc}m epe]``?I;UX+EbfS|UjW|]]c`DCȋb@wT\$"4io${$B #>oJ1]i']UqU\ZU"eFv :θ捿{)7 Eg/)Fo e9VeIyyf_W u 9]X\jF+յu PW  Oݛ}0 =~)-DCBpPRΏ⃜#{¢-'Es0?244퉄]P[]e)lR?k{}KNMjRs$ź Bu4PoАb&b@ |`z{h^DH`0"H:ǮQfVYD&SItSHGHD%ƫtιDb/]J&ςzl&kM6+ C#b斲4wǏbo>|xxD PT:L$]&Fz#!4Er65TUbf`">͌TZEgKq@#2h#03RR͸B BB1nsl:;7~F"c,h0PW +BWգJ5?Z]"HHo4pZ4$~};>0 6^sq6q +\-"^ײ?Կ8FGת,^+ +hfzj$C]~?/Ԛ|^UwQ =!PB BP"E,4Q"X(*ظ׻>='3e839pgv&:1~[k +%⒆"!%hh +b 8,;)RO^zhuC\xn LdQjHĪ՚"Z +F.!,ސ |gLT@EYs2PF2rLyXs9?౑[`4WTj ͭmNWw$44=C =YXH!HhלkAߑEŧ̃w'u SCb.-6`3p@Q(ڳtD3u@É4re%i햝zCEBʨ +%N(!B +t:\.Www6ڸ +FpQC-: Chl*JIIhhe"*֪D/%U;{;{25O/P Qц%Wh*.WZk mή>(#`hyyeU,% pppxǏ?y`}xXYZx{xlokmnUUXŦxi[Ia+Dt )A_-~ ' +Ӏ!3P9aUqA^h $ + NMC[p*ej%gQee޺eV.*# +RBfJH=sugnO@] +@/[43̱(&8z?suCsC0'"xy*{Z78:<ԿD ۔\Ɠ}kK{q`key_gAA5ŏto|sS))q&&vnߖ6ݠ!lz+(4pACjPDF6B[áSH9kpهOEGtQ'XPYR!6i +vLTl2 A\e& BU랟_Y +D4k)CE `CPQ 76&{GG'Ys?] ) BYGGǟ>}#*zˮbU,DI)6( Mь)%ElMfvJQHS*4)鄾v]y(Er(;'GRHX*5d#yiniiiŴy dA H A"SC0hkYT-E*,("R3§2f<jlT7oF{fe043Ud"rUQQ$9@rLsb"'@"s <=p?1+0J,8&-NWw{/ffe| \tPSWۛk Lib|ldxp45k*J@(E˗4ye78?y1ZGمKYmZm߼-Hʍ2&XKIKO!T\ WTTYU P m@H1vGԌbhhpp`@ vHwʊ(*2PMC-Q& +כ$(0Ur]oWƥL<ԉ"MԄWCpC|"qu?CϾoq΀oiy( ((8$4,<5aBFEN%Da} @BH ! +hS0 h_7{νg|О*+oYz<- +Yk245UWUjKժ|en6<S1ёpz=yADžD;'-ebٕ+AWC (hݖNM1*v+# U + ݀P/SPu`fA>C4nV>z{ F]NtI+UV*"=u%S*rFDIL) - +9qKd{5&Μ9 5CIpH42 +[!Ueʪ꺆vCwOjqgn-@CWV7vx4{{{t_EĢϷ>}t­ٙia]͍u5z䆪 OAMfɢi7CTٳP3 } ^Lly/9W!䥤LS0Hqi&wPbH'c4.a耒9h꽇 D*!KiQ*-k<^ʖ%zWN\D\4Җ.* A'ގ =MwpN<ts#Ot-֧<fyVFFj*|LR%.\ E}B"? ~ga+,6>)95=+[WXtDk:A44垝_5 P Aw;;,{B),绻9 k =Bܻκ''G^Swg{kS}]MUEyYqQa2GnӛDphO}7ƋCAFQK8t8t5-Cw'$L*T%"jjo3 B948|hӉ|d'1L"H"UU\SVRRVQ(ss#)דP$1I"t(.!LperrN"&ho4!($ Ɣ&$^OȔ+ +TťmUum}SK[g2`pM{fo/[Zzh}Ы7Hh4>UƮ"t3hwa)@m@SBʠf#``KH9"fs ,2a<2HL4< ħV't{zz1}s0f ߋ,1^6d@㡫6Rw 5LlYa-a]Z@o&[!i F  "xIB_7#>EUD(<Pr>t$_ևb%=s=#K1B,TGD_O?!.I#eq IAVBWk[;&6pMLx_zꇅD!s~xQ!Fx qooD@Cy{zr|tdfD-uz]-Tfg~ʢqh^EEβ/4 +@rOLJoznА@݀jb0B.@ OL\)511>Nlt@uAmQ[6*V.*nyܓcN}FӖ 3(kQRvRrv& CH Z2!Rd<;W_RTVDC#(ay1[,V+<`;;7F0Xpc k LA'01Ӣ{U>f&s ʢQ" +o31GF==]|v& +t^j`"H ާ$=ǘB|":yX[]}tw=q Z-}=z4E"RQI12 ./b3IE#>Sb NȨhYL\:~U嫊ŨBJ_ 541  }f  'Clga4bdG#L2ecU[5iAfhFQS$-!N0{p@7" >3ZUEQ JF`~}8EQ֙Ys I䜚(tӤ&n&&GIPQA([{{_fjkԭjm}n]sSF"{45 sXy013)n8;؄4UP;:>9 /-%? B@Л7<绻r\Ϋ['EwPg`-#JeŅy,84>&Ff"e/={ADG6Y?כccL硿򐱉;lmC>>~AbRR9C% ЪlkSB!(`ppHfxXd6Ej΢&`O.GnAE Ei0Qb<(& + \Ex8RX[Yӝ+X\p?KP k@{ YX٠'H иT@!5QmhVw PK^@I>\{лꂕŋO=\wgyi$ҨU͍5r O* +V`"V +(8LC 4 _("?GEGǃϔxU\\Z*++"GX^*ZM|к d0T b 9O DSWwAmkkmYG]TC.,.$2A s$V66@#ȨF*b} +$"#D~ȱ rlok 2sS8ї#sDZ%715Gp|xAps_\*R5=C#ӳsP0w7`Љp*,t~*z+,-NO֦ + 7;#- vxy:;9Z[XἸ|!gf;);|9C mhhdt{{TT J(/*c&JILE& +]twsqvr"gw>ccT9v}'\Μ9&cv" 8YZ::C>Sx(6!9-C[pK"-khV5]cS Շ!6ZG*_^3 +$ ~|spp@ͱ Uu=Xwoy6blD;ٮji*/BDQ DB"B-;c'<,m7O/o?$F-$RI4ήtc ~'Ys)0:F°?BVM%,-uzEiI*LEPQET$}d2Y0$s C}}e}뺏>D0J4L& I~j2u#c |[ɲ>!~e8X{zBB#"oF'$&gdsr K29P}4ԊJtPnѱq , /,,,.. LC Fp$P4 +iQYT!vH IKK + rs2RQ$Q7"p + ]bgkceinfF=CȀLDgϞџ9A{yFC&UDOL/HU_STYrƙY# *9#QDQ$Arl  HhhJMNvb#fqV\f}soӰSvƭ*=y~_-&%<|xg/^|u5?`~χ +A.(zҝ7o,봳S#ˍ2iqDfNQ:ADA166\dG'g7Cdzġ"hť +zc;.qg'B SsQو T2&MWͰ 1Hh?ܲXgI*VRii)der9^Y 瘻ݸwFی)(қLOINJQOpsuvG{3 55;R7 ڱD|y065=Cpql|B2B ʇk뛮w'/޼}c?ЏCo߲o  +*tNE\W`"hy}~Nwmzb|tXhkPCDQvFZ2D| 9w"1xyN)3ޞٞ/67ٗC&fʬjC8y*LHXxDt +4hH+CeerJXVvcjm(G8ffrrHd\ͱ5ETVPST"bPJ=w.::2",$8{~>^<`o*G[݌D:WVᄹaՑ6.npAĔ\q~QIbM]}SskGW߀54X~ <}5놏 I?>2/E(/^<{wnX>'vw)5yha!h>K'[[ @ 0/1ff%͝8pPh~NHJI<i90DqS2G@,JwOe0xBzzF ex=%LAK&-J$ݲ*hNnZJdtS駂1  sb;bMз;@^ SE2TZr0?O+HOaȈ 󘛋-=//"#)z2T`y}|Rjzvn^*rK{gOft|rfV[X@C[%!'󍠿sPDt_NOM{;Z45VWJ9YɉA}s|C=t?s㐷A==;vlQq}8o^#EAD}aNv  ,ڀn^AQ'Cb 5Q51<:>9-,޼ugGW= Zw_!jcu.E?׷_ аh%&G$)(,*ՊںhJKkh)3l0쏑yX!%S 4@G Z $A(Ve2*=]7Ź`D20M! +{Kkk9lH23FʜKFRQ8K|X$HKD{wxSTYY-ggĀ(i +**"DAAD@2HNDABЄ&':Aǩrwt}so#~ݪp.S&`=SV"z}^{pG wحJ Nsp"CQ pN"qˇʉ9#+~0 I3XDg''C򁾞;u0Vvz +}k|#gW"U(Rt +š(9)1>6&:22<,jp$rwlXB[65A :LDwHD}ϊH8ܵ{ϾZ:x^ptukf*DIjO>8<?$ AC~~nxl~_?;7|],^D`d"T$H4$u))K +s3ӓ"B|=/',-> z E!@H1261̜~?JphXxdtl\BRJ4CAJrI +;KIi'$.  bL= SG>b~\r7[RƬX F$"L!$B$!?9z; gO`5 z +)JOMINq=;Ew@5}$r>(c{hZo{]:hzPO/>Xz_,/3 yYheY#k>A.WfϞ)&Yw: DTEBDEGC CH$" :lq^쌍Ue/_аQɩiY + m s L?B +2 R!miU \H-%yTZH*M j2R T ,BXA=&qo={zK3=&TUTKD9)7(a!Wz#TӶix̔D$hkaB۶![(+!\" +ܭm G>G0"1#y'>0;=51ɺ;ښjŅYiQv ߚm4Y$ݯOC}@;sD1o4C[={5tt"C#lp.whmW^>~A!a趄̬ۅ%rX/7)z&SIhR*>33ss ss33a>0WkMEDH%(QP%%&& Mlq@s9[3+ʺ=q?lT~U=y~C<]#MBJ SQjrb|\lL$ _f" N΢OZ?F/}&FrrtrO5q+>vfN~a +Am%$c'hgsTo5 h>~AqFhޑ޼~ ͑Ï{:;ښUwK +r2ӒAW43hkkAEuttu f,=nemck@Wѷsa!йJ($F4(0l2J!D8dϦ dDCʲe ",\jq0VHFS&TQYYUEA2q +Od" UWa~NvVFLz#8% ߝwd1G06Z]m"EI e-\D;#\6nRBзnW۵'[XsuNO-(.[U]"x(`>z2cWo޼r} 9_ts'u7|MܺmN쯦:f},vFN~QJAMCSK[GgWOZbf,kpW?qqq/?ETQ?xK$z1?7KMX:1*~ԏhkPW CDSnE^C+_D}dk2JX`[(*A#Trk3~-3,=)ˏu_L{D`hw+*fHpPўdooQcPOgz؁hTe$D]pqr># B< 8day֞ AБ1q Ii9sIY9Oԑ%Y\{1Ȍ|O_н$ ( GܰvR@==CUan|IV+7\5Pjk G5P3a7=n%f{@,jP *#}bܭ½/ձ#|#zuLD,Š"W/#ެCsVM,,9^x=,"&.)5=;3{ ON}?33d9G9 _ O\.Ϲ, +AggO`_wr­H39?hღ|f}ĉ̉HU+ Z2V8Ľ1}} =x*2hJX]@:8  BBB`T*}RHh4:22B.>$Z!jUwP#9ٙ)ɉ1Qa7P%nNvgNY[*7hMvnVHv&\(?>G'&oF TA< 9:yxG&gW +j5::G'g^/kH!V\;KCWK!Sч ѻw0OK'F%C]D-kUwJ~}?Uua٬5F˥*D* "("E*sEwQkW1ή'}9@fg r|ι3a!AG.NvVXE]Rߢ+bFsprvCf|!ag'&aҲ*Xz["(0l:1Es If21Jh^Ve`$HXQM5 2~H"}]fnX3/0zczѢ%r +,:c*4tDƨ6 +T_c3Tn)i2srnEYU4Q5Z !B)hdddťW5::ߍEE]]T\,P$gD + ёBCA?o/Wg'{[kf&Fb]捪&W.WVRTcGOXPyПq=ALRT^NܰqtnGgw~GD&g^.h?8B51!>xgSS?PM@C?1 4/o@yMM={&')F{{:[[]i./)"&D 9N"d"BUn56t4"ҐXn.Ȍ/2s,8$4}>>1%-=#;'7R[(0;䥳 ~&@0Dҷn. 7;f`Ac08j`¢zrÚ , dP__K0jfTr9\lc n}dvIVz;K7qʊ2 /7;+QN"'=tpٻD oXn˗))),edRY]Os& |%ùG߮]IMN]౫ol|LTL|R܂ҊƦk-m7G!~_0t97HO|ЉDSO>~=?:?@W'O9r7_0|BU乮0RNVFzjRB=v߿q7\onH_ @DJ +`YY&"JDzRBq 9)}{j8F!+[xh~߃GBNED# J=C#C?m CLBrIF9:f&`ϟO=}A߅;;@*)φ<y{9ﱳ4fl TߨoWXĎe~5{"GfFs37VrC݊U8mPݬESGOv;vZ;uqwH`ЉNGD'&edRVTV% C-(7T00844Ch4>>JfFJw'&1#hhW:++WE*J +̌ )$ёa'O9lV#5t뾣NYQ +D켛DSl5f(+V8ɛzƦ;,m]ܽ|<}6&.)5#;@PZbBz44/@EAo_0޽eB[.P^|'=NN麉hj@S\.LKN >v؟d];!Kc#}}XO$ ,wY989zxy_T{癖ۤҵd !*RN#dKȮS"IȖñZʞ$!Z4ݩfz{o3MXf>>ty__?_& A +7Ǫޥ]}&HDXPp"ZeD4CKAVኸ=AE=wKA!cX|AyUMƦnc /^`_ + + +W$?!c#Ct$Qs}nmݲ728IQW/p9p숥!ݡUuy9IS ZeA1} FZ F0a5^''A IM+@AAM{ :;B<ŠA/hE%!؀t@UՠKK޺$J$b##]x1, ;r3 hj[68luBX(jE gr#Q'>a5M-Gٞrf   OLIG=AM >}JtVoW_ޓBx vTſ*ƿxldpQKScC}MUE (Dp#xS"BX3:::{AEڨ} .)x.n>̳~@`L,+wΝR@0@Ҍji#\t!o;pi2B!QiB3,D 0>|[TK/Ş^.bՂBkDJˬSPRިut M-m:8qWk+}r{q5JhD}ҌYH$っW ~gR'6Rc:zTR F"_+H&5[ɲoY\/$FT\BRFܿqtM,l\Y>-1s:w3|]˘?B_w䧹0 #hJAA8҉Z''=M]CSk7x耾!ÖGl989{] + OLNgv+ꭞ{뭅7,7E~0J3o+~0AE +i +iU[S]uj ?7'+#5%9ͺu=,4$(b?tIG, 3.CG{ө(+d%%EEEQVcLh)30>cgMmhD˖MA"xhƎ] ]}#V6NnLQ I ¢ZPKN^w3h WQ aKY3])HUG ij' Q{UUҒ٬hQ%h +O7A}=0.!3s 4I7O?:<b's2sKJ**AC!t\xL Df`z +*:pP1QPQ Eq9gdI"-Tai1(Fz"!/z==|ux%_WSu\tVAn6$l#:2c|ߗhDD=4շm٬ /+#-"a~I|!K(-:z௵ET©|_ + +YRb#dĻ2wn#3:u$`Pp +6]xHfB%|[zzj[5021qgng_ 喚y3'/`n5BI 5Z):g0=t37F#"`*DQyEQA(##5ȫ}yp=`ow|n}M۶yú5Vwl;Y$ŧR(-~ 6,&Ӧ-TZ x𐮡^N +t#jVIyEU̓GP]!l Zo߽%5AKC!#3LYVl yP_¼ Q!}Ϻ1EX1jkkjPWW׀٥ghdb!;{'Syxz]z5+(U\B\MB +VD2F #*z" ++J+ &Wp7dTSS7:@u17l7vf>gR s^4}B\L$c u[.DBr|KoR+zČiOPhx4PNewk74?iizpá? A?e\tќ,=$-hH1(?7+Fҵ/WG[)kܮiE 9$QDp3"&`>a8&3DfI\Rb__ +VghtW+R\__NH>MF頨CseC%~ZZUm M](7 +x;|7O~]D%B**jjACuPPK'-XDmP F 1B #!QElD++z!hʊEhԔc#C/]=vvl-M tvCl޸aU딕PDX( " \zS &!&rvE%3O'AOS_h)XFV6ǝ]ݽHODD_KWVCm}/_aKp1D+H>ϟ?}/ 94 +4> Djj{X{Qjrb\TxHicGXkjb@_G_5dlb9__X\RR<LмP 1"L31\Qa2pהAw ^\)C6TEǏE(#3+Fdk/ܰ7̽:8cqLD_UyNYIqQAn̴Р˗|Ϣ "S#=""@U?"R;WFE/!.N@؎C/U6|ʚqTCɸJ`U" Vr + *nپ  +WP\ZQ][5 pia X-htxhpeϋζgO+JK +r2ҒEEܾy҅Azv;昛34700@ qm\>'7#A A &P3e!^^>s\[dȴq*#^N8ߏ`"V!PFH#3MA (̑yn3>=f{oc_\X 9w71*m)>gxp|fSK𐫇`Pdt|bJFv^aIYeM=DKk{WwWpkBI' +C|Cߘ}²`WIS} 4E!4EZrb|td__  +Ϝ AC#ӀCJP]Cc#)%䅲s4RkhQ DNcYR}LrFyAqDޏC|'~. 4"4~c}Muu% ?7;r|?6ޝa/_ 9w7\?t~V@U+/UQVR=D$,(HDDCN +5c4$v5A!!3gEIIC.RRUjd툷 ir7H#!n΁ܤSaG߿sn (z[ Qo\|'eŅy)HQD|=\]l,MvԂ-V}*0\YpBӦ2"f/u?X " !x:A|^ch* ;/6aNטԼr a%av97x(0+n݉Kx_P\ϰڨvj B ]74L z/F"Ez +a:JZHDLTQ=RT$JOMJLs捫.=}2vVSc=P'57o\V}2UŊ + ,'%)AInX㞒m7Dbs%ed**/]f=ܱO{ M,l{?|*&P{G7JWA3LA0_0=TeϤ*F{:[=U=E ~y1_dgG[kKܜcimck| >w!*&^L\"]X\RZQUStttPh!yA^(4왓xl-ADzٱuuK(+*HKIEDьџ'w_.l^]3"dlqy2 -V^Xqm=f.}IoE ! u MOw~}wtOe}:/0c@wC]ueiIA^Vz +ͫgNt?domabWW{ kW,SQR+ADkAqwF(/̟Up=p +aDe6bupyQ uH]KSa>\Ɔz QuUyiQa3I  3nuV.3517g)'1\}AD8rrBFH$F"KkiE!%Jd5Bf|f-XxJs~2 a3sr ˫jl{!@)Mt9s.;`2o^wz  vVW]s~8(8wVWG;kW\xTI`Mjp^"ޔ͠oilKZ@C!]!yF!E喇sK6)/.:É$- +%K?j¶ǖKC譾b˔7Edh$kJ +Dx9: td2pfZn@Cs`pHءظĤ_S2.UTT_p AĠxxlhBtw&FT\%U ,BDRh475^ (+).*Ƚ +Yxıёa "OWG{M,׮2[t" &9"EMm*%%% Eaϡ'1s?1q+(RxM7>kfk,7@Pxyp*95=+'<Zszw' / QTBQD]OlivreYq̴3IŘA^[\7ol +#m #ahRΦed!KJ+pb!ZoޢゖMgXsÂɈڈ1/ńʭ]b#RB !J_Rb_sqn47]k +\UQZ\=T|\@hvOw "ch9B]MUC{ ][҉̫ }#4iVQ aF8PieIdEf\OYC+׬hc}h2g2Ce࡫Vv=zN6A979tA]K#omՀ +ss@ɧbCvlpq\cdS'BTCkɈUCUCTb}` 5jțGF0Ѩ,\0qџޖRԷbZוYV(_L"k%܄C rxHS[6IN9gViv:2)9%5|V6D[Qqd+DC4 ? ن&M!TBo!e-sQaQ{;H--DW$)/+)Ͻu>\Jrҩa!{mf?6_|a鎃HL=He" 9F8ySCU Є6M26kE~\ wqt <2XY +K˫5/”&1cSBC<iflR@P@tB~vB{={Vƫu59 ˔CĠ~><=\EPN.n h}!#;x:9\FKyEkc```\|D .##R:7r/eEɊl̞P3d O$ A +z^|1~)oDwD77$^(/)٧54HtA;:l\v5~gLb0q8H"4@pQZ::cO66s)l%V;|FD9OɅTU͕f{?AM51>Aܜb|%5("N:œ?@5]Nge=" ?o./{[T%&FgL0簓)66bh j)3f͙61Uass!a1NHTyXޙg0QB$d_\D:L}/)IZ$J%YTJI_F)Rs39|c/S};סC6o0ĝ2r +gISt03йb}NF&$^LI~7;7QiyUgHNXD7,q4jK?@BD"X7旰]h2Q^nZsѰ@X+lQw/ѐAÁ!a'"Oǟ;z# s?ګ 5H^^( 4CJF:H <\8S8ΣTq.j8Ԅw_h/Ɔ3\R ~nvS gQA$V{-wCgOҫMT%GCnQD0\b `$H/j\ 1D48_#I>RR:Q}d]f[D.13sm;-Y:{GDKHL|i𸻗WPXT,caAQ n5hHlwþFi^B!=&I$ μ{ڕKIP&ё'psor6M׮ZlsPfhJ +$RVRRPZA&îEDr"ug`KWZgi=ֶNP ?|FzF6,XR^ jx+ {4k/Zw4◞n6ѳʊR({7@D@DQ'‚-:±sptruC 9>xb2&=#âGR,A3MyBMq%vE."i eOA匨ڈ!VB/EAv.F\Q_$H| 3D4*yTA~;鷮_Mt,?Ͱ#V4>mIT QhyX +A\P|ɐ/0/8ښ״IQˏ+)44CF&sUzF xYY9yw~;Y9yE%ƦL@潔ߜsGs9o?œ'_L?} +lgg׶L8LRڄ;a tv6W_}"B7,4D9`Ih$(ьCi4B"9E(B) UpJJ䄓?N?.E}&꛿:@5!p&kN֝nh4{4kLonx9zx:p<4[ꍴrII+*݈HA3 aZAJop8*"(T&'ՏD%E92nLz҅ijq1Q'x8 M֮^|LfFѝ=Es a(+)+C,uk aG)*54Yd̷E`hxd̙sIr 6hCuu# hK|-Q Ct[(¦ UKϭϞ?""kL +"JL>u2,4(/wWg''@灃H@ċ\d#K 2=3 3# [N GbXp4t(,$-ʎX\DaDUz^P1ISHg8.mYfr sBD8x5~f׭^lB,C}=]) zh~pZW!\`a u=jhgbAYCOC?VT:VZS f46pɲ׭7߲}xБఈDE%eU5M[^wvp9Q!?ʹvE :Ox",?Cz9YiV/_ + e8]W{ڄM,h0Hԏ#_ +BRj=i~a(B8 +dؐ/2ɓ+ +/aCTĤ!5߱¼B40/<رv>?3ՎV@Ѱcޒ%OL$Fx}"?3?1@xB.GȏRPV +79{EKWt-;,X;y ;{ԛife]8TVQ4T4FAmP8<$;J#nFXXEI45=E((/HX^Mx!1LLAGNܜ[ܹbzӵP(K͟;Y3 O2I]m"XD^@TExw~}$ z~=+QwjL3al2k4ao`ȘC9%P6en$ +ZiWЦDVyښPEy鷮'ĝ 9 gPWIE!HEX@$hdXI%;aPCz 6 XAEґv#u1sy˽bfݙ>y/{vK:tx1q Iɗ32sAdkj!1q\VCG,+$7K+j[GXkP1 C ы)Hqo}|x3:M$VVAsAԫ!ıѧ"@A~7m ^B-YL8~HgU'vK|965fWqh!CP!m!|t˙|`ͲUko$K 9|Ls_\RZ[WoSg7s?jлwM4@IDo㣱^V"œP8}iNMkW.^".h4E"" + }H0D9ݝR8U!MD 9: 2l)TUe`kca2# ?H訨0l)HV"uUؐ%V%Kωfʙ"z? D QjZ:F_L41!fŪp'BE;tҕi0+7JPݓ' nM--|*ba?x#҈@>$EhtvbWaQ=}MT[#VUV J2߻e|>1D?7_wm"Zz1i @qH"=]+x쨍!1!Xg.^~CҺƦg]=d'xb5RQH5_'zzak[6TWrFFŞ? +" +t?&rvvrrvvqqqus>vx>ʵ镔UTVUcbI` JR><"φe83 _R05N(ZWXTQ 0h ZA]8y2= Oڊ&IK3`o'' (6HDx9V_lX}]m> r2 ׯ]:{:2Hh~֍Wrγ5D%#}]- 5HMšCI_ "p _g!!5!b MMM-ha<".R,o l1@et_9FInec5p6"K;S)DDoqA!x?BE=b$hT?5}Y/]zݏo`HؑSg]OfȄ.(,*)+@ &,nP /^Pdۛ3Tو頴DH + + +PFZ$*CdebH69uıC/wW};l] +I4/|m9;eDb"CC}D4 Q;p-fHʢaNC;ޔ>kjSwβz٪5ܳ倏_pш1+7'r K+aS[;`3{$~Z; e7(5QoOw3&( +ѣwo^ {y"pXhHP/ 0ࡣ#OK}rZ! љ2J E[T'Z,/GQh:pb'[#]4`"=I2~yYiqA^Nvƃ{w\LJ9/e$^= :R{ [GfViEC(2 aB#HA}F5U 5DA2No(Y׵j~'7/I ĩr.(4u` +zz N!+""t>"֦ܬp}|6Dt($oݰnr% Z}=6)@q"p!?QlUQw4:R 3]ѐ?b2)zu#Ԡ,0ӊ2}({*U1lԈƐ%U)dï+u9v_U%vR?%&Cޣmx; #"aÕ4uCL;9[gyoz(2L,6ՔiwO+(*.)}\QU-Ev#`bGqHA8Dά"O t)w[+ ITE"*))ݽs P'^.vۺ5+/nBlY3-bjj2q/ 끉E"Fz00K.`H '섃ݩ `bfn1ܹ`͊5?lܲ~o#OFǟp9{9ȆJiݓ-й=D|OE?kDBQ!>TdA> "@DkV-_jhw41Fc %1Idiby H{EP&t&Դ8 Lͦ|i1 O=tZsf:g4dV{* +K"!25a~TME{ +]qZyMq:{zdzM>2qwMviNEb^DD_@mQ }zh߿*3Lw"Eq*jں'O119gղ7lފ:7w!a%$\{]֍[yw +Kʫj?hh AuvtH=4P/!?>*!q&'VD@gsPA.|M %5Uee&]KOMI~*8_ھ N?[rRE -̞5HdTEcx nFo6$6z2YKggΛzo`h䙸衜{ M ziL|gBA<hokmiW ],) Qq5rJRB0",$8(넧 oߓ~Q84)Wf^GDU!m{_ K¢>QXIs!+%-B(qy#O(w(?ݷH*K723R/%_@Շ8~N&gukVX/YkFD?@$RWùUPCd}JFe$ 00!T@CZ:p25g%jO\jO@pXԙs IZuv{MM8 ]/5ʜA9=-Grs~D} D}{lttXmk"9pxU誢H $4Z0 A#1 +Q ab,0 !TUCk|T" +lt!V )9#ZC>9/|K1YG1S+QTzդK(L(ϡCERǒ&Jhm~bzCAɍ8f*dXcZYwpڰy=~=x*,y#\ٹmF+[/o1dS'tDv \p㐅_bnٰ! ѡ8ZIYUM~MtgǏ`UE i(ӑaGawW,Z8|i? `r54`lahTE(%, k8qX+) BLkhjM78iT馳fϝox +5ΛlY%I)i9yEյu`0 +C}Bޜ? :E=|s^Zu处s1A'>ΎkWZhan6c$C=1 +!;;ׄD9}# "--M1D(Ba p6) MMB#*c "&JZLA" y02<K8ĴшءX \v2w>9 $R]4b`"`4B}!їdѹ`Z!"~G<$RrtH$6:oضQj"HT\p"JTǫkL73>ۮZmG<¢b/gf+(.o޽dkqR? h.@Rܹu5=RrbB|計p Q`@@`PЈȨ3gФ/u=T]{~}cs+J&z,ċpZK3oOD4z-7]o?~'Giuwu'ݹueX6mjk(-^~?2{(6 EF(BRRR!hH9_gT]b׫^[(\Ћ"RDDWʒȵc*HQ$XbAĂ"E͊wsb#k̰͌g~ze % iiIBLATbOf#"vq[JSN N#UB,$:ӿ0 `ďVU$.IHHvJ,dzy$"1k0HD(Z諯LT Jᡯ㒂$<ԾC]@R#ӆ&i+Σxa͞h2Ul?2&.pJjz։S9/^)(qN1'eϞx5ҭpg!E,4}E"e*Ҋ-2)RM%L$*YR|6ʥs9'Ode"'#O6]hlS&M7vQ.D";Chn6ȐP- _St# +amOWޚhs6v#Fr8e,XuGPȁ؄#,(/,JLP;hLȳBA"j/BDՕ(K=_Ν9yh計aBݻ7d_4IJH<ɜ/_-y VɃOИU!!>/YU2r !@#rZUaRAJȉ÷ϴ\``&gOJ`/i(~m6 XtfϜ +{rqaogc5b0Hdbl`KGUX$|gQB<)@$ 1 CYXZ9~Vs|tE Db6Ʌ+1q,A(/;ҠĠ@+_Q<,)gδC1aoڰ{O*-[i۾CGoBN b=eĩ3f_7mݱ{oI=7+yI uVJ7E@˶_5 K_$'~rrIGa{E7\w4IZJRBА=;oٸge:"}H'GvV:"}\h}C;A\T#ltC{ciN +[xs”-aM폌?ͿTpp@w>{Y +ʬ}/bⓈ YrYGDdL +OwhyRS' ??,444,c(::6PGed8yl "05%Lzoе40 +^ldQ5~`SG}#N#DV-di߾%D!vpvVFZᄸ舰۶[rbsO4ia<8o#&ifye.b'b=DRST3 !my(v6CIDjk/gD,.j-DjӶ]vaNp翻 +mbWr5z BA 0333(OE,Ŗ.o 00+A+*JPc#jL-L WBAL@ҹd~t.?X:O,U"g7Z֬*-EQ~I bb j?6wv;^Z}!cCmGBN[zƭ?&'%M?-v./ҕ›<@=}ZhmVU]S#qHۇx>W"~U눈F}yc qqѭܳbID7]wт93 "/Q.#G"͛anhf x-xuxo{pU(DQ'Һ/8dlb + w*0y( Fλrf~A  }9?A|>_|7K9Pg|LxS'ܷkǖ kVADӝl,LIDZcFT@D쭨[]"#Y`nHC!hCd=deEA!@hxrJ__,62l.[X_("o-." cJi.yT}-v(fi G͊a4⏷*٣nd.:p(DaNN]vD0џD_ɓ_$[z+ʉ䃂resPTBD7#s sgbА T0*$,<"22&6>!)9%5<侧EDb"} &-0y@}jrb\LD2{i֮\tɢyg͘`gkmif"5id1GK*x8'qBABh"!==c33 +[IS:Ϝ=o"eЖ> +MHJʡ1]PtAY9 D]=?\gt C ɓGU1`'8=%1.*,8#}o^f¹Mq uDj|ݷo^11 zACk^q!m]]=!CCd„ Fo>Ht*;޸^_F}4J&$5jPxIMaKFqw˲Ge +=/a Q>@'HS@D"&"ꋈT<@<Ԯ}wܥ[2hQc4Dbj=bWRϵ^[{;, (4":>19|6[w +֥+p=yZ[UI۽sM^Do.Z8ˬNS'X[ZZJw ᧙55:k(d5D #S:u6vNγ0߼{A_?3!1Ii/^v3^ÓZ憗 `N hB뉕*++*ȿP{!3#-%9lB\ltTdDDxXXXx80p6)95=Cw (NK62C'O?J_?\[s,=hDD&xXF3C |?~о=۷l\mys0S'M07D Ec̑<\$Oye!Hh0Jj( NMg.aHbd,55sp2uL .Xjm9pâbΑzXAQ9<-G|?(+-)HɉQaA}xojhd;K3cXO4NSCu8Xݷ/KlERz@BPϞJJJP>,4@YNC W$QR/ss7ʈVd%Ŷ6 0a +1Hi9E$ֆTzz/P %Ci~y>WTۏBVzjrR|lTxșS~}ٽsۖ^kW\R% ϛ2c4'GDk+ s3S)VDbТ"ٲa?t}!dFPNƎ:ņFR3eW߸mGE%")r/]qnQدϨ(,ggQ׬Ƃ(0"U 0^ETDl.F{`IX;"HzQHQٰE͞>;Ìn 7'2Cm|N04ri!b$"z."ڐQDT^vDt 7;3]w|sbc C SREY905oTTՀPtS3yyFf#՞tm_]39a]D4lZ7PUIi]̣>!~9yJ_zeΙE`ogcEs+ jK6,rG\hD" (Ը-62FL -m]=S '#ml ءSd5xXTrQ,Ur; (&(R 8}Hԯ_߾D޲$QzG>Myh#GUf:&B+[GWYs}| ĥ.dywPCl5bCͭm%FmRm]Oo Ɣ$H~{ICZqk< 7+C<{( |2`R> A9gpssvvrlu8}3}K-iP4q„ !*5␦]}# <xz/ XfCж]%󈊬܂+H;MZ {htVND/q"jom{vy\yY"\x1!!U|<4&˿\]/kĄTļhd4E\7`J?L$= 3Dx-P[u5xe׮_hQG"# 6pr?z 3M,8߂4Y#U +W*Yhe:rN4=jchrtvqu1k<>+VY1(8$l'<]r\K + +~DmIǢ>OxXHׯYj2>HsfpsuqrtpTѓjj_0RBMFhhic3Ln$01upFfnjtGc'fHjqCcSsKۃGYN*ﻛookGbGw)+a0?7'+3#=-5%99)1bbbR4*gfe\**jyG<%I8$s|tZ݆ܓȏ2#`?f&m{a]S}*C}zZrB\ǣ:ޝߠM׮^x  3kdG&V[s< ,Q,/-bIFYMaӣDT -ԶА,yy/\tيՁk7lk_O.9ŦFj-CF0{|9|ڌ]zMWUAᔋΝ:o2o\/O7+sHdUUV& SDd0 1 AC_3kqߠd0$, ABfB4 +#9999;rCq_[99#kc1FQX+FL+(3z%#LMcFR3MMg+}+WDwK2qKmUZQ1a"h4H4h h  "D>QOMDz}>}}+)yh<<gAc.&ed]*,ZZVAx8C<^wfۇt.TrAB(zɉi1H qR/YI^|9?/'C@9{2&:Hwm!huWXghlB+#Ȇ[8X7&60g*ݾ3(-X ƦBsK;GgwOjtp=Gs*ؙ\gPhokcfHGO6xp_Me,8 SZ#C^>A!abbOHھs?D:]/.wtvD}/_ss>(gܖ z?eoO7QK#Dʲ+ϝ:~$/;s_ڮ[Ͱ UΎvufkT1 H*DZshR'MSVR:$0~<#ѨQrÆDLD H4ԙd9D<4 =)JgΚ5_{r#csk[G'wo5"$RL?vW*jNi}/_ĒZd,dYh?_\#1!M(Nvu=aq򤢴Ƶ+.Dܜ̌ԔI [b7Fo ]Tnbv !2/ `JW{!d<ׅGoݾsY NwVޮZZ:W?<7 Ɔ;w*+`J˫C5?޻粒 L iϿ?S,wD?J{_<FiUyiqiڱ=)!>ncTdxڐA=\]DB;[S0#wYq' A7(d$ `!H  ]>2*&.~֤=YyG +NܭCuOp1EkN5sNf|' ̜7pg:sȡR6D X,r056_̞1Km&[(b&"M! +T`!`4Λ^nZ҄,+!1:Z?vwڙ-)$0EE1 #S+A +d0f( D9gG +إʊ; MؑD + HrÃsc;ɩJދ%mvQ[%erd|Ԕm 7}Jda&b G,Fس`RpZJ1[ijnݼVoظ)aԽ+gz7džF YXX!m!GGEq(0(8dmXxĆoص;-=@VN*o%c[::1|9 jǒ{pY|3' =)[#KEdfbdkŋB`D38)+QGR>aHms/X/N+A$;B - {H)ige^κ~G[c=klݬںD]N32sM uՕeE9)IGD -u;;X[faxh(4^>oj|V_[SC$*+E&D2d2BPYyEjqyM?5_uhy}1GTʋDTW_ CDwo_ϺylǓ>H#h8O&v9 1Y.s!]B0%,ܤB\X  C"14$}QcMJ>y:=|k7nn$C?Lp@f\-X8Fܚ*K +s`AȺ|!#Trb|\tTS"vZt2#Ez Ξ5s洩jPɓ:jdUUU55)Sf͞3W{ '7/_G[@5(dK6B C*Dm>K<#nIcM ZF-0,8W00 /a(#}@ig muEcFZm7R[[+-y ub}=s>htMM)ꪓ'DӘѣ6tȠ+*ի_y1&Bub ݧo_a#_'LRQ6} M87{lALGFOH>v|+(c +&<>}ED,?~l!N gu5O+Jse"Pn\˺|3)'wOX]@Q6-~}zuh㰅°V5rc+΄ː5XpB] +xlg߁#'R37qвrxūWo((ڙ:O;1m$gu0%"H^yLCEEŌCںF scs;T3=iT ~VW]UQ^ZTу{DgRO8pp\᡻wx{2ˋ0"g-Ks3"#r+NKIBcB95ҍA(tmyH=|6mؾ3xWh1qGHIMϸ@~vIN~!c]򾵭M~zk--4ɲܽuj3fB|ltdxHpE`'ZxEz:,gNҜ:U u$>e ZZIC_ {N؂*B B ݌CW|K6C*Ɩr`%WkI+V:dG''rg*W3~&:9d^#4f-= R_s׶|W2@*(ܾ 竫pbĽ02E1 di-7坅5nbcqkQt"" +" +(EF`(RgRi6E{iRu5>} '7bO }~ýFx|?08,2dRsr._~.$i)?efa31݉$ ? !K,SsPW#J ܻs܋YN$  +<C󰼭5$O+n,8Z;؍%#xXA!H[c-c]8CC 5ڊomck 9 =|BEDE'&9%P9kuu/_d<$]ᛳliI=0g{y4={q&-9!.:"h~}wiknWW۲i5V@`/V\̆"C2hh5kU6M LXk`h:0 !k[ށr}rqqvr"5=x3<}$(4":.))}ҕw>*) [;']si:~loqnD?JJuEyYICJyr23))I 0QtTdx豐?_ooOBT$tsZ;vhjjbn>cfE~A!a /瓇 ++ki Ysаvh| )( LI&Ws0TUU-! ~2xohk^Ap]Ĭ~DĨ 7bՕ%EfClJ <9a">A,jG㥚߶MCkk3k9̄92!C."O/o_!a#bN>K_p]%er]cUo_3/+3W vJ7feMON ;;Y[Z452AhoUiFu֬ZATFL)(,ZdRXhJhhFM[~VW׀1=|As K+XV`aĮnBKV_Bw\(War XY I +&R:d+>fm(|+$76E=MSW@j+k3T֕G "`T}Vh&tE7>mʔI&K"(2}{Y2}Ă/ :v¤ϧL1s_(Hi*j;tv.B'ReCࡇC8a=x=C7l d}M_@iIwg{A(޿sfgϤ:w"&*xxر@2H¤ c"g>"FCabKFֶ]<B"b1 ٗ nyPT\VQ-Š[;1&L.+)*|xܜYdS ȕȈАAPНyỌo5}ͥ!A gҧ`y KĤ3shH*q}C|`͉ᇃt4>K&*"{z(;DMM:+10T 54ZZ;:C,3N̻V2^3$bXՉ+K޿{zռ܋2Φ$%#χ ;@E|)䍍ƒA#]x)]]`ADOklb#(a!7Hѱq Iɩiedf\u噅J3&.aL&q22rAQTQ\PQQidi薦i@ViA6ĈKl(,.Ny`RKfRz.#N +K+TC --D.8'b玉fчwΚ=ǑxL'L7_,SRbCz%hFk[|ٲ:K,&ZZ0BoJ}}õC۶[մ$@!Μ<=0_dAA`E/JW[L%%Ń0™HFN`aQg +_`_wOoc!aSsPh̷V'Hq.`8[ZQ+T`F0*t@_D>ә3O:D4^MQD#yiLENaD#QZ~Ѹ'M:m'mqFƛ:`p[,DD+$˸WTR^Y]WVK]z!؋@>^$AD"@SQ +DT__[S]YQV*,ED QRb|iD98R ^btn/8 +.80_}PŇ=]9c>~@yh8N햛M j*+KTŅ9ٙ0QzZjjrrbB|Eaa#I$йG =1A:(qt'OrB<S22 +UeU5WӨ!^`IѰOwް0F?e"zDI&wR.`C桁 ~O68| ?~H"߹ 7\V[} @OODEp"#;^w#c@`c(bǿz6zbðKAаȨS IgSϝp1RN^~Ju7o} +;tb@j++J)R +rs3ӯJSb""C%b9sh; X "j1`q)Ep@CfVll.n"c9EPeu-:ށN>0 w HLA("Ȫ8< Cw2!=/{E$c)LLҷU$">7;+#-5911.6H{E剜L#kϣKSY#CCL,I^25K B'NCO9RIHr|!8D %$%H0ܹyPIi x]c< 'u@~NC8O>mkii,/rc!"%ykK3)9{Ϟ;շnݪEy7n`6oVVVQJR 텆45Յ7  k^[||}b_$#(\n&tXdwm@0ϋq^O BOمWjUNjFFY#* {v?½KáITč1L>갚֯[ݷ_jD ̟7"1}ҔɓHD*(FAD#赉^=7F=FaL8Yi3ߟ;~/W}ǍʪkgpS$Ofd^76 Awjlsh(A$TG`HCSK]c N2 +ؤš\^O/ooP/  + H$aa/T8P%V+nE5 lD +V DWXp>D"ozՓ!ƍوш[VNQ(YŻߥg٫p.B#;jucGu45j*7k׬^/>D̚9cƴJ'N?~"QF5^zD + + DJf7k|򕫿[~V?}s7oxt{$?zhx ȓ(AwwwP4#R)%,Tss)V&°rhy/5X1,aXĘEB;oOCCPqIyEeM]}c @ zߧV˓bAD8.zD-{6>tpG{[+d'XeDelm;ML-ml| 8Oq!&&)o*A)R^M9~(HEbP +iBRaII`s(;)z&$N\h@^A_ +bJLK?YOS,&qpM`Nd/[6oYz嗟XtNj6G iS&Oƌ5j$D4`h`^DokRC D3`(@4pq&N_g͙pђe|ru?n~#Ǽ|C"RdY +uqi{ K`<؄@a"z!^tnޠwLTwVPQ^Vє#Y-@Q\XLF&ЮLC3At?EG$K_|"qL$\jZFVnBULQ7^oqsv/D&9DDWDLCW 4=: +@_-/+ +Je($JDb +Hf3A4p< |F8$ 2sr +TjpHstP+y/zD69ׁW:]:ܻwM(UBD*EV, +=pHtv9ZZY[첵w ?|84tAG%ɚCL󕓄A +RRq} oTJ%(?{0i%>!!qNO6cEbd2ꚦtNSwV%Sk+=7O_eK5*Np?r'`gcinx+Hu߬/>]|?}g͜S'O?~hÑ#6h/7 z=ѠAxhHxh܄ISs/\d_ZvOn7ݽ_0QlBrZfNHS\Ez{谿^] @a+~gG{]ʭ7* WD@L))J^Epu>Xt"#p *,, s49%M P1UCgˍVg'c@Y^Eq=LMLũ!!z i0qs3Jߥ=3~Eh3q\#dyZAĉM, i/0GX-NlYY9Ja4~FEy^q?]DV *%jzh( "5~xjpZS{&yoW) c.DDMloomnՕeeFZJbŹ3?_/w >={]`vܹknS=f,,-m{ ΀@1i3章CMojZz:R*99UNNv64.["I ֕ ke x~$d z&-(FHA:ݹ%r[Lw+'M|#c ُ=yl۷}M|ź?YW,[xт̛3ޜ F1lPXD?DeK/G,"D* N&E _G[+'3Ti 7/bѩS'u +Ar4H eN^><@FP-=@8zɚ$QDuW{B!ICWO ly1 ۝6ID<ܢ"[DeR'>.)F 9}'` +@?`(D a#(X(JP~ҔUTTVikt+! fo;}iğ ;'yKtDҬ !'O@^;;Z[BE2ݳg~+[[{Ggh:q" + - 8 y~ 3];oݲۯ\vͧVXBDs S'O8~(,A RD?AȨ+W9z7L/ZU]mSQ1Ii٪ⲊxZSs[G-x׏[<$>P ED +.7HDM"ѕ˗u + +H)**Tc!5 oa1Up d"H0I8 H,q+.3;/lDyaPI:;DD"zP!'jrzJD/"`wo4]'Ցk0D"PMS̒F'EbbCHFy`|HF8,,,)D& QjR`c9H|uaQQ kZ[sʕzp +}"F,=%} lb/\VҤ3-Ɓfg^JMNJQDE "9v Td r~k[;G'gWC^^G| +9q +Zq!BD\&H tQ\_RXF"\2M0(J+)KSe鋟iƥK \TIJu|/EMS0QLt8~󽦻~w6~ź㏖xтϝ=SL8n(#6D4EdRD?bC}{eA&cM4uw?e+>;LY:zKJVK+55QFӕ>rHT{j($ +e9_{k LıPw*NQT)),R!5 6.6gQTDP|VNEHJبkhqyq-uA=0?s^5:= DDB4B:;$7bx :0_(WeKeɃ*O"yԘ`Pplokinnj=V(Ӕri)Q"BO:y&rvrtt沲C]yxz=v? $a:}b,-TPfQ(O ȩ)E=hJJHG[2\QAV-,%! +㒞Plїp$#zVҋ+FE_}\ouY|LUDa!Pg~|wn߶e_iO?Y%[8{sf͜>mƎ19x,"Q?#/XD?{) ?``QcO挷ߝ;oW^n[6up9u4 ($\tlb%enAZW{tzA$Jw<ԋ$jkkT&L$K;G-&n` zI8/B/:HJ]T)5\hȸsy% у@$kH( 1wsHPQ&z߮%בDy84"rbe (O& CDz 1ZɑBV˫5:CWaizd=@v6JX N̬(/s)I qQ!=}ŅP`oooeOrr: }|ACAPhX8/<* +1*+D%jf151TcTkj5FiLdYadPp{s~sz {a9wҒ%$0T&K0Jee5H%>dAVba@*p.+%dxKme 'QI,Uf;.P;p wc_nU_XɒE ADfLcҘG>d}<ݳ}W@d + Թk7{qt0xQ/}e7e>hOW~[vv<وZ}xFU5]l0ZzR#%QWS-P a: +LTL"Tp; ?)"HJ(tD/9Hhѥ/;cTP0CȌ[58l΋Yx`ƤI.+D=R~V=V)CDl"L[UYQ$*5.D)(IxʰDٸ8<\ +qCA @(2$Fy[*%f&0k# C&S4D]][KVnI,~hTKM*UpCrsY%H'>lșd"#zؿoݮ\۔ھ}ǎλ\wBnЁ;pt`I7h:bi!: |Yz}8a%3?@z=H+niB <#^'W4̠T +7֒sNG]S4i#,{ɗl +KԦeQ?w=:*fN8vc_|Ų.fxg*D4";zsÆ >`߭kNlmm!vzDO|QAd ޾;@ԷC&ִ|O /]Wkoؼ}^G}OG%gf/_-fծ62ZHh_ͺA$\޽;RDU(W,WEr&F&KX]bC#$*Z]tI=<<C>|8y:0(8lxxnLtšt99RBDS:dF2R`d0/K Har k]-gt_hmT5 h9=22lpP8`"󎭛~oO?ϛ;gI^{/ɗ,N +FZ!\bJhyI8#eDݩNh)^+;]󹫼i?*.Dh<po/=۶lܰ۵W~|_pgϜ"1A99VDήMmYDmZEW3lm:v͡{^}0h_|7&M9sZM[]{=q:$,*.!9BV!JI묚"G- ]sDdd""0Q )B0|~tEiERRR4M*W]&haCFTVqAs>HE8$RMd"jll!z*~zNF4-/J)&3b)*%' ' !-p6㺠?it%V @dE6AGPiEBEA ʁR$! d%{2N2LI&$$`CO>;'Kss ;p~-澖C`ǹl& &+7άXh&%9#?2^Acu!~gϜ>y$H)ЉNC}||ICA!xd1I+t"k0dJ2s E&"UEEBE xQ"$R@\@( |t5-BAhkU/MVv"ŋ4X{cطg϶ohӆuk^eq̟Y3Oyr¸cF :dP}XD]BDNN]DY?Ni<]ٻ[ACISzzs/Wl;`;w;pi/؄3rSyeu5zۉFBk#\-XWMęLD +!Zj*JJK9 E&/Lv`$**]D ~t' +pȘJk{2;uݱG}(t-ۉ^W5O{K(T )RFdx@d +eSslr\!jPVjjml+pM=\ +6qx7DLh YF$\dfR`_H  = N{3gϞ;s? (8K {Ҽl`5a!Pd ZEml#E|NihP0HuPUI1.,njQ:1BMI]ijk+Q͂h1iĉPgHPYG<w|-n;+W,[fϚA"O"9|ؐAD.=;Kuш~b9ȵ1q6s֜-|wK?ģN0nÇ׵wO Yv zsw^}D 1z츉?ss-r-_ }sCGN KJN/Tf665@dw7ݮ}}AVH*5qBq88`³F dEl../]`gʂրQn𰙟D$vϺP?ni?C"h{a"mcNR/W*YFy m0Ğ7rlRQVV!+a/0bao v#m8\fT[h2+i)/&%D") E"??_FIC.^JNIMO'vfț|"p5CǐQ w%+CT?}mI"Bl%UfDg,WmUJm*[L|S!̌4()!.:*",8G=,#Xc/. ~f)x||ԭk^..HDS'Y.NG۵oظ Θ5 _7\f-w{1O/ȸKYyPEeM]CCcue|D@竽)HW?",@N臈_T8"6 KK掴ꊫs24[[xVKKUEEjPTJOKMIx!)11!.6ZBCe""cbcC /&}x/&6lB +7^X6H$n_/F( d1?Nе/ 0htfIx⯔Kͪ]}-茞倻 /MNMB&JEx9yȡ/|'>ڴaݚUo-cbE gfL_}K\>ݹGOOJN/2KU5 f .@$CEHM,"&x)'Qd(1E*EpCꃇ&J*tH/:AÖ2|-!V)&Z, /L2L$WyZx^_X)#8) +5pN ICCDw@ f"jlabRJlʕ d6&"EqBQQ:]tl\|BBR҅KɗICPNn.^Lby x*B!UPC(n|T*+f1+bQXU%eGA#C]e[[ꋦhb:0QNQ|.2DtGmnaN8AQQۥժu:jMUWYV]]kںjZu=@I ! w-}wO)˛po5V, ]4 cG8hoooO7WW'GQO@9 D.n^>}|8,hS7x{wߏ?F]zv|4-CJJ+͐Ѱ0)lhy=kY9*DIyHPѕCN%X5xE鈋 +򱴤1JtGXuzrC$<>Ȱq}oG xYM"bMHO-<ά0db!r̛PAHS&MCS +5!PCC(2qrJ:AFwc"FZBd'1D`"T*IFƂbEcbnB '$&%HReiL2;GF plB 5": pOOb_na`B+z|[ Da]"rUrWpj7`TvAOGFBTIrb혛ׯ\ߜ>#ط{׎m["7[j硈&M|~QA }}x:;9%[:eQ\\<{8x舑c')/͜3Wnpq7]|-&61E&Wdj K+kC`WGﭟUMlGD*'RsEFCQ7-I*VN$I=]ȏlm직Ȳ?-'tl9sLD$s<*Ew^^<`ӓޔ TC fĐ1D5P9d3!j,&l)%":OQs +bT$%911!!>X*666..>bH"@C!EVVJ ^h^!h0fžDT]RL55bª2Ub`#H̬-$ *󪦥jy&;D88z$lMvue@΄ׯ^uܙ'}{vkADaM<~̨Cy{89Rӻ~7<ՙsQ޸Rk Jigne mk3} +.AAE,] ^ED6b{K1cJH,)8)ew?!r$A >~?/57Elh̩132o Duyy%$(9z!!84lkF|H/| _A`gD$dĤP,-M.TfegCy|v~ D3#mY{Mv~n)=c֤Hu  ;٠o_BXzjf$*U9Y +yL}ڕKi"v>~7tѫsf͘&=rX|}<<]ADvDD]  rptrvuݷCG;IS<%-c[#wϏ8yעiY*MJ_SV#!moy=sY#(X1\d46+7BĐ$0MR4%uxEI{xl!w:D5M0*jlf&j`[CGXYJ얓%"Q!{V!"j=l:"M Dt@'jk]aa~VC;K (Ip/D*MMBJPJh +u:/5D(D1Bɚ,M0QRž"~ $ 'K}cW#cQ`3k-|#DzSM4 =S\irUيLyz$9!V?\ܙ~uCQD"Dl""z}W<}Ǝ14p~}===\D=@YQϞ=2,h͘5wAhUlm'9~}vBLQ)664){&3WT#Vx=ʁGXxEb +q0n;Cdq.uDY=70Кlc#<</60\BBu$`xP [iHl!)Id&i(k&{DZ|ޡkD|-PTfffEX2`PZZz\RU*u&O- >dhq-E /oIBy[,a$R u @_"YV39+Ƒh^r2=H8x`\hB*IuڕKQϞˣ[#6m@-a" +1lH|}<]c"_L wtrv 9f|pȔi3f[/~'NxzL\4-CJJ˫Dd=d z:X=feJ/EFQKD $L2 *p{=$.uLY!inECU,yS䐙.2/hZx52 +rsc vt7"oG򺬬HW!T9YJJeVVvJր + C! `V+ePY!̫!F&3PQX+J{#7v%m4Z½b0QYi X Vd$I q17]":>ݿgmݴo\f|iʤcF 4@˳ D AԽ{z98:{z7 `Р~2iY, [֚;xٯ-/QҔ""(b/%j,w%KԨD-Dc|b4gX]^l E̼{{w!fL~,g=?x$ę{()%=SA[#P c?,h$"0֠} mR4\7>ڑm9/2ҵEEEdE!MH5/Pi^Z/Aky=:*"{33оNNb"D"# @CɊ!ߔ5 E ,eE6mR64E +0c2렱DR" =RzS>±vٵmˆu/Y8oΌiǎ6x`_,m4twu_Ѿ.¢D5- D"ۺv]=4iغ]=z4t三g[٪ucϾs޸}aDTlBRJFF˃M=D+?^:H` =D.FOckD wj-+CpLlISB6z8b2Ѷ=j8Kn5aBRUG"԰RSRd"P( a(%55--8R5CXCYӸq{ +|v"(77;; DH$&(?8@!B + e(C:4ՙbHZ_B&no29ua +ٖ! ^3B>pxoSEը"#]:wwnݼ~2iƍ>d`owԾmPK&> <@DHDV"*AdmSݳA&~-[VwB :ri]dŚ w޻`g_~΃qt6;GWx>q 1"Ƀ,>’3PN +NC{SAM#'#vвFE XpJV:-7Uȟ|3OLD/@O\Z0l%RfN + +PZPfk0K4YHoEխPE8 A)'}iy1ΖoTQUZ%t$f'%QFZjJrBl=}",hM׬XhޜS'`ؠ}{ӽKmZoۨ]][kK$"3j`"">Mt-W?eZi{?p/]~QdL|RJR/I|;WT:T2t,PFXD.@4J@B*X( YHc !uBΥ``/#zFA?LOadd{SN#"B}k\ HRf*c#?~ N =LDqKΟ "3r}zwұ]P&>^nֱ@"2VDNN.nDM ;`Ȉxkܲ훽? +=~+ݾ "*6!95]=-$ *3Մryafؒ) &vJUTXҵDRѥkM(]Wu^>FxDHD@((G Y(;;'7W =e"חՔ}&dSEB/L+@7NE 9M3K*"Ve(3"QNU23R␈.N =~ k?_gM<~ҳG׎[h޴ww7][DoATʛ" KKkۺN\ܽ}|[ԵG7y\մh#*J!, NN8$$ʍD +E"!)BhѾN4MMt=oL3n s?ʌz}?λzx:{>zphx䳘R2>VT7SF|ry8^@̃y'i;Tm\8 wAIy$in4 Lsw89!u;@"0[ZHE0,L"!@RaI0r{p ~b֡1 !!Q+ ?SfZrRb«O"ݾuJY>]۷l]axY3N +-!1ZL ,x+PI Кohbjfnju6;pu?tـA!aG'$~L/,.!6HdNhҘc;\=?v9,/X`,b+xW<-D۲Iq)"20$"@"&C0?b}`3\`c26 +X_WS]YD9SFjw q/޾qySޞGpnRyf&FzTd$ "<4JP@WRU;hYs,Zrz-w]vνQc_yDj!S; +t0-=;],M2T{3j۱4fzBg;&؞6x3>:`$PB`Ԁ bkPw0/]eTN"*Ra2XW[SY^R\9/;#-(>~hͫϝ8fum,7sTcC}-qcUe$%%EE‚D8*  + DFKJ*(>AG`4.^F_GOcJx_X\ZQUS -mԎ.hnG1@lson-K?,sY^ۇ~aLkE`bS(,%) cB BKh_ nH"PbMb}mueYɗϹٙi޾ųw\9qhߞ]۶:ٮo>td]mMu1JRRD !XD8*X ST;^Ck9-]i߷r[EDEƿ}󹨤D"Rک]=ɤKE4z1xzSx9\:WksZAB"2l0 + CB4Eez 0HX_SUQVZ\1M|awn^|io#\6nͲ 暛M31ҟ9~E9iiI qQ"D$  KH+kjMrE3>^ٵ}F{;K-ϝ5}qcUed$GA B0 "iY"qt [X.n=x,&>ǴOE%5uFBiv A4pp^Jƒgp;lXdB2ME +Ģ6F(OP uw34ԋj#ZdvXDܬw /< +  +pğwr~f&5ƫQRF@$,$8j$." DbL3cai|݆N;]ݏxƝ{Q/_@)Ѡh+wxmVCÚDEh`&B5-]6 Q+QmMUyIqa~NVzʇb?wֵ~'=iU+,Ϝ>h&( +"D|C#FD%$dUƪO5^+XZ456TWSUR!F {_xh(AaDRҲʪD:zf-uVy  Y QrZfN^ᗲJf2 +"!)x-YJnD uk"^FBo=&; S(DDbmuy闢쌔7O޿|=Gqӆ+.?gtIښTe 5R@t bRr*jZ:zf[XZ]kiCާ/^y~DTWo?gW7@ joA4 3ӡ;1"b"05|Za\^TDmm-ʲ t ܼ~9[Tkǟyy)DBB$2JqDN#EcHB!V7vG)Cs+Z @[pL #/-,m8qDB"G!GpHD yR|-׮^271PUV'-)*$@GKMINh7D1 cde;|XS?\q7~/c2s˪j[:{? f>,*XOF˛(F_9h+ vp'}6+SzrjzŵeM@ۗ F2XH8jtxhlmj,/*JOIy᪍!%}{ExYh`dĐVADDd baƂg,/\qpvs_gQqӲ>W5w !ONovo?muD3+ XWU^\!+#uB̋~?dϦO;qHYANZBT"9jD`Xعxťd=q䬕UG^a)y%U]F(D3s+ [ +@[F?oc3O>/`@4=55F#-M5Ey3$EGyኍc:*H qs21PQ@ "@nhDH`0JzFfVn^i[_wr1 IoVV74uvGF@ G{m$MOA"X[]^R׋~>^w].ZiRRdcfd펠y1)9OPTRZg-llqyCgQieU-]=Fc艩Y,@ n0$ˆhfj hhP[Y1?'3-UlTē n:_`qQIK r01PRI  aADHDBFNAIM/$&%#xPΉS&斗\sq' I˸)Y>W5vt"H4"6D.ٙqrxT_]QR}ё!~v򜩡 ?+3#=-%9) !'\ 12rp +ݯohz겝=G?}~QiEM}s[g18Àhv{@ †#"DLMQc#C}ζ憚ҏ9ɉQO?hwzZeJ +A bca@ @o @ [I#3 +[;=3$yL›*k[ںz}#cc艩5-@ hǴ#" "GF=]-UeEYIfj8_7ZsN{g"(%J 鮄)DFРT(J%N:Snz?uܹ{|ɣ}ovur45^$/#@˅"LD,Yºq +JH)h,346Yc>!QoKMWX\Z^U?426 _} g 6EPHQ$ζwo +>ys!ԱC~>;nrYgH_GKME^VJ\TX`gefh1wA$"6 "YY!mp(TąxGs>V54vtD +DtA4T +@4!1Iy%UM}Ufkl7lں/0XXd7?++UQIYEuݧD"A4",dPOWGKӧW3߿sN8{N6f+ik*IKpa99XD ?UPV5Xan6AO>wJ­2_~o`@D! MOOONR)$~cٻ7/35ut$,DA|컈tDhkn(+yS2+3ݤ뱗Ν9y䠿l,MW.TQb8~whr`p|D2 +D:F̭7l/(xZBrJjӜ啵 M]}CD$2C" h^ѬiD$"a|dhݛ—YiRn%^n@@"V",H\RFNIUC[h5n[=w9yrg<}UTRSs[Gw ~dlDP~W  1@DG IDޮ5޿-yzk1Q`keHo + Zzhb&f81X.^~Aq)ye5e+Ḽmشkϟ;}5fʃ̬oޕUT5wvG'Hd/ s wMOMRd0~u~o_ ;{V7G5&+u4ՔeDKYD{sZΉq HH*k._ijacyog_MLiv^*k?vt G d2urjzD_DAмmDDi$B&F=]͍5޽-xz7)sCuJ]-ue9iq!^n."6"&$"O bc`D%eU52upvرk_cQ1q7n?x,'uqiyUmCQ ~dt@P'iA4 6?;׍QW+[dﭲ#J"!*#"RTJ!Bo;uǗn9w^zLO vv4UU4UWd%FG_-͢ xP޹z)# t5U%Dr1獵E@DFJBL@ϡ چ f'5-nv.~!1IJjZLY9zFD݋KJ/*kliEA  ƒp ‰he Po(/YZ{Q7w=m{𠖚>IQ!~=,L 4(HDxo /~eDf'z^ KN)(.ojmv # _\^]]C@x É D[+ʊs3ӓb#ƒ/zu03:_VJlDL t4THD?W@X\J"k{sCGy?>9y. +D]&P}AA@8?7;51:4]ueY1 +ёAPi+@@$,DD;D +"Ĥ.JjZl{E$)h69uJ;=NI~m]CѱəA_DianfjjldC[ӻ7_e=} ͐^n'-MtԕŅx8ؘQQ`Hwlu"- 50:yDQ? 6@:ښ=]D\N0X&D!B@D.JZ&=!JiI)%${'{$=wz_E||Ϸ<-opdtl|0 X߿M! !u67V}.-HM +ps~蘮~}wJlD bbD Y@0QRa _ôemD2rJ4t,/X߲spv {[@T I!AfAD$h9iqQC^pws9 "+" +A- 5 "V2%dj5@dP_ b%"Fh֮c@ċhޱf]yːQqi9EejgA442D3{A+DDM50&ļ B g@dnlx8~h9בADEZf6v-Bۥ*?nt>xO@hDt|ʻ܂յ-mݽ& DA>B `_DJ>e#Fyy8޳vC0 oۺc+3=T"FAҥTWR301sm* $c^9t[^{70ML|jzV^aqyEM]SK[gw׉I SD}6E K{ksDc#_=pu&'F ߻[R\hDkhiDh1% -& Dۄ$w+j>zk9x< z>;CɧʚΞ!2  <5 /mDUK +r2%Ž ~do@t訮2 DDg -5Xoă@$.)O^YUSե;>F J@TT򹪶KO a33@4P7!ޞ޸lu"iI A>M?$"́&m"մN|(m\bZFNAQ)QDDc" A}DA(u˅ R#HVpCK()[@/(*s~um9w]g7QI陹K+Z:zGƑЦDAn"@::ao3 + C   MDHDSD_:Z JO!蹻˃745>B?f9Q/_ qAa- 웸ŶK)9bhbvC'}^E$$P\^YS70<x'OY]v~ᑱ)E%jZ;t    Ear|!JSc` z&:*J{gA<"Jn# 5kYoؼ_PD\r>Ft ocR3 J15  <73o D JO@덁"b?(2A¶s3>U-=#So?r?uT\RjfNum$@4@ AA4 Dc#D=]mMA*c{6.Z$H/Q|ρHhޱL-` yD=#?@4 pԿI1"&9m!Q-^JIl5 -=#v.n^~A)TG 2>u╛wxON-,.@?42:6hz['^5 3T6YJM!tM Q,e)̐EbQvEBhQKn~ֽ=-99oy!ę(>66VWUT|(){65ՋgOޏy= +"=D߭\fg;S'0 R:XHIQAH+>wkD aAv/DADQ +Qi+}m#B'oG q=D])X =f&ͶYduD?{sAW݈~8NҲJ:DD!8T+ +@ٓGnGD(T1jɦ-g[du?ؽ +K_y.ыĤԷWVU5D!*Ae<DNdA亁"s4U"qDz_e:X}Ʀӭ.Z?ܽ/^y?H|6, F!>ffg(<4" ][ [ DbP"iD(FN46aemkl-[w̅ˡw|_Ȃz B!ġ ((KA~)@$^~ QS34211z25Dz# + $^DUDB!łmݹL@4o%ۉHP5 Y;ID%& jQ @BD ̂h8o&Mf1zbG~yqs!Dw<~Qfv^aQɇjDC!8j*de0 zCAr?],LM yz:#4Ԇ " (CNVZ + hD]:*"7D ""BbT hDV% 2 fA4bK3 K*"B B,d :D_OMg|;gz +D nR={ !:Q@$Qu&]Vb>DC5G 2gA<}ruGe/,.-5B! jl(+-*J' Jx!QXH\V9.^0lOw`YD\3Y @s~@ +;|D!@DA[D- rr@@gD=}t*"B\#$+H +ɩYٹEB!. :y RV@@EAdhdbfnimkfۮ=޾D Bq<Hr_QYXmGF?e@!~*@$ "^ lt΀(Dq IiB!!n$ +p ܅Aki}3dbG7owihD;D@D9%DUB!!)Q 5FohDyDeB!D7"Bb@D@H@Doz !"D"båhiQ 2Ar-wQ +DDD%O)UD!@z/ rpZvoa]MHI̽{aIYˊ*z!P UPV 2@dme "/D1D9l B!"`a)s@}? HD9w"BKD4F[Z;.Yf#"cSi=BD_P_ z!bz"E=d(/֨цƦӦ/Xu?u•;ťDU>7|njmmk' "" !bV 2 <}Bo"BL B}A$HHNQe"[ްe^O#\|-Fzv޽E= # jQ@BiD迂HAeHDVsVQ :x80oܺM!_@pi6 &YX͚=ow9~:n z-QF!cP/2'Meh; t5ͬ zB!  "Yeں4,gΞtMDG".&! *)c B!";AIh"yx +!?<$4unj`:e-˚ v>q\tLBJZf݂ť/+޼& O"B@A5p/*(ihY:8.QdtL|JZ;~Q+@BDL֯7D%dFhchljna=hz?}%>Qaq+V5DBIDQ7 @J@ohdbn1c]׹tsu[w<|$4גng?(zʪ5ul} B!İ"D" ""4D2r: O$ 3ѲUkls'0$Q[yw<*! k7~D!@XHPD6")V6/@O]xfFJʞ$ DDDB1(HvhBUk6yADi5D!@X4(qtHZVAYUS[Wx+kNK]\7?y!&.fFΝD*Uu@BIDEhD( ' ҢAdnIhj^~g/\KN+(,.-Qsv.!Al +jh7025ad[w?rlkIy +8 jO!QE%dT4F=t,^jÖ<};y&[s6|njn"!s \) JHJ);j\yǞ>)6ͬKa.&\Oʹ[𰸬5DMD߾' A@!bLb?4 d5u &M=yڍ=NE^OI̾SPQݧƦ֯:"B BHX|8"5"} +Dl:-@?TDE5465D!@Xy WRohlbn1qr ny|-FzV^ҧ_U}KcS D`"B B,H &Nfhn=F((7lUA!b^buh@$$eUԵF@4u,WۺsρÁ!'Nt5ܻDOzW]K"B + B,DDD\q # 7v)V3_t-;=|8w16!fFΝ%e^Ty oB!!Di :_HT|ޘqƓ-mfuZfCOFF'λWX\Zj[uD!@X(qq LHPHVAIUC[Wt4k;+\7n۵/($lԕ[YyK>UYgD(B1(~<?? zn#;;#wP G'J;uZ IY E$3dU^u]F:sn7|~x+ k~{=}/Ȩ IYE$Z;{ID!(M$&o KH+ij523wptr3GF' *B1r0 +"&&f6vD +{QjFv~aiEUM]cs많ށAD_"B @&"..D"$U ]v.^@EL|bjFV^aiyՇD!-MD4)604YRk6l۵?=.\u7 8i7) +J+?64wtv @Bq()q LKHPPVӚ?osouv9xԹWo? x69=}~qYEum}SKۧD"B@&"b"DJc$@$(,6u,=cŖ6v7ؽ3?zWTZ^QOB!F Bdc ba#@4_PHT|9FXۮ\}>nܹel|b껜’򪚺O=}B! BT?H`8]RFNQECKWd59=r}>yQ’@D B!HDj"!aG@$FHAE]KGoeWٸm?]04EL۔jZ"B@&"Fqp +N!=gW9nr+7}? Cc}cK[{Gwo_@D!Q ">.Nv6a!lD,߃h(lv9z󊗷2rK+kA!b"D Dl4v.n^~!QqDrJu L[Zۭ\}#'<.߸8˘7IyE5u ͭmzD!)Q'7/8]JFNQE}ɢ%˖XqN>w{Cx.}aIyՇDIAD!$QQ "DD9]r ezXXnfÖ{q̅7?|mrZfnAqYeGDB!F BT b&DD?EXttYyeUs -mV߼eW|= +26!)5#'QogD_"B @+7/ " i9%UYX:8:m߽q77}=}.' DB! BT?OPHT +"}Cmڶ{?=.]0鋘ĔlD B1Z";d^~Aa1 +Z:fŚ [];uµ[>A!ϣRҳr*? jn?0/׋#Ba vwu4 WOB :Jh3@4#A4"Q޼ ͭllSg.\sQc}#N +DB!Ɖ0:ATkyIqP KH+i֛k`w>z;ŸE'eVT j"@708!b~QO + h|7 "_@Hd,]#EK:۴nnܾE̛Ԍ%U5u M-=} B#A4444@'%DN 256_# bfa@?ED| +*3u MXX-_v֝;}ⵛA!ӳr*?76utu "A B!Q3ܬ_bDx)"6;d>>Aaq޼f6or3z=x<:6!)-3'c]Csۧή1AD! hpo D# JU!D@F]BJVNIUsƦXۭrtڶg w+7> +{MQ @BaDmQ0λ"}D*8kDL̬$  M&%CH`D뜶w䄛޾b(/,)ojm!A B!  eLq0YXi\A#"3s *?|k7qQ{RɈD )I"9šPTP)#3eDQDHdキq$?x}ᑱSS3X b t ~HKzhDok@Yg:" 1!>nVfFzZjJ + + +@$@^[o}~?vܥk7<@ JŁ + fdt|b9AD +f<DwB""!%E gddaUPVܤk`dI32s?#64waA4 VDˀa9] "ŃO@XLJV^i:-&ֶNGOpƭ=KLy.;phxd, "{@tmX/7;X_XTRf[[w 42e򛌬uͭ}I<@DAaw J{IK +(7w`phxh +@A~)ܸ+DDXSP3sq +KH"ijZڻϳW}GHL}>;hh + 9AD- ^"Xضu"qAD'7Z͍:F&D·=NxaQ^y[𥬲gD" h zх} "%#F b`fWRXgj. +426!95=3'31V44w }AA+% _̷ +c U%DwQ 3sp I+il72agag.\ugQ/2>W76utb'p ŁDAnˀu^ +{~?o% bI "%gdaY~fmV6;}_̜Ⲫ֎!^Dss" +~)((y9mifeDRXqsADNNJ@o_:?@%5 3+;'F-Ʀ;]zz]$<*eʛw +J+k[;0#c_ AA&q D ,-* GD/cA"EY) ^nN "Vƒ"6n^aq)Yy6o5k3\uȸ䴌O%5u-m}8! " ^"{ s9i "C Z"Z&$e(jlߺ}aDװ zQqEu]Cs[GW fdDADˁ(vji4HHH)iXXٹxEĥdU57m16upv=z~GǽJy.;sQ)QSK{gO_8 "fgp uw4VW`A@4]‚y>y2%݇܂Ɩ6aA এA,L"[,/#)&́ (‚h5953+/%U ڛ Y9xQRff|)ojihrj@Ax@4BD|ϞpurF D\D "i(iX9yEĤ4t M,mxpv`؄wY Kʪ[;{nSq_ 6dH"p:TAICH)GJ*c2smf6n[:v7z=GƑ bɾ iT*@4Dѧڪ򒂜""]:}聽;mZ#PQ hSD\81I$SiDA}D#_ATSUћ0a c~"v| Z$x +m]cMv;98}5{O_N|WXR^@7@4@DA AA,Q%D) y;℁rD˖*HW Ps D$e(k7\j=\:sfPHxijؤԌҊ꺆N$ѱIJE D4 X1fS4*49>::Dތ@TQRn\q~5]m Dd$D8"Y~ZS3Kk{]=\wGO^NLIy_TRLA +"Aj Dݝ>b zvDW/zt=h`r$ ͗/beWh1`yݮ}GOt-vpXxdw*k>5w} (mNG %Ϟ=A} a=QWϺςO &F^HH\T'hѬ8xp|B"R*\otV[=?sݐQ1I)yE%:z #$2hzzDAb B "'FGz;ښj?JON|I$Q(T":D3" <4Csg{kc}MUYq~Nfڛ"޿w.ܱt"D91AUXghljf鰫 W?xEl۴O-mC#cL}#=| A4LC jiTSUZ$KN>d:E Z '1A D xpx>~!q)iYE%u-]Cc 6v9=q벯ɩ9e5uD{ dDA녁h"qhEy?aD_A$<"6|!"666<||bR2r +K4VV۝]<<}nݹITLlw KʫkZڻ{zH$2 "   $h4 +qb|lxQC]uEIC_<ٺ5jXDANFR\TXq#K !qppr$ 3061ߵk#_&I+.khj b "Mϊ@AN_ADDÃ}=m +޿KOI G >{.Zl`hُ b͗B./ $*.)-+B[WhM=};ÞDE&$eU54u O$2~! vJLQɓDC.?fG!wo\8~ྜྷD63_RC HVFRLTA b͛@Ď@č K),YJrKA^%ddW7vt&&'d +D " %DY6}*+LMNq~:{EdD$oH +))2"D:89uu?ߺ~NON|^m U%yI1!~.h!m `A"FEEC@30sr IH*(iY?~ iY9y%յ HDťe,z mzh{[Z\'Ɔ;Z+J߿y8k::rHO[]EQN ?' "$"j"'il|¢;w+w{bS2s >|Tw`hd|rjfnB6AD\_[]Y!`I jo0ufjb\L@36-7RSQ!,  6Ah;5 I/(".)%ghbfaicv?08,":6!)=3'Qw,f*,"" " ""]\CO v7E *HyQDW/w>nafb +E;+h6"J7!~HLBJVag]=s34<*&Yˬյo=CDD 3/ jknD|,+.xٓw!]ra3  "gdacSPU3wq3.^>oߍx$>95ۂ MݽCc /"&@ Fdˋ֦/*>JO NP9G;+KsSc}=*JҒ"\l,hH ~ Dl0a*i33utvp34<*i7EUo=}C#92_YY][#h@[@y[^ hQuE7iIC]rsv;~^m %9""HDhHfV6v.>2Uh>tFяS2r *?ա[ڻzF&gf0 K8:$"""ACOO tu|EUHMr㚯煳ǎoWKCYQNJBLX() C00qr IH**k0?bepQ&$eU74uv NLћ" ""@ h#yhJ qKYP_ϵˊ r_LyaĝϜ:iiafb[Av">nNvVfF$ DQLdDDgdfa!KZ^IECKh!'\ܼ|oE76,,.aq8* "@  ""q}ua1鉱ၞo-_UW~~%s'h*KK +pl +,M"B2@"bޱSRFNIE]k~3c6<}sN/^fy;0<619_Xbqx,5$@ 0&F{:[Qo3SE zᤕšF{5T$ mh;ED !`sp +KJ**iuH]EAVJBLD= 55 -O@1SϹzz_VȽGOH&cƦήᑱɩi4faiio" }'{H\__[!9`_WGWT]ueia^NfzRB{A]NXg[^fl,̌H:CT۷m8|k7#"cAa1 NKN.nN:rvDTlB㌬܂ⲷ?4;F'H4&"  +6Gkkmaj +-%.,F=vNk DDGB/.}N<p.8z؝䴌y%oQD78<:61=BcqxE; ~aDD< h15>h"@/((".%-+gdjnIK7#S2QE +D?8<6>E("]D@D uihCd]àf&Ɔۚ?UWd$FEܺzi_o7G{[+sc}MU0 1>nnNvVf&FCD[AD/ ,*SPV10iimt Sg.\󲨤Ɩ6x痞i =]B"HD+k"Z'0~j?zHAB#c#C=[j*^x0WϜ:y>;K3#=mu%9)qQa^n m ڂQA+;'7/$Lf.[{Ggף~.^v':6!qzҊڻGǧ蹹$huuDD QơՕCd2_ǠQ3#_{;׼-/)JOMzv@Gw275TSV`cabdh֋ 1qp@"+jac^>~/ Yv^AqYEu]CGxGWO PED H4O "̾hC$ΡHPwWu*ʊ +^d=J#Ny;hocif(/dupƌ݌}ߛP$%Iơr()$!cdS{g29Qy?5zP@AD͂h0,l\@D"R2x9Eګ L6XlupydPo"co&&(-"jli IC#c}""H" }@DD$@Og[sc]Orf%߾y1486[ kuW*e%Ep\l,4 +AD͊DX,W@HDLRZ/gf5bdĔ{ռFDG GD`0 {f&FH֦5Ue%Ϟ>LOIvtqv8X_k(@$&,ϋb=m6K"Pq  +I4uךoܴen^gB·G]O{/QN^>"~" qD@DD33`߲{hzz +xhb|dDjon{UUQZ\$у{ qעCCO>~:U+5ԔH + `9X1L(Fz!Z#hfV"./""uMU&f698?|.,"*6陏r +*^""jn#ѱE O7c#DBOWGkc]muEYIQԤї/ 8{j +U%yD"DDߜ11̬l@D8>~A1 )Y*jC 6v۝]=; DtҕIw3<)xV\Z^U][?@ RDѻOD[`4(&;[k+Ju?59>.&2ʸxztDX_tߵcjJ?J +8YYY0h#DtDDKPLh YD8n>Aa1 iYjc3sM[v8{"tHh؛ ɩ3s!qI)ٟUW341[oecyCGB#co%$ET@ RD4N4ѻ@0?A}} ;dCdM z;[k_VdOw5b@?Cv8nٸ~^VJLX @ ADȈbB33qb8^~!Qq irF,m=w208$Rd̍[I)deQDTUS[D;@ DD0 aQqI*}cSֶ]<9s=>1%~EO@DhjLYO0bO#__%_yflsA^';+3MCDAĉqI,]&lfmN.{8w*oaWbR<$@ћS"Z0boEOq}ubL5(_>_Q:{vlQC3T$uw67ֽ,+~^0#-9!ڕKa!gxyuuv۴q:U qc9Y!D И/??3hKR4:]SiQԈDM"}ߴ]uoZ=n{Nw4n,+EWPRRQghlb6niVֶs "Z~㶝 ߀AB#"c%?y&3;' BmD F^!h: 6:Ûh1r_E!&ƃ#8[E1}4yCM Ņy9ٙ/?IJy_O:cˆ5˜:͞i9y + D$IDD@4! bh}Ccӱ'Nneck?qr57m۹'}CB{/!1ɳW3rr K*+a"jjnn~jD=ALԇY`5\kvl OuYƖ/@Z#~?4F!P͈4><⡆ʲٙ_>MN|ϝ[aϟ;{;oZjEsmmfL4|h-ue%9 IxbDb⒒R4"R7210i9t5.[r8|7\#bb%<{(QQIy)V:?Dر.D=9݋]X[CmfK Därn);Zxl$̨{G#j(GzqV +Cu5UE޼J{8!n+$)oCnuYr'G{YVӧLcb(/+M`" ΢ IHHe)kD4y k9䗕k]6owst`pDDbb%/N\&!Gnk +JXq +꾡F8 P;!*ʲ₼/$=rb9G=m۴~/Kͷmm9u8sS#}]-uU%E98D@4#G"DLD60-]rͮ=`" + + }ރSx>F"ǖ*ED]4"E 4}?#XKyggn~c>׉n.>oVGC ?MO(--drc}mu%C0>IJw'zDإ^7MV;/sZ`,S&ZTSQTgウE~`H%HҲr +*:zƦY"rXy:n<?~t`𫀈b=HLDQ~ADD>67SThD #] jhĎD̉< 4?U80O ǽ{ٱeKͱ1mc tu` R&IJA@~`0Dbbihщh˙6s9Zq뮽{y  yݸ}"ufvNnAaqIyUuMm]C Q 0E0uCLԋZ@.&D;+OÄ@"^np+ac<,>ܿ~?&HIce+=0tE֋>WȟBt.V\r`. z#ew>wbZ{ ?@\vD{go篘g?2.`rFH^|pL.D&9ݠgutA-:^k=/l= +d|e}]^,%q~e9oItW x.ZE&;R7LCmmƺʲٙo^JJv?N=rpn-.kV._0zIǚA@(/' HBD!h DR$Y9%U5 FcM:jO-^z-n{{zy 8r)ʵbSx>C`&;;38=Av f!z9{Q?kA]8lt'TP¦g+?"&ie=" !hD "țcKHD\'> 7}t4-^DN6(x!s/Sw%.rO죏(ίx~C]mvDckޢ'^4hOTjKK38?7'mFzӔcE㌟CwluY%ϵ>y83CښjI$%F QD !hedTT4u MN <YJ$"QN egISҤZ5jjjA~JU*KW2㒔QE(L& !I&ü'6jA/xk,y3Y-=Ðl[($Za2mKp +LU{omV-ɒ쏲9hgU<,/+-.,)έ7.;}*{?ɦ^tQ_  6"(8dЗEK^-w}˃DSߝp Q$DDi +#"*)-XQu ;uUMvWKR"56"ԛ ѕ)wgw%ZbR򝔻iY9 +LTYHa"Und-.\) +ՋN + XEљ48Ikdyx @ +dDz,[k$krX3?: Ne#Ύ2E5x0i7 +&&)*'ZTA} +Sʙ泺a9nO]!f!tۦy8ogkC6xMӬ8X HN%> U"CQ --3 +HKMx*3b#ڷg׭]lɂ7ڬiC'4|蠁zֹg;WZ;ٵl~H%"GDDήnnވ:vFDԧAC 5z'M 1g^%WZi֝?Бc'{܅?'$x{Y$*(**.)-+/tX/2Pޘ+-y]gb1#P # ߫RszjL}$Z #eJv WKW%pE}f}ԊW1#e4R!oXud@xmΘ  y3DQ! +-Vk#t6esX|ɢ`VɄ#p)BuRYk5GMRuw**Qp(ANvVfzZĄ+qΝ>M +ܶykW-_Ϛ1} BF 8O]:xyz:E@f j +D:{xХ"@DD# 7>t԰Y͙hkoܼmǧ{@D'cOp).>I7SRefe $/(,.))E^:P|m:/6X0t01t RDg_\( "^C0s=̬$ :X6r H;uza.jm4Q[48BΘ$>-X|/|#=0Byjꨔr%p>62 FCmAxCB 2>uc y5gԲ%gYgy>HZ3wep4H$&F}~!#"?huƔ)5 qϟ>~W_|{ۖM_byǗN|qF=;r'ݳ{N~<ڹ(@䈀U35POQ-98 "rrvvskߩs7DDȠ1/~̊3ͅYu~e=<|?6/pEA[3e/(Riدwn|<۹8;nP+ConQp@J6NNήn}:tꂈ/"4j񡓦͘1{^V~/:d왳/_x#)ݻiY99 +!]WT]tmDŽ. q:i`{»(D@`NC(3B4/dVje׫Hh%|A*Rˆ#kx~XH崙,^F V(A!EKB5QkJܱuB%f,m.d2, P)E, +!)8$%v_ܣa)3"' Bza"L@xF.Ix$<:BzƒcI0F23R$-EZ#M ^Aw#'e]!屚>뷖9ݖA5ZşZ=QZ ˕).*{{?;3#=5NkW/_8|O6mZro̍>}& 4|}{uڹ"' +D-"DD-"wplytOd@!Rbb & + pB`PD,B7C%5}d& Y&dwߛ_ I&{94,[}0Ѩ1/8aϜ=g>\ѪO>[!_%l۱kGJL:{Ei陙YٹJe]Gi*֚§E J[B(Cuf[z .`&ʥK˻B:KS䕎%򠸯,*܀nB ^/Ҩ*T zNZnú53zo.塩/l9(*_^=»v)c`O{CmC&18shhXx^>1`А'GdD4nS_1s֜OKXzn߹g߁CGOLM-.ˎ*ߢ6`akB@E|$RlgMhF z#^06@$k,C]Osdc1etЀ}{ڥSpP@?(qzDQBQFD(S"уF<5*zsc^|iҔ3fz??맟}!/}9~*1܅_vi9m%ʉ +X<LN$g!B+D{0^ .lϣD;!# Of(" f&*4JUз˸W +דM3khdtYzXC Rudv@^GܬRi嫪 YΡ Xyٽ2.sUjH+ L aa?{e[kA_$WMP +!~Z}UG@GCc:"ANʢiҮYC[ؼJ#o͂(hfƧa'cSTu7[7$_:G߳- }r%̚+'3:zÆDEݣ{xXC~>'@y=d@`.a#zDԠ!C1Ϗ?qʴxk_V]vMl߱{?u.\v QZFݬ"DT؉eݻVݺzlV;Fn%ܹ9 )#e,{'uO1OWFV0ϰc4 BKي ?!OGS">#H2s2B"Adʔ1!?HAGƀ_$8p>ŕz + D XEZB41ɨzW.lHp))ꙪnTi䵀镜vAL8IJ=8N˔U(sK<x|*EBay^Rt\ u#`:8XVl"x$"3@qY?'>h5:ZCƼ-H1xF"{dȣv \u}#$a9P!lCi7\|\Rc۽s۰nuK/?wά7gL2qܘ 20_ݺvԱCvm<1p""@? cPPpHhװFF LѿD4BDoϙ7!!]n7mǮ=8tg_|g/ HĬN.XG @ G8l6UC8'4R‚T;WJi N5<%K +&D#Xf!@^!sjxI$/"n2uj"ct[ +yRrP(%G%'Ncm+ U95ZIB̐+B!K ܩ| tfe +8;ozX5CE77G;_^9i%y +ofTxE14U ;ئL(M +j00(r@sTWl闍WƗ^ʬbJ$q"HۿEA.U-0_O.P!FFUE r;u + 1TIlJ&UN̮yt]E + a^x:q}jφ$0 +@η>#4axqhUd%!j6DmK#n QK}ɎMh `#0V@xf%&-LIPg7W%xD"S 6|­?N}AlJZ!MUP̌[Inj:q}oٴ~_\dيL0naCدwot~S6Z7mܰAP"^R@TOQ4kҢUv;vVDԻoo)"5f܄IqڌYs-DjM[صg߁CaG8y*ňKW^FLT)6,bUPy2u.Z5PFJ8G''lt"XYb!$2cz3d餴ӠY0\4OQ0pCI TF< #F,e>'ZB}Erb(D4DlDEE':8$UA,'}JTks 4 TweRStܢPMMM3X6 + U9JaPhxtCYw :(jI@.CaPs2C );bq7 vȇ!vrxG}&$d2Y^8pqu콕If;W[D}`@U@Cۙib"_r)'O ;|p⡭6YbْEΜ>u&{opC{֥s+ھܲEHpF % 0@DTQ@@` 7 F"j1۽W~o%W\næ-wڳSgΞt##co)(ԲŪo(]>̂7 +k(kDBB>B$IrkTiX/ 7kSJBmH +asBNSnNQF!͐T\@c4 t ?lrxmO2EAU=ݷ4(B$ +[d*Q7W0k\T(,-D#*(` tD!)k Lx x<)11ADbb"tb#1C6"mBT@&xqHFtwӡD0ey(06l xΰVL@h4p`2 +%%›bccclƪ?"߆5WT$;/ & ׄ,&AY ]aڡt G9fa h+ܗ9-|ɲ+WݰiwCaG8y:̹?]|E#Qf"DH"ۓƩ-@[mZhQȉCS_nKdJ+pedd~܋HmrP)$+EKזI). +9 ݚåBO xB;Е҈ Dژ)H8W fAVᝊ|CBZ$3DS72*2`ћb|}3$rqg7yC{Y7Y8lB#/^(暕-A=3p\PyiP )RD|lL/*+/-m)HF@Q "CEP@2( I0a2璄 7#or܀BGϞ9Z`1a-ߜy緽9Yi)ɉ7^:N?r(=_oߺy5\̞1mǏу ۧWOΝ=z"퀈:vRD޽WDdQHD1G3vܤoM}wƬ9s/\tǫ֬]a;w&c}s.]Iq31)5M1QvNnrbO+ BA[\o/Vc +hRjG/0*ÂԿW[r@H( yLsXa !( +0ԋK%|:h(0zC|(' +UB%`C3rP=^QHHpR&?EaO@! 2/s!:p|zXH+BX0Ǧݖ'(wź 2~jH?zl|ޛ` F>""Z/~y{h EqM (~sM42ug436CKSH==ߟݬj@ɶ_D-p;z莍rEv'鮠MUA!&`e[W#Bz|vhm۵d@?>ʨZNh 8d&%޼~sN=|0vņukV\dysfxgI⠁GFֵKNCx=eCHD=#DbF:j̸ O:m{0o%V|ٚi_ڻ!D'NǟUHt5A!QrJZ'++nn~w!+EB8 uY,NP6L%PF:D!e@!9TET3'Cn}e txC[9Z(*J! )UQaT/B0*#ԉ@:|1Vp]+)NhuRdE%+Ƃ dxB=>n^A>5p!ÃꢗСTTƙt@B: _D'n3>IŞV +ZR99YYYwt_ !12mPzc+﷐ +JHBEVJ˘2basӴ,0EP B2W`h*23褎:3a3e [ lIi-I:B,#f/R뼧c O7cW2t DK$}Rq s% 'Dݓ IDP$ddU>ɑz^BROfffLǣn'TjFfv +. +"'f# +}",3Ө!}9?–a$l$3 +, +VqxE!#ѕ--N0I8}@?zsr|*yyVwyE8Mەt:-\e7|ᑔYga ByLB|tuIPIICJJ +^|z |J?՚@$I}`QJ*!Q@Q$ +rE@VQB@FZBTב~PͼXvaF2pNkg頶H=BgJ_ÖF6o [tAؗ=ypUi[ҙjME V#7K,-so9۷n$r*R=&pPzNfz*kW.?<Ϯ۶lڰnͧ/h¿~kcG6"!/ѳGn:o߶icx=%@D vLDݺw;OQ;~"t&Vc/l}c'N?{ o$&%eeVݢ"J|9E A,"5hU氇CڕaL]Y:8ab~M=`D/C%pOJ:':ˉ~teZ)8uP (e +IZ1A-E!WW'bXB4vK؍KtaXB42n(RExWKpi̚?gv;=Yk\!}( |G~vL#<)-M& +'z#A/q"Qk+Ug7w^x%Xg?=]tĢZ @yHYQ_bLT|D9^AM]]@%HOlOh.n6UG4.zDkuOTH"$E + E@LkI"v~,xȒ(nY2n;gCttIov첊{}j>̄R^/F{vd%s*UҽV99O/999xC|$En|\嵪b*WoXz6v` [{cmoAxz5y7 +:+ :k}&^^]#9Y +MpPcء穆l̷xˀktKKҢfBT1/Hz^qhrߠ +j;>MRgIQQ#7';QzZʃ{CW/_8'n__oݼ!zjE;z$PAC +`zz/ۯрAÇG5#'NɌY-Xxk>ްi˶;wǎǝ:+׮߼}^҃Դ̬'9yu}uP\z"Tc$2v7HpWBn  !0R1| ~0KEآm-JŽVAI/VϢ[=|dff>~"TTZk߬7G<2nÖ@ ƈS,D Q "^4M5oӣa#ɃxEcstw_kB8xX2 4Zy<#lRvHRAŷd@/_.i !Bjk傪^P'a &d}s3E'.4[KUN%~jקf +D++&q{2e&?Lpǟ9w|{ǶbݚC3Mxƍ<2hP桿*zFDHؿC†D4}$>:}Ƭ,ZlŪ7l޺m7{b=pH?<v(3+L U=߅jUh,2a㣟lj7҆<jդWSԬԔn^z⹟y2ıٵ-\v/?wS&O?nÇ  bw╫D w$?QPTd E-b0Ę/+$IO !DZ$!qp_^_UYhTJKePGc1!ѱDGGc,FiRPH94iDSѹpnr^%x~~ @ H׃&n up6^C>]a^\wݴdz{yUU$UOɎg kVeJc[<Š?{B0hBx|h_H Wb"*mJB$x팳>HlpBiiiHmBt (9` ̘ `ڏ4Ac/!! \|X>0K%PGR`au\3Š +5b!ijyh: =EfQ1-[1dx.zzy"6٠Zݠj ^!WW@0(e$Ёx5נ0h := t:ܯ~by,2pmPIa+ިxhqwdsok7=hhmH r/ߎmۿC=:Kp0:t'" +Tz2R=wk?^xw;r=;'l۲i5V,]hCSb1E)~<r(j GO4yJ3g͞;o.[:~6o;pc'N9wҕnܺ}GIҟdxr +KVTа.QTDD/]$=h' +#%%G"`}T|"(&v"csV]`/1=b!'J*!+0t"tT DD仜+VW\?"$(}-HIz1hƐm+6@1E17aɘT JnL4ps 66zDMӝn/a܂^qIS;ԃ56_7#X[Kmmb1e@@%ނ|< ꈊʥ:x b,b;֞a\IQ?4d +FP/o<`B>ȔFC7 +I6CJ D$k5,=HG َ܊C!hLx|zaU|^}ya~,zaAw]0CZGHïp+$ +|T&szPR"ՈER>NopC7$nz=p&nl }gU hdo*ފ?C-vOzp, u0վBoA'+3#59o|ʥ NwCWC֯]rŲ ϋ3{)'N?vDQQC#@4v8H@G6EO8qҔةӧϞ3ӿ,XْW_~[}8#Nqs{,sNp\8 +"BB<"TGudh;;}fB]. f+GɄ0ͪm +MkTʬeH̆W&nLfyȂ7ߓ;n\zN޵#a͛.~K̚1}*Ф !5C#15zh%&2uf#-lį"ڲu[ŽБO:sW~_QԌl"Q(i9js+F֐,y~;O z,;%t-)3 +9x1A#(K gpMi@pe?g۱{Kb7X1;\D +8@ 4g*$@D@ PN0̀Ѐ̐E̐!Am8PPFM`)iч Z/ :ǡbl蚡1^BK U s]HBiiiP!`k3  0TN(D;Š=Ƶ +s╦t\wI:rhh[pq,>Z7i52DT²<{)fᒙBg+Y-T6zUxLA`"UZ'H1S?xOڿw _n z%͟7wbc'O@4:jF=DLDc|<h )͘5'y .ZlŪ6|i߿Lؾk?}s𿏟8y~rw019%-< m.]PjUu^s1}q.xpAbjX +qfHd"&W!BFu3' :fdYN4Wf(,>LP+xo\+??W_47 + +ˇءhLqsW|1 ̄e >@B S}&̠i4EIsCc )-3^r8'z;x#?̱#O}z5lAHoHP]^=i2ko|aǻ;D GiM}TY! tI4(+- <{8уwnݼvsgN8zwؖu˦ ߮_zECqCg$  f͚=gμyq,\xR5듈~}{c'N>z╫oN{azFfvN^AaYyEUu- @Q}lWcU`T'ǂ);=#惖Y!ژ&pH}} /@0,݃7R߇n1ﭛǐJg{'?_VNg}#cCZM=rnч ]~p1bVR61,JfNDrE @ +DRvpz}`(JC a <7ţꅤz\<h,EYT`DmlTgG9mC: ^ @D 4 qqr=oyM +~=^,--)yEIIi)|QmG]{VYA痦ebB㕺^^F PC).z{in\rBS?zv؞L<~ݚ ߀.7gY3gLtUfϞ3w^\z]-?2IJ.Ĥ9oΆ OJ **bu!UH%`XA /_bIһ"arNZ=e|J}bzt鉛WJwR1rB#tʩ6PB=YE'<1qDbbcTcXC_aORQ&J e'a6@NXc< +pT0 RciFI Yb(E@q1JId`ThR `][L-΋!X!!! \m?_}Wj;ȶk8Ah2Y٧, . +3؟0xOJEڋ-ƐdX(" $oncR⺵V,_d%9s}5C@DD-^tk&&mظisr~ع{Ͼ>vs/\rƭw?x8+;'(X^UohHhջdHsGw^Heȥ޴!P(49 d!s)02X +1"5MGDv( 8WNaq 4)Fd]>FJR+ iSeXT' "qnϬ1 ?X3V΂ + 0szj{<L('ʨ6 eVpdCW]fU0 Fċ:CGpfFZjD~B Yٚ\\/M΀혒w) 'ZV%>Vn3 X0xWv6)3##݋xWVHw"exk2O/X&Yje3A+e+ȇ&o:+sLitۍx V azd[0#=⶘@=jU=fYr-SxKr@RJ6|Jĩ ;C#n_^]Qe[[TQ9!*JK0U,HJ(@^`?s})c\_X/aך󛪗?os3:&x-Ӗ0p/w1{o!s|sĵoF(UQJ%WJjRN:8!iQw476x^у{E~+,ȿr҅sgN8r`ZjJr{w툋fxhFC?<@"H"ڼy󖭱 ;wN$JLLJIK$8sԙsr/]Vp[?|鳒U5u/| ͢mP^&]@Xظ*q&/ET+|VTaX)*7TW3X߯4I8W{!7/J~7 +oݹwb0QYyeum]}CcIp,YА, K4tJ|r''y.eԢX释V-n KW#*61Ũqv~~ޤCjಳ"P;ЅcJrr񼦦F((O PG n X1OP?fP.i7!b?hVBdz[ +ѲH" G$MxEdIkC֔ZNE~jP)`d0F)@ִa|읋Ckjzbx'j|3l;;AB-/q/oU[[SS-U%%?jjp?O&%Hfyu2!Y9ڗOl]"^vWH I;=HPDCJ7o-ov8 + +#76/E&A#]"^2{B'OFYbߕȸ +^SĔsIα7naW5@j4 ==={W msSff1+UZbGZP!&)A=ꪊgO=[tfayġ9YG9|0=5%9q= w}۶[~"m0w{zKG{   %۷?1)%55=БY9O>{b׮޼s ѓg%eU5" MbXu]X0$K1+ih!`S"a4Ѿ\*9@D4^ vuEtEô's2'ϡ^n1*0Nۓ?Sホx n U]: ij**sNE +Ҏ,cbbrlQ]r1@C_گHZ.~V36097(CĠHC,LӭQax-I:$D7L/Р‘&s~ @{;BەOoz$ +#e,^TT@R%Ϝ*))-+0!lO!JGlI2N{2(ء2W!~nW]! R.V* +@;]pe<`.6{SX6 B'Oobs AG6Olύ*2)fLYjأ~Jp=;ۏ@3J X@H} B%u3lxkÚk6}Pt'b#XFVr +?X=t%L0*T?~p^훅7 +]ɻ{ܙSdz3erP:p( bl ryh/jHD?mټH DkW| сD QG2ff2ʢZhLg[C+Ί8R2JB +B5B+CV>{swK]+As/]rFSS{[Z::?ˉgM)5ꮬ]4g0UU%v!Hp9! HtOȺy̌l n)hbbim9*- W+ts|Ƈ0Ӄ 3DITVVbC&%$3NjU%ސZq02`t2X;ӽIz2!1(k9 ̔?|wi󝅜DKr^~چw\MN +=@-4WHwVґqj;m>G( ΟWMF$dc-%{'^'. o8o9q7t-HJUk.-,IyVBttݪl߀ CpOS?ie.TCU?$***+_ AuEYe69Ǐ2ҽݝZݹt8:}Ç۷g]ߑomR b$-h:|?$:cCK\~V[ZS;z=ó &dŠsJ(Cӝsg1/u{M [j(FfBƁAYZ)Ad1qT!Q3%O9䥉fZz eq3ϨO`<:z^hv.#*ˉWU*PVˊ2RD ¨((XzM@q<9=ks\ .^zdTG{oZa7 +v-j[r_W]QNc6#F!tRD F?g2]K_8-or!L_%a$ϋlއ3ɉС @z erD=n2 &PSKVH 1 DJxbR +s X:]}ALL&-L* J>uc +'̄s.0bJE|VZrLRAX4d@P*;xpFY~~:N^pv'cɋ^rT@=:1 A2+bX5u'7d'R 8oÄo 2RŨ2*ri(z5G598xC_yBhB`֛7Z!};2xYz9Hg +(,8 Λa@ +mαA긁-c"2k6yv_}E{ON>!|9Kk-%.y6?tfjrb|ldxhݾu+?\4D:8 pkW4tDD 2":ssD:.^]$y! ᑑ'Ss 0,+얰֪FSO} K i8@L ܤmwiYBE" ~,:\I B&a4tw||=@KOVzsM%."֕?&=z{;nxZw?]t + "iȐΟ7"2$ `Ltۘ[=zoL4 &4%/KF̛<13&3&v˂a1],+i(%5HJvӖ]!f7pRRȴh͈@ 6+ϵw /Kҗ6N^=^47=LCe̺J |ܶcf2z=SYUWӲ몬̈/voomn5 +441^ +842448(zi8?P~"" +HdL4008($0"_X\ZΙh'0~''ȺAE%OHxp+ȍ7~=`B0v"SJ8,blbC2ey3j?)`i0$k +L{}؞{z55q zM #C?+9A.2Jϲ2B]ޯ{> +H[0>퍷jf@1|ÃC"=k&Yv +U4dIF=ua0(Jy{wl.AC\`,^vݝTO'֧Zu q{l0UȖɅz -vJ [+72Ae)Xg; ďl 0 O!:l ݞ8/r'`Uiot9x䋧޸{`{YHe}FRVET \6o OPBn+\ׯoWLNgH ^{F{Ls_q\6K +J^Fw: zhhJxphxph Y JDfY Thm#"z0}9ʶ"z502(3Bæk20Čczm'NK)~_Rқh'K/+dUz!=o{*_{<:CC qogusQ.j˪ n9F86~'#т$πB ԹwDE:gRѐl@X&؍8:ggo낄Wp#V>[8 DJE׷> +>6Gco! cM(mPZ"x̫Ȩ1YI8F"Tj."s;5 +Ѓ%eGR;W b=Pdh:O~Ft9)sneGC[3Z4]ۚ.1ᅑ}Sq@>{DH/v?zgwd $JbW/ZX"!l_bV*li bU@bH_/Ybu:> :_^'Nk\% H0Ib|}QΉX;Uմl%.O'o웇pUn$īZ2궰% cu +U +WWE*Džfs)BXCMOMN+ >*9J^ONMO̓VV$Z"#zҕ_AvlϻMJ B4zyH MDT|>X +advv@ ue]b;hKʝY3˜ݔ^h:F@(oop t" 1;ȝ("!~?]:jyu*'2uh\u( o6kG<D%^$BLO`}QȉA̰ +v0%:UE߰M8\G n"B9ԙQ?.bla9Tշ𓗳 ,HgcP8mͥuNp'(lO|F_E 985qz`|Z3m E\t]Q$\nuj|‰xrxjFCyVwH}?P +اJA#e Tr0+ƴL2Ndov9VsLU] 8faa8`h466:224448p_!B*e(Ѡhl4>>zrrjjzf&0r`DʺfJUw~dW"婡驡J~dB' cfEلq_$D#BP\w.],ge)&`M\?i2Ѓ >zI]/"./xTgz]n=.R{Q %G'3eOѬTPCKKQCBaEa]@p98M`'0{$xQ@TfPfɅgqh-/&PN˨ƻxpsÜ=O_ aD6Q#9 gr<ȌR@$&6x(#@+zEOo0Ϲaid݊[|8ZNZZ8|'3@K'ꗬ> "ǏyHP/uSK`}*[0!V,;v3 +*$T*=ʊ1Q d84?77C/ @ԯDQ@DCC##R) Q`ɩE oLw_YĞOvq{ @n6u| ߤDQ?PЍ6OR*N +w8 =On.r3/. Ԁ=-7{`ub9USQs?J^ԯE M2mP hzH^vy`B-F`-Gq8fZ{\U59ҁܤш}[{be^ jep=\nwvv8GGUUXݑKݧh6ma-zx_!Pt{;r6́x4 % XuZl2CNklz!=c#uV':r@~}/ߚEΘ!VrZ*R&軓#Tr &q(=Ӷq¿oM67cv4:>u;L/ +QM~db땫gg6wX [e@C3SC㥱ёC䡗}?U"z"2&" $+OLL?eV8ƶ@C`;O2f6;6bCu38TWwe~RhP)8YK{K 0e`>x!.7@`03[.̼a(&ΐznzh"S7z&'#fDI+;? xw1G>XYy}c|u4K/ %'(Jbzz}2 +WWEy9A%RA8Hs;`zڰ|T?[|U?*K ݆p*ZA٪w[i(PabHgH yv%d"@e9rT΂NS bx uQix%z)_BAAZ{OzH@JTll}yξ=˾=uuo%Eʽ Y}ߍ~{xq?x(oRALB[6fջL3pp8tttDrzsC* 2QDDN*&: +]THO.%~%vLzUǖCnDG\^6 !nB*t#.}~Ry}"T} -EjB[GEaxD~7U2B^iVPǻr^"iyI'|Vl|PNr0ru2g!9ԥVO)oD^>Xy" +Yӏ1(/m}kT!r /StF=;E4$ ؕ$J븷nWo?E l$t#F3Zs!d!D@k_B7Yyt}_QX\69VAƭ uV3mϕ,NC۠!5xP?"DbisB"aʴt`նn~Dp"T<9җ!½֍Mb]͓cZ Q cKEF xƐ9΢ƉFPڻCkMfƗ IҐ!MNH«02ʸA}!ՑĒwKaKݚሒ+cT'ë +‘Q<guV$=/c_k8ND +AaCݡt2`a/h#>[l L}+ W^˗nW =W.p*x&d?ᔞAxD0})!r&8@T{g5V@RZ*,Wh GV{tNN[CBCf8tCʀd>O**(u' ED}DW"8Ԛ2qALTq1H/⣽~)aD]_x&ćZYvqӫvV-o+7Kf=E[WO,,n1%r< &a?kY+WbuʢZ9 kOucHRU|{0hOOMuJp=I!waePK5ab7O*Xkxzj[:Rvt:y ٪';J{6Ng %q!lPA]hy5_D @kF 9$ [h0<ӺA0=j1CoH[L6/`KL7v㄄ +$^߿rw9 V½I3L JiUШl-٧ +iw:vC-šC8t_\ @dH."OEiG]Hne  UvO%tS7$P#AEKvdݱ16ِ7-nrϧBq3BCxϬUSW DRa2B^_ pwpfIYoKUm{#IbzAiZ_ 3h)P4| EP'!vD(P .`dsPr ;X:Rur'ӣdBEr>@fŢ}b,Pm8}ei$d$ mf I'{%bY эFY- t s21C6ʀ R +*A60ɍF #N%Sk[7iuڄa4/*59Ƒ'+רl1?|At*j) DWޒ*:R*Ptr"XQ*R,"wY4=HhA!!j!W+U_"?úSUc}m3x(Z_F`2e"̹"u$SPt ebRaX&j + J*IpB %3;z@˾P5sP-RMҐL5͆iwg༓q>,tz]9͞ސ#O('/δW>IT-JK0X8y΅M5}xS>K\hP.+Oqr?ojq#MF@\NI+j1R0[7`yD7POXȤšk6T~?U*.GҥZ֧ٗB>$\蝰P!V"#'N`XdXsTp bB +"QAĢ.\FDO-k%CB#b(4=l؞PDS8!P!ȅԵIQJB0^DEЛ8ҽe)T~7wG닃 аC{3,jm.  hcٖ{N;:f;@Ou&J3$YuLW#,#`sl~R5?;oC*m8=6ڐERwP**ҧ^= 'o`h_DWD]-BE'5*:Zj{Xٻdˬ4#UY d5D=$աHcFvnpoodtR4W\W9A1a+<80@ޫ>>Izmk|!@mmÕZhwKY;Xf&&.Zң=G`>;+kmkN +ιh7#`nԩ1Q%60uzh*!8/5JekdϏ=[yfZHQ|g8W*^}nHvÁT/sRU +5e Is,i,laHqh)~Y\AE7'(B*RMk%~`‚cJYLG%}]}0yGu=Y_J ηhd4dd.KR/lMal'ذHm*l-pU`XtXDy[yURt)E:PO w}3D֛K]lbpX9 OpJASd+܍܎Շ=Hi) m~}VR{I +\C@(I`Ec_`ƭ^1f+,s-X@,-"៝7_!6['Bp6DbER{ PtFX  M84/ E ۲+**~4 ( O[m\aXCD@A\h< IB`zR$p5˪c 6eoZ(P)PZvZ8 lSnB:&s0jyo: U8Z3wUث9usvծ2nhw sIZ97A'h b۞db _m#t٫-ԏ*!b۹4.@^8A'?C-qKM0?;oJhnBd#G.ҩfA7BCè( M84oS5$_ejn{0!T.@teo0;:D)x%Dsf:z^x9'C@ђF:剖>ZFkjJ -h;`h6+Kh]vV!xL\sMQ {sֻtZnTGND*91[R[LQsU'6D6A-x!1:̺Acϳ1;H:*0-ě8<[!j?~g\“ckΘ& +sShSl4QӍԂD0f7+1.cT_rTT6 +RHvsQw 7_^_^ʨ +:5V-}qn9" G{!6d@NιP0ꜽ aQ% rCx_08Qedݰ-3[y+Ҟs5#j5$Z< CԈI+7B^F˃’޾FNCh`Q&s3Ӓ*Ѻ3/  2VFdK 2pvS$O#"onHval2~n kO=X%B Y]Yfv6G;G*P($OpQB ~`%G1^FfQS&[>;obvۆy{!v()3~*70rKPKT*-U#) Ƹ$gܥPHF3PE ]cQ&"aǃT-U7_wplPsh Pʑ__8?VM1юC_[Wsza87+3[Ҹnxaa>#_9o򹣺@%GYꈔNDBSkW]LJFZ: K5cN𘠀v1ul|h~pN}*4S> zTT)ym N~tUozsB&ٓF<\8L޴TC4f0?bhfr}f:uչi>!tC+A6"֯c*es^TÝwY*4"sp/ sۛR0:u=VvA*aOzu/_tr0؝+w$]&&=Og\> >)Ey^޿YR{k3/d0O}l>rm ήvg-LBu4o QFZfEث ̄8J96K:`_/Me52rfT+G}6n}4on;0Pjwؿpߢ/[ZuGu,q‡Ѿ\vW}^v>dJ^; ;9 sd=rVb^MkjtqqӷuJZU`"~~뎯+~'L&j=wZ[^/oJ_\gbEo֜piMS&6) sEjMkA>z^}SF]h<]|‚3]ܷsIlws+6yJϴD9Xwh?'Mdp +8;=J{ɺ@_Cx0ޮuQֹ΁.ouEb$-Rtbkn#G $=n\MQ6͊~dqɇsW}~mGríemS)aSs (N׳}z@=7U<|k}/W鷉v# endstream endobj 224 0 obj [/Separation/Black/DeviceCMYK<>] endobj 221 0 obj <> endobj 11 0 obj <> endobj 226 0 obj <> endobj 227 0 obj <>stream +%!PS-Adobe-3.0 %%Creator: Adobe Illustrator(R) 16.0 %%AI8_CreatorVersion: 16.0.4 %%For: (Jerome Stampe) () %%Title: (CodeWeek art FULL.pdf) %%CreationDate: 2/06/16 10:18 %%Canvassize: 16383 %%BoundingBox: 0 0 842 596 %%HiResBoundingBox: 0 0 841.8896 595.2759 %%DocumentProcessColors: Cyan Magenta Yellow %AI5_FileFormat 12.0 %AI12_BuildNumber: 691 %AI3_ColorUsage: Color %AI7_ImageSettings: 0 %%CMYKProcessColor: 1 1 1 1 ([Repérage]) %AI3_Cropmarks: 0 0 841.8896 595.2759 %AI3_TemplateBox: 420.5 296.5 420.5 296.5 %AI3_TileBox: 17.9448 18.1377 800.9453 577.1377 %AI3_DocumentPreview: None %AI5_ArtSize: 14400 14400 %AI5_RulerUnits: 1 %AI9_ColorModel: 2 %AI5_ArtFlags: 0 0 0 1 0 0 1 0 0 %AI5_TargetResolution: 800 %AI5_NumLayers: 1 %AI9_OpenToView: -531 867 1 1908 1153 26 0 0 46 133 0 0 0 1 1 0 1 1 0 1 %AI5_OpenViewLayers: 7 %%PageOrigin:0 -1 %AI7_GridSettings: 72 8 72 8 1 0 0.8 0.8 0.8 0.9 0.9 0.9 %AI9_Flatten: 1 %AI12_CMSettings: 00.MS %%EndComments endstream endobj 228 0 obj <>stream +%%BoundingBox: 0 0 842 596 %%HiResBoundingBox: 0 0 841.8896 595.2759 %AI7_Thumbnail: 128 92 8 %%BeginData: 9246 Hex Bytes %0000330000660000990000CC0033000033330033660033990033CC0033FF %0066000066330066660066990066CC0066FF009900009933009966009999 %0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66 %00FF9900FFCC3300003300333300663300993300CC3300FF333300333333 %3333663333993333CC3333FF3366003366333366663366993366CC3366FF %3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99 %33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033 %6600666600996600CC6600FF6633006633336633666633996633CC6633FF %6666006666336666666666996666CC6666FF669900669933669966669999 %6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33 %66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF %9933009933339933669933999933CC9933FF996600996633996666996699 %9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33 %99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF %CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399 %CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933 %CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF %CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC %FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699 %FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33 %FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100 %000011111111220000002200000022222222440000004400000044444444 %550000005500000055555555770000007700000077777777880000008800 %000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB %DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF %00FF0000FFFFFF0000FF00FFFFFF00FFFFFF %524C45FD0FFFCFCECECEC8CCCCCDC8CEFFFFFD04CFC8CDC7CDC8FFFFCEC7 %CDC8CDC7CEFFCDC8CDC9FD5DFFCFC8CEC8CDA4CCC7CDA5CEC9CFFD04FFCA %CFCFFFC9C8C1C19EC7C7C8CAFFC9C8C7CFFD5DFFCFCECDCECDCCC7CDC7CC %C7CDC7CEFFFFCFCFCAFFC9C2C1C8C2C8C1C8CFFFFFFFCFFD5FFFCFC8CDA6 %CEC8CDA5CCC7C8C7C8C7C9C7C8C7C89FC19FC29FC89FC29FCACAC9A0C9C9 %CAFD5DFFCFCFC7CCCEFFFFCEC8CDC8CDC8C8C7CDC8CDC8C8C1C8C2C8C2C8 %C2C8C1C8C1C8C1C8C1C9FD5EFFC8A5CEFFFFC8CDFD04C8C6C7FD04C8C1C1 %C1C29FC8C1C899BBC1C89FC8C1C29FC9FD5DFFCECECFFFFFCEC7CDC8CDC7 %C7C8C8C8CDC8C8C1C7C1C8C1C8C2BB99C8C2C8C1C8C2C8C1FD61FFCFA5C7 %A4C7C7C7A5C8C7C8C7C8C7C19EC79FC29FC292BB9FC89FC29FC89FC1A7FD %5CFFCFFFFFFFC9CDC8CDC8CFC9CDC8CDC8CDC8CDC1C7C1C8C1C8C1BBC1C8 %C2C8C2C8C2C8C1CFFD5CFFCFCFFFFFCFC8C8A6CEFFFFC7C8C8C8C7C8C8C8 %9FC8C1C29FC8C1C89FC8C1C29FC8C1C1C9FD60FFCFC8C7C8C9CFC9C9C7CD %FD04C8C7CFFFFFCFFFCFC8C2C8C2C8C2C8C1C8C1CFFD5DFFA8C9FFC99FC8 %9FC29FC29FC8C7C79EC19EC1C9FD05FFA0C199BB99C19FC89FC8FFFFFFCF %C9FD5AFFC9FFC2C8C2BBBBC8C2C8C2C8C1C8C1C8C2C8C8FFFFFFCAC299BB %93BB93BBC1C8CFFFC9CAC1C1C9FD5AFFC9C199C292C19FC8C2C199C8C2C2 %9FC8C1C1C9FFCAC29FC299BB92BB93BBC9FFC9C199BB9FCAFD59FFCFC2BB %C2C9C2C2C8C1C8BBC2C2C8C2C8C1C8C1C9FFC9C1FD05C29FC2C2C9FFC9C1 %C299CFFD5BFFA0C2C9FFA7C19FC29FC19FC29FC89FC29FC8C2CA99C29FC2 %99C29FC29FC299CFA8C29FC9FD61FFC9C8C2CFC9C8C2C8C2C8C2C8C2C9C9 %FD0BC2C9FD05FFC2FD60FFCFFFCAC299C19FC8C1C89FC2C2C999C29FC29F %C29FC29FC293BBA0CFFD63FFFD04C299BB93C1C1C8C2C193C2BBBB99FD07 %C293BBBBC299CFFD61FFC3BB99BB99C299BB92C19FBB92BB99BC92B599C2 %9FC29FC293B592C29FC1A0FD61FFCA99C2BBFD05C2C9CABBC2BCC2C2BC93 %BBFD05C2BB93C2C2C2C1C8FD61FFCAC299C39FC29FC2C2FFCAC299C299C2 %99BB92C29FC29FC292BB9FC29FC1A0FD60FF99CAFFFFFFCFC2C8C9FFFFFF %99C2BCC299C2BCBB9FFD04C2C9C1C2C1C293C2CAFD5EFFCABBA1FD04FFCA %A0C9CAFFA0B592B593BB99C299FFCFCFC9CFFFCA9FC299BB99C9FD63FFBC %BCBBBC99C2C2C299B593B593C2BBC9FFC9C2C2BBC9FFFFFFCFBBBBC9FFFF %FFCAFD5EFFC3BB93BB99BC92BBA0C293B593B592C3FFCA99C299C299C9FF %FFCAC9C9FD63FFC2C2C299C2BBB599C2C2C299C2BBC2C9FFC3C299C2BCC2 %9AFFC2BC99C9FFC99AFD5EFFCAFFFFFFCABB93BB93C299C299C299C299C9 %FFC999C299C299C2A8BC99BB99FFCACAFD5EFFCFCAFFFFFFCACAC3FD09C2 %C9FFC9C2C2C3C2C2C2FFBCBC99C2FD64FFCACAFFFFFFA0C299C299C299C2 %99C3A1C3A0C3A0C3C3FFFFC999BCA1FD64FFCAFD04FFCAC2C299C2C2C299 %C2BCC3C9CFCACFCACFFD6FFFCAC9A0C299C299BC99C3C9CAA8FFCAFFA8CF %FD70FFCFC9C9C2C9C3C3C9FFCAFFCFFFCAFFCAFD6AFFCBFFCAFD08FFCAA1 %CFCAFFCAFFFFFFCAFFCAFFCAFFCFFD66FFCAFFCFFD05FFCBFFCACFCAFFCF %FFCAC9CAFFCAFFFFFFCAFD20FFCFC9FD41FFC999BB99BBA1FFCAFFFFFFCA %FFA8FFCACFA8FFCAC992CFCACFA8FFCAFFA8FFC9BBA8FFFFC999FD04FFC2 %A0FD11FFA0BBFD40FFC993C9C9CAC2CAFD06FFCAFFCFFFCAFFFFFFC3BCCA %FFCAFD07FF93CAFFFFCABCCAFFFFFFBBC9FD11FFC9BBFD40FF93C3FD08FF %CAFFCAFFCAFFCAFFCACFCAC993CFCACFCAFFCAFFCAFFFFC29AFFFFFF93C9 %FFFFCABBCAFD11FFA0BCFD0CFFCFFD09FFCAFD28FFC9BBCAFD07FFC9BC99 %C2CAFFCAFFCAC299C2BBBCCAFFFFC999BCBCCAFFFFC3BCFFFFCABBA0FFFF %C999FFFFFFC9C299C2CAFFFFFFC9C299C2CAFFFFC999FFFFC399FD06FFCA %99BCBCCFFFFFBCC9FFFFFFBCC9FD27FFC993FFFFFFCAFFFFFFA7BBA1CA99 %BBCAFFA8BC99C9A1C293CACACA93C3A8C299FFFFCA93CAFFC992BCFFFF9A %C2FFFFCABBA1CF9ABBCAFFCABBA1CF9ABBCAFFA0BBFFCA93CAFD05FFCA93 %C9A8C299FFFFBBA0FFFFFF93C9FD27FFC3BCFD07FFC3C2FFFFFF99CAFFCF %99CAFFFFC9BBCAFFC2C2FFFFFFBBC9FFFFBCC9FFC2C299FFFFC2C3FFFFC3 %C2FFFFFF99CAFFC3C2FFFFFF99CAFFC999FFBBC3FD06FFC2C2FFFFFFBBC9 %FFBBC9FFFFFFBCC9FD27FFC393FFFFFFCAFFFFFF99C3FFFFCABCA0FFA1BB %CAFFFFCA93FFCABCA0FFCAFF99C3FFFF9AC2FFBCC3BCA7FF99CAFFFF99C3 %FFFFCFBBA0FF99C3FFFFCFBBA0FFC3BCA0BBFD07FFC2C2FFCAFF99C9FFBC %C3FFFFFF93C9FD27FFC9BBCAFFCBFFCAFFFFBCC3FFCBFF99C3FFC999FFFF %FFC9BCCAFF99BCBBBC99BBC9FFFFC9BBFF99FFC2C9CABCFFFFFFC299BC99 %BC99CAFFC299BC99BC99CAFFC993BB99FD07FF99BCBBBC99BBC9FF99C9FF %FFFFBCC9FD27FFCA93CAA8FFCAFFFFFF99C3CAFFCABBA0FFA1BBA8FFFFC9 %93FFCABC9ACACACAA8FFCAFFA7BBA0BCFFC99AC399FFFFFF99C3CACAA8CF %FFFF99C3CACAA8CFFFFFA1B5A1C299FD06FFBCA0FFCACAA8FFFFBBA0FFFF %FF93CAFD28FFBBC2FD06FFC2BCFFFFFF99CAFFCA99FFFFFFC9BCCAFF9AC3 %FD08FFBCBCC2FFCABC99C9FFFFFFC2C2FD06FFC2C2FD06FFC9BBFFCABBCA %FD05FFBCC3FD06FF99C9FFFFFFBCC9FD28FFC3B5A0CAC9C3A7FFC3BBA1CA %9ABBCAFFCABB9ACAA0BB93FFFFC993C9CACAA1FFCBFFCBC292C9FFFF99BB %CAFFFFFFA1BBC3CAA7C9FFFFA1BBC3CAA7C9FFFFA0BCFFFF9ABCFFCAA0FF %FFC993C9CACAA1FFFFC299CAC3C293CAFD29FFC3BC93BCBBCAFFFFC3BC99 %C2CAFFCAFFC9BC99C3C2BCCAFFFFC999BCBBC3CAFFFFFFC3BBCAFFFFC3BB %FD05FFC3BC99BCA0FFFFFFC3BC99BCA0FFFFC999FFFFCF99FFC9BBCAFFFF %C999BCBBC3FFFFCABC99C2C9BCC9FD2CFFCAFFCAFFA8FFCAFFA8FFCAFFA8 %FFCACBA8FFCAFFA8FFCBFFA8FD05FFCBFFCAFFFFFFCAFD07FFCAFD07FFCA %FD0BFFCAFD07FFCAFD09FFCFFD30FFCBFD07FFCBFD07FFCBFD6EFFCBFFCA %FD05FFCBFFCAFFCBFFCAFFCAFFCAFFCBFFCAFD70FFCBFFCBFFCAFFCBFFCA %FFCBFFCAFFCBFD05FFCBFD66FFA8CBA8FFA8A8A1FD04A2CBA8CAA2CAA2CA %A2CBCAFFCACAA1CAFD64FFCB9BA29BC4A2A29B9C9B9B9BA2A2C4C3CACBCA %9BC4C4C4CAFFBDC4C3FD63FFA8719B779B7171719B71957095709595BDCA %FFC4BD9BC49BCACABD95C4FD63FFA29B779B9B714C71779B71957195709B %FD04FF9BBD95BDCAFFCACBFD5FFFA8A2A8FFFFA2719B719B4C714C777177 %719B717771CBA8CBA8FFA1C4A2FD63FFA971FFFFFF7771719C77714C7777 %9B779C779B7177779B779CA2FD68FFA8A87E774C4D719B4C71719B777771 %9B714D4C9B7177719BA1FFA8A271A2FD62FF774D7771774D779B71719B77 %9B779B77714D71779B779B7171719B709B77FD62FF4C774C717077A2FFA2 %777177719B71774C4D719B719B717146719B7170A2FD62FFA97EA9A2A8A8 %FFFFFFA29B719C779B7171719B779C779B7071719C95CAFD6DFFA29B719B %779B719B7777719B7171469B9B95A8A94DCBFD67FFA8A27EA9A8FFCAFFA8 %9B719B779B719B7171719B9BFFA8A2FD67FF7D5329532953A8A953534D4D %28717777717777A8A2FD6AFFA8535354537853534D7753774D4D28541437 %36AFFD6CFF7E295353534D53284D4D774D530D0E0D1536613661A9FD05FF %AFA9FD5CFFA84D7EFD04FF7E53535453534D4D4D774D773615141536613C %613D85FD06FFAFFD59FFA87EFF774D29A9FFFFFFA229534D535353284D4D %532F1414140E1B6061366114AFFFAF848584AFFD59FF7854FFA9537EFD04 %FFA953537853544D4D53774D5A1415141514FD04613D85AF141B143D61FD %5AFFA8FD06FFA8535A532928534D534D774D712FFD0414616061366136A9 %841B141536AFFD5DFFA87E7E7E5354535A5353297EFFA94D5A3014141514 %3D606161613C6185FF361B3DFD5EFF7E532929285453535354535453CBAF %60FD05141514613661366114AFFFFFA8AFA9AFFD5CFFA84D532953535A53 %7E535A53545A8561853C3D141B141B14FD0561FFFFFF8B1B1B1485FD5BFF %7E53292928545354535453532F14606160856061141B14151461141B36AF %A985141B141B14AFFFFFAFFD58FF7E7E2954535A535A535A533614856185 %61856161141B141B141B143D143D141B141B151B61FF858585FFAFFD56FF %A854535353545353535414145A6160615A616061363D1415366136613615 %141B141B1485A9856085A9AF85FD56FF5454537E535A537E531514856185 %61856185618B611B14613D613D61141B143D1B1B85FF858585FD59FFA82F %5453545354535A143D60856061608560616061141B3661363D363D141514 %1B60FD5FFF7E5354535A53542F3D618561856185618561853C1B14613C61 %3D613C3D61AFA9FFAFAFAFFD5DFFA85354535453A8846160616085608560 %616061143D363D3661363D14AFFFFFAF85603D6085A9FD5EFFAFFFFFFF61 %8561613D3D3C616185611B3D613D613D613C61FD05FF853D8B61AFFD5BFF %AFAF606185FFFFAF603D141B1415141B3685A961143D363D143DA9FFFFFF %A9FFA9616061A9FFA9FD54FF85AFFFFF85853D616085FFFFFF85141B141B %141B141BA9FFAF8B61613C85AFFFFFAF618585FFAFAFA9FF858BFD55FFA9 %FFA961363D606160FFFFAF5A611415141B143D3685FD0AFF6061606184FF %AFFFFFAF85FD58FFA9AFAF8585AFFFFF8561858561856185618561FD05AF %FD04FFAF858561143D858585FD56FFA985A9AF85A985FFAF856085601B14 %61608560856061603D3C8560856085A9FFFFFF606114153685608560FD55 %FFAF3D3D85AF85AF616161856185141B143D61856185616114618585858B %8585AFFFFFFF601B3DFD0585A9FD54FFA8AF608584AF601514856085601B %1415143D60616085141536858485608560A9FFFFFFAF5A856085608560AF %FD56FFAF85AF853D141B6185618B3D1B141B14616185613D1485858B858B %858B85FFFFFFA9FD04858B8585A9FD56FF85858461141514616061606114 %15141514615A61141B6085608560856085FFFFFFAF60856061608560AFFD %57FFAFAF858B85AFA9AFA9AFA9AF858585AFA9AFA9AFA9AFA9AFAFAFA9AF %AFFD04FFAFA9AFA9AFA9AFFDBCFFFF %%EndData endstream endobj 229 0 obj <>stream +%AI12_CompressedDataxܽZc0zn`4сdr{nmzz{*ie3;Vuj_uT\4- ; Z> ^V[jJqYaZkhWx( ۍf}JvgZ;WUJbEj::u/vZ^%^]kkZ_ʕN{aа݀>l45nϕfK}qCoj ^5X?]aT0@/(9+E*gHKݟi4yL:ݯZ%u}u[68J^Djr^%*y0P qQI o-?5 0 I [ZD=@_-}U{gX?iZ]tZeŀ~k= qWk_ts"IF ̑yq_y$k=c?؋=!y rk7+L<ҕ5\\?&=hm}@PC0sYn7/|wfZw|n>ƫagW{KU +[փ/V>uljr>hPV86 +fR#jf⭥]YuhntFjٴIo:M[YM:nv̺:!:UVXahmߵ^ԴB]^ gHva +Z1(@Z,`(;@%0憆۶@`˷;V*Z#fu5Co]c#;ƛ]5Uׇ-èPrP$zE~jk-h`zlaK yXQLwnvqnblĦS.tF RA"BN?h/6H &LߚjtE^s/]ք  ]i k$@Ggl$ZE)lLQGgVڣic[ƼiKZ%q] Uށדj:tK+| U`8,k.vQ&,TаdLT]_?{\O1|_ZjN<G5]-vJAlD4 X#*,nH`fh`_DE*t{ư =AZ8k@8ɅZBU +%Z +:EN~`N@ՅHq ?C;ƈjx§^gkub)K^?~ Zɜ -Zj*c}5OZv'?hqodj0aO7~k_M`EiuM\'5_GJ/W]_zp {iKtQ20Z)#^EDc% hq;ip@ubzްtZ~G VvɰP!uBQ!jqy7\ԎAnK@kiYnUäC7_HlV'8zK; :WdrZ<ևU96T=PŵK";|vFv$3|THsOŬ]r"H_r+A$W 0Q Λ`jW&~CJѮB33fXL7,??2ߜ7_AоÂ?o#"hZH +I 0kӝǜzde¦ucmd$2XCGBnRmP% ߰Woa#$Ks{keOc0?i}m!G4E֞?F4Cܬڂg-p^ڻ?tm ZaREWqjZMhfzI4:4Wd2ƾ;`z69-Xj[j_V *~߭;FoQNխcSCksT`##Iyѿ&k`hUB fM"i้Gֱ~d~i 96[́AyNdK9)f=c 9wϪg|]Y[Z] ڨk++@6uZn(ݬ?E XsI +Gq5[ځFUn:.Uz:<)UO`v̩kp/Ń~pz%-8Zv 0~co#CRZc`2a| 4An?vlOxJ+<+Fb!=9TT"-}ȆGFdV}:mb{d9:Fo^UYTD#ϖnhkN1^JC9әNMfO#$YTμ(9!g\j;5jⅣU`WX.Fn5ql 2h*rq4"j/ +&-x6k V٨c9FgqC+sQ4឵{|Z_m0b+Lw"A@OkD-w+ޯ9V?[um3h.:jp<N Ƌ!rIuʨ 39o֍UǣEB9NTA *KH5f (;zut|Py`RX] YÈPFax h;zW!+N*4/ R `E~ ކz: @mۆ&¬MaJ;`6㝳-^?Ώ,' r[FxHi_ٔ?/mꠥe;c8Կ~fF0--ͶXD+:zoZ8rFڮF|tm6FI_!dnKrCBԽ bLn@{rAIL,eyoX|Pk7`dtzk~aXR5-{v"dQuf L{ q6kugNw]ؗ4Xںl, fHŵ.*%j}?:ل1a>~_MNn4߰{jxK36t@ 5@AO0txBn^O# :4 pi]"iAe\v5S zԚm0S⍡1|1{n4RW 5|zmQ/zz3ǻ@p{> g/`N:FNc ?bR6M{q|xNώm)H#:.WjnqT`">M[6"!p4?9aN5l+ kVxرhR^C"{ 8©1"SF81f-$Zt𸕜XyF:FT4O6~4B}f *(⃗_k1r\oаfCfƉVZ3Xr5kkmZ>BQԃ$~Z UGW "I& +j`~~֊\5 惷h"u+TDD^L<1-O=A#^Mõ2tEeXѴOo#uJF +[^yqoOK{ͬ/rf2ǀ8 +o~85#VvMܝ?[ޘu+Y;>E"l}0+,aA&}n$RZKD*XM1bTsCaS8~Y^JG晆5dvb^kﴮ~nnme;L8wSݺ;ڕ6 f0ч_IzLg@ˤen{ŷe,YQ~{=_KdRz"`U"DE"}+5X59}j!jxӨ,;ptW: 1RG}9mѩ5oK&.݅X-?|V̥]"5׻]Z\;{ wG0J}϶cIZ0zw%Waf}'haUv72P}WwՓc STZ@cIh>7, T~~@_{O5 + m/twTn_y%{=!}Yz͵?Wy|2MB^#@a*>1so;'Н] h,Iݭ_kىp@#I-6 @ȚV^c'KKUůGfM+ (@!`6^]S@$ڙ7bz{JedʺPi~{x'{nP[)}Itt@?s:P1ǭsoKw| ]@ luG8| ypp^ݹ=^1&J^hG?{Һ7ЪtJmX@cIբ/&s]{zŒ?\_}~}>l0OO[b{.Þߤ|>-H$WN>lfds9G|Ym_@?egGrK]bO2+AfGwE!y<<}LG]F:ȸa,d_)ʾA2e]@{×dbIKɷ2t3µB`r.NsAժCQ\qPGL7t?+g wԽ7|}/5iRbϷ5S_GruszݕճgwKax򡰐o}\ӅXgVpy]/2^W"$uPGڭ`W96҈g]ݹ)rK"w{ֳG1\4M}I)Y *3۝V"2Q&] _hz TFs5o=acbcj\6PM8ܘdۅ&n 媃ܗҮ@;IG:JTq%v7QHl(G{`vSlr հWpiwym<懊~ޏ^cU}ӑYzbs!aˏYPjޅwSM^ԝC=z+'Ezt y}|ncLsŒCv NT)]-<|9̚Ty@՟pm{Jڕ駶rz蚚.]^${]sj`Q_}}.Nr/?r3X+0܆J_gļsahŔ/ )h ĩCȳ+;u\"6q +uwt} W2:$dNfmT X':db&wZ`>XOc]YK0qtF[Oe])DSr#k.x}H i _{6d Su~I#Rt *71P·33e- 0ΰ+fcg1nL:e]+.r˥Zyj۾iXҥzF"a+w2~]9XCzbgѠfd<`jϗ<ٮS9dePxm\]O'.2p 溌 %d-`C@u,2XGn*`mc}B<$.~N{L똃}m2$J7#[,{Q 8t~0:ȗGTG26Q1oK7c3?ӭOBSKYrY-][_P`#-ѯQ| h(2BxnC%CajB*to|[b0obgNB=*ηSM'N)6bVRwxl;/V4\taT8UP_6.3S{%+KQ()}ʴ{`I@z&>W2dҹ#~0"&yι`rpJ;O" F`]Q獝H,V97NȮ0G- WeǗvHgg+ojm05O9:: |{Z攅Nn94>V+# `QY_׫q` :~AM8dR ǒbDH/ :Xƕ9ix, 8(TNgu#{w}FfG!Nߊ5b#GهumP AlҰͅ~K`z +4F$LJWd5,'w4h{y m3ӛg7T3: "~G' 8W!<Q10_wPD %*15VUUϲpooqv{Z{͡ ΠshoЙy@t.8Έ6.88G Z䎁/!A1b/w0x~ԐSCOp{z-x:3Qq +z8Î+D&Ѯ:!уϠD|\ER*O.^1e`{)2./v5(6 wnC\_(ap BA}}%ϣqQ=6ʵLfm!$1O3D,"fg\+/Μ!XˣJDfGɕfo4V!)L_Fbβg69¨SM2rbwsz6 5Pfa_UI$mviϽX46{g83w|TȍT-'yvhxd"i,Ḻ;+80$/iAzd3&ōrς#?zwǨM#/E RڟG(p L]XD_zdEMC'#㥡'yzd-bT9~ٕr2pn\&m;x}ѠOK ĥԁ&& s$/&uFϫsةE"b"-ؑHhU$<,l=#p%.S7M>hFܬ&P37BupSfḞ-8m>qtg\93v4pC2V>\3#α.3ȇsJ3#%<.ۜ4񗾇CfXdMƍti,BLdhOs e"FBZ^WFďɅA!7:Xx:;KW߹ oSoC#KiMYfnëiBGsf o^f8Jlmv0gmH{17ww~"wݐ~R}{Xҙkhg%+iX5D޵=Tv.q2RٹHcTvNEFjmNtz=e^(#zFѯsikOE#D,5Иu銶tFOp.6T8O&T8{g + cӦYv RL(c]S?n*]@pT8bh챴k'%r1yu^-bTv6kע\dI)qOR<= #i.`a޷i"RDpj'9k@_2OڧωS9r "vK3L=ȖΊTl +!9Rz}6ivϙ$q+Wcn1(-Sh~TG}3n~eؽ{3Y_]#=sPsqԴMVS{d[_޵ ;2G\n g_ܓ_Y`]_pݲ/W@-\|`]^r= 4po+]+&4j֓濟7HHNwĤ-"jxiR+ 3aϥ:TxȭS8!/›SdE|&+nbo6aR̲BgM籒a7lp,r|^'Φi6;Psm'ͦ^YfyVS)!Y:wN'ey)k3̦Z?wFt^tMMU1+gMK7%.cdy9c{fM?l:b3Ϧۺwtt^t~7QLMՁ( 7gM吶06lȷLMw̲Cr&DۆN{Mt G=9RnGkg]L^݄Br֌s1l䕤xNSn:?U}H|L<j JpH. +cL"k=DrC6 x.z44ܹs<1/q/&uƘMX(~v&>sHO荻ټpgƐD܆pnTD wf>F'R ^W~m^ʛ;7qq7Vg/܍6Yz>v=|(>'7 Gcg'>|8?km3Z}I gK%3a~ׂ(Mbz]9mV_h:'x~ެ 2܃瞯oĘ4+*o,9)q!PbNۜ;ukS=zJY>}9Equly#n ׾uwfW|.GMAG[cxmOW0M)|ʒ$=L;Od- ;sEp)6Z><û̝J)'ƎO3wK 3[u'.ܓ;Sٖ}J m~/ )NBtznwku'K4w>2|iGЙYm]%˛]$X2( Tw|Jիd0+@{y_da^Cp6h{5ŭ#oF +15(^ifoIil\hMDdyȻGN\A#)^1F{Hns)ojnn8)f/,->8!hxZrMI}v ,z֝O_`;3$HdT٤rKpJTN4e1Fg!",8 +cOW/&=ɟaM ]0=U n|/U?H`E~eMyg֏_rkSw$u v~Yc7q=x/s,s*E;}wZ?w]?$G^ss5~fᷜ]hUΓ~vxM=8~~3_~1t ~, >]1 bټ,iwb=8'zoH+f0la +"rx 4xv0m1)&v-V\.݇l9AE`C 1I§ܷ]%XPvիUJgCXCީn cѷ>:קdmsAi?]Ns-pK)ԈOJ,֥" F1S~w)V2O^5JzPpd96WgKMu&JNۂoNUn[la#sړ/-"rKߝ'of_yz4pW]C +SdXRXk]ro'"xrre].D&xg:s yx0FsFi~Fsy:QDo\ ζ[孓[t8d[4-E9)XpO% 2 ~h{QTkxז{4ŋJ5W:xX*6;U.tJ;T\rߩ/:Dw^X.5Ulamuv;, 2wQʨzWh7ư\|{i=(8%a }B7>"pä}L<&H8?W2,hP넍ڹ%b(7E Kdٝa>'ʻ [b,elC^FK+0b o*n)0P嘵k qm٘Q4` +rtW#!__>4 `v7q2eQIє?e3[].Qf'fW.K6N_UY1bquƍwyPڕMc{h)Pv]yE-^ezW w2n%(,/*s% hJa/m]ʻ'Mv{UjaۆRVjBg|HGE3ͻު>·{ZՖQl*kXd +e%BwwxL+?+σGvsulb>\LxqG,=K(4R=|kT4*drX]_t9B^=X(=vv>.Jc@s-7rOCc4 ud-~ -4$ +!*ͫnݝ:~Q$ ًRi$%ؕ+^+m>aՎ w]O8X6?Fh@cSze!M0%-F +&*0*H]1Y:z{ZyZwZW7P,d~ѡov}LX\j?R?\>G.9gSkdк d#QMy<>d0-20\;l&pa46)q2u{d> XT)AI,Gthl6~؄Z;EWSؘ*bR־n DNE&Nd3%rX=rUt='MR))'tm'rl` \MyL찍V`ΐKMEebgw/j6lTmA#}ܪ{&d;'l+m`m"Q~?"QkwQЁ˛ϥK~ X1c 8L8QP"nȾ؆2g%f#DG"T{&C%O,?iJVXoj$OHnh?KJ,\Hǣ[{*OtơYr# +ޡ2w9A7E?ynܾzˤ `b$Jm ŜȬ\{)n /6X=hdQ2 fM7 0p4*[dd'!~i؝GP_;Oh3XkBj% g5%gM暘?9ps%>BFv۷G@.U?=62VT vͷjz^)d\+mTߘ~ 2 gmS߮V9rB[_#h3(=4c4 +m\cQ1}z|Dlj!&6%\O~c}=aǠd=gI?G O#mo Y !Z(sl凭˟OxVʾf)Ul&Q +c17S%=]1}•ɽaO&є'eF`}Ke ^]?Gdu'3]Xzcot{{O%bl׮}fN*im'C1DˬMWw‚ϏkK5LRZ /Iwדo_m3 e/C_;w޽9ˆW᥀Tkĥep؝wM^V^&eϹ |facD"چ/+lOw!ҩ#=yrיUhۺt;EJYr%mraRw 4AQ) NPw8k`,(?/[S4ݒ?w:e`xl^R0 i*q@JhȀK vo􁉂`:md0:ǟ:!kGBЏ(oXO]dXp$ٯ_LO}:p?`fJг!HsWNy61|[#$M1z#-'#dh݁*ظ]ةr2ӥSأ(]X56V>FtHȔ.'!/UѶ]XtJ 0]2WIT">rm]/*=>sXڏƢyڢ1@*Oۅb&Ec.:Lci?2Jc/Tz8ջ+9)0lcpJIVcN>ArEWcً.#0.%21YSwjCn"{R$i4ƞTePHjixgso(oOϵɘ7!!2Ͱx+mL9rAdB1,a});|ySr44|$.SY"30.m۰ʩĒ=IZ^KRq:hR7vpO,>f\yu\fmú N;}|ӹ.X4{3ɩL-=->U ^OoA ݎ~{˲lܤθK͕͌eGY;{h\ ^pj<$pH +ǸkY\.J{ =T K apLK3!/SB9go]!3pF|f2FÉļDD=}Aa= s9|e Y/eNz}ejxgӲ^_K2+xgz}/ ֛ g 7p+ߛ7L&旬ZY?E8Kd$\t-|ߵKG5}'e7CggWGN /J] 7 vY6xd%vdo²YF\}dkYڤeo%<\zZWؤ^+%(re~w߸`FZL*联YU-W=\:'e؝%vDJ3cEhڮGfRE'Af[MUr+;kO=ObwU@s9K6.N _6ZYazx¥v؝/`[on[/"q/FRD=F05<x:r+踇HSpɺwHhc7"!x C߁Xg|'_~ YbT,-xC5ӂE0`be~, dhgt{|ߍHہBDF$]EipWFibɨw"Ms#.+#܉4͍H-#މP٨`OW &g;Юt]#tyD~џH[ܝGGw*Sg8l͎eťej* )pg1tdvCEaB=mz3D1ʊyƸIcxKqU<%g]8Nsl)V*Ǻ+AmrX?%: vLo5a)ju"xp.xUe9*_+/I*-}{=JtXW.x^yg>K. /~ww i+'-w拒u-Dž no&]F/cxvλzwp )< D37͌7QDZ9^X6T!+KaWh T?lfW2pVw<h>A.: 6&@{ՙ,5AVWi.YϭVbEflKLǨ,K[Jjssҋ*QI\<}n!;]it]dR Ӎ%@?Hcat[ӥ4PυFn揅B]$ ӥ@ 0XGt=@-Dkυ:CT. Z0X-j4t)#Xυ醄h(L њjfatwǻ\e.9!J,LVS.JJ8/bel%(yQ/B]y yA8_D2L^V_h(yQ +0a qN$ PIK*/@ WYNa 8YUk ;DGVU%5*041V XQliF{>bױv4SdBD194b^A37<8'2, Ȱ9X}$Hq^f"de<#b\e 'PXXHIPE /=xUF2s0A𼔗p뉰8$wLZb !0z`# 1x3W x ,TTRE$2Yk $MRfWUKq sYy/ 荅:d T1VT5-HE͖fYˣ7!Iq VpMH֒R!{Q95D#]@A^dE^ +š2 UE +Xrˀ8T.85/X"J("`IPK#6*gGȃ# ^ ɪb+ʠ,lk< $r^:"Ulj*8E>,)+-Qca2 +)jHb)Z 91,E +i;"12)+ JBtrHQ@QO$CT6Tz-*dϒM!leU8fYˣ?/2L&g=D"&84 d}r* D MJWqx``T,L@C@3d_@-"l{Q'A_@4YH8U]p _΢  K +;m#0jwA + R)@1@`vO2+ʀ2nU24Tjk<EY)J;zhhJ X`mT@f(<^edɋ2jv+%@^L%8*)"7jɾQ`hA>%!X%%`0(@F +Qk 7CL +4*K$"082p_ vUmEHt/[-ho^9\DoGTQa5E8D4 ՙa4 +`+ہ kyRזpwƒ¢Ł<#DF,hb  ,1fG |C`h<D ,@odnHEfFYeU[ªQot c<@typqAa Qɸo3ha%Z3ȵQ^LBV@/6tdC _h#]HPPMiJC B@@kEQYUBX$`8t iƂZXQ!E(CKDI- ʪVNЗVKїU8Qx<~o `}[ʱqVDXFd*eT XXyT8rD&@$2< `QJ:7"I/^#@"#gdVʪ2l(}75ZyHX|¬ e=#VY1Y3*l1 c,Z2'!@eK +,*;Hh2ȰOArJ*Hw!aW44гFHaswn -STb0X@Ơ{ 8)@A{J4AW+ GoDv,LCFzI,A7 V35ړMb"'&O+Ȁ2aI^'~85 ltW7ĠݏvD3" zX4 EhLG 9H +)`PoQ574g$:7"3/op]EU'L|%UYCb" < hU +,KYf {x,E]UT,lxӕGђh +wyœ](UU>DJB_0TG> 6% +RT~9tש%JHj@ W2 BkRYDdfYˣ7/ 8uzZ~AFq}F$80 ɿꠀ'a @lG-6U$ɉ*@BkUQPr +QXo D{vu".6˒<~5pC2GvA HQ629Q,p2\򶲪UFZTmͲGJſs,dáw%V9KoYEO@8zEH,(h!-QqFw{< 4"$ţmʑ2SDY89V`TՔAP Č A+NP6E"ǿ%Q [+Q[ߜ& +s<'IDj˞̃')h퀍uL@(m$ܟ#|U_.O!̊hxp fj<Q%YT5@VYzi44Z}y(0 ޛ 4y`Ø X)O$ џF +(K+$ 00P 9tTUPHXgH<@)* +h@MXTT$#!RGh  "$ R.QLRhFQ*wR%ўFQEa,`UTH0 6֡] wE(R$QC72+94'( +oF!|\B΀<]G8.:.$x<5²$LG`aa&X߈ Hp C! hޠɊn U,hd92PZTH[fYk7O?6!,CiA}B12&!9%2111@eQKh{ x40چXD'(:p<' =uz@Bz Xhj͡zLq-DʁI,(TݮwO$q8cꌲUFKLhfYˣ?ȾHL2X`}-T)00Fxx&S29T |O8Y!Q y p?,4aZg8]tz H54.1SHZs"7@Y@) S/<%C`PɈEU[E_i(kagrƎubI7 >=gQ7~݊Z2qD 0HьA$꘰]OhLr@R)`%( ȱLDc3E!XA$ ">&(5bܨMYH>afQ*I$ KZ=y.A`[ "f%K_=#1J$b +#-8jH,4 + kV3adxQ%DSDjhcIS"r( +Cܕ ыTSE**Dnѣ1Dh`HpB'˪Vi-ӳ1QpQqCP cJ迢8Do*i.)bL'GY"&"y*K29('.y giM4T!VyzzcV1ID•/H ©HB +O`F:O LXIIQFFD1F|Q'\>z!q: +kU2ژM͢ho^~xh`ׁ < +gPh?|M2t?XX\ dx<9H,~LJHA(10 +"f*Z z*T%$ .ls*9=cY"jP/#1n7ʲQDQ*SFFDf2& 8O8ϳ5eiM]]C׫WUu}w81\傸ׯ8^gk3%R9ahk%CPG׺]Rԫ^| WOFBkD&AG?#@ܑz$'|pN1ia83 fp%BH#h0&Β/'#F, D(4t 5=kDibzb 5تT#>*26#ʨMik| rnWsgE;5;i6v D~22jD*|r"L𥢱u\848eaTm~iuqp"M#obxxI٦Tk鰕Q sxN#@^ 9 4]b^R;^@c)0o3ޞļe%0k`&kZzu1RhLt^Q@Jxtrw0A3*lX({1> p>n1cy6pIt$& ab٘VGuhxRէVBiyV [ jL[3A uAap;v/(kj?%;X$KfklF ygPr(av hщ m @[zBu[E._Ë3qvWV}}xvqvۮ6 =To|l!eE #5* Z[ -D3Z ƈc3Y|}I6c}@rp'ЃcvϠ$D\:5?5ZO1af8 Y.Y-  a|*6ZRꖺRԌvW^j5b7 +ZC_doi{ШD&4<@kk6fc@" @tKHE`E~{ uȧ +MN|^졥5i7i$*Gp-wXh[ɿS@r$uŠ&mS,%wkdXB$ɑ6l94,7'F)D0ꖺR-}_nWV]Q?Eo !朦۽4qjs EM3W_d Ge  +.+!2)`2yCbsDۍQQI>08REaY[ ^E WEg4ku$ǚ%f={Iq;ok|}pٗ^ju9!pqC! cI t#aD"ZHቂH,2R!Fàz 8];iZ4AS(D7~# ֺZQ^z5׫[Z{6kltk b3pFN)cL LM hq&Jp6G 14w:E)p^ <=3"g-A)%!oHÃqՠ6 Eq/̦`c$hV :V ֚PkZzuAAL@ +O5r042EJR*L7C.M04%UI[>wT07-!U4sTR0DElTʡбِv$L +GH1pJ|M1"S=5kAMPnWruk Oё.;sa1& C#ckXqiuhqlP5a-|),E?Z I1YYڑI *PFLyO&@48!ZCh)G1mE3Pضj-Ien(y|[\~Ǥfdv<-0 z1D#r8!ԅc_?VYN8JXېG&` #㠉qtq3fYtd':G#K4:5'24|6e(u޴ c\=SAᎼ p: :"Z֫^ݴDyKyO}=OFz"Suy%,i|A&m;rZu)&)$hCA҄Bs b#iY}lO"i6Pt;aLm%B<@i}gRrc|xZpVxq'rK|kjC Gø78҉1qrJg03nidbum:H|R'ea_zk VN jr+_8u %-$AZHK!#[A%FK[̫)GlJDm44h (~DE`h r*OtpCټmP3-1r{B;by2yEbaltӁC4v([)6f.|?L8FH:I]$Y͗bwٕ^JEC5[^R#mB?YDMGPh .J24"(A+ HA+`iF diW@3q3[P/*ÿ7tЁ!) WLIq* wDI# cǀHֻnd^::ҫ^ vu۬R):K%tz@E-9S +x9q-E~169@4q8 $}i@f&-c0c_3&W 瞡#*F *&Xpazcǵ2 ǛT͗Z4vW^j51Up~mB(q,PFB:c٤L@PslӆKmALؠF#%BNpw'ҫjݒ:2ҀV'؆R5MN4hӎ oEd=8%EJ7_I-W^:uEZCѠ-s,fdXc~N Y$Cر&% GnPM)c&+=fF)62{ +/Xz-sq$޷lC"G(oOZ3" %Z7X㫥Hۿ֭jWToϴftPХD3&ZI&Ǯ Q3H]tI$2.NB_h`#Bodlj۶vv/7#bB59 D)Dk=^J#B,;mAzI,T%;Ń&bb_fPf׺^fnZ֫^9U +2 ~WHvH) J{T*ރ!:or2e1C#1If[VaM!Н +'B ŸtʻI961k;i)W+ ZNk` DnL֭jWwv͞mg#H(ت-#80WHX%TǃFK5NPHL:B6jq(;"o(H[cU0۰?ZM8[ҚȜc!m:7Mk~}ĵiEWy?I'_k|u*SOkZzue:]G; = z)_FOY5<^f\Dj8u D;Y6rTf-+ŽvVpⳄ4"jIb 8^ƜTcqro4Bqs[FG -oO2-vt&J6u5䋛r^z5׫K~ _H"@jŖq]ˉ92j)52ɗ)~{!p-Syc38êc:TS3)aZc&\}Br&c=htCTrBE[6&=ܝDd +auq MQKR._}_UUgn|AxQX.m||NGm^2݋0bQn]ၾ*C8 2JX(eau(hHS JUL$AAF>Lf޹4u7W$_9!tA˃#zv͗8Rt RZuth6D0ѓX̣A =צ_&N$EՉ +i H9Dd f!c{ X`L w@)t*RRɾ?Yq%wTS+w'r:jſ4Ÿnؿ-jV3;N c_n;Hu61$f|{'ڶZ(J +"s6A2HGs/ %/vIK6>&–2E2Y+AUƸ:di uGuj1}cv+n/au;|}[UU:.nief: ґTe`sa MC1'X02hy&E=@:<;KZ29 +Q|E13JΔuh.wh,]BS%/i{YLʲ9QIY<*'ݭx.n|$KFYnBԫVp(fiCHB峚-9XЀVe+^EfIR tQidTB5e%#*!Pl43RP VvV FHq"2LV wdRyFL${Jl͑s`Tb ~'F7nZ"nWsqLa)YR iI^򝬺D_#" nдB-ۢƇt8/=lL%Q_)3W Bv}CG26Stp,ۼǎUH@x4Nђ8 >NSqCHnr>_kx\ ^z5׫s*tcS#C84J3gܴR\ 8jVjj5Z̞.ZK vGU/X6{@@۠@_G󤚈n}.XX-P؆GɬtF-XAx6`nR ^jz5WT1;RA։A „VR|wViHE* ۶#ɯu5{[\.ߞI'c9xUdjеJ0O E&!C_k<,P!e=^vx̱ƒ8TD1 AvL]= Ae^f{Ԁ6XNl_ +mUx&hRQhc]rA5IymaНj@Ou5;iҮת{p]R]ⶋ+t"ea 'LIQeXDهy D-F2*1N:T(p2ha:1AW֒g*JXh#P3&i-(2I#Sԭ]($]9 iaxHd +O6˴kZz5|,9( #H5!hM~DAƯfg. uRLVHD4+DV F5J@Sbu"^1{ND)k 5#6*"tpjW$<*!P*nUh +3ۉN bQ/Kڱ,t7)5zopvQ/#ŎQ84gnO#DdZkGVWnq!s~uJyISd.E mkҥ{s um$en-oܮuMKRz0npA | ͦҎ+[kdvᖑES&>Dz1B:QԏEJ蘳g6uJ#ve~gmQŅ2Ka-ZSvE-WV[(@qDQ! +.Ey {تDy΅F;d4pmDw&6?s°[k|qG&y[UUg_gnl#vIdEݤIBQVGs ɛF1'.ځcHmqfP +C`e]k3b<2jNvDIaRzkDAy7I+_KtkebƎQ͎@w,%P|1'I hx~-q6@׈2m W2Mr3lV"S2f+ߝ$Z| i;%㖺^*lBԫ\.6 +Fi'&E 3/V1+ZћGG3ِXRC 4R4U4"UJlX]OCUDBqǪ$$vD#itޤI 7mُ9qۅnN,Ou*֫\OfI۠`-5FPjSkIZ`"+6%e̢N9s@ +-]*`"gF(N$n t96oAIʍ(ػPqG)y+PUd{_UTzNNuꝔ ΎT am1Ub 6I LZv'j-(` GiaChH کQ$fA)D7c7ڒRPP(jNJ*xH5S[Wa!c_k-ΉcӾҭתCWEKV.Emy}?zoZp a!BR( +{F$,2w+]Δ%u~WVw}.pūr^͵꾒;g?Т{:xߢY =xоM7[0s/Kw.>7cC%<=|pϾ%w?ַeYڇ1!/m-72'5?N]ݳQh5[  +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP( +BP(*w*P|c  +yE^B[zO +<<̃l߂B1@Ǎ +Bqޡsu.s@B-ױvP(% |+a(οv^ѲS( +7D(: +Pb8PO`b +)ِ8 .? +~s2D )%ȊOl(:p?Kyn.ICwڡb.j =*"z?BqLl. ۄeWR(j`$pM.\m!.'bH<gӠ y/ǛyέtvKw߅D}X;W(EzJ +#DS.H/O3 9:p F?w!"8@K+ʈsz^jo+ +7_x-!Css;wp1<Ν}GBq?Kϼ*6N%!pPʩp!; "9J@Q1wvi~֟8sw^D^N=0k\`[ڮmx&>so*ع *z&4zty2i4TP 6j,"Ot_{gm;۷QTwl=D" ;1X{ oagJ445Uc*"yQ׭٪w:̹_ Z|dnbuvsG,zH: GP(?P~^X?vT'~ŷ^B>9O `|رcoqxq7cg_c] :DAaDmDN?NqS}mup:{aAQlِع5%Cz寴G / +\8d..+NɃ^' R*k`l5K/Q CcE?pM@__M Í1,x-VD_9)|p>zQ.Q~ul̿ؖDد9Z;@Q'I2td<緆^kЅ x'EW]u"E.}v%E +O)o[@lDZt?Es=2"Ct.y 'fO"?L&L0?FWa<|??K_ZؒrY[kxٺ}w5ܻ›\pZ5Zy\peCKiۨ1s+ O,w]y# W(CsC* 7hWO 峉bENQ{~,\=q &M4j"W g *S5C:|R;C$""G FuYSg8>wB18Mn/ +$޿rϊs& +l~!K80رCp `|)SLzV ש)=Ø"]$RdyFeD +4ЏI)\v'BP|IH3r~П 3~%9mޑ\3*?2 $Th +- 3 f̚5a1k̙340*Gx~h"t)ʶRfTа" +.s5g9(g#X6 U ?3WN +d.Ľ)vғIA\d.2?IPnv. 7ʼnlݜW(DgP(EpidžaW悳Wi#&n([]V$F!&p>$°xhCBQ'3^#|C93I" +8>3Y㳯%8ϛ ̭ʫ +¤0GVGZ䖅IR_nRsYQ4!6y¸!ڝN63;Y--xF +Dȸ +:s3_cQp_q%{)KS-Npub%_HIjUU놗-LJV>{ 'Wà_w:%+9vY Y&QБR6F\#CL[|yցObfY8+B8xrå=wz78rSSW@oGF[o5,_\77lKz +!%܉aB ~wau", +d)? Rg׺ԙZJ߇Zk/(bZ|U! xKQ8.ZIǤd +):G +lS6wi]\1ZT}Z\j*Me`;h2vNCCs:QmHReM 1T)!ITqGLȐ9/aWhOгfͤqU(M^*֒3WIy(1jdT}00yk Д@Du R[Cj'`^9 Ï^&Y=BWgm_9GrϘ9S\k\ X7tc`EȉPf03g>Caǖ_GZPKGPs "NM}+oɸXrcIݼb^xnM\Gvl!̉>b"CGp ?XhѢk_fs)8VHm_N*)Wc10FtJ{ybEojDcgGŚ &K[{< Ui|,e_{V."6)ʥ d2bmas6t͓%2h eۭKv }΍#["EADq |oP('_qDy$u#ԕfCIX"ig/+0uGz,W! əɷr4[AM/a|dҥˀ˗X|ٲt!\d8Q&YD'R"1qQT?ߪ5ԁC<=w.L34ӼD\5 YИc( J֯y0%t_}MSqC8R͔ #*ڪĈΞʄ($W!<*C eC c. +?]bKv }] E HDcŴsDLlSg$oF kÂp@u?QBqP yVv| YB2qS&d\?$?%nTʊ"WfD +EHYyCpl2?ոTn)[nC9E#PW,<e ݕ+WZXc ^jʕݮq˜X`#E,RpD(Rg[rjI7]$/ JW%75r㽝#S윁!C.Ztrڹ35y%CIDYi:s1vOWxc +⻆~[ѽ B#o'sTp4AS Ng +Hh,yZ&XRp"WPtYyUą9 D:jɕ͘aD$vyI,2eP!5k֮3XoaǺke-2" +T[̙uZ'bh*qX`}]ѩ7wY(P0vT VE@2/_wٛ + yQ1G17jT> +-WލdP#PU[DCm_~bcǍ7Ǥ!$P1l0X%0tR~ڵ;C_ C_ɀaE""zDDɉf2E<hDd.h"(B8(G?ռY[ʧS9"dfݐ ?e% KX"z^4:HؑI9{V-J= ޻ C)5CӺ$D>e8oذaM6o޼n۲yM 6!Xt)I"I)hƎ=W +K T^Q=aD?o c!8eW.Q. dII\UeٰKSEBPn57ށ+1ŞrR\--~/~~ȍɆ EȔky/2vn \foԭo0hy1tC*?oH;>3\}5(f[P|QpnŪ "ҿ6NdsO!jqSwC&M|Ʉ Vt}0']Z*KDC|H] +SN:Me 5Q[ +'1o|s`^,e# p֭[mncm۶n8 8 . +Z%K/b(MqWDu"{>\%L18%T#:$P:$Z0FC7v 망Zz5ηfC7NS7vy b`ENhI *p[CG^6;?kBqFQJ}Աp:uXkv :.dm9};gBA}+?͍k>&[Ys"[qU~g Ί/)Fl֘"Sy̡*N6Grb&Znzp!!vڵkqݻwiԈȰk׬ZbD<>a R`=qj%iK,#u2r6T&NftȑgSX,|؂|YPxU]`PI?΋=>` p;wg5hG5_+SgPP&W +Cȕ:m =aNt-/[I?|+Ν [1tË7[v*D̟w'DR77kX3 g#$2WSFP|P;*YNSAhHn$4'q[M;hŽ$2LpV01H]Gj0njrh?װ Mȇ(C7OjQ9/R%KļN>œEw} 8x`۷o޽{02Bh |e8>͑8ع~X!FE)bhpۥn٘9c:o5s׏[W^Q7;>hBqB,Cr ȃB +Nnq؎hAhcGM1e̙VlV=ZDn(Dl0J4@ +]lD:d>8IB K-cl 7og;Y=tC=G{w~Ì2ڹcv-)Z]w-/D4uSׂR16`ZʌH>P@8W5< 14d#C}}vf>}e>Q,HejBns$&k/+1ALrL +j~ +e"aP]DN!>.fn%vg& +kgbT$ afz&X:;7AZtJF6m2p!ڹaBskp#E +VdI!˖-^huZ5mCW_ry\ +GJ.aP8$A 'Q"C7᣷G8:sքLsElƊ sImAX_cˉ]xu3{v{|4O\=e?Fc*Q:C˖w׬ym;v".w}BB58fǏǎ= +waA +Ċȉl޴a:.5hv'DSLFwVW%>TT{Cqa|mQ(eGYK 6<#DHRM,^6rgL[-/ËF0 ZHfpTvkϖ es(~iNr2b4 P_ 9CKX!cC;?r(vN#?7:"Fb;wNtVv-[r 7Կj&c=c>#?z^h޻kܳe֮^~E ̃<DLr3+,Ѕsݵ{s1"$PSn$fUy3O3'si"8\6$:3ȗ\&%Dj0&HE֑e]n|wh)`ov(3 ޵Uԫ/qlH|!"x'x'O>?NwaXq +߷^*o5]TYv@zڭ̛M5P( %C.e"Osl62I">y!lRUg6)e!8HҶ] IZ+kJbL[IY~v`vpEŠfrX>#EƜoѦbߡ_gI950 9^l6lڿӰ -ssC΍NRt;wlܙ+W L4.)ڧ7@}:$2|JjCva;, #Cv:(s( AJP vD2dcDK +W5"Xd5PQ)~:Wِ?0]Qm8Pe͆aC ]qlݱs!Capwxg=ys=sɓ>O?hH}{p~ކ8DU0J4g6g0¸h_g>S26sȆ|0_D;vϹiW"2aĄLN3=tsfV?U(/DIzY Iژ%+.7=䜫vUB"nWΩC۲%;H;]O-Ň-e'!Y6m,+WY:* テ CxTL;νcEG GY޽bf$W/Z@(Q7؃o(Da>m;~?eBqQChʮS%44ATll YfBB2amɔ _J_Ae3ap%wap2Tx,"_a} F^olC:^6nbg1-"㡙U m|϶v|POÏ3 /K/+* +//s'}s~hĊ2bߞ;wnߺe&WD(n6f͸yGf:Ж/>CW +* lSi.RlϜj4ΜQą9<\9JXuGyXve9y$gTˣE LKlŠ ɸ]7FB/%<_vHMԙ ΝR Z,G(-Z38ith+׬[@dc z𠂝Kscϒ=&蘤3Ȑ7oވ˖,^8(fP!`h(3DއP(,je#TNm1:MBC 01w|C$`B`A2BL^ jdGXC g0wx[ۗEk0|R ~ŶDPl ڏ>4e +hB-&޵)2tȰlj8C…!^}x7|-7x =1"-2$pqz%{WC)"t]/u퀎K2;ΜEcL&V͘i̩ζj {p9#rD-J]ǁlv^ J_$$b"sY2!xwR 4޼;tRy">E4ЏؕWWfgˆnvPVB4%:u*z"nsE,_j ;w< CB|!Bvع5_|3ܐ"D>tp? +Pdyh:[h!j2&g o6qbF&lvXsƈ!ʃ!$dND@5K(@̱#r2Gu9,hظI>Tf9fĈ.NoqeEҀ&0ug>uviN^z)ʇ/[B15D'ÜW!% :|xN>9,k;>{;o֛ F8H +0 %Blb)cx'ZIZ±|=N1vDCRb/dC62ٰ\̻©6zhF&c1Yb‹.[VD$5+}Ǧ\b>qr/y%#\w w +7X鷉8hѣ%m+Jʈa.!I}Є Nq_j(RNedJ\XPUe&7f|v'r2H۱2f7pos8-` D&3]k]l\gӽ /2|]>DIԝٷ߁ +eUnq BdgO>O.:=Ļ;|~G?O~ ~?0œ_y8< ;r[ބKQv8j̜v+kN1ʃW_g> 'Ա![;4|D0ܟE2eʭvDӪNng-tI$0j=d$VW"92_.GKu /kgKvދ]ȧ$:8܊vMThcB.\ES2 cWFы-gWǪ0WW>t 1 6]097!: 7߽uǮ{;pc=a /A|1 o}WCH8v(F9P4a"CX9}H$+#:B8"'<rFA)MCC߀8ѣ + ڱcN  7P"7HfMBEEu6IlhOd9s%3Nl#o|(>4}欦C贇P2tܻw=y'͑^$2.=|'>0+z7^x䳆=<9=Q&B)fRGf ]D=EMdpMTY +- FYFCqn ڻw>N&>$f \2cXҵك5sXN] 8xIFΈ Q.>l}\ʦ؋c3ZnԼzM[پ=yC9p_-P!Ä{0ӟ?9_?쳟}jq]mk=8G޷ޝ۷ݍ3qXtYHMlےGAv>0"^E>XV3:$l#vn +;|zdG#Hxڻg"#BF8X*֐HMH𤻮\YYas!H2)aKVZ2Pl' OT֠犊 e H'N&PcKXwy`g[K{>$IM2) +DܽunC '}aз}>D#p c}NCv9Sc;o:ʊ^81G=q\D{w`UK-0-qrD׎h3w9P(!x157ZNaSS$dˆڝ">fnpC QYy 8@ ~␀.P} -°Fjtm'rgk'b2z]ȉAEYA}l~µ!v{󩎻Fv`%;bsjݨ'7eq`?q ~+_?K8ϭ'U~_{gJ>p֨gkPJtBN,3<#h0^nэa -2 :;9v IyzE<۹rIE ͐EeJz8*VIeR䨐D>FB˹쫰 bR \xƨeM;(%Q"PD%lhWMn,C>*׮߸e+L +?¡'}zP? E;vCljCW_~N>=Ѓǎ{w#Jh(d5<5)e*ݗ)!R(Gl!Y=D!CQʠđ!&>qJ~>m`BȌ CzBdLX ~h;zczKn}2q kQ# GYl_F5D:ؔCIVUX!!#9v&:E砷l銕,2=oNx'z+Bp_/෿W෿-嗿_WEE?~| ϝ|)?zwngˆu(:]h;tVn3ۖ!$E*C:(4h4s̱ r ƙ#n(C;|ɑ H=~yxdG>#J]Ro5%Z'$ˆBx^n=[Ģ9hw>`h%IĆpXLjZTĹnNYI蔈- l3vMMA,Q=V\t;*>K !a?G}O 9Я79LviC )bW<&:;=·л]i 4Oh:W>g%D +yʲRY; t|@Yu "C+9}#F2|ݻq[AGFMˉfe6%:$.+XpP1݀e׾eqVkq_|&fE7!Ԯ ph8[l9w̝oO͛޺}מo>Oxw3'BÄ~cÿ~7.KKDo: =bNχDxS̿3n3| +Rƣ 'rFH'",fL*C˲#%ri/)Qh~FcnĢ۶ejJdr}vF;)$qAFqG#1ZgssbjI1 +Qc#=wCwcxEܵh!8=(o2}aA=8bGÇ&Lyʭf4$<4+׬۰m(cOBGW){&@A@ 5tR#s-GR[4tC@H(F DJXEQ# + +^8<P=RKI8;U!v ,͙3w9I5zd eDF"ts{q T"2#"CH3>^ uk0El9ZXO43FXWZ/-K'*B] ubMqیhG򢥨1ݸٜw~ 2l䧟~ θ?۟?SgO7'p%qPxzCfE`D|ޠ '/t3L1B2*oOIa -{q0O/O3?Gd93\əDP%&9#AIyH"V-$6l[(˄~玆S1~ty;}5kV\lD zK# ˛VtAqf[39f{ Α.K !^exdCtA/och?Br? go4t?zC7C!g_y%zDl4tJW`(FyLW'31b-Ǭ +|7QӌQrJڜ5wBd>XzO0_Rq[Cm=O?w8 hDL',[RHt z`ETf)vdC2$B=r̶lLڸys>\ˆ=FH};ZI-X3:cyM˖zW=$1rjw$2]B&P(حz0f~Eà Pd(>9B!ԞD"n$r2AxN#̣,Wl@bϾ=~ǞD!5Re<98!AVέwd?!E? ^$%:( ]h7ʬSB +>C< lCuӬoCMRIeQ,jbFv-jT1zT2)DP/A?OxyrТc q\>iˊHp^#lvӵ蹀k5N3.p2u7bڳ.c1ff:CO?qg?/q\Hп??J?/.,~/Wg?TY.D/='{۳kV@il8<M/vY#!FV/Hg~G({7^{pطg[6[r9dQH]7ڑ#tbqwjBq~ CaudXLmۦ'p3&ϙ!Blh=wA%3l踟H2D*d_}Du\['yN%}SIB۷^ھlT 0VWKdC!HD|m'D/"y/eL#>c[ٱk}fM_z7y&>tHğ'q6'nͪ +/ +#..)eTGVIZM$K+Cҋ/KZ"8fIrZHͷ$H$w i ^ }2eTG{Δ3 O05@dBRվv2BR^'XGtV 4/gceCU 6l{{@GѡJ/X?B0tPƢYsbpH37%?ɏ"6 El/uk,ir}0s|)%oqM5)CP=tql;|0Uݕk0q7\ILY&t^W  S~=O0e +?GbqZp#aA];mC g(FB`d7:ƕL@q ]%p `*u/uYH5=CSn6|h96e6lbCG?dN/ȕC'83 _7#!<caOЈ_~>󛯿"j=ޱ gg6Ci%9]QBc(/h[1 +VZՌ%ce׽ff9sQ/@"""8 k>1rtV?WI9aDP$|*'gmP9oوke_ m jě5 Q4:xp2urDWg tt%+M11{.c;EQQDTQDQػ$3{dsU|GlZ]K*[rYG>b)KpWZ + OСC6燰 %}1E֯(fetTԲp͙aݭ]kU"D UT ]43rhV"Cz6`|Hʐv9DG;Dw +!T9:'L ZH?T=*PP9~b bh.Z 5K5('.ָ aS۷iMYÚ3)_y02)ԩfJqg\ BQ2B:wCP&N1y2C?3Zh8!=vqNu.GN0E`Y":jْEa$a8yIulֲT*\HAbDmqX3f:+o !2u1d3z:`TXRE43Oԡ4םoƤԤXTj@B$:K.~ .P"Ua(yT'HNvH~r n3ym86Q茊xo(Ekn9fA77 +#Kޱ@DI& C#hƳfȯEkxHUtdyrr십)!L؋ ]POOdDDBHާ-Y25!B>S8}پd4[m)~_1C"77#-[4àq^Mz{Q)C]Dn ,ڸa:%"3?{8dr`TF_xdLReᓫU2Nd 37CAs.Z42*zELl@Ab'gh~DsEǮZh bC'M uBibȞ\O4ǮZ?Ɇelrhq(CL5m |1p`nd;N7ܑ"ss,("""RF/()/]ʽDZ"FpEݬus][D4i:)k<E wuҥMcR$*^8ࡌ8eU\vjLaLL,C%9n=)!{0<3GΆgϞu޾Ν;{΋Jaqh~qV&J܄5; _/f'x5|@,ڵiZ4,͘%.eVl?JVBC(U&;'um5.~JA"ZNX;$='Yr6py3FsACYi> )4-FAV#Z5at~|*JREZ#S4a$bfh4GL !444G +SsDf"W<(6>"c, +h4_&zݪrSmqUUA#!Jezo֜ ܿSCÖ,XruZqi޴6qeBb)l|9r2 hm<3DS'&t@vT,_͝;"ܹXaUU zӽ3AY>r@C6s`fcy cE? hhe]JLy™=-BFP|92WqC`n>k\.>-\rGヨT ܶ5bؐzt'؞*Ͳ p=Dy^SP"{&AJ?D°C5j۾S2C~3g* '5i[z1hN,w/lt&߽i"(g1+#. $qF %2ԽcV-` y䤦Wh3zO苓 k.<9]ƥ)A 棭Rebg[' >]9AAzT +h@3j!xS>5Ml 3Nߏ}%e&ń}pF 3`&rkY| ի͂C2%a%*?_n_gL/TLJ&;O~ ,2(Mt3:/7֬S8& <\&$n͋Z.~&3NqH!℠BW]v]?|U+t^͠{!mۼqnϫIjƓlF"$aJ{DVy ,7_~q#!kɲܻ=#nj;m:o\)Ps3+ڜ+͙?$LgʗMScDDwGgZE4' D(`e%-I$2 %+HA + Oa3Ї`*ȇj冋ѷDmZS"gN5npDɆ+qռ)]r֨Uac\6al7o#$-]Wy;b?sFltЈwn߲ +G,]+QL?I"6xD۵iѤQ:P0k&4g,MN{^]ȵ\?{xyp;0݅CpUa*A[/kzT؉C~3gΞ='p.!`*|:6QDO \Ql,3$4qZ2E&OnCɕk:m9<,QvJOm{Y D2fϙ+/:A/#<Ԣu]ɾ3", +_I pTsaqe>AhHܖ ]JXH +7ouXnݼySE8+@ÀDIqú1-ZǒV4~c*ˠ@~EI]PP^T93l(JWB(@`Vriי6y6q(U*E墟-a$*rf>zH.YR-EJ%sYSBbG$,`ae梭eⷾrD CQm'UP8"* QD!Tc4eẄ j"ȓ{4eفs/\4bʘظ0dcCǎ8u4B + ݸIܶoɍ.PϜ>yѣA#޵cč׭lA~S'xn[SD#T3ȗ;g,">X2.@Z-8nuhLfzG&M~dc8/oMyp hն'}6S1eXDX#N]+htF0E0 aׇ0Q'RΚI/Fۮ{{iv ϒC "ߵi߱KpL8? pނEN]ʎSB\>!n߾s]{5uiqUޠ Lt0qܾm˦ 0lɢyAsTe2V6=S ڗ TԱռek u޳w?*Fϖ7~ښ:/db($x +mJL!\"څ ~`ƍ fYEK,&ƼyszF^ǤN~9(*WvjHkpQk2ۈl]qO:r{F)ZkC ˆǵytˢVy6SpH|tB0w>=I]~vH\O8tpƬIݝiǣ/ =RDE0b/ª9`aTg>ȡYs1jOg^6L UU0"\&i%4QtXPLf$'[0ȅ@𑲒}d7,elqip4Nr6z'D@͚E@DE N҂Lm}pb`P6:A/CʖׄɾC! V/Ў?xcΝP؏}nn7:s,bJTlt)<~ȑC`&ںyS΢#-Y(s O$yx@?RZ7oJ>k৬3gLm(c r-\6<}eȘQ1(-C46s 1>DhqgHŁQAE^߷UL~݄sVjkKWÃ.AAgIA2r!5ʬ%jNg8L*"op>& {ߙ߳Kz$2-_I@z1 +dNǵy҈Vd$7fq>DxkGb=VK~Ct\0(Μ")|9bUt2 &ϙi3f_ksV2eJ +PT8P%K.ªԨ3Tg1Hh3;abeAee&*YUqڐF`) TYn%ծ!hJh Kɔ-'GHV4ab@YȾ,aP$PbSۖdP5a]6nM 29L'w T^w `ZɺTtA5G3HHq\T1qL9r3[e\Knkb 53vX$z.o1m $/Ek:Z&9NKR%d);)t-; x?/>c*h ?o.qOy0 +޵2Mo~n-nbi[,no)ZڔCR"^;%3>0'-KiCoe0qV` Ar'd6oҀ+ +DD8 'kd] +$(HY$eʋKǐPVHܿshd s!BB +Ksb?6:[7n\ +:¹ӧIU@8 Ξ9m1ujVTlbE#[f&$ꀈl kZi?1m͟r"7uRynz,7n!Ro̸> +>+ƖMADHQ 䌵3gdфaϪ"O7xܬa*X8 sg$}1eV;2V1ww|&ΜPxDJ %c'N 8Mȡ;wb/6: FO6Gv؉K0X$Q̊e +1# +guujUL3AYii4ћЛ;mkw- GVk +BjHܹ*UYfP>ܡ|i/ } + Hpc^$ 1 J4eF귎 ! M2E۶meիP8 !EAΦM 3ۻ{W{]fecf4WNa)}k"x*qp.]7!ԍ0eL0]&&SqL:r)8L/ݺuh :#pDz-w"ٳg8+* EX'E,ю7 D5!dYGj!ʐUv5WPڵ!:uA :$Z>stream +K <zZppsʃe+Vm;tޫߠ4L2? 2ڼ2qL\:K RXNi ߫@E8* *HtWO`;=}=*l\Lb:xP3Pl1ҶhKL#{qB㎳?O@le]-Y"G}dխ3jTP,p A-\ o<"H/=D)9/1C55)'y  5g򴙳.<6N:+@>@H-)su]"y?$+/?w$b޹-1a}!sc#ݭm˦ aJN͐P_R_xC|EeN`(g()yHMߦk S6C&6AJ5lJU_4YDy  +vo)!CHq`M˫HfB\xCn9kƐB +İ:xS^t8&n! Ϟ+ pXAA' ͛ׯK$ѱ#0yuHj [0RuA{raՠacwnێ` $_>A&R6"yj$$sF,}IKlRi=Z~IF*& #iKFG:(\Ȏ;# ) q(/Djlc2BfծR% 79!ltl48<CCFDK<x[Y}ns>Qݺq ^sgIgDH5us8YW +xI ^f`@6ht>m?I$D>8)p'vMZNޕY!rJiܞғQR^< E''Hzh'NWY!awHRNvC-!(knݼ|e#zM4A +_d4*RM YCwk؉K4DsfڷmռI$bo5, su HwH!y$(^8&.rl(2Ν U%P6# 2bx`3X2.S؇=~jYC!+|HH,$X֏r43-pTG $]<䉣L޾%1h{ngٌ<͚5iҸQÆ ոI-Zi IS8xŘ+>a +:+je`#E2_%# Śs$LS=  H8=D^ڥw_2)MF Ӓ|yuZi,]?t3gC1 CDFj{ ^9ʠy E6]{=t܅ݺc! IfHC߼ϱѥ3DIs%:Jl L#L1|DTQyreGSJ:W_̶ }>t%8S뭰?6>Б~Z|Y4Q*(٧ː7uкмeԖz؈QMGءEKGGFC;t):)I-DO.YEU-QDE,:eݬ(Y0$O>q͑,ѸјǼܵhFDBnI(~jT~_۫Tޜa [0֬f]{@G=ndC #Wm'pktƭ[sP:B''ơ +^Q>Wݙd}a9rAh|ҙ.[hѼYӦMռEmvX'Lk$+qZ**3n=a/ī:NZ׾S>5D+e٫ulJ?oN#JScGYeP8cgɚ]ʮvBM6[b$OFfulA7wYˎԩtnk\zTCuZ6wD|>hxhud዗\y{=pRhhq\"D% -] #}%PfNC!}zv(& "&̙>,lDo0?X+ƿ"_R_R]d zu=sPWNk֯_jAh-Thec -Z%z! +upȂ0b|C>$SL ]$GqBwuф-w>E>2[,JJREALNTq%nLD]B͖cF&Iil,'uT9@H)|"ڼרWeTفs pP4k ).f-|@g0s#qmƭC|D2O\?OAyv.]-ySx"VݐԮm֭Zbj4Ԟ١}{ 6WAU!L`'ЁC`F$ʲZ[uh`dx.*?VT;֤ˇ^Pb$ϝUCKqNfi9K![N~^ Y{v oل9ղWn\dOA$=ܺ%!j•V\DeuRaJ'}r,d_೙SOF/ChQ*UR*^ ;wl۪Ya_'z "V0_vu  MBԋ~j7R|I$C`o#cP湎+eȵ\,gxLqeyVL4]VAcqCC=ix"61UHDX bUCC 1*RDT5*@Lq.kL/ǭ%F%6e7fԂAfSZxAt@YѡD8*quFf\{6m֭s^ _c׭;#NHz-T89~K`B~% DG X$|x&bs1+#BZݫg.:o׶mm۵k4/ue0=$b,Xdid4,d5@ϰuzTQU7RII6>A׵H{CK|MH2XIJJl[ؤ0wRħqkoKU)'Q>a|jݽs6g2éjWQ +210a" +# =!t +u_L{3҆(;b?TZ: A>gZzm-v9pq ï$aIYo_L5 ׯ\tn&BDKhݭs2V Y/ eJ 7p,y}q`T$4P*>KԆ*24܌YlLqRLsH'u&9yj ;Zꯞ>v2S6/2rSw$>q?aTZ rhnaRPB\#NHDO-2AHEIHRráaPT]/Gy) wiDp5fUVrɉei!|>K%1Eodg! }Y̋Pݶ{w,!C#25ߺ-.,S +13KyB]HU0 +fwnJD{i,{Oչ;utرc'.Ӂ,z~bgS{\q0稚2exǪT97-m]DZ̤z$$IepDWZU:挥\B +i9߿]G@*{%n9Fר+@}re)1If4 Ţ%ց(N4ZJ ~EIfIĮG=c2[q (ld߱gHt;Vߝs3|)޹ρN?v$FͺF|Ra^ zKO;ml~~̣{J-ngm3LhfsL~ }qr#?L`zC6XdYG_ @ +4n=ghLĪ鲶;uA,R +<7}j^zM\<MZO5kxKgr=?TDjk/ON͚-'$ڴ!~m,DBw (|%٬z˖rrF/D1zy^&K]#}LYì۸YPd0sĩ~̣s"6nCN <$nͷ` )_T↬2jBĺ?Q3E?,Ξٝl8M]۷l\ZD=ٽ[׮wܹKn{c`G(@4;ŦA?@;w_:T2$UMruIeWMՏU2շ|6g-%tBB +a,'/_"qJ gh#\\?" +=cQ5*mZ6k*/Ay39Sz^"BDK 9J,RǚC"I8.R +]#9 1vD_狖LlD4W!x>Y1d/͞>ױ>\*g왻 '?غi:gM:ah!ک}שQ 6T'i7 G!\,fPİ2lE*BAvN-8%oW)_z5پ?u͔Y0}"X.FeFоlR/v:dmݱkCG)E\ AԶe%Ld"U5Rd]*"-u׎m۶I#0q6H"2afnZ7^<> j7˖-3D&(1Q*TU6k`dfفNWqR`¬eێ{<~]GxCg_Lcǘ>& RKq:-XTg\_z=8\xFvΨ7%pۧW=w!Oeg zh!C3&{j1u*V!_TYUfn2_ qI]C)>P| ]i!&%]jlGQmnڽ&3x}j՛7R$d3HݐؼIzժPZ ˝+gD_x짙w=7K$X8 uei![MqF!J4Iď$yVڏub/[ D7e"F< UFTtqUSMCq&A/SC-D  +~]ϬԧSчHUp.XRzxrI܉O>sXg<$9>a]?jчZU_!qZ.Znѽ+e\8oGdٺM[ݿ#,q=uUxGqG*( (xĸw3EIn RwNCgqh*B˼H%b[*{>mVd ȟtlY?9JNx.OXfHevɦncޒ!F5M$ϗX_VEȀF9 V0ܴ@8.|c(eN}ĺ +F$C4n'tMeci3覿(|PwhN*:| R@CpcT/aA!h!o-,&^*ȨkW۷,&a&[*۶l޴!>n*9Ga<QBy]3fpQ;>FUdӚg,YsGTѠI6BBXfΙ >SB*蘐w4;R?/dz}pu~_M@iI*0i=nÆ.]1f ;m N*h`7t֮/SNgUa(t~0MID!Wl($*Qu3Q6ܴ!?dkaR;<;dPlTTԩO +$2;,sCcvæU"!9hH0 'N]o\|@D%LxrĔI>[5kBCP22=jx3}Ut'z$wg + +Y.^s,hd[ lGwxKmT4:g9gBjcw'P;}N/=C큹$SD&>d`?Q)ZPA"9aҰxZXGCA̽oC$ʆ0<ě\1ZP;J~1_-JzcG6m$hDFS$O<,=sFD똪jYa!3M;b@Xݸa]2V,V8yb54~TI_}ZCMCPH"!2ɾ/W%>Ҹ 4&pHh 0Зz)J>)2 sw*eQ ֯Z$5!?ѿ`atkXKLeƢ|釄.¨} n,@I A*r]ְ0ɞїpַ&J: UhE=|g9{ 8( ww~ 5VTڰ~qP&Q)>R{6Igha">_>1^nl7M50R;)f[JR>zzz%0Qo9 qju) eqY}H|۶`'f$B;ex/5z1cƎ3bLtrq.fcx TX%.:KUFG&) K4o Vkhfr&4i3v4Iu3P <_pDt [h,g˖*WJ^p^FHrO(x? +IZȐqX)crԲ\sˏBWPn1G), +F_C@U<^V\mtk DjgO9UfK\ 7u¸{ޙEFGNDQd*2cLYGJ$}4%f("$ʊV_(S&&5PT+(^$SZa,S+ hV;,شo}i-4Wӎ\EV˺X<"dIլ۠QӖmҫG |%T!FbPw`Ξ P>.%Q(!ntxRBpa5>fp.jovYAMHpl~S&M-Pxooo &O>sPBnꈍ[1q 0#GJl4R XESMm+da!$B>2+XNQ~= ޖEB4:|A?wJFrE=׮^,$dWFGH4k/uL4/)6pU+U([Ch4@611 k)BCh&/u @K)[:5m޺[g8PL#^$Ѽ=g?dԀr r"&1mW?Sׯ^Dtf* - Q34"*Ǎ uHDmt?5IdeXMd?\T) K5BD+ Ҁ(uj +Ĕl<B]G1r c' @0a^CH7}m]>㪯7i~,FH[3I*VPC`"_FC8;zT֣tyZfQ/ԘR6ԡM+q42%$7m:Wɞ.c,%+g|vܼ +UTف!c'hiq _dLdRaPo:(DsߊٓG͚bi)8pliSL4aτ 'N4y4b_XhXlirU{"Q`Hj6ejc |i`bP؁sZ['Hgf=|Nzv}<_~Ņs)߽sN9quAMB9tp(NLL]kk@5id!CА8so ׵ly MލrF;SlK"Y}~9[{/A"_M>T_}A, D pD ba%ϘCF$ 'J͐X]Dтђ%ߧLǁ'K?T!=7 + aܹs1WnZ.ΰH-U45a+LJRlW201ic% (ӕɒx@A"NU9GD׵?xHE9C9TLoI%H/1ӜP8Y-C*5"Gaݻ,O5Vum} +Ws$QYElq\ߛ+Mnֆn<_2eʤ``Lbx419dR\cy&k=_8]_V/մ }uG+ѿuK"g*1k\?TT9jo/ g"‡ dKB|Ӈ$*|C{![UKduX`Boli4δ}{lWMusءm8Q֩U8SʕDEUEtΙA?(ثQYyܙ7?r&ĄY7`('Ɗ[F@5`õns~mA41|DR<"l!FB͙?s b 3^ᤱ2e;K|obU$Ɍ$hb.v\ 64d'GxbkIA"H- i@7> +][KFJ"g[_ٹm˦bc#.Z%DL ޘF2%j}a35nI(˖ EnqL/PPs_"zoHxC(9gLYԧG}~֝)ui=!O=ڕKcVD/ĉհzhԌ|D0k8y2fO,KfzgH +,XP +~A +7HAvZFX$X!WNsȡ(djЦqPLG[TGJL)gFK6s7/s#8P:Z*VVn}dvtAFR z |lhM>/'Oe;,iLֹdF&1"")5{; ϟ?a_s D.;!o q/ 긋;vM7pVZ0QY…|Z"EeiS3GV]vvBS{ʎCFD D-Y:2<}bU";ى7pruz#⾧h>f%H! ={Xg K^N&ЁKمsgF%pZa39~k[6ؿW,ጝpȓK,<&< Yt# <]XJת*CHclѪ]\^6# (֬KHDc痯޸GO0FI[ sZ-+ϝ9jլDߔ ^Fש VE +o2RI +Łpf20 Xd3dnBi`PB hѢŒ-g-Q^zKYMlZQ Lr:6/0F3G&@PTs=5'_5+'xl 3zR#r^TA8Ye˕'f-ҸǠa#xN=;!h]0Ʀ?u2LٓTF7}yiS{qP(9R,Rv+903ODz LI]Qܯw |=)8d3/f@ٽK'm[5oڄΔիMTD S3~aIhBNx#  >wr/2AJ©ు>WsհV?7M(z=|fHF>cPiƏ1d`];uhÉU++ yD4ٌRf0s w91BŁ.] VYc/@؈p]-Uj,&YY8HR29<P2\ +]ΣP~?%Sy{jL GjCv)e%r-'˚WjOE3dLCϕ}-9 X pE 堇.M~R!ivBXpJr:B^fp5[%K$tr:q0$9@69lL{W\KԨazujM@1ExϕK"IIKݜCmnRec9Om@4p1ThUk@Q +~C/Y!v~դ˄#&AE/\d񢰅 C. [8\(5q4[\vs$D$g/^ze3_ luq +R&& Wdlj_,_8sOLm}OCg/_~I"!i,RB!xp@/s8NHPLR%Yk"58;dY-C84 *!2CUVQn4oٺ[.ݑd6̓ف(D2x 5)iv[,D}'6:o^ՔXvQ>!ҩ}h5WDț)!Jx y=ͲԴ^v/DPh1  +*W\+Ъ(LGU +tQ10YךJKbڢ$9R 3UT/"|~|zs 6-7=¹oNJЙ Vq_B +dļ})9>j~HB̰oLD<.unfr [y,8@L+eᢿNiP_=$ؙ`$]De&zVFE,\@APq'͛5nCU(:@E)*&7~SqRȐJS:KȽlɪ7r#zGyLMW ?mFyDDukWǬZ<*"b%K3^qXwTpS&u_Ô 9Ĕ9B)ђZrdҘ#YbBJgl5tϞ=f9i,0`)ǎD<@r"Bnڠ8+W8&+jIyK8&hqQ!!@C5iֲ5zQW+CT`FŒ[=} wjk}W엻Gj "y]gM5sG];o@D=,\ Hu}tn=IfyْUHbM|J"TRJ+WUU/e@tJ'W~ Xs6uNrxdq˶#SZj-?,(;'FȦ1YkNU!Z8s٫]ٲ9&)O@~}f 4D! />NJ!`|udgQ24wC)Kmp` YT,0IqNM42NcnޱC֭Z6kDuk]J amØ'*Q]zq_@(]\Uv}HO$Fvpd Np?A&HA>ig;~ Rv/)&G^_VEGQEbx[hڸA}W#{)mN6nͺ +;Z訓uQFC UHVuoؤYm޳7C t Ad=!ymg]sm+#"R)g6?*`?X?mQCM͛4@+8"x`F"ge^ں,>7ӫq=ʛ[U[e˕'6P(ZjձjE?LH"Kmb%[/"!()u˕HyX# +O@H?W>z>?Vc-w04ɣ̙BDFr,HUvpBW`fPD}SwQcYUȦf@n EFC M߆laɀl$ƅqBD|qEsra 5kC wuN8c7EUYʔRTQa ,;*8?x! uUeC| 7g9s2?| >&x^L!aC8; "pDp^̠*7mX&6&fb `hm۾ t]!yRΩ- HsY)zlW|snI[h([٩j .e''#u9rzFt.''\'ZE$e%woXCjԨU^iI\zP$I!C(t=5CO^H!~ot{791TI$)ZĄ+Qdq# Dԝ2GT"Bh83QCYjqIr\d11THʠ QSZj׮UW/iڵj+EFe-RHC;EU!+Tem✹4WB1O6Z +?8꧖ejK]5XxgϒEjgi0m#g.sk9Yj">˴2dPJa$ g=lF^q*f` > }퐀 ?sH$ LV1|Ƞ}1@,Q#Kp@e5PJc X[k-)h:ZpIB լYN 7m +v{ & ~d6t436x^n|ְk=}!X}՛ֳ($h ߉ޣGpb8X,^1l+G +2ɾ22T\Jrei 1yj5A5խ[^8,K4{[%*⻛q֒DBRcJ +XLœ4. e#K*i m`9y.?Y=T=VB8jVMQ.MK:3gJgI>]rB YsΛ`b%1TO 4x i vDvݗbsqjZ0/ oK~V b-(҃s1H 8"b)z> HϡzݫG:vhצu-7mҨaCީ[_9O+TЊJfZŊUZN26lҢ5^} UWS=(W~# /I{|p5#Py +vl}u`׶޵WŊTo]@[Kpw!  $!! Z>gB훖0gZk,d ϟ4oC -^ 忑!2j<y^F!qYn{/%{cyjfC:C 8nԈصs6HUOoJ <9}Di8 7YY`ɡ%J;$jYmuBI&j~HS an$vevߞ9POAOT"X"&=lȀ8Χ> ʖלX㣎$IHZNgLAڴzf]ak<(B +)T@ *\pE7[AʏWBF%Eo)0ڎ&ڰK9f]'e9q-}m ~ sw_ץ,*(I٢#L'+qsuRIzX~%'y MuI/8F盎B8ex|$צGCF*߁YuO;=~0͎ƦqnMD0$9}ʭԿo]:uh׺E> a&Q_\)S${;"?FXg7LCcJ:u)oar +,8upñνm6~aۯoݰoֺeM|$SF+WPDs"ziZ@>իsgǢ.%.}1fw܇[}C n} p +D$ߓ'fHy\j•BB.,]P+WA,[as4$*}@*]r]n߱f`>=z(1%Dp&jXQaJթ@D +Ϙ^h۪5C9+ D?rM|EHa-[df!,3;O> +)ZC*TTZu5iҼC˰1;d#}8p\@ +x(x(QDt;._P͘]TfS8f8 fis=rؐA;kݪe&T~UB<+>KpTQ<,iui/KCEo0,!o^p}Qf0z/ [QuTGf*gGt2 +b`NGN֭]raBC ZꡡD9zl_*wRZfڀ+y mǐ4W\Fkb%^?Q©*^dIsNz]#HN1$"Lj8cgTS$3dN:MP6!Cm dƜyaF #m\;FdrXM =,d^iuTn]B˱Kt HI8x;zx`~}}{vֹcvm@5n0QZEU*W41**@Դ6[c#gˮ^ AU(Y\* +~?i: fkt4!_k[ +6<5dϛ:(qnݕ+Gx~ +;iuk(LjUxʕ+WT`ЦXVc*wӪaf{#H@viٌRI6 +h֘D5[J=EcOY[9ȓx  XrUiPzl$/:Bͱ4`U +]$ +}t)tB^?|hkFg\8oI$s6͛4_zՊeK(Z(9">H2ӑa:xƾ7pZ@BʕTJUUVU_4R.R2E4 CΐlJBV#&4~Qksƶ"i#{KuTx5skLoRA[:N:xQ/ᛜF~RIqrgxx]XN}ӝ!'p䘉fet,WPI傑>,CC5Ast|3tCaUǩ<_[6 +:PfNOɇN-D +WY 4v7mݺmx,QdթS$\zMyC7ky^| FD՝۷j޸QZ5T(DFd_~Nl^7,jȩ<%hdg[!"fdhDCSWP34kݮs^94:BufiRyRmND){8/4Ֆ*JK%ąHx#W9lh~Inm[OfMÓLQ%VEBM\98 +| +wjױkO_=aʌ9d \!: ;f׮߸q=}P9]'ٽ f[cb7+L~6lܴ)phQF>K\%}%o<<Ů]sDL=QٮzJ,dF ֮Uzʰ%D< J4K 9_ ,PjԨ]F&Mhݶ]]F?qʌY-V6@JoG "~w k7R C5kڨ~U+G4f dvyW,K͗rʷZl*\Xno9pZԩ[nz4h_Aꩿ\o]^R+/*r1A%JG Hs,%昃*]lFz˖s__~^aWd߲g0k}A9Cm<f{,Wh ޽wܩVJs݈0pU &"YЛ{FRvF70`qX F$t;AJ8x3 Kw˙?ɜNN')>%Rh2 8}G]{9zLL&"l&F"$W f@DG 鐷XnqcFronpWiռY ׭5*+k+ٳ![p2cz@!~2NҚoH5oѪM8$p1'a5c~ࡍY~TMc7=DC4;y(vwn +yUxs̈*&/Z0GD^|qmDm*O@ eG 8.ReH@ +),TKaz )Ըq&M45~~HUO7zM (%h)HڄXV*W:Wjh%"SsЕXeUZW!9Z_?Y3"J2 .DwﶙwGgWv (ej` z̨p*Wbv ԽNkxKp芣|xHERs,DRu$D?#D,EoR +JC,O +5,Q~}z@Qۂ(j޴"Ex0*2zPb(,kխӔ!CGDcY(u_m<uPK +Q*wܾ}[D1zbbl9k^pF3\eU"3.\oo)Y=0C,QpӲ!mȳBYq^(HJ$^s2XZ`hTYa!4lԸ m۵ԥ[}:|ԘqLlŪȵ7ES~`8JWi~Ⱥ +?u}{w!ٞռj6.AB5kڸ:5WXLbeۊ4!cpb2ThQ +<01TF7 0Pf͛hٲe+5ecK-G[300ڕ+ ;IrxJ"e:fXcqNVe14*ו˒?µe"t!8-R6(nS"Ee +@7CP#4>,{/ z>x(E4ieo*њӵ2CxHeKgy&"s.fI!t`X$p oݻSԮ:[Z4WNCpcMW Z7,*S ZnשkO_; ~3At:(tٽGtNpWM՗ +cGۻ^"nٺx!$4F)4begXSm?'H)Ddj$'t3@"dHtuKD3[,9 +Cz Z|!!f`YKw̷O? 1r=v5/a,jyjB?kOU5 +u?dP%yl G "޹Cۖ"E ȗ77gMqzid6/z={^RBTAA + +RHB-Z*ԦMڵoAMG}vڪBF +Kt4 h *$fAzH9 sꊠ թ\vn-&B\\ֺ\-*QUa3W/Ԃ@C%e׈'jث3B8{)MT)S[63YRI;;t$ /H*}WYˎjkլsq@[@섐OC8J9!7_ В%nH"Y߲Y(H Yh,pȠX<ѽ5pb3] kB3zՅ\ֲM{CptlJf{~z P'x7gjc#0ݻ{.Dzڵk7Pˎ8uZˮjqĕ Brd HF]sfN2i˜Q#@%.;g#\}cS'Nrbu|ä s,XB%Xuƍ6kѲuv;˷M<Ђ%/.E<حj~ٍS{ױOɽB͟KGeF˖.YHЁ Kn" @[\ I}7ɶ^5JF`Pm=V S]tڵj]tVm վ][jƨvOv}թ'F>>>Fks>,W?F5yM.h..}|erU #Z%K-Z3DYt'! DLe7t=Ǖ^~52m\y)b:\qt,sh#h%I$24 h g0i>tl޸2–- ^8Y3MVh:V2Ha"}y@QNӦMV- ?MSJ3m+8UoظiVm;tړl&h%={xOH֑N}QU2>~xbv'O9sC7nܴ-q=ĎZ@=S'RH֮\E +x:Oht^+!x 9Bm'LY]ySk[m$(`tR9n]TVLpDL4{D&N;zg@ݳgn!F){uٚ܁E۠OrڧpfCq;t.uC1x=4D:\`J`(`wϞ2{:Щ*ύe9KLi;^8bl[l~~I7cH=# 0۶mEǧ!Y/qa#FU e߀,pPnݮn={nhАaG7~i`/\$tw +\~t)AD:("po@\&="p~}PÆԬ2P?^tIxoLKR rI_|*]lLFWA-[+ԱS]Ro>}oFDR}7Tow +\ԱCfZH$n:-Uڴ#X#q-sC+of|ѕ>nOɯ-}h xj֨;GRٲ}UA/C QW_yt^J7 G=cD!@26m}*Zlj5j⌛\! Qxh+G샷@֕Wfj>̿fYe;t3!`]C9sfM6uB~&߿_>Z>#SQ[5lhq|,5lܤeБcsp6ÌvoΜxM=mDu%1b>w:3:x{e1:tX +HPP]z J0H!!C6| چW|Ai`QGBFwmeVHce$>2[x:RFuʤ;'"~d*C@#bZ}5= x%im8'vpLՅ=lJRvɛ7IX'%ω7\͈ҙDf )4YCWh솕?D 2UG,"ځmF ͝ lq`8 4ȗ`<3E=_Se/ <č0DrJ8;/lC5fx3g Z0xqH(WM =bCn3q=‘&啛j._ffj8"RͨHmZ6o8Jg\aDqs\E]aT@A *ERjբodk߱ ̟А!CWsQՌGن+ +3(Z!a4ziGlPf`&mPPRϱ* +œ=f~j2u >WKe}}[[ +r֨^JED&) f}wJD8YmyS76R ~•j4vu.0eq۹{Bg'f7~A"{= Z|W >º3^!i'VG;xh"MoUT}PQsy| +qC8.^D%/xnnCu_pD7/-Cq_q,HεQF +<stǍ=j@yqu,BҡͬYm@ A5d8 mHSM9ky . [bU$r7AyAv-'삮=Aduӭ|i>O[7].{vܱ]kDԢ0eKuPEF1.k- o5jbO&Pmvm=> +<CB@B8iSL:5SN2y$WzG0&ta ?}bj3^ _!e916EMKm}5RBÅdlѿ+??^`QO(gFc󬚺ʔ.=N_2'Om^S(}4S9F"oS;`п^ᡗ@;~$)PD +kiؤE]P(z |K^b?tԮXGq#{5RUt]f}5v Z(֮V+W- Yx1 {7}? ٚ@iO5?x(xɲ0XpnEжu}p8(pT|ŦJojH'-6I + Op'NT8h3g̖̜9C_ #H`Ej4k b&#H47%jFHVrـ~r]\F'Կ+P?ݸ)u '5l@4+g0}t38\*ȁD5VU VM$OԼ&*Q^\92Ӻ;V5}:6@"o:9%L>|\Q{:rip.#qN͉wGUǯm%j\ +"$:bi3(ZbJcghlLENR=qQޣ)inwM6F4%9OPJCbx9f&O̙gQ8h , ^h,Rm _T "`Dni į@aqian:sZqKzFEd˂(TⲬ=E,rS@7 2v"NfP/Q{~Lm3X_= b:;x?K޸ʎFMZԭw_$T2sa+#nނ~{8IG12r'G SE2x07oڸxHD-,|)L)b0EC<%xv9u +ZQtWYZ -q=opDf A)fj|> -'rf !E +0 ~$alPKz`_Kx)--Rt A([hHUL;*x +rJ걭Ԁ.yXv#l{"ХH*1uBDp [;k(\#2RUdP" نC 긿3;o|,YBLt3_m:3b. +(0@҄)s,dus`brG_ 9XugXu+~b!Tзi KgժTz*D!O(3eIJYT)_"zƛGՕJ]_H +^D|UV̊an&tګ_!F{ȨNiyУ~GAF"1WKɣdVh7lVhZuDF +_ɇK,0^ kN|4|RO2mlu|,ZNTg}מ۔Q([ x0M$DE<vaBkn`Ė.S";V8n+\DDx8.9Ml:mh0CBS:6Hoڴ9fָ5g߁N>s;t`*;vޓ(OQ&鮤KN0n4rS'v.θ:jrW]li;uJ'2X5 k*o0ABC]^|f DbY`h+Mr۠4 - IԹ *P@L̬$db4"4w}]\7?iS(9Z}`҄U`jV`YLj^ɨ]-%a흇?Q{l)@2Ujܿ +G5"隯`"jߥGH 8uz$V`  =Fj[ʓcr~OH(d%: TChG\V,mް(u(P<"[ƻdz0K.-͏` +\#3Zh2,I}Cn ZDIh>v>MOD" +DtAD K 9yDrʺ$-Hمh5##WUh`i8&ʤYFN=7^#23Cs -Ytٲ+WZІcmSphnjhaࡤH&'^f|JR6%+Ö-Y4E'!M^hOӪ*å>>Ԇ۲ P]7؜,'dm;$rej"OѶ",,,t|)$[4]k^S&f֬9,\h)X]9" 0ik&We($םg_W_/KrFpV ,ڽ JYnU+W(WD"H%=՟qD^{U!/JhCMZ( f_=2֪ӴU;T :r `3zBj!gk֑$/8@'<#"}P9^:APݦΕ6fԷXX(`AE'#Xd(͏%?QDK؊UQkɷ "Uu %rA"D2 4RC?x ~xȾg#"$B +o&QNuI֚m.!8/{##L83K5 ꘎\f:6GچͲ{'jX*ҙL-@4xpZEC*]C |¸1Qg\/$wD đ*<7^rnf1CPȖ, Q7 H8("22*jjuݣ~)**2(<^RK,ZHf0{v5bWRe8u9uɥK6ALxkrIBAty 亸!ҿ,T09DLo۳[9@u +-]N9s|>x7{=G䥈ѭe$G )Qͥ,bWQGWv @/"Ch +& ࡄ].QnM:F7ׁ}{L@hf֐h~ЂfZzUxB9h\D B@ m#yݴ'-b"͘膸]&\C^Kunm!9Qy!9詌&>~o@:[FHrK>0<ɦO:Bl33ȨT};~ԩLvp̒ K^%Zq~{BE$-Z8oά +~ $ҝq: + 9mKm]8rL:R[ V:$8uZvuo׭SFF͍xDrpÕe:'r=hC#!xm\R].hu]~ruI[4FQF ?lw&VFԪ^bT燜پ$֛ /&%4<" "M%i흇>xŔiҦK:;((+u([ZzqPq@$Zbvk\>%e@"9Gա w*P}VeY PEPҴT1moqCN#8qq.^!G->Io/֒z]@̏n5Z<@4HF2J(yzvՃk-gvSb 4IH!;2:`aqR˪Vq\Q!"޽w~eX.;NS]1Px( +#_J@0hq 8dȾބqGb)j {gUÕTl1c'LļAۻlYQB6uD7mڸњ( izM +T ,a$9*KciJA0oxi:1?utiC\w+~ k«0;0*h+OZ4iX6Dϟ7wD"{tEDORBO3廜y w@2$mJxET|De Jog([}IWK ѡ$`a(6v ,Ex0Ut?v^Jژ ZCz[x#cGm2p˟ &ØDiKe I;z 2sP(WrKItR +znecruz;X [3b2-&S\ޒY$ַ:@тSS^N1[bc ڵg}ZF-55LAD3MyDhټa5n>b]=r&SZDD;BRɄDΚB,(x PNJC?T舐`>FHB0քxeT]m[&^f0&A]溫= P祊^P(٦ +A$}V͛4j^݊ʔ,V`rf2[J X6C#"j`/a>m _{|7e!bUVAm;vwcOEk DM޵wOI_}N7,WQ{ SOL#ah]fR:EIKF ]"Q}J߽;QW˗uO> 33΁DX$sKm[ 8~CΚ%=?-݌#$gXc"[Jաٲ\mYKQBt"p֡c:c7ơ}K~鴻yUj&ߐGD mamT-,DǍ!>̗Sɗ)7J6Q`H O%0z:!Rsv5;ϷmhvQ0ZȚ,EU׸4:eP _۽F+'}]\V]בu׳tGtBX=rXA&wAn&ZBRŋʗ'W|g~^rtiRLOcڈuJ;%fr-XdيjiֺC瞾T1}aH ݶz_Ht7o?xMG(9TQ{0Q9X2~SDVlγEtSbrˠ(\u4"&1"u7MD_&+YY8cXpq[M8#AGRybA[ + -J!".q2BC;vܽ{} :q^J;JF-Z>wN!"uWI6۹ի"V. Y h)&D2D%7WQcZQ]$l؏:\ؗŕ'0c!B)c!.o-6oڤ54f`eY2Vn"F0gsιpF7\Պf|M@%~ +IIHU`}"Ȯ^ݾzt qulVQ֯3G[oNh<"JdZD/H +fXO?*+2 /]r l׹o?긟:k.mܯٰiKx=uC(&Q4YV"Š TNv"khCMyaVZ4t08HGSx) +|]$td3TȈRvW9b~65$3g!|0A $O8l2Y2YlX'pja.fhLC%r$6I+!=d&g¦2G 7Nhud ɗse]?p:b/.å@'D=z V bOV a|VsϞ4Q#8⳷FFZT,[\ֆ +r,mb,yV%?ʅ Y/C!hdo\`kPsÆק7t6-5nXv˕H!"fz&dV Gܳ[wڳ/E2N,,=u*ΥD|3 b+5AD4"¹c>ȞɭHGF%!ob.-q ?ϩ֑'V2}|Duig!le^@G7nBqg/N`LDZ +yK6zKvt"fH;b4h㤕xtxSۇ!1_<MH2Kq ԧ|ŋ5&>L@@p:̪@ ,pANᬓ'OV4!2e a#tQƨ(&Ɛ0^HvjE)ֈsۘ⡟ncis;b\W_|,y&8[`B}}$F0"!"z-BDȬFp=#[SL&mWb ʓ%UkkشU=} +5nI0[1&v{}pEȘ,ĸ=rٜzMR3N1StD Nu!bfQQd`^Btlm;iSd=)yspuMp,rWk7'!y?<ҥV}v=c +&:s9AvypEᎻ$fdIZfhC'c(eF*;wۀ40\g;Ѣ{haPl(?ݑy@` C xL=*m_W_/R%"#BC>ص&A7þYv[4_fʔ*V@9̀^͘1C4hxgjWDO (f)S~)}W_{e:k ++UruqTfC!mCaj?CП`DnL깨Jf]E;0#-!oT0}lt[[a + x%Z(]x( y`uPȠ!/9It]j34QجIYUkďZ~iӉ-C :ۆ bnER_C7IL "g#"1s'Ož\x4y`(lD'O-uh BCATrzj +[.štTg{:\D"NF)= 1rZۥA #"9r.)er}l/MW"MkW® #`D` ~=vжe3ukUk52sdW$4":FDTkc]{w/n1K D&Xx*uAԣ`"[D[afpBr W~(!` $e.DY>YԜ 5}qufk5tGq>ά:zl>qXx&;gc"(Fۆ S+q? l%:B$t1YoNε7{rQC, ._qϮ#=ˌVvVcԩTTՑ$p$opT)0ާN2.ZL}pG2'y[i!b@ +M>Ξ4/21]BgFVk d9hiNsv_;v:ݮjKc}WzH͚HSsἹsfJ Nݺth۪YukWRlb #J4v`  BrծRn m!T5IRԯ?00Z8s8zb/_ӧO6ZH""/H؉7~j48~3b:zMvb{q"sP4保v<0 &~ݖ}v@ !0wKXS*t\CG5! D@C)ew-Pr0li]*Rpi_\y#toЁ9N:܋3H'c8‘_&obb^I!A&Ӝ9%6Fih>1]>="_i"UN+s͙+3kdT5}I mߗUkcmvd*2Xc K}H~ + Կo];kբIkTPT" +e>BD+Dodzti9Q6(n<,6Cx2r'Tbֈ5~ oRxhCgU:''?=G[8s^炮ڕ/n9^*:_8oՅ}l⫚%pWsU<\Xo?? e/ gD5w"2w,zxKbmݫU2B,N 12R47tSwƲ䦢:vVk9&H"iC$ܾM> HTT"#yDmҧOKXK=DQL /6[μ*_z[oQc'M=oQ6re*Ξ=Ǜ"/e8Y~۸usuA"#*U8\'3/kRWUb 0S:c_Qo$Mƀ^w6"& H E):f$_k X@,w1ْKx!C\gjP 1tE+uR;PDLnMҹH~y`ݻwpFԢqd#N4Q%}GDRUݖ @74!`i.\W9|%c28x%Sw6`BIAr}oxz +jĈMDQ^=oiS&="eN[+DD#7^{%Ct/N"*M!n%_nKꔃ_F"]xbغsseFfM_v=|Ot%O4٫I/U3q#WXi&5dd$"bR +ϋ꯾Jٳ :ͼ  zyDuO35[μ*WZA4l8ʨAx<1 ID|gD$ ]ZD&L$1jH欪_ּ*'"CtOYR/=x%oDκµ$]0h3@!1P 5pH8J?.@dU\H"TC.EP`: DNQap(n۶d-DAs +ܛCW<ƀK2\b^Is 0:-kj %sUs]Q[b{;+h)EkK&areBDs ^;whے8*˖,F ay>C/N"3CF !(U32`.G}-Zwګ#L56o۹f'N'QmVB돎yn&w]h",k +M 1>{m!i9+ (HDw5Aѯޤ=< o;<ϭ~j/r<';=HjIEC!>}h BW5;anrc2Kp f_R硘-I7Sx6Y]CE"$R빮 A)#gtYlɺD7UB?WKͨhazrhsZs :_US2k t\WiO9Z{vRx%}萛4nԈѥ#jV0ѷP&%VM2ENV=N=9^Lt(ky ++UVt/|#w%ATq0VQ䨖3JdO J0 Oqtt6EiH$k)?'J5=  tKOwkȋx>$,Hij?-=9~x^0biP l,+<1 +1o=6Ҵ- $L")ถKh';VuIyC)= ~80Cj!&nkne46֧,ꬆ,x_eYF|S3pUZv [`_:rzuΛ3s*!"∺"Q+W(Sh|s|/>w߁թR|y͸ Աgs"K^~"-WނEK#A:7-3f_k 1k Xh_Ni!L{Vo( Ǻ$gW'I\󈑰 &A5يcH9b! ]2]+!qI5k7#rh-C( >VθDWop:t;<ݻNKJhbz#&,ܺe9;*u2z__Y[LJKs|Y \e/kf\Vj&q۵-r͢h?xܙ&O3rXV͚"*_DdO?z0V1KSJ!Dy:s@1{Sԭ >G|EO6; `VPblG8O9Ǖ:NdÓDE:v'x:&$ϓX`yˉMn}6^ 9NER%j`複IJ؞={@!Mvuc%YݾK$t't[\-HDȮLDY&:'rtfD[NSk_}{$X|ޒj[-WO[+sys$ȹQ,V@-RI\H۳KޭHDH3N7jx@>hQiAD(D|72JiE$H۪_< b^i3 B(dˑ;e+VݠIvA /[ջQ},"ӆHn??D:IG 1[;ϝ7{Zlj|*IPdg7xQL"(!iD6"%D| ġ) {@ +\(<?~̔KMiz>xN>pY:6 +s&Ւo uKz4cg\X,gksZnWNHw7<;bq g?ܿv,_",dL;jؐ~{tئEFuk!xyrCTx(@4)]w> sP>,7fϕpb ! 3qy ZЁN:{8C=ea<Pt̟5 c _ 4ѐ ,g#|--_➊G"&~xz2Ov kG"5jI&vuطgw"WZMf|wnߺyukTPDQ@fYj_:B)PŬj>t7x( B=Oby!HC`","aq檵;2#%/{w5$Ν#qڛϫm :eev;]gPR߯4[`"i4oLyHސ#% GtyD~3Ƅ(K߶wy07\dAJXvDh!O4XOh3/tS/i$Ki=u[J9ՖBu-A/.cƓnb܃Q"W=U\\2k1љSX?nfFh FD~}ztкEc*W(Mi.5xORj!3z6Db! J +kTEi Q߁CF4}h1[i6iu=߼T +fxn[]3sșԿi<ƓOu|9L=9T(zv?<o-S]}֒J'x:Mj'~Õ5_*Qt D1/$q[Oht?@䁃K%YnDMyY9(FG4{ ]f>kUT?d/?CSZ@^@ AO>bTfx%oG>wTZO X?e܅K#n&cǹgT rI=•Vd:3B!s? cWZ~D̤Փ((?rTƑ#wץ矽"3gד&Х% +w;<O#D%(WOb L@θM{.k@BR^}7O?z=QBDsfN4lDݻoܧ~X:gS٫3KOw{4bK)Sy)}{ +!*7k۱/j&L9wQk7lݎ c'NAH53n⡄s@\?C^<䝇<{d~gj\6QBYd&Dd %Jd +Id2$Yƈy3YU{8j:ϟ?)I~Y)9\NBe)5.҅wwnW?J$.D33#Έ^5 x>䱀{i}l;ҬooZ5kZtYkr̈ D2)0!ҢzlǬ]Ǯ=z0lĸISf;.X|zm;=x!J-j4R]T4?<Ňq;\TșfVfFjr⛄WѬ+!xоY]͜>eҸQ0"W]khGDrr0"A,DrtC 7oidܹ{> eie3sμn+<7lޱ`.ߤhZ1KIC߽Xa}Ǘ/6dҜzh6[)zJ?D%YK]H2ݲtTrROEM]̢uulZO|;7Gs'aV)mM5Ɏ9#!jrL48!k;ZmĴ#Lb;yu\4AWPaĴS=eU|ݘEܾ&^ׂ +! !Oiwq?ʸXކ$P]Wk,7"a݌Qqq!e&acDOrFDiDgORv_ﵫ-Y0cսsZ4iXnmVƢDB b#DB +^-c֒-1d1r<-[bצm{Pcv^w$1AT +l.[S.|6kd#*om&$(vRY3>(b۹mךnβ8v$ڑ544_CU+P8#*e +\ueu -Ƭqg!2bZx骵޾;<{,ū״c_Tj̾|NQҿu0٩_TeJ$ʭ<̴5{;7]>OGDvov|vS'j3vDԺyFԮĎ DcFM$DZ5k1d=fToБc&эeklCFܹitLl|brq>A4R O weOʩwˊ~=w}QA~~n6~E+c)3XY1?"26)"E3Ue2" b!3J!hcܱIoAFw{wn\jh<Dԭ3Ҫu5Y D,Aҽ +2֨eP>+vFF6aޢk7l޾ Ke vvc@9y}_篜''?!)0GDFDfY)<1Ux]x]4Em9l&>^;wpFuBT*D8" j6BWa&-hǬ{kim3eU^cvةsBo,13+'G>K яg"%"#]t#zEfo\u~qtI(Onl֤a]>QMwT*H"EAk1lؔ I/~c:~\0_t<&.mJzVcVF*Sߟ}jlϘ2:u^:4[tӦ3|;w`wf)+Ad WNj׮[![ôߠa#M:}n+xoھg(1!B >k~&8]Eʎ) 9Yi&.<ݦ@4۳{.ӧN;b~V3;3 5e% UHAQYYUC[WA22Եgo-'̘}F{9y2{7I'~ R7+g"!4qFN 1OG޽v)ɣ숈sac{vlܦe CWGS]UEY|jlB$L$Dr +J*j:5i1Twlc'ZM5e6"Z/%Q-ݗ"oSƈ +gDK +8#ʤ,>U:vhnlV:;#jPU̪PHGTT5ujfMSmһa#Maw] +v]_bŮY_t!Py(5"qB#7+u%̉ôyn%.[O?bP>=Ujkwf"wI!RHK1kȸS} 5~ԙtr-<|"+iv̒R2ri݇ #A"ăh: U?yxޟ;͎6oXby3YY>ܬWNF4VmhPKUӝ\ժUw/ @9!j "G[ZM}:-l(B*v},&6-7f@2gDB; +#HKz}ڼt#غqeKϵ2a"2aMկCZj4D!hJjvUPRQUf#D 4^} 9v.W{lMAS8*UܛD!'!ߘAT6JψXH\ivv N=oM<=89M<~ >=Y}Gs3Uj{!"3N0! ѸISmg;.pXa!:}v{wn\}ܙS&1x)e3nѤ!wjk*QUvg!z~HFThɬA4jߩ[ cie;c"6?z208=}2.>195="N>}"UcC*y-J̨5"<$8vozIFدImZ6mTA-xT]Z5 l +L5c֊LͨlYN,_~=,Rh;4B:!)%-#;!&h,7;#޿zW9~a&3lnֳkFѝY-=V!$HEM]C[A]FM[nױ ym'Μv]1{E14S]XT̏}{}#-Q8c2m?6/mjM?rLŰB+'D)Y9%$G*i~Ɵ3{WR;RDGЋAO:{ۦ=,pn=q4DD͛42Sՙ*sB$!zJeԤ{Vdֺ4tIS,XaGN=Jĭ{X,ۤԌ으w#D?G|D {𚕞?{ݙ 8g kV.GID)wQ'D555ԔWI? )Db!ҩϚ][1حgAF4mBwOo~8F?xL^#"vg&QFj2'D|XϞ<|p +s1mHA}zt Qm !I9t>D'D+(khԨe`ذqVٵO#u\Vٺ{!! +"GQ1qoRX +ݘ}d>'TfJ?QY1Ui,jh3GQj%.sgXM=|H336jլIz5t4UDB:3iFB+("6S=tXK^x9>p)>A9!z/)D?G,Di0 WjzܙcwmYf,[NFTuN,Q,DlB$Bߘ)BT~&[Ĵa#MKđ{vlްc)MU[O;w P4Bu#"94SM#D5kmиYK#4S=xh63_tZ-;=r5Rcb2s +} ! +!PᏈx!PRT˦WC.;you+;ϙ1jhaׯKь)+*kf"-BIhm.{2bD6S}:;C#D7X +QL\BbJzfNn> ǏB#yg'DylHx#<48C4UrْsgL?ff=Q4c& &!RI=U ~-N6oݮ};it{xb_f9!*QqaA~NMUsBû7>gۦ <8!%!jUBB8!I7$DUT*W]QIIU!߸ed3գ[M1yu[v?z܅#,.mJzFv^Aatݗd%M{͢\>{E3n\ɦM?jUݺEӆuk*)T5HH 1VfrBCNDDO +BOIBhݴɖl͌w H&%*T ^-z (}lls/Yrƭ?J9Lu*/DTd! =>GY9iɼkfOmY} AzSVuկ[[_WGK]MIIB$."yEee5M QVm;t6aKf&X;zٶ_d3|,cbjFfv~aQ̇d@JF{feUd'Ӛًiҹ3hlӺϟ3iWTѨ~=" "I9U%!RRVQկ]ǰ!ô#OJ9n+lشc#'\tͻ<&)-#3GBP@J("*J53ws˪5,63ʪ{n,qzuX"I7lɬHԵ{!Եg~lchJOoߝ=u6Ո[=~69-3+'z; Do0U6>'@Z3qeU޽i.lͬ!'Dڜ)c^a9UɌ"Uu-$D8!|T%Uk7L!7njtN +H>r>! 5|U3!f=ekf!O9w/n  з7'D0!{ 5e%}nl1z-w,[gˮϜJB8ED\I!B+頬BCBt; +w kͰ4nЁ}{t全~]טּTj3ՍؒYSCGheG9^paׅ7ITdFfoC_|]Q!+HN|*:c{[7_aGY ׻GF-53=M^(DLv =ʩnҢuL؉SqB˖Ξr]S}JHѝ:zhm$DIƏ慨Hj2!RaBTB$ծ"!ҩ!*hۡI7iʌN XavZ2 r%ֽO QA TPN9!JIg$DaN='DqB4k% Q+"Fu/l׮kظi6Xq Q'[t}:;:z5Q1 ɩy$Dˈ"Rw/1!}q䝛fv,`>^-?gִ)6'!joԪY jjsBĂ DR _Zwkꉛ̄іVf%w?~&19-3'?AHLXV5" +"537]t mߴarW6S&ȬgrBԀ 2Ha#DeZ2ӯiPVFƝ232b̄)6s],_峝;Μxͻ|NuRJZVN~ D_ D kfBѽ[ׯ^pvl l cG Qk&D!D@Y!ЪϚֽ)whm3u9T9pKWXq󗱯&gAH! Dɉqb! +>{ȁ=;7{{z-pmk=o/ڶnޤ!HF- BMBdHծmI%3kَdaNdF=xTsB Q H$6 %3Cy!jW*D"PjdJ[4BDKf:tѻ߀aM6iҕk7T`>OLNeUl3La  'a:7;#-%1>eGwXɣ~|7]tiƍ:i.۵iNQյkPS HfN~&Dmu&F B'Qx(/D[tѼ9v&5l "c!"%I-BWˠnF[w&TZ̘L[pLŐk7D>2s +ْ8  e^bBt>&D QSA4TUXHj QuEeUA5hLMf2?x Slg:Χ?|KdXj2K/%3.x!BᡗXTXw\;h޻HC,D DR /DriתSa۶ݴu?}ǚ 8|vGMfo!D6D0}{HqB4ÆuwpBD"B"yAtk1l؄h~&Z͚G[[v=@Mf"n{yL\4^Jx! QE?߇ }r2Ғ߼l̺;g2!OB^*"9")Db!jI[T:tIS9!ZABw)ڵTrJD ++^]=8!Z.јb!j!~V5uk1Do0uO0mݹs!Wnܾsa>+Vu"R 7VfVRT)tw<{롗Ο=qh̬^;3!jPנ'Dj$DU`FiBd,(^ ѱuτ(7L QE?o v_ HaBTH$Dhcܩ[ON,(q֜,hۮu1;"!J\b> H(K$DTfvB􏠌b]-۴ܭіmfqYlM$D] + qTuWX\/"҆(.ٓ<|`//D.N  I?b!SVz 8!2j߹{/3XZ]b>pKWo}8UfВςU }BNҒ&<ٓGx!ph#x!B$3Ү{-=&ZuҽWCGP.Bk6lޱ u_r'^%,^>| D}(IB4kı# 0BĄHWvMjۡiF0elN<<7䄈b^}HlCH}] JH)#DjL6lҼ5/DَܘeB„sNBB@^%"Mm^rBԱkANVw?g'DYٹ%x!>@;>PBu$aBt SGp[0ގf 435ҡ]M֩ \UR'B4pB ! CZ DC!D0!gBԂ"F< U3!: &D1,B@K!:ZF&rB4B$cBTMHU" +nӮc}Z ќyKRP}, QT D9E,WB~;DBdP~fQPuA[}zmfAnޥ\Wedc"_9&D[70eEBd QV6:.#!ڳqN®=-'DL1D"B4B$sB$''/LZwӌіSl^i; &D8!zUCH5h"YD"yI!j Q/ #  Ve у'"2/(B@dH1lиy+^Bd8ߍ G,-% [2 QE? 81/;3=%>sSGfL4nЁ}{tжu& )QW"yWB4B$DuUXB +/NڼC$D?xElH!D_ Q8A); ј ֜{GY='DTeKUf""ikqBԐ۳n!#PR5|IN)BNY!8dX<}wE>|2 K! +!'"!jѪ].=8 +I!q;蘸7I)"_ +1 ̨ Q&-Zеi?IS-p_{ ѩA^rB_X/:~$D1Q#Y0xh҅vMBP]HJ7ph!UVbeAH5"PN%Dy!:GBt'QX D(" Ѡ~$D"LH + gAH-" *ե-R!7i Ѳ2BtS,D)iY@H+"PFIjlӮc!ZlO(B! +! C@wWf5EBTlu>[-3Nh^bwY.#D?!"x DB@<"!B$HYe=]9!ZgSҳrrO!D(#D?Q-eBB@ QkAhź;:v*v䣧Bkf64!eH]R0eB4zlAvHç/$"tB D-'D'y!q BrWR +H5hܢu]LJhBk9!#!pY$DBH-"P*D +JL~&Dk7}F Di +Q2B vBHRZ5yeU5 &D 7oծ}1e~dAޕ +T!?eB4@BBtB@BW QKL&XOh INpBt%'_f@H5" )D*$D5J;w[k8{ҕ[CH" )DJkФE+#&D3aَQ'Ξ|:'DOB Q!!HS$DIxiB(N 2kܬ7b 9.YwS[wv?tL"U:!15#3H" UWTQS%!j q=4uw̞hu>v?v:bUN=先53!. D@$DU " -ݚ6jڢ1%38t$uwv^tڍ[wdQWofɌq o)>d" gDDBD4oݮcNjy X2+7nxNh D" U@oH]K5iފl&zxzn{/Eb{"2 DෲB&!D,;f9P2#/Dg "+,*J D7&DUH!dF[wl`Jf8^pt7>x Q\BRjz D?4!{Nj儨%>IlgpBDAD[ 8v:Rصw#Gx%Bwώ D M,Dx!䄨vlcܱk>Q2͌΋ZeCNzƝGb!+w;~FB/ijרYNZiסkYݜyW!?|X$!D0" wUPRVUЮ_aæ[ХiCi~Bk7{ȉ/y! H" tw+*RQ-Co۾ ݏ;vW v9p ^zg/^~ QA%3~H " ѿHsBTӠ^&ޤY!#L|ώʵw#B_ D^4uHsBdLBd>Ihg; = Qv~A!T!ef4CD{*LjzWڻzWZ36s%+lTf_P$"2"8)B~ QU +QǮ&y!:a+mܺ]#nߣ53T^{B~iЯ]װamڑe{vy޲}Aj3 BOimRjFvnH@H""޽xI ڻnjLuml<_WoR2x!3!B/&DU5uj֩נqmwZ3`ɲ5^K7PyG7)mf"&H]oDkf(zіmfuYzϖ>w1Y9L> DkԨi uڣ Q'M1wmwW#nK̜ܼw?|bGD"&?T-"} lӮw 6jĩvs.]:|[S"R VzBķij׮Sô!#M>eǚ T5eU/b$fdhƏ>*"[Y!53Nj5o I/ +BmN.5G^ľ~Hmf|V5!I +3Ȁ QNf6xXK+{ڸu׾㧃CݼY )yE} D ?D!LU7{1d1fi:/r_{N?c/߸}a)iٹBy'QE?BvDT +MU+(*qB]f:hݮC75nN XaR4Ո[<}2䴌,?*"@TiR4c} 9vَ.n^9p\y7 ޿IJM/jBHKTq9j׬vQ/^%H5CH"#"^+BT;wiFVs,hN^ qGȪN⇈ D`NFDɌի+*ihjS},k =wȩ._~'4U +)xϬp+! +B _" թߨi Y7qüEn+=7/OƿMⅨB@FWWPVUԢ(cӾ7nBk6os3/]jZ3{]JsF! M@C,Dr4DEь4Umԡs^fc9vh] h(Z3K䇈J ! &DqB$_]IEMCMU7hm>bx+s/Zr-;;r{T5fCH" ;"RTQSԩ_^FM[6Մޏ4mw";@ьDܺ +~lw$o"R0$HN^5M(I;ql'ih#v&r L,D0"R0eU5o Q^fpBd=mjMP4c߹Ϫ慨B@ڀ,HfԮ! GYZ̚}庍[wew?ze+/*)yGkfQE?_ OegpBF"HVqB4B$˰#ժ1!R~W}zQ}n=d1[w:r2嫥BD9L>AHL>BT QhHߙUWPdBoPfحGosJ"͚n=q,'Df&]8!j޸a:u4T DRτ;v|hK+sQ4.?#]fBO"!6D$"RB{w!"5MmoԌo Ħ7s.]~램5%=+'P/"R(GB!}! ՙ`CDM[PQӾXllپ{/߼ՙ%&Q>ݙ}pg%P)'D?"6CT*Dl Q-} WVM^AQYUUCKWa&[ufChf֜ZqN?^}a MJ+!ό @WBtBԬq ABT]QYEU]SWfz7kIDd1z3-Zr-;x*ܙedsBĎ DBuy!aBB$k{TT4uk5lXѰ&YϘm=XYصw#wf4D7ܙX脄͜n=azI&HF(+D$D5k5lĆьSzx߼m7%] +vNg/b^'$&g +BB@Zk!:h"G*U+pBW̚n۾s^}dۙs/v_Ǘ _rֽOdCDY9F߾}e&}{7_|̉b!ri;e˜ᄨ='DM֭]SOGKjQU6U AXk}>r J"ˆ^D<{˄GD !* ћB{! QBTN D DT+)kЧ~fڵGo:qy V޴}3vƝ_ſILI+d!DrB#!Dwo^hf儨S{#2b!!"%u-]}QQ&:bk[{G嫼|ws!W#nG>z!1%-#'/f,#4N^z(k U$Dv6VG[ dBdlԢiuj "GbH ~:l].Y{ǘIS;.p]f=ݙ=Hwfw UF g !J N.;}/Dͱ6ya$D];iѴQY!H BɄ^&[m߹{=q +"Zf":z* endstream endobj 231 0 obj <>stream +/DOc&g +Tf$GBtBԯw!D2pDTM^M3kȸSמ}Y?!"'N] y#3r +KޕޙTf8!'&Di)1$DWC8!:kϺ$D!2eBԼI)+Ub!#"5 -m~I6oа&ZvZkӶ?}bH;FM{w1!vIA?"o_(H2!4N$D Dhj5}mu;b;ek}w& PvOB$!F$_]-kרiPװQubbj6`ȈL}ڍ;XuŰw?M`ጹytgUE /D9!bKfyٙobc?}xvĕ N߻cKΛ=cq#ET!QժaH)#D4DDٌkиYKm>98-pXmBh>ɳyC(ΈTF!$leg&e޺~ݾee4vĐ}{wҡmkNթWC[CUYY]H]tgV;UΌ/xmӮc}P6W޲P,.MRjFvNn~a1]}_!@e|ee$ٓwo^ |2np]8kcofڽK7nPUsBHUfU!DBTE"ͨW3kݶ}=mi5müEKWxzm޺kߡc/_~CvDO}#[Y!J焈E޹y-Rۺ߶y=!iKB4^(5w +Kf"@":"$"%U5"|Y>؝yYiN?^vEsB6%-+ Q{WǷҙBN2ӓE=sjLB%*"YA8"RMNT&"jѺm.ݨ~؉VgѝJύOc!W#noS2iݻwTi&c@e}CIQaUŰN߷sUfLm1ܴGNmZ6k/i(["YA8"̔UT9!ү%QΔVMQDlf8[ˇ +͎<),OcbQQ;i;BT*BӧfSNuBOݻq5biں}ݴIl^'D2C;3uMgFwfm;u1Ŏ,mъ6o߽? g,:5=3;'6̈́{T)N!}1'DTܑĄ]_|ԑ{wn\öO ~&]:k݂:u)HI"A$DU)QIY +^k;tgֹ[Oo5-_އdf7DK3-(*fy|=T*$]q!u&>dv™d{mZOwf[ h^W"y9u! $?=3E%eUu-]=vDԼez1d1jdkَ.zCg/^ſILI(J߱FT`>D)D4S]TXƶ?s#=uloԲycvABAd&Dl)) 5lҬq=hS,^r7->Ǝ"n}"JK+HhK3 + ‚ 6S k26S~TSq-ѵ#- B Q? DB9!RTV wiס UCs.Xg뮽GN E3vi26J(D8"PINHb=yxf/8J3VPq 2mR*D"D0"Mf iѬ<vl:o:v">ūɬS"qɫT0Y*DU4S2޽v)vo۴s9TSqȡ +M3/D!@Bx!{Z$D-۴صiACG0vy}8t)3>tƷI,U秈; D*q>]q D q1$D4St^fG{)GSkB$B*+(*ihz 5iѺ].{ l1rܤP\v?zKWݼCyl:%={X '!e3,T>f׭vgKfVF ߬WF5nPנHBd  +ʪ:5B36Vm|c&X{oձqw+ŊSPJK)P(n!$!H9Bo ?Bodw{m:u̞v9 x gM3OYgy?Œًpg-./[07pCѩmFukUMu"ʑDBS'VO?ee՟|-F8q9ceȒMQ\J?ժװYٰL9oҕ6Et؉Sg;wa/ޱCDyg1xozіSس^v]d>e9d`nZ7N+~W ə=KtS$K0~81WuDiX`sƔЬp.Cu4iU1f/^~Ӷ{G^o߾fV{ygyD_~y}хlɣ޾yڐe4vĠ=oմAAS]PܠN*E E@G[c7 ؜1E42fy|,]|56lҪ]}1n9 XuPi&{xXz3<̳7g6@1pԉھ)lʥΜ>qp;kѸ~j*+jY(91Do Q4D$L<y-G/ +)c 5oݡk~- Yq-A={Dygce~!Bt2۷sH,8ma~unk*˂ QR(n>[g'_xO(ASD("Yͺ?7mѮS>3qڌ9AW]q뮽?uܥ+Wߺ}O'<"$3<@BO=wֵ˗Ο>yо۷ Y(hVq#ݥcf THϋ"h˘0~\TC [cAŎ7D@+U)"إg?aO>s$օcPivʵf #DygvD`WF ?D'%Dτ.DҡUӟTw_*V8_ϳgΐ. t!ym2D@}I1cCYdPh1K\y.Z+VQAm:v_5o6lپ[<{UcұCDygfȘ=1dn^t\#ܺ)lMQBԷgv-4SᅰlҧM"Ďӏ=@{JVBIBl[%|}jivc'N ۴u삅nܺ{Dzc5k!"<3ހWDg;~yܺq3Цz-BWX<N ݽCլZoJ( +]f B{O˪EBx 'E]uWUDTS)4 ^*yo]vA_^gygoѿj!T߼vt5fkW.[8wF ߳kMS-[Xyrf˒!]T(! GXu&(z a/>K)kyG+T-ugc&N G^ GND9wx@D?=Dgyٛ _?} ϝ;n [d ۽KM׮V71˟ӧM2iĎ#Tj,$ "E$ +Ͳȝ`Pz_zߪ}}9vA]IiIWoܺ{CcQ}A"<3^ѿ0cc Vu/?kƔ ӭSժZK-$SHvČ)D z J2g2:_/KFnܢmnЌfs,ܳf/^rݻH=eRD 3<쵘+ zd$ :5f!͟0y!zw +%D˗-]H/!tB@DoZhѣNJ'^+ _(RנYaVm;w=`1Ϛpi0i}ރG:pȱ̀gW ۸e܅׮ߤg^#gyg_A{o\r۽}Ր1:~}wl׼IZ*C Q N 2[kQoFѢnj;n'K3ș'/K.}*54hܼM= 9~/OxnD^|lDygF';$&DW/_8!kV#A4mҘҾuS̘A}_Α S$K n<@D~ɧF(BwFx,_5$6lҲmnV2O>w+""Ay3<̳8Aw@=o )G ۣsۖEץw;fH&eǍph )"(7~Hs_KLUI]z@٘Sf_,xMw=p]:/#H"<3^Q [Tc ]lʈݹmzTϛ?yHȘujӢaZ?U%,EϳeN6UdIM5˘y3"JXqŇWSB}b%.}56hҼMǮ= ќ\Ox=xD;cF=ga3<5&DДzAM і/[q# յC ֨RK/R 1K~d7[IcGл[Ճ]˕.!vQɒ$7D{ÏdT; 3<1fAAt{8y=;AlἙ'9t@ڶhԠVw(e$ }@'~G #'4Pun"8xuBx~؎Ɉ3PGtT~$3y:" n{'Ϩ^A"ogygq abPϘ9[< +-^̷+U^G<ѽπ#FO<=pNe+5h5 HD,ooSIϏgygo2C/EǏ޿sƵϟ9 %,dY3N3|P:nިn*@(Rfѡ=#6#J*Mȕ7g, Iu8b)T|y=IGt5wDD:o_{M <}؛g3͐SK!xwoӨD. +;k:5*ATPgɔT'/vL }xm"𣏀"#4#J4y4ie̚#W +߽Q-ZwңFO2=pn6h ߼ 8"GtWݼ}=wѓDw3wgEx} =xf0G;ٱu5+-7u۫KS˕w]sf˜1]ɓ$J?nѢADoO}I4ѯ:^DI@FYz|Ӭ@anD?7mѶc^;qJ Yn@DGPGtC#~xDyy3Ϣn xWDW/?{{wmW̖/ 8mCީ]& TCo*Q>ۑA<ۑ D"c3("Ǜf JE,M?V]QV,Doȱb+ׄmD"ΞxtD"ff+\yhcj#|c̳7ml~Pof޿{MCg"N=(fk.7Sٵ}2()ckĉ@R 5n$ƍ:OZ7[^ ܧ. #AOt"^o}*4Ox͐9+{_HReʕ +5i٦C} ֚A?ص +Ν=!J] 9_tP^.p%5;M $8l87 +rsram=?:?k'K1o]KϜ:( +YdǍ +Q6-7SD%)EY3,uIŏ}"ŦfG䈈d#U-AF8гzm-w@UQnv>AHȫ 1__Vk~Q QDz9g%o3g._}?`}c!>xpm/N\X?|| ^/? Qݾ&.~Y; cb.A3~lZ=uWK%kBco f<{wo߼~ʥsgND<:\(hNIF ԷW׎m[4vؤH! eEuɒ$GD|D z,5I)i,%>jsѱ+,5Qhس@#9'h!($:~s.]r:C)xx"GGO&uZ:k>W~lP@B hgF?}c|wޫ{bGܿ{/_pG߳kakC/^0g cF Ч{5Wə#Kt} 5*c݌DD1bƊ/~Bx#uX-gzլ6hDQ:r,:X~&L&B\}!]ѨILn]_ա8܉P +\9qW 7{.1UeWyEFQkt/sh"=GD6~õVQDSv.Bxs9%5#˞>}Jsz& >QΈ<&â>A4V_'$7`|ԴN>7[JO߿j&>FK':3P\e7]|39|`[6Asgh>=thӼq5T*M_.E2CY$ŏaW<@֛FDJ3G$c5Ȉ^5G<#ҽO#L<},hZzP! Ek׍|!'~ \\hdgݯhcG!FblD>ӳ.0=ɿa=;O~ NjfM3x#{ +&,pFڗ˿lb )L=ӓÕ+s7!)NW/}u6 J_KT$,}>vΌI|?ql}tvytW>uvl+!~^ KqML1?Cxe(uI)=н;|lĩߋYxhƴFԿwZ7kT6r_Z>ڑ%SzHѳPsGx2jfq%թ>S  +YUkԮuޫߐM?sK\vc9\mAÇ&$7]xd{F]i +1ˆ̀ 2Žh;"f҈|_ v )f\r={l_;np@.gќ\}Y'CGiGz*%0 ڑ& Y!#9A4!Pn5*@趪L`)0z'v"/y, F~+1$__<-Oܮdk4* +QOzq^(3<;8tCOG8vm߼!lmϘ6iީ}ש^Rre'cϳfΘYХC zL" XQ3O6raƒe!GT[pD]7dzyP6۹gATE@jdcc;wԙ×gl4b˙FprfdlɪnQw\5(_O`H1l1O"7vE;2R&$2fw>z:ki'b!CF` x C&.rBTݓyܾ_[ùھ'zA9OSΊ-EWsmC}1d1uy;ߞ˗0otɷ'L6o/EC>nݼyڕK@>tؑC|ٲEAO?D-\O*r3GLҦNW?y.^,on%S]W A=U`F+q Gա=ЁˉСrfxzxa[_j9 MmvƯݿtNkfM+d +1kΟaoPe۹,:P5..ȴ-i dM営&s"JqHʫ|ț(} #'N6* aO~jlsCb|_>Tfcv.N6s9+ycd:@O(F +BB͛H3Ɓw;0_Y +*wS +{"ݽMoU0= ^ Cc\/\]^A~O%Y [{xDrnL*kV9OwgFpp\Mk(GĶ-䞐s~5n߯VO umH!lgA#$&Y=_>(|_$/m47Q#>#uG?yqȖiHk m}WÌGmNIe@CΉlwܾuc5!ˡ,5k x.YH|y>ϖz2J$QBxJ?DD z̎PW;V'L |8y7}_*ڸ]#T-Z|eȚuAJ%%:~8wނDW^EɅb728q$ y>X`]yzk yV`_r T3t뿣hYb_8w2~U bqLj M 3`^>PMğ:"⧕ʃ&Pt0Xh +mSOs(Skїy[l ++W\v*LКw8&2Nk _9'NI770ARP/"` +mURF26G8Qa#ud3vw6Ff&/"|\hy"҇!h{ O&6~5ܕ|/8#1D Ї*/_<eǏ>x`[l\jŀ0_6t`?PݺykTTۯ%c>He`I'H+fZAw{XQ$RRܘ5~D#jܬU!@\iVxՂDG8%g:CH7]@|s &Lk24gp2A33&Q̕9X (*Fd"S403 &@!v~Sh3Ճq=;r%PڄO䫍2𛑡cG'"PhhpE bodt + V ИP մ=TfLNa\#̑>^mȀĤ._dEfwFIS=Z^¾`_ĜȓLy(ZSv|d8rGkFMAB +n3s{&n|gGvM,+Wx .!B#qzv]/Nc#bR0uv\F-S'zh6mXz ͞1}1/ݭs-4 "G]ӥI2yDū> +"K;h\F$9OŐ 'M2"9E֬TVXZa}7VCG"xcD˂W ]ؽg/=qD0sfAk7X7r:H:U;&)}F)|D S#< Kڈ + &疼| K Fɡ)x{ d޽rt\竒%_?ңqÁ_gEdjuKk4\vbp"w)09 +2MShas*nHC7џ_%$d…筻`"X.pc~5C Z!޽nd}3i y@ϙc̈́3:Qv%~sdai^tA~c[âἩU]L&lU&30.lNWe#ϢSDC0B<>KN?vھuS8ȩ-Y0wiS&~;Z?//OY2ɓ&Jx_uXDwFDѣLjE ^J~u^Cu&O 3/h֮h-HtȑcؚUWxMJ*(2 +=-9C- +gM}́`8xL/bԻp0_\`1 +g$RSG%HwM !!}1U;W#f 32ieScoٳgHWQ."BK0mgtɗRpޔ jLgJrEx-tY =h\"\DCxjuP37,;tK'$/<1ڰ\tqqa.@8YC{>>s$@]()ppٜ'm6O} a?{\ FHkmj}\٧3s("ѱKUXk4yԟ˔;4(R "|ƣMn/8d8TM=w ֮ ߸e"qO8}ƂDS$DֺzF{cq=P솣SS 4c^ *8Ϩ'r:qA:`*_" q,XDiPҍx DE#7o/$6b+TʑFC SJ]-{wOA!NISAR* 7\SdYpJ q= %` &2妸@NL*º: aM"K]$y+bM'/.ՁQR0̫ +|8Ct4 +0$!BИiB@L3m@tIiL{Rq+!@yvKΛEHo~ H0 -m4MRҤӄXsa20hpu5M^3gϹsgNG<~ܶuV#kELCjURre*^Pʜ>gS$Kj8qbz22)mcf}x$J,yi3d,5WGj4hԬevoQc'L?cּ hӸrUhn"}ؽDɅ 4NnBBG.} .e#.d5uH_{{*ĸiQLP/ӯ?CAyal"1t#ļG.ЇEA0gIHtvW# +5lxCL^vZ.Bڎk + +L,c nR hE(ȑI Хr^+"NI?~ 쨰cǎ2BX`dԩZ9-t͖0JYB|5YLzV.AR#{O!> ? Vix33 pE9 ;} ϡF/;LbUMQvq] K 4ʢpވ!30U+%GV_BsPIX7 yt}q -pJCm8nmȊe  +>eQ۳[m[x ̾_ʟ7WlYEudI a&uE|Tb"@/dORnHF$>Pk7WUR۸281 _Fqf"dE4r?+w:i҇xy#?|I.1ՎrLt1<3!r܃MX>`8d81[J@Zionckfe(Sws52M&0Y+ys:r4G)XtPp1I"*h2Si 9<g)RhòZ#ҝ2)U=wYJzMa~b팈7R0s:I=M p@j$I7~>qRO8< osVfwPl}HEıG@Kgm[6mtsg[xhp/ЦeFDYY of70a/n, 2 7={@D*D$4&J"Q:YBEc}Y~Zj> %Ѥ_%C7nٶ D:cOBHzK + Up7ܹC(H t^*2l0D"@Fկ\1pIcpY[9c9~3D=+a4 . Xk:Ӏ̠#܊tݝ ]x^SZ{Ak*ar `=uqN`s=9Q\:Zv@GGp5 z1@Zsoʶ Bͩ3-ΔQNi}ߏ'59xΫ@Ry7r8*A f*,4];-81C/?GF4OϮڷ~VՀ2OxH*͎?w4"RW(5 tDkE~xƣtYVW]fmuڽW j hP A]$ǁ)J_)]7nE9LxqWYǏ'F2P'ebΏeD@c֠hA|a"#.:&Bd:8R{v3VSTPE)u &pMՑIpV@2A@ae{  #]$*[_z(&P|Coؠg_cb+6&AqN{޽{ݻY47q~ΞSpU΁ xcy@6DD?!A:@H[IJ CXę9yo:TNU2N| f~_f& ^1a iӌCt^ވSQ]hpyV4pP3XvӰzc+۴l[8qgAMA\)7%ѱ: hh];mЪ8}G ԿO۵n޸!ˀ*erOvI_{w"@#"5K0Gx|+!QiVWZVoծcns#nj4e-\tEUk׭_ D$LtTtb\,כ7gdNӍ8Me$83'.fWh(. %CN1XC bv!o>I\C".@iiYMSb9"I>> +fE@^JZ3IIOB!vJBF 8#` Лב$&H`2c)h;nn?[q^"' +fcvm`?wX&'aCh{bZ a-c)l7 +l)|&5 'Hr I/w)'h^@bS)hq#.*,n1>|ȺHݽ C׭Yٲ̄C.߻GNZetΏj|Ca'V,Cx wcB"PX $Q\G$5˙X~_hfФ}Ǯ=zHy%Nk,La-߹p?LN]eҜB $dtуWh*!-k9y ]qΠ$a= D؃o0 vw +4"i$$\|!pV8g<~\F!yK}Ϝ\=`n0%uQ` ğVVi2r8> CC$I^eLUql[ @>@PȚi-[6mevH8?եiTtvQVMCB!ˣCHdBpQܰz?rʱ!85g.TڛQ ?yp"PUe٫S"$0g(.n!'Q!olVOJMVΦxX` m.++m_y.I~$kU-4k;+W,[06yXSݽKv5nU+U%P2gLYTɓ&';bnjiCA{\Hn]#R,mYAZEE,S+C 6mJn=6-H4eZ@ ȫBx,<|[Y]Y,$MbcY ]eWSbC(RA#_? #.'J c`> 0n9騾Hri>]C\9g3yˀsّ*߃LS\/ +8vZJ +,$RI{v۶U,$xVqBI&vyξ)@xRf,3|3Laed=ΐ`z^8-kR7n^ 6X󃍂Q95 #NkEq<E&q췥v2)="=deba+7 T;ImzzTks;gL0A(·9rEgLeOe46΋ib0!'5w^_iwE]LG FP2+e†9+;Pu*gG +%NX'<,te![ꡉDgN۴lSC}p/2?&uJ*A*awx؏H>9+D +-Vj:6iֲ-QcO<9PK<8du7$ھsg"kYķ|j\T/BljtcT&B"0!8 r1?Ȧ4c'b!4E.^#ÈLvc(iӌj#:$v2kJ NP6t +kUw%ʚCK܎@,\$tq3*"Np:f +:ҭF(93G-y&eM#,lݺu֭ fGlZbUNB K(%/v~tFO# R2'I_THIZ!`P2#JTMiܨItZ#x͇,r.}㞣I#w[s ~vZK$L?ULFd&_uU'a M3f Թ/j9HCS'NT$Gh3PDFΑ8^3O2`@FC5xR i5G{,5R0[6-]UoxJOR~c֠Kf_q{]:&K: 쐐]ol)KdSi22a׭] hhɢ +:yQ# ۫[Z5o ~rdϒ1]jBYѣf-=DG+vܸD2gD=}+Q} lݾcn@%ټ,_sgĄ쓚"nE6Q_١,Yp7JasKD33ZI+˲G(`hV%00 1.#:)GI4HXatr0n@۵{H#r4[|?'CZ= I@&O\ +d 2ݖe7LfX] Dy" x {B`+s[bEp0Ϛ@>ظ֦v~H3[ٳ*GnB!Ry2+#:BerbKLtqU~qѕp9L%HUBF6_~-k7WuDQfp3NwP]dmbiaзWe҄#tYڶv5~Re%E<-KNǥ7 +"f"b'Nxϐ1KsYeJ?VQnFMj۾c=Guq&M?0,["8rV_:HU3u[1HHJFhы#H2okEFȶ PfyA4]`6,"G9!kX<8؊{+xԓAu Ui5R;y簋ʻBNI|7K=rԇKvJ2X&92 h_pzk≕[lRf_* nnS1Tf4IIЌ62Ӡg!<-Z#ZtŋZ\غKX3ɭ]+bvԠfO) pL9MxqP& ~!^Heh(M熈 C +& +fn;0oraU)!2T:&:j.T)CUåpr G8#?ɦH-巤(7-9B +L&q/Z㿋,ŞviN|tM Zo!H/_hys@K=eF 4_/.k-eիV|9OMJ 3T';>Iy5ގH 4G'n %Ҧ{6+RDe$VNPߦC.{z؈cMlT6*. ]KAOD%K'",\DEW8ݑH5.<`1P&0DmlHڨl찖eK껟b&J"-@rX<\;X9 -,Іa\Ek]ϊ)-RK3!P]|%M[TeN\HF,I~QG&%&Xڕ8/9͛7`IIZ|QTyc!P)]&`'Hr'9oG9R{]tX߯~06Q5&)a)k +ooeՆ4b|*mS,oqd %g;b䫞7k!I&/pnY0W n&rWƒF +E3N.YZQXlɢ̜0}DȖ <jXȩ( [x2N\!T#QW4~JQXQ$IH&- +r̃iВ*XF-W7mѺ]N]{K7dQcM4eYsOdaS$Jzx9kBRk"Hj'!LHlffSi[8D6 !!i + +QD`^ T{20sJ@ Rcœ _8e&žZ -tidk5U-&H<aa99*-@dT"Ue +MãO~5Jt, 8z}w(.DŐB/jKa^bZ0ٳfʹ,2f͚={k~C$* +YemXܮLsF- +um&BkE"2y)MES9[#>zZ<ޢzt"_$ yn, ̟>B#i$֤>u!-t B -[x5%S>y3EyVj%2F1&H;o]n%6j'^ .!pCpz@:43Iǎ9l߀>@qkTRBreʛ 2:iRِ:2zjϸ-U,ZдBDBZ5!mV6+-UQ^lݶCg`@^ b"PM:}h +תԆC똿t/{X)6"S" !YT@ZAQ3̬3Lt*pvE^`h*U' ` @\eԛm=e1͝l5%"P[+E7eTuq$,ۣ̞QmQzA Hn@JvB!1"-UhtoVzBߎgܨo˗!N;A &mW"$o$,&44 +M, Ӓ~+ʆ b/HAly`RӧOf[@ 89B"j~~4:[a6:~.H +`[J-R\>DĄedJOtE圴zM=&*ܸ8שoE&hDPFq=۶) yA~9DRǙ?o[ +nq:P2iCd=v2EKҶS}RFϞ71cP_iK|dEE+R}69 61Z(o]K[7l;, +w@͚?}d ߷w@hڰt97eJp|(K&x>e$& %?M@go|GfqX(iBH9[sokWWfmPW7kD=z?o0 Egg̴|E) fsۼw+ѭ 6J++piE* BG,[A(-жlfwcL q ;%t! + +`>[F{d!ðXDl5?7a͛H+]8"T#2DdlERfL)`B"ͤFdeZ>xBĀxaԩSYD`-c @`T0>efa2l(]~(na,ޕWD*XPa7\1.xAoy͂yXM4iD2ϓ'Og$0ٸkbk)*RT2(a]&T iLQ%Mt-7[fvذ`*NH(Lܷ!q25}b tU(X4ϣvUv4L$cdw!Yr2Oq2/"yFW7˼RI}dVl&-CQCt4Mڪ'#DHVZgɓ&3zP[֣[Zhe5XBo.]XB)C,<fؐQ Dw>QB"ј01hLYIc/*eʔ-WJ?Tf?]]%?pa#F4QYKĶo#P` q#-˛7HѓB/>K2 HDBtmU 1q`n0a SMň!oR`+&R9|yA}&.) T:$RcD H߈l;.^4O9ҳs%"0>V1(jz< p\z`,a  H,"KD.qZqa*"ELڵ +0$d֞1 ПɨI $ +(~0-*)Z*y4kCX30~X0Ǐ0f_ {I1BI$U.F˓aՅB(i4ߞ#ZNHPʜpS{}֚mD {lbi[eIb.Fio 6>Īa*$?rXV+򓩣G +Pkdj60sofߚ5kQ14W$MYMI9;^Y7q !&[ i|ԗ/s/tT[hrޚ5'! 'im3M8a#ԖAUԫe+W}(uɒ$Ljh(:27;<@4eŌ'N\H$ETț͗P%A\]J?VVN 7mnavѫo &M +(LER񡢾v4٨D^ +Z,ܹHT2 "%O&[\HM9@y5ƱǁYPЛ!ϊƏǐ7Ʋ"gjyk݈9(9RA8ӘXXլ{vZ("Wm""^ *&l6 Jd,ߋIX= YoѣF)hXIXʼn2BHu3E""4TP643kkCD6?Sf/ bv`^8#[6L#FFYoiȄk}&*ZZ-R^_YHaj7%`S 8ǓRzD/iD+wA}Y $QbK.w*V)Q?;u޳w >rhD,Oꏂ"bfF_ɽltv *i2ȑ#( "1  +T3! M +bT;_C -Ȇ@80A2h'"lj>Es,n}VeVW} -]JB#>2"E*ZgJ YfdCC 9Q19Kv b-W떤I +(ڐz"d)i&ڸ0TB=L+'k&!˱Z;ӺL7fԈa,2nٴqujA3FL*VT ƣIP"lfDgu4)$I>hI#g +(=H D&ҵ{} <EV̂7]˫&. t +_RսAVS5y$+SHFB +ڐA2q *!AZ,ԢV"N}ocg| VԳb{ 2T #*e["ݵ9QYX?wuATPVN UF'"(* ` +ъT/w18A0 7b-Lf|Uo03!<-A!gȒx +RTXfK) i Bb^֬I ߿?׿ gsk;?25Z[_dAj]ŧt!Ghr !+gHpƐbK|ChMPnq`.LbLJRT3 AӫgAKݬRBo˖.UXȝ3KJJf@EDD{∨iutȚaY"@D%Qlsʓ@ .Sw*VRzܨi-۴ЩK=z`+hYU)"4 K !:f45B"4A)L/#G4)b0z"7ñƃt%q mOb)9㘫N,d'd !Pn8 YA ;gEIHt>N/KaA0=laDSU\gϔR([&+nh ɟm)լG}|31x02ȬZ~C[:8ݻB57[f* P]E١PRH Pxccj&gvs""U~/{4KSLD(.ULo_rհQ[BYz%gVL2`tJětmX] a@LY\J2d Chd +~~`Э{,yP .a+ґpgpR04 BE4zc z@`HHtQpB攗hg#ʥal 9xcJ@~fHiѓ PAYG$1(RIQC<o!H$,bޭ[ҺuBFJh Sh;L': uðӧk,b1NsZTfI!ab5Ἤiuޭk.:Y 7 +p~ƌӫs( Wړ:u$$U/UB <ɤ0k<1G@ml {j1˖1RH0j:&HSx`%6ҿ +0jH/aICD@+כ)~=Epޤ|F~S7eJ$ɄPOKBpɩDŽ}ͤbmpW?͑XT0O6z܇ ӻup:uhצefM6WF5̖}[Xm3{V,O!џZc231D7;vH%I<9$ʈJ\+XH%KIWת[~F:k}ZK8Da]M{trj\GeQ5txcVYDM9:@nn]aSڴԲEZlٲL&I0 +pR7Tru^~# nF uC,ଫd +^,#&hU59O+`d.$Aɨ[(}o7RTdANA8;bFRP<1[3U}(CbdgkT50z4EcS1>fgϛ7Zrd)Gi<4igC83Fz|mPXU$@5X`r*kռiF խ]ZU.YhBȓ+Gl;5ɇܞ27={fڌUEfm3xÂD3g͚|_P/Lo5guܨq-OԹKx13jDs/á 3%Đ4DvoI*O8Gʜ!V +ISؿ1YNRzRra?:)WHʵV9^dH[DҧZŅ'V2EjPK.^ppŋ44s+Zr<'B@ߴ,|> +TKCWH9^"I'7=f78(O=GUބ@x9z ,ԼI7KQ_is+J͠0H\ "+"_4ֿS]{ m|]_[ s#o 9OulETQ=ߙkH-q6^e`(>t67bn7@)P>yC߷{維[6oe_*cUZ3fcƌ-1sV)%ZV^v[ʻD{8;rDgNtRO4P +naJ̨W=BmցjMJ3^TRdHW(µOgyċP +b?H-8#&J/{"&D< +]@Bqz.0p]ŠZ,4B I#K=h!v #݆6N1fu{뭷t4ߕTj3FkHc\wd^[P>٤B|ԗ^K +Α+6~S#kf.Rs ΗI;Yo;WwB9!4̾tH2dJ.~^z@\KQٽWdJ0Wr + zCSz3QYW_Ɂqq J|5Nj/HPnnoK'{;~ά?oRcR_mpzo]uRgt9~jQ_߷Yu{EĀ%5}G-@P_P1!a`[1@x~’F3>(LCsn4 +Co=uå~[6mܰTlY.{& +!CUHĿ#j'rY}Jތ~ +%ڰiKJ5сF|g]gRJHs?(޺XD !BJEEBnK ip:hiW5 +8^XyvkhʆeC +d^7({׌@)=.Kk, '1N:<&.AheB/Y-5%5HMr &Y +G[atBP3gΜV4_R6H ++*µ;ꨵ M;"T%ilfC +kc'Yq~Y}jY, 5-fNNlpqSe~g8G+ǃ +*>/=Rc吥;vIݓAKW*rts+TMbMhQRzwiJK-k*?Zb1(cs +}iƻ'} xÄi=_<Nt?9$la|ܷزjàƯUWZbhfU*0ySI(i~G!z!RW#oYM*l }eT"5۞qde6ޚU~ [Wj$YPj^fm(-jJ\jgN3`pt"np˥W/XeK⬼KF{~N8}JHwfrmF~/y=dn!4x  ASE.2e%+|eҹF.)|cŧ:S6޽) +yBG8=9I;Ttu GE.re3%ѐR #?[}Oʃ@w.PZ/Q4;ߊOH$NiX<3xJ*[xP7hhN8~1FI˗U-p?@AǺP(O8uz9%woUPWÀ9=zqTw9!t<.0+JR 9ŗA ~\HEY-;? 2s6 +(WP57qk}o넥{_ݖ$AݹڙԈDIHR!}G-)*2ws[ʸJzk"+߅d0!_iBЉ8+A5+(IW>D|h=Mڵf Ђkya>5jEܟnЇRsq a8{ǎ3]-xСLJ/>_~q\CC6'JҴi$͞Pl**&ڴek&ڻoÉ;vEJPYDIYin8}h,T>D g6Ud/4~ 37GE Q{ )SPg1gR0t sT֛3?櫣OӠX Ĭ Gc]hH*y1 7ZDy{>sAn.:roߗ_sSwSH:dC0#+ݻDhV & >ppYfO^Ċ[/^k |-Cyȗׁ*K-\*4ds`/X9e^eR8pArB| RTN{'M]wY}>b*d7L;E+3Kzn WQv vV)BYX%uw]so~s݊aߑ-69t(zD:msO5=#o]˞ҧ4ײD}96$Xp |=~ z1eӊ\&eěh^߿w۷lڰS1uyzOZ8]~|%"%*f'Y맗q1Ѻ D q?rq%-V=*! }eOK&v!)o2N+M)O:azѢjUMo~^\ES7y nuze4cʁOUBx4 5e Vj_oz}`]{#5?[\X,H>)W-"U,ԡ̊<m-Ww)[\6Li*`qE뮕ɃAӧJ.i^4so)$942fV{)سg^rTwW5A/R_$HCGW5<2/wȮPYkJ^5/>"K~C qJkfH} 3oq#UhOn;2=69 ߎoȣPw,dmr%6!fß0I[~2t2 )q9}-d l]{5E7XJ Z +ٔ11%[y?d+? X+A|nR!a8u/pܙRIyú5W 6Tb3Wǔ:&JSCZ(yHh3Jueg)Ȝ'K;bI9lQ0e$L]5džxܓ?{ơ4 ś7n8[@.׋C$Hȟk H`J(HI8ub)D,&mqf7I +lkĎdދH=//>QĂR(zO/rW4mvXs6\;m޴K^Z_:DC'h{Y҇"!S5%f$BH4gnD -^dV*Mg;^^'x~ꬄEoiVBd6B@zoޔX㔅M$vPęb9#aeɶz.;w\=qpXIX>ExB1j)I(yC 84ݩמoAgOk/BpIb_Qa4xCzgn 8:TB1*k}[͗e 3p7.)R!fGLS+"s6R!X=NsRYfhEHi%VH`R,J"guO;,,AQYeQx{}&x +RgUzU}"<ÒTfPf7'OY&e+Uj:A +'rhx!dPwe^M*+K8 h }3#os/]ﱪGJ5J"K@Rȥ@A̗H 8}z <Sܞ۷nټqUR(.ڡSH~{s$g,T@ +[$ Ⱕ,c8 |L7@P?|Y 4qA;J<=JjӦWe~4&b™Qj笤S.QzBd d9C /$aSgxL%8n B$u$DRVF; +Y‹D,[|bMJF)N>|FWeVbN"W"EsA6 sf/jIϣܷ\pj`l)m5g2Ƿzk*G%j^[)5nX56uk׬JW="tل]ex Rٳ6#K.,zp"n:[Y8 J1#>_jE{+16ZCwK& )D""Pl%$P,q;;=zʼn#tzr +GNevYdHh".˪*d th-i ЌTt\J}bx2l&ʰa=]ph!׭Se6MNJJS\ܙu{c\4㡲TИɓ"ʡ;|Ċ٥Fnp.W)PR Y}>tbM L>XႦ$͔T};$)[aTYi_JR+C:cc^4!`0JW{Ld".Zg̜9ѫ 'ZiҨһO +2^a.Nw]# 9^z@{"FjW=h8p ۫^*eۦ}-)C+J-G9W6JԖ-{)!T͈%F$DϏG ĉJ4M~9I(Z\C]Un풦*K.5 2ɑ5%{)3^jIs!j* @ƛ6(P֬ly=vاKoJGq2%K"VjO#jK, `ob=7ӊf-fHq=W;yr"FRľZv%=ڦXFT 1gX%fd'h4@!oъ60IZAi|Fjmۦ)]z ֖X/$Lbx͑Y5\^DRsS3 ҄W|DW)6-\5,iqZb[D̈Iͭ%DI!H5_^%C^m eL9HmICj^لgQݬqҦNWCKZA%OYTժ:f!VE[Vs0YԻo^寭> s_pvlu~յ +TT] O]hya~^|aa\t7j0eePN)!8n}D*"ľm'Y򉏫te0Q)Oݟ;_bUˣ/O2~yh1ZUYDG/8׫[%urID-bj֭"}oe4^j`7ެȼAb:b13 +uWZ*lva⊧g`1B˩/٥W#:tɟ7!Qc{QU ҅ ɳ6I6&\R .~9U;XPRO6R%{V0&P!Brf =P˖[M Zײ:yUи\!zaXCErQkr(dN3glS㹕*ߟVDٕMsN4Hx\ ^euPWD㑸 i %j;ҘG޽I/EmcjFP=vTS]s.9`k!xDijԲ)FgR_ٴiSjbj""3ɯ7_1EzDTb=U"QJEQiU*>V>?!Jp^e^*);Ґ9 +""n2cnJBp"YZbTHYD׵ՑRbb`j|GH$L<Jv;O,R %iv Y$'< Lx[؝fG"TRi֯KqFq0 7!.^_Vccu{T"fD ZD S2kJ_!FzY[={SZoE_L%exh +U>(/ 3[Cz=f:Ay5bekۿiGէ~B…Ą +Ě(3Bs#J낒tl)B j#mJ1WJL2F %\ wHzt/s+%1A*1M~>, ~zwʪw.4!R%3ȂCSLUH8AbzUOk} +|BoC'jC[rVdf`bv-V)8ins.g4ܚ+{iRe-2k.s>!DւO5NTRg/XlXN4kVWYSYD ;Ī[צtx}1$#>'i +n1.n+k{1ZTPUPiCxt;ҳC_X2o, ʐdc }}(X"$헚8z6q d;Ugou{:dժAJP(L: iVr +MĊ^]8L:x^whaLB/5L4 +G5ks!a +c*ϓ"sUh]2+"NڋJ7V[>>f +R^dj2F{cnn46ͅ /z۷$<IX\$y!}h>ڦIIMfC~t1Hw3e}L38/*ZBZSl[!Z*LK tz Ju=P)+dCrygYɝD&ܙDrbb ga'5T҈:"zL[QR-JB,+d fퟧ +;=zOP}}> )KTr1KcHg~esEYg[m Y):6Ǘ \gFS쨈.awW-өc =ĂdJ/ t<9>9ZDTFXYp?^Z|'*JD͘K4cF,p].&U{jH-k<]lk- U3M,/KKÂ@*Ђa):+5vzZT l,$5]YnMIQȒe#yѠ~4LƵ4'U4U9mپ@z+DgzIMTل *C2j-s:~UXQ͉L^xQ(y&WB})gF,1$gI Z\iq |EF2 zdug&\.zL(1dh6{I@m몃YDq)n!n*T(wqt!QDI'*hurX=KF1C0?)HŅ$3)q i>th$IQ5kVLEaHPo.hrJ{AJۖTkfBa&Tzr&c%$'|~Wg/KZT&ʊq6T)}U{,W7uw^Wwk!2)p$&8?{|VMI.r(IdSbdZ;UMr)  ;juߑbcVd@R쐈dNQ/ส<u/RnjUr$-; ķʒ1MhYV+5riyQ72l\IԡA'D!wVw?7ڤ=b"O(,!twRĐ{޹BUmOH=d 6$,A~py ܷ J@Ul-Ѫu{&|QV߻o^[0RJHӄ pe rh?se+8ZO :3h!f&;`p2k*r.Ou + + y003cJi:ܱkN`J`d╜V]k~o4*@АqF: LSby7#[ҢEtZ)iG^7&"eqsOifm/x啚 u;|BUJ K>(י,Usn EBc2T:YT; 鳟'VfV% +H&$WW5&=93l_.R $|tyYoKaDeTS098ήab0^cɽAI]])̈.)@h0nTD\DW<+ܛuEJ#h̢s}JC|6Gk`[O,̯1NLٴTU=;DDWƯr!]-wm3VGS +$>r7rUt㦴طX7v"5J-Ue*RfGojZڈ:yjy [ ˤ֥f[رV4 J@'6)z:jc ,jxyU )u+\ۓVY/RGv>X7Q-7pdUW1i-fm[[dO|C^PS i"٬GIf*#g0AJb:H_l*qpA.T:1***/s4SO? pŏZJB/ʎ"%ՠ Ԍྥ"*9s! NYywV^Ʃ|lKU1uC DS3{jJ<,1~T's Ci-OV@ f+B1zQ2:g/i4 7"'3/h#w)E2qƣERP`cq_etu,`Nю}4]GCd^9Hy=QR:ȑ\ؑl +cER@e-;e 'z.⨶@\ĨRO3mt]'=3S=?˽ vm/cS]}{T><}[wVWqzZdԺ |B/Q]f#ßP*!:1ZB:bt1cHq>#;tCOoy~^x;py*!~lr:+qL^i,NR~CȨ0Q^C+Z8Q}댪t<8g"#J3UD=$1Avݠ@Jv,pq^2>weeP0iӢtԋu؋AFHP\!#'F;P'ubv*ѣ]MC!J%()xO]z"u]"r\1o=h;Tx8?:Z!P'_Xq<5l۟g(AR| b7p(qwҹ^)y[v;4[W{w(%k.c6h+@=:Rg)ae-5ߠLwgPk +e? O qdqrt5*% 8]Pc2F'B3_iZ/rZa'q!z`:ɐW;5kG;P8QFG>ÙYݹ@By]߻A*t DLaӥVk\=DUvԹ0nt,PJVCGe(CzDn888[ǹLJ`}nxZjtO6]dƳ><[5r`nQ_ն竝 n: s7:{tmPHDtQiymEjA25L#HaEPQE!=nG?7Ӡ?ZSkݟCXX[ [ֻevfXz&뫝PZ0űvMhZ.5Rz+ikt\^ + vE2ٹUmzzqZ۴$U+žQ?zt!U9r:ye.Au^w%G==a滍~$:N"9l+k% F`Ʈ빎s#VP;V&g1s/PϵY||[oǑ9BLMƃ'EMs_꺃c(ѕDpOwAR/G/8JzղN=vrhҖh_u702Bꔯ*m e1ȐcྠG@\|Qmc6@vWaaX\lq gC|1cZ.# G>igJs=q}VON]}6t]g%.`!/b_nnj=ڲCٍZǦ{8[:N1nw|E^٫te{$9"Q`eиɾYOia8agUGAîSOcHN<3_}/.gk1G]ul-eu?}lVE{CK8;5]Pa}.~uzY:Cγ=6qvv-a/;k:@q/ڑXu/i<"DXGmCݍ{_W cG~}:CjpP#GW;Wߖw%GgC<;=va8c=`Sj`'گQa>,RߚgzD9:!RR_^ܡMs#0(C#ؿ}2y7qPɼKހNgT_0v}`h<~zڇK>Թ}=N8zLT42bvWzY2<8ih;\C2ȒuqWEԿ֯Óܑ+~ ݞ}ny|=G4CyxuzwtCݷAp ?i t&';p 64].ChSu1Ycc܇^Q PFTa#?{?zwݟ:Ȅ{~ xIH ~x*=8m?ȝPZx|?~$CZ3j\ēOdk_p 4y0u݈9cCNah;W$]ezW׏qtI꽢Xv݇j!M.}?S$Gxl: D3$P?N j|x jS(OnPC[G=aI?w{ᄑGW_>z;ɫ?+v~co\ӷj׭[wÍ+W.߸zZO׬Y|uOow}j7n-;WLܒ⾥4vE~2p?n?}>x x4oeߊ+_{{:۰f 6k9߬ݸvk76¿Mq7ǽ1t~8s1wW g޿@_Zvݫ߽z[ǵzx8=;>lٸWo wQq'}W} |7O˟4d7 +% endstream endobj 7 0 obj [6 0 R] endobj 232 0 obj <> endobj xref 0 233 0000000000 65535 f +0000000016 00000 n +0000000144 00000 n +0000024306 00000 n +0000000000 00000 f +0000079520 00000 n +0000079329 00000 n +0000448115 00000 n +0000024357 00000 n +0000025932 00000 n +0000026422 00000 n +0000252922 00000 n +0000081323 00000 n +0000081441 00000 n +0000073013 00000 n +0000028957 00000 n +0000029418 00000 n +0000029881 00000 n +0000030335 00000 n +0000030789 00000 n +0000031247 00000 n +0000031705 00000 n +0000032165 00000 n +0000032623 00000 n +0000033084 00000 n +0000033529 00000 n +0000033991 00000 n +0000034453 00000 n +0000034919 00000 n +0000035382 00000 n +0000035840 00000 n +0000036299 00000 n +0000036761 00000 n +0000037213 00000 n +0000037675 00000 n +0000038132 00000 n +0000038596 00000 n +0000039061 00000 n +0000039525 00000 n +0000039994 00000 n +0000040455 00000 n +0000040919 00000 n +0000041376 00000 n +0000041834 00000 n +0000042287 00000 n +0000042737 00000 n +0000043204 00000 n +0000043658 00000 n +0000044117 00000 n +0000044567 00000 n +0000045031 00000 n +0000045493 00000 n +0000045946 00000 n +0000046395 00000 n +0000046855 00000 n +0000047319 00000 n +0000047785 00000 n +0000048246 00000 n +0000048713 00000 n +0000049177 00000 n +0000049634 00000 n +0000050099 00000 n +0000050564 00000 n +0000051029 00000 n +0000051478 00000 n +0000051937 00000 n +0000052397 00000 n +0000052858 00000 n +0000053321 00000 n +0000053787 00000 n +0000054253 00000 n +0000054721 00000 n +0000055179 00000 n +0000055639 00000 n +0000056089 00000 n +0000056535 00000 n +0000056984 00000 n +0000057428 00000 n +0000057882 00000 n +0000058331 00000 n +0000058789 00000 n +0000059245 00000 n +0000059694 00000 n +0000060156 00000 n +0000060615 00000 n +0000061077 00000 n +0000061525 00000 n +0000061984 00000 n +0000062432 00000 n +0000062876 00000 n +0000063322 00000 n +0000063770 00000 n +0000064228 00000 n +0000064670 00000 n +0000065129 00000 n +0000065580 00000 n +0000066029 00000 n +0000066471 00000 n +0000066926 00000 n +0000067366 00000 n +0000067815 00000 n +0000068264 00000 n +0000068713 00000 n +0000069161 00000 n +0000069608 00000 n +0000070072 00000 n +0000070532 00000 n +0000070993 00000 n +0000071444 00000 n +0000071905 00000 n +0000072346 00000 n +0000026488 00000 n +0000028393 00000 n +0000028443 00000 n +0000079265 00000 n +0000079201 00000 n +0000079137 00000 n +0000079073 00000 n +0000079009 00000 n +0000078945 00000 n +0000078881 00000 n +0000078817 00000 n +0000078753 00000 n +0000078689 00000 n +0000078625 00000 n +0000078561 00000 n +0000078497 00000 n +0000078433 00000 n +0000078369 00000 n +0000078305 00000 n +0000078241 00000 n +0000078177 00000 n +0000078113 00000 n +0000078049 00000 n +0000077985 00000 n +0000077921 00000 n +0000077857 00000 n +0000077793 00000 n +0000077729 00000 n +0000077665 00000 n +0000077601 00000 n +0000077537 00000 n +0000077473 00000 n +0000077409 00000 n +0000077345 00000 n +0000077281 00000 n +0000077217 00000 n +0000077153 00000 n +0000077089 00000 n +0000077025 00000 n +0000076961 00000 n +0000076897 00000 n +0000076833 00000 n +0000076769 00000 n +0000076705 00000 n +0000076641 00000 n +0000076577 00000 n +0000076513 00000 n +0000076449 00000 n +0000076385 00000 n +0000076321 00000 n +0000076257 00000 n +0000076193 00000 n +0000076129 00000 n +0000076065 00000 n +0000076001 00000 n +0000075937 00000 n +0000075873 00000 n +0000075809 00000 n +0000075745 00000 n +0000075681 00000 n +0000075617 00000 n +0000075553 00000 n +0000075489 00000 n +0000075425 00000 n +0000075361 00000 n +0000075297 00000 n +0000075233 00000 n +0000075169 00000 n +0000075105 00000 n +0000075041 00000 n +0000074977 00000 n +0000074913 00000 n +0000074849 00000 n +0000074785 00000 n +0000074721 00000 n +0000074657 00000 n +0000074593 00000 n +0000074529 00000 n +0000074465 00000 n +0000074401 00000 n +0000074337 00000 n +0000074273 00000 n +0000074209 00000 n +0000074145 00000 n +0000074081 00000 n +0000074017 00000 n +0000073953 00000 n +0000073889 00000 n +0000073825 00000 n +0000073761 00000 n +0000073697 00000 n +0000073633 00000 n +0000073569 00000 n +0000073505 00000 n +0000073441 00000 n +0000073377 00000 n +0000073313 00000 n +0000073249 00000 n +0000072645 00000 n +0000073126 00000 n +0000072709 00000 n +0000072949 00000 n +0000079402 00000 n +0000079434 00000 n +0000079842 00000 n +0000080153 00000 n +0000081556 00000 n +0000081622 00000 n +0000081645 00000 n +0000081943 00000 n +0000252809 00000 n +0000082021 00000 n +0000082353 00000 n +0000252645 00000 n +0000082430 00000 n +0000252997 00000 n +0000253221 00000 n +0000254229 00000 n +0000263659 00000 n +0000329248 00000 n +0000394837 00000 n +0000448138 00000 n +trailer <<04F29B8453284282AAB1DC8C103EC5CB>]>> startxref 448349 %%EOF \ No newline at end of file diff --git a/_design_assets/2016/Codeweek_flyer.pdf b/_design_assets/2016/Codeweek_flyer.pdf new file mode 100644 index 0000000..8fb5771 Binary files /dev/null and b/_design_assets/2016/Codeweek_flyer.pdf differ diff --git a/_design_assets/2016/codeweekeu_logo_CMYK_text.ai b/_design_assets/2016/codeweekeu_logo_CMYK_text.ai new file mode 100755 index 0000000..34617d7 --- /dev/null +++ b/_design_assets/2016/codeweekeu_logo_CMYK_text.ai @@ -0,0 +1,931 @@ +%PDF-1.5 % +1 0 obj <>/OCGs[5 0 R 6 0 R 7 0 R]>>/Pages 3 0 R/Type/Catalog>> endobj 2 0 obj <>stream + + + + + 2016-02-09T14:42:10+01:00 + 2016-02-09T14:42:10+01:00 + 2016-02-09T14:42:10+01:00 + Adobe Illustrator CS6 (Macintosh) + + + + 256 + 220 + JPEG + /9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgA3AEAAwER AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE 1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp 0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo +DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A9PXV76bcI937k9Bmm7Q7 U8I8EN5fc348V7lCfXLmteZ+4Zpv5T1F3xfc3+FHuRlpe+oeD7P2I6HN12f2n4p4J7S+9oyYq3Dd 9cNEgVNmbv4AZPtXWSxQAj9UkYYWd0s5MTUk18c5UzJN3u5dIi31iCMFJmJI6MBX783Oh7bhEGGU 3XXm0TwEnZMopY5UEkbBkPQjOixZY5I8UTYLjSiQaKjPqFlA3CWZVb+XqfwynNrcOM1KQBbIYZyF gK0UsUqB4mDoejKajL8eSMxcTYYSiYmiuybFpXRq8WBp1oa0yIkDyKabySHYq7FXYq7FXYq7FXYq 7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FUkZizFj1Jqc4CczIknmXYgU1kUrPrARwRuVNfpGUfnRj mCOYTwWEW9zFf2y3EFfgJDoeorm+z6uGvwDNiv07SHUOPCJxyooSavpPTrQ5pcn0lvCWZgYo9W0J rpEssdpeOvRE5L4cgCf4Z1HYuScMWUjlEWPfRcfPEGUR3pGzMzFmNWJqSepOaCUiTZ5uzApM/L9y 0V06k0iKFn8Bx3rm57EzmGUgn00Sfh1cTWwuN9bTJNatbtmto+UbyArHIQKVIoOhzbw7WxZyccbi ZWAfNxJaSUBxHekLpVvdWWpPHMn7soayCvHbevT2zA7MwZdPqTGY9PDz6d7LNKM4WOadwzRzRrLG eSN9k7j9edLiyxyREom4lwpRINFfliHYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX YqlV3btFITT4GNVP8M47tHRnDMn+E8v1ObjnxBDkgdTTNe2oG8k9FWJ+0a8f65odYTjJ7zy/X8G+ A4tkPpt7d2wdoz6YelQQDWlfH55ldiZ82ljIwPDxV9n9rZmwQlz3Tu01WyeNmu1RJF7gfar4Dxzr 9H2jp5xJyxiJjy5uDl00wfTZCBkuNEkmLcZolJ3px4/duRmDkloZzupxHlVfpbhiygdCk+o+aXcN b6UwisgSBIu7SdiST0y3JrhGPBg9OP7S5uHQAerJvL7kgS51SKbnHcepHXeOXcU+fXNPLEb2LsDG BG4+TO9Kk0iLS/rc9wq/WkKNyNCOzKB1OdL2fpsGPCZSl9Yr9YDodR4ssnDEfSo6YmjtfIV1COQo waNKFCSOn2qZjaLQ4RmB8QGjsOXu5s88svAfQQyjOrdQ7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F XYq7FXYq7FXYq7FXYq7FXFQwoRUHqDkZREhRFhQUn1bSZp3ja2UUAIZa038d85/tLsgzIOIDzcvD nA+pU1BVt9F9GVuThVVad2Brt92XdoYxi0XBLeVD4kbrgPFlsMbiuEkYqAQR2OcJh1cZy4dwXbyg QpVZp2b9lfhH8cjh4pZpS/hGzPkGrhWaCRV+0VYL8yMzljzDDdMlKzmM9GB29xg08qNO2zDa0deX K21rLcMKiJS1PGnbM1oxw4pAd6X+Wri7ubKS4uXLNLKxTwAAAoPaowlyNXGMZADoE2wOKzjybq81 1BJZzsXeAAxuepQ7UPyzpuyNWZxMJc48vc6HtLTiBEh1ZJm5dW7FXYq7FXYq7FXYq7FXYq7FXYq7 FXYq7FXYq7FXYq7FXYq7FXYq7FVKaMl45PVMaRVLr2YU7/LKcmMmUZcRAj07/eyielc0p8zXNqlh FcmUFa/uwu/MMK/DTrmq7aiJY4yvr83M0UJGZjX7EgsNT0gyC4uDxVDvGy1dvCg8PfOe0mHD4gyZ ANvLcuyy4ctcMf2N3F/p9zdubRiFf4hGw4keI8MhrhA5DLH9J+xOPFOMfUgbjWNNt3KSTDmOqqC1 PnQHMIyAciGCctwGtO8tW+rzS32nXEamnxRvUAlurUpyX7s2XZ/Z0s9yiQKY59acIEZgq9/5Av59 NuVnlQDgSEiqzNx3oKgAVpmyPY+WMTIkbDk14u1oCYofNizX+j6eiWz3MMAQBVjZ1BAHsTXNSIku 1GLJk9QBKLhuIJ0EkEiyxno6MGH3jARTVKJiaIplnkS2kN3cXNP3ax+nXsSzBv8AjXN32JjPHKXS qdR2rMcIj1u2Zc05cOQ50rxrvT5Z0di6dJR5t4UOxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2Kux V2KuxV2KuxV2KrZoo5onilUPHICroehB2IwSiCKPJMZGJsc3mfmnUbltRi0yzt1S1sXMEUIryIag JqT1qM5PtHIZTGOIoQ2D1GgwgQOSR9U97QE+nX1nqEn1tDExUcEP8p3rmtnp548h4xTkwzQnAcJt bJPLC0fpGju3GvsR8X4ZCUiKrqkRB5rfqltWvpL92Phx7k8cu9GWV5PZXMdxA3F4zUeBHcH2OX4c sschKPMNOXGJxMT1ZF5y80zRQw2di5jknjWWaQH4lVxVVB7E986LX640Ix2sW6zs7QgkynvRoPIN X8oRXUzT2kghkckujVKEnvUbjNMJPX4NeYipCws0Ty3q+nXi3AvEiAI5rHyYOo/ZYEKMEqIZajWY 8ka4beu6vq7WXljT30atvDdE+rIN3DAbqW8Sa7+2bbLl8PBHwtgXkNPp+PPIZdzFLPJtnrup6vLe 3E/OGCaNxOxPMihqnTf7P45iaPT5MuUZL5EWXK7RyYsWMQA3IO36XpedQ8w7FXYq7FXYq7FXYq7F XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FUO2nWDXQumt4zcr0mKjnt0365UcMDLiocXe2DNMR4 bPD3Mf8AOWreXbZooNRhee5ZeSCGgdFJpUsSNjTpmB2icJoTFnydj2dgzSswIEfNhGs+Y/L6tFa6 XayE7PJdTtRq0P7sKNvp8c0mrhiGP90CSO/n7ne6bSZt5ZCPcPvU7S7W4U7cWXqM1WPLxM5w4Wri +hhbiasw6gdslxXLhG5THGSlOrecLG5114po3tgyxLCzkMtFjVBUilPs+GbTMeKVjy+wU5GDQSji sG+f32i8pa0r13XI9LhQ8PUnlr6aVoKDqScIFuTptMcp7gGQ+R/O10dFjh1O0hubGWR2aPiaheVP h5Eg0O+/35m4NZwDgkBKDru0+zY+KTCRjMB6idN0u90qOCAejZycJo/q59LuGB+Hx/z3zenDCeMA bR57bPLeNkhkJO8htvumIFBTMlxnYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7 FXYqsnnjggknlPGKJWd28FUVJwSkALLKMTIgDmWA6npkPnN/0po0vpvFSCeC5BQ7bqwK8+oOafNh GpPHA+Rt3+HMdGPDyjnuCPwGJeY/IWvaZdVit3vbeQBhNbozgMftBlFSN8xpaGeLzdvo+1MWWO54 T3Fk3kTyVei3nutagdFZQtrbOSj7blmpuPAA5bp+yoSuU4/odZ2n2nGxHEfeWByXcbylXkX1DuVq K/dmqhjjHkHfCBrklmt6R9ejV4qC4j2FejDwybk6bPwGjyZDpNnqS6TaNcwSq5jHxMrb02rXvkZQ kOjgZ8kDklwkc0B5k8maze3FtevBJDYAenLO4IANSRQHry+7J+FOMeIg036PtHFAGIIM+5FyTWem WkaGqxJSONQKk5QS1CMskj3vXPI+pWN95ctWtJfU9EelMCKFZB8RUg/62dVoZA4gB0eQ7TwyhmPE Kvce5Psy3XuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxVplV1KsAysKMp3 BB7HEi0g0k+qG28veX7yfTbQIY1Z44oUrWRvhVmA7A0r7Zj5KxYyYhzMHFqM0ROXPv7niup6h5x5 JbaxJcx200YnWCd3PJmYjlQnpt4Zo5yycpE/F7XDi031YxEyBqwh9L80aqt1NocNw409o/UmjDGn OooPYUO47/RlcskhGgdmzNosZiMpHrvZA6loUrStNa0YMatGTQgnwrmLTfh1IqpJx5J0S9v9Vg06 8f0LeUmjk8mHEFiqgeNO+X6bHxzESatw+0tTHHjM4iyGW+dPMN7DfHRdPka10+xVYQkZKlyFH2iN 6DpT6czdZqCJcEdox2dT2dpImPizHFOW6C8seaNRtNRht7iVrqwuHEU9vKea0c0qA1dxWvvlWm1M oyAO8TzDdrdFCcDKI4ZjcEbI38w7jya0n6MghaC9tnrJcW0SFVJG6MCycvoO34Zk6sYQeGIojuae yY6muMm4y6En59U10G/8v+TvLlpOsst+mqSFzPGgXdQFI4ltuPSla1y/FkhggDz4nE1WLNrM0hQh wDl+O9nFtDOks8klw00czh4YyoURrxA4im53Fd82EYkEkm7+x0c5AgACq+1XybW7FXYq7FXYq7FX Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FUO1nW/S89aUcI2i+rhv3R5EHkVp9ralchweq7 bBk9HDQ53fVI5NGi80aeTr+ltY3EM0qQASK0gjDUVw6bUYdjUd/DIZcEcg9TnDUHSz/cz4gQL22t 5z5k8qWnl7Wp47WMiK4VZI5XPJmFACCfZgds5/W4fDnXTo9Jo9dLUYgZHcJbmI5KI0zWrbSdVtru VTKYSZFhU0LUBA3PQVI3y/Ty4ZiXc159PLLjMRtbIPKyWfmvVtcv9RtE4iOOSCJHkBRyGDVIZeVe IzYYIRzSlKQdfrjLS48cISPM3y8mNfl8y6rr1rDqSix4uHUM1RKymojXwLHx+jfMXTYhLIATs7Lt YeFhJh6v0ebI/NH5c+YJtdurrT4luba7lablzRChkbkwYOV6E9q5l59FMzJjuC63Rdr4RiEZnhMR XI9GeeWfLyaXoNpp90EuJYCZGYqCokZi3w1H7NaA5scGDggInd0Ot1Zy5ZTjsDt8E6zIcJ2KuxV2 KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KoPVtVs9LsZL27YrDHQUG7MT0V R4nIykALLdgwSyyEY8ylWm3uieb9NeSa05LE7RlJac1qAeSsu4qPDKjCGUeoOXmx5dJOhLmOiRS/ lxpi6ikH6UKerV47UoDKUXr8XLt48c157LjxfU50e2J8F8HLre34+KC1TzJ+Xvl7UZNKttMh1C+h AS7dhGzgjqpdwxJHcAUGGeTDh9IjxN+DR6zUQGSUzCJ5c/0Mk8ryeWL2wutU0S2W1eZPTuoVHDiy AkAoDxH2uq9cysBxyiZQFd7rdaM8Jxx5TxVuD+1hPk3QdFtNFuPNnmBqWNoS0CVNCUNOVB9ol/hU eOYOlwx4TknyDu+0dVlnlGnw/VLn+PduWUaJ+aejapPAht5bWG54+jNIVO7dOYH2fvObKGoEnVan sPJiB3EjHn+xmuZDpXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7 FUi83+XJ9esYbaK4EHpyeo3JSwb4SvYjpXK8kOIOfoNWMEjIi7CWXMMXkrynKLV/VvJnCrMwpWZx SoXegVVqBkSOCLkwkdbqBxbRH3JwKfp7TvVp9Z+oT+pXrXnB/wA3ZPqPc4Z/upV9PHH7pPmrz7Y3 Nr5nv7luQ9a4kbn0IkDnkCfGu+aPUQqR830vsvLGWCMe6I+T0/8AIy9mu9N1l3qQiRpIexcB6H7s ydB/E8v7TYxCeMeZ/QnkN75XH5X6dJq9tJf6TIQkkUALfvBI5qeLJsHU9+uXY+HwYgix/a4Usef8 9MYyIZB391D9CAsdc/KaSBBaadJ6SUVVCsCKdBQyVy0eGNqbsum7QB9Uhf48no+nXgvYBciGWBW+ ERzp6cnwkipUkn78yYm3nM2PgPDYPu3RWSanYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX Yq7FXYq7FXYq7FUsvPMel2dlNe3LvFBE5iBeN1LuBWkYYAt8xtiN3Jx6TJOQjHcnfmPtYl5Q/NTT 9T9VdSkWHnITBKqngoP+637gjxPXDKJHN2+v7DnirgF7b/rZH5rvfLNpBb3GuTrHHav9Zii3LOyg gfu1BZgOX9chMCrPR12hx55kxxDeW34LyS9/N6aXzdFq8Nqws7f91FCzAMYTXlUUpyatfb6MxzM8 VvW4/Z8DTnGZeo7/ABZffWH5decE/SI1JLb6yKzwylEqw8VkpRv9U4zhCfN1GLLrNGeDguuVfsZF 5e0nyr5b8rTppUgGnHm812xLF3b4ORam/YbbZPHihCJA5Ou1eoz6nODk+vu7mEeRNd0O00OXyxrA K6bIWMEhqwXmeRUkVI+L4gfHI4gIx4eju+09NlnlGfH9fX8fYyPyv5Q8l2mrm4sr+HUZ3UlICYZC OJBDkKCar47ZZGEbdbre0NTPHUomA79wzZby0ac26zxmcdYQylxT/JrXLXSnHKro0q4sHYq7FXYq 7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FUl81+XBr2nLaib0JY5BJG9KioBBDD 5HJRNObodX4E+KrBFMatvJ/lfyfp0mq6ov1q4WX1F41CmQ7KqRk0J+Gu/wA8JPEXZT7Qz6uYxw9I r7Pe8384efbbWPNIjuIGt1kjRLcMwdaVIodlpU1y+OE8NvSdn9lSxae4m6O6SXWgIzM8MgQbngw2 H0+GYctN3Odj1Z5EKvlK90+N5/UVr23idarG3pozUPIB6MxGw/ZHscToiPqLDtDHMgV6SR7/ALHo Gr/m/paaSujiwWzmukMEKsweBY6cT2Wh3+EfjmRHBY8nn9P7P5Dk8Ti4hHc99sAl029acyR3rqK1 VTuB9AIH4ZICNVQd/HNGqMXo/wCVksKRahZjfWpIGNvcnYMoH2QO1GoT4/RlMsYBsPOdtgkxl/kw dwxeaW+0+8WRklS9ilFAQQ4krWpr95wAOzjGOSNbcJH2PYdA1e71iZr+F0XS+HpG2ZT6yzqQTVga FeJGReQ1WnjhHAfr530pPMLguxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2Kux V2Ksb8/eX7vW9D9G0obm3kE8cZNOdFZStTtX4tslE0XZdl6qOHLcuRFPJY/yr17XdQt/UtZLFrVw xup1ZF4qQSu+7V7ccyI5uEHzet/lzFggaIlxDkFXzr5C13TtGYzzQxx3Ei2/qRkuaMCxopC9QpGD HMXbDs3tTFky7AmhbHdO0+3sLVbeAfCN2Y9WY9zkpyMjZdhmzSyS4ixjztBILuC46xtHwHsykn8e WZOnOxDtuy5jhMetsk8tXMtzottJKauAULdyEYqCa+wzHyipF1mugI5SAz78tLSebzRFMlfTto5H lPajKUAP0tlE+Tz/AGzMDAQeZI/W9O1saHPDHYarJGFuWAhjd+DMwO3GhB75XTzOm8WJM8YPpRGm 6ZZabai1s4xFCCWpUkknqSTuTga82aWSXFI2UVi1OxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2Ku xV2KuxV2KuxV2KuxV2KpH5y8zxeXNFe/ZBLOzCK2iPRpGBIr7AAk5PHDiNORpsByz4XjF1+ZnnJp num1NoVWrcEVBGoG/wBniR9+Zgwx5U7waHEBySbWfzS8w+ddNl0+SVbVYKFRCOHqMK8ZHb4iCehC 7ZZ+XEDbk9lwxafMJ1Y8+5go1PWrO4Ia4lWRNirsWH3NUZbwRI5PfjDhyxsAEHuZj5fX/F0I08Wx nvCQGhTx7Op/ZHjXpmLMHGbDpdX/AIGeO6j3/oZZ5t/LJvLWgWFvb6g/CVilwyJRg1ORAfl3Y/y9 Blcctysh1Og7a/M5pSlEbcv7FL8unl0HWrG300sI7iaOK5jrX1VchSW7VANR4YMkuLcsu16z45Sn zAJHkm+sDzBe+eQl1HLNPFdfuLY8vT9ESbUXpwK9/pyAqnD0/gw0txIAMdz1uvvez5S8a7FXYq7F XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYqw/zSfNVr5jsdUh1GGz8r2qqdSErB RQOefIEVYupCpQ9fxvx8JiRXqcnGYcBBHq6MI/OHzv5f1LR7NNIn/SEsLmeQRGiqhBSj1+INXelO n0ZdgwyB32dh2ViImb2vZ5Lfagt5oNzLACGA4urdtxy/4XMuEakLdxngY7IPyfbSj17gikbAIhPc g1NMnnPRpxjqyGaC3lX99GrqN/jANPvzHDlY888f0yI9yzyf54udH1+QaEkcKmF0eUoCGqVJovTq o3OWZcFxuTianIdSamTIDzZ7D+aF9eRmz8yW0Wo6bIQZeK+lMlP20ZSFqPl9OYhwDo48dH4Z4sRM ZMu0m7/KzRITrVnfJcSKgaLlIJJRz2pHH8Pxb0O23tlJhMmnH1OXV5fRIUPdXzZV5X836P5kt5Zt PLq0BAmhlUK68q8SQCwoaHochPGY83WZ9PLEaknWQaHYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7 FXYq7FXYq7FXYq7FXYq7FUg89eWZPMnly40uGYQTuVkidqlOSGoDU3octw5OCVtmKfDK3mFp+Qmu QxSXB1C1N9IQjQj1PS4LUg+pw5cviO3D6cy5awHps5sNbEdNmYeXfye8s2Wky22q20V9d3JYzyDk qDmvHigqOn8xFcx56iRNhjl7QySOx2ebeafIureXLh0MDSaaCfQu41rHw7BqfYb2P0ZkQyCXvdtp 9VDIO49zF763vJ7C6S0jeSYROQIwWYADc7eA75bAixbkZDQS3y7ozWMTTT0+sSgAr/KvWnz8csy5 OLlyY44UqeY5JUsAEqFdwshHhQ5DHzc/RgGe63SLX63oYhkJQcyY3XqKGtfvxmakz1Bqb3L8v5fL nla6s9FuLiWXX9at4J5iYysaFkLLF1Yg7n+NMw8sZTHF0DyWtySyEkfTEl6bmK692KuxV2KuxV2K uxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxVTmuraBkWaZImkPGMOwUsfBa9cIBKqmBXz 9+bPn3VdR1670a1neDS7GRrd4oyV9WRDxkMlOoDAgDptXNxpMAjESPMsgGE6T5l1Xy9cfpDT7p7Z 4vicKTwYDs6dGB8DmTPGJiiFKZa7+aHmbzGDKty1hYzDaxtGMSU6EOVoz/7LKoaaMNuZb8YFWw+D 9P2U/q2zvdWhPxRO3I07gcjX6Rl5xxkOTfHX+HKjL5sr0nSNc1kIJ9PWDT5aF5pXH2a/sqByLeHT McYC5Wp7f02AWJcU+4fp6PY/J/5deQqRS2nrzm2pW0uWQqG/mKqq8qnfqRmBqPEgd3XR7enqQaNH r3s8k0jS5dQi1GS0he/gXhDdFFMiqa7BqVHU5i8Rqr2cfiNUqwXtrPNNDFIGltyFmUfskiowygQA T1a45IyJAO45q2QZuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KsX89Xvna1h sT5WtI7qR5it36gB4rQcerLRTvU9syMEcZvjKQwn80/y783695lh1DTYxdWrwpHxMqJ6BUnkKOVq pry+H32zJ0uohCNFQXo36RsfLmgWf6cv0RreCKGW5kJrLIiAMVG7MWIrsK5h8BnI8IYk0+aPPV7p LeadQu7K4M1lfXDzxTFHTeU82UhgKUZiPlm8wQlwAHmGPjRDH76Ce7sJY7VTK7LyASpJVfiY7dgo OWxNHds5jZbZW/oW0UPdRv8AM7n8chI2XJiKCdhVUBV+yNhlwDoJzMiSXoPliOSPRLcP1bkyj2Zi RkS6fUn1lkmg3slnq1tKhoC4SQeKOaEZRqICUCE6TKYZAR3pVrv5teZIfNc1tamK30+0uWtzC6Bu ao5QtI5+IVpX4SKe+X6fsnEcIJsyItwtX7QaiOoIjQhGRFd9bbnn8q+L0Lydq2palHPNdIPTbi6S hAlSw+zt9qgpmm1uGEKAel7N1M8oJkNmSZgu0dirsVdirsVdirsVdirsVdirsVdirsVdirsVdirs VdirsVdirsVdirxT89vMGtwava6XFNJb6abYTsI2KiV2dlbkV6hQo2ObTQ44mJPVIeQ6X5g1bV5p he3EtxDbgLaiVmf01JJ4ryJoD1zZmAjyaMqYsqsKMAR4HA0sn/LjzVb+WtZ9CSBHs9TBtng4qKyM P3fboT8Lex9hlGoweKOe4QcvhxJS/wA1flne317Jc6NeJawyMWFjJzWOOprRHUOxHgCPpy+IADTg 7cFfvI/JJrHyZq+mahXUb0sEIb0I2d0cVqKs4G30Zl4sIkLdP2t7SRAMMeP1fzpVt7q5/P5vStJ1 KO7h4UCSxgAoNhTpVfbKs2LhPk6nSawZhv8AV1Try+9jc6zBE1zEqxMJJSzqAAprQ1PU9MxdQJRx k0d3Y6OUJ5QOIbbndS/Mi08i2WsrctYvdancD17iGKYxwNy6PJQE8mp0QivU5LsyWonCrqA2G2/w /a4/b/5PDlB4TLJLcgGo79T+yu8pv5S/NS1vLu30u9s0sVk4xW0kJ/dA9EQqfsjsKHMbWdkmMTOJ 4u++bl9l+00MsxinHgvYVy8h5PQy6ggEgFugJ65paestvAl2KuxV2KuxV2KuxV2KuxV2KuxV2Kux V2KuxV2KuxV2KuxV2KuxVKPMvlXRPMVl9V1S1SfiG9CQ1V42YUqrKVYe4rvlmLLKBsK+X30oaVNN YGH0JLd2jlj7h1PE1r16Z0IlxC3FN9XYWKhp1tPeecdLgjFVgdLhj4LG3Nif+AplkfpLi6uVQN9z 17K3QKN1Z210nGZAwHQ9CPkcnCZjyasuCGQVIWkVzp1pBfRWiSSgTikpBAPFjQDYd6b5lxyyMTKh s6fJpYQyCAMvVz/FJ5aWVtZxelboEXqe5J8STmJOZkbLuMOGOMVEUxHzBHcQ63IZKmK4o0THpsoF B8qUzY6cgwHk8/2liIyEnqu0TTbvUtVtbO0DGeWRQGXqoB3f24jfDnyxhAylycfQ6eebNGEOZPy8 /g9k8w6Tq8+rtLFG0sb8fRZeigAbf5O+cvps0BCiafSdXp8kslgWGRw21+s8Ej3NYkhCTRU+1J/N yOYMpRogDq7OMJ2CTtX2ozKm52KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxVg /nn8rtP8xzG/tZRZaoQBJJTlHLQUHMDcHtyH3ZmafVmGx3DCULean8q9Si1L6lc6rp8LA0Z+crU/ 5JgA+zEZshqLjxCMnDlmxxlwmQtllx+W9j5Wt47u2ZrmeYeneXbAA1BqoVRXip+fXK9Nq/EJB2cP tTCQBIckpu9WsLRuM0oD/wAgqxHzA6ZsYYZS5B5zNq8eM1I7rLfXNMnk9NJgGPQMCtfpOGWCYF0x x6/DM0Cul02eTUor4A+hGvF2psH34ivvU/diMoEDHqs9LI5hk/hA+38fcjcpctMdA0WHVtThhuIF ntoj6kwdQygDp18TtlOoznHAkGi5Ok0sc2QCQEojc2zaXy9Z2OnXKaHaRWd3KoAeJQjEAgkc+vSt N81I1MpyHiEyAd7+RhihIYYxhI92zE7XW/Mdm8sE0zJ6MjKkbcXNBsak8upHjmyngxSogcw6nHqs 8CRI1RZ5p12bqxgnYBXlQMV9+9PbNPlhwyIegw5OOAPeicrbXYq7FXYq7FXYq7FXYq7FXYq7FXYq 7FXYq7FXYq7FXYq7FXYqgtRit5XtklujbusgeNA4QuR+zQ7n6Mtxki6FtGaMSRcq3+aSebxJNJbp BPHVCQ0HqojciRQ0JGZejoA2PscHtC5EAEe62K3fl3WYJj60NFY19csvp/FvUuTTNjDUwI2Lp8mi yxO4+PT5sl8weZdKsfLX1cXUU9wyJbAsQQW40Lb/ACJ+eYGn0s55bogc3aa3X48WCuIE1wvJLny+ JHaSCb7VTR99zv8AazpI6itiHhMvZ1m4n5/rWQ+W3qDNMAO4QV/E0/VhOpHQMYdmH+I/J6d5N1bS U0SfTL8IUhIKqw5NIrePclSvX5ZoNbhmcgnHq9p2XqMYwnHPp9qtFpnk+4noJriCp2RiAnyqVb8T kTlzxHIFtjp9NI85BlMNlaaXYS/UoQoRGfxLEAkVPU5r5TlkkOIu2jijigeAPMr7WJ0kN7cTv61a q4J5V60WnTN9jwgjhA2eUz6sx9cibTqz13StQjgutQsHMrKPVlV6F+OwYoKDenjmLPTzgSIy2c/D rMeWIlOO/v8A0J9Doou9Yg1i0ul+pgLwjAIKhF48AOgGYcs/DAwkPU7COm48oyxl6fxsyPMF2bsV dirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVYn530uRo/0ikvEqqxFabirH4gfpzY6D KL4adP2pgJHGD5MLvLpbe3luZSSEBZiTuT8z3JzawhxEAOizZRCJkeiW6Druoak00d1IXihobdCd o1Yn4V9tsv1GnjjojrzcHs/XZM5kJnYcvLyW+ard5dMDqK+i4dh/k0I/jh0kqn70drYzLFY6Fjul alJbSqjtWBjRgf2a9xmblxCQ83SaTVHHKj9LJyaAnrTfMB6AlS8mm4nmvbyT7MhVAfcVNB8gRktb QAiGjsYynKcz1pk+YDvmYeUrx57KSBzyNuQFJ/latB9FDms1kKlY6u50GQyiQejFfOXl/Tk1dCsZ SMx8xGDRKsxr+rpmw0WplwOm7T0OM5RttSBVVVQqiigUAHhlxLWBQoMv8kPKbe6Q/wB0rqU/1iDy /UM1mvAsO47MJ4SOjJswHaOxV2KuxV2KuxV2KuxV8oeeNV1ZvzU8wwtqN2tnaSTzi1iuHjDiGPmI 1AZdmI3470qRm++nTx4QOKXCLrlZq+R+F7XVutkScpsmhvV+THP8UapqOm3kiXd1Y3FiiyI8V1cF JFLRxcZPUlb4urfCPiJOWeEcWSIJ44zNbgbfVLao8um/INfi8cSfpMfM+Q730f8AkJd3V3+Wenz3 U0lxO0tzyllYu5pMwFWYk9M1faQAzGvJztKScYt6HmC5DsVdirsVdirsVdirsVdiqH1CxivrOW1l 2SQUqOoI3B+g5PHkMJAhrzYhkiYnq8w84eUdbh02RURZIi6AyqwApXuCQ34Zv9FrMZm8j2t2bm8I gCxYSnRNIGnQNyPKeWhkI6CnQDMnPm4z5OFodH4Md/qPNMXRHRkcBkYEMp3BB7ZQDTmyiCKPJjV9 5RYuXs5AFJ/u5K7fJhXM/HrP5wdHn7HN3jO3cWd6P+XmoTwQPfzxxRPGpdY6s5qoqNwAM1GbtKIJ 4Rb02l7FnKI8QgbdFtxog0ZhYonCCOvot/MtftV8fHDHP4vq6pOkGn9AHpHJSySGa+WdOktLJnmH GWchip6hR9kHNVqsolLbo7zRYTCFnmVfWtFh1OFVZvTmjr6clK9eoI8MhgznGfJnqdMMo7iGOJ5K 1IyUeWJY+7gsTT5UGZp10K5F1o7Nne5DKtN0630+1W3h6DdmPVmPUnNflyGZsu2w4RjjwhFZW2ux V2KuxV2KuxV2KuxV4X5u/KGO6866rr0d9qMczyfWCttYpcIVkQBk3lXmpBKspXcV2pXNiNePC8OU bHv+3yI6Hod3Flprnxg7rIvyKi1pJbEatcafDGQ0g/RkVqszCik1SX46FBUfZB6b1yOLWRhLi4ST /SkTXPlfv5862TPT8Qq6HkAHqvkDydH5Q8sW+hR3RvEt3kcTsgjJ9Vy9OILdK+OY+pz+LPiqm3Fj 4I0yLKGx2KuxV2KuxV2KuxV2KuxV2KofULKO9sprWTZZVpXwPUH6Dk8czCQIa82MTiYnq80vrG5s rhoLhCjr08CPEHuM32PIJiw8vlxSxyqSHybWmmgaLNqV2tVItYyDNJ2oP2R7nMfUZxCPm5Wk0xyy /o9Xo4AAoNgOgzRvTKc9tb3CcJ41kTwYA5KMjHkxlASFEWoW+k6bbvzit0VxuGpUj5VrkpZpnmWu GnhE2Ai8rbnYq7FXYq7FXYq7FXYq7FXYq7FXYqxLXPJF1qt9LcSXFiY3aqJNZSyMBxCfEy3UQY8R SvEbZaJQrcH5/sYkFC2/5eXtvLHLDdackkTJJG31Cc8WiPJCK3p+ycPFj/mn5/sWpd7L7CK/jtlW /uI7m5qeUsURhQiuwCF5SP8AgsrkRe2yQiMil2KuxV2KuxV2KuxV2KuxV2KuxVB6p+ifQ/3Jel6X 7PqU6/5Pevyy3Fx36LaM/h166rzSCL/AXqjjx5V25evx+nlt9+Zh/M1/Y6+P5O/+kmTWv1X0E+q8 PQp8Hp0409qbZgTu9+btIcNenl5KuRZuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2K uxV2KuxV2KuxV//Z + + + + + + uuid:65c11c31-b959-984a-9fab-c1268ea3a5b9 + xmp.did:F77F117407206811B8C1B7BFFBC1393E + xmp.did:0A80117407206811822ADF466086ECC8 + proof:pdf + + uuid:29a67abc-6f15-3040-8db2-1ce71e27e064 + xmp.id:9F0383100F20681195FE9945F8114438 + xmp.did:F77F117407206811B8C1B7BFFBC1393E + proof:pdf + + + + + converted + from application/x-indesign to application/pdf + Adobe InDesign CS6 (Macintosh) + / + 2016-02-09T14:39:42+01:00 + + + saved + xmp.iid:0A80117407206811822ADF466086ECC8 + 2016-02-09T14:42:08+01:00 + Adobe Illustrator CS6 (Macintosh) + / + + + + + + application/pdf + + + codeweekeu_logo_CMYK full knockout decomposed white text IAcs3 + + + + + Adobe PDF library 10.01 + False + + + 1 + True + False + + 299.999948 + 249.999900 + Millimeters + + + + Cyan + Magenta + Yellow + Black + + + + + + Groupe de nuances par défaut + 0 + + + + White ink + PROCESS + 100.000000 + CMYK + 0.000000 + 0.000000 + 0.000000 + 0.000000 + + + + + + + + + Document + + + + + + + + + + + + + + + + + + + + + + + + + endstream endobj 3 0 obj <> endobj 9 0 obj <>/Resources<>/Properties<>/XObject<>>>/Thumb 111 0 R/TrimBox[0.0 0.0 850.394 708.661]/Type/Page>> endobj 10 0 obj <>stream +Hˮ&G)_B `,,_⋨ϙ@Ȝ22##>ߥw+ݝ6wM?鮻]3{|ox"-~}^m]^Z9ߥkl6mU ß~Nz9x^5xނ=x>3x;r0tPvpxy k!/!/!/!/!"#B>"#B>B] GZ|Fg|EW|EW|EW|EW8#+B#;B#;B#AwkW~zW +m^n93;>lK+Zd`*Ư],=QBŠ(jUu*5P‡dOxNvcD/fhtϒi}k:Dp:<* ~Uef(SAbm|~{a)~ϔj26|N-2&F) 찓õxϊ'l{5]7_g୳7ġ AQjLpeVAv zCiZi"G"SB&'|:2[˼)>nGU3巈d6jMN] [h5jѝW/$"EϮҴ +2ӛ?@i ݤ{ _B3&E YB:<Բ} ,Kkp*^eb& +/+~4YnF7yQؑh8!2:iToQHA_ŗ i1D+3#F>j ɕWSOQPAEȅ PU V=jA1\&5Ǿ$u”)YoiptZT9_/և^T0G?|Ƌp@ 8 Yࡉ6Gl7T}IwirFCЯ9͹=6-`Cjrv+Glw(=](u8p+! kDhsQRITR` && +cMKPy;;YԉAqhbI΅CXh,U>zl +gОۻU&续,X͇bӬk*,؞kP$[嬴>}NiaNS`d4I-*ݲi6/f9ޡ~/ѳl5/,Z$D=$ V>Κ{/9,&,1dz:Tܹ2v'61PX2 )ܧ[E%p][{JH:䊲ZVOvI8/F?7Qt|Ù鐲Y4|.B lXI3BrBh87h~4[:*GBt gN +ߎ}د 5;g("mGgzڲkUwsbcH#Vk}m@TbW#yӍ"lro)_I5P HZeV? ׵KL{ҤЎ'OjIDm>tWo.k۞?*CBV}xVtŞ*gM@tﶼohVUpsl&pXo]%3.p/猏0 EiJ7-&08w}(%I0:b;g5P7c rVP1ʢ/4 ejU`Nir_-mE&p9v+;r"[Hڕ-ym5K1QtD0lƖ/X쳑H֪Ct5s6rLߜ9R&lV9i{~H5gB!>9rz iLNv`0 @Yyg=XMҶ#|]D=?*wv "`hmsoL~}N@7xj+>sسr{ݬ*_|nd cbD^5v4̶1]8gBj|p ΆfnANҋȝHcڭ%+^#+ ']=婖Q㞺Ƒt[,1m'JD'Y4?~J<|N6U x=0UI v[\=Ϛ!RjN_RwͶ(^Gu?U"X6|CcANʣh{eȎ%噪wzJ)cp\XUL]aA`՜l֒$4c)O&}TA=; aվg7=3;$>}.*,Xbv}^kLV"H\mړӗ5 +GZ&zϔ!5CcO}0I;hںmwz{ZAtP0RzqDӗy*-Y=nT@%n.T(}˶(rbG hi:`U*L߮eB+݊25US#:޿nZk4CD%T$5>Oݼ!q1JZQ!Wȡ!y^pbWjCW"x IY]匹Kȱޜб鑲)7f.C(zXt;]ae\=*̿1m&d=VsZ@)C[6+ec6^Pz`JEtqD WaRSx XH)0ļ7ziY?3,6-I#[EK1ұMʨ-WG$߶G/?Ƒj`CtVJ;z>wP"9L,`3=k$hjyvJN5 6̓(kdԧ4ɩ8^R(Mq3]sk/L Qv\;TVT#<{IXt9J~Øy"@˚T :d +QÉ$$>"M3fU=.p+el#&*& `:YA89I? U~"] Õ!cMFZNLsúVLG z9#T#b ġt=`9畩O5Lf_'EȲ6`-5yƔum5\\_n6"ΙҾ׹>V˱ۋgZ"CĨ|pM1e4@4'NyegUZa|TÎ m9IW_qR:&S`V.I +h1OX1k&Zsa>Tŝr;j/O_z!ҿ짟mh>z*1W$]v +k):@N5oh~;ڤ/WREMBiB ++ӫ:(N*A&̢KZ.b׺)w-!rajԌ.4r'-}: +I#ֱI+m$>wptkAnQx?A +]vQ2lmDjF;HO> 1?W:RÓ-9&m3*KszF Y 'gy+Ƃ;IQ -mOo։]I;ڄRd2jZ$ +[At04Div`6\cƭj08*v$V5tˬ̓fB!@u7X?Bgco)N\٥( +sZ۱iag9|`mA'ANBkی'/W ?cʤ`ۋv5? 쀂^}B6G7y =hס.rnBT>)ophM'rD9A>ӈ·ՙDMȽ!\5"sOX} +n +I}udӁ' N+Gs9#d)ukU>ZDOڼd{;i_E5 KE +Fӱ"粌ZQuOɞn/&vkJ Zdf3*zɦWA/4mћͿCK|8xeQԌ%~$f7sÓuPذ3A/K%|B՜4zڦ1ZTc׆|r&_Օݘ1-lZiV"Zˠh2jBס'E/pK葝T-ɑsjL22UvWK:ּ~]*ZZntZC#˝"%|JśLmUNܬ3O+>G*C*:WGLf|nd>'I21#/eɭ`p."]Uj/)kb\9V̎ 0VfCN໮7ӓS錱 d0<+$V[g_]zUYrdK $^A&݁Moÿv!MiW\!GO\ Tg?^l`rng]$r +-JpX0qi3g<:*+cNWh[1fE ͔\^XP: .S~LgmҎ&>>'fm_7U{pActz9xs6vLYem>8_ڠ.n4 Bg Un+ji09`K4uOJL;吾n"IsR^T%sVKR@L\;c/okIs?zpT4]Mu,u=  f_RxjhC՜c%G¹$\A*+D *(I𫂶/;ޖic9>Uh}OWia([Ď? ʕ /u4,0 +~B+u 2sA(H֖_" +EѥѪtUܬh >[p_ϴ`_4h6.lj'VSƌ2,~aUV3BNHp8qHo2~Mt]MoMajq^jk#Rpbuԣ/}͡ +bR͈Y)b7-5C3%ElFԴki /``V1Y?{ MF`dFƻ/%3F{ZV?VoMO'a{0N_$!Uf*}S!jL)nQI8ɺgN=ެUVvƫ\7i'ҬbخC.ok_5 gO$*𫿇Tdkm ?I|.^G$z1J0NaӣZ__r/mU=?||6 fmXtLW{k"}=>pYLDh_m|mEp֢`>4__8$/'l͍&rbM8jLV@չ#>ˢ6qi 9H;-f֏ױ\Ǘ sԏF2w+6WʇqZ #G)M +k5O# +&XŠhM D+ #[oNMo9"KfaV&K;@K3j=eR9P|cQ1-MS*h_F_Q@xGFKpD5\ + ntH0TdSitQ-%:u`({xX긊oyV:O?l2*VzxKxK:banMuì7C(EÔ$G6cԅYOi:1껊!WK$r"YESو$t20g:i/+6'#Q#eoT=L0QBI}$Y Z퍧ų8|tj2*eڣT&MΎq=~j mѢ%\xi mPO;\^qjV>KHncaj Sl;`|'ފ$򚳼Z_hix A]0dmft}*\z 6IIAS 'Muʬkc7Z㱾vjRGȢLE\-!iuX?S< FXVQdmcn ?KqɕWuQǖ)bS}id=8}҄=4s_7н]iCm˒/.EFPe}t_?7n4H} T0qbqL\4?#OҳNCx5eZP.AY긴8vSDb:2s Q؍׸ a7 ="=l)Xon"s9ivAttheo)WϙTz%V7D ߧ{, ^-dK¦7/ qb/'lj|Bs t >ϥ#ٓKo}5z_KDT)n]@/fxL/SB ILNQsÑ 3'{Xy-.B-Cïc-p{:li5g(cޙY/2v6\aZ켵6H$M l0G'OM P[˩KEۜ>fFݭ&#nE iX =Q:cn]1܈0Z!^H5Aq}?D6 x|iw fyϢ^"j,N c Xmk<]e{XN$|[Mt|Ɋ8&>dc:K?'tq,Ffg‘j, +lv- +[:NibAazg= Ps`IVrctgy3Jmq]GL=Տ={#}WlmN(G/fUs<;7SGJn%DTö,lZuN!WGVkSGJeȄEb;'u2F2T@9ƶ 'd(Fɀp)3mj^Bů!-V=lP\[ ҏ\ݣfF(\E4X:acWwefw̭6ř'+pj`/}\f +`](\tfjkb[85\z@ q ?ߊuO'l< +tZ7yi 3J3~Zs8ft/Y%[6#C߉_:]TC(>ÙW|k23݋~@sq2={Y}kUL8tfY@Q]G&=f 1'9̶poM'kYzv͠@ۖO[ !gZB[cJy!!2oc-aF33E p0/ +=1-qe +Rz +HֵꗽP,%Wgt"M֬q)تvrDH :m* [l$.^LhQd% H쩪NJҙF2ŨKN>!Nd娯f rXnE63@LG \AF;⠂:^2KRV_'YIeߪ@ cC>LkFM;ֱ}/m$ce6Q# +O79E/=JcX%oa Id'*c N=tF Zsj +׶/R̫59i[4Wb2' %ǿ=+1JFJ]p-Y% s]%3AB`wg f*ii4>&"ip;>eDvO*{wߖ\L"{{jWb^MڧOw>7%2T9 צ82NgkŞ{4g<6u,hZzy(=Z1ݭN=ζ]Xܒ%0"q4- J}g^:-/Kb+ZB)[ƊiMLǝiSIN[ۉvՓ? t?udEZvf|3S !vi<;d^l̃@60!~@'ДZC;&pf\ZńAv +{9(l1S>HI]&Gq2 au`uKAm*10Y ԜtP39\VYA乾::V3W1嵻tOk,(թe5Uc*p:RqptiSV-E 8_M 9څr7&G;Brx7mTZ80[,d]z[)irrn"H 3-ݒ=?ɑ-K$T+RxKFp)Yj>Zsqvj$Ta]_ŋAU~}w"h3Ďc@j0ME(?>w3mHqeIkoҙL^0Q=FSgN"WΖEYKZs&Ѓ/Ǯ6M7*gHぶCUJg8HHK %t51 nhƎ@Jj3z5ՑoB`d [i|ﶬh Ӯ4ϸG'yvgR9JPxGP ++ ӐXf= +\@掄i6KĚ<7=a T!G~Ƨ + 0lc.3 ?%:颠1팺M.GӉSжfZX"m12z%>d\Ŧx0prW)c^aːjSzk5ےC5DFI$&{emM/&5qLnG~Sm&~nM4zćm tRlTj_+&;g,Nn +)3¾/LSgӧ,\4|fu <*+<=(5-Mg'}X)}a"W»A<,eKkk* Tfh PBQEls\M1x8u^ik[^U Bn\tMKc"-&.jf4;L^iy^YZEyE+q!W~XH2@\]iouU'nFyST6S5+IMse~ У@;S m0J4qðtZ![IKЬ2{'CݗxbZ۟! t=q0x|کWP4{[vofd C.uE.-jzᅯ~Γ. +hI.DQSUm>WBtLԾnӆs[χvP7)LmO>Y$^\Sľ2>ri۸gr>DuCVȀqЛюGçQ$C3= (t= $QC9#]ezc MvS3N_aN~ ժ%^s8vP)ܿO`!SX$ aݥqMg!a""#|0I]j@ò1=E?-j)s)jۻURiJdU_sP!bHj،W'pN=KG#Q \A:"]YO+:I*fH[C0}=gx1ؓR+n3lvQRڶ ]7pU*_j6]ej̫ B1q͗;72kUR+[@-S\`jyJy~l|YQ2r~@#ݚ\'~%wBs i 4ԓ(ԢG/EõYn_ 7dketrb_,T!I!VOڪ=CPt{l/v5 膙KK\=HзRk!P' |ڬWFECaY=i,H"&G,k.#\ 򥵞UYy2LxLܤD]@", c_B`IBd)ީ쀠ť6Ol&0)狡'HQ3y[OU*'(kꞑZU0 Ƌ![BeWS +b8*T$n@-9BU?iy}ªt .OiR{VrePrfv|V^\@EЩLi50mA1`0zBLwXZm2-emNP}\I>8lԁT˛ +$,jQעj3w/jk}gm Z2$tVCps`̐Z* YΜjx|P +zuj7Q;Qi7O*%Vua]&닾vr`v`!E qmM]3һaťw*uF+PWj/zn]Lo{ߒYa(|j@bRl/z6/Tn穊Hm78k:I'G &fu:[Exuf:*P(/$q^/ +zMf x1YU+dE#+Bz5s3By[HrG>a@L6HMHDQc$C '9SB!17qO>?G _@T=[ Gyk !tΌwR8u uV[* "z ƥK8Ć^7]MC+lN7"q̴HqޡqWE+ mvu{K>N8_Ue|≮ˎ$dkkHc^E^BoJ2ai9 6uˢ zMlzbC !F^U N$>MA cɓt=jrfzc?-WGUys@P#'uHff3FSp)msruy|8b/^& SY-zZ%5Bq -S hJ:AYT`dXLARnuj{gcP:\9R(i22^-;7mx I5;i2ʇnk0 8a$tu@K +w(p\[g{ZTUGTӈ$IL?Ǖ+N"M?~hetv*-u@5i>߇SYLg_H[:v MITび:C S~ +Ql)rVCK+ O MTe9lZ [ꪞ?pzNe> #(tyQM/f- +']̕7룬'$a@?cQcD*EY"}';$&%!iT+6exi=3>XZ6yY(nۮ8au~S?]5GZUbҝ.ӂCO|u+s$@bO:(X6E 1'$QgA93fۮU^RޕY@K2%~pyL $՘4\Hˉ; ~*q:bcQ>\EGoM"5AooMW:lGvV4ڢͶBA`sTǧ~w߂(W.Z:QWŸy>LZس@š+i:W26F^#^$#Wț%g5GvbSsxBe%Sļ(¶޸wYjw}9:FY\F\zͥ<'qܙš5^}Re#G +,iRB ͇9-(G9Q?GKct}4*N3!^; 5a F] , RG6]|XEi1Y0أ^N_6^@ki^W ̩[xbRVjh{Y[ugpʛ@pK4numg4T|ؚV-Beu{e:"F^! aJOc=W`VYaAڞݣ$]@QPM` Y{J6*9Ď6sԀ!#a.:['ŏ ^#~#JS(U,k9iXDZVAJ33XwcΜlsg/flaՖ?2׿y:hSĩ!Ӻ(͵`oշe#mtXQ/'-Yo.[a$iW`A@'v;oެS'4 o&oEZ.( 'm +w_8_(bQ 3d}?mfH@3Ϧ`efQȼO шP&h]WحLr=#Ofya9{OF,+"} +s"JcM'b⣗FI +Hb_R+n +7e[hr +uwerS#ӄD)sܧ6* u[tJS1ŧ̯+qb$h^J)} ežMۇd·krj)=l~.:g^ +}ּQ {#F5L͋3B5-dlVV=PuV[?]H" mZ"%Qg ̂fc6r#ۈzu +@S*N2>9CH-$}*ADnުin 9ӒwignRQe6 f=q9Ϳib@: +r֝)in˵2 WUڮTOfFzP܂bBB Z5՞=8vYpH%~Whjqέ%926 Yسy鳒f +658γN1 +Ʃcm*3$cU^'w{bc7j 8\_@?m1F̮!Gv6-&L"3ټSؑ<[+9>jIv[grdV}VZr,!Z"iLl.I5Q v{MwQ.ެqe՗=|vyvC|ʐDz"sp<jẋ'*Mag96=?.M)<r9)$hU*6[l+3,N+1 !P1wH?~?Њ2CaS{B[=<8B@^3R"1y (T\ej'rP +14@HtχAA6l4pM+6T$QDk D`iޖSRFvHe^ҐL}4((#QyE+-n(`5;;^@٧<Ʌj5qUMǏ U:vA!=84m;携Zwgd™;Ȼua_à9t-xeq#HU8^e=ClsaFClp5`4?$Ij}m:/GG$xtydf,n;hC?['fnX ++5BtQߚw39<hCm4u3xt_?~'"E +-zyt4c?99p k&yE͆4~НMRǟk{ܻ+"kB>=ąD ELE v"DS^} 51ͱQ#m|pSdq_ȓ]@?RJ +S{Ė#&_k>w=Ws 2u|!-gg'!NN^-X(p0 nJ+Ǩ}(%,4QG ^e+$y#BᅟpkvawɆ7'0<Ԯr*/=c0>cνrd#LV+>gae+K \p]>N.ƴ6B.cp yO?Pѣ7pC]K62w+ ++`Є?"Pe8`9&)zQS.K䧧cE܀дJ4IOWxwb564w$M7}@;8N!գ1hF:2+﵉h S_3#22X{ۅ\M8reц,xT=]TSLeSΘ<2+%hީm U^Sܤ.;bW/u <,~!Uq} ԄU:)U# J=/4VypL3n@r-Y^&TH\| K>Uұ "] LjHk1";1n1iqhqZ^jq?kq}7)n)-_xޔ7)qVeBF1S&r8?pU_ utu_tWe>;Sī[y?D,79lr ^3+^UaօXyUJW^}˫+ʝVjqkŗ'^b}u8ʫrU#xĚ/+⋁3X +B,( +->~-ap{y~R&;^bhp J#) 5f7xt@@&.15b{Rxb'= زׁ=PX̍ᘡޘf-dlfLv =fbܽ f~/ Go:!b+<ݼfX9d( K)b\_hʡ/ vJc‹hf:󸏦E,\$@W* +Ll +ʴG^sLJuTS),P"!!6š5gOl1h٘z9^D)gG#v?IqN2B⨰#'iPF^33$oqwzѡM9\ISJ C@ WD,݁HM8<-6-rkB$uD`B饧),X%, hc˟7:y=7()$ + J-6Մ5=2tz{1% zMPXf.D* DdsF1t*&k`{7w vq8r`WKǽRDIde<,0NoH0=Sq+=:JdqeV.(kK h׻ah!6B%HA@7M)^^D,PMd{J0\D0oNt'TѨ[Y kU%Am9 wԎ qέWSry.u4&,C&HIE.~/\;78 ' 9Pĵ_:70 V{+tO3wGAyA9(u'*p{u:0Z+Gms'|E"-mr+5%|p+ZV[|aFs -G9Ef4߫`*sH)tܭp} gR!U%A)cph8wqʌIoT8XЄU[gj)9gK/ ~A<6mc_^L ғU]no*E{ꅢtvtQb Vw8| d<"!*>+z닲kDJjwlK~Y`:KV}=>>!y_,DZ)ɊϜk6SB馛%kr,1UY1 ,godnnx* +b=MW!H]#;R Q$AqtMXϥۣ?!Y9Nt?mr|V\d_o|la$¶16玲(.`R@\u5E C<#]+XzN(ֽV1r9᠗6sǐ>f? +۔ +.HPF;p`nI'DL:#8!]dg1-zm[߄1x9&u6>+D@ a}DpV&mSG$ÀJ`;B4®toDY%t,1sqL>cWN_;B'JbJxQ4t4k ݺa|vYQz؅FPMFS= "E0c@ʤudj{h~Ⱥ!ɕڢ -*Nz,oYCQiI+xze <: k64"u(v{ъ wI{3_ź2 * _9 +</ؗБsW<d(㐕.- WQWt(Өqa[LE@yNg7Wh^4W#t!9,h<9{yK3#6~C~!gH$1eŵzA Yr}QaW@f%%Byԑoun6_+3e|?Aq[V T[ k{W 8n +=yHd@@Me4pJ(CGDz +䍄̖[$&y^2GQ((Uz}&wOcqɲ8uTt Ayg⌽ڍ4kƹĦ$}ppzUaV׈7dv҉LwtQ\U݂&h q3=DxtܰZ`X3dU/>Q ;$X<b,BcOZ?ߒiU݋U>![~l:E۱`2xDa$&ed~XJ)a}Y|EM}H/K/ +Ui+~?b,e7mv>HA]xf]FMPw6.n39շ#Q)O-tzSqt*]_uM01u-Gĩ" K#n4Ê<О"G8X+ȹkuxT=?cI\ǴlG#!{l| 4tk2mെ xJgA_y+)УG MybVX֭jw/|NÐraWQ[,MPC D??n߇n!lcGFQ~BŦW96*J;O%O<ӺeCU0V]{Y, :#2n[@pOMP.s DCp=$K( Srn6+lr +S@ͱuE2 c̀[JӅ]kX}3bsyhCyĥ7xO6p{ ϑGA뾨rs NrO3G>Qs}p6 hVvai*vEy7!q. +a~')LB&+sTx˨VoUCS%V)(pZُ]{GPL3 Vƞ ꍃ!ZvJ^\4Yt:y_f::d^xgKg9fX(zxqW^g+u}pWqGb+Y58+3jϪ:+*X+D/nF4η/{Xl5C OaS A|Ji}EDŽNK"&#Ȏ94,kk|LйĦ`}9Ԛm;4_)}j@f^E]U2M 9sU=1r k{?>Kb 2?o zQ܀U>"@Pz'-iޓXᐅ iPRNڴ—66́ݍxz "0#Q>/!=MPg)vZ^G] |[j6o׌qÓk=J9փ}lE`T8Go*f 2;_9}%)i4~dYdȜ@Y:5rL,zr-TEL=V#~ހC^֮B7hY/8Tf;3#P f&6KfO+֎m<4Ub.JlFmn.6Y&#EPDG[&X<Y'q J# 8KP'tЈꞃ!,^ xz_?ʮ9'""A_2$?ӯaHz;%?Lv|P9Ta7GZHc x4y?l. Uۛ6kiM[a˼Pv1^R [ !{ +1lcEH%Fq9L)'T{{ic(ѵ>! +/o.*E.JhhXty9sMP( 2X<<\iҗ{VX}:Q8)(= Ԛⶲe\cp<7u^dĢAxE~y ( qwϺ"cڐD4.QC^`@w:>Վh&Vho$9r# +~r_^t 3^D&/$$rR0nr4]$^ru`-@T~7٭s0[w=}nȪ6I[ +p6-p6Yzp:b V֐!g$A 6`Eo.DJs+؃ޢW{5CgRpN3N~%goE7ĆaiR|=eEeF\6$W$+];Cm`ށˬ,φqS;D>+T\Ug +c0]baS쳢okD6b <$U_dbib` ?DgЀj&< +eM&̸SLnT[Yah=1i ;( +P.o 0>7a=4ܽJ{&^{y6ٙuĩ-7ڨrLiS).C[|)F)m?b`ڑOBy׽2Us]0vcĵ;!3i܆aS'wpDi׫ce["bbgu`^j".SI:_fʪ#VҊN:"0r*qbP9)] ۙ7=.TaO#"ks*UveH hRXYjHeQr-mj#tՎăf˜]l_Sg{< k;% H<}cyLD6-)re=L[H?&ժ*<FRI|;kbW=iވ ^T(@∕%ck=r0@A4쾙I»KhC6@0ȁi/Y"BY~[ĭ?iC՚cE`їVł{a6:pkeI!ie1vߺ7XG/\[6A);V\Fwf}͚o_ǽ7;vжEluY +24~\_aL6NԼiaV%BYVY"6k3@4lNx ?+A%$mBOK0<c1{9fiƣ^B r?^/+8ri^IH-ya(gn!X58Д"L}\nym;e{Y`PaFh(mƛ=u0% R  ]G?W'LbhM&!pghǏ8?.:6Q^Q.C8§ϵePmI<|@ӹ'cyxx4i%iS c#Y6ӶΚ0:y{q$;oLЉLy7Bvׁ h&];'ύ2ŁvDʪL~f߫uJEaqN" 3XMa j2ڡXG86 1`nNE"Fx% "m|tS?afe : +u4{z8Lifs¤/:yv0ŋ6] G oiӼ! ʂ#1G{GE}s?"ΪGZQ68d##4Y:?ALwg,AH8з갃ώV0ySl_D5ENkh4/;>jsi}1?B/Snxw)PdGb'̳: hL8tq`{}=]J_2\Pk1]`1f{zuv"OEq=7(s.d<7 cQ*,R^^(1ކ\Xи[eAu˴5"o6 {!D6mv9D2{`w)5vkdc#'.Kb@H) %')J5>R%:VYxN]ѕ\-ǎV lAbO +Sy!PF mْY 12ַ$%(t +8k.:O!B[GLR$N3F@x( fL˃L0DGP6 9|'νS: cnY58 \YE5̗Ѧp?*uH֋i q[EoN.>> >W1:T`e `٤ w[Ds+nUJuHL H\W60Ո~LC);-ɤ6lg erʶmY +igt[*5;Ja($ȮVulPKK}K{ȑ#^@:g#0}C,3d, Y 4T]4fgx;|̳{)98!*Yhphڰ]A 8=+E +&[dY&kIJ;A\v{N$닁 ?z lieTPp$J @]0G7ѡ')ޏFatRy]ƨ$Z(^\$2fl;;CLTܱyF $Idcw[ͺϧSjh|Gh +ɐb *+G£x.[v Q+4F:A瑒mÕ$jy7f%\.!XmG#,@{lۊ֑\MN2lT]PhiǃdKj^pq9/nbQ ?xnӡgq w|χ\@"Łi>A5/k9T M6BQ7d; +IgU [(UHTlVt?Jhض.TʠR1x7!٤=d99b7ًpLՊwI4J͋f?a)5e'q%v@)J]ܪiv}=H\s+$n6Yvo)wbvy[VMqLU;,EHjRl[6Zzua:z\JR]Tj_Xݍ;UKrIӡ9V딐̓?%n 8YN :#yg @R%Rt +92]뗖&`Ճ,TɉԬWef8 6^J|6=WXȑhN*Cr%UX.y +ci"UJh+$Q7Z8ld< TũJ-$ DqRK:i|5;?%yA o{lE׉-+AAf5õC|v؊ |v2&^4C܉IKLoi /+Gi}iCJ꽶Sr^-ݝΟ?M`x&S& b@\+Gj+Z]%PGg41m:[U@FIr.)*C]"H-2?HGqڲ=RH/$mdOePLBյ42OhiK$B:}Ɇl})~jIp U:_jFրQTm ztP!XW`$znR}l<]if+~n[m3RaT|}Sfu6$:eze 3a3L~ RSS溅Y֛0-.K>œ/ +sa30gĘ, bLOݑjy=l8Zsl߇ 4zs¬00*S\qyܢ(?%$x(H3f~v r=W|[2>%%3ggJm%9 uFW](ڏCVV gӮltQu w¥cs&~=Ү=@TRHל oR'姄@K&<9F FmNF+ːbr3k:c3lj0qn4Nj+B*I[ǁw\8S[H_p4Yփ&8A. ܡq>! Y=RӁ1U# UPCt,gDۊw8`П;X_;r:ja˰:J%[`.vcvD巄dK 汬!_Q"ڔWNl 쭫z+{]YWsQHS ;ITd<pc=Q(OTv>4XȋtD؅3]#٨ U٨tOinRziRM[} +(gT7&^|b]Q+ w~C?"S\B.)l\"nOUJg)Ulwuڀ,*+Ɛū3!;L;ILE-:U5&Ey>p栙:5O\BsP9i p9//SҜ$K+C( z:3ia2Y0̆8l b 놔]Lg%fX@1Ѥc\E0Q"֧5`0 +Ԑ&-Ћ/T7"sNl!3`Xš$S?A|c״?9ӝ_H N/( ؊?!Ee#RG. +!(I&GuÜ]\ZA|`vM)K=^OFj+{xBA9] g?t2nJb |$Ⱦ>RLREeK Y4Sdm@89,S?y..u=[~5/-*՛_ZCױ" V%^c\\saj,Z# ɢX>&dxh#IMFhHV,58lţJcȁzgvoij܇‘0W~a9E6XbzV,e{]"Rs…2RQ*I:d32<`ĒւZ{EۿX!?8^{эFUpR?8\jQfpg뽞0(^1Vp]4:^ξ>rxEGӌ>~KĈ}L~H`kjN k+ȷ` fDšW_KRјfcId1y4?te7NHU3E 2eH06oگ˸Lm[ͨCH\Xk7:j<>x~g%'/кMda'11E/* R75S}'_V J2RR[ +cޕ+&˙]I9zn.?27Ć՜[T sNUa2+ܦ'G0y.s(sZk8Gg*78 +_՚袿6ejsFTk*|8" ?5\4_FEw9EDM \@{T!= ʁ'b_: RZmjPb .·hy>|}ǡYL +u[+PE:ϊ)B$eո_}SH7U&v=wEgEgE]WEgEwEwE?V8%oe7nIK_;Cj#&A"nlI2ZT%fI()w$GI,)%%QRKDIYReTJkIYR5JJdL+I5M͒KIQDEMQeRTUnzmN2gSٟ kWZr !ͽ (beWI*x-,7NpkߎJӮJ҉lj%O)9l>>!f1#ҥviݽlBM) ]aK1Pb +eZ]LQrEb@й{z=i?q .4Rrvw1{s qBϡGL7g-\Oisd>¾Ncq .fiҸSPH`Dc<$%'s\'[K xY׼Le \Sl,+b@)7b%/}^jTc>&S?$1Y1 }L>&dNJjq3y\ؑ`P~q`B>4xѨ $ᐊa1@Fz`j̘!WS-#Vs:p`g֍Q#V O9J`e}:".X&ߞt+Q#h~?0[ddn}-s|梌bQn'FZLG0i5淗r˗ӏ? x endstream endobj 11 0 obj <> endobj 111 0 obj <>stream +8;Y!F0lQ&B(l%@YY%'!^K=Gs%X)P]$\lhs/0l/uc(_B2>-\A1S> +6,?W11k4]Fn!bI>SPE=.p\DPNGRR>lH01N_7-jl\:>Mo2)iU\t`uG5Q3.T&uWNVug +A/d:f'QWhaZ(KCj+4p-/@B=nUR4V"KZdI! +e)AYVNk/q*88<:r#R7O_GX9]-XIpf6C!ehd'j^/R\Bmp%['j8j5FT/dD:3#bULY"' +GGdN33`r6t6lX;p4+jIh9cl1Aoa7Qo@VT=FFS\$^MMs!c2oClg4YY9D=kDt(CV0@B +0Ouc/9."B/BOdrP9/XDJD":;0Qine`(pWso7_G!6RfpFPX,Z>Wg=.'RWm>jWB#@RW +/IoTBGcAg1W]o0/XXi\ojao0hXX94Bq8m/?S#^A-BJ6Wq3a^k+"lg +T/"j2PWY%&l!2$HUR#BF_,1+OJZ3l,+Z(K^.9m;qYUeGhh6A%.5)O0k^1oS>b/'6"i8i'C[RV31o^ec@<:#Xi% +k#1.`a=?f0)U^WkCFDq9L2-8&]8Bfj-(hYPh,Q8bJAqJ;17rHXn'-QHHqX; +;#e)om?mfg'X)Oi"#bF3&[n]d6^9$I-_7.g`rbG/]RT*Ws'&K88F0"'A+F1OotS$2 +Mo+8^E`Ba5PWC=P?+-rZ7JU1@G$'I1U0-h5SaE3dX/sD7D3[73c\ptfdab'o(5jY0 +]:J+mH\XgT?< +J(eM-"5,T-0VtsI0;^O +=V-,e6lEN&?k/rZ;Og2/fAK;Fqa?a/2gJKR=R-2G76qVP&6&'0D_%nQfbd[.8,A;1 +-4>F/j=1E:E^oMU8*N!87Zh+'>61fooM-_T'RYaTU+_)*L%/c#"%mj;Ba>V&^=nI2 +d5"oqi^)be4_60q.?!5j#?.R?KU0SU2fK4)`iE"OJhRUccjbWc._(AW;BI>e;\2[Z +0V!lK)iPu;'YS:b;?[o^P8As+R)\"()c+t:1F@]FA7p!*_%_4UdF_Asg)9a=8H9s3 +OmBPak[&rDLqM+H9LEIN%n(&k->jf`]kd)jSH`V=*&>uU7*0`n_%0=J34_Ef\jN&9 +HJf2OaeTNPKJ@NsKrBRk36%.,)\n*/@.ItsGd*s!K\GKCO.tqnFI=Pi2J^V.*Ms`7 +>Ve6=1T;X8M3tdbOg7Z:SBRe5%+.',>\+8>(lkP6:^G$:YpF>L.c*[]Buj6e23=7f +0#OL1jnSO=lP]+ZU\%@l[5!?3#0%J(RkJDGj#bR$."#mU%*Wl=,eD@V'?\1+0Yn&S +`!>&1Ukj"W:Xm;f);U2rC%K$ggjp/SJ=m_2@Jf$,5U;T>Ae]O*hqQ +fMCsb_"$N2=jkO7LV]!+VZN6!]@rGLcOfn)e+N6U3.AFIlLe+a9>?ZB0VOnIlMZq8 +jnS*8o%R_IK]INPdpFAZ@)DltRUW^40cc=A-'9Wg1*]P8[`&&V`i%\j.ftoY=Um*i +J_`Z"Qi-Y`P$\dbDcE&MdJlHr)dXFUQQ8E6\b\j]fh^DLY:oguD]aX1A;U3F^[j*O +]q4*ZQhc,%])ETJeQlC=~> endstream endobj 112 0 obj [/Indexed/DeviceRGB 255 113 0 R] endobj 113 0 obj <>stream +8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0 +b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup` +E1r!/,*0[*9.aFIR2&b-C#soRZ7Dl%MLY\.?d>Mn +6%Q2oYfNRF$$+ON<+]RUJmC0InDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j$XKrcYp0n+Xl_nU*O( +l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~> endstream endobj 15 0 obj <>/Subtype/Form>>stream + endstream endobj 16 0 obj <>/Subtype/Form>>stream + endstream endobj 17 0 obj <>/Subtype/Form>>stream + endstream endobj 18 0 obj <>/Subtype/Form>>stream + endstream endobj 19 0 obj <>/Subtype/Form>>stream + endstream endobj 20 0 obj <>/Subtype/Form>>stream + endstream endobj 21 0 obj <>/Subtype/Form>>stream + endstream endobj 22 0 obj <>/Subtype/Form>>stream + endstream endobj 23 0 obj <>/Subtype/Form>>stream + endstream endobj 24 0 obj <>/Subtype/Form>>stream + endstream endobj 25 0 obj <>/Subtype/Form>>stream + endstream endobj 26 0 obj <>/Subtype/Form>>stream + endstream endobj 27 0 obj <>/Subtype/Form>>stream + endstream endobj 28 0 obj <>/Subtype/Form>>stream + endstream endobj 29 0 obj <>/Subtype/Form>>stream + endstream endobj 30 0 obj <>/Subtype/Form>>stream + endstream endobj 31 0 obj <>/Subtype/Form>>stream + endstream endobj 32 0 obj <>/Subtype/Form>>stream + endstream endobj 33 0 obj <>/Subtype/Form>>stream + endstream endobj 34 0 obj <>/Subtype/Form>>stream + endstream endobj 35 0 obj <>/Subtype/Form>>stream + endstream endobj 36 0 obj <>/Subtype/Form>>stream + endstream endobj 37 0 obj <>/Subtype/Form>>stream + endstream endobj 38 0 obj <>/Subtype/Form>>stream + endstream endobj 39 0 obj <>/Subtype/Form>>stream + endstream endobj 40 0 obj <>/Subtype/Form>>stream + endstream endobj 41 0 obj <>/Subtype/Form>>stream + endstream endobj 42 0 obj <>/Subtype/Form>>stream + endstream endobj 43 0 obj <>/Subtype/Form>>stream + endstream endobj 44 0 obj <>/Subtype/Form>>stream + endstream endobj 45 0 obj <>/Subtype/Form>>stream + endstream endobj 46 0 obj <>/Subtype/Form>>stream + endstream endobj 47 0 obj <>/Subtype/Form>>stream + endstream endobj 48 0 obj <>/Subtype/Form>>stream + endstream endobj 49 0 obj <>/Subtype/Form>>stream + endstream endobj 50 0 obj <>/Subtype/Form>>stream + endstream endobj 51 0 obj <>/Subtype/Form>>stream + endstream endobj 52 0 obj <>/Subtype/Form>>stream + endstream endobj 53 0 obj <>/Subtype/Form>>stream + endstream endobj 54 0 obj <>/Subtype/Form>>stream + endstream endobj 55 0 obj <>/Subtype/Form>>stream + endstream endobj 56 0 obj <>/Subtype/Form>>stream + endstream endobj 57 0 obj <>/Subtype/Form>>stream + endstream endobj 58 0 obj <>/Subtype/Form>>stream + endstream endobj 59 0 obj <>/Subtype/Form>>stream + endstream endobj 60 0 obj <>/Subtype/Form>>stream + endstream endobj 61 0 obj <>/Subtype/Form>>stream + endstream endobj 62 0 obj <>/Subtype/Form>>stream + endstream endobj 63 0 obj <>/Subtype/Form>>stream + endstream endobj 64 0 obj <>/Subtype/Form>>stream + endstream endobj 65 0 obj <>/Subtype/Form>>stream + endstream endobj 66 0 obj <>/Subtype/Form>>stream + endstream endobj 67 0 obj <>/Subtype/Form>>stream + endstream endobj 68 0 obj <>/Subtype/Form>>stream + endstream endobj 69 0 obj <>/Subtype/Form>>stream + endstream endobj 70 0 obj <>/Subtype/Form>>stream + endstream endobj 71 0 obj <>/Subtype/Form>>stream + endstream endobj 72 0 obj <>/Subtype/Form>>stream + endstream endobj 73 0 obj <>/Subtype/Form>>stream + endstream endobj 74 0 obj <>/Subtype/Form>>stream + endstream endobj 75 0 obj <>/Subtype/Form>>stream + endstream endobj 76 0 obj <>/Subtype/Form>>stream + endstream endobj 77 0 obj <>/Subtype/Form>>stream + endstream endobj 78 0 obj <>/Subtype/Form>>stream + endstream endobj 79 0 obj <>/Subtype/Form>>stream + endstream endobj 80 0 obj <>/Subtype/Form>>stream + endstream endobj 81 0 obj <>/Subtype/Form>>stream + endstream endobj 82 0 obj <>/Subtype/Form>>stream + endstream endobj 83 0 obj <>/Subtype/Form>>stream + endstream endobj 84 0 obj <>/Subtype/Form>>stream + endstream endobj 85 0 obj <>/Subtype/Form>>stream + endstream endobj 86 0 obj <>/Subtype/Form>>stream + endstream endobj 87 0 obj <>/Subtype/Form>>stream + endstream endobj 88 0 obj <>/Subtype/Form>>stream + endstream endobj 89 0 obj <>/Subtype/Form>>stream + endstream endobj 90 0 obj <>/Subtype/Form>>stream + endstream endobj 91 0 obj <>/Subtype/Form>>stream + endstream endobj 92 0 obj <>/Subtype/Form>>stream + endstream endobj 93 0 obj <>/Subtype/Form>>stream + endstream endobj 94 0 obj <>/Subtype/Form>>stream + endstream endobj 95 0 obj <>/Subtype/Form>>stream + endstream endobj 96 0 obj <>/Subtype/Form>>stream + endstream endobj 97 0 obj <>/Subtype/Form>>stream + endstream endobj 98 0 obj <>/Subtype/Form>>stream + endstream endobj 99 0 obj <>/Subtype/Form>>stream + endstream endobj 100 0 obj <>/Subtype/Form>>stream + endstream endobj 101 0 obj <>/Subtype/Form>>stream + endstream endobj 102 0 obj <>/Subtype/Form>>stream + endstream endobj 103 0 obj <>/Subtype/Form>>stream + endstream endobj 104 0 obj <>/Subtype/Form>>stream + endstream endobj 105 0 obj <>/Subtype/Form>>stream + endstream endobj 106 0 obj <>/Subtype/Form>>stream + endstream endobj 107 0 obj <>/Subtype/Form>>stream + endstream endobj 108 0 obj <>/Subtype/Form>>stream + endstream endobj 109 0 obj <>/Subtype/Form>>stream + endstream endobj 110 0 obj <>/Subtype/Form>>stream + endstream endobj 209 0 obj <> endobj 208 0 obj <> endobj 207 0 obj <> endobj 206 0 obj <> endobj 205 0 obj <> endobj 204 0 obj <> endobj 203 0 obj <> endobj 202 0 obj <> endobj 201 0 obj <> endobj 200 0 obj <> endobj 199 0 obj <> endobj 198 0 obj <> endobj 197 0 obj <> endobj 196 0 obj <> endobj 195 0 obj <> endobj 194 0 obj <> endobj 193 0 obj <> endobj 192 0 obj <> endobj 191 0 obj <> endobj 190 0 obj <> endobj 189 0 obj <> endobj 188 0 obj <> endobj 187 0 obj <> endobj 186 0 obj <> endobj 185 0 obj <> endobj 184 0 obj <> endobj 183 0 obj <> endobj 182 0 obj <> endobj 181 0 obj <> endobj 180 0 obj <> endobj 179 0 obj <> endobj 178 0 obj <> endobj 177 0 obj <> endobj 176 0 obj <> endobj 175 0 obj <> endobj 174 0 obj <> endobj 173 0 obj <> endobj 172 0 obj <> endobj 171 0 obj <> endobj 170 0 obj <> endobj 169 0 obj <> endobj 168 0 obj <> endobj 167 0 obj <> endobj 166 0 obj <> endobj 165 0 obj <> endobj 164 0 obj <> endobj 163 0 obj <> endobj 162 0 obj <> endobj 161 0 obj <> endobj 160 0 obj <> endobj 159 0 obj <> endobj 158 0 obj <> endobj 157 0 obj <> endobj 156 0 obj <> endobj 155 0 obj <> endobj 154 0 obj <> endobj 153 0 obj <> endobj 152 0 obj <> endobj 151 0 obj <> endobj 150 0 obj <> endobj 149 0 obj <> endobj 148 0 obj <> endobj 147 0 obj <> endobj 146 0 obj <> endobj 145 0 obj <> endobj 144 0 obj <> endobj 143 0 obj <> endobj 142 0 obj <> endobj 141 0 obj <> endobj 140 0 obj <> endobj 139 0 obj <> endobj 138 0 obj <> endobj 137 0 obj <> endobj 136 0 obj <> endobj 135 0 obj <> endobj 134 0 obj <> endobj 133 0 obj <> endobj 132 0 obj <> endobj 131 0 obj <> endobj 130 0 obj <> endobj 129 0 obj <> endobj 128 0 obj <> endobj 127 0 obj <> endobj 126 0 obj <> endobj 125 0 obj <> endobj 124 0 obj <> endobj 123 0 obj <> endobj 122 0 obj <> endobj 121 0 obj <> endobj 120 0 obj <> endobj 119 0 obj <> endobj 118 0 obj <> endobj 117 0 obj <> endobj 116 0 obj <> endobj 115 0 obj <> endobj 114 0 obj <> endobj 5 0 obj <> endobj 6 0 obj <> endobj 7 0 obj <> endobj 214 0 obj [/View/Design] endobj 215 0 obj <>>> endobj 212 0 obj [/View/Design] endobj 213 0 obj <>>> endobj 210 0 obj [/View/Design] endobj 211 0 obj <>>> endobj 13 0 obj <> endobj 14 0 obj <> endobj 12 0 obj <> endobj 216 0 obj <> endobj 217 0 obj <>stream +%!PS-Adobe-3.0 %%Creator: Adobe Illustrator(R) 13.0 %%AI8_CreatorVersion: 16.0.4 %%For: (Jerome Stampe) () %%Title: (codeweekeu_logo_CMYK full knockout decomposed white text IAcs3.pdf) %%CreationDate: 9/02/16 14:42 %%Canvassize: 16383 %%BoundingBox: 15 8 828 700 %%HiResBoundingBox: 15.8481 8.85938 827.0977 699.8027 %%DocumentProcessColors: Cyan Magenta Yellow Black %AI5_FileFormat 9.0 %AI12_BuildNumber: 691 %AI3_ColorUsage: Color %AI7_ImageSettings: 0 %%CMYKProcessColor: 0 0 0 0 (White ink) %%+ 1 1 1 1 ([Repérage]) %AI3_TemplateBox: 425.5 354.1611 425.5 354.1611 %AI3_TileBox: 22.1968 74.8301 805.1973 633.8306 %AI3_DocumentPreview: None %AI5_ArtSize: 14400 14400 %AI5_RulerUnits: 1 %AI9_ColorModel: 2 %AI5_ArtFlags: 0 0 0 1 0 0 1 0 0 %AI5_TargetResolution: 800 %AI5_NumLayers: 3 %AI9_OpenToView: -85 715 1.72 1759 1231 18 0 0 46 133 0 0 1 1 1 0 1 %AI5_OpenViewLayers: 772 %%PageOrigin:60 96 %AI7_GridSettings: 72 8 72 8 1 0 0.8 0.8 0.8 0.9 0.9 0.9 %AI9_Flatten: 1 %AI12_CMSettings: 00.MS %%EndComments endstream endobj 218 0 obj <>stream +%%BoundingBox: 15 8 828 700 %%HiResBoundingBox: 15.8481 8.85938 827.0977 699.8027 %AI7_Thumbnail: 128 112 8 %%BeginData: 9852 Hex Bytes %0000330000660000990000CC0033000033330033660033990033CC0033FF %0066000066330066660066990066CC0066FF009900009933009966009999 %0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66 %00FF9900FFCC3300003300333300663300993300CC3300FF333300333333 %3333663333993333CC3333FF3366003366333366663366993366CC3366FF %3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99 %33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033 %6600666600996600CC6600FF6633006633336633666633996633CC6633FF %6666006666336666666666996666CC6666FF669900669933669966669999 %6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33 %66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF %9933009933339933669933999933CC9933FF996600996633996666996699 %9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33 %99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF %CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399 %CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933 %CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF %CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC %FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699 %FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33 %FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100 %000011111111220000002200000022222222440000004400000044444444 %550000005500000055555555770000007700000077777777880000008800 %000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB %DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF %00FF0000FFFFFF0000FF00FFFFFF00FFFFFF %524C45FD05FFCFFD09FFCFCFCECECEFD6EFFCFCFC8CEC8CEC9FD05FFCFCE %C8CEC8CEC8CFFD6BFFCFCECDCECDCECDCECDFD04FFCFCDCECDCECECEC8FF %CFFD68FFCFCEC8CEC8CEC8CEC8CDC8FFFFFFC8CEC8CEC8CEC8CDA5CDC9FD %04FFCFC8C9C9FD07FFCFCFFD56FFCFCDCECECECDCECECECDCECFFFCFCECE %CECDCECDCDC7CDC8CDC9FFFFCEC7CDC8C8C8FD05FFCFCDC8FD56FFC9CEC8 %CEC8CEC8CEC8CEC8CEFFFFC8CEC8CEC8CDA5CDA5CDC8C8CFCFC7C8C7C8C8 %C7C9FD04FFCFA5C7A7FD55FFCECECECDCECECECDCECDCDC8CFFFCFC8CECE %CEC8CDC8CDC8CDC8FFC9FD04C8CDC8CEFFCFC9CFFFCEC7CDFD55FFC8CEC8 %CEC8CEC8CEC8CDC7CCA4CEFFCEC8CEC8CDA5CDC8C8A5CDFFCFC7C8C8C8C7 %C8C9CFA5C8C7CFFFCEC9CFA6FD53FFCECDCECDFD04CECDCCCDC7CCC6FFFF %FFCECFCFCEC7CDC7CDCFFFCAFD04C8CDC7CFCACDC8C8C9FD58FFC9CEC8CE %C8CEC8CEC7CDC7CCA4CCC8CECAFD04FFCFC9CECFFFC2C29FC19EC7C7CEFF %CFC7C8C8CFFD59FFFD04CECDCECECDC7CDC6C7C7CDC8C8C9FFFFFFCACFFF %FFC1C8C2C8C1C1C1C9FD04FFCAFD5CFFC8CDC8CEC8CEC8CDA4C6C6C8C7C8 %C7C8C9C9C7C8A5C89FC29FC89FC29FC8C2FFA8C9C9C9A7FD5CFFCFCECDCE %C8CEFFCFC8CDC8CDC8CDC7CCC8CDC8CDC7C1C1C8C2C8C2C8C2C8C2C8C1C8 %C1C8C2CFFD5CFFCFA5C8C9FFFFCDC8C8C7CDC8C6C7FD05C898C19FC8C1C2 %9FC899BB9FC8C1C29FC8C1CFFD5CFFCDC7CFFFFFC8CDC7CDC8CDC6C8C8CD %C8CDFD04C1C2C8C2C89FBBBBC8C1C8C2C8C1C8C2FD5CFFCFFFFFFFCAC8C6 %C6C7C8C6C7C7C8C7C8C8C898C19EC29FC8C1BB92C2C1C29FC89FC29FC2CA %FD5FFFCEC8CDC7C7C8CEC8CDC8CDC8CDC8C8C1C1C2C8C2C899BBC2C8C2C8 %C2C8C2C8C1CFFD5BFFC8FFFFFFC8C8A6CEC8FFCAC8C8C8C7C8C8C8C7C19E %C29FC8C1BB9FC8C1C29FC8C1C29FC2C9FD5FFFCFC8C8C8CFFFFFC8CDC8C8 %C8CDC8CDC8C9C8C8C2CFC8C8C2C8C2C8C1C8C2C8C1CFFD5DFFCFFFA8C89F %C8A7C8C2C89FC8C7C79FC19EC9FFFFCFFFFFCF9FC299C19FC89FC89FC8CA %FD5CFFC9C9FFC9C2C8C1C8C2C8C1C8C8C1C0C1C1C1C2CEFD04FFCFC192B5 %93B599C2C2C8C9FFFFFFC9C9CFFD58FFCACF9FC8C1C19FC8C1C29FC8C1C2 %9FC8C2C29FCAFFFFCAC299BB8CB592B58CC1C9FFCAC299C19FC9FD59FFC2 %C19FC8C1C8C2C8C2C1C1C8C2C8C1C8C2C8C1FFFFC29FC2C2C293BB93BB99 %FFFFC99FC2BBC8CAFD58FFA7C19FC1A7C89FC29FC89FC19FC89FC29FC89F %C2A8CA99C299C29FC299C29FC2A0FFA0C199C2CAFD5AFFC2C2C9FFCAC8C1 %C8C1C8C1C8C2C8C2C8C2C8C1CFFD0CC2FFFFC2C2CAFFC9FD5AFFCFFFFFFF %CAC9A0CFC9C29FC8C1C29FC8C1C2C9C29FC29FC29FC29FC2A0C299CAFFFF %CAFFCAC2CAFD5EFFCFFFCAC3C1C1C1C8C2C8C2C8C1C999FD09C299B599C9 %CAFD61FFCF99C2A0BC93C198C19FC89FC198C199B592C29FC299C29FC292 %B592C299C2CAFD60FFC3C2C2C199C2BBC1C0C8C2C8C0C2BCC299B593FD05 %C2BBB593BBC2C2C1C9FD60FFC999C299BB99BC99BBA0C99FC199C299BC92 %B599C29FC2A0BB8CB599C29FC2C2FD60FFCFC299C9BBBC99BCBBFFFFC2BC %C299C2C2BC92BBC2C2C1C2BBB599C2C2C29FC9FD5EFFCF99CAFFCFFFCA99 %BC9ACAFFFF99C299C299C299BB93C29FC29FC299C29FC299BB99FD5EFFC9 %BCC3FD05FFC3CAFFFFCAC299BB99C2C2C299C9FFCFC3CAFFFFC2C2C2BB99 %BCC2FD5EFFC9FFFFFF9AC29ABC93C2C3C299BB92B592BB99BCCAFFC3C299 %C2CAFFCAFFA0BB93C3FFFFCACAFD5DFFC9BB93BBBCC293BBC2C299BB93BB %92C2C9FFC2C2BBC299C2CAFFFFCFC2C9FD04FFC9FD5CFFCABC93BB93BC99 %9392C299C299BB93BB99FFCABC99C299C299C9FFC399C2CAFF9AC2CFFD5E %FFC9FFCABCBBBC8DBCFD08C2CFFF99C2BBC2BBC2C3CA99C2BBC2FFC9C2FD %5DFFCAA1FFFFFFA1C299BB99C299C299C299C299FFFFC2A0C999C299C9C3 %BB99BC99CFFD62FFCACBFFFFFFC2C299C2C2C299C2C2C2CAC999FFCFBBBB %C2CAFFBBBC99C2FD63FF9ACAFFFFFFC399C299C299C299C299BC93BCCACF %8CB5A0FFFFCAA0C3A8FD68FFCAC2BBFD05C2BBBC99BCBBFFCFC2BBBCC9FD %6EFFCAC999C299C1A0CACAFFCAC3CAFF99BC99C9FD70FFCFC2C9C9FD07FF %CFBC99FFFFFFCAFD69FFCA9ACAFD07FFC999BCA0FFFFFF99C9FFCA99BD9A %FD68FFBCBDC3FFFFFFCACAFFCA8DBBBBBCC2FFCFC2FFFF93B59ABDC3FD66 %FFA1BC9ACAFFFFFFCAA1FFA08D8CB599BCCFFF9AFFCABC9AC3A1CAFD66FF %CA9ACAFFFFC3FFFFCAFFC393B58CB5BBFFCAC3FD71FFCABCA8FFCAFFA1BB %8C938CBBCACF9AFFC9C3A1CAA1CAA1FD69FFCA9AFFCACAFFCABCBB8CB5BB %FFCABCFFCF94B694BD9ACAFD69FFA1CAFFCA9AFFCAC39AB58CC9FFCA8CCF %FFC394B69AFD65FFCAC4FD07FF9ABCCAFFCACAC3CAFFFFCFBCA1FFFFCAC3 %FD62FFCACBFFCB94BDA2FD05FF9AB68DBCA8FD07FF9ABCA1FD65FFCACAFF %BDB795BDC3FFFFCA94B694BC94B6C3CAC3CAFFFFC3BD9ABDC3CAC3CAFFFF %CAFD60FFA1BD95B79BCAFFC495BD94B693B693B69ABCCAFFFFCA94BD94BD %94BCCAFF9BBD94CAFD5EFFCB9BBECAFFFFFFBDBD9BBD94B693B694C3CAFF %FFFFA2BD95B78EB7C4FFCABDBDBD9BFFC4CAFD5DFFA8FFFFCA9BB794BD9B %BD9BBD94B79BBD95C49BBD9BBD9BBD95BDCACB94BD9BBDA1CACAFD60FF95 %BE95B295C4BDC49BB78FBD9BBE95B295C4BDBE9BC4BDCAFFCABDBD9BBDCA %FD60FFA2BD9BBD8EB79BBD9BB78EBD9BBD9BB78EB294BD9BBD9BBD9BFFFF %FFCAC39BFD61FFCB95BD9BB78FBD9BBD8EB79BBE9BBD94B28EB79BBEBDBD %9BC4FD67FFA8C495BD9BCAA2C49BBD9BBD95BD9BB78EB28EBD9BBD9BBD9B %FD69FFCBC4FD04FFCBBDBE9BC4BDBD9BB78EB29BC4BDBE9BFD04FFCBCAFD %66FFA8FFFFFFA2B794B794BD9BBD94B28EBD9BB78EB7A8FFFFC494C4FD63 %FFCBA29B9B77CAA29B8EB28EB28EBDBDBD95BDBDBD8EBD9BBDCACB95BDA2 %FD63FF9B709B719B467177958EB28E8F8EBD9BBDA8FF9BBD9BBD95CAA1BD %95BDFD62FFCB719C9B9B71714C9B9BBD8EB28EB28EBDCAFFFFC495BEBDBD %CAFFBDBDCAFD5EFFA9FFFFFFA19B719B77714671719B719B94958E95A2FF %FFFFCABD95BD9BFFFFFFCBFD5EFFA277A8FFFFA29B9B779B4D714C9B9B9B %779C9B9B77FD04A2FFCBCAC4FD63FFA870CBFFFF7771709B7171464D719B %719B719B714D4C9B719B71A8FD04FFA8FD62FFA8A2A29B7195719C4D4D71 %9C9B9B779C9B714C779B9B779C95A2A8CB9B9BA1FD60FFA8774D4D719B70 %717777709B719B779B77774C4D709B779B71956A9B7071719BA8FD5FFFCB %4D774D77779BA2FFA89C9B9B779B9B9B704D4C9B779B9B9B6A95959B6A9B %A2FD61FFA277A8A2A2A2FFFFFFA29B719B719B71714677779B719B70956A %959B95A1FFA8FD6AFFCBA2719B9B9C779B9B9B779C9B9B6A95959B95CBA2 %77A8FD66FFA97E777EA2CBA8CBA8A2709B779B719B71956A9B719BFFA277 %FD66FFA8784D534D537EFF7E784D4D2871779B779B959C9BC4FD69FFA953 %4D534D534D534D534D534D4D224D70716A7EA9FD6BFFA94D78537853784D %4D5377537753544D777785616185FD07FF85FD5BFFA9537EA9FFFFFF7E53 %4D5353534D4D28534D774D542F5A53616085606184FD05FFAFAFFD58FFCB %A8FF775329A9FFFFFFA94D5353785353285353774D7E545A535A60856185 %6161AFFFA985A9AFAFFD58FF5353A87E2953A2FFFFFFA8534D534D534D29 %28774D532F5A2F542F616061606160AF841514155A61A9FD57FFA97EFFFF %A9A8FFFFFFA8A953532978535329775377535A545A535A618561856161A9 %611415146161FD5DFFA9A8FF53532F542F2F29537EA84D774D532F542F54 %5A856061608560AF8415141484FD5CFFA97E535329545354535A535453FF %FFA2284D284D284D5485618561856161A9FF601B61FD5DFF7E2853282929 %5453535354535353AF605A284D284D2F1B1461606160615AAFFFFFA88536 %61A8FD5AFF7E53534D2854535A535A535A53545A8561856161143D1B1B1A %856185618BFFFFA91B151B141BAFFD59FFCB5353284D5354535453545354 %285A606160856061141B141B3661141B6085853D141B141B1461FFFF84AF %FD57FF7E53535A535A5354535A53293085618561856161363D1B3D141B61 %85613D141B141B151B14FF858561FFAFAFFD55FF535453535354FD045328 %5A60616061606160615A611461608560613615141B141B143DA9856061A8 %AF85FD55FF7E535A535A535A537E2F2F5A85618561856185618B611B618B %6185618B1415143D1B1B85FFAF8B85FD58FFA85453545354535453532F85 %6085606160856061603D14616085606160611415141B60FFAFFD5CFF7E54 %5354535A5354538561856185618561856185361B618561856185618585AF %A9FF858585AFAFFD5AFFA87E5353537E7EAF5A616061608560856061603D %14616061606160615AFFFFFFAF85363D6061A9FD5CFF84AFFFFFFF8B6185 %61613D3D3C6161856161618561856185618BFD04FFAF85618B85AFFD55FF %AFFFFFFFA9FFA9615A85FFFFA9853C1B141B141B143D6085A96160616061 %6061A9FFFFFFA9FFAF61608585FFA9FD53FFAF85FFFF85FD04613CAFFFFF %A91B141B141B141B143DFFFFA98B6161608BAFFFFFAF616161FFAF8B85FF %6161A9FD52FFA9FFFFFF606136616061A8FFFF85363D141B141B143D36AF %FD04FFAFFD04FFAF5A61606160FFA9FFFF8560AFFD56FFAF85AF858585FF %FFAF3DFD0A61FFAFAFAFFD05FFA98561853D3D618585FD56FF85AFA9AF85 %85A9FF85856085361B366160615A6160615A3D608560856085A9FFFFFF60 %85361B3685608560FD25FFA9FFA8FFA9FFA8FD28FF856161856085618585 %856185613D141B146161616061616114FD04858B858BFFFFFFAF603D3DFD %0685FD22FFA9292F2F7D5353292FA8FD27FFAF6061608560851415608560 %85361B1415146160613661141560858485608560AFFFFFFFA95A85608560 %856085A9FD21FF7E29067D2853522906A9FD29FF6185618B3D1B14858585 %6161141B141B3DFD04611B148B858B858B858585FFFFFFA98B8585858B85 %8585FD22FFA907535329297D2F2FA9FD28FFA9856085601B141B60856085 %601B141B141B3C615A6114618485858584858585FFFFFFAF608560856085 %6085FD22FFA829287D0629522F07A9FD29FF85858561141B148561856185 %601B141B14616161363D8585858B8585858B85FD04FF85618585856185AF %FD22FFA92929527D5253282FA9FD29FFAF5A61361514616085608560855A %1B141514613685848584856085848560AFFD04FFA98560856085A8FD23FF %A8542F53537E2F532FFD2CFF858514618585618B6185618B61613C8BAFFF %FFFF8585858B858B858BFD08FFAFFD27FFA8A8A8CAA8FD30FFAF85608560 %856085608560856061A9FD04FFAF858560856085A9FD30FFA8A8A87DA8A8 %FD30FF85856185618561856185618585FD07FFA9AF85FD33FFA8A87DA87D %A8A8FD2FFFAF608560856085608560855AAFFD3CFFA8FD087EFD2FFFAF61 %8B6185618B6185618BFD76FF856061606160616085AFFD78FF858B858585 %FD7CFFA9FD66FFFF %%EndData endstream endobj 219 0 obj <>stream +%AI12_CompressedDatax:(M9&I t dkfzξ}c$gc339<.ږURTI*rf&4Z/heJ> &\Wז2AnׄuwUk7qEwA,SmZV+r/vB@L/H-ek7Z:=>7b|;5<E#~,=m&,'xF_D)M j"^m Fm剆P4x|aX'cpmW[n jj6`_B|fJ^_?{Z&/ E𱿏z|;@7|I8`<8D0Sf fzY>]}[)pmb[|"|AWP\ސ+nf|.o4pE4O<!> Q9|-Ĵ/ A!%C[h"AD\!T<m8GQ +95@L+0|5D8ArR CrFZoW#"܈~_MS^wĦ}G#uF0 +z4F<Eq>`L0$:@+-6G QZ nU+?5P0ИԔ㪵fۮ!p38 wo|~Q3@JyAo"^iWL 4މ1 `1'/mY+1p* IZ%1 *-,!hE;Ĵ߄vh?2jZD<)L ׋ 2A/bZhi>AMX^4<"6t/74#_A˟e@1$aR%OݮVNtz:@(Cݿ:`0"]o)\O V2$=C rjh{7_Us0^!ͿףjqXCbc~s+HU6?Y+*۴1<ň Bq#å.6Z'r@L!rIgrq3r/iNetQ T6]lAhc'@v?=Veи[ L3UhWKa9<2 Chkovw%t&7ڸF Lʼnև+ 4H#4B>H(Zֳ@xנ +gsEnYWzEmG?tNQQY1no*0CoɿnÕֲN&V@9ƾG΂%<:GQ!#Ke[GAx"'qK6'@=J#@W;aX3j+4]%Ogpva>f  kNrsm3i1)}`6Qٖ$ |K/op-;d-Z'`qu H pX-SݝZM v@.F#A;CCpj<5=-ƤŴ98`-f&lא]q C醎xxU  ؐ/ 1o "uFnܘZ;gUu] DPCW?iRa1Ovdc!ɡXZrh(7_ ?{InYǩjTEiP.>̉lױ-bϕ.qfZtXOn:(UbzΛ8]k{":K| CX(@#z8H u?qvlYLȷz>$Hqr7cb9!!C` G;/|yWnfַ;neT`CnށhVx^'ŊBe~="&Ҡ}D +i!<7!/ȮB[AM~Fv.t\-6%!^W!x,ԵفՊY ~ +xn#]2l+xZСƊ$fQ/t֭ WX{d@( ֲu=oA&$WvxKN ŮJ~ꫂ1ghd cw+<ǑگfJJSЁ 5ו3тAh7X7}W_M\6Kva+K5v͊MUJ0-/Q%l&.:|ɚrd]l#Dt99Uv!1u Vʭnbq339pxrvO\h:3b>,`"\-Į*D* N@hǕkBWG4hi?sꆚov5xڨns~!I7i 2"@܎gD>V|khV@kyzN0VnIr#r[qZ[lbEi`7>7=4Mk +]mq\lQ+t>5&a1 ϵRI0'QC>h7<pk |+7rv+dUhKN\[rrk8u%vVHbuR$=_gꟸa<\L_t-OĄd[ 0T CjM7Gd6;r(q;l@_j`+U(Ml,FWu9[1oT-~ki4y_-bzb3ǐlcwH*>ƘWu$Ө|Ίj: ZE25\. Tun{# z[=8cGwe<NϯL;zoN'w:vpx-TcD6gWU'6Ώyc`>x6P!r?-ecIIuF~ SNNcb%7㉌og_{:g~sɖz/x: {=a\Oy]NuT[=5/c(l=Y"v 9.y˘qma3{&E=%-N]kjݪ1+%yG4xR SǞx||#761 B6=\GxJe֐&I00au  j1zFOmO W#_ՙ+xTÞgId">}A+ P@l77%لze>B5F^wicvláِ Ѻyeشا߱Ƙ t} +Ф{@'c7OڼA8ܜl9x~]ɼVmN*nDSVs5=5T(2LǧL|kP/}?N(*$%Qivmb&ŲRj%]My|@ruZ_q,SScf5y,ΆḼw;[8YgWm=@;.ؾp3iNfٷ)WbSs1FS\0)2,|xz@?FG8>ۙ2*r&G½ߖ=Ҳ[m %Pl^gNzK}^$&I_l8Z,,z;(@P^cÑ5xwg߾h hH4U!3ƈZU_`'@M ׋67qPI u ]c|! 3]e8| BIpCGsESLW~Y$4βO!vS4d8hX&2)dVZo!ܐg3HqTIJ_2 ,&">vdX4iJ]KA(m)ɧdYOy2O60>f6@UUAu6$¨ZNPeC⧟Ώ{I.oM>5͜gh#Cͻ^~q*fK47?5{X'{M~I^!;24؋gO8Vd;vgCg{FEj.Zh+ +͕y ȵ]۩L̹uך_8.'0=)l{,CZOVa^m[zYrbd"z)g!ՙY-vfГg!/cJ6d[GFn?mن*x⛂S +"lUy}G)MG3 + PȮBO%&;+VX  S_ca4F۪0#*mq՗~Em \zK}n!t]fV`}`G Ze?`.K_RǽbWLe"/O4EY3WF=]~z3;tu~['<ε*^ R-dÈa +!Hql4F 8޷ptbI4ZEtg+4) _Ag+{}2z|R۽ ,48,B >'OcTdu^?PU*+$^pk~T NXكzJ9P"#AXwgWtpjG-?g>cY5g)pݐ0-A3ˏܽPANhy]ZB)9txZc+D~D(]קo&^|fWa2Ͷ/ ;! +MgՍ&js%5Hdh}M-V z̸}O -S@@6y-47V~'n8YU3]Xś`06m*Z ϥgMhHzK{nۥ!NJ>Y:#<0AgRe*) IV=.^.04niw*T>aę.y9z79ݮ]'@y?A5ࣣzŠ?`|gׯ94[˸\t3]sP, +iRsĦ[%AQ 5gVxsgC/8`Hd_p9 +)#Thr{8n)M>qyD#? dHbЉ +Wo%R;=/2j5qP-d^1 9X&?ne@9npzf{u䏤OYfY6TTudOY0g#M{Ktqgֱ*]"B7BH'˽27@|gWhДϑCl'l;A~ь9 )儠\Փ]v.G'a%O{ Wxf5$ࡐف`iTAßzuz1gQI8#k iV!|P3Fv,&U$ɱ_cDq~-:[;? #C?t2ml*.ΘGʐI>oh,7N_eWۜ8Jt Amg&DZEګޮM90.Zo#B;EVMdw[R):LSG":%:~3Æev3zPNeS;ZcqK%*#qfBnS mҤq aY?rbWS&R8+pdL& ,'_ bo=zR0m&Md2nSG/޳+]w0B3Y,8c^B{oOk=Tr8"p{$/ _B-7I5*q씁Gѿ }N S_`z'!4Ol nm>RSª]+"+[rஒ;# t˙?W`$oiƱw)YʏMA@c89>]fxNL-)NG y ?K1܌~}{Q?\JcK*aܝ6GQl,/F~p8>4n*Tw^7a%͇>cBWOu9o+ؑ(4{{m=0W<*4*B2%oF|j>(ۣ;.+u źo^n +Q*w +n[1HD4˻4&1 VB0Ӓ!Zhr"}Gډa8'<16b<_/2rdo0 @vLB%+`꿶'k7hROS=ٞ"'`N,'ag/bے0ۺӆwbJ''#HJ?K 8: 4 ӛpq qAE!irbRecrS`{Z{uY^nʆ_*_I5Q2+0p@kWKU.XX|8Lw\yV*٥uOkv{bRtΞZ&t֗^T/ԥb-tNOq'>YPÖAʟ#^hC9PS9$SQƱ{)+C*RL|m/'zwx2{m7\751jr$9J:gǮU>IPg],W:1Sp4=@B&Ne`\i^d7@5=P0 ,&p3W#'{3qHu;u#LL]m!X T0J tᳰJ8 +yx!q=]h1pWcQxuZD%濖h/ᩆ^vHlNNicEo~s%Ļlh ό:,~29m9Ø?sq7~P4 hXm >u|V5@m6)C6 $|dIK/!Rz?5eӌܵ d` O^$GV۞q +5=5d/9Pd/-)~s,5Wthx@#/ds@9}a-@]YIPZG;Wv~pv +m4Є%bl,`H[D~ѫ\oVnI97ۅ|adZ4" !o3-LaIK2)8QH2rUd5FVV +h3GE$^_-@H0֞&!% EU,3&=!}ԠU:vT_  e_~eZ?GO +{'agͣ(K N(>vGg]e#:]X|zL_]12|,ۙ6һ] * eJoyyVj#5ї>NeYҪa2S0 E'?.1ʼnPn vQE]FjΊu)" CMz}F.;*A+zHgyATe )WC_U3񂟅Gc t O`G4|Q.[*1^\A +69m .P,-.K nq!t xY%4wIC^_Bsrg6*e.!8efgj/[ {[> Ų_(+/:8А}7NG3zg]]Z$E\XuK +X T'_tƙxYp~QXè<N 2~K9A~ /S1H헊X454F\rf(_A%*bwӄtB'Sdo @p FL_즿Ia"%ea{ +<,[]ƥX|ҳGI;o]oky24*)D*άSKΌdnw؏`㤂WK>΄烲څ +N*sSQ~z+ag>וg|%l#LcnEvXZ8ai\j9@Lza].ks{8:{G{8Kh{8Z}k~9F}?~΃Y {9Yw(;:R^-D`3w!*&53K9_9j& h,[g}?{Ui4voMt{(|u(^"wSsnR2x«;SrdIS`~v4Ϝ;G^W:﩮PHƨD"_3~VMc_~e:)Q+I1=EJuk d!RbKp]da̢w CzZTX>*etHm~wwtuU"ۦ1j_6.Jv-5ݭ".{zѠTR%xK-r K~WilVzLjn % +-+۶˧7jn`WT@9WX?Yl@}5>ՕU|+UCįJm\Ne}/w霛FJ`\^m t(Kb#4НDQ::-:jEі1ttt1t@:h[b#)Gqo)GA>:1އ>>\##\$P݌_6||E0(!)ݟЪ)xI$>IEzrRD~$]Eʥ#jBFU(Q`j1SC.o@0|L޻MHs9a +usŵYe)Su{"QTQt^ _ԫQYJO/>w}[dϒz9Neŝpl "x+#Ro|tbxM )}B܆0Xh%' !>>N,h*l`g2u dicLbX, +aS_MOWʈAGpiur}_{S5wH5@2S}S?x;UϧGso?9˓L1.粮q.uW`֎FƕKX +qg ݧ|H#Vznk~ mƄn+Q;<7Y;XT{(taWpFy@b TKMU `T=>R% Ԟ"Bz>t~*ŝ"P_O"XFGh6l)JGh:It˸_Uv +XZҢPEVbqK-ͻm2}svMn*ШQĝ5QcW! ӹ_suu%9)헒$'%s IIua0G +bݷIuHSJ@|Pk@iH<]{RaH"@\(C]vG@<&NjӄbjM'bjq>.N*NUɫ+M'-MwZu4!AwF :NM'K'a5c^MG+X:b8?̣VyM'}*h:!ixyL4If6+N*NYS%N+͕]Sy{g4+H˜Nx%TDө=tRt#b+M'yȽt<%r1#GIqBb.!NjrtMǟ.KήE[&$iU4pH +BD8q-MtJ*]*S. `TNZxt:u.֫Sv`ovTV,3(r(\;$FWSNmxy ZH x) J*uCE)2ѳ|N$q]SN'|]ceT.*sBwÔ]w?2w,҅sI\iBUeYXN|xt̝ڼpݞ9(/7_@,ҨTw{Ӕ &H'{("Q؊`mwi +.HQ.ј,(IS/ڪ:)b :SuYm(Й{H5&YswL-yRe?򗨮BLćֶė&P݄QYaWD|0Z5LXiB^[%* +ysݞ@qc +C@gU娈+*Wuė*}jk ~ {yDN܏p^SNb(Ձ vz1PTk*PC*Qg5ن|1HR򮰥+o++Q3_L=!Sҭכ=jYk*7V_S]%]9tЋ;W 6Fm?wO <\ss|;U.O1l,d{}a &I/0"GVTV0Y˃]u{s069Lͮ[ +1Q:N]QƤ'e,r]k &[-JKDRW*rr1uڕ=a11SS>#S)A19[Gc 7P:lk&WͪVaɻkE9Z-ϟ+4bŹ8Pe\Ie 6+-B".tdFJ1Ц(uʻ<| u̓-0vҟ32*Ŷ<'&FBt'^f0'RViڤ*fIЦ3DcW^RN^/sЦwɥu3UQRP yO GZ6*M5t?pRԝ[Ze0{Z EqWRUEF҄]R6!cWwIŁᅸ2Y|uU)W,2B^^:rA(%MrunL +F2Eu\<mJQUhA_W.  +)SC/UQLqqƷN.\ 'aUd1v.,k^UQ'_nT(ؕWGA:P_pΟ* +Pm +r]\UQO6(@1yzFŧT6P6r`E;?P"%_RWR&8LKCEd#?(5^ۋs|)NJIjJjRНh.熺ungQUn %|yBԳ~SOP] ~U#B"&~R +;WOTumEH)W~%]>ں~Qw)WwCr]?쇳IJ'%k)\Tڃ~*)K;/S_w٪~7ZIgrp[ꊺ~#)P)_*W2Q ~;TOtuKQi e]e)n'ы__O TSpw]TS1^ ](k~U?|R]qu㻿rUݺ}n'EO:2~Rδ2ꨪlP\>^r]uts]?Q8ZR즺~f;us~fxWZO +c*oB^QO]yg]?Uw +P.dU?^)j.*)0vW]?ɛuQ]?Å فTSG3$XL\)n ГT $,"z&\?((' +'+x.Ѡ,B)6pm9xܯD]-Z=0R?_ wgx**<=伌7Ź8{lH5A/+0"uj!06oϓV-1o/>2nV4ellgfdzz}< ~K!d~J\~1(3n\7ۿ~sڃg+Y>=I~9BCpYgCWOLۯ<|ma^W]U̸lc֓< F[&]-K! Lh"IA8ӹeh&^;eؐn.&_`vү& %-3cxjc &Y}+TwVqUڟLJ^}K֤0 +[F3Њ_DCj/?a}Bf+/Bv# ^lgo1 L.T[4=gRƂ(Gz삓fL 5AWM0 Cunʅ}Vˊ(9o}u!(l?in_>³;RuZ|@k:w mv+T}p݆ޒ\.l>\o΂Y#q%`0:}0DZgMj @5|zw_-+OI'B62RtSδX*nOlZdW?ӱT~:̟X$)x"^P.XDՍ 17G T";]by:0b;i-Lc^2Ð>iǎ3.4BSnsN~ڞ2?|ӵ^ކPϤ!.FnLdiCpJQQdtWI񜫹>f+Ms|4FWxEއ7:Lb:@ Ʉt@+yBXnu^#{ՃuA[C Xx>:\fmT<|ლ1z]l4w#9yi'0ojx6Vim͏P}@B>"85Ҁ&uJ霛Ɨ>v6t%3`/Z5J-uNswTG҆[LgIJnȧ6A[hk(ZP6lLу?䇈 +b3@" ["s~ڑtbiHDAMCB9LKv5c2;}lnƲ7wqXِJl~ᘣt Fz6x񰎕~DMl*]ư'8<32{ȓK̟)2* _A|vjW?٥.}I*z@;Ӱ7hı HQw`Mt) hPE9Ֆu珀]DPɍg_h 66kXS`Ie(f$Hc0C!CqI@%Ln^xlƚ/>΀_Z/8fyrQK s͇8%}YfW7#Phᡃی9ٌ+ƭCpbW+'!d [d7aK ְ[.kI=zl%ӎZg xrdy +wQ:KT iЌ-~=z.l5Z.< J6nsO晆 b5E*em5#}m^m w}T;C)"M'Pe<87jh^ޣL=vm*O VLNfj=SE0ۦ>a#F}:]M*RJ0{̆{'d :1?ίKjlQZ&C. Q~.d^u8kՋ=_X1`_X\7[ߖ 0wt~v%Ż{]ya^:1ń0 +W Pd/cIgƍ{̓L14x~=kcP‚v|qN5'3޿[CXïO@ysPف2_Xe!!o_y=vC:#c)[s)ʲD.c,?ﹱ2!LQ%c,㘢,Kƿb,S|( Z)B5DQtfQ%댐u- zgw*k( IdzAF󑓯=ia7nL` bݓ4v~yEjj: 2ٻfWXE`2߇~Uƨ{ûY?̵*>+ɐMx;IDcGG+P̚վ>P>h9 o {\cEQr cu) e]"i'#Ib,?q| KnCEƨu(<ͪw1ϒMY Яs N5aalwA`Oqxx'Cnx kow3qv!VR'* ~E8Iȏ,Bdϣ]yE?Cɞ^#_ߣd8ue39gnX{ - .>c[O5a.Wtlʮo.ҜC AB4)65>C/i<V1Ct$Edv?{(TPD?dD(&qfͱDh?Xj~,߀vhp `Y0&Y~5Icn> +'{5?r9ݻsQs9oQ٤j?aMEε+Ҟ6 +7`a׵n~@"1Ƙ?\}]30ibuOL rm>٭}JB֏߿1^.˨&wSGu:gQK-+P/$ =JȒQ@Q[tT hƷْ[>j{ '{b@agBǐ ir,N1}qH& :jPX:PEk#Յݰ]0tw>t O9Ay[ wa~Dҩ耊Oo׻IQݽޗaRjW>H˜T=.հ .wU}yu`L}[eTwHN>1]t\b;L_,;N )ͪ;RuXwAmG |S嬋ibD֫1i_mׅ>o;$j11"7ȣD5Zd)'Vc9^ŸDl J^wTrz9$V !@o)KdO i #^g + ʏ9n +tιGQQBY*ʢ|UP#ߙRVEBYdWޗRVEBY&)eU$Δ*Җ=)eU$eH)",*"})eU$ܟRVEBYΔ*jwUPVc;)eU$I)Ldz31X7g ʈL=d.(t_n/_$IY?ɝ@oX$dO]ML=x''̷ӷا [mb3f9(<rN fߴlJж@^d2 +DǞ +sef؉x)1s^EpfHǷ2`{L]qBkmh(ilj.qK%m4VY0!WJ8K=;إ\y{d`3*ثBN8CsH+N&U4p(AyZ+-6Z&qgJ^fIhQZ]wMmobط_nڢNlMX,N:3pKO +[ lf RI;wh%9'gEOe^Z.$ml>B{\( ˎE~!Y=Ge3n6}C b`inJ7v盗R~wjh%' +O!f@AV='&L/̈:Sh鵙\jjqG?9q H#)i3FҜ;^~>N&0x5z=Ẍ4:Z_^Zp~|hj4S|.[tc–M{D.Vzx`I%7`xd5M1m +OK('}vߞM7 Mv^@ R33>Xs@KxP9!u.17X4zCH~X="'&?Gl%]NzQdSaklӱW8?Y@.e1bGMo%n8Kxb;ʆSP +޴EJc l-N{ŧ}+W'bEuqM6 zk46~p̏i!"2`Ak'aP`b!80>迒ŧXDck8tjL65;}c`Z@ס*4`xI%u{bm +mJ@2 NKp^ +ֱ`0 CG! ? C@[!|ᘔ0!l0P@ZCG! ɟ>k'#mW>k1~c`Bh\0!X>~5I ݕI6!/U~!|p_5Ac ! &nد!|No>! =yO B!|㿀B& W>0gs+ s>@>!| CwCtŸO?OfS>V߁[Kc[^/-c#$|)?nIooӅ;ި}A}f#J>=o{b[?~[?o +?|yYC8~O۶YkYOJ򻿿nw_E?矒5 F0Og?g5:~,O>?, gɟ}gݿdz~y:zo'?\À7__TgL?oH?Ł0y˝p[h'o8?n/qίq/ُf߿?Ͼy)?|ß>Wkť-*?#rWći;_~7߿k>}K?A_~[xܫZV4^/_ݣZݵݣS|w>}ݏ?yç|~t<}єՏK:E+?<-m?|sgyW??}?<﾿x_;ӧ/>Oyjs[9o׏iOuhiRXc +]X.Y[r{v]-FsNݒRd&CzWr:.s%hv]MF9bmZZ.껜~}{v]MFYۻsnwcqN’&2'(.szz۬x<)% +!12n]߅5۳}o˻8sMsÕ9si]v9{1kG]t}9sB_5FvT 貉JJcw,9;SXӻØ# e'԰.٨zׯϮ(~O-?w" Fy7zgϬ[dT#- an"G%4fMve1L`4Mv}9]Qcfr]&6rq'7Tc)yDŶ2ry52ۣz~0"Q"]tE=[ڢ=ʮ&ǹP;:M# γJ.i' Uv=ߵ50E.2Vg7d7 a$]&l0dd}l]OozѥiR û64~]rvEd4@2/ ,n<46 b &c y.4^?m>d(Nd^ƻr h*>xߛle^ e3Թtbk Kqmmo-(vysweaa%S룛z~SuP\sdKb]Ҧ?ʮ&eJ3tl&s er]-رTsl*'0,sO's]6QBg냛z~\04,ԇ.=M.T-9VMo睑1_ҼFQ&*DNÓz~ۛ\.swM C Z &좰Lc06&6{:@ }ԚT[s.2 =ɮ&kManmݬg-ṷ]v9Ȧ ړUv}P4<-B +#i.MJrT,Uv}7etbSweeF>ɮ&G'9"0G.=%LyZ.Lyԑ?ɮwMifTHID̟d]V|lMt=mpN4Se*2].\@;gWdS߆VVzs*dǶGW791T8{':v ֢!mo1ƩRFW|sl;.ټcUt=moMNzHCZAֲUt=MV:ԩqGV;ilA6UtvnϮݸL=EHJ}]vYS +l}r\z3b(<}%O^ d+6 SMWgWf?8%RGB c]v4*>xۛ2[Ġ:䪋p}rCsnϮɱӊf}( .천2G7BMeۘFKX0ꬲ.yy7Jg7FL/2k93''W*x;Xz'rRv.ۣz~[ cWES@Xg]v ߒ; zp]z 4Ul1R!8ͻ. n\g7d[Q9,\.8yn dZOT^8*첹bIMv}ْl:*/%)rͥKlڕ볫}oMIfG7çwe>0*>x[*>iT3.WS +f\6 F)\y:-QKO貋C*>xs%*$&dS5/Y7*6&x=\\$ӫ貋P,]6?ɮ緽e6]^ivef-~]iHdUv}7Ms{"IZz!0ve02E룛z~ۤ<ԷLдj, 1ee.볛}ouL>[".i.tZjoŽm{v]n#*({zcYA64ۣ.>xo &jrM\*&&`;^'cc]5=wʍiL5\lrM035ۃ&6+6v!je\z]6o{v]m2}&2v ^mo36Yx.ڐ\t=mep0-.fv_]e{Qsd[Lm.l]o2@n^橬S%6e.Vyۃz~ۤ)fH3BbmGt]o{QEm͋v;k]Vtv]PGPj貋ro1*>xۛ\. V(%`g,dp.좩`ƨ~*&H2r==;$}oy_Q% {j]v,>ʮV\0ǵ7ye,rYs*>xA; +wOi]6NaXu}p]z\Fhje]vTnm]oY?ʻz0MtEx=muzr]7ߕpW.A9.TtP:!4ryb^sj *̍J;tN/zPu>/8͒JX(}5\+c +rPQRS^T[Si*$k^@-Txn| _z#~6z8``w[n0[gj$e=C&Qy1:§LY6E H)O-g)} Yޗa~s[0t؂ӟ.ݧmc̑7hG5i* c!©$k%ijlZJ ba&qRZFDoȶ*"UU UL8^G̓_);}i>dy1nOnG3H9GQNeLxAҞOdGsxYWSGUHU rpMŐSlӹ۔ߝy4DAƒ9&XRj\[MV-X<@o\y;k_Q-ΝFU"g7Kec%&$ֹ + RO_lGX9}"g%sQ'ez^W&,ܚ](W=v2t5K=8` ٳ07"8wk3g@Ip\GP(\f+F[UH0^ԓ35iv*4I `߆a>wF |6Uİ!M}@0b(sw"o Ya7\}jOVvn&C;Yt?Zgݚ6d۰|&L֕؏ƴ n7ϧ[?iRnU]3v}pNŢ#B4} +Jя!Xe=Es'/ ʋ-Neq 1I ֒G<2*JnT-,yU|ns)LVa)ׁ>uܐX,fG&v7#>w)Kɞ .+YgсG.j>gg0ޗoq;kFy-Uk|Cl~Į1: [ӋRpRJ Nla[!(:7Ljk\Q8% +sE3A0%̍\ +O%:?'sq#A* M3$fkM& GA%b#bi!)j{H6qN:a fS2=`F@4~&mԙnʭIHEf QQvK%iM`wj3E-k +`no +L}NsbhF0Шq2R{>M'4eYEYʙ" $RPڄ ^0t$jNM1Q́&lB8MMqBdrpjQe#)ju78&آ`@ 0!yIp۔. 5mĈ"KhT(ZWcp);[7ңe38ʹPC()xdA(4QVb<*SJ7Oq!U=@z4m@x5rU2`jXQv:\J +V31o&ɼ\D؋Z"QB!Vy݁}Y V+<'TlYعFLYjR$*хY)^ag k/&!ZR$8Nloܒ'_I836IbxxC pCO3ͯ:W)G1)%HORr޸Dť+W[5K;LP.kYϩ~WO#tP;~W/rQvE:g!$uR n}^ +w4rH\!DS*'\N1!.Q6%iKJHR.1 7zdn:J\ϖ%PKJ=ݠ{y)Wŝp36t~yZ F[mv1aa)1v PaMZF 󪙗dw25 0Dr0PՏ!`E1tt&| +G؛pzn+zLkP#i4m)u'3,d@&A!_HieD朜.D ;QnnQ@iHr\n3gOD='J*zbȆlKJdN +<=gF[}A^HyRᖔ+B(C`{!``M͢xtX+23 q݉3?/g1_ԊsOkY؈;p"KNUKpI=^aeU΃rϟh!v-*>!*@5(dT3Rӏ@l;QȾtB5ӒH DZ!O+*_}/B!RV`8T!m̭l.b],>U_ƘG| Q$a<sUpȁ(38-ٶ +PVdoQ߬5kvF9D"uݹވ3(Zp1Yg1l\pDJƽ,몡V"5-HyU+)@Ss_*LQpC\ϣ{2XR*An +>).D +hOJ囤:$Tu|?FɑnF񱘕kkU="#Yq{Q_&h2UCh|2KkV{OP!] Zˋ_aY9xf0:=7@z.[ft.^ +#y 6~.c5zה#,dldˑ5p}|*vQsnY H4-lh B"MVC-8Ї<JbRylMTԹVUZ\l-W=Zn mKrC-E͌|N3l_Rx(| q%ʃJdZ>7͊E1CAr;h IiL(b9оc-߳NM{>P5u7Ozt/Vv->',iΖ1ҜR`zNU>s> ۋ%w3O`k|-[|#p.>ϓ)$ \o)@{~H&ny^HX68F Se/M%/b3duRZ񒲙ג=V?fT "زp&X& WH+faŴ=^@d4THdj3xuTUV"P-r 4(f,f*m"Uhpc.[<;&hxYykJ&#*BM%ϞHa1}~80?=GkDr" ^s2vސ-ۀ^ iW޸J-Cjm[ A{8Yb9M\".*Q7'8PB -ufVYZ}]4YT ̱bnB +ȩ+X@ vtyX +ɢUFhکV3 K2iC ^ 0DN9::_p8>nh@D#"q[J(ZL}r4MmRP@<'[S3\k +s!o*vi t~VINrvaGDNSJȪ 'D2bsj+}$4[M.+5vmBջZ@~_/Vo)0e4(H8@F#"U8[57ZM]9 +%ܞ5t"!>g+*,IGDJXϋlB%2G)‘VDĊϟvgXըUu``/dFF7GsrRXse 1Aԋ]0FF0>[kӦrט枚ٮ7c3Óxߚ\~!63H* +H/k݃%-XiTKU(9]xขBvj1(5hF>*Rg28u2w8\:5-+T^W˻D2P1,\ +flazՎz@_QQ*H+g8_? +ZGR~P9Z-J P}EuS 󪲧Uo5AmμUGzɽEzFq譯{䴑 yR sB~lO$PV)륢Fr:y +]hh 7nU3p_m 8N=$[r܂nUs3L@Sf +R +X! '"Pdjs6 \?̍SI~@IX &QG =qVTrQ +8O'}8~GSp*aV2Q:Bb]aVU/ENV +e*\ڳMQ_W'zI'^ubb4$0*]r4CSVbV)`ibo2MUL|IՄy1DjE?>Ash4 ikSW3-+\~ZOc.݃u%Eg]/9N8=#+;NP#CU#oe f 4Vn.U͍ FQzC9H JC%8b0;!m 7aEAKzχ<h:E o Șbj_TlrxXdh+,lwvDsG\BF;ďYF!a\Bx(_!rR wYn#͍դVJ;fP]6rFT0}6r0 [v5c1D+EOoϏ*l^\Q_%[p')h\#A3I1pYKV{Q@ K P3Rfb 1RLU¾i!OgLȜ. 6$䒂 'QB[_EJZ)ټ|jE#7p Q #`T!u(W|{UV'UOKND"W}ZeVXh$Ed +6yY_I#xDm:(y85kR?+Q'jYlriFq&?rY"fEΫv?;L&%T.TYX@r}1$Ky1Z){? 9*Ugu2UtVFr/\#+SRU-xǔu8-_c4.;F*6%8ȹΩsX=`Zq})r*Q$_Ir4v0zhdӠmu`kU} l+|E]\۾pLhXTF&kR"p5!j4[mO{wE@}ExD+Es݊C.<^=ܿߔGkjO ck/:ȽdVU`+oK^ Gt/ +bSf!h:zѵg՞əV04jK`kg<[ۚoA$ׂV))&e%p笑#HR|,γ9>=zz1<k} lq,?2vVAXyPl5(2Gf:ոBZ'Xpdʠd)y"UyD.頏9Umm[T^/kBYFm[ P>GʜD#H,V;]5j6 d4/wsw> !;QΜVKW\jg!ՉՇx +!EKfa2ƏB vKRV HŒU%1^kz(%EEz +UIUt@x)v +?T_m$Ll*FY{<5s|@VTp>Zhn(bڙ$"*u.%Г6ļ #]>7HVA% ZrC1^bxq+aW6"۸~mu "DFFvt::}^|(&5#—*-O7*N[]{|n,zY'uXBE‡&zyThqJl!ϩpy5wVw2r,dҍsWN1&'VD1Ea JVoԬF!1sz`Iϩf*>ll̹nx,Օ2=4E2dA;N/p٨EH%7߶S!I $8S*3jbb$ +Pı`|w8ZV t&+xоʹ@q*f $%cRЙA ."ʛ55de %r`rQvZQ±3ְlk4!nC_h} + +ǺAEwL0X=ǨyOo_`"5Hwkn#ˆ@IT%8T<铪!VyOԷODo$y1\DNW̼}1\z5ę-Zvgc+t{4[|Fܹۜچ^,l1mkECZ[Gn#Lb$$YŒkLJk;<;</8BN]OVUΦmmK+BcBd)7]>["xɒ^YydxQJ0(Ýj.}2ܰ\0bzS!Y[&P&b:-Cs1n̑ T18JQ5YBO `ƣnǤڃ&=h?B^ٮjbn'#,ӚIzIEmnW<3pdfŁ,`3|ϧusv#;9QotYe}^f @?n 4eyjNXUof\*sSOvywawCnw 3=vii " +CsoỄuyE)hkeL u5RnMSZI[^Y;/[kdo@Wkq k`#M3X[|*"Ul O- ̒Uo#.46%%Ěa2Ru"F"i+dWקG5YN鶚2a:|w^'ꕤ[e8~㳫zT^:vDNػm8v](>'ٕCr{6GH]'.J,H_%LJ\rT3]l;Iu} !0COYuMy0ōCxÙ‘zjʯ*n!(hޮ*jɤ5ĕ)!}7z\{ |(ƶ+]%ͥ>G+NƼ,03p,n'ޱo_q=45fe}Xe˳k*2U#dմ@D`( +N҂KQHo> H*lhjՇsP0`U,h쭅1@@6A01T2UGN4FA-'T.:]Tцބ"mcw$ $dc^S$mԋf}F˳5^ŋ=kyXv5؁}(EQCd9dqb~Or='H?3WU4APm*1 ''7a4r (Hd_%.=נ mOo饊Zy];Npic+~0Xr>1 7~BSjnCa(W0=y07"jPyTì9S#4>{|wHSVMeAgxtaБipdnUtbl~9 O`H(Nᚤ5ON='[G6j!Fmh7Z\& +(!BjEFE\L"T`͔"[S^ 9viCWQ`2H F1ܭyQi^DX +eDԿ,Vb]w1bFX̧R-ʩιÈS֦@ +vN':=ZF YEjփ7nT>KglSdJ+>fSk2%;#ֈJHwf gXԮ]gE֡#< xv]PnIcz=ifў kimgG^LK;L:ZJ^z COY pVP*:Pt4:7E'5yVpQOM"':4uo6V*NA@\D^}\@3VqÖ ;KY kçM +rAX4IR#ZW-$[5ղzp2bAϱ[ZCuNJ!:RXz9Qrs8Rr-(c4,{K$j[ e8b&eTUyOWfjQ,"NݒjՏ|$BQ4-jDڌg_t~ǷwC`ї_k@SNJֆ:hvZ\ku׽#(!V#fAYeY !:tv;#&pJFU!IwȁRmb0KDKnB!TBw8UEb62h* V+2aЛl0Y0Q28GQzz{͜"ʯ&"eѿsdS+@w*G5, 0ؼz'6{P*Kb@@B.j Nh[UȒ*H}AqKE$_ؓ+DF,"5SQ=5+R\,@Ȇwpմr38%. JR +86JL:UD*vCf,yJ@\aq$[DOd؋ԂWCr?&Ѕ}8(Ef6->I uT ٥4mE1R#0lݤF@ɘ:&8guū4A n1DxZ7D(q}O=Wr*ioR2r<%>Ċ&ڭ{eս[ro>!xbv)^lM'N[dƧ;ooFsTsSi,Fj3Ek?=&cȭLԅ, +Dc7k.X UZymBߍ܈ɘ!gC(,$4%:|^+/!sԕ3C@Ӡ*n4ESZ6KJ,ƂI[,e~ +ݍp.|bJƟ crr6yhyBF s@!ghLR:ecA-LGmFVўVc+K,cgzZÿ様Yxj7ݼ+͋©k* +-Czc8AL8l)cT[֣׃%s`[o{D*50U""ymN9h- /U^w;)wH&/=h,2sr&Wpo*oÙkgXn+T`Յ-DN7LD5Fj҂wV;7ϠSMk"O A@5gauDVv +35fi'vRQêT&{YE*C›ngƕlFVRFWIL`n]v2]+.q&wrBdOĔa4c~j1Ä<6)7uZܬŇ(4 +vJR6$XY o,[pQ*XCqŻf5`\ 1C˄Ɛ-Ʀ-em- +Ho'0bkRU iJF%c"fqbz90K꼁%b"d$0~18`q#IuZ7+O@6^+>%~/[IL{;I~&l+HP @`ϸ,[_ho}8WEJa gQ:ѪΟ`k4%Q{Q/{^5D.( OUF7Np/)102*:*٩DAF2?/%Y=xXT>s&*68ni9aaqȠ&_<!pX>ZB ȢVR(#z㍃xd N,iy#nU3(5F?mҋ-Vbv N*X"Ɇξ|Fjp3 #r^EmmMKkpŁW9O,od .ܶx18p1~NE1rV &ocoMkAJhlԤNv'UCY4+ZUd0c +Z4ZJmRtFݢ"=nZ`1}Lrc]q%bR!Qa$8{M%f8L2F[9E]#\)-Σ 0"І<8BQ03kw8ym,hưvl SLeSaI*f[Cg(#[jElQ*Lz,$P%S0Xܒu;&LKֵtc?R4V䞍gWFV4Z F}_D\jRƲeyjB:'@29 SځAH7&ښ%.Il-u@S}#=(׈/ޡ%b:b+գtФB9L2WxV̓xZ9KuQGH#3= /gDUضDkb?mu\Bj][GlaqN/^0& FެuwS`E+h?YdX+O{϶[[K^'사~nackoִWw/&<=ϗ6cT7L5*r 5Zƨi0h8DtKc-fMT6ua4e*.رʱT 'Zges.*Ԥ'm2 ޤG)yb=L]9&h@\Kw\KkPN]!p@B?ꢤζW#,mCp}1{LxQT5`e?$w3yJ +;!}lH5U0Nn~=([ڗm.[>}m}bQ;axTt7"pq ))XjI2f ](Ď$-4$3—n`aaޝmfDw*kMAFBࡰhjU`I+lU8 bI(f\u{L#XbS+1{-1`V, F 2bgucu%P/yz!$ +dKQěR;TqّQuT;܌0L9uXx/*-A8+F(DqbPU6&lpJ26)`u3 dc^K-k-f0tojsuC-]jJlQ^UfpՕ,ّX"$+QXB a&V&HTcۻGsяGe"v*;uUP/#| nQU,r8TGi;x-]-N]m>MɼGGxB]x<7vӢm͖Ff`fUF_ڐ ${Z=ʑTY]d--etVق'@0ZkUP*g$x]){r6eTs^bv~t1Tヰ9|sH Hj#BeJeDr7».IRCt-N)P+I*7ϤFH?7,Z*mEa# |CkNK1bj5{^PTDrͧ PDx9!J<O)#"F,MH@ȤSt%.cP'&U% p!&b7{ӷ=l+`;.V[sL"~u*}Q[Z@w=#ZYsDXj()>0-l`C9HYum-4%2!Hlg[o?1XZWXM|뀐dEgjHC15Bt`2@=jhB)T`!XTqdNGWCRY >=7Ι໖D`w w\ ta-B^K۠cCW="(3=LE-fݑV[,'I悿!C A<)Uܺ ܾExEk)$o,d<ͪet4YaVbU8|EBWiVb%69ڄٺŁ>sU"ud*7Իf =*o +gvãoWPIJPI , <c/TZ.ݭvOĐMJ3"6Er7F:&bU1v9Y + rEs.ꀭQT5Z$>ybDv-=Ch݈5Z,5{D+;KhkB40oVKT]SrȊ!G$LiN+G$ȋzD9ή,L(<"^0@@9."t%1E5d@";͕Ps7оz(+Ok]ק?÷غDŽ?mۍX햻|PoNOZc >;,^ޗ19XunW+Kƹf7TKb5̯MCY#9T+$ԃ?53^P Ͳx~P5@eũ2fW!YYM1 uXv`!}U2J(?2{k;&vzPvEK6:~hb-Ѫj -: .2n=·ՁES_~cSRIhdGI>p?yUEV^%B k k'(|"knUNW0K o^nu!Zi}5|DkdHyHؘk71Jw4a(UB,F!p' *07Tjl`3LVWli'=d^= +3St ]Y(xg*b(^yJ(jɒ2ٺ D58Dpq*dZBRc hq~M"UEgK. l[ѓ܆Խ_>UrMMoRrҙ><¯VHMFC7qy5t^.;|q>cnIeJ;JIGIb,42,ՈX)PJ1e̮,э8D9p{ĩ>glE ^o%Xb-H3$1Jb]$éݭhgڏy(?۸yn[ⱬZeࡰVՒ"=5x, >ʒwZ%0L\"bKζ$PcH>av%*\mATU#Mr<&.a +PobkrQ5Hym4:zQT޾@_T2uB7~['݃ +s͡(+ݺx#>1\C޻@쳰7J nZhM5j4nt (Td8Kv~6[Wù]IśsGkj﹖wKHi"ۋ,ʤYDfL*]A擠7lu=CdMz43zwn<>UWtOk NFyMBi s#LdpWu"GM`ȜTJtIqq 3֍nN7I;^U$Fjeu (&qֲ`DV '44t 1E|)niz&ANtU""M҉Q.kTـpUQD9خxniu$F'`+tڈhffX5!661iHFŨԆ"ě!el"e(1;Pݢby'0EQ9g$flv +'v'rm@ښbe%a;mmv 8¶[%U+%2s&w+nR+"j,NE%hY W)a~˃/'U=bÉ-6\̎2un%Z7LIsNnLl>㔉;?Q~~#ҋ(bgE0d@5ߋ'j1W]-MRAs3Hf\Y_p[B6_q3D`à{?kEdF>`-@N̬ȈDYFp>{)fqÚ#Po[9UB^W;|kft$Y`e!$]S)]%GJtdi<Ua+-JS+T7Wƈid=s!\n]co-YxkrBP98ԕ{<5.7Dy|scrp\@8>FNGoG9 O$fo8HQR,oLs +6tmiT 'W9&8>q ה*X9J!8>*kL8r b6R~5*nxkJymPl?`F_&tON #rV8ߚxA)u_FU`oLE&u|c)4F9XxΡʲRrqEzO9Pp|[R eN9똖uq ȬDymQL2D.a8 &=&Cȡ>bD*CoeȐ= ґ"C2doE2D\*D(G!D蹄}J^!/Om.C62d!9e3g$ R-~r=₝kNs",EY zº!2:C<(B}SgC!qv9"k,%˲B˲1ʇMl +:Rd`C4g-R.R¹dZ"f!E(8Ts_Q)oFvnhDh)"^&܆㊛[`2*d BB*F^b8a:J`ŧ= +', +@MY/a᠔l?϶B߰&zgzX#[G*Vl ۜ&,kW >bɽ+mf!wT,r2]Q@qv}@}^ B G*j*F6%UJeOoΊr8~+I!x +՝*>/Ny!2 *%zW9>;&>!a& +_z?#% +8F}9L80Fg_s" +7͑KVŁ2ylbV9q3v{RgGp&qgW:6IPn(9 +al{ASy~Nze߿sPw羮qia#/)|,/O~p$fjDXR-9]tDBȭAsӓ?1V˿" sG#lJ {1L?ܺ; č)Z3قkr>~)RA';BU^1g8l'[TI.֩Dl`|]5~*0|C^2]Xs7n?ꪬ#ڼNiHtѲĒe5v%Od|'"BSl>;߮o/Ȓf\ xDrr!APhԖom@O=}WL–Ld+XPowehֿkg}7*E So?s=} %TYJC/m=/~g}6۟k;5J|5[͹S)1,8y`)c0eW:dumyb7θ`lPgG0AN&Jt aձc* τp@~e˂`)J/ Q.yIMDRoB&%x9Ł!;M!1˯߇E)EN\LQ0QAkY)0Ur!Z]A.xl7rd'^ \*lQ|yt6:GmH@ygsƴjf]!B +wlw_Sx{7@xj@hiڣj 8]kb]cQBf7W2lӉؼi,wߣbk q0]4T-0xy*je{-t 009uabZYYbO>$'0;1zDcvu(v +A`!j9I$Utӝ0}TYu!}ƭW};Č22' ,n@ T Cu)(:R`xp /Z2k uKqb$V0(~?)9w؇v,>)}Yd,ˎe9 +ŕ](Jyg"'jUY\ˮ~T([:[CBp@ ,^Ǩ ɲVꍦ KW``u >S"_eZ[$wԡǐpaԟ +-b4F+@)}&5ʥ(3U! f-Oɵܒj *XXFy;Z@9r׹mos5/[Jsӱ;*[lײ=/x]Ed"Xw#b`Qѹ9 X3$j'\eh ȶ>LJmO&1dD`iWy_ؼR̎H-bwE`<}\ðdQr%6?8C\ ")/Zw@HMrv_&&Txe:pT` +|,?k{Xx&X$2C@׭[ yIh +iɎsY096Da=0 +U=T KJCWu6e1gsCꀨlPuTc:@^{Iٖ(ST(Uuu]g1PφC˫M<'RTv2uegHIMFM++~DS9T(;Rәj cnu;?EO9}*v6[֡. mg`CXj;J0zEٴLv64%Rt]uuܫ4euxGt{&CJ9]avK"3 eǙUCJKف^!^WcqueRqw<ծt`:JM0I#:޻#V C]UMxtCzi>Wu=GY5qhzNA:zZ1p(:\oMYLJcE,ooBEԶݟdIޱ([:[E١:uyxϮBG? +- ]dWj&C+)w.]{3~?!*G02 +0p&{Pt$kE2L1X+͞We7,AZ֗oyy":^gyjv$2 Ȣ$#rUSRrf7)OmNNq<x_WGiȯem3?> *aic8E$DPKZD5*5KDWyꈾHDH~DuÏ[u_D`5D ]!rԿ%x +R죃Vi$w&cvt_k#p#p&doL;lخY][a u="e<-㴦Jm}ZTs!m>Ԙ +nS>`*L69Y .BӠZ]94ZƢ'y=(LUձ|]9~(w_.*>[OrSG(?.TQ +;**MY,M2U`yXW)α+@b`B&flw=٢z3~Wa[5vG/#fNA`1я;1Z6MSwμlwlw]-T0trPjW}3lw):|a񮽣`` +سTf37k}>졌Da>3"mk[QB28BKkɧq\s˧f$)"D;J˯K!G oLۛ~,:fkR.#3Vsdn`tZebwܵ^Dd| ݪ+JbðS C9*K0kcZ8~̲0 64G<*Cm{פ448ZMZJWjBhD5cCXW%W: +Prervg}u=_ٹ.S#F gਅx? +G)@( >\uV!/ON} +)XhIQ_ǸyJ{ŧpp<qL)v:6&&  B©0Zϣlaᣯۧ|ָ0)ȫpC*([:_eGrg~ +"9(,A1^{/kv'7C%,sCB9v&âj+]XG|Q%#>@vpSU7C"J e kzW˜VX4_c7 /70/PLJR՗ Krel~ Su'+Ǒ|vq_wd줎վ@/d{k]l0z~чSȪ_wLjݯ펥lxߥE>l| +o-赐?!ƺS7Ko[ +]Es躟U);]FȮ^`ig8ΨQD*x#?(@۹j"nU)0+_عuF6|jLE(6&/ Jߝ:[qF:u`7;<aq??{#^Gׇww=R`yLaUj"BڵO>ۼnG}j +V#^Cx`Bcqxw3ՑñyDA`W$ k>(wlSxģesPSv+l7,w JItRլw?0ɐ:E4%[dR(~`1p-3C %z^v,=|JұٲR/;Eްl&'Tu,֏4W~NJ,v0 Rʬjvd:۔_%l1&r97NQ}~: ߪܺ)k aS.aetη!$"*qxgpBEK%$Xr~ +'@-fCPdQD%+Dɢ##J +T & SFłQ~ۮh˶nzAP_ 'igl{N6v!Lj%l9I*#YA9cTr3e`k{ +A};wĉ3UeXTLI|Me~=hkdD)naKL $P=0a90鱩 ybﮤ[̬zE qL}!)2ED"QG> 0ePbSC o-TeD1l"WNdmC=g ="7m` +ȼ!a)};&֜*9Uk8JRk0 D\ok +z!ĕ4!,!>/6IbP5pj-%a:lθ>xަ(լ׹ W#n7ѣ7I)Ux"0H-T  F0nYt},URa +Yvx6ͤb;)nˁ6+2@&Ϋ<]!46dQjtw|d+ Dԋ,49= +4GGیu,/EzeS6- D:h 0#? + -dw C&&=jH_n{I6| +ɶ\EgiOijPCg]iý0v_}&-N/ xM%pBoA5-9rcT"6r;_8[N! +aؕ׽>u,Yڑ ɾ|Bsۖz\*OaLtAdHG ]n+qZWLk{4~zEt8{Ywf0ؾ7_oء"Ck$HsByܱ &/OrHϫKŤ T?X',(oG K╷ ɏM_|m=[jA_HUH_Rf,v@KҰA;@\uU ́߭JɜָKL +~x2rsPN{w);sPUQu)8$} σ3uM/$sGh B_{x˕oL{zܱ:4~\*wyBBaHs*xTL"Sf +9n},XJOaH~}mL JXLb1FFuu|(A}AJ&\-c q;DcSqm;@Yg=8 n#}[><):e"Ue/~+XsԍZQZ"=xYm-x]bSKF_׉ؽ'yx}ڽM]" 1x`do[% =iYe>ϜV&R7-CaOR_%>d|%g0&+qt^!fyGp<Yt[q ̦L8(ueN8\m[5 +|o57^7S-j\fHJ Dw^ù-vU&:db`]&.8jǜJ}ornf[q$n:|dSc.ŕ 7_ZDb$jim6?j.qwJؤw,,`{ff4D)hY0/ v=Eϊ5j&/bK? 1u=Yu)) \iՏ\O8C 21Mдw]1v&-5`kC-ݢ$t+R +2mYdt"cJmA + 7T噜vW/c +cD$vRD,LFzʝO'GڪŘwLc->RatL+n@!b錧f>ڇ/2yw")utW%+an!jB7**XQRފ"-$_`]Ubׂ{Y U/1Mgm ֥[zgU/ *3,ֹץvzgR||Pݫ鿫܆͌D+bB{}S2HQSTAV^+wށu7  d"jt)SW/&ZYAIa`GA{4~=7" p7.p#, bw#i⢏ +E,kQEXz@,vHTxKr*l<) )Y^$͹DhxDK/DQ݋9Ë$Ԏ"‹p E/ܨ۽HDg2F*({xJC} +)vkJk`8OGjL:Ñq8^_9MΠis\wr voFb:n)WXD?̧UKRut# wdu*^C`&bt9#RAҜ!&G 2vH2Zu]9EIMC<*0&=ﯣ2[r7L" GqV&%V&ҦRG \:SɨQZ\Щrjr7B +-*IЎd˱u gA>; +SPrXLS9<\Ā2ϥ +ā\u,VxUz[eG)wC̔Pձ*nX\Y_+LוYd monX˞W|MZupq +v9H[R +Y(S Cwq'i\ٕPxQ" ڪBĦ?sa3\γb;Έew[{1%ęʈ3䲘]z' $ 8:)}|?nH +w՗}YBv9y?V(ʗQб4^P?Z 2?B%cǎ6%5kxap[Zʛz]{O/6_۶VCiu\Amħ,%2R8ʬ,VGȒ9NČ8ՁK%ę~CFk-JYmƇx8@w3Z #,![l\wSTf2*nP;޳@.o۔C5|d>JR6GN-׀Rُ'"+NFhw 1$Τ4uYb1SJ>E&ﺜ]] T$e8e!Tv9\@r9,JP(zFuNw±6K^uGƛ3{E2s'zNPdC슪Z}J=j73^2$ nja:WxXKseI:# U(헼 N%^I!pGM Np6y ++!6 Y6vdrݐ'Z ro8/R\Q6\Xʊĥ9oΰ9=}:L֏ Ҡt`,N7P9X&9,:bڽUb}%0#re.{gfL3&}16Tٳp`p@'K)_6 U$Ϯ2Dz:cbfkl p84WO5p]Un'-pxt3&%Z"ۀ #MD7ԵX#r=5$M'9ViFң@RdѬi4D2[֢`&(5|LݗսO4]'SI,LO9bS^DP$ݶi>".ѱlۜXTnr + WR2!^/:`l:w']`tRDËzJ6d#>s$]4B˖.3Oo@vdz9/*nBLK +}>Y]N-q[NKHg IJs C ") +#w#1),Li*Cw==p植TϒuY X]YT>;I(PQYv_4 1;l_Nh*]k)!I SkY}j6s#s-cS +Q9 ԰~I.Bc[Y= XlK cץ!UO!*}h*(kferO2zIx#d)Rdsu$ Az FY80rD޷C! +ÇX4oDBlhʤPOq䅆Z+Ce3<* v ;e ANF kȜ^=g$U+\ca'u0bx`vl}e$\Xs@Eχ4qe66A٪9%zŏb-=]7wX/*.vx;./|iRHzQZƓ~,SX 02 /Y kMѤb☓F{apj.ZY5(皃1N,O ^krQ}Q,0;6SuC>zY s_4\(3}tJ Y}Xb'9!o +{a>{.YA`0,ZB$.:YZ[ĥbArqyjȭ#@ĐU85VkDR pY[_U?_Xkp$v P0Vy*<,0Tn0M׏yYkq[#> +2Om mk 1[𚰼Y`W).DGt Rμ]OO s#ݛ5M޽:9iwQ=\JIGJ*65!){~$"|߉UP̻ W2*E=,-IȳIsQ ! ʹK9z]^^Mb+ɗ3xpVqٹ *|/)gMAO +G3fOvb%zj+N64905rm ]I+"!@̩c6^8.E; "zon񥹱ZPcu:"j3ɫcaC~LQv9ŞݕT?= +u$JH˿O'I6;wQJ.Ae!#V)ռ&Aoe5\c^Ԁ|9ܰF rː0 &x^#k {Oq)!Z!>:V\ *֨N.7K +#PgRyr_+~2@k{--j[Ow9}p.uJu=  +0p1QGg([n{x7.Сpڦ~f6e1"1eC9]s,qr@L 4,>q'K3?o˟j}N?^OL}R~NF**"Vki .f㋗|vն լÜk'I(9xU?kD}k{| |!^eVEˆ /Ċ9' +Hw_؎V񽇽>stream +¦(? -L$Ԯe~*90Ƅk]u+pʓw髭*֜yqׅ<]Ke7n8evGagBC"=]ҥ(U%>(EY6EhMRt/4 S+Uh39//G[BȀAre*0S +z4"׷$c$3n&p46/1kʿ-T2"{*=8od.זX!NkzT."c0׶{8V} gy@%7ȱ?FWw8!)؏۰*.c( 6Ƈĸo_Ck3Wڬ2OR|L:$lP)ӑKL?L㵭׶ W Di d7w6!EQ>nCJt@握l |hygƉ~)4c宓LfR;zjAm}uM4Du:aܯ=d ?`}vYdD^{!mf]_Շ?UƊ^@Kmyt $EZ +oydo!--B 7ۺ?^{>T!%Ttnj!Ewٙ>CmŐcH ېSK!S፲7-z)2j_2o<$"z"WZZOO9 qB3ƞ]'oe< (~Bu͏ޛ6HgT#4 b>ͳ\A*I-VktM WQ[|Ix麇3E +Ӗ [:DI֍T|wAKv/cE;>tcTͺHgK9dQo/sLg ax9\7} + +COܢ*&)xzkjsR}Т{:u방U?N ۰Cʯ#tN !>4g/ qۧy/;Gelzz$F).qFp^.w]mrvε.gV +Թ޷ҷNOF6c@)cQxmߦiCZQ*/Z$ Q.9}rQ +ZB%7@+ ;[a%T:\ uP6tmE߱CqS=~uK b귪d>P.<Lx\ɘ颈8C7~jm@h>zA1S),TسU >4;,G6Rmӣ=?ICѣlٮ7-8 DiȐGܜbCayXy e9<@A}% sc-87FY#s鳶-cO + +cof{A]8? qvF42PiW8ңG.#XrcVȵsW槗2ؘ2=aߪOl#'Lq0'þ`Pfkf_|:S9[#aU& 6+&я障{1%d؅Φ3A/s OM6&.:=aJd +douNm%:`uOΦ KDzZmZR,NsD}>'Y.}ufƆKl'@:cGN1\~-KҲ. +C\L˾Ye]rX!a=&}]ԶS\<9]s]+_$PWTO?mkagG2DUM; uE }9]g)(1D!S,k7HE *a Gpp6OHHDAxD:!Q2?n#Op'(jޜƽV*b' lym xw^j }{%>?5E5@~]F8dӕS jYa |1?YKzrm@ٸ;I< lQm,${)vޑbg&Tm{:>*biT~d[@nEBt ol3lq- +e$𮹛fx&괂^g)31gP"L̟Մ>> A1l7m\| nd+g+ +3|ӵ>o3NrjtyʅwY*l.d^;J;# +1xܔcxwUe2_.-tvU%1wAEPψ~SUuX#{W$F0?Pia _WFSSъ ??#\!:2:p9rCLlqfra'`=ޓHveh/b_ȷ?@*3(U:Z `wۀ[=ߎ9mO\T M&W#Fm@].gxr,szȵLRs63qw +`8lSF>L"6~6F%!whIUG9C0 +̏gl)@mIZへi"HtK!e{ Gx&δ`wy۝ ,gB4k( E!})] +whR߽@#EAelI|d%4[A߁瑅#),{#}_uRv9£otM3:l&}?Ϝ΄poMږ噁'diP3G& #݌FacMR̞ ՕM% n%ұ8QǙzWavQHDԟDDG`?2D Kc0ˬ8|fe4k`@ +-9ҨjVBOH>nf4zeXۯS}m6_^e'PUm-]x&Lug/?Q P S9gm=E߾R:;Ձl |w~ =nfpGR,׹JzJ&JdP?3ZV2.9qʜ3͇nZV˾ |Gt)$u;4A(7Mx: *!w3cpdaFx%BF-@f!5182r3hn}*\{MQ373n}w-r2D칊ON)[Ψ:^<"6#s5>FRlG90a甬fHJhE 疅n;+FIY}n׭[TQy.bar咀MJ#7ٝֆ49f3Ӿ3QzjjǢ0LC'PB֕lPȓ3|H,t>@K6]śx )`SmIaJHdsmU4a2HzBQTeő7`!o\yFfZM MQ2& Vnk- W >K&.mY"U.}X-C d?X"c*kpBlk,.[)Hy$mCSX"ŮLVKX&:5aۤVHKka[tʄ3q *s7% 2J|9EG.N4BĚ~r8S*#q@sj.RXz"Ŭdoh9m#r @l46cݻv}&G@ +ppp?W]r|Kroj<3Xbt No*_q@{|Y,tq\5J$7#c9uxmo?{ݟzO/~oWBxT>;}w/-񫷟տ_7ů@'|<|vg_dz{/W77?~o ϟ?r endstream endobj 8 0 obj [7 0 R 6 0 R 5 0 R] endobj 221 0 obj <> endobj xref 0 222 0000000000 65535 f +0000000016 00000 n +0000000173 00000 n +0000024397 00000 n +0000000000 00000 f +0000086380 00000 n +0000086466 00000 n +0000086539 00000 n +0000171470 00000 n +0000024448 00000 n +0000025998 00000 n +0000062420 00000 n +0000087197 00000 n +0000086966 00000 n +0000087079 00000 n +0000064999 00000 n +0000065156 00000 n +0000065313 00000 n +0000065472 00000 n +0000065631 00000 n +0000065790 00000 n +0000065948 00000 n +0000066106 00000 n +0000066265 00000 n +0000066424 00000 n +0000066582 00000 n +0000066741 00000 n +0000066899 00000 n +0000067058 00000 n +0000067217 00000 n +0000067374 00000 n +0000067531 00000 n +0000067689 00000 n +0000067848 00000 n +0000068005 00000 n +0000068163 00000 n +0000068322 00000 n +0000068480 00000 n +0000068639 00000 n +0000068797 00000 n +0000068955 00000 n +0000069114 00000 n +0000069272 00000 n +0000069431 00000 n +0000069590 00000 n +0000069748 00000 n +0000069907 00000 n +0000070066 00000 n +0000070225 00000 n +0000070383 00000 n +0000070542 00000 n +0000070701 00000 n +0000070860 00000 n +0000071019 00000 n +0000071178 00000 n +0000071337 00000 n +0000071495 00000 n +0000071654 00000 n +0000071813 00000 n +0000071971 00000 n +0000072130 00000 n +0000072289 00000 n +0000072448 00000 n +0000072606 00000 n +0000072765 00000 n +0000072923 00000 n +0000073082 00000 n +0000073241 00000 n +0000073398 00000 n +0000073557 00000 n +0000073716 00000 n +0000073873 00000 n +0000074032 00000 n +0000074191 00000 n +0000074350 00000 n +0000074509 00000 n +0000074667 00000 n +0000074826 00000 n +0000074985 00000 n +0000075144 00000 n +0000075303 00000 n +0000075462 00000 n +0000075621 00000 n +0000075780 00000 n +0000075939 00000 n +0000076098 00000 n +0000076257 00000 n +0000076416 00000 n +0000076574 00000 n +0000076732 00000 n +0000076891 00000 n +0000077049 00000 n +0000077208 00000 n +0000077367 00000 n +0000077526 00000 n +0000077685 00000 n +0000077844 00000 n +0000078003 00000 n +0000078162 00000 n +0000078320 00000 n +0000078479 00000 n +0000078639 00000 n +0000078798 00000 n +0000078957 00000 n +0000079117 00000 n +0000079276 00000 n +0000079436 00000 n +0000079596 00000 n +0000079756 00000 n +0000079916 00000 n +0000080076 00000 n +0000062486 00000 n +0000064435 00000 n +0000064485 00000 n +0000086316 00000 n +0000086252 00000 n +0000086188 00000 n +0000086124 00000 n +0000086060 00000 n +0000085996 00000 n +0000085932 00000 n +0000085868 00000 n +0000085804 00000 n +0000085740 00000 n +0000085676 00000 n +0000085612 00000 n +0000085548 00000 n +0000085484 00000 n +0000085420 00000 n +0000085356 00000 n +0000085292 00000 n +0000085228 00000 n +0000085164 00000 n +0000085100 00000 n +0000085036 00000 n +0000084972 00000 n +0000084908 00000 n +0000084844 00000 n +0000084780 00000 n +0000084716 00000 n +0000084652 00000 n +0000084588 00000 n +0000084524 00000 n +0000084460 00000 n +0000084396 00000 n +0000084332 00000 n +0000084268 00000 n +0000084204 00000 n +0000084140 00000 n +0000084076 00000 n +0000084012 00000 n +0000083948 00000 n +0000083884 00000 n +0000083820 00000 n +0000083756 00000 n +0000083692 00000 n +0000083628 00000 n +0000083564 00000 n +0000083500 00000 n +0000083436 00000 n +0000083372 00000 n +0000083308 00000 n +0000083244 00000 n +0000083180 00000 n +0000083116 00000 n +0000083052 00000 n +0000082988 00000 n +0000082924 00000 n +0000082860 00000 n +0000082796 00000 n +0000082732 00000 n +0000082668 00000 n +0000082604 00000 n +0000082540 00000 n +0000082476 00000 n +0000082412 00000 n +0000082348 00000 n +0000082284 00000 n +0000082220 00000 n +0000082156 00000 n +0000082092 00000 n +0000082028 00000 n +0000081964 00000 n +0000081900 00000 n +0000081836 00000 n +0000081772 00000 n +0000081708 00000 n +0000081644 00000 n +0000081580 00000 n +0000081516 00000 n +0000081452 00000 n +0000081388 00000 n +0000081324 00000 n +0000081260 00000 n +0000081196 00000 n +0000081132 00000 n +0000081068 00000 n +0000081004 00000 n +0000080940 00000 n +0000080876 00000 n +0000080812 00000 n +0000080748 00000 n +0000080684 00000 n +0000080620 00000 n +0000080556 00000 n +0000080492 00000 n +0000080428 00000 n +0000080364 00000 n +0000080300 00000 n +0000080236 00000 n +0000086848 00000 n +0000086880 00000 n +0000086730 00000 n +0000086762 00000 n +0000086612 00000 n +0000086644 00000 n +0000087272 00000 n +0000087473 00000 n +0000088536 00000 n +0000098586 00000 n +0000164175 00000 n +0000171505 00000 n +trailer <]>> startxref 171761 %%EOF \ No newline at end of file diff --git a/_design_assets/europe-header.pxm b/_design_assets/europe-header.pxm new file mode 100644 index 0000000..f922d45 Binary files /dev/null and b/_design_assets/europe-header.pxm differ diff --git a/_design_assets/intro-logo.pxm b/_design_assets/intro-logo.pxm new file mode 100644 index 0000000..791b0f3 Binary files /dev/null and b/_design_assets/intro-logo.pxm differ diff --git a/_design_assets/small-logo.pxm b/_design_assets/small-logo.pxm new file mode 100644 index 0000000..edf4919 Binary files /dev/null and b/_design_assets/small-logo.pxm differ diff --git a/_includes/nav.ext b/_includes/nav.ext new file mode 100644 index 0000000..00914fb --- /dev/null +++ b/_includes/nav.ext @@ -0,0 +1,25 @@ +{% capture location %}{{ page.url | remove_first:'/' | split:'/' | first }}{% endcapture %} + diff --git a/_layouts/country.html b/_layouts/country.html index ee6c735..213cbb5 100644 --- a/_layouts/country.html +++ b/_layouts/country.html @@ -1,15 +1,11 @@ --- -layout: default +layout: header --- -
-
-
-
-

{{ page.title }}

-
- {{ content }} -
-
-
-
\ No newline at end of file +
+

{{ page.title }}

+ +
Note: This is an archive of main #codeEU events, which took place during the first Code Week from November 25 to 30, 2013. To add and view new events, please visit the new events website.
+ + {{ content }} +
diff --git a/_layouts/default.html b/_layouts/default.html index e77237b..3c85ace 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,71 +1,128 @@ - - - - - - - - {{ site.name }} - {{ page.title }} - - - - - - - - - - - - - - - - - - - - - - - - - {{ content }} - - -
- - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + Europe Code Week 2018 - {{ page.title }} + + + + + +
+ + + + + {{ content }} + + + + + + +
+ + + +
+ + + + + + + + + diff --git a/_layouts/header.html b/_layouts/header.html new file mode 100644 index 0000000..d2dd88a --- /dev/null +++ b/_layouts/header.html @@ -0,0 +1,14 @@ +--- +layout: default +--- + +
+
+

CodeWeek.EU

+

10th — 18th October • #codeEU

+ + {% include nav.ext %} +
+
+ +{{ content }} diff --git a/_layouts/page.html b/_layouts/page.html index ee6c735..dc4c750 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -2,14 +2,24 @@ layout: default --- -
-
-
-
-

{{ page.title }}

-
- {{ content }} -
-
-
-
\ No newline at end of file + +
+
+

{{ page.title }}

+ EU Code Week 2018 + +
+
+ + + +
+
+
+ {{ content }} +
+
+
diff --git a/_layouts/post.html b/_layouts/post.html index f3dbd7a..11f6480 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,14 +1,93 @@ --- layout: default --- -
-
-
-
-

{{ page.title }}

- Published on {{ page.date | date_to_string }} -

{{ content }}

-
+ + +
+
+

{{ page.title }}

+ EU Code Week 2018 + +
+
+ + + +
+
+
+ + + +
+ +
+ + +
+ + +
+ +
+ + +
+

{{ page.title }}

+
+ + + + + +
+{{ content }} + + + +
+ + {% for tag in page.tags %} + {{ tag }} + {% endfor %} +
+ +
+ + +
+
+ + + + + + +
+ +
+ + + +
-
-
+
+ \ No newline at end of file diff --git a/_layouts/resource.html b/_layouts/resource.html new file mode 100644 index 0000000..77317b2 --- /dev/null +++ b/_layouts/resource.html @@ -0,0 +1,28 @@ +--- +layout: default +--- + + +
+ +
+

Coding resources from {{ page.title }}

+ EU Code Week 2018 + +
+ +
+ + + +
+
+
+ {{ content }} +
+
+
diff --git a/_posts/2013-10-23-what-kind-of-events-europe-code-week.markdown b/_posts/2013-10-23-what-kind-of-events-europe-code-week.markdown new file mode 100644 index 0000000..299f02e --- /dev/null +++ b/_posts/2013-10-23-what-kind-of-events-europe-code-week.markdown @@ -0,0 +1,29 @@ +--- +layout: post +title: "What kind of events can we do for Europe Code Week?" +date: 2013-10-23 23:11:42 +categories: news +--- + +That's the number one question we've been getting in the past few days. The short answer is: anything goes, as long as it's about getting people excited about computer programming! + +Your event can be a lecture on how to start coding. A beginner workshop. For kids, women, your parents. A developer meet up with beginner topics. Just try to make it accessible for those who have never tried coding before and might even be a bit afraid to `print` their first `"Hello world"` in the Terminal. + +To give you a few ideas: + +- we have a WordPress workshop confirmed for Code Week in [Sweden](http://codeweek.eu/learn/sweden); +- Mozilla Space in [Slovenia](http://codeweek.eu/learn/slovenia) is hosting a workshop on [Mozilla WebMaker](http://webmaker.org), a tool that helps you create the web; +- CoderDojos are rocking all over [Ireland](http://codeweek.eu/learn/ireland) and getting kids excited about code; +- women in [Luxembourg](http://codeweek.eu/learn/luxembourg) will be able to participate in an Intro to Web Dev workshop; +- University of Nicosia in [Cyprus](http://codeweek.eu/learn/cyprus) is opening their doors to high school students with a series of lectures and workshops on software development hosted by graduates; +- [@zilvertoon](https://twitter.com/codeweekeu/status/392686855105576960) is looking for a place in Antwerp, [Belgium](http://codeweek.eu/learn/belgium) that can host coding classes for less privileged children. (Know anyone that can help? Get in touch!) + +And that's just the tip of the iceberg. So, it's totally up to you to come up with your event or start a new chapter of a global movement like [CoderDojo](http://coderdojo.com) or [Rails Girls](http://railsgirls.com). Feel free to be inspired by existing initiatives, mix and match to create something that your city needs. You don't need a special permission from us to start something, the event doesn't even have to be strictly between November 25-30. + +In short, you know your city best, and you probably already have a group in mind that you'd like to help. If you are looking for help, let us know and we'll ask for help through our network. There are people out there who are willing to help, we just need you to make the choice and create the first spark. The time to act is now, we are all responsible for raising the digital literacy of Europe. + +And if you already have success stories from your community, no matter how big or small, send them our way, so we can share some inspiration through our network. + +**Let's get Europe coding!** + +Code \ No newline at end of file diff --git a/_posts/2013-11-02-europe-code-week-ireland-web-summit.markdown b/_posts/2013-11-02-europe-code-week-ireland-web-summit.markdown new file mode 100644 index 0000000..e3429bc --- /dev/null +++ b/_posts/2013-11-02-europe-code-week-ireland-web-summit.markdown @@ -0,0 +1,18 @@ +--- +layout: post +title: "Europe Code Week Ireland at the Web Summit" +date: 2013-11-02 20:36:42 +categories: news +--- + +[Ireland](/learn/ireland), the home of [CoderDojo](http://coderdojo.com/), is going for gold! Starting as one of the most active Europe Code Week countries, it even took over [The Web Summit](http://websummit.net), Europe's biggest tech conference with over 10,000 attendees. + +[Julie Cullen](https://twitter.com/cullej29), Irish Code Week Ambassador and Neelie Kroes' Young Advisor, was busy promoting Europe Code Week at this year's Web Summit in partnership with CoderDojo. Ireland already has over 200 organizations taking part in Europe Code Week from November 25-30 and they are inviting YOU to join the challenge and add existing or new events to our [Europe Coding Map](http://codeweek.eu/map/). + +![Julie Cullen promoting Europe Code Week](/img/codeeu_websummit.jpg) + +If you're not yet familiar with the amazing work CoderDojo is doing in Ireland and elsewhere, we believe Europe Code Week is a great excuse to [start](http://coderdojo.com/get-involved) and give young people in your community a chance to start coding early. + +![Julie Cullen about Europe Code Week](/img/ireland_codeeu1.jpg) + +![Ciaran Cannon about Europe Code Week](/img/ireland_codeeu2.jpg) \ No newline at end of file diff --git a/_posts/2013-11-08-over-100-coding-opportunities-in-europe.markdown b/_posts/2013-11-08-over-100-coding-opportunities-in-europe.markdown new file mode 100644 index 0000000..fda7aa1 --- /dev/null +++ b/_posts/2013-11-08-over-100-coding-opportunities-in-europe.markdown @@ -0,0 +1,20 @@ +--- +layout: post +title: "Over 100 opportunities to learn coding all over Europe!" +date: 2013-11-08 21:36:42 +categories: news +--- + +Europe wants to code! At the time of writing, the [Coding Map of Europe](/map) already features **over 60 events** that will be taking place between November 25 - 30, this year's first Europe Code Week. On top of that, there are almost **50 other initiatives** that can help you learn more about computer programming throughout the year. + +![Europe Code Map, November 8, 2013](/img/code_map-20131108.jpg) + +Last week we highlighted [Ireland's Code Week efforts](http://codeweek.eu/news/2013/11/02/europe-code-week-ireland-web-summit.html), with over 200 organizations already on the #codeEU train. + +This week, the honorable mention goes to [Croatia](/learn/croatia/). The Croatian Code Week, with its own [Facebook page](https://www.facebook.com/CodeWeekHr), currently has 16 confirmed Code Week events all over the country. The events are mostly aimed at elementary school students, with more than 800 students and teachers participating. We're pretty sure they can easily break the magic 1,000 barrier if they keep up the pace! + +![800 in Croatian Code Week](/img/croatia_800.jpg) + +Big thanks and kudos to Ivana Ružić, Croatian Code Week ambassador and teacher of informatics at the [I.osnovna škola Čakovec](http://www.os-prva-ck.skole.hr), who's leading the charge and putting Croatia, the youngest EU member state, on the coding map. + +Don't forget that you can still put your own event, coding club or other initiative on the map. After you add your event to the map, make sure to send us the info about the event either via email or a GitHub Pull Request, so we can also feature it on [your country's page](/learn). \ No newline at end of file diff --git a/_posts/2013-11-18-neelie-kroes-message-coders-are-new-rock-stars.markdown b/_posts/2013-11-18-neelie-kroes-message-coders-are-new-rock-stars.markdown new file mode 100644 index 0000000..64f719f --- /dev/null +++ b/_posts/2013-11-18-neelie-kroes-message-coders-are-new-rock-stars.markdown @@ -0,0 +1,21 @@ +--- +layout: post +title: "Neelie Kroes has a special #codeEU message: you won't regret learning to code!" +date: 2013-11-18 17:44:42 +categories: news +--- + +*"From simulating stars to simulating shopping - from finding your way through the traffic to finding the Higgs boson. Coding is a new life skill and coders are the new rock stars."* + +That's the [message](http://www.youtube.com/watch?v=MfxWn4YHXt4) Neelie Kroes, Vice-President of the European Commission for the [Digital Agenda](http://ec.europa.eu/digital-agenda/), decided to share with everyone involved with #codeEU. Watch her welcome message and words of support below. + + + +On Neelie's blog, you can also read a special guest blog post, written by Alja Isaković, Neelie Kroes' Young advisor and #codeEU ambassador from Slovenia: **[Will we code our own future or just wait for jobs to disappear?](http://ec.europa.eu/commission_2010-2014/kroes/en/content/will-we-code-our-own-future-or-just-wait-jobs-disappear)** + +Meanwhile, Ireland is still one of the most active countries. EU Code Week Ireland was officially launched today at a [special event](http://www.finegael.ie/latest-news/2013/ireland-should-aim-to-set/index.xml) by An Taoiseach, Enda Kenny TD; Minister of State at the Department of Education and Skills, Ciarán Cannon; and Neelie Kroes' Young advisor and #codeEU ambassador from Ireland, Julie Cullen, who wrote an excellent guest blog post for the [CoderDojo](http://coderdojo.com/) website: **[EU Code Week in Ireland](http://coderdojo.com/news/eu-code-week-ireland)**. + + + + +Remember: Europe Code Week starts next week, with almost 200 events taking places all over Europe. It's not too late to join in! Just send us the details of your event and add it to the Coding Map of Europe: [http://codeweek.eu/map/](http://codeweek.eu/map/) \ No newline at end of file diff --git a/_posts/2013-11-19-eu-code-week-ireland-video.markdown b/_posts/2013-11-19-eu-code-week-ireland-video.markdown new file mode 100644 index 0000000..4eeb458 --- /dev/null +++ b/_posts/2013-11-19-eu-code-week-ireland-video.markdown @@ -0,0 +1,13 @@ +--- +layout: post +title: "Watch EU Code Week Ireland video featuring young coders" +date: 2013-11-19 11:00:42 +categories: news +--- + +Ireland has a goal: reaching 400 Europe Code Week events by the end of the week. Yesterday their Primer Minister [launched #codeEU at St Gerald’s College](http://www.techcentral.ie/taoiseach-revisits-st-geralds-college-to-launch-europe-code-week/) and now they have a special [promo video](https://vimeo.com/79755229) featuring aspiring young coders and Julie Cullen, Irish #codeEU ambassador. + + +EU Code Week Ireland 2013 - November 25 to November 30 from galwayeducentre on Vimeo. + +If you still need to convince friends, family and others about how fun coding is, this video is definitely worth sharing! \ No newline at end of file diff --git a/_posts/2013-11-21-over-200-europe-code-week-events.markdown b/_posts/2013-11-21-over-200-europe-code-week-events.markdown new file mode 100644 index 0000000..c159b7e --- /dev/null +++ b/_posts/2013-11-21-over-200-europe-code-week-events.markdown @@ -0,0 +1,18 @@ +--- +layout: post +title: "200 #codeEU events and counting!" +date: 2013-11-21 19:38:42 +categories: news +--- + +This is just incredible: less than two weeks ago we happily [announced](http://codeweek.eu/news/2013/11/08/over-100-coding-opportunities-in-europe.html) over 100 coding opportunities with 60 events on the [Coding Map of Europe](/map). Well, that's old news now. At the moment of writing, the map already features **219 events** that will be taking place next week, November 25-30, all over Europe. All these events will help beginners of all ages learn new digital skills and [code their own future](http://coderdojo.com/news/eu-code-week-ireland). + +![Europe Code Map, November 21, 2013](/img/code_map-20131121.jpg) + +We are extremely thankful for this incredible response from countless organizations, institutions and individuals, who are willing to share the joy of coding, often in their spare time, with little or no budget. If you're as inspired as we are about what's going on, keep in mind that there are still a few days left to plan your #codeEU event and join the coding movement next week. + +And remember, two is a group already! Yesterday, an [inspiring photo](https://www.facebook.com/codeEU/posts/416096991849882) was posted on our Facebook page with a story about a small group of six 9-10 year old kids in Brussels, who are learning Scratch with the help of their parents. This is exactly what Europe Code Week is all about! + +And while Ireland and Croatia are still contributing a large number of events, we're happy to report new events are also being added in Bulgaria, Malta, Italy, Netherlands, Lithuania and elsewhere. Check out the [Coding Map of Europe](/map) for more, add your event, and send us the basic info if you want to see your event or initiative featured on your [country's page](/learn). + +You can also help us by spreading the word about #codeEU and convince your non-coding friends to join one of the events next week or start learning online. Let's get Europe coding! \ No newline at end of file diff --git a/_posts/2013-11-23-20-resources-for-coding-beginners.markdown b/_posts/2013-11-23-20-resources-for-coding-beginners.markdown new file mode 100644 index 0000000..abd80d4 --- /dev/null +++ b/_posts/2013-11-23-20-resources-for-coding-beginners.markdown @@ -0,0 +1,16 @@ +--- +layout: post +title: "20 resources you can use to teach beginners about computer programming" +date: 2013-11-23 17:25:42 +categories: tips +--- + +[@daniel_oreilly](https://twitter.com/daniel_oreilly/) from [@CoderDojoArmagh](https://twitter.com/coderdojoarmagh) compiled a great [presentation](https://speakerdeck.com/daniel_oreilly/20-educational-resources-for-eu-code-week) with ideas/tools/resources that can help you introduce programming to your classroom or computer club. + +
+
+ +
+
+ +Do you have more suggestions? Let us know via [Twitter](http://twitter.com/{{site.contact.twitter}}) or [Facebook](https://www.facebook.com/{{site.contact.facebook}})! \ No newline at end of file diff --git a/_posts/2013-11-25-best-moments-of-code-week-day-1.markdown b/_posts/2013-11-25-best-moments-of-code-week-day-1.markdown new file mode 100644 index 0000000..71392eb --- /dev/null +++ b/_posts/2013-11-25-best-moments-of-code-week-day-1.markdown @@ -0,0 +1,31 @@ +--- +layout: post +title: "Best moments of the 1st #codeEU day: kids love making games, not just playing them" +date: 2013-11-25 23:25:42 +categories: news +--- + +It's inspiring to follow all the action surrounding the first Europe Code Week on Twitter. Here are some of our favorite tweets from the first day: + + + + + + + + + + + + + + + + + + + + + + +We hope you'll keep the photos coming on [Twitter](http://twitter.com/{{site.contact.twitter}}) and [Facebook](https://www.facebook.com/{{site.contact.facebook}}). Don't forget to use the hashtag [#codeEU](https://twitter.com/search?q=%23codeEU&src=typd), so we can find your special moments more easily! \ No newline at end of file diff --git a/_posts/2013-11-26-best-moments-of-code-week-day-2.markdown b/_posts/2013-11-26-best-moments-of-code-week-day-2.markdown new file mode 100644 index 0000000..f0b49dc --- /dev/null +++ b/_posts/2013-11-26-best-moments-of-code-week-day-2.markdown @@ -0,0 +1,32 @@ +--- +layout: post +title: "Best moments of the 2nd #codeEU day: never too old to code" +date: 2013-11-26 23:59:23 +categories: news +--- + +Europe Code Week is in full swing all over the EU. Events are still being added to the [Coding Map of Europe](/map/) and we're really close to reaching the magic number of 300 #codeEU events! + +Yesterday we highlighted some of the best moments of the [first #codeEU day](http://codeweek.eu/news/2013/11/25/best-moments-of-code-week-day-1.html) that mostly featured kids learning to code in schools. Our favorite photo from the second day shows that it's never to late to learn a new skill, even coding. + + + + +[Julie Cullen](https://twitter.com/cullej29), our Irish #codeEU ambassador, gave a [great interview](http://technology.ie/julie-perfect-ambassador-europe-code-week-audio/) for the Technology.ie podcast in which she talks about how the Code Week started and reminds us that coding isn't just for programmers. And yes, Julie and many of the other volunteers who are organizing various Code Week events, aren't programmers. The only prerequisite you need to join Code Week is an eagerness to learn new digital skills that can help you regardless of what your profession is. + +We also love the smiles we received from a #codeEU event in Warsaw, Poland. Yes, learning new things can be fun! + + + + +Finally, a glimpse into a #codeEU event in Cyprus, which combined both coding and robotics (this week is also [European Robotics Week](http://www.eu-robotics.net/eurobotics-week/)). Another great example of how coding can be applied to a lot of different fields. + + + + +If you're hosting your #codeEU event in the next days, don't forget that we can't wait to see more photos posted on [Twitter](http://twitter.com/{{site.contact.twitter}}) and [Facebook](https://www.facebook.com/{{site.contact.facebook}}) under the hashtag [#codeEU](https://twitter.com/search?q=%23codeEU&src=typd). + +And remember: + + + \ No newline at end of file diff --git a/_posts/2013-11-27-best-moments-of-code-week-day-3.markdown b/_posts/2013-11-27-best-moments-of-code-week-day-3.markdown new file mode 100644 index 0000000..475c824 --- /dev/null +++ b/_posts/2013-11-27-best-moments-of-code-week-day-3.markdown @@ -0,0 +1,50 @@ +--- +layout: post +title: "Best moments of the 3rd #codeEU day: girls code!" +date: 2013-11-27 23:58:42 +categories: news +--- + +Day #3 of Europe Code Week is behind us, and we keep getting your wonderful photos from every corner of Europe. We are also very glad to be able to welcome [Kosovo](http://codeweek.eu/learn/kosovo/) as one of the countries participating in #codeEU with coding workshops for youngsters. + +A lot of #codeEU events are in fact aimed at our youngest. We're very happy to see that they usually feature a lot of girls as well. The girls coding at [Lab_13](http://lab13network.wordpress.com) in Irchester, Northants (UK) were especially keep on embracing coding today. + + + + + + + +We're certainly getting a lot of smiles from all over Europe. CoderDojo in Brussels, where Mercedes M Diaz, the Belgian Young Advisor, was [helping out today](https://twitter.com/karin_ds/status/405696303138889728), even sent us a warm group hug over Twitter. + + + + +CoderDojos are of course still going strong in Ireland. Microsoft CoderDojo Dublin was especially lucky today by having Julie Cullen, Irish Young Advisor, helping them out and learning a thing or two herself. + + + + +It was also a fun day at the [GEMS World Academy in Etoy](http://learningfreewheel.wordpress.com/an-inquiry-into-genius-hour/), Switzerland. Don't take our word for it, watch 6th graders explain how to code in [Hopscotch](http://gethopscotch.com/), an iPad app similar to [Scratch](http://scratch.mit.edu), which allows kids to create their own fun games while learning the basic principles of computer programming. + +

Hopscotch intro. #geniushour #codeEU. Created by 6th graders from shillinberlin on Vimeo.

+ +You can find more highlights from Etoy on their [website](http://learningfreewheel.wordpress.com/2013/11/27/european-code-week-codeeu-day-three/). We also love the following photo of kids playing with LeapMotion. We can't wait to hear more about how the kids themselves would include gestures in their own applications! + + + + +And again, it's not just the young. In Romania, they organized a special coding event for NGOs, who can certainly use their skills to do a lot of good. + + + + +In Galway, Ireland, they're also proving that you're never to old to learn coding. + + + + +How can you not be inspired by these stories? We've seen a lot in just three days, but keep in mind that there are even more events coming up in the second half of the week. So please, keep the photos coming on [Twitter](http://twitter.com/{{site.contact.twitter}}) and [Facebook](https://www.facebook.com/{{site.contact.facebook}}) under the hashtag [#codeEU](https://twitter.com/search?q=%23codeEU&src=typd)! + + + \ No newline at end of file diff --git a/_posts/2013-11-27-who-is-behind-europe-code-week.markdown b/_posts/2013-11-27-who-is-behind-europe-code-week.markdown new file mode 100644 index 0000000..45c497f --- /dev/null +++ b/_posts/2013-11-27-who-is-behind-europe-code-week.markdown @@ -0,0 +1,20 @@ +--- +layout: post +title: "Who's behind Europe Code Week?" +date: 2013-11-27 16:35:23 +categories: news +--- + +If you read the [About](/about) page, you know the official answer: "The initiative was launched by [Neelie Kroes' Young Advisors](http://ec.europa.eu/digital-agenda/en/young-advisors) with the support from [DG Connect](http://ec.europa.eu/dgs/connect/en/content/dg-connect) at the European Commission". The Young Advisors are a diverse group of young people from all over Europe, who advise VP Kroes on everything related to the [Digital Agenda for Europe](http://ec.europa.eu/digital-agenda/). + +But we wanted to do more than just advise. So we came up with the idea of Europe Code Week, launched it in record time as an open source project, and we're helping people learn about coding at various #codeEU events in our own countries this week. + +We kicked off Code Week with a meeting with DG Connect in Brussels to present and discuss the project, and to start planning for an even better Code Week next year. You want to meet some of the #codeEU ambassadors from your country? + +![Young Advisors meeting in November 2013 in Brussels](/img/young_advisors-brussels_meeting-nov13.jpeg) + +Third from the left is [Janne Elvelid](https://ec.europa.eu/digital-agenda/node/50636), #codeEU ambassador from Sweden. Next to him [Gyula Vamosi](https://ec.europa.eu/digital-agenda/node/50634), who is busy bringing coding skills to the Roma community across Europe. Sixth from the left is [Alja Isaković](https://ec.europa.eu/digital-agenda/node/50628), #codeEU ambassador from Slovenia and the driving force of the initiative. Next to her, in the middle, [Julie Cullen](https://ec.europa.eu/digital-agenda/node/50641), #codeEU ambassador from Ireland, who's holding a special vase made of Galway glass, engraved with the EU Code Week Ireland logo. On Julie's right [Luis Iván Cuende](https://ec.europa.eu/digital-agenda/node/50646) and [Alberto Elías](https://ec.europa.eu/digital-agenda/node/50652) from Spain, who are planning another exciting project for young coders (more on that soon!). On their right is [Jana Huisman](https://ec.europa.eu/digital-agenda/en/jana-huisman), originally from Netherlands, but currently studying and promoting #codeEU in Germany, followed by [Renata Danieliene](https://ec.europa.eu/digital-agenda/node/50649) behind her, who's been helping with the [National Digital Coalition in Lithuania](http://www.eu2013.lt/en/news/pressreleases/national-digital-coalition-will-promote-wider-use-of-modern-technologies) and by [Maria Prekopova](https://ec.europa.eu/digital-agenda/node/50715) from Slovakia. + +We were missing Young Advisors [Mercedes Díaz Sánchez](https://ec.europa.eu/digital-agenda/node/50709) (Belgium), [Anna Mazgal](https://ec.europa.eu/digital-agenda/node/50613) (Poland), [Lucie Jagu](https://ec.europa.eu/digital-agenda/node/50644) (France and Austria), [Jordan Hatch](https://ec.europa.eu/digital-agenda/node/50637) (UK) and [Gabriel Dragomir](https://ec.europa.eu/digital-agenda/node/50633) (Romania), who also acted as #codeEU ambassadors in their own countries. We also wanted to use this opportunity to thank #codeEU ambassadors from other countries, who aren't Young Advisors. Especially Ivana Ružić from Croatia, who is doing a fantastic job at promoting #codeEU in [Croatian schools](https://www.facebook.com/CodeWeekHr). + +During our meeting in Brussels we had a lot of interesting discussions and ideas. Do you want to know what's coming up for Europe Code Week next year? Well, it's a bit too soon to tell. But the success of this year has certainly proven that Europe needs a Code Week, if not a whole month or year, so we'll be rolling up our sleeves again in the coming months. You can help us by [sending in](mailto:{{site.contact.email}}) inspiring stories with tips from your #codeEU events or your own ideas for the future of #codeEU. \ No newline at end of file diff --git a/_posts/2013-11-28-best-moments-of-code-week-day-4.markdown b/_posts/2013-11-28-best-moments-of-code-week-day-4.markdown new file mode 100644 index 0000000..818d0fe --- /dev/null +++ b/_posts/2013-11-28-best-moments-of-code-week-day-4.markdown @@ -0,0 +1,27 @@ +--- +layout: post +title: "Best moments of the 4th #codeEU day: smiles and hacking things" +date: 2013-11-28 23:50:31 +categories: news +--- + +The photo that made our day was certainly this big smile from Galway, Ireland. + + + + +When talking about coding, we often think about creating apps. But computer code is also used to control robots and other physical things. + + + + +Check out one of the Arduino based robots, built during #codeEU in a CoderDojo in Dublin, in action below. + + + +At the [GEMS Academy in Etoy](http://learningfreewheel.wordpress.com/2013/11/28/european-code-week-codeeu-day-four/) they had another fun day. We especially loved this photo of a digital camera being dissected. Why be satisfied with things somebody else builds them when you can take them apart and build a better version on your own? + + + + +You can of course see more highlights on [Twitter](http://twitter.com/{{site.contact.twitter}}) and [Facebook](https://www.facebook.com/{{site.contact.facebook}}) under the hashtag [#codeEU](https://twitter.com/search?q=%23codeEU&src=typd). Keep your photos coming in! \ No newline at end of file diff --git a/_posts/2013-11-29-best-moments-of-code-week-day-5.markdown b/_posts/2013-11-29-best-moments-of-code-week-day-5.markdown new file mode 100644 index 0000000..abf907f --- /dev/null +++ b/_posts/2013-11-29-best-moments-of-code-week-day-5.markdown @@ -0,0 +1,61 @@ +--- +layout: post +title: "Best moments of the 5th #codeEU day: kids teaching kids" +date: 2013-11-29 23:11:17 +categories: news +--- + +Today **the 300th #codeEU event** was added to the [Coding Map of Europe](/map). Together with almost 70 other coding initiatives going on throughout the year, we now have almost 400 learning opportunities mapped across Europe! + +While these numbers are pretty impressive, it really is about the small moments at each of your events that make all of this worthwhile. + +The GEMS Academy Etoy in Switzerland was again busy with various coding activities. We especially enjoyed this photo of grade 4 kids sharing their Hopscotch tricks with the 2nd graders. + + + + +More smiles came our way from Milltown N.S. Galway in Ireland, where again kids were helping other kids learn. After this, how could you not keep on coding? + + + + +And it seems like the young coders in Dublin were also enjoying their #codeEU day very much! + + + + +You also shared a lot of cool projects that were made during the day. Our favorite one is this Vine that shows a real world version of the popular mobile game [Light-bot](http://light-bot.com/), which teaches coding principles in a fun way. If you aren't yet familiar with it, you should give it a try, to see the full brilliance of this Vine, created by the students at St. Oliver's Community College in Drogheda, Ireland. + + + + +Another interesting Vine came from [Hackership](http://www.hackership.org/) in Berlin, where adult hackers (we're sure they're very young at hearts though!) teach each other how to become better coders. Today they were playing with [Arduino](http://arduino.cc/) to create a cool programmable display. + + + + +At St. Peter's Primary School in Bray, Ireland, they experimented with [MakeyMakey](http://www.makeymakey.com/) invention kits and other tools. + + + + +And in St. John’s National School in Ballisodare, Ireland they made an interactive Christmas greeting. This year, the kids will be able to code their own greeting cards! + + + + +Today was also day 1 of [Rails Girls](http://railsgirls.com/) workshops in Munich, Germany and Brno, Czech Republic. The Munich girls tweeted this big #fridayhug during their installation party. They'll be doing even more exciting things tomorrow while building their first web app! + + + + +The weekend will be also very exciting for us due to a large number of [CoderDojos](http://coderdojo.com/) taking place all over Europe. For inspiration, we suggest tuning in to this podcast interview with Julie Cullen, our Irish #codeEU ambassador. + + + + +And if you are interested in the background of #codeEU, watch the highlights of the presentation of Europe Code Week made by Alja Isaković, Slovenian #codeEU ambassador, for Neelie Kroes' [Digital Champions](http://ec.europa.eu/digital-agenda/en/digital-champions) earlier this week. + + + +As in the previous days, you can follow more highlights and tips on [Twitter](http://twitter.com/{{site.contact.twitter}}) and [Facebook](https://www.facebook.com/{{site.contact.facebook}}) under the hashtag [#codeEU](https://twitter.com/search?q=%23codeEU&src=typd). Keep sharing your special learning moments! \ No newline at end of file diff --git a/_posts/2013-11-30-best-moments-of-code-week-day-6.markdown b/_posts/2013-11-30-best-moments-of-code-week-day-6.markdown new file mode 100644 index 0000000..6a3b6a6 --- /dev/null +++ b/_posts/2013-11-30-best-moments-of-code-week-day-6.markdown @@ -0,0 +1,72 @@ +--- +layout: post +title: "Best moments of the final #codeEU day: everyone codes!" +date: 2013-11-30 23:59:59 +categories: news +video: https://www.youtube.com/embed/Wx_N71Cw4BE?rel=0 +--- + +It's getting hard to believe that we reached the final day of the first ever Europe Code Week. It's been so exciting to see your smiles from all corners of Europe. So exciting that we really hope you won't stop learning and sending us your coding moments just because Code Week is over. + +Choosing the best moments of the final day has been really challenging. Mostly due to the high number of [CoderDojos](http://coderdojo.com/) taking place everywhere. So many kids were coding that some of you even had trouble accessing the [learntocode.eu](http://learntocode.eu/) website, where you can share your knowledge with other CoderDojos! + +St. Oliver's Community College in Drogheda, Ireland hosted such a big #codeEU CoderDojo that one single photo couldn't event fit all aspiring young coders! + + + + +We were again happy to see that girls were also learning to code. These big smiles can only mean they were having a lot of fun while creating their own games. Keep it up, girls! + + + + +CoderDojo Drogheda was again very lucky to have the assistance of our amazing #codeEU ambassador from Ireland, Julie Cullen. + + + + +In Limerick, Ireland the CoderDojo moved to the milk market to promote coding in their community. Great idea! + + + + +Kids were also coding at the CoderDojo in Ticino, Switzerland. Like the decorations! + + + + +It's great to see that some #codeEU events attract attention from decision makers. Ciarán Cannon, Minister of State for Training in Ireland, has been a big [supporter of #codeEU](https://twitter.com/ciarancannon/status/406864590879084544) from day one, for which we are very grateful. We were also happy to see that in CoderDojo Genk, Belgium, the mayor came to see what the kids created. + + + + +We also got a glimpse of the #codeEU activities at the 1st Junior High school of Vrilissia in Athens, Greece, where they hosted a very special introductory meeting of a community of young programmers. We hope it won't be the last! + + + + +By looking at these photos you might think that coding is just for kids. That's certainly not the case. You're never too old to start learning! In Nova Gorica, Slovenia the E-Center kicked off their GoWeb workshop that will help participants build their web CV in HTML5 and acquire new skills. The workshop was free for the unemployed. + + + +On the other side of Slovenia, Mozilla Space Novo Mesto organized their first [Mozilla Webmaker](https://webmaker.org/) workshop in collaboration with colleagues from the neighboring Mozilla community in Croatia. That's the spirit! The Mozilla Space was packed with participants, including girls, of course. + + + + +There were a lot of women coding in Luxembourg at The Impactory's Intro to Web Development for Women workshop, where participants discovered that coding is very creative! + + + + +And certainly not boring. Teaching and learning code takes you through a lot of emotions, as the organizers of the Rails #codeEU workshop in Vienna proved. There's nothing like building something on your own! + + + + +For more highlights and tips, be sure to also check our [Twitter](http://twitter.com/{{site.contact.twitter}}) and [Facebook](https://www.facebook.com/{{site.contact.facebook}}) stream and everything else that is being posted under the hashtag [#codeEU](https://twitter.com/search?q=%23codeEU&src=typd). + +And while Europe Code Week is now officially over, we're not letting go. It's too much fun. And there are still some events taking place this Sunday. And next week. And the week after that. Because #codeEU isn't about a date. It's about embracing digital technology to create something fun or useful. We hope you'll keep coding and sharing. If you're looking for your next challenge, [Make Things Do Stuff](http://makethingsdostuff.co.uk/) (what a great name!) has a couple of suggestions: + + + \ No newline at end of file diff --git a/_posts/2013-12-01-europe-code-week-2013-infographic.markdown b/_posts/2013-12-01-europe-code-week-2013-infographic.markdown new file mode 100644 index 0000000..2a352c2 --- /dev/null +++ b/_posts/2013-12-01-europe-code-week-2013-infographic.markdown @@ -0,0 +1,11 @@ +--- +layout: post +title: "Europe Code Week 2013 celebrated with 300 #codeEU events [infographic]" +date: 2013-12-01 08:05:10 +categories: news +img: http://thumbnails.visually.netdna-cdn.com/EuropeCodeWeek2013_529a8276b1f9e_w587.png +--- + + #codeEU was officially a big success for Europe! To wrap up this amazing week in style, we decided to prepare a small infographic with key facts and some highlights of this year's Europe Code Week. Thanks everyone for making it such a great success! We hope you'll also join us next year. + +
Europe Code Week 2013
\ No newline at end of file diff --git a/_posts/2013-12-05-eu-code-week-ireland-follow-up-video.markdown b/_posts/2013-12-05-eu-code-week-ireland-follow-up-video.markdown new file mode 100644 index 0000000..0297e5f --- /dev/null +++ b/_posts/2013-12-05-eu-code-week-ireland-follow-up-video.markdown @@ -0,0 +1,17 @@ +--- +layout: post +title: "EU Code Week Ireland follow up video" +date: 2013-12-05 20:52:13 +categories: news +tags: [Coding, Codeweek] +img: +video: "https://player.vimeo.com/video/81054753" +--- + +Ireland was undoubtedly the hero of the first ever Europe Code Week! To learn more about what was going on last week all over the country, take a look at the great follow up [video](https://vimeo.com/81054753) created by the [Galway Education Centre](http://www.galwayec.ie), featuring Irish #codeEU ambassador [Julie Cullen](https://twitter.com/cullej29). + + + +We also hope Ireland keeps on coding and can't wait to do even more together next year! + +And remember, we're still looking for other inspiring stories and tips to share on this page, so please send us an email if you think you can help in any way. \ No newline at end of file diff --git a/_posts/2013-12-07-eu-code-week-video-from-switzerland.markdown b/_posts/2013-12-07-eu-code-week-video-from-switzerland.markdown new file mode 100644 index 0000000..a83fe3c --- /dev/null +++ b/_posts/2013-12-07-eu-code-week-video-from-switzerland.markdown @@ -0,0 +1,17 @@ +--- +layout: post +title: "EU Code Week video from Switzerland" +date: 2013-12-07 15:56:13 +categories: news +video: https://player.vimeo.com/video/81186435 +--- + +[GEMS World Academy in Etoy](http://www.gemsworldacademy-etoy.com/), Switzerland really embraced Europe Code Week in a big way. You can read more about how they used [Hopscotch](https://www.gethopscotch.com), an iPad app similar to [Scratch](http://scratch.mit.edu), to introduce coding to kids in a fun way on the [Learning Freewheel blog](http://learningfreewheel.wordpress.com/the-wardrobe/). The best part? It was also the kids teaching their teachers how to use the new tools! + +> _"During code week I have been working with the student’s to code a computer character to draw a football pitch and add to players to our game. Unfortunately I also did not know how to do this so we had to learn together. ... Quite often it was the student’s teaching me!"_ + +And now we're happy to share the [EU Code Week video created at GEMS - Etoy](https://vimeo.com/81186435) during #codeEU, which shows a lot of different tools being used and, most importantly, a lot of happy kids, who are learning important digital skills. + + + +Do you have any other good stories and tips on how to learn or teach coding? Send us an email and we'd be happy to feature them on these pages! \ No newline at end of file diff --git a/_posts/2014-02-10-save-the-date-europe-code-week-2014.markdown b/_posts/2014-02-10-save-the-date-europe-code-week-2014.markdown new file mode 100644 index 0000000..2d35e0f --- /dev/null +++ b/_posts/2014-02-10-save-the-date-europe-code-week-2014.markdown @@ -0,0 +1,30 @@ +--- +layout: post +title: "Save the date: Europe Code Week returns from October 11 to 17, 2014" +date: 2014-02-10 13:30:13 +categories: news +img: /img/codeEU-2014-banner-s.jpg +--- + +Last year it took just one month to organize [300 events](http://codeweek.eu/news/2013/12/01/europe-code-week-2013-infographic.html) for the first ever Europe Code Week. 10,000 participants of all ages in 26 European countries learned about coding at workshops and lectures organized by schools, universities and countless volunteers. This year we want to go even bigger. And we need your help to get Europe coding again from **October 11 to 17, 2014**. + +![Europe Code Week 2014 date](/img/codeEU-2014-banner-s.jpg) + +Europe Code Week aims to celebrate coding, the art and science of talking to computers. A deeper understanding of technology is becoming the new literacy and a much needed competitive advantage of a digital Europe. Youth unemployment is rising all over the continent, yet we'll have a shortage of up to 900,000 ICT jobs by 2015. + +That's why we want to inspire European citizens of all ages to start learning the language of computers between Saturday, October 11 and Friday, October 17, 2014. And we believe you can help, regardless of whether you already know how powerful and fun coding is or whether you've never written a line of code yourself. + +## You can help make Europe truly digital + +- **Do you have coding skills?** You can help by organizing a workshop at your school, local hackspace or community center. Start a study group for your friends or family. Even if you don't consider yourself a programmer and can just teach someone the basics of HTML. +- **Are you a teacher, who recognizes the importance of coding but doesn't yet have the necessary skills?** Talk to your principal and colleagues about organizing a seminar or invite your students to teach you and each other! +- **Are you a teacher, who's already teaching coding?** Share your lessons plans, organize a workshop for your colleagues! +- **Are you a computer science university?** Show high schools students all the fun things that can be done with code! +- **Are you a business, struggling to find technical talent?** Host a beginner coding workshop, organize a fun coding challenge for students or offer sponsorship for coding events! +- **Did you participate in last year's Code Week?** Tell us about your event, what were the lessons learned, so they can be used to inspire others! + +We also need your help with spreading the word about Europe Code Week. Share the news with your friends and followers on [Twitter](https://twitter.com/CodeWeekEU), [Facebook](https://www.facebook.com/codeEU) and elsewhere under the hashtag [#codeEU](https://twitter.com/search?q=%23codeEU&f=realtime). Send us an email at info@codeweek.eu if you've got a story to share, questions about organizing an event or if you want to help out. + +## About Europe Code Week + +The idea behind Europe Code Week is to connect local organizations and volunteers and to showcase existing initiatives and good practices across Europe. Code Week was started by VP Neelie Kroes' Young Advisors, who, together with other local ambassadors, want to see more of their peers actively creating, not just consuming digital content. \ No newline at end of file diff --git a/about/index.html b/about/index.html index d1ca0a7..6a25185 100644 --- a/about/index.html +++ b/about/index.html @@ -1,29 +1,126 @@ --- layout: page -title: About the initiative and resources +title: About EU Code Week --- - Europe Code Week - -

The initiative was launched by Neelie Kroes' Young Advisors with the support from DG Connect at the European Commission. Sounds fancier than it really is. We're just a bunch of young people with a dream of a world where all sort of crazy ideas are given a chance to change the world. But it's not really about us.

-

It's about Pia, who felt like she had to study law, even though she always enjoyed maths and playing with computers. It's about Mark, who has the idea for a better social network, but can't build it on his own. It's about Alice, who dreams about making robots because her parents don't allow her to have a cat.

-

It's about Karl, who's bored of his career in marketing and wants a new challenge and his colleague, Mila, a project manager who just can't seem to speak the same language as software developers on the project. It's about Linda, who wants to start her own company, it's about Leo, a talented designer, who wants to show his clients how his design really works, not just looks like. We're sure you've heard many stories like these.

-

It's about those of you who are already helping these dreams come true.

-

Actually, it's about all of us. Our future. Technology is shaping our lives, but we're letting a minority decide what and how we use it for. We can do better than just sharing and liking stuff. We can bring our crazy ideas to life, build things that will bring joy to others.

-

It's never been easier to make your own app, build your own robot, or invent flying cars, why not! It's not an easy journey, but it's a journey full of creative challenges, a supportive community, and tons of fun. Are you ready to accept the challenge and become a maker?

-

Help us spread the word about #codeEU

- +

In 2018 EU Code Week will take place between 6 and 21 October.

- >> View all resources on GitHub +

EU Code Week is a grass-roots movement that celebrates creating with code. The idea is to make programming more visible, to show young, adults and elderly how you bring ideas to life with code, to demystify these skills and bring motivated people together to learn. The initiative was launched in 2013 by the Young Advisors for the Digital Agenda Europe.

- \ No newline at end of file +

EU Code Week is run by volunteers. One, or several, Code Week Ambassadors coordinate the initiative in their countries, but everyone can organise their own code event and add it to the codeweek.eu map.

+ +

In 2016, nearly a million people in more than 50 countries around the world took part in EU Code Week. If your country is not involved yet, you can organise events and put it on the map or volunteer as a Code Week ambassador.

+ +

As part of its strategy for a Digital Single Market, the European Commission supports EU Code Week and other independent initiatives which aim to boost digital skills, including programming, for different target groups. In June 2016 the Commission adopted the New Skills Agenda Europe, which addresses digital skills across 10 concrete actions. One of the actions is the Digital Skills and Jobs Coalition, which brings together regional and national authorities, businesses, non-profit organisations, education providers and social partners who commit to take action to increase digital skills in Europe. The National Digital Skills and Jobs Coalitions are often involved in EU Code Week.

+ +

Alessandro Bogliolo, coordinator of the EU Code Week team of 90 volunteers said:

+

"From the beginning of time we did many things using stone, iron, paper and pencil that have transformed our lives. Now we live in a different era where our world is moulded in code. Different eras have different jobs and skills demand. During Code Week we want to give every European the opportunity to discover coding and have fun with it. Let’s learn coding to shape our future".

+ + +

Why coding?

+ +

It's about Pia, who felt like she had to study law, even though she always enjoyed maths and playing with computers. It's about Mark, who has the idea for a better social network, but can't build it on his own. It's about Alice, who dreams about making robots because her parents don't allow her to have a cat.

+ +

It's about Karl, who's bored of his career in marketing and wants a new challenge and his colleague, Mila, a project manager who just can't seem to speak the same language as software developers on the project. It's about Linda, who wants to start her own company, it's about Leo, a talented designer, who wants to show his clients how his design really works, not just looks like. We're sure you've heard many stories like these.

+ +

It's about those of you who are already helping these dreams come true.

+ +

Actually, it's about all of us. Our future. Technology is shaping our lives, but we're letting a minority decide what and how we use it for. We can do better than just sharing and liking stuff. We can bring our crazy ideas to life, build things that will bring joy to others.

+ +

It's never been easier to make your own app, build your own robot, or invent flying cars, why not! It's not an easy journey, but it's a journey full of creative challenges, a supportive community, and tons of fun. Are you ready to accept the challenge and become a maker?

+ +

Join Europe Code Week by organising a coding event in your town or help us spread the vision of Code Week as an EU Code Week Ambassador for your country!

+ + +

Code Week in numbers

+ +
+
+
+

People

+ +
+
+

Coding events

+ +
+
+
+

Countries

+
    +
  • + 50 + 2016 - In Europe, Africa, Asia, Australia, and the US +
  • +
  • + 46 + 2015 - In Europe, Africa, Asia, Australia, and the US +
  • +
  • + 36 + 2014 - In Europe and beyond +
  • +
  • + 26 + 2013 - European countries +
  • +
+ +
+
+ + diff --git a/beambassador/index.html b/beambassador/index.html new file mode 100644 index 0000000..9cba85c --- /dev/null +++ b/beambassador/index.html @@ -0,0 +1,42 @@ +--- +layout: page +title: Become a EU Code Week Ambassador +--- + +

EU Code Week Ambassadors are the main point of contact for Code Week in each country and help spread the vision of Code Week to local communities. Do you believe in the vision of Code Week and want to promote coding in your own country? Read on!

+ +

As a EU Code Week Ambassador, you should be able to allocate a few hours a week to:

+
    +
  • Connect people, companies and communities interested in doing something for Code Week.
  • +
  • Encourage event organizers to add their coding events to the Code Week website.
  • +
  • Encourage new events to be organized in your country by promoting Code Week.
  • +
  • Answer emails about Code Week in your language.
  • +
  • Approve events on the Code Week website for your country.
  • +
  • Maintain a list of learning resources in your country’s language.
  • +
  • Find interesting success stories and news to promote on Code Week channels.
  • +
  • Promote Code Week materials through your network.
  • +
  • Collaborate with other national ambassadors from across Europe.
  • +
+ +

In return, you will be able to:

+
    +
  • Meet a lot of smart, interesting people from a variety of industries.
  • +
  • Become an essential part of one of the greatest grassroots initiatives in Europe.
  • +
  • Help us raise awareness about the importance of coding and getting Europe truly digital.
  • +
  • Add the "EU Code Week Ambassador" title to your already amazing CV.
  • +
  • Learn to code! (in case you don’t yet already)
  • +
+
+

Here’s what it all means in a bit more detail:

+
    +
  • One of our goals is to connect various coding and educational networks. If you know of any coding events taking place, let the organizers know about Code Week and help them add the event to the Code Week website, so we’ll have a comprehensive list of all coding events in Europe.
  • +
  • We’re also hoping to see more events organized for Code Week. You can help by encouraging schools, organizations, developer communities, and enthusiastic individuals to start new, beginner friendly events in your country. It doesn’t have to be during Code Week itself, although that will be the prime time for our promotional activities. To help you out, we’re preparing a list of suggestions for companies, a guide for potential event organizers, and we’re also building a variety of other promotional resources.
  • +
  • We need your help to respond to emails regarding Code Week in your country. You’ll be the primary point of contact for anything that’s going on in your country, so you can connect people and companies from your country that might benefit from getting connected with each other and provide answers in your language. Don’t worry if you don’t know all the answers yet, we’re here to help.
  • +
  • Everyone can add their coding event to http://events.codeweek.eu, but you’ll be the moderator for events in your country. All you need to do is to regularly take a quick look at submitted events and check if they are a good fit for Code Week
  • +
  • It needs to be easy for everyone to start a coding event. You probably know some great online learning materials for beginner coders in your language, so you can maintain a list of resources for your country on the Europe Code Week website
  • +
  • Provide interesting news and content about coding from your country that we can promote on Code Week social media channels. We’re primarily looking for content in English, so you can help by asking organizers to share their stories and tips in English for our blog. Additionally, you can also set up your national Code Week social media channels to promote content in your own language. 
  • +
  • Together with your help, we’ll be building a library of Code Week materials that can be used to promote coding as a skill. We need your help to spread the materials in your country and even encourage different groups to provide translations
  • +
  • We’re creating a network of national ambassadors to promote Code Week and we’ll also try to schedule monthly online calls to discuss our work, exchange good practices and inspire each other with ideas for further activities  You don’t have to attend all meetings, but we hope you can join us as often as possible. We also have a mailing list for EU Code Week Ambassadors that you can use any time to get advice or help from other ambassadors. You’ll be able to expand your own network and get fresh ideas by collaborating with other ambassadors from across Europe.
  • +
+ +

Still interested? We want you in on this! Take a quick look at the list of EU Code Week Ambassadors. If there’s one for your country, feel free to get in touch directly with them and see how you can cooperate. Either way, we’ll be looking forward to you email at  info@codeweek.eu.

diff --git a/code/index.html b/code/index.html index c71b83c..b4aa1ae 100644 --- a/code/index.html +++ b/code/index.html @@ -3,14 +3,18 @@ title: Why coding? --- -

Code: each and every interaction between humans and computers is governed by it. Whether you create a web app, simulate the formation of stars or the neuronal pathways in the brain, sift through LHC data for the Higgs, optimize GPS software, or wish to revolutionize social interactions, the access to information and global shopping behavior. Coding is everywhere.

- -

It is an enabling technology at the heart of many of the digital revolutions. More than a highly diverse tool, it is a way of looking at the world: a way to break tasks into ever smaller subsets. It is a fun and creative field full of great people and passionate communities.

- -

And yet there is a projected shortfall of up to 900,000 ICT professionals in Europe by 2015. Technology startups, a future pillar of European economy, are already finding it difficult to recruit enough talent.

+ -

Coding deserves to be celebrated. From the 25th to 30th of November we would like to see a range of events across Europe – all aimed at exposing citizens to the multitude and diversity of coding, as well as teaching them these skills. Our goal is to improve the visibility of coding on a European scale, motivate people to start learning to code, and connect individuals, groups, organizations, and companies who are willing to help more people experience the joy and relevance of coding.

- -

We need you to make this week a success. Will you help us promote coding, highlight its history and the diversity of the applications? We need participation primarily in the form of events (though content for our website, sponsorship, and publicity would also be appreciated): ranging from programming workshops to company visits to lectures - we want to get as many initiatives as possible from all over Europe on board. Are you active in this area, and interested in joining Europe Code Week? Then get in touch!

+

Code: each and every interaction between humans and computers is governed by it. Whether you create a web app, simulate the formation of stars or the neuronal pathways in the brain, sift through LHC data for the Higgs, optimize GPS software, or wish to revolutionize social interactions, the access to information and global shopping behavior. Coding is everywhere.

- \ No newline at end of file +

It is an enabling technology at the heart of many of the digital revolutions. More than a highly diverse tool, it is a way of looking at the world: a way to break tasks into ever smaller subsets. It is a fun and creative field full of great people and passionate communities.

+ +

And yet there is a projected shortfall of up to 900,000 ICT professionals in Europe by 2020. Technology startups, a future pillar of European economy, are already finding it difficult to recruit enough talent.

+ +

Europe Code Week

+ +

Coding deserves to be celebrated. We had over 300 events happening during the first Europe Code Week between the 25th and 30th of November 2013 – all aimed at exposing citizens to the multitude and diversity of coding, as well as teaching them these skills. Our goal is to improve the visibility of coding on a European scale, motivate people to start learning to code, and connect individuals, groups, organizations, and companies who are willing to help more people experience the joy and relevance of coding.

+ +

We need you to make this week a success. Will you help us promote coding, highlight its history and the diversity of the applications? We need participation primarily in the form of events (though content for our website, sponsorship, and publicity would also be appreciated): ranging from programming workshops to company visits to lectures - we want to get as many initiatives as possible from all over Europe on board. We are also looking for ideas on how to make the initiative better for next year. Are you active in this area, and interested in joining Europe Code Week? Then get in touch!

+ + diff --git a/codeweek4all/index.html b/codeweek4all/index.html new file mode 100644 index 0000000..9fa80ce --- /dev/null +++ b/codeweek4all/index.html @@ -0,0 +1,23 @@ +--- +layout: page +title: CodeWeek4All +--- + +

Coding is for all, not just for programmers. It’s a matter of creativity, of computational thinking skills, of self empowerment. Creative coding has to be introduced in the classroom to bridge diversity gaps and make the difference.

+ +

Europe Code Week is now launching the “CodeWeek4all challenge” to contribute to increase the penetration of coding in schools.

+ + + +

Schools are invited to register online for free to get a unique code to be added to the description of all Code Week events (http://events.codeweek.eu/) organized in the school preferably between October 7th and October 22nd 2017.

+ +

The challenge consists in getting involved as many students/pupils as possible during Europe Code Week 2017. The unique code associated with the school will allow Code Week organizers to sum up all the participants to the events organized in the same school and to compare the sum with the total number of students declared in the application form.

+ +

Schools achieving a participation rate greater or equal than 50% will be awarded a personalized “Certificate of Excellence in Coding Literacy” and will be announced in the Europe Code Week website.

+ +

Apply now, share the unique code with all the teachers in your school, and ask them to provide a coding experience in their classrooms during codeweek. Each coding opportunity is worth being added to the map of CodeWeek events with the code of the school.

+ +

If you need help, contact your local CodeWeek ambassador.

+ +

Application form available at:https://goo.gl/forms/8djgRsB0mBSwXZrP2

+ diff --git a/css/bootstrap/css/bootstrap-theme.css b/css/bootstrap/css/bootstrap-theme.css deleted file mode 100755 index ad11735..0000000 --- a/css/bootstrap/css/bootstrap-theme.css +++ /dev/null @@ -1,384 +0,0 @@ -.btn-default, -.btn-primary, -.btn-success, -.btn-info, -.btn-warning, -.btn-danger { - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); - -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); - box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); -} - -.btn-default:active, -.btn-primary:active, -.btn-success:active, -.btn-info:active, -.btn-warning:active, -.btn-danger:active, -.btn-default.active, -.btn-primary.active, -.btn-success.active, -.btn-info.active, -.btn-warning.active, -.btn-danger.active { - -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} - -.btn:active, -.btn.active { - background-image: none; -} - -.btn-default { - text-shadow: 0 1px 0 #fff; - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#e6e6e6)); - background-image: -webkit-linear-gradient(top, #ffffff, 0%, #e6e6e6, 100%); - background-image: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); - background-image: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%); - background-repeat: repeat-x; - border-color: #e0e0e0; - border-color: #ccc; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0); -} - -.btn-default:active, -.btn-default.active { - background-color: #e6e6e6; - border-color: #e0e0e0; -} - -.btn-primary { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3071a9)); - background-image: -webkit-linear-gradient(top, #428bca, 0%, #3071a9, 100%); - background-image: -moz-linear-gradient(top, #428bca 0%, #3071a9 100%); - background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%); - background-repeat: repeat-x; - border-color: #2d6ca2; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0); -} - -.btn-primary:active, -.btn-primary.active { - background-color: #3071a9; - border-color: #2d6ca2; -} - -.btn-success { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#449d44)); - background-image: -webkit-linear-gradient(top, #5cb85c, 0%, #449d44, 100%); - background-image: -moz-linear-gradient(top, #5cb85c 0%, #449d44 100%); - background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%); - background-repeat: repeat-x; - border-color: #419641; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0); -} - -.btn-success:active, -.btn-success.active { - background-color: #449d44; - border-color: #419641; -} - -.btn-warning { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#ec971f)); - background-image: -webkit-linear-gradient(top, #f0ad4e, 0%, #ec971f, 100%); - background-image: -moz-linear-gradient(top, #f0ad4e 0%, #ec971f 100%); - background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%); - background-repeat: repeat-x; - border-color: #eb9316; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0); -} - -.btn-warning:active, -.btn-warning.active { - background-color: #ec971f; - border-color: #eb9316; -} - -.btn-danger { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c9302c)); - background-image: -webkit-linear-gradient(top, #d9534f, 0%, #c9302c, 100%); - background-image: -moz-linear-gradient(top, #d9534f 0%, #c9302c 100%); - background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%); - background-repeat: repeat-x; - border-color: #c12e2a; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0); -} - -.btn-danger:active, -.btn-danger.active { - background-color: #c9302c; - border-color: #c12e2a; -} - -.btn-info { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#31b0d5)); - background-image: -webkit-linear-gradient(top, #5bc0de, 0%, #31b0d5, 100%); - background-image: -moz-linear-gradient(top, #5bc0de 0%, #31b0d5 100%); - background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%); - background-repeat: repeat-x; - border-color: #2aabd2; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0); -} - -.btn-info:active, -.btn-info.active { - background-color: #31b0d5; - border-color: #2aabd2; -} - -.thumbnail, -.img-thumbnail { - -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); -} - -.dropdown-menu > li > a:hover, -.dropdown-menu > li > a:focus, -.dropdown-menu > .active > a, -.dropdown-menu > .active > a:hover, -.dropdown-menu > .active > a:focus { - background-color: #357ebd; - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd)); - background-image: -webkit-linear-gradient(top, #428bca, 0%, #357ebd, 100%); - background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%); - background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0); -} - -.navbar { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#f8f8f8)); - background-image: -webkit-linear-gradient(top, #ffffff, 0%, #f8f8f8, 100%); - background-image: -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 100%); - background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%); - background-repeat: repeat-x; - border-radius: 4px; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0); - -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075); - box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075); -} - -.navbar .navbar-nav > .active > a { - background-color: #f8f8f8; -} - -.navbar-brand, -.navbar-nav > li > a { - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25); -} - -.navbar-inverse { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#3c3c3c), to(#222222)); - background-image: -webkit-linear-gradient(top, #3c3c3c, 0%, #222222, 100%); - background-image: -moz-linear-gradient(top, #3c3c3c 0%, #222222 100%); - background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0); -} - -.navbar-inverse .navbar-nav > .active > a { - background-color: #222222; -} - -.navbar-inverse .navbar-brand, -.navbar-inverse .navbar-nav > li > a { - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); -} - -.navbar-static-top, -.navbar-fixed-top, -.navbar-fixed-bottom { - border-radius: 0; -} - -.alert { - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); - -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); -} - -.alert-success { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#c8e5bc)); - background-image: -webkit-linear-gradient(top, #dff0d8, 0%, #c8e5bc, 100%); - background-image: -moz-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%); - background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%); - background-repeat: repeat-x; - border-color: #b2dba1; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0); -} - -.alert-info { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#b9def0)); - background-image: -webkit-linear-gradient(top, #d9edf7, 0%, #b9def0, 100%); - background-image: -moz-linear-gradient(top, #d9edf7 0%, #b9def0 100%); - background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%); - background-repeat: repeat-x; - border-color: #9acfea; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0); -} - -.alert-warning { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fcf8e3), to(#f8efc0)); - background-image: -webkit-linear-gradient(top, #fcf8e3, 0%, #f8efc0, 100%); - background-image: -moz-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%); - background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%); - background-repeat: repeat-x; - border-color: #f5e79e; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0); -} - -.alert-danger { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2dede), to(#e7c3c3)); - background-image: -webkit-linear-gradient(top, #f2dede, 0%, #e7c3c3, 100%); - background-image: -moz-linear-gradient(top, #f2dede 0%, #e7c3c3 100%); - background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%); - background-repeat: repeat-x; - border-color: #dca7a7; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0); -} - -.progress { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ebebeb), to(#f5f5f5)); - background-image: -webkit-linear-gradient(top, #ebebeb, 0%, #f5f5f5, 100%); - background-image: -moz-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%); - background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0); -} - -.progress-bar { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3071a9)); - background-image: -webkit-linear-gradient(top, #428bca, 0%, #3071a9, 100%); - background-image: -moz-linear-gradient(top, #428bca 0%, #3071a9 100%); - background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0); -} - -.progress-bar-success { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#449d44)); - background-image: -webkit-linear-gradient(top, #5cb85c, 0%, #449d44, 100%); - background-image: -moz-linear-gradient(top, #5cb85c 0%, #449d44 100%); - background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0); -} - -.progress-bar-info { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#31b0d5)); - background-image: -webkit-linear-gradient(top, #5bc0de, 0%, #31b0d5, 100%); - background-image: -moz-linear-gradient(top, #5bc0de 0%, #31b0d5 100%); - background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0); -} - -.progress-bar-warning { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#ec971f)); - background-image: -webkit-linear-gradient(top, #f0ad4e, 0%, #ec971f, 100%); - background-image: -moz-linear-gradient(top, #f0ad4e 0%, #ec971f 100%); - background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0); -} - -.progress-bar-danger { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c9302c)); - background-image: -webkit-linear-gradient(top, #d9534f, 0%, #c9302c, 100%); - background-image: -moz-linear-gradient(top, #d9534f 0%, #c9302c 100%); - background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0); -} - -.list-group { - border-radius: 4px; - -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); -} - -.list-group-item.active, -.list-group-item.active:hover, -.list-group-item.active:focus { - text-shadow: 0 -1px 0 #3071a9; - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3278b3)); - background-image: -webkit-linear-gradient(top, #428bca, 0%, #3278b3, 100%); - background-image: -moz-linear-gradient(top, #428bca 0%, #3278b3 100%); - background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%); - background-repeat: repeat-x; - border-color: #3278b3; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0); -} - -.panel { - -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); -} - -.panel-default > .panel-heading { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#e8e8e8)); - background-image: -webkit-linear-gradient(top, #f5f5f5, 0%, #e8e8e8, 100%); - background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); - background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0); -} - -.panel-primary > .panel-heading { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd)); - background-image: -webkit-linear-gradient(top, #428bca, 0%, #357ebd, 100%); - background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%); - background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0); -} - -.panel-success > .panel-heading { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#d0e9c6)); - background-image: -webkit-linear-gradient(top, #dff0d8, 0%, #d0e9c6, 100%); - background-image: -moz-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%); - background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0); -} - -.panel-info > .panel-heading { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#c4e3f3)); - background-image: -webkit-linear-gradient(top, #d9edf7, 0%, #c4e3f3, 100%); - background-image: -moz-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%); - background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0); -} - -.panel-warning > .panel-heading { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fcf8e3), to(#faf2cc)); - background-image: -webkit-linear-gradient(top, #fcf8e3, 0%, #faf2cc, 100%); - background-image: -moz-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%); - background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0); -} - -.panel-danger > .panel-heading { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2dede), to(#ebcccc)); - background-image: -webkit-linear-gradient(top, #f2dede, 0%, #ebcccc, 100%); - background-image: -moz-linear-gradient(top, #f2dede 0%, #ebcccc 100%); - background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0); -} - -.well { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e8e8e8), to(#f5f5f5)); - background-image: -webkit-linear-gradient(top, #e8e8e8, 0%, #f5f5f5, 100%); - background-image: -moz-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%); - background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%); - background-repeat: repeat-x; - border-color: #dcdcdc; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0); - -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1); - box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1); -} \ No newline at end of file diff --git a/css/bootstrap/css/bootstrap-theme.min.css b/css/bootstrap/css/bootstrap-theme.min.css deleted file mode 100755 index cad36b4..0000000 --- a/css/bootstrap/css/bootstrap-theme.min.css +++ /dev/null @@ -1 +0,0 @@ -.btn-default,.btn-primary,.btn-success,.btn-info,.btn-warning,.btn-danger{text-shadow:0 -1px 0 rgba(0,0,0,0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075)}.btn-default:active,.btn-primary:active,.btn-success:active,.btn-info:active,.btn-warning:active,.btn-danger:active,.btn-default.active,.btn-primary.active,.btn-success.active,.btn-info.active,.btn-warning.active,.btn-danger.active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn:active,.btn.active{background-image:none}.btn-default{text-shadow:0 1px 0 #fff;background-image:-webkit-gradient(linear,left 0,left 100%,from(#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#fff,0%,#e6e6e6,100%);background-image:-moz-linear-gradient(top,#fff 0,#e6e6e6 100%);background-image:linear-gradient(to bottom,#fff 0,#e6e6e6 100%);background-repeat:repeat-x;border-color:#e0e0e0;border-color:#ccc;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0)}.btn-default:active,.btn-default.active{background-color:#e6e6e6;border-color:#e0e0e0}.btn-primary{background-image:-webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#3071a9));background-image:-webkit-linear-gradient(top,#428bca,0%,#3071a9,100%);background-image:-moz-linear-gradient(top,#428bca 0,#3071a9 100%);background-image:linear-gradient(to bottom,#428bca 0,#3071a9 100%);background-repeat:repeat-x;border-color:#2d6ca2;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3071a9',GradientType=0)}.btn-primary:active,.btn-primary.active{background-color:#3071a9;border-color:#2d6ca2}.btn-success{background-image:-webkit-gradient(linear,left 0,left 100%,from(#5cb85c),to(#449d44));background-image:-webkit-linear-gradient(top,#5cb85c,0%,#449d44,100%);background-image:-moz-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:linear-gradient(to bottom,#5cb85c 0,#449d44 100%);background-repeat:repeat-x;border-color:#419641;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff449d44',GradientType=0)}.btn-success:active,.btn-success.active{background-color:#449d44;border-color:#419641}.btn-warning{background-image:-webkit-gradient(linear,left 0,left 100%,from(#f0ad4e),to(#ec971f));background-image:-webkit-linear-gradient(top,#f0ad4e,0%,#ec971f,100%);background-image:-moz-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);background-repeat:repeat-x;border-color:#eb9316;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffec971f',GradientType=0)}.btn-warning:active,.btn-warning.active{background-color:#ec971f;border-color:#eb9316}.btn-danger{background-image:-webkit-gradient(linear,left 0,left 100%,from(#d9534f),to(#c9302c));background-image:-webkit-linear-gradient(top,#d9534f,0%,#c9302c,100%);background-image:-moz-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:linear-gradient(to bottom,#d9534f 0,#c9302c 100%);background-repeat:repeat-x;border-color:#c12e2a;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc9302c',GradientType=0)}.btn-danger:active,.btn-danger.active{background-color:#c9302c;border-color:#c12e2a}.btn-info{background-image:-webkit-gradient(linear,left 0,left 100%,from(#5bc0de),to(#31b0d5));background-image:-webkit-linear-gradient(top,#5bc0de,0%,#31b0d5,100%);background-image:-moz-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);background-repeat:repeat-x;border-color:#2aabd2;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff31b0d5',GradientType=0)}.btn-info:active,.btn-info.active{background-color:#31b0d5;border-color:#2aabd2}.thumbnail,.img-thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);box-shadow:0 1px 2px rgba(0,0,0,0.075)}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{background-color:#357ebd;background-image:-webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#357ebd));background-image:-webkit-linear-gradient(top,#428bca,0%,#357ebd,100%);background-image:-moz-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff357ebd',GradientType=0)}.navbar{background-image:-webkit-gradient(linear,left 0,left 100%,from(#fff),to(#f8f8f8));background-image:-webkit-linear-gradient(top,#fff,0%,#f8f8f8,100%);background-image:-moz-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:linear-gradient(to bottom,#fff 0,#f8f8f8 100%);background-repeat:repeat-x;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff8f8f8',GradientType=0);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075)}.navbar .navbar-nav>.active>a{background-color:#f8f8f8}.navbar-brand,.navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,0.25)}.navbar-inverse{background-image:-webkit-gradient(linear,left 0,left 100%,from(#3c3c3c),to(#222));background-image:-webkit-linear-gradient(top,#3c3c3c,0%,#222,100%);background-image:-moz-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:linear-gradient(to bottom,#3c3c3c 0,#222 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c',endColorstr='#ff222222',GradientType=0)}.navbar-inverse .navbar-nav>.active>a{background-color:#222}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.navbar-static-top,.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}.alert{text-shadow:0 1px 0 rgba(255,255,255,0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05)}.alert-success{background-image:-webkit-gradient(linear,left 0,left 100%,from(#dff0d8),to(#c8e5bc));background-image:-webkit-linear-gradient(top,#dff0d8,0%,#c8e5bc,100%);background-image:-moz-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);background-repeat:repeat-x;border-color:#b2dba1;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffc8e5bc',GradientType=0)}.alert-info{background-image:-webkit-gradient(linear,left 0,left 100%,from(#d9edf7),to(#b9def0));background-image:-webkit-linear-gradient(top,#d9edf7,0%,#b9def0,100%);background-image:-moz-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);background-repeat:repeat-x;border-color:#9acfea;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffb9def0',GradientType=0)}.alert-warning{background-image:-webkit-gradient(linear,left 0,left 100%,from(#fcf8e3),to(#f8efc0));background-image:-webkit-linear-gradient(top,#fcf8e3,0%,#f8efc0,100%);background-image:-moz-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);background-repeat:repeat-x;border-color:#f5e79e;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fff8efc0',GradientType=0)}.alert-danger{background-image:-webkit-gradient(linear,left 0,left 100%,from(#f2dede),to(#e7c3c3));background-image:-webkit-linear-gradient(top,#f2dede,0%,#e7c3c3,100%);background-image:-moz-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);background-repeat:repeat-x;border-color:#dca7a7;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffe7c3c3',GradientType=0)}.progress{background-image:-webkit-gradient(linear,left 0,left 100%,from(#ebebeb),to(#f5f5f5));background-image:-webkit-linear-gradient(top,#ebebeb,0%,#f5f5f5,100%);background-image:-moz-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff5f5f5',GradientType=0)}.progress-bar{background-image:-webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#3071a9));background-image:-webkit-linear-gradient(top,#428bca,0%,#3071a9,100%);background-image:-moz-linear-gradient(top,#428bca 0,#3071a9 100%);background-image:linear-gradient(to bottom,#428bca 0,#3071a9 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3071a9',GradientType=0)}.progress-bar-success{background-image:-webkit-gradient(linear,left 0,left 100%,from(#5cb85c),to(#449d44));background-image:-webkit-linear-gradient(top,#5cb85c,0%,#449d44,100%);background-image:-moz-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:linear-gradient(to bottom,#5cb85c 0,#449d44 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff449d44',GradientType=0)}.progress-bar-info{background-image:-webkit-gradient(linear,left 0,left 100%,from(#5bc0de),to(#31b0d5));background-image:-webkit-linear-gradient(top,#5bc0de,0%,#31b0d5,100%);background-image:-moz-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff31b0d5',GradientType=0)}.progress-bar-warning{background-image:-webkit-gradient(linear,left 0,left 100%,from(#f0ad4e),to(#ec971f));background-image:-webkit-linear-gradient(top,#f0ad4e,0%,#ec971f,100%);background-image:-moz-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffec971f',GradientType=0)}.progress-bar-danger{background-image:-webkit-gradient(linear,left 0,left 100%,from(#d9534f),to(#c9302c));background-image:-webkit-linear-gradient(top,#d9534f,0%,#c9302c,100%);background-image:-moz-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:linear-gradient(to bottom,#d9534f 0,#c9302c 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc9302c',GradientType=0)}.list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);box-shadow:0 1px 2px rgba(0,0,0,0.075)}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{text-shadow:0 -1px 0 #3071a9;background-image:-webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#3278b3));background-image:-webkit-linear-gradient(top,#428bca,0%,#3278b3,100%);background-image:-moz-linear-gradient(top,#428bca 0,#3278b3 100%);background-image:linear-gradient(to bottom,#428bca 0,#3278b3 100%);background-repeat:repeat-x;border-color:#3278b3;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3278b3',GradientType=0)}.panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);box-shadow:0 1px 2px rgba(0,0,0,0.05)}.panel-default>.panel-heading{background-image:-webkit-gradient(linear,left 0,left 100%,from(#f5f5f5),to(#e8e8e8));background-image:-webkit-linear-gradient(top,#f5f5f5,0%,#e8e8e8,100%);background-image:-moz-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0)}.panel-primary>.panel-heading{background-image:-webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#357ebd));background-image:-webkit-linear-gradient(top,#428bca,0%,#357ebd,100%);background-image:-moz-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff357ebd',GradientType=0)}.panel-success>.panel-heading{background-image:-webkit-gradient(linear,left 0,left 100%,from(#dff0d8),to(#d0e9c6));background-image:-webkit-linear-gradient(top,#dff0d8,0%,#d0e9c6,100%);background-image:-moz-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffd0e9c6',GradientType=0)}.panel-info>.panel-heading{background-image:-webkit-gradient(linear,left 0,left 100%,from(#d9edf7),to(#c4e3f3));background-image:-webkit-linear-gradient(top,#d9edf7,0%,#c4e3f3,100%);background-image:-moz-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffc4e3f3',GradientType=0)}.panel-warning>.panel-heading{background-image:-webkit-gradient(linear,left 0,left 100%,from(#fcf8e3),to(#faf2cc));background-image:-webkit-linear-gradient(top,#fcf8e3,0%,#faf2cc,100%);background-image:-moz-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fffaf2cc',GradientType=0)}.panel-danger>.panel-heading{background-image:-webkit-gradient(linear,left 0,left 100%,from(#f2dede),to(#ebcccc));background-image:-webkit-linear-gradient(top,#f2dede,0%,#ebcccc,100%);background-image:-moz-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffebcccc',GradientType=0)}.well{background-image:-webkit-gradient(linear,left 0,left 100%,from(#e8e8e8),to(#f5f5f5));background-image:-webkit-linear-gradient(top,#e8e8e8,0%,#f5f5f5,100%);background-image:-moz-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);background-repeat:repeat-x;border-color:#dcdcdc;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8',endColorstr='#fff5f5f5',GradientType=0);-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1)} \ No newline at end of file diff --git a/css/bootstrap/css/bootstrap.icon-large.min.css b/css/bootstrap/css/bootstrap.icon-large.min.css deleted file mode 100644 index 6d54222..0000000 --- a/css/bootstrap/css/bootstrap.icon-large.min.css +++ /dev/null @@ -1 +0,0 @@ -.icon-large{background-image:url("../img/glyphicons.png");background-position:24px 24px;background-repeat:no-repeat;display:inline-block;height:28px;line-height:28px;vertical-align:text-bottom;width:28px}.icon-large.icon-glass{background-position:0 0}.icon-large.icon-leaf{background-position:0 -34px}.icon-large.icon-dog{background-position:0 -69px}.icon-large.icon-user{background-position:0 -104px}.icon-large.icon-girl{background-position:0 -136px}.icon-large.icon-car{background-position:0 -168px}.icon-large.icon-user-add{background-position:0 -200px}.icon-large.icon-user-remove{background-position:0 -232px}.icon-large.icon-film{background-position:0 -264px}.icon-large.icon-magic{background-position:0 -300px}.icon-large.icon-envelope{background-position:0 -330px}.icon-large.icon-camera{background-position:0 -360px}.icon-large.icon-heart{background-position:0 -390px}.icon-large.icon-beach-umbrella{background-position:0 -422px}.icon-large.icon-train{background-position:0 -457px}.icon-large.icon-print{background-position:0 -494px}.icon-large.icon-bin{background-position:0 -528px}.icon-large.icon-trash{background-position:0 -528px}.icon-large.icon-music{background-position:0 -566px}.icon-large.icon-note{background-position:0 -601px}.icon-large.icon-cogwheel{background-position:0 -636px}.icon-large.icon-cog{background-position:0 -636px}.icon-large.icon-home{background-position:0 -670px}.icon-large.icon-snowflake{background-position:0 -706px}.icon-large.icon-fire{background-position:0 -744px}.icon-large.icon-cogwheels{background-position:0 -780px}.icon-large.icon-parents{background-position:0 -816px}.icon-large.icon-binoculars{background-position:0 -848px}.icon-large.icon-road{background-position:0 -882px}.icon-large.icon-search{background-position:0 -916px}.icon-large.icon-cars{background-position:0 -950px}.icon-large.icon-pencil{background-position:0 -985px}.icon-large.icon-bus{background-position:0 -1020px}.icon-large.icon-wifi-alt{background-position:0 -1055px}.icon-large.icon-luggage{background-position:0 -1091px}.icon-large.icon-old-man{background-position:0 -1128px}.icon-large.icon-woman{background-position:0 -1162px}.icon-large.icon-file{background-position:0 -1194px}.icon-large.icon-credit{background-position:0 -1228px}.icon-large.icon-airplane,.icon-large.icon-plane{background-position:0 -1262px}.icon-large.icon-notes{background-position:0 -1297px}.icon-large.icon-stats{background-position:0 -1332px}.icon-large.icon-charts{background-position:0 -1367px}.icon-large.icon-pie-chart{background-position:0 -1401px}.icon-large.icon-group{background-position:0 -1436px}.icon-large.icon-keys{background-position:0 -1468px}.icon-large.icon-calendar{background-position:0 -1504px}.icon-large.icon-router{background-position:0 -1539px}.icon-large.icon-camera-small{background-position:0 -1575px}.icon-large.icon-dislikes{background-position:0 -1609px}.icon-large.icon-star-empty{background-position:0 -1609px}.icon-large.icon-star{background-position:0 -1643px}.icon-large.icon-link{background-position:0 -1677px}.icon-large.icon-eye-open{background-position:-1px -1704px}.icon-large.icon-eye-close{background-position:-1px -1737px}.icon-large.icon-alarm{background-position:0 -1771px}.icon-large.icon-clock{background-position:0 -1807px}.icon-large.icon-time{background-position:0 -1807px}.icon-large.icon-stopwatch{background-position:0 -1841px}.icon-large.icon-projector{background-position:0 -1878px}.icon-large.icon-history{background-position:0 -1913px}.icon-large.icon-truck{background-position:0 -1949px}.icon-large.icon-cargo{background-position:0 -1986px}.icon-large.icon-compass{background-position:-46px 0}.icon-large.icon-keynote{background-position:-46px -34px}.icon-large.icon-attach{background-position:-46px -74px}.icon-large.icon-power{background-position:-46px -108px}.icon-large.icon-off{background-position:-46px -108px}.icon-large.icon-lightbulb{background-position:-46px -142px}.icon-large.icon-tag{background-position:-46px -178px}.icon-large.icon-tags{background-position:-46px -212px}.icon-large.icon-cleaning{background-position:-46px -246px}.icon-large.icon-ruller{background-position:-46px -281px}.icon-large.icon-gift{background-position:-46px -305px}.icon-large.icon-umbrella{background-position:-46px -340px}.icon-large.icon-book{background-position:-46px -378px}.icon-large.icon-bookmark{background-position:-44px -412px}.icon-large.icon-signal{background-position:-46px -446px}.icon-large.icon-cup{background-position:-46px -479px}.icon-large.icon-stroller{background-position:-46px -513px}.icon-large.icon-headphones{background-position:-46px -549px}.icon-large.icon-headset{background-position:-46px -583px}.icon-large.icon-warning-sign{background-position:-46px -621px}.icon-large.icon-signal{background-position:-46px -655px}.icon-large.icon-retweet{background-position:-47px -680px}.icon-large.icon-refresh{background-position:-46px -714px}.icon-large.icon-roundabout{background-position:-46px -750px}.icon-large.icon-random{background-position:-46px -787px}.icon-large.icon-heat{background-position:-46px -817px}.icon-large.icon-repeat{background-position:-46px -852px}.icon-large.icon-display{background-position:-46px -888px}.icon-large.icon-log-book{background-position:-46px -922px}.icon-large.icon-adress-book{background-position:-46px -956px}.icon-large.icon-magnet{background-position:-46px -990px}.icon-large.icon-table{background-position:-46px -1023px}.icon-large.icon-adjust{background-position:-46px -1057px}.icon-large.icon-tint{background-position:-46px -1093px}.icon-large.icon-crop{background-position:-46px -1129px}.icon-large.icon-vector-path-square{background-position:-46px -1165px}.icon-large.icon-vector-path-circle{background-position:-46px -1199px}.icon-large.icon-vector-path-polygon{background-position:-46px -1233px}.icon-large.icon-vector-path-line{background-position:-46px -1268px}.icon-large.icon-vector-path-curve{background-position:-46px -1302px}.icon-large.icon-vector-path-all{background-position:-46px -1336px}.icon-large.icon-font{background-position:-46px -1370px}.icon-large.icon-italic{background-position:-46px -1403px}.icon-large.icon-bold{background-position:-46px -1437px}.icon-large.icon-text-underline{background-position:-46px -1471px}.icon-large.icon-text-strike{background-position:-46px -1505px}.icon-large.icon-text-height{background-position:-46px -1537px}.icon-large.icon-text-width{background-position:-46px -1571px}.icon-large.icon-text-resize{background-position:-46px -1605px}.icon-large.icon-left-indent,.icon-large.icon-indent-left{background-position:-46px -1641px}.icon-large.icon-right-indent,.icon-large.icon-indent-right{background-position:-46px -1673px}.icon-large.icon-align-left{background-position:-46px -1705px}.icon-large.icon-align-center{background-position:-46px -1736px}.icon-large.icon-align-right{background-position:-46px -1767px}.icon-large.icon-justify{background-position:-46px -1798px}.icon-large.icon-align-justify{background-position:-46px -1798px}.icon-large.icon-list{background-position:-46px -1829px}.icon-large.icon-text-smaller{background-position:-46px -1860px}.icon-large.icon-text-bigger{background-position:-46px -1886px}.icon-large.icon-embed{background-position:-47px -1910px}.icon-large.icon-embed-close{background-position:-47px -1940px}.icon-large.icon-adjust{background-position:-46px -1976px}.icon-large.icon-message-full{background-position:-92px 0}.icon-large.icon-message-empty{background-position:-92px -38px}.icon-large.icon-message-in{background-position:-92px -76px}.icon-large.icon-message-out{background-position:-92px -114px}.icon-large.icon-message-plus{background-position:-92px -152px}.icon-large.icon-message-minus{background-position:-92px -185px}.icon-large.icon-message-ban{background-position:-92px -218px}.icon-large.icon-message-flag{background-position:-92px -251px}.icon-large.icon-message-lock{background-position:-92px -284px}.icon-large.icon-message-new{background-position:-92px -318px}.icon-large.icon-inbox{background-position:-92px -350px}.icon-large.icon-inbox-plus{background-position:-92px -383px}.icon-large.icon-inbox-minus{background-position:-92px -420px}.icon-large.icon-inbox-lock{background-position:-92px -457px}.icon-large.icon-inbox-in{background-position:-92px -495px}.icon-large.icon-inbox-out{background-position:-92px -531px}.icon-large.icon-computer-locked{background-position:-92px -567px}.icon-large.icon-computer-service{background-position:-92px -601px}.icon-large.icon-computer-proces{background-position:-92px -635px}.icon-large.icon-phone{background-position:-92px -669px}.icon-large.icon-database-lock{background-position:-92px -704px}.icon-large.icon-database-plus{background-position:-92px -742px}.icon-large.icon-database-minus{background-position:-92px -779px}.icon-large.icon-database-ban{background-position:-92px -816px}.icon-large.icon-folder-open{background-position:-92px -853px}.icon-large.icon-folder-plus{background-position:-92px -885px}.icon-large.icon-folder-minus{background-position:-92px -920px}.icon-large.icon-folder-lock{background-position:-92px -955px}.icon-large.icon-folder-flag{background-position:-92px -991px}.icon-large.icon-folder-new{background-position:-92px -1026px}.icon-large.icon-check{background-position:-92px -1060px}.icon-large.icon-edit{background-position:-92px -1088px}.icon-large.icon-new-window{background-position:-92px -1119px}.icon-large.icon-more-windows{background-position:-92px -1151px}.icon-large.icon-show-big-thumbnails{background-position:-92px -1184px}.icon-large.icon-th-large{background-position:-92px -1184px}.icon-large.icon-show-thumbnails{background-position:-92px -1216px}.icon-large.icon-th{background-position:-92px -1216px}.icon-large.icon-show-thumbnails-with-lines{background-position:-92px -1248px}.icon-large.icon-th-list{background-position:-92px -1248px}.icon-large.icon-show-lines{background-position:-92px -1273px}.icon-large.icon-playlist{background-position:-92px -1298px}.icon-large.icon-picture{background-position:-92px -1332px}.icon-large.icon-imac{background-position:-92px -1362px}.icon-large.icon-macbook{background-position:-92px -1394px}.icon-large.icon-ipad{background-position:-92px -1419px}.icon-large.icon-iphone{background-position:-92px -1456px}.icon-large.icon-iphone-transfer{background-position:-92px -1490px}.icon-large.icon-iphone-exchange{background-position:-92px -1524px}.icon-large.icon-ipod{background-position:-92px -1558px}.icon-large.icon-ipod-shuffle{background-position:-92px -1590px}.icon-large.icon-ear-plugs{background-position:-92px -1613px}.icon-large.icon-albums{background-position:-92px -1647px}.icon-large.icon-step-backward{background-position:-92px -1675px}.icon-large.icon-fast-backward{background-position:-92px -1703px}.icon-large.icon-rewind,.icon-large.icon-backwards{background-position:-92px -1731px}.icon-large.icon-play{background-position:-92px -1759px}.icon-large.icon-pause{background-position:-92px -1787px}.icon-large.icon-stop{background-position:-92px -1813px}.icon-large.icon-forward{background-position:-92px -1837px}.icon-large.icon-fast-forward{background-position:-92px -1865px}.icon-large.icon-step-forward{background-position:-92px -1893px}.icon-large.icon-eject{background-position:-92px -1921px}.icon-large.icon-facetime-video{background-position:-92px -1948px}.icon-large.icon-download-alt{background-position:-92px -1974px}.icon-large.icon-mute,.icon-large.icon-volume-off{background-position:-138px 4px}.icon-large.icon-volume-down{background-position:-134px -22px}.icon-large.icon-volume-up{background-position:-138px -52px}.icon-large.icon-screenshot{background-position:-138px -88px}.icon-large.icon-move{background-position:-138px -125px}.icon-large.icon-more{background-position:-138px -159px}.icon-large.icon-brightness-reduce{background-position:-138px -176px}.icon-large.icon-brightness-increase{background-position:-138px -206px}.icon-large.icon-circle-plus,.icon-large.icon-plus-sign{background-position:-138px -240px}.icon-large.icon-circle-minus,.icon-large.icon-minus-sign{background-position:-138px -276px}.icon-large.icon-circle-remove,.icon-large.icon-remove-sign{background-position:-138px -312px}.icon-large.icon-circle-ok,.icon-large.icon-ok-sign{background-position:-138px -348px}.icon-large.icon-circle-question-mark,.icon-large.icon-question-sign{background-position:-138px -384px}.icon-large.icon-circle-info,.icon-large.icon-info-sign{background-position:-138px -420px}.icon-large.icon-circle-exclamation-mark,.icon-large.icon-exclamation-sign{background-position:-138px -456px}.icon-large.icon-remove{background-position:-138px -492px}.icon-large.icon-ok{background-position:-138px -528px}.icon-large.icon-ban{background-position:-138px -564px}.icon-large.icon-download{background-position:-138px -600px}.icon-large.icon-upload{background-position:-138px -636px}.icon-large.icon-shopping-cart{background-position:-138px -672px}.icon-large.icon-lock{background-position:-138px -705px}.icon-large.icon-unlock{background-position:-138px -741px}.icon-large.icon-electricity{background-position:-138px -777px}.icon-large.icon-cart-out{background-position:-138px -811px}.icon-large.icon-cart-in{background-position:-138px -846px}.icon-large.icon-left-arrow{background-position:-138px -880px}.icon-large.icon-right-arrow{background-position:-138px -908px}.icon-large.icon-down-arrow{background-position:-138px -936px}.icon-large.icon-up-arrow{background-position:-138px -966px}.icon-large.icon-resize-small{background-position:-138px -996px}.icon-large.icon-resize-full{background-position:-138px -1030px}.icon-large.icon-circle-arrow-left{background-position:-138px -1064px}.icon-large.icon-circle-arrow-right{background-position:-138px -1100px}.icon-large.icon-circle-arrow-top,.icon-large.icon-circle-arrow-up{background-position:-138px -1136px}.icon-large.icon-circle-arrow-down{background-position:-138px -1172px}.icon-large.icon-play-button{background-position:-138px -1208px}.icon-large.icon-play-circle{background-position:-138px -1208px}.icon-large.icon-unshare{background-position:-138px -1244px}.icon-large.icon-share{background-position:-138px -1272px}.icon-large.icon-thin-right-arrow,.icon-large.icon-chevron-right{background-position:-138px -1300px}.icon-large.icon-thin-arrow-left,.icon-large.icon-chevron-left{background-position:-138px -1332px}.icon-large.icon-bluetooth{background-position:-138px -1364px}.icon-large.icon-euro{background-position:-138px -1398px}.icon-large.icon-usd{background-position:-138px -1431px}.icon-large.icon-bp{background-position:-138px -1467px}.icon-large.icon-moon{background-position:-138px -1501px}.icon-large.icon-sun{background-position:-138px -1536px}.icon-large.icon-cloud{background-position:-138px -1570px}.icon-large.icon-direction{background-position:-138px -1597px}.icon-large.icon-brush{background-position:-138px -1633px}.icon-large.icon-pen{background-position:-138px -1666px}.icon-large.icon-zoom-in{background-position:-138px -1700px}.icon-large.icon-zoom-out{background-position:-138px -1735px}.icon-large.icon-pin{background-position:-138px -1770px}.icon-large.icon-riflescope{background-position:-138px -1805px}.icon-large.icon-rotation-lock{background-position:-138px -1840px}.icon-large.icon-flash{background-position:-138px -1874px}.icon-large.icon-google-maps,.icon-large.icon-map-marker{background-position:-138px -1909px}.icon-large.icon-anchor{background-position:-138px -1943px}.icon-large.icon-conversation{background-position:-138px -1978px}.icon-large.icon-chat{background-position:-184px 0}.icon-large.icon-male{background-position:-184px -29px}.icon-large.icon-female{background-position:-184px -61px}.icon-large.icon-asterisk{background-position:-184px -98px}.icon-large.icon-divide{background-position:-184px -128px}.icon-large.icon-snorkel-diving{background-position:-184px -154px}.icon-large.icon-scuba-diving{background-position:-184px -189px}.icon-large.icon-oxygen-bottle{background-position:-184px -223px}.icon-large.icon-fins{background-position:-184px -260px}.icon-large.icon-fishes{background-position:-184px -297px}.icon-large.icon-boat{background-position:-184px -337px}.icon-large.icon-delete-point{background-position:-184px -371px}.icon-large.icon-qrcode{background-position:-184px -398px}.icon-large.icon-barcode{background-position:-184px -432px}.icon-large.icon-pool{background-position:-184px -466px}.icon-large.icon-buoy{background-position:-184px -500px}.icon-large.icon-spade{background-position:-184px -534px}.icon-large.icon-bank{background-position:-184px -568px}.icon-large.icon-vcard{background-position:-184px -602px}.icon-large.icon-electrical-plug{background-position:-184px -636px}.icon-large.icon-flag{background-position:-184px -671px}.icon-large.icon-credit-card{background-position:-184px -707px}.icon-large.icon-keyboard-wireless{background-position:-184px -736px}.icon-large.icon-keyboard-wired{background-position:-184px -765px}.icon-large.icon-shield{background-position:-184px -800px}.icon-large.icon-ring{background-position:-184px -834px}.icon-large.icon-cake{background-position:-184px -868px}.icon-large.icon-drink{background-position:-184px -902px}.icon-large.icon-beer{background-position:-184px -936px}.icon-large.icon-fast-food{background-position:-184px -970px}.icon-large.icon-cutlery{background-position:-184px -1004px}.icon-large.icon-pizza{background-position:-184px -1038px}.icon-large.icon-birthday-cake{background-position:-184px -1077px}.icon-large.icon-tablet{background-position:-184px -1116px}.icon-large.icon-settings{background-position:-184px -1151px}.icon-large.icon-bullets{background-position:-184px -1185px}.icon-large.icon-cardio{background-position:-184px -1218px}.icon-large.icon-pants{background-position:-184px -1254px}.icon-large.icon-sweater{background-position:-184px -1288px}.icon-large.icon-fabric{background-position:-184px -1322px}.icon-large.icon-leather{background-position:-184px -1354px}.icon-large.icon-scissors{background-position:-184px -1388px}.icon-large.icon-podium{background-position:-184px -1425px}.icon-large.icon-skull{background-position:-184px -1456px}.icon-large.icon-celebration{background-position:-184px -1490px}.icon-large.icon-tea-kettle{background-position:-184px -1525px}.icon-large.icon-french-press{background-position:-184px -1558px}.icon-large.icon-coffe-cup{background-position:-184px -1593px}.icon-large.icon-pot{background-position:-184px -1622px}.icon-large.icon-grater{background-position:-184px -1654px}.icon-large.icon-kettle{background-position:-184px -1688px}.icon-large.icon-hospital{background-position:-184px -1722px}.icon-large.icon-hospital-h{background-position:-184px -1756px}.icon-large.icon-microphone{background-position:-184px -1790px}.icon-large.icon-webcam{background-position:-184px -1824px}.icon-large.icon-temple-christianity-church{background-position:-184px -1858px}.icon-large.icon-temple-islam{background-position:-184px -1893px}.icon-large.icon-temple-hindu{background-position:-184px -1927px}.icon-large.icon-temple-buddhist{background-position:-184px -1961px}.icon-large.icon-electrical-socket-eu{background-position:-230px 0}.icon-large.icon-electrical-socket-us{background-position:-230px -33px}.icon-large.icon-bomb{background-position:-230px -66px}.icon-large.icon-comments,.icon-large.icon-comment{background-position:-230px -102px}.icon-large.icon-flower{background-position:-230px -135px}.icon-large.icon-baseball{background-position:-230px -170px}.icon-large.icon-rugby{background-position:-230px -206px}.icon-large.icon-ax{background-position:-230px -240px}.icon-large.icon-table-tennis{background-position:-230px -275px}.icon-large.icon-bowling{background-position:-230px -309px}.icon-large.icon-tree-conifer{background-position:-230px -343px}.icon-large.icon-tree-deciduous{background-position:-230px -377px}.icon-large.icon-sort{background-position:-230px -412px}.icon-large.icon-filter{background-position:-230px -447px}.icon-large.icon-gamepad{background-position:-230px -481px}.icon-large.icon-playing-dices{background-position:-230px -510px}.icon-large.icon-calculator{background-position:-230px -543px}.icon-large.icon-tie{background-position:-230px -577px}.icon-large.icon-wallet{background-position:-230px -613px}.icon-large.icon-share{background-position:-230px -643px}.icon-large.icon-sampler{background-position:-230px -675px}.icon-large.icon-piano{background-position:-230px -707px}.icon-large.icon-web-browser{background-position:-230px -741px}.icon-large.icon-blog{background-position:-230px -773px}.icon-large.icon-dashboard{background-position:-230px -806px}.icon-large.icon-certificate{background-position:-230px -840px}.icon-large.icon-bell{background-position:-230px -875px}.icon-large.icon-candle{background-position:-230px -909px}.icon-large.icon-pin-classic{background-position:-230px -944px}.icon-large.icon-iphone-shake{background-position:-230px -978px}.icon-large.icon-pin-flag{background-position:-230px -1012px}.icon-large.icon-turtle{background-position:-230px -1044px}.icon-large.icon-rabbit{background-position:-230px -1070px}.icon-large.icon-globe{background-position:-230px -1102px}.icon-large.icon-briefcase{background-position:-230px -1136px}.icon-large.icon-hdd{background-position:-230px -1167px}.icon-large.icon-thumbs-up{background-position:-230px -1198px}.icon-large.icon-thumbs-down{background-position:-230px -1229px}.icon-large.icon-hand-right{background-position:-230px -1260px}.icon-large.icon-hand-left{background-position:-230px -1289px}.icon-large.icon-hand-up{background-position:-230px -1318px}.icon-large.icon-hand-down{background-position:-230px -1354px}.icon-large.icon-fullscreen{background-position:-230px -1391px}.icon-large.icon-shopping-bag{background-position:-230px -1425px}.icon-large.icon-book-open{background-position:-230px -1461px}.icon-large.icon-nameplate{background-position:-230px -1494px}.icon-large.icon-nameplate-alt{background-position:-230px -1525px}.icon-large.icon-vases{background-position:-230px -1557px}.icon-large.icon-announcement,.icon-large.icon-bullhorn{background-position:-230px -1591px}.icon-large.icon-dumbbell{background-position:-230px -1621px}.icon-large.icon-suitcase{background-position:-230px -1647px}.icon-large.icon-file-import{background-position:-230px -1679px}.icon-large.icon-file-export{background-position:-230px -1713px}.icon-large.icon-pinterest{background-position:-230px -1747px}.icon-large.icon-dropbox{background-position:-230px -1781px}.icon-large.icon-jolicloud{background-position:-230px -1815px}.icon-large.icon-yahoo{background-position:-230px -1849px}.icon-large.icon-blogger{background-position:-230px -1883px}.icon-large.icon-picasa{background-position:-230px -1917px}.icon-large.icon-amazon{background-position:-230px -1951px}.icon-large.icon-tumblr{background-position:-230px -1985px}.icon-large.icon-wordpress{background-position:-276px 0}.icon-large.icon-instapaper{background-position:-276px -34px}.icon-large.icon-evernote{background-position:-276px -68px}.icon-large.icon-xing{background-position:-276px -102px}.icon-large.icon-zootool{background-position:-276px -136px}.icon-large.icon-dribbble{background-position:-276px -170px}.icon-large.icon-deviantart{background-position:-276px -204px}.icon-large.icon-read-it-later{background-position:-276px -238px}.icon-large.icon-linked-in{background-position:-276px -272px}.icon-large.icon-forrst{background-position:-276px -306px}.icon-large.icon-pinboard{background-position:-276px -340px}.icon-large.icon-behance{background-position:-276px -374px}.icon-large.icon-github{background-position:-276px -408px}.icon-large.icon-youtube{background-position:-276px -442px}.icon-large.icon-skitch{background-position:-276px -476px}.icon-large.icon-quora{background-position:-276px -510px}.icon-large.icon-google-plus{background-position:-276px -544px}.icon-large.icon-spootify{background-position:-276px -578px}.icon-large.icon-stumbleupon{background-position:-276px -612px}.icon-large.icon-readability{background-position:-276px -646px}.icon-large.icon-facebook{background-position:-276px -680px}.icon-large.icon-twitter-t{background-position:-276px -714px}.icon-large.icon-twitter{background-position:-276px -748px}.icon-large.icon-buzz{background-position:-276px -782px}.icon-large.icon-vimeo{background-position:-276px -816px}.icon-large.icon-flickr{background-position:-276px -850px}.icon-large.icon-last-fm{background-position:-276px -884px}.icon-large.icon-rss{background-position:-276px -918px}.icon-large.icon-skype{background-position:-276px -952px} \ No newline at end of file diff --git a/css/bootstrap/css/bootstrap.min.css b/css/bootstrap/css/bootstrap.min.css deleted file mode 100755 index a553c4f..0000000 --- a/css/bootstrap/css/bootstrap.min.css +++ /dev/null @@ -1,9 +0,0 @@ -/*! - * Bootstrap v3.0.0 - * - * Copyright 2013 Twitter, Inc - * Licensed under the Apache License v2.0 - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Designed and built with all the love in the world by @mdo and @fat. - *//*! normalize.css v2.1.0 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{margin:.67em 0;font-size:2em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{height:0;-moz-box-sizing:content-box;box-sizing:content-box}mark{color:#000;background:#ff0}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid #c0c0c0}legend{padding:0;border:0}button,input,select,textarea{margin:0;font-family:inherit;font-size:100%}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{padding:0;box-sizing:border-box}input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}@media print{*{color:#000!important;text-shadow:none!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}@page{margin:2cm .5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.428571429;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}button,input,select[multiple],textarea{background-image:none}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}img{vertical-align:middle}.img-responsive{display:block;height:auto;max-width:100%}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;height:auto;max-width:100%;padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);border:0}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16.099999999999998px;font-weight:200;line-height:1.4}@media(min-width:768px){.lead{font-size:21px}}small{font-size:85%}cite{font-style:normal}.text-muted{color:#999}.text-primary{color:#428bca}.text-warning{color:#c09853}.text-danger{color:#b94a48}.text-success{color:#468847}.text-info{color:#3a87ad}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:500;line-height:1.1}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-weight:normal;line-height:1;color:#999}h1,h2,h3{margin-top:20px;margin-bottom:10px}h4,h5,h6{margin-top:10px;margin-bottom:10px}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}h1 small,.h1 small{font-size:24px}h2 small,.h2 small{font-size:18px}h3 small,.h3 small,h4 small,.h4 small{font-size:14px}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-bottom:20px}dt,dd{line-height:1.428571429}dt{font-weight:bold}dd{margin-left:0}@media(min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}.dl-horizontal dd:after{clear:both}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}.dl-horizontal dd:after{clear:both}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}abbr.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;border-left:5px solid #eee}blockquote p{font-size:17.5px;font-weight:300;line-height:1.25}blockquote p:last-child{margin-bottom:0}blockquote small{display:block;line-height:1.428571429;color:#999}blockquote small:before{content:'\2014 \00A0'}blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0}blockquote.pull-right p,blockquote.pull-right small{text-align:right}blockquote.pull-right small:before{content:''}blockquote.pull-right small:after{content:'\00A0 \2014'}q:before,q:after,blockquote:before,blockquote:after{content:""}address{display:block;margin-bottom:20px;font-style:normal;line-height:1.428571429}code,pre{font-family:Monaco,Menlo,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;white-space:nowrap;background-color:#f9f2f4;border-radius:4px}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.428571429;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre.prettyprint{margin-bottom:20px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.container:before,.container:after{display:table;content:" "}.container:after{clear:both}.container:before,.container:after{display:table;content:" "}.container:after{clear:both}.row{margin-right:-15px;margin-left:-15px}.row:before,.row:after{display:table;content:" "}.row:after{clear:both}.row:before,.row:after{display:table;content:" "}.row:after{clear:both}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11{float:left}.col-xs-1{width:8.333333333333332%}.col-xs-2{width:16.666666666666664%}.col-xs-3{width:25%}.col-xs-4{width:33.33333333333333%}.col-xs-5{width:41.66666666666667%}.col-xs-6{width:50%}.col-xs-7{width:58.333333333333336%}.col-xs-8{width:66.66666666666666%}.col-xs-9{width:75%}.col-xs-10{width:83.33333333333334%}.col-xs-11{width:91.66666666666666%}.col-xs-12{width:100%}@media(min-width:768px){.container{max-width:750px}.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11{float:left}.col-sm-1{width:8.333333333333332%}.col-sm-2{width:16.666666666666664%}.col-sm-3{width:25%}.col-sm-4{width:33.33333333333333%}.col-sm-5{width:41.66666666666667%}.col-sm-6{width:50%}.col-sm-7{width:58.333333333333336%}.col-sm-8{width:66.66666666666666%}.col-sm-9{width:75%}.col-sm-10{width:83.33333333333334%}.col-sm-11{width:91.66666666666666%}.col-sm-12{width:100%}.col-sm-push-1{left:8.333333333333332%}.col-sm-push-2{left:16.666666666666664%}.col-sm-push-3{left:25%}.col-sm-push-4{left:33.33333333333333%}.col-sm-push-5{left:41.66666666666667%}.col-sm-push-6{left:50%}.col-sm-push-7{left:58.333333333333336%}.col-sm-push-8{left:66.66666666666666%}.col-sm-push-9{left:75%}.col-sm-push-10{left:83.33333333333334%}.col-sm-push-11{left:91.66666666666666%}.col-sm-pull-1{right:8.333333333333332%}.col-sm-pull-2{right:16.666666666666664%}.col-sm-pull-3{right:25%}.col-sm-pull-4{right:33.33333333333333%}.col-sm-pull-5{right:41.66666666666667%}.col-sm-pull-6{right:50%}.col-sm-pull-7{right:58.333333333333336%}.col-sm-pull-8{right:66.66666666666666%}.col-sm-pull-9{right:75%}.col-sm-pull-10{right:83.33333333333334%}.col-sm-pull-11{right:91.66666666666666%}.col-sm-offset-1{margin-left:8.333333333333332%}.col-sm-offset-2{margin-left:16.666666666666664%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333333333333%}.col-sm-offset-5{margin-left:41.66666666666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.333333333333336%}.col-sm-offset-8{margin-left:66.66666666666666%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333333333334%}.col-sm-offset-11{margin-left:91.66666666666666%}}@media(min-width:992px){.container{max-width:970px}.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11{float:left}.col-md-1{width:8.333333333333332%}.col-md-2{width:16.666666666666664%}.col-md-3{width:25%}.col-md-4{width:33.33333333333333%}.col-md-5{width:41.66666666666667%}.col-md-6{width:50%}.col-md-7{width:58.333333333333336%}.col-md-8{width:66.66666666666666%}.col-md-9{width:75%}.col-md-10{width:83.33333333333334%}.col-md-11{width:91.66666666666666%}.col-md-12{width:100%}.col-md-push-0{left:auto}.col-md-push-1{left:8.333333333333332%}.col-md-push-2{left:16.666666666666664%}.col-md-push-3{left:25%}.col-md-push-4{left:33.33333333333333%}.col-md-push-5{left:41.66666666666667%}.col-md-push-6{left:50%}.col-md-push-7{left:58.333333333333336%}.col-md-push-8{left:66.66666666666666%}.col-md-push-9{left:75%}.col-md-push-10{left:83.33333333333334%}.col-md-push-11{left:91.66666666666666%}.col-md-pull-0{right:auto}.col-md-pull-1{right:8.333333333333332%}.col-md-pull-2{right:16.666666666666664%}.col-md-pull-3{right:25%}.col-md-pull-4{right:33.33333333333333%}.col-md-pull-5{right:41.66666666666667%}.col-md-pull-6{right:50%}.col-md-pull-7{right:58.333333333333336%}.col-md-pull-8{right:66.66666666666666%}.col-md-pull-9{right:75%}.col-md-pull-10{right:83.33333333333334%}.col-md-pull-11{right:91.66666666666666%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.333333333333332%}.col-md-offset-2{margin-left:16.666666666666664%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333333333333%}.col-md-offset-5{margin-left:41.66666666666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.333333333333336%}.col-md-offset-8{margin-left:66.66666666666666%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333333333334%}.col-md-offset-11{margin-left:91.66666666666666%}}@media(min-width:1200px){.container{max-width:1170px}.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11{float:left}.col-lg-1{width:8.333333333333332%}.col-lg-2{width:16.666666666666664%}.col-lg-3{width:25%}.col-lg-4{width:33.33333333333333%}.col-lg-5{width:41.66666666666667%}.col-lg-6{width:50%}.col-lg-7{width:58.333333333333336%}.col-lg-8{width:66.66666666666666%}.col-lg-9{width:75%}.col-lg-10{width:83.33333333333334%}.col-lg-11{width:91.66666666666666%}.col-lg-12{width:100%}.col-lg-push-0{left:auto}.col-lg-push-1{left:8.333333333333332%}.col-lg-push-2{left:16.666666666666664%}.col-lg-push-3{left:25%}.col-lg-push-4{left:33.33333333333333%}.col-lg-push-5{left:41.66666666666667%}.col-lg-push-6{left:50%}.col-lg-push-7{left:58.333333333333336%}.col-lg-push-8{left:66.66666666666666%}.col-lg-push-9{left:75%}.col-lg-push-10{left:83.33333333333334%}.col-lg-push-11{left:91.66666666666666%}.col-lg-pull-0{right:auto}.col-lg-pull-1{right:8.333333333333332%}.col-lg-pull-2{right:16.666666666666664%}.col-lg-pull-3{right:25%}.col-lg-pull-4{right:33.33333333333333%}.col-lg-pull-5{right:41.66666666666667%}.col-lg-pull-6{right:50%}.col-lg-pull-7{right:58.333333333333336%}.col-lg-pull-8{right:66.66666666666666%}.col-lg-pull-9{right:75%}.col-lg-pull-10{right:83.33333333333334%}.col-lg-pull-11{right:91.66666666666666%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.333333333333332%}.col-lg-offset-2{margin-left:16.666666666666664%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333333333333%}.col-lg-offset-5{margin-left:41.66666666666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.333333333333336%}.col-lg-offset-8{margin-left:66.66666666666666%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333333333334%}.col-lg-offset-11{margin-left:91.66666666666666%}}table{max-width:100%;background-color:transparent}th{text-align:left}.table{width:100%;margin-bottom:20px}.table thead>tr>th,.table tbody>tr>th,.table tfoot>tr>th,.table thead>tr>td,.table tbody>tr>td,.table tfoot>tr>td{padding:8px;line-height:1.428571429;vertical-align:top;border-top:1px solid #ddd}.table thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table caption+thead tr:first-child th,.table colgroup+thead tr:first-child th,.table thead:first-child tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child td{border-top:0}.table tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed thead>tr>th,.table-condensed tbody>tr>th,.table-condensed tfoot>tr>th,.table-condensed thead>tr>td,.table-condensed tbody>tr>td,.table-condensed tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*="col-"]{display:table-column;float:none}table td[class*="col-"],table th[class*="col-"]{display:table-cell;float:none}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8;border-color:#d6e9c6}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td{background-color:#d0e9c6;border-color:#c9e2b3}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede;border-color:#eed3d7}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td{background-color:#ebcccc;border-color:#e6c1c7}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3;border-color:#fbeed5}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td{background-color:#faf2cc;border-color:#f8e5be}@media(max-width:768px){.table-responsive{width:100%;margin-bottom:15px;overflow-x:scroll;overflow-y:hidden;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0;background-color:#fff}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>thead>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>thead>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}select[multiple],select[size]{height:auto}select optgroup{font-family:inherit;font-size:inherit;font-style:inherit}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button{height:auto}.form-control:-moz-placeholder{color:#999}.form-control::-moz-placeholder{color:#999}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle;background-color:#fff;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee}textarea.form-control{height:auto}.form-group{margin-bottom:15px}.radio,.checkbox{display:block;min-height:20px;padding-left:20px;margin-top:10px;margin-bottom:10px;vertical-align:middle}.radio label,.checkbox label{display:inline;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{float:left;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;font-weight:normal;vertical-align:middle;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],.radio[disabled],.radio-inline[disabled],.checkbox[disabled],.checkbox-inline[disabled],fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"],fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm{height:auto}.input-lg{height:45px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:45px;line-height:45px}textarea.input-lg{height:auto}.has-warning .help-block,.has-warning .control-label{color:#c09853}.has-warning .form-control{border-color:#c09853;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#a47e3c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e}.has-warning .input-group-addon{color:#c09853;background-color:#fcf8e3;border-color:#c09853}.has-error .help-block,.has-error .control-label{color:#b94a48}.has-error .form-control{border-color:#b94a48;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#953b39;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392}.has-error .input-group-addon{color:#b94a48;background-color:#f2dede;border-color:#b94a48}.has-success .help-block,.has-success .control-label{color:#468847}.has-success .form-control{border-color:#468847;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#356635;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b}.has-success .input-group-addon{color:#468847;background-color:#dff0d8;border-color:#468847}.form-control-static{padding-top:7px;margin-bottom:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media(min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block}.form-inline .radio,.form-inline .checkbox{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:none;margin-left:0}}.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}.form-horizontal .form-group:before,.form-horizontal .form-group:after{display:table;content:" "}.form-horizontal .form-group:after{clear:both}.form-horizontal .form-group:before,.form-horizontal .form-group:after{display:table;content:" "}.form-horizontal .form-group:after{clear:both}@media(min-width:768px){.form-horizontal .control-label{text-align:right}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:normal;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;border:1px solid transparent;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus{color:#333;text-decoration:none}.btn:active,.btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad}.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{color:#fff;background-color:#ed9c28;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{color:#fff;background-color:#d2322d;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{color:#fff;background-color:#47a447;border-color:#398439}.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc}.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-link{font-weight:normal;color:#428bca;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999;text-decoration:none}.btn-lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-xs{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs{padding:1px 5px}.btn-block{display:block;width:100%;padding-right:0;padding-left:0}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}@font-face{font-family:'Glyphicons Halflings';src:url('../fonts/glyphicons-halflings-regular.eot');src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';-webkit-font-smoothing:antialiased;font-style:normal;font-weight:normal;line-height:1}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-print:before{content:"\e045"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-briefcase:before{content:"\1f4bc"}.glyphicon-calendar:before{content:"\1f4c5"}.glyphicon-pushpin:before{content:"\1f4cc"}.glyphicon-paperclip:before{content:"\1f4ce"}.glyphicon-camera:before{content:"\1f4f7"}.glyphicon-lock:before{content:"\1f512"}.glyphicon-bell:before{content:"\1f514"}.glyphicon-bookmark:before{content:"\1f516"}.glyphicon-fire:before{content:"\1f525"}.glyphicon-wrench:before{content:"\1f527"}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid #000;border-right:4px solid transparent;border-bottom:0 dotted;border-left:4px solid transparent;content:""}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;list-style:none;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.428571429;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#fff;text-decoration:none;background-color:#428bca}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#428bca;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.428571429;color:#999}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0 dotted;border-bottom:4px solid #000;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media(min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}}.btn-default .caret{border-top-color:#333}.btn-primary .caret,.btn-success .caret,.btn-warning .caret,.btn-danger .caret,.btn-info .caret{border-top-color:#fff}.dropup .btn-default .caret{border-bottom-color:#333}.dropup .btn-primary .caret,.dropup .btn-success .caret,.dropup .btn-warning .caret,.dropup .btn-danger .caret,.dropup .btn-info .caret{border-bottom-color:#fff}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar:before,.btn-toolbar:after{display:table;content:" "}.btn-toolbar:after{clear:both}.btn-toolbar:before,.btn-toolbar:after{display:table;content:" "}.btn-toolbar:after{clear:both}.btn-toolbar .btn-group{float:left}.btn-toolbar>.btn+.btn,.btn-toolbar>.btn-group+.btn,.btn-toolbar>.btn+.btn-group,.btn-toolbar>.btn-group+.btn-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group-xs>.btn{padding:5px 10px;padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{display:table;content:" "}.btn-group-vertical>.btn-group:after{clear:both}.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{display:table;content:" "}.btn-group-vertical>.btn-group:after{clear:both}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-right-radius:0;border-bottom-left-radius:4px;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child>.btn:last-child,.btn-group-vertical>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;border-collapse:separate;table-layout:fixed}.btn-group-justified .btn{display:table-cell;float:none;width:1%}[data-toggle="buttons"]>.btn>input[type="radio"],[data-toggle="buttons"]>.btn>input[type="checkbox"]{display:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group.col{float:none;padding-right:0;padding-left:0}.input-group .form-control{width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:45px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:45px;line-height:45px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:normal;line-height:1;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-4px}.input-group-btn>.btn:hover,.input-group-btn>.btn:active{z-index:2}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav:before,.nav:after{display:table;content:" "}.nav:after{clear:both}.nav:before,.nav:after{display:table;content:" "}.nav:after{clear:both}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#999}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.428571429;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center}@media(min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}}.nav-tabs.nav-justified>li>a{margin-right:0;border-bottom:1px solid #ddd}.nav-tabs.nav-justified>.active>a{border-bottom-color:#fff}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:5px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center}@media(min-width:768px){.nav-justified>li{display:table-cell;width:1%}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-bottom:1px solid #ddd}.nav-tabs-justified>.active>a{border-bottom-color:#fff}.tabbable:before,.tabbable:after{display:table;content:" "}.tabbable:after{clear:both}.tabbable:before,.tabbable:after{display:table;content:" "}.tabbable:after{clear:both}.tab-content>.tab-pane,.pill-content>.pill-pane{display:none}.tab-content>.active,.pill-content>.active{display:block}.nav .caret{border-top-color:#428bca;border-bottom-color:#428bca}.nav a:hover .caret{border-top-color:#2a6496;border-bottom-color:#2a6496}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;z-index:1000;min-height:50px;margin-bottom:20px;border:1px solid transparent}.navbar:before,.navbar:after{display:table;content:" "}.navbar:after{clear:both}.navbar:before,.navbar:after{display:table;content:" "}.navbar:after{clear:both}@media(min-width:768px){.navbar{border-radius:4px}}.navbar-header:before,.navbar-header:after{display:table;content:" "}.navbar-header:after{clear:both}.navbar-header:before,.navbar-header:after{display:table;content:" "}.navbar-header:after{clear:both}@media(min-width:768px){.navbar-header{float:left}}.navbar-collapse{max-height:340px;padding-right:15px;padding-left:15px;overflow-x:visible;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse:before,.navbar-collapse:after{display:table;content:" "}.navbar-collapse:after{clear:both}.navbar-collapse:before,.navbar-collapse:after{display:table;content:" "}.navbar-collapse:after{clear:both}.navbar-collapse.in{overflow-y:auto}@media(min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-collapse .navbar-nav.navbar-left:first-child{margin-left:-15px}.navbar-collapse .navbar-nav.navbar-right:last-child{margin-right:-15px}.navbar-collapse .navbar-text:last-child{margin-right:0}}.container>.navbar-header,.container>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media(min-width:768px){.container>.navbar-header,.container>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{border-width:0 0 1px}@media(min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;border-width:0 0 1px}@media(min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;z-index:1030}.navbar-fixed-bottom{bottom:0;margin-bottom:0}.navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}@media(min-width:768px){.navbar>.container .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;border:1px solid transparent;border-radius:4px}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media(min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media(max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media(min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}@media(min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1)}@media(min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{float:none;margin-left:0}}@media(max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@media(min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-nav.pull-right>li>.dropdown-menu,.navbar-nav>li>.dropdown-menu.pull-right{right:0;left:auto}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-text{float:left;margin-top:15px;margin-bottom:15px}@media(min-width:768px){.navbar-text{margin-right:15px;margin-left:15px}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#ccc}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e6e6e6}.navbar-default .navbar-nav>.dropdown>a:hover .caret,.navbar-default .navbar-nav>.dropdown>a:focus .caret{border-top-color:#333;border-bottom-color:#333}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.open>a .caret,.navbar-default .navbar-nav>.open>a:hover .caret,.navbar-default .navbar-nav>.open>a:focus .caret{border-top-color:#555;border-bottom-color:#555}.navbar-default .navbar-nav>.dropdown>a .caret{border-top-color:#777;border-bottom-color:#777}@media(max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#999}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#999}.navbar-inverse .navbar-nav>li>a{color:#999}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.dropdown>a:hover .caret{border-top-color:#fff;border-bottom-color:#fff}.navbar-inverse .navbar-nav>.dropdown>a .caret{border-top-color:#999;border-bottom-color:#999}.navbar-inverse .navbar-nav>.open>a .caret,.navbar-inverse .navbar-nav>.open>a:hover .caret,.navbar-inverse .navbar-nav>.open>a:focus .caret{border-top-color:#fff;border-bottom-color:#fff}@media(max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#999}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#999}.navbar-inverse .navbar-link:hover{color:#fff}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#999}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.428571429;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{background-color:#eee}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color:#428bca;border-color:#428bca}.pagination>.disabled>span,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager:before,.pager:after{display:table;content:" "}.pager:after{clear:both}.pager:before,.pager:after{display:table;content:" "}.pager:after{clear:both}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.label[href]:hover,.label[href]:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.label-default{background-color:#999}.label-default[href]:hover,.label-default[href]:focus{background-color:#808080}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#999;border-radius:10px}.badge:empty{display:none}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.btn .badge{position:relative;top:-1px}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px;margin-bottom:30px;font-size:21px;font-weight:200;line-height:2.1428571435;color:inherit;background-color:#eee}.jumbotron h1{line-height:1;color:inherit}.jumbotron p{line-height:1.4}.container .jumbotron{border-radius:6px}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-right:60px;padding-left:60px}.jumbotron h1{font-size:63px}}.thumbnail{display:inline-block;display:block;height:auto;max-width:100%;padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail>img{display:block;height:auto;max-width:100%}a.thumbnail:hover,a.thumbnail:focus{border-color:#428bca}.thumbnail>img{margin-right:auto;margin-left:auto}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable{padding-right:35px}.alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#356635}.alert-info{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#2d6987}.alert-warning{color:#c09853;background-color:#fcf8e3;border-color:#fbeed5}.alert-warning hr{border-top-color:#f8e5be}.alert-warning .alert-link{color:#a47e3c}.alert-danger{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}.alert-danger hr{border-top-color:#e6c1c7}.alert-danger .alert-link{color:#953b39}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-moz-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:0 0}to{background-position:40px 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-size:40px 40px}.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-moz-animation:progress-bar-stripes 2s linear infinite;-ms-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;background-color:#f5f5f5}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-body:before,.panel-body:after{display:table;content:" "}.panel-body:after{clear:both}.panel-body:before,.panel-body:after{display:table;content:" "}.panel-body:after{clear:both}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0}.panel>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.panel>.list-group .list-group-item:last-child{border-bottom:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.table{margin-bottom:0}.panel>.panel-body+.table{border-top:1px solid #ddd}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-title{margin-top:0;margin-bottom:0;font-size:16px}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-group .panel{margin-bottom:0;overflow:hidden;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse .panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse .panel-body{border-top-color:#ddd}.panel-default>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse .panel-body{border-top-color:#428bca}.panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse .panel-body{border-top-color:#d6e9c6}.panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6}.panel-warning{border-color:#fbeed5}.panel-warning>.panel-heading{color:#c09853;background-color:#fcf8e3;border-color:#fbeed5}.panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:#fbeed5}.panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#fbeed5}.panel-danger{border-color:#eed3d7}.panel-danger>.panel-heading{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}.panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:#eed3d7}.panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#eed3d7}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse .panel-body{border-top-color:#bce8f1}.panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}body.modal-open,.modal-open .navbar-fixed-top,.modal-open .navbar-fixed-bottom{margin-right:15px}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;display:none;overflow:auto;overflow-y:scroll}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.modal-dialog{z-index:1050;width:auto;padding:10px;margin-right:auto;margin-left:auto}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);background-clip:padding-box}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1030;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{min-height:16.428571429px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.428571429}.modal-body{position:relative;padding:20px}.modal-footer{padding:19px 20px 20px;margin-top:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer:before,.modal-footer:after{display:table;content:" "}.modal-footer:after{clear:both}.modal-footer:before,.modal-footer:after{display:table;content:" "}.modal-footer:after{clear:both}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}@media screen and (min-width:768px){.modal-dialog{right:auto;left:50%;width:600px;padding-top:30px;padding-bottom:30px}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}}.tooltip{position:absolute;z-index:1030;display:block;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0);visibility:visible}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.top-right .tooltip-arrow{right:5px;bottom:0;border-top-color:#000;border-width:5px 5px 0}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-right-color:#000;border-width:5px 5px 5px 0}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-left-color:#000;border-width:5px 0 5px 5px}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-bottom-color:#000;border-width:0 5px 5px}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-bottom-color:#000;border-width:0 5px 5px}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-bottom-color:#000;border-width:0 5px 5px}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;white-space:normal;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);background-clip:padding-box}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:normal;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover .arrow,.popover .arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover .arrow{border-width:11px}.popover .arrow:after{border-width:10px;content:""}.popover.top .arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);border-bottom-width:0}.popover.top .arrow:after{bottom:1px;margin-left:-10px;border-top-color:#fff;border-bottom-width:0;content:" "}.popover.right .arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,0.25);border-left-width:0}.popover.right .arrow:after{bottom:-10px;left:1px;border-right-color:#fff;border-left-width:0;content:" "}.popover.bottom .arrow{top:-11px;left:50%;margin-left:-11px;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);border-top-width:0}.popover.bottom .arrow:after{top:1px;margin-left:-10px;border-bottom-color:#fff;border-top-width:0;content:" "}.popover.left .arrow{top:50%;right:-11px;margin-top:-11px;border-left-color:#999;border-left-color:rgba(0,0,0,0.25);border-right-width:0}.popover.left .arrow:after{right:1px;bottom:-10px;border-left-color:#fff;border-right-width:0;content:" "}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;height:auto;max-width:100%;line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);opacity:.5;filter:alpha(opacity=50)}.carousel-control.left{background-image:-webkit-gradient(linear,0 top,100% top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0.0001)));background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.5) 0),color-stop(rgba(0,0,0,0.0001) 100%));background-image:-moz-linear-gradient(left,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);background-image:linear-gradient(to right,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)}.carousel-control.right{right:0;left:auto;background-image:-webkit-gradient(linear,0 top,100% top,from(rgba(0,0,0,0.0001)),to(rgba(0,0,0,0.5)));background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.0001) 0),color-stop(rgba(0,0,0,0.5) 100%));background-image:-moz-linear-gradient(left,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);background-image:linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1)}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;left:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after{display:table;content:" "}.clearfix:after{clear:both}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.affix{position:fixed}@-ms-viewport{width:device-width}@media screen and (max-width:400px){@-ms-viewport{width:320px}}.hidden{display:none!important;visibility:hidden!important}.visible-xs{display:none!important}tr.visible-xs{display:none!important}th.visible-xs,td.visible-xs{display:none!important}@media(max-width:767px){.visible-xs{display:block!important}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-xs.visible-sm{display:block!important}tr.visible-xs.visible-sm{display:table-row!important}th.visible-xs.visible-sm,td.visible-xs.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-xs.visible-md{display:block!important}tr.visible-xs.visible-md{display:table-row!important}th.visible-xs.visible-md,td.visible-xs.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-xs.visible-lg{display:block!important}tr.visible-xs.visible-lg{display:table-row!important}th.visible-xs.visible-lg,td.visible-xs.visible-lg{display:table-cell!important}}.visible-sm{display:none!important}tr.visible-sm{display:none!important}th.visible-sm,td.visible-sm{display:none!important}@media(max-width:767px){.visible-sm.visible-xs{display:block!important}tr.visible-sm.visible-xs{display:table-row!important}th.visible-sm.visible-xs,td.visible-sm.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-sm{display:block!important}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-sm.visible-md{display:block!important}tr.visible-sm.visible-md{display:table-row!important}th.visible-sm.visible-md,td.visible-sm.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-sm.visible-lg{display:block!important}tr.visible-sm.visible-lg{display:table-row!important}th.visible-sm.visible-lg,td.visible-sm.visible-lg{display:table-cell!important}}.visible-md{display:none!important}tr.visible-md{display:none!important}th.visible-md,td.visible-md{display:none!important}@media(max-width:767px){.visible-md.visible-xs{display:block!important}tr.visible-md.visible-xs{display:table-row!important}th.visible-md.visible-xs,td.visible-md.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-md.visible-sm{display:block!important}tr.visible-md.visible-sm{display:table-row!important}th.visible-md.visible-sm,td.visible-md.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-md{display:block!important}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-md.visible-lg{display:block!important}tr.visible-md.visible-lg{display:table-row!important}th.visible-md.visible-lg,td.visible-md.visible-lg{display:table-cell!important}}.visible-lg{display:none!important}tr.visible-lg{display:none!important}th.visible-lg,td.visible-lg{display:none!important}@media(max-width:767px){.visible-lg.visible-xs{display:block!important}tr.visible-lg.visible-xs{display:table-row!important}th.visible-lg.visible-xs,td.visible-lg.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-lg.visible-sm{display:block!important}tr.visible-lg.visible-sm{display:table-row!important}th.visible-lg.visible-sm,td.visible-lg.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-lg.visible-md{display:block!important}tr.visible-lg.visible-md{display:table-row!important}th.visible-lg.visible-md,td.visible-lg.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-lg{display:block!important}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}.hidden-xs{display:block!important}tr.hidden-xs{display:table-row!important}th.hidden-xs,td.hidden-xs{display:table-cell!important}@media(max-width:767px){.hidden-xs{display:none!important}tr.hidden-xs{display:none!important}th.hidden-xs,td.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-xs.hidden-sm{display:none!important}tr.hidden-xs.hidden-sm{display:none!important}th.hidden-xs.hidden-sm,td.hidden-xs.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-xs.hidden-md{display:none!important}tr.hidden-xs.hidden-md{display:none!important}th.hidden-xs.hidden-md,td.hidden-xs.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-xs.hidden-lg{display:none!important}tr.hidden-xs.hidden-lg{display:none!important}th.hidden-xs.hidden-lg,td.hidden-xs.hidden-lg{display:none!important}}.hidden-sm{display:block!important}tr.hidden-sm{display:table-row!important}th.hidden-sm,td.hidden-sm{display:table-cell!important}@media(max-width:767px){.hidden-sm.hidden-xs{display:none!important}tr.hidden-sm.hidden-xs{display:none!important}th.hidden-sm.hidden-xs,td.hidden-sm.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}tr.hidden-sm{display:none!important}th.hidden-sm,td.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-sm.hidden-md{display:none!important}tr.hidden-sm.hidden-md{display:none!important}th.hidden-sm.hidden-md,td.hidden-sm.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-sm.hidden-lg{display:none!important}tr.hidden-sm.hidden-lg{display:none!important}th.hidden-sm.hidden-lg,td.hidden-sm.hidden-lg{display:none!important}}.hidden-md{display:block!important}tr.hidden-md{display:table-row!important}th.hidden-md,td.hidden-md{display:table-cell!important}@media(max-width:767px){.hidden-md.hidden-xs{display:none!important}tr.hidden-md.hidden-xs{display:none!important}th.hidden-md.hidden-xs,td.hidden-md.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-md.hidden-sm{display:none!important}tr.hidden-md.hidden-sm{display:none!important}th.hidden-md.hidden-sm,td.hidden-md.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}tr.hidden-md{display:none!important}th.hidden-md,td.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-md.hidden-lg{display:none!important}tr.hidden-md.hidden-lg{display:none!important}th.hidden-md.hidden-lg,td.hidden-md.hidden-lg{display:none!important}}.hidden-lg{display:block!important}tr.hidden-lg{display:table-row!important}th.hidden-lg,td.hidden-lg{display:table-cell!important}@media(max-width:767px){.hidden-lg.hidden-xs{display:none!important}tr.hidden-lg.hidden-xs{display:none!important}th.hidden-lg.hidden-xs,td.hidden-lg.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-lg.hidden-sm{display:none!important}tr.hidden-lg.hidden-sm{display:none!important}th.hidden-lg.hidden-sm,td.hidden-lg.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-lg.hidden-md{display:none!important}tr.hidden-lg.hidden-md{display:none!important}th.hidden-lg.hidden-md,td.hidden-lg.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-lg{display:none!important}tr.hidden-lg{display:none!important}th.hidden-lg,td.hidden-lg{display:none!important}}.visible-print{display:none!important}tr.visible-print{display:none!important}th.visible-print,td.visible-print{display:none!important}@media print{.visible-print{display:block!important}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}.hidden-print{display:none!important}tr.hidden-print{display:none!important}th.hidden-print,td.hidden-print{display:none!important}} \ No newline at end of file diff --git a/css/bootstrap/fonts/glyphicons-halflings-regular.eot b/css/bootstrap/fonts/glyphicons-halflings-regular.eot deleted file mode 100755 index 87eaa43..0000000 Binary files a/css/bootstrap/fonts/glyphicons-halflings-regular.eot and /dev/null differ diff --git a/css/bootstrap/fonts/glyphicons-halflings-regular.svg b/css/bootstrap/fonts/glyphicons-halflings-regular.svg deleted file mode 100755 index 5fee068..0000000 --- a/css/bootstrap/fonts/glyphicons-halflings-regular.svg +++ /dev/null @@ -1,228 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/css/bootstrap/fonts/glyphicons-halflings-regular.ttf b/css/bootstrap/fonts/glyphicons-halflings-regular.ttf deleted file mode 100755 index be784dc..0000000 Binary files a/css/bootstrap/fonts/glyphicons-halflings-regular.ttf and /dev/null differ diff --git a/css/bootstrap/fonts/glyphicons-halflings-regular.woff b/css/bootstrap/fonts/glyphicons-halflings-regular.woff deleted file mode 100755 index 2cc3e48..0000000 Binary files a/css/bootstrap/fonts/glyphicons-halflings-regular.woff and /dev/null differ diff --git a/css/bootstrap/img/glyphicons.png b/css/bootstrap/img/glyphicons.png deleted file mode 100644 index 167d083..0000000 Binary files a/css/bootstrap/img/glyphicons.png and /dev/null differ diff --git a/css/bootstrap/js/bootstrap.js b/css/bootstrap/js/bootstrap.js deleted file mode 100755 index 2c64257..0000000 --- a/css/bootstrap/js/bootstrap.js +++ /dev/null @@ -1,1999 +0,0 @@ -/** -* bootstrap.js v3.0.0 by @fat and @mdo -* Copyright 2013 Twitter Inc. -* http://www.apache.org/licenses/LICENSE-2.0 -*/ -if (!jQuery) { throw new Error("Bootstrap requires jQuery") } - -/* ======================================================================== - * Bootstrap: transition.js v3.0.0 - * http://twbs.github.com/bootstrap/javascript.html#transitions - * ======================================================================== - * Copyright 2013 Twitter, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ======================================================================== */ - - -+function ($) { "use strict"; - - // CSS TRANSITION SUPPORT (Shoutout: http://www.modernizr.com/) - // ============================================================ - - function transitionEnd() { - var el = document.createElement('bootstrap') - - var transEndEventNames = { - 'WebkitTransition' : 'webkitTransitionEnd' - , 'MozTransition' : 'transitionend' - , 'OTransition' : 'oTransitionEnd otransitionend' - , 'transition' : 'transitionend' - } - - for (var name in transEndEventNames) { - if (el.style[name] !== undefined) { - return { end: transEndEventNames[name] } - } - } - } - - // http://blog.alexmaccaw.com/css-transitions - $.fn.emulateTransitionEnd = function (duration) { - var called = false, $el = this - $(this).one($.support.transition.end, function () { called = true }) - var callback = function () { if (!called) $($el).trigger($.support.transition.end) } - setTimeout(callback, duration) - return this - } - - $(function () { - $.support.transition = transitionEnd() - }) - -}(window.jQuery); - -/* ======================================================================== - * Bootstrap: alert.js v3.0.0 - * http://twbs.github.com/bootstrap/javascript.html#alerts - * ======================================================================== - * Copyright 2013 Twitter, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ======================================================================== */ - - -+function ($) { "use strict"; - - // ALERT CLASS DEFINITION - // ====================== - - var dismiss = '[data-dismiss="alert"]' - var Alert = function (el) { - $(el).on('click', dismiss, this.close) - } - - Alert.prototype.close = function (e) { - var $this = $(this) - var selector = $this.attr('data-target') - - if (!selector) { - selector = $this.attr('href') - selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') // strip for ie7 - } - - var $parent = $(selector) - - if (e) e.preventDefault() - - if (!$parent.length) { - $parent = $this.hasClass('alert') ? $this : $this.parent() - } - - $parent.trigger(e = $.Event('close.bs.alert')) - - if (e.isDefaultPrevented()) return - - $parent.removeClass('in') - - function removeElement() { - $parent.trigger('closed.bs.alert').remove() - } - - $.support.transition && $parent.hasClass('fade') ? - $parent - .one($.support.transition.end, removeElement) - .emulateTransitionEnd(150) : - removeElement() - } - - - // ALERT PLUGIN DEFINITION - // ======================= - - var old = $.fn.alert - - $.fn.alert = function (option) { - return this.each(function () { - var $this = $(this) - var data = $this.data('bs.alert') - - if (!data) $this.data('bs.alert', (data = new Alert(this))) - if (typeof option == 'string') data[option].call($this) - }) - } - - $.fn.alert.Constructor = Alert - - - // ALERT NO CONFLICT - // ================= - - $.fn.alert.noConflict = function () { - $.fn.alert = old - return this - } - - - // ALERT DATA-API - // ============== - - $(document).on('click.bs.alert.data-api', dismiss, Alert.prototype.close) - -}(window.jQuery); - -/* ======================================================================== - * Bootstrap: button.js v3.0.0 - * http://twbs.github.com/bootstrap/javascript.html#buttons - * ======================================================================== - * Copyright 2013 Twitter, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ======================================================================== */ - - -+function ($) { "use strict"; - - // BUTTON PUBLIC CLASS DEFINITION - // ============================== - - var Button = function (element, options) { - this.$element = $(element) - this.options = $.extend({}, Button.DEFAULTS, options) - } - - Button.DEFAULTS = { - loadingText: 'loading...' - } - - Button.prototype.setState = function (state) { - var d = 'disabled' - var $el = this.$element - var val = $el.is('input') ? 'val' : 'html' - var data = $el.data() - - state = state + 'Text' - - if (!data.resetText) $el.data('resetText', $el[val]()) - - $el[val](data[state] || this.options[state]) - - // push to event loop to allow forms to submit - setTimeout(function () { - state == 'loadingText' ? - $el.addClass(d).attr(d, d) : - $el.removeClass(d).removeAttr(d); - }, 0) - } - - Button.prototype.toggle = function () { - var $parent = this.$element.closest('[data-toggle="buttons"]') - - if ($parent.length) { - var $input = this.$element.find('input') - .prop('checked', !this.$element.hasClass('active')) - .trigger('change') - if ($input.prop('type') === 'radio') $parent.find('.active').removeClass('active') - } - - this.$element.toggleClass('active') - } - - - // BUTTON PLUGIN DEFINITION - // ======================== - - var old = $.fn.button - - $.fn.button = function (option) { - return this.each(function () { - var $this = $(this) - var data = $this.data('bs.button') - var options = typeof option == 'object' && option - - if (!data) $this.data('bs.button', (data = new Button(this, options))) - - if (option == 'toggle') data.toggle() - else if (option) data.setState(option) - }) - } - - $.fn.button.Constructor = Button - - - // BUTTON NO CONFLICT - // ================== - - $.fn.button.noConflict = function () { - $.fn.button = old - return this - } - - - // BUTTON DATA-API - // =============== - - $(document).on('click.bs.button.data-api', '[data-toggle^=button]', function (e) { - var $btn = $(e.target) - if (!$btn.hasClass('btn')) $btn = $btn.closest('.btn') - $btn.button('toggle') - e.preventDefault() - }) - -}(window.jQuery); - -/* ======================================================================== - * Bootstrap: carousel.js v3.0.0 - * http://twbs.github.com/bootstrap/javascript.html#carousel - * ======================================================================== - * Copyright 2012 Twitter, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ======================================================================== */ - - -+function ($) { "use strict"; - - // CAROUSEL CLASS DEFINITION - // ========================= - - var Carousel = function (element, options) { - this.$element = $(element) - this.$indicators = this.$element.find('.carousel-indicators') - this.options = options - this.paused = - this.sliding = - this.interval = - this.$active = - this.$items = null - - this.options.pause == 'hover' && this.$element - .on('mouseenter', $.proxy(this.pause, this)) - .on('mouseleave', $.proxy(this.cycle, this)) - } - - Carousel.DEFAULTS = { - interval: 5000 - , pause: 'hover' - , wrap: true - } - - Carousel.prototype.cycle = function (e) { - e || (this.paused = false) - - this.interval && clearInterval(this.interval) - - this.options.interval - && !this.paused - && (this.interval = setInterval($.proxy(this.next, this), this.options.interval)) - - return this - } - - Carousel.prototype.getActiveIndex = function () { - this.$active = this.$element.find('.item.active') - this.$items = this.$active.parent().children() - - return this.$items.index(this.$active) - } - - Carousel.prototype.to = function (pos) { - var that = this - var activeIndex = this.getActiveIndex() - - if (pos > (this.$items.length - 1) || pos < 0) return - - if (this.sliding) return this.$element.one('slid', function () { that.to(pos) }) - if (activeIndex == pos) return this.pause().cycle() - - return this.slide(pos > activeIndex ? 'next' : 'prev', $(this.$items[pos])) - } - - Carousel.prototype.pause = function (e) { - e || (this.paused = true) - - if (this.$element.find('.next, .prev').length && $.support.transition.end) { - this.$element.trigger($.support.transition.end) - this.cycle(true) - } - - this.interval = clearInterval(this.interval) - - return this - } - - Carousel.prototype.next = function () { - if (this.sliding) return - return this.slide('next') - } - - Carousel.prototype.prev = function () { - if (this.sliding) return - return this.slide('prev') - } - - Carousel.prototype.slide = function (type, next) { - var $active = this.$element.find('.item.active') - var $next = next || $active[type]() - var isCycling = this.interval - var direction = type == 'next' ? 'left' : 'right' - var fallback = type == 'next' ? 'first' : 'last' - var that = this - - if (!$next.length) { - if (!this.options.wrap) return - $next = this.$element.find('.item')[fallback]() - } - - this.sliding = true - - isCycling && this.pause() - - var e = $.Event('slide.bs.carousel', { relatedTarget: $next[0], direction: direction }) - - if ($next.hasClass('active')) return - - if (this.$indicators.length) { - this.$indicators.find('.active').removeClass('active') - this.$element.one('slid', function () { - var $nextIndicator = $(that.$indicators.children()[that.getActiveIndex()]) - $nextIndicator && $nextIndicator.addClass('active') - }) - } - - if ($.support.transition && this.$element.hasClass('slide')) { - this.$element.trigger(e) - if (e.isDefaultPrevented()) return - $next.addClass(type) - $next[0].offsetWidth // force reflow - $active.addClass(direction) - $next.addClass(direction) - $active - .one($.support.transition.end, function () { - $next.removeClass([type, direction].join(' ')).addClass('active') - $active.removeClass(['active', direction].join(' ')) - that.sliding = false - setTimeout(function () { that.$element.trigger('slid') }, 0) - }) - .emulateTransitionEnd(600) - } else { - this.$element.trigger(e) - if (e.isDefaultPrevented()) return - $active.removeClass('active') - $next.addClass('active') - this.sliding = false - this.$element.trigger('slid') - } - - isCycling && this.cycle() - - return this - } - - - // CAROUSEL PLUGIN DEFINITION - // ========================== - - var old = $.fn.carousel - - $.fn.carousel = function (option) { - return this.each(function () { - var $this = $(this) - var data = $this.data('bs.carousel') - var options = $.extend({}, Carousel.DEFAULTS, $this.data(), typeof option == 'object' && option) - var action = typeof option == 'string' ? option : options.slide - - if (!data) $this.data('bs.carousel', (data = new Carousel(this, options))) - if (typeof option == 'number') data.to(option) - else if (action) data[action]() - else if (options.interval) data.pause().cycle() - }) - } - - $.fn.carousel.Constructor = Carousel - - - // CAROUSEL NO CONFLICT - // ==================== - - $.fn.carousel.noConflict = function () { - $.fn.carousel = old - return this - } - - - // CAROUSEL DATA-API - // ================= - - $(document).on('click.bs.carousel.data-api', '[data-slide], [data-slide-to]', function (e) { - var $this = $(this), href - var $target = $($this.attr('data-target') || (href = $this.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7 - var options = $.extend({}, $target.data(), $this.data()) - var slideIndex = $this.attr('data-slide-to') - if (slideIndex) options.interval = false - - $target.carousel(options) - - if (slideIndex = $this.attr('data-slide-to')) { - $target.data('bs.carousel').to(slideIndex) - } - - e.preventDefault() - }) - - $(window).on('load', function () { - $('[data-ride="carousel"]').each(function () { - var $carousel = $(this) - $carousel.carousel($carousel.data()) - }) - }) - -}(window.jQuery); - -/* ======================================================================== - * Bootstrap: collapse.js v3.0.0 - * http://twbs.github.com/bootstrap/javascript.html#collapse - * ======================================================================== - * Copyright 2012 Twitter, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ======================================================================== */ - - -+function ($) { "use strict"; - - // COLLAPSE PUBLIC CLASS DEFINITION - // ================================ - - var Collapse = function (element, options) { - this.$element = $(element) - this.options = $.extend({}, Collapse.DEFAULTS, options) - this.transitioning = null - - if (this.options.parent) this.$parent = $(this.options.parent) - if (this.options.toggle) this.toggle() - } - - Collapse.DEFAULTS = { - toggle: true - } - - Collapse.prototype.dimension = function () { - var hasWidth = this.$element.hasClass('width') - return hasWidth ? 'width' : 'height' - } - - Collapse.prototype.show = function () { - if (this.transitioning || this.$element.hasClass('in')) return - - var startEvent = $.Event('show.bs.collapse') - this.$element.trigger(startEvent) - if (startEvent.isDefaultPrevented()) return - - var actives = this.$parent && this.$parent.find('> .panel > .in') - - if (actives && actives.length) { - var hasData = actives.data('bs.collapse') - if (hasData && hasData.transitioning) return - actives.collapse('hide') - hasData || actives.data('bs.collapse', null) - } - - var dimension = this.dimension() - - this.$element - .removeClass('collapse') - .addClass('collapsing') - [dimension](0) - - this.transitioning = 1 - - var complete = function () { - this.$element - .removeClass('collapsing') - .addClass('in') - [dimension]('auto') - this.transitioning = 0 - this.$element.trigger('shown.bs.collapse') - } - - if (!$.support.transition) return complete.call(this) - - var scrollSize = $.camelCase(['scroll', dimension].join('-')) - - this.$element - .one($.support.transition.end, $.proxy(complete, this)) - .emulateTransitionEnd(350) - [dimension](this.$element[0][scrollSize]) - } - - Collapse.prototype.hide = function () { - if (this.transitioning || !this.$element.hasClass('in')) return - - var startEvent = $.Event('hide.bs.collapse') - this.$element.trigger(startEvent) - if (startEvent.isDefaultPrevented()) return - - var dimension = this.dimension() - - this.$element - [dimension](this.$element[dimension]()) - [0].offsetHeight - - this.$element - .addClass('collapsing') - .removeClass('collapse') - .removeClass('in') - - this.transitioning = 1 - - var complete = function () { - this.transitioning = 0 - this.$element - .trigger('hidden.bs.collapse') - .removeClass('collapsing') - .addClass('collapse') - } - - if (!$.support.transition) return complete.call(this) - - this.$element - [dimension](0) - .one($.support.transition.end, $.proxy(complete, this)) - .emulateTransitionEnd(350) - } - - Collapse.prototype.toggle = function () { - this[this.$element.hasClass('in') ? 'hide' : 'show']() - } - - - // COLLAPSE PLUGIN DEFINITION - // ========================== - - var old = $.fn.collapse - - $.fn.collapse = function (option) { - return this.each(function () { - var $this = $(this) - var data = $this.data('bs.collapse') - var options = $.extend({}, Collapse.DEFAULTS, $this.data(), typeof option == 'object' && option) - - if (!data) $this.data('bs.collapse', (data = new Collapse(this, options))) - if (typeof option == 'string') data[option]() - }) - } - - $.fn.collapse.Constructor = Collapse - - - // COLLAPSE NO CONFLICT - // ==================== - - $.fn.collapse.noConflict = function () { - $.fn.collapse = old - return this - } - - - // COLLAPSE DATA-API - // ================= - - $(document).on('click.bs.collapse.data-api', '[data-toggle=collapse]', function (e) { - var $this = $(this), href - var target = $this.attr('data-target') - || e.preventDefault() - || (href = $this.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '') //strip for ie7 - var $target = $(target) - var data = $target.data('bs.collapse') - var option = data ? 'toggle' : $this.data() - var parent = $this.attr('data-parent') - var $parent = parent && $(parent) - - if (!data || !data.transitioning) { - if ($parent) $parent.find('[data-toggle=collapse][data-parent="' + parent + '"]').not($this).addClass('collapsed') - $this[$target.hasClass('in') ? 'addClass' : 'removeClass']('collapsed') - } - - $target.collapse(option) - }) - -}(window.jQuery); - -/* ======================================================================== - * Bootstrap: dropdown.js v3.0.0 - * http://twbs.github.com/bootstrap/javascript.html#dropdowns - * ======================================================================== - * Copyright 2012 Twitter, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ======================================================================== */ - - -+function ($) { "use strict"; - - // DROPDOWN CLASS DEFINITION - // ========================= - - var backdrop = '.dropdown-backdrop' - var toggle = '[data-toggle=dropdown]' - var Dropdown = function (element) { - var $el = $(element).on('click.bs.dropdown', this.toggle) - } - - Dropdown.prototype.toggle = function (e) { - var $this = $(this) - - if ($this.is('.disabled, :disabled')) return - - var $parent = getParent($this) - var isActive = $parent.hasClass('open') - - clearMenus() - - if (!isActive) { - if ('ontouchstart' in document.documentElement && !$parent.closest('.navbar-nav').length) { - // if mobile we we use a backdrop because click events don't delegate - $(' + + + +
+ +
+ +
+
+ +
+

CodeWeek

+ + Europe Code Week is a grassroots initiative which aims to bring coding and digital literacy to everybody in a fun and engaging way.
+ 6-21 October 2018 +
+
+ +
+
+ +
+
+ +
+

Why learn to code?

+ +
+ +
+ Coding clubs in Finland +
+ +
+ +

Today we live in a world that has been affected by rapid advances in technology. The way we work, communicate, shop and think has changed dramatically. In order to cope with these rapid changes and to make sense of the world around us, we need to not only develop our understanding of how technology works, but also develop skills and capabilities, that will help us to adapt to living in this new era.

+

Learning to code helps us to make sense of how things work, explore ideas and make things, for both work and play. What’s more it helps us to unleash our creativity and work collaboratively with wonderful people both near us and all over the world.

+ +
+ +
+
+ +
+ +
+

Get involved!

+ +
+ +
+ + +
+ +
+

Organize an event

+
+ +

+ Become a part of Code Week by organizing an event. Make a difference by inspiring and motivating others. +

+ +

+ Anyone is welcome to organize an event. Just pick a topic and a target audience and add your event to the map. You can even use our toolkit for organizers to get started. +

+ +

+ If you need help or have a question you can get in touch with EU Code Week Ambassadors in your country. +

+ + Become an organizer + +
+ +
+ +
+

Join an event

+
+ +

+ Coding is for everyone. Try something new and discover the fun of coding by joining an event near you. +

+ +

+ There are plenty of events for any age and a variety of topics. Participation is free of charge and there are no prerequisites. +

+ +

+ There's also a list of resources to help you get started with coding online right now. +

+ + Browse events + +
+ +
+ +
+

Spread the word

+
+ +

+ Help the cause by spreading the word so that more people can learn about Code Week. If you know people who would be willing to organize an event, let them know about Code Week. +

+ +

+ Have an inspirational story to share? Post it to our blog and we will share it. +

+ +

+ We're on Twitter as @CodeWeekEU, on Facebook and we use the #codeEU hashtag. +

+ + See what's going on + +
+ +
+ +
+ +
+ +
+
+ +
+

In the last edition

+ + Europe Code Week 2017 was a huge success. +
Let's make this year an even bigger one. +
+
+ +
+
+ +
+
Countries
+
+ +
+ +
+
CodeWeek4All awardees
+
+ +
+ +
+
Events
+
+ +
+ +
+
+
Participants
+
+
+ +
+
+ +
+
+ +
+

Partners And Sponsors

+ Help us expand the outreach and the impact of Code Week + +

+ Code Week is a grassroots initiative led by volunteers which has an outreach to hundreds of thousands of people around the world. We constantly seek partners and sponsors to help us expand. If you would like to be part of our community and sponsor our activities, please contact us. +

+ + Get in touch

+
+ +
+ +
+ +
+ +
    +
  • Apple
  • +
  • Tech Soup
  • +
  • Programamos
  • +
  • Dr.Scratch
  • +
  • Public Libraries 2020
  • +
  • Grand Coalition for Digital Jobs
  • +
  • CoderDojo
  • +
  • Africa Code Week
  • +
  • All you need is code
  • +
  • European Schoolnet
  • +
  • Scratch
  • +
  • ICT In Practice
  • +
  • NeuNet
  • +
  • Google
  • +
  • LEGOeducation
  • +
  • SAP
  • +
  • Stifter Helfen
  • +
  • EU Tech Alliance
  • + + +
+ +
+
+ +
+ +
+

Get in Touch with us

+ Still have questions? Just drop us a line. +
+ +
+ + +
+ Bring your ideas to life with #coding +
+
+
+
+ diff --git a/js/jquery.js b/js/jquery.js new file mode 100755 index 0000000..e6079ec --- /dev/null +++ b/js/jquery.js @@ -0,0 +1,2 @@ +/*! jQuery v1.11.3 | (c) 2005, 2015 jQuery Foundation, Inc. | 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=c.slice,e=c.concat,f=c.push,g=c.indexOf,h={},i=h.toString,j=h.hasOwnProperty,k={},l="1.11.3",m=function(a,b){return new m.fn.init(a,b)},n=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,o=/^-ms-/,p=/-([\da-z])/gi,q=function(a,b){return b.toUpperCase()};m.fn=m.prototype={jquery:l,constructor:m,selector:"",length:0,toArray:function(){return d.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:d.call(this)},pushStack:function(a){var b=m.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a,b){return m.each(this,a,b)},map:function(a){return this.pushStack(m.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(d.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(null)},push:f,sort:c.sort,splice:c.splice},m.extend=m.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||m.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&&(m.isPlainObject(c)||(b=m.isArray(c)))?(b?(b=!1,f=a&&m.isArray(a)?a:[]):f=a&&m.isPlainObject(a)?a:{},g[d]=m.extend(j,f,c)):void 0!==c&&(g[d]=c));return g},m.extend({expando:"jQuery"+(l+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===m.type(a)},isArray:Array.isArray||function(a){return"array"===m.type(a)},isWindow:function(a){return null!=a&&a==a.window},isNumeric:function(a){return!m.isArray(a)&&a-parseFloat(a)+1>=0},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},isPlainObject:function(a){var b;if(!a||"object"!==m.type(a)||a.nodeType||m.isWindow(a))return!1;try{if(a.constructor&&!j.call(a,"constructor")&&!j.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}if(k.ownLast)for(b in a)return j.call(a,b);for(b in a);return void 0===b||j.call(a,b)},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?h[i.call(a)]||"object":typeof a},globalEval:function(b){b&&m.trim(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(o,"ms-").replace(p,q)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b,c){var d,e=0,f=a.length,g=r(a);if(c){if(g){for(;f>e;e++)if(d=b.apply(a[e],c),d===!1)break}else for(e in a)if(d=b.apply(a[e],c),d===!1)break}else if(g){for(;f>e;e++)if(d=b.call(a[e],e,a[e]),d===!1)break}else for(e in a)if(d=b.call(a[e],e,a[e]),d===!1)break;return a},trim:function(a){return null==a?"":(a+"").replace(n,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(r(Object(a))?m.merge(c,"string"==typeof a?[a]:a):f.call(c,a)),c},inArray:function(a,b,c){var d;if(b){if(g)return g.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,f=0,g=a.length,h=r(a),i=[];if(h)for(;g>f;f++)d=b(a[f],f,c),null!=d&&i.push(d);else for(f in a)d=b(a[f],f,c),null!=d&&i.push(d);return e.apply([],i)},guid:1,proxy:function(a,b){var c,e,f;return"string"==typeof b&&(f=a[b],b=a,a=f),m.isFunction(a)?(c=d.call(arguments,2),e=function(){return a.apply(b||this,c.concat(d.call(arguments)))},e.guid=a.guid=a.guid||m.guid++,e):void 0},now:function(){return+new Date},support:k}),m.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(a,b){h["[object "+b+"]"]=b.toLowerCase()});function r(a){var b="length"in a&&a.length,c=m.type(a);return"function"===c||m.isWindow(a)?!1:1===a.nodeType&&b?!0:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}var s=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=ha(),z=ha(),A=ha(),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=M.replace("w","w#"),O="\\["+L+"*("+M+")(?:"+L+"*([*^$|!~]?=)"+L+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+N+"))|)"+L+"*\\]",P=":("+M+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+O+")*)|.*)\\)|)",Q=new RegExp(L+"+","g"),R=new RegExp("^"+L+"+|((?:^|[^\\\\])(?:\\\\.)*)"+L+"+$","g"),S=new RegExp("^"+L+"*,"+L+"*"),T=new RegExp("^"+L+"*([>+~]|"+L+")"+L+"*"),U=new RegExp("="+L+"*([^\\]'\"]*?)"+L+"*\\]","g"),V=new RegExp(P),W=new RegExp("^"+N+"$"),X={ID:new RegExp("^#("+M+")"),CLASS:new RegExp("^\\.("+M+")"),TAG:new RegExp("^("+M.replace("w","w*")+")"),ATTR:new RegExp("^"+O),PSEUDO:new RegExp("^"+P),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")},Y=/^(?:input|select|textarea|button)$/i,Z=/^h\d$/i,$=/^[^{]+\{\s*\[native \w/,_=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,aa=/[+~]/,ba=/'|\\/g,ca=new RegExp("\\\\([\\da-f]{1,6}"+L+"?|("+L+")|.)","ig"),da=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)},ea=function(){m()};try{H.apply(E=I.call(v.childNodes),v.childNodes),E[v.childNodes.length].nodeType}catch(fa){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 ga(a,b,d,e){var f,h,j,k,l,o,r,s,w,x;if((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,d=d||[],k=b.nodeType,"string"!=typeof a||!a||1!==k&&9!==k&&11!==k)return d;if(!e&&p){if(11!==k&&(f=_.exec(a)))if(j=f[1]){if(9===k){if(h=b.getElementById(j),!h||!h.parentNode)return d;if(h.id===j)return d.push(h),d}else if(b.ownerDocument&&(h=b.ownerDocument.getElementById(j))&&t(b,h)&&h.id===j)return d.push(h),d}else{if(f[2])return H.apply(d,b.getElementsByTagName(a)),d;if((j=f[3])&&c.getElementsByClassName)return H.apply(d,b.getElementsByClassName(j)),d}if(c.qsa&&(!q||!q.test(a))){if(s=r=u,w=b,x=1!==k&&a,1===k&&"object"!==b.nodeName.toLowerCase()){o=g(a),(r=b.getAttribute("id"))?s=r.replace(ba,"\\$&"):b.setAttribute("id",s),s="[id='"+s+"'] ",l=o.length;while(l--)o[l]=s+ra(o[l]);w=aa.test(a)&&pa(b.parentNode)||b,x=o.join(",")}if(x)try{return H.apply(d,w.querySelectorAll(x)),d}catch(y){}finally{r||b.removeAttribute("id")}}}return i(a.replace(R,"$1"),b,d,e)}function ha(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function ia(a){return a[u]=!0,a}function ja(a){var b=n.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function ka(a,b){var c=a.split("|"),e=a.length;while(e--)d.attrHandle[c[e]]=b}function la(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 ma(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function na(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function oa(a){return ia(function(b){return b=+b,ia(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 pa(a){return a&&"undefined"!=typeof a.getElementsByTagName&&a}c=ga.support={},f=ga.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},m=ga.setDocument=function(a){var b,e,g=a?a.ownerDocument||a:v;return g!==n&&9===g.nodeType&&g.documentElement?(n=g,o=g.documentElement,e=g.defaultView,e&&e!==e.top&&(e.addEventListener?e.addEventListener("unload",ea,!1):e.attachEvent&&e.attachEvent("onunload",ea)),p=!f(g),c.attributes=ja(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=ja(function(a){return a.appendChild(g.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=$.test(g.getElementsByClassName),c.getById=ja(function(a){return o.appendChild(a).id=u,!g.getElementsByName||!g.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.parentNode?[c]:[]}},d.filter.ID=function(a){var b=a.replace(ca,da);return function(a){return a.getAttribute("id")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(ca,da);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 p?b.getElementsByClassName(a):void 0},r=[],q=[],(c.qsa=$.test(g.querySelectorAll))&&(ja(function(a){o.appendChild(a).innerHTML="",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(".#.+[+~]")}),ja(function(a){var b=g.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=$.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&ja(function(a){c.disconnectedMatch=s.call(a,"div"),s.call(a,"[s!='']:x"),r.push("!=",P)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=$.test(o.compareDocumentPosition),t=b||$.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===g||a.ownerDocument===v&&t(v,a)?-1:b===g||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,h=[a],i=[b];if(!e||!f)return a===g?-1:b===g?1:e?-1:f?1:k?J(k,a)-J(k,b):0;if(e===f)return la(a,b);c=a;while(c=c.parentNode)h.unshift(c);c=b;while(c=c.parentNode)i.unshift(c);while(h[d]===i[d])d++;return d?la(h[d],i[d]):h[d]===v?-1:i[d]===v?1:0},g):n},ga.matches=function(a,b){return ga(a,null,null,b)},ga.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(U,"='$1']"),!(!c.matchesSelector||!p||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 ga(b,n,null,[a]).length>0},ga.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},ga.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},ga.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},ga.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=ga.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=ga.selectors={cacheLength:50,createPseudo:ia,match:X,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(ca,da),a[3]=(a[3]||a[4]||a[5]||"").replace(ca,da),"~="===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]||ga.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]&&ga.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return X.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&V.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(ca,da).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=ga.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(Q," ")+" ").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;if(q){if(f){while(p){l=b;while(l=l[p])if(h?l.nodeName.toLowerCase()===r:1===l.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){k=q[u]||(q[u]={}),j=k[a]||[],n=j[0]===w&&j[1],m=j[0]===w&&j[2],l=n&&q.childNodes[n];while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if(1===l.nodeType&&++m&&l===b){k[a]=[w,n,m];break}}else if(s&&(j=(b[u]||(b[u]={}))[a])&&j[0]===w)m=j[1];else while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if((h?l.nodeName.toLowerCase()===r:1===l.nodeType)&&++m&&(s&&((l[u]||(l[u]={}))[a]=[w,m]),l===b))break;return m-=e,m===d||m%d===0&&m/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||ga.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?ia(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:ia(function(a){var b=[],c=[],d=h(a.replace(R,"$1"));return d[u]?ia(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:ia(function(a){return function(b){return ga(a,b).length>0}}),contains:ia(function(a){return a=a.replace(ca,da),function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:ia(function(a){return W.test(a||"")||ga.error("unsupported lang: "+a),a=a.replace(ca,da).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 Z.test(a.nodeName)},input:function(a){return Y.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:oa(function(){return[0]}),last:oa(function(a,b){return[b-1]}),eq:oa(function(a,b,c){return[0>c?c+b:c]}),even:oa(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:oa(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:oa(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:oa(function(a,b,c){for(var d=0>c?c+b:c;++db;b++)d+=a[b].value;return d}function sa(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=[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(i=b[u]||(b[u]={}),(h=i[d])&&h[0]===w&&h[1]===f)return j[2]=h[2];if(i[d]=j,j[2]=a(b,c,g))return!0}}}function ta(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 ua(a,b,c){for(var d=0,e=b.length;e>d;d++)ga(a,b[d],c);return c}function va(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 wa(a,b,c,d,e,f){return d&&!d[u]&&(d=wa(d)),e&&!e[u]&&(e=wa(e,f)),ia(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||ua(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:va(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=va(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=va(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):H.apply(g,r)})}function xa(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=sa(function(a){return a===b},h,!0),l=sa(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=[sa(ta(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 wa(i>1&&ta(m),i>1&&ra(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(R,"$1"),c,e>i&&xa(a.slice(i,e)),f>e&&xa(a=a.slice(e)),f>e&&ra(a))}m.push(c)}return ta(m)}function ya(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var l,m,o,p=0,q="0",r=f&&[],s=[],t=j,u=f||e&&d.find.TAG("*",k),v=w+=null==t?1:Math.random()||.1,x=u.length;for(k&&(j=g!==n&&g);q!==x&&null!=(l=u[q]);q++){if(e&&l){m=0;while(o=a[m++])if(o(l,g,h)){i.push(l);break}k&&(w=v)}c&&((l=!o&&l)&&p--,f&&r.push(l))}if(p+=q,c&&q!==p){m=0;while(o=b[m++])o(r,s,g,h);if(f){if(p>0)while(q--)r[q]||s[q]||(s[q]=F.call(i));s=va(s)}H.apply(i,s),k&&!f&&s.length>0&&p+b.length>1&&ga.uniqueSort(i)}return k&&(w=v,j=t),r};return c?ia(f):f}return h=ga.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=xa(b[c]),f[u]?d.push(f):e.push(f);f=A(a,ya(e,d)),f.selector=a}return f},i=ga.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(ca,da),b)||[])[0],!b)return e;n&&(b=b.parentNode),a=a.slice(j.shift().value.length)}i=X.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(ca,da),aa.test(j[0].type)&&pa(b.parentNode)||b))){if(j.splice(i,1),a=f.length&&ra(j),!a)return H.apply(e,f),e;break}}}return(n||h(a,o))(f,b,!p,e,aa.test(a)&&pa(b.parentNode)||b),e},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=ja(function(a){return 1&a.compareDocumentPosition(n.createElement("div"))}),ja(function(a){return a.innerHTML="","#"===a.firstChild.getAttribute("href")})||ka("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&ja(function(a){return a.innerHTML="",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||ka("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),ja(function(a){return null==a.getAttribute("disabled")})||ka(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}),ga}(a);m.find=s,m.expr=s.selectors,m.expr[":"]=m.expr.pseudos,m.unique=s.uniqueSort,m.text=s.getText,m.isXMLDoc=s.isXML,m.contains=s.contains;var t=m.expr.match.needsContext,u=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,v=/^.[^:#\[\.,]*$/;function w(a,b,c){if(m.isFunction(b))return m.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return m.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(v.test(b))return m.filter(b,a,c);b=m.filter(b,a)}return m.grep(a,function(a){return m.inArray(a,b)>=0!==c})}m.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?m.find.matchesSelector(d,a)?[d]:[]:m.find.matches(a,m.grep(b,function(a){return 1===a.nodeType}))},m.fn.extend({find:function(a){var b,c=[],d=this,e=d.length;if("string"!=typeof a)return this.pushStack(m(a).filter(function(){for(b=0;e>b;b++)if(m.contains(d[b],this))return!0}));for(b=0;e>b;b++)m.find(a,d[b],c);return c=this.pushStack(e>1?m.unique(c):c),c.selector=this.selector?this.selector+" "+a:a,c},filter:function(a){return this.pushStack(w(this,a||[],!1))},not:function(a){return this.pushStack(w(this,a||[],!0))},is:function(a){return!!w(this,"string"==typeof a&&t.test(a)?m(a):a||[],!1).length}});var x,y=a.document,z=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,A=m.fn.init=function(a,b){var c,d;if(!a)return this;if("string"==typeof a){if(c="<"===a.charAt(0)&&">"===a.charAt(a.length-1)&&a.length>=3?[null,a,null]:z.exec(a),!c||!c[1]&&b)return!b||b.jquery?(b||x).find(a):this.constructor(b).find(a);if(c[1]){if(b=b instanceof m?b[0]:b,m.merge(this,m.parseHTML(c[1],b&&b.nodeType?b.ownerDocument||b:y,!0)),u.test(c[1])&&m.isPlainObject(b))for(c in b)m.isFunction(this[c])?this[c](b[c]):this.attr(c,b[c]);return this}if(d=y.getElementById(c[2]),d&&d.parentNode){if(d.id!==c[2])return x.find(a);this.length=1,this[0]=d}return this.context=y,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):m.isFunction(a)?"undefined"!=typeof x.ready?x.ready(a):a(m):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),m.makeArray(a,this))};A.prototype=m.fn,x=m(y);var B=/^(?:parents|prev(?:Until|All))/,C={children:!0,contents:!0,next:!0,prev:!0};m.extend({dir:function(a,b,c){var d=[],e=a[b];while(e&&9!==e.nodeType&&(void 0===c||1!==e.nodeType||!m(e).is(c)))1===e.nodeType&&d.push(e),e=e[b];return d},sibling:function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c}}),m.fn.extend({has:function(a){var b,c=m(a,this),d=c.length;return this.filter(function(){for(b=0;d>b;b++)if(m.contains(this,c[b]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=t.test(a)||"string"!=typeof a?m(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&&m.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?m.unique(f):f)},index:function(a){return a?"string"==typeof a?m.inArray(this[0],m(a)):m.inArray(a.jquery?a[0]:a,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(m.unique(m.merge(this.get(),m(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function D(a,b){do a=a[b];while(a&&1!==a.nodeType);return a}m.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return m.dir(a,"parentNode")},parentsUntil:function(a,b,c){return m.dir(a,"parentNode",c)},next:function(a){return D(a,"nextSibling")},prev:function(a){return D(a,"previousSibling")},nextAll:function(a){return m.dir(a,"nextSibling")},prevAll:function(a){return m.dir(a,"previousSibling")},nextUntil:function(a,b,c){return m.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return m.dir(a,"previousSibling",c)},siblings:function(a){return m.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return m.sibling(a.firstChild)},contents:function(a){return m.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:m.merge([],a.childNodes)}},function(a,b){m.fn[a]=function(c,d){var e=m.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=m.filter(d,e)),this.length>1&&(C[a]||(e=m.unique(e)),B.test(a)&&(e=e.reverse())),this.pushStack(e)}});var E=/\S+/g,F={};function G(a){var b=F[a]={};return m.each(a.match(E)||[],function(a,c){b[c]=!0}),b}m.Callbacks=function(a){a="string"==typeof a?F[a]||G(a):m.extend({},a);var b,c,d,e,f,g,h=[],i=!a.once&&[],j=function(l){for(c=a.memory&&l,d=!0,f=g||0,g=0,e=h.length,b=!0;h&&e>f;f++)if(h[f].apply(l[0],l[1])===!1&&a.stopOnFalse){c=!1;break}b=!1,h&&(i?i.length&&j(i.shift()):c?h=[]:k.disable())},k={add:function(){if(h){var d=h.length;!function f(b){m.each(b,function(b,c){var d=m.type(c);"function"===d?a.unique&&k.has(c)||h.push(c):c&&c.length&&"string"!==d&&f(c)})}(arguments),b?e=h.length:c&&(g=d,j(c))}return this},remove:function(){return h&&m.each(arguments,function(a,c){var d;while((d=m.inArray(c,h,d))>-1)h.splice(d,1),b&&(e>=d&&e--,f>=d&&f--)}),this},has:function(a){return a?m.inArray(a,h)>-1:!(!h||!h.length)},empty:function(){return h=[],e=0,this},disable:function(){return h=i=c=void 0,this},disabled:function(){return!h},lock:function(){return i=void 0,c||k.disable(),this},locked:function(){return!i},fireWith:function(a,c){return!h||d&&!i||(c=c||[],c=[a,c.slice?c.slice():c],b?i.push(c):j(c)),this},fire:function(){return k.fireWith(this,arguments),this},fired:function(){return!!d}};return k},m.extend({Deferred:function(a){var b=[["resolve","done",m.Callbacks("once memory"),"resolved"],["reject","fail",m.Callbacks("once memory"),"rejected"],["notify","progress",m.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return m.Deferred(function(c){m.each(b,function(b,f){var g=m.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&m.isFunction(a.promise)?a.promise().done(c.resolve).fail(c.reject).progress(c.notify):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?m.extend(a,d):d}},e={};return d.pipe=d.then,m.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=d.call(arguments),e=c.length,f=1!==e||a&&m.isFunction(a.promise)?e:0,g=1===f?a:m.Deferred(),h=function(a,b,c){return function(e){b[a]=this,c[a]=arguments.length>1?d.call(arguments):e,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}},i,j,k;if(e>1)for(i=new Array(e),j=new Array(e),k=new Array(e);e>b;b++)c[b]&&m.isFunction(c[b].promise)?c[b].promise().done(h(b,k,c)).fail(g.reject).progress(h(b,j,i)):--f;return f||g.resolveWith(k,c),g.promise()}});var H;m.fn.ready=function(a){return m.ready.promise().done(a),this},m.extend({isReady:!1,readyWait:1,holdReady:function(a){a?m.readyWait++:m.ready(!0)},ready:function(a){if(a===!0?!--m.readyWait:!m.isReady){if(!y.body)return setTimeout(m.ready);m.isReady=!0,a!==!0&&--m.readyWait>0||(H.resolveWith(y,[m]),m.fn.triggerHandler&&(m(y).triggerHandler("ready"),m(y).off("ready")))}}});function I(){y.addEventListener?(y.removeEventListener("DOMContentLoaded",J,!1),a.removeEventListener("load",J,!1)):(y.detachEvent("onreadystatechange",J),a.detachEvent("onload",J))}function J(){(y.addEventListener||"load"===event.type||"complete"===y.readyState)&&(I(),m.ready())}m.ready.promise=function(b){if(!H)if(H=m.Deferred(),"complete"===y.readyState)setTimeout(m.ready);else if(y.addEventListener)y.addEventListener("DOMContentLoaded",J,!1),a.addEventListener("load",J,!1);else{y.attachEvent("onreadystatechange",J),a.attachEvent("onload",J);var c=!1;try{c=null==a.frameElement&&y.documentElement}catch(d){}c&&c.doScroll&&!function e(){if(!m.isReady){try{c.doScroll("left")}catch(a){return setTimeout(e,50)}I(),m.ready()}}()}return H.promise(b)};var K="undefined",L;for(L in m(k))break;k.ownLast="0"!==L,k.inlineBlockNeedsLayout=!1,m(function(){var a,b,c,d;c=y.getElementsByTagName("body")[0],c&&c.style&&(b=y.createElement("div"),d=y.createElement("div"),d.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",c.appendChild(d).appendChild(b),typeof b.style.zoom!==K&&(b.style.cssText="display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1",k.inlineBlockNeedsLayout=a=3===b.offsetWidth,a&&(c.style.zoom=1)),c.removeChild(d))}),function(){var a=y.createElement("div");if(null==k.deleteExpando){k.deleteExpando=!0;try{delete a.test}catch(b){k.deleteExpando=!1}}a=null}(),m.acceptData=function(a){var b=m.noData[(a.nodeName+" ").toLowerCase()],c=+a.nodeType||1;return 1!==c&&9!==c?!1:!b||b!==!0&&a.getAttribute("classid")===b};var M=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,N=/([A-Z])/g;function O(a,b,c){if(void 0===c&&1===a.nodeType){var d="data-"+b.replace(N,"-$1").toLowerCase();if(c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:M.test(c)?m.parseJSON(c):c}catch(e){}m.data(a,b,c)}else c=void 0}return c}function P(a){var b;for(b in a)if(("data"!==b||!m.isEmptyObject(a[b]))&&"toJSON"!==b)return!1;return!0}function Q(a,b,d,e){if(m.acceptData(a)){var f,g,h=m.expando,i=a.nodeType,j=i?m.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()||m.guid++:h),j[k]||(j[k]=i?{}:{toJSON:m.noop}),("object"==typeof b||"function"==typeof b)&&(e?j[k]=m.extend(j[k],b):j[k].data=m.extend(j[k].data,b)),g=j[k],e||(g.data||(g.data={}),g=g.data),void 0!==d&&(g[m.camelCase(b)]=d),"string"==typeof b?(f=g[b],null==f&&(f=g[m.camelCase(b)])):f=g,f}}function R(a,b,c){if(m.acceptData(a)){var d,e,f=a.nodeType,g=f?m.cache:a,h=f?a[m.expando]:m.expando;if(g[h]){if(b&&(d=c?g[h]:g[h].data)){m.isArray(b)?b=b.concat(m.map(b,m.camelCase)):b in d?b=[b]:(b=m.camelCase(b),b=b in d?[b]:b.split(" ")),e=b.length;while(e--)delete d[b[e]];if(c?!P(d):!m.isEmptyObject(d))return}(c||(delete g[h].data,P(g[h])))&&(f?m.cleanData([a],!0):k.deleteExpando||g!=g.window?delete g[h]:g[h]=null)}}}m.extend({cache:{},noData:{"applet ":!0,"embed ":!0,"object ":"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"},hasData:function(a){return a=a.nodeType?m.cache[a[m.expando]]:a[m.expando],!!a&&!P(a)},data:function(a,b,c){return Q(a,b,c)},removeData:function(a,b){return R(a,b)},_data:function(a,b,c){return Q(a,b,c,!0)},_removeData:function(a,b){return R(a,b,!0)}}),m.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=m.data(f),1===f.nodeType&&!m._data(f,"parsedAttrs"))){c=g.length;while(c--)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=m.camelCase(d.slice(5)),O(f,d,e[d])));m._data(f,"parsedAttrs",!0)}return e}return"object"==typeof a?this.each(function(){m.data(this,a)}):arguments.length>1?this.each(function(){m.data(this,a,b)}):f?O(f,a,m.data(f,a)):void 0},removeData:function(a){return this.each(function(){m.removeData(this,a)})}}),m.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=m._data(a,b),c&&(!d||m.isArray(c)?d=m._data(a,b,m.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=m.queue(a,b),d=c.length,e=c.shift(),f=m._queueHooks(a,b),g=function(){m.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 m._data(a,c)||m._data(a,c,{empty:m.Callbacks("once memory").add(function(){m._removeData(a,b+"queue"),m._removeData(a,c)})})}}),m.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.lengthh;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},W=/^(?:checkbox|radio)$/i;!function(){var a=y.createElement("input"),b=y.createElement("div"),c=y.createDocumentFragment();if(b.innerHTML="
a",k.leadingWhitespace=3===b.firstChild.nodeType,k.tbody=!b.getElementsByTagName("tbody").length,k.htmlSerialize=!!b.getElementsByTagName("link").length,k.html5Clone="<:nav>"!==y.createElement("nav").cloneNode(!0).outerHTML,a.type="checkbox",a.checked=!0,c.appendChild(a),k.appendChecked=a.checked,b.innerHTML="",k.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue,c.appendChild(b),b.innerHTML="",k.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,k.noCloneEvent=!0,b.attachEvent&&(b.attachEvent("onclick",function(){k.noCloneEvent=!1}),b.cloneNode(!0).click()),null==k.deleteExpando){k.deleteExpando=!0;try{delete b.test}catch(d){k.deleteExpando=!1}}}(),function(){var b,c,d=y.createElement("div");for(b in{submit:!0,change:!0,focusin:!0})c="on"+b,(k[b+"Bubbles"]=c in a)||(d.setAttribute(c,"t"),k[b+"Bubbles"]=d.attributes[c].expando===!1);d=null}();var X=/^(?:input|select|textarea)$/i,Y=/^key/,Z=/^(?:mouse|pointer|contextmenu)|click/,$=/^(?:focusinfocus|focusoutblur)$/,_=/^([^.]*)(?:\.(.+)|)$/;function aa(){return!0}function ba(){return!1}function ca(){try{return y.activeElement}catch(a){}}m.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,n,o,p,q,r=m._data(a);if(r){c.handler&&(i=c,c=i.handler,e=i.selector),c.guid||(c.guid=m.guid++),(g=r.events)||(g=r.events={}),(k=r.handle)||(k=r.handle=function(a){return typeof m===K||a&&m.event.triggered===a.type?void 0:m.event.dispatch.apply(k.elem,arguments)},k.elem=a),b=(b||"").match(E)||[""],h=b.length;while(h--)f=_.exec(b[h])||[],o=q=f[1],p=(f[2]||"").split(".").sort(),o&&(j=m.event.special[o]||{},o=(e?j.delegateType:j.bindType)||o,j=m.event.special[o]||{},l=m.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&m.expr.match.needsContext.test(e),namespace:p.join(".")},i),(n=g[o])||(n=g[o]=[],n.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?n.splice(n.delegateCount++,0,l):n.push(l),m.event.global[o]=!0);a=null}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,n,o,p,q,r=m.hasData(a)&&m._data(a);if(r&&(k=r.events)){b=(b||"").match(E)||[""],j=b.length;while(j--)if(h=_.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=m.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,n=k[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),i=f=n.length;while(f--)g=n[f],!e&&q!==g.origType||c&&c.guid!==g.guid||h&&!h.test(g.namespace)||d&&d!==g.selector&&("**"!==d||!g.selector)||(n.splice(f,1),g.selector&&n.delegateCount--,l.remove&&l.remove.call(a,g));i&&!n.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||m.removeEvent(a,o,r.handle),delete k[o])}else for(o in k)m.event.remove(a,o+b[j],c,d,!0);m.isEmptyObject(k)&&(delete r.handle,m._removeData(a,"events"))}},trigger:function(b,c,d,e){var f,g,h,i,k,l,n,o=[d||y],p=j.call(b,"type")?b.type:b,q=j.call(b,"namespace")?b.namespace.split("."):[];if(h=l=d=d||y,3!==d.nodeType&&8!==d.nodeType&&!$.test(p+m.event.triggered)&&(p.indexOf(".")>=0&&(q=p.split("."),p=q.shift(),q.sort()),g=p.indexOf(":")<0&&"on"+p,b=b[m.expando]?b:new m.Event(p,"object"==typeof b&&b),b.isTrigger=e?2:3,b.namespace=q.join("."),b.namespace_re=b.namespace?new RegExp("(^|\\.)"+q.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=d),c=null==c?[b]:m.makeArray(c,[b]),k=m.event.special[p]||{},e||!k.trigger||k.trigger.apply(d,c)!==!1)){if(!e&&!k.noBubble&&!m.isWindow(d)){for(i=k.delegateType||p,$.test(i+p)||(h=h.parentNode);h;h=h.parentNode)o.push(h),l=h;l===(d.ownerDocument||y)&&o.push(l.defaultView||l.parentWindow||a)}n=0;while((h=o[n++])&&!b.isPropagationStopped())b.type=n>1?i:k.bindType||p,f=(m._data(h,"events")||{})[b.type]&&m._data(h,"handle"),f&&f.apply(h,c),f=g&&h[g],f&&f.apply&&m.acceptData(h)&&(b.result=f.apply(h,c),b.result===!1&&b.preventDefault());if(b.type=p,!e&&!b.isDefaultPrevented()&&(!k._default||k._default.apply(o.pop(),c)===!1)&&m.acceptData(d)&&g&&d[p]&&!m.isWindow(d)){l=d[g],l&&(d[g]=null),m.event.triggered=p;try{d[p]()}catch(r){}m.event.triggered=void 0,l&&(d[g]=l)}return b.result}},dispatch:function(a){a=m.event.fix(a);var b,c,e,f,g,h=[],i=d.call(arguments),j=(m._data(this,"events")||{})[a.type]||[],k=m.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=m.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,g=0;while((e=f.handlers[g++])&&!a.isImmediatePropagationStopped())(!a.namespace_re||a.namespace_re.test(e.namespace))&&(a.handleObj=e,a.data=e.data,c=((m.event.special[e.origType]||{}).handle||e.handler).apply(f.elem,i),void 0!==c&&(a.result=c)===!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&&(!a.button||"click"!==a.type))for(;i!=this;i=i.parentNode||this)if(1===i.nodeType&&(i.disabled!==!0||"click"!==a.type)){for(e=[],f=0;h>f;f++)d=b[f],c=d.selector+" ",void 0===e[c]&&(e[c]=d.needsContext?m(c,this).index(i)>=0:m.find(c,this,null,[i]).length),e[c]&&e.push(d);e.length&&g.push({elem:i,handlers:e})}return h]","i"),ha=/^\s+/,ia=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,ja=/<([\w:]+)/,ka=/\s*$/g,ra={option:[1,""],legend:[1,"
","
"],area:[1,"",""],param:[1,"",""],thead:[1,"","
"],tr:[2,"","
"],col:[2,"","
"],td:[3,"","
"],_default:k.htmlSerialize?[0,"",""]:[1,"X
","
"]},sa=da(y),ta=sa.appendChild(y.createElement("div"));ra.optgroup=ra.option,ra.tbody=ra.tfoot=ra.colgroup=ra.caption=ra.thead,ra.th=ra.td;function ua(a,b){var c,d,e=0,f=typeof a.getElementsByTagName!==K?a.getElementsByTagName(b||"*"):typeof a.querySelectorAll!==K?a.querySelectorAll(b||"*"):void 0;if(!f)for(f=[],c=a.childNodes||a;null!=(d=c[e]);e++)!b||m.nodeName(d,b)?f.push(d):m.merge(f,ua(d,b));return void 0===b||b&&m.nodeName(a,b)?m.merge([a],f):f}function va(a){W.test(a.type)&&(a.defaultChecked=a.checked)}function wa(a,b){return m.nodeName(a,"table")&&m.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function xa(a){return a.type=(null!==m.find.attr(a,"type"))+"/"+a.type,a}function ya(a){var b=pa.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function za(a,b){for(var c,d=0;null!=(c=a[d]);d++)m._data(c,"globalEval",!b||m._data(b[d],"globalEval"))}function Aa(a,b){if(1===b.nodeType&&m.hasData(a)){var c,d,e,f=m._data(a),g=m._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++)m.event.add(b,c,h[c][d])}g.data&&(g.data=m.extend({},g.data))}}function Ba(a,b){var c,d,e;if(1===b.nodeType){if(c=b.nodeName.toLowerCase(),!k.noCloneEvent&&b[m.expando]){e=m._data(b);for(d in e.events)m.removeEvent(b,d,e.handle);b.removeAttribute(m.expando)}"script"===c&&b.text!==a.text?(xa(b).text=a.text,ya(b)):"object"===c?(b.parentNode&&(b.outerHTML=a.outerHTML),k.html5Clone&&a.innerHTML&&!m.trim(b.innerHTML)&&(b.innerHTML=a.innerHTML)):"input"===c&&W.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)}}m.extend({clone:function(a,b,c){var d,e,f,g,h,i=m.contains(a.ownerDocument,a);if(k.html5Clone||m.isXMLDoc(a)||!ga.test("<"+a.nodeName+">")?f=a.cloneNode(!0):(ta.innerHTML=a.outerHTML,ta.removeChild(f=ta.firstChild)),!(k.noCloneEvent&&k.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||m.isXMLDoc(a)))for(d=ua(f),h=ua(a),g=0;null!=(e=h[g]);++g)d[g]&&Ba(e,d[g]);if(b)if(c)for(h=h||ua(a),d=d||ua(f),g=0;null!=(e=h[g]);g++)Aa(e,d[g]);else Aa(a,f);return d=ua(f,"script"),d.length>0&&za(d,!i&&ua(a,"script")),d=h=e=null,f},buildFragment:function(a,b,c,d){for(var e,f,g,h,i,j,l,n=a.length,o=da(b),p=[],q=0;n>q;q++)if(f=a[q],f||0===f)if("object"===m.type(f))m.merge(p,f.nodeType?[f]:f);else if(la.test(f)){h=h||o.appendChild(b.createElement("div")),i=(ja.exec(f)||["",""])[1].toLowerCase(),l=ra[i]||ra._default,h.innerHTML=l[1]+f.replace(ia,"<$1>")+l[2],e=l[0];while(e--)h=h.lastChild;if(!k.leadingWhitespace&&ha.test(f)&&p.push(b.createTextNode(ha.exec(f)[0])),!k.tbody){f="table"!==i||ka.test(f)?""!==l[1]||ka.test(f)?0:h:h.firstChild,e=f&&f.childNodes.length;while(e--)m.nodeName(j=f.childNodes[e],"tbody")&&!j.childNodes.length&&f.removeChild(j)}m.merge(p,h.childNodes),h.textContent="";while(h.firstChild)h.removeChild(h.firstChild);h=o.lastChild}else p.push(b.createTextNode(f));h&&o.removeChild(h),k.appendChecked||m.grep(ua(p,"input"),va),q=0;while(f=p[q++])if((!d||-1===m.inArray(f,d))&&(g=m.contains(f.ownerDocument,f),h=ua(o.appendChild(f),"script"),g&&za(h),c)){e=0;while(f=h[e++])oa.test(f.type||"")&&c.push(f)}return h=null,o},cleanData:function(a,b){for(var d,e,f,g,h=0,i=m.expando,j=m.cache,l=k.deleteExpando,n=m.event.special;null!=(d=a[h]);h++)if((b||m.acceptData(d))&&(f=d[i],g=f&&j[f])){if(g.events)for(e in g.events)n[e]?m.event.remove(d,e):m.removeEvent(d,e,g.handle);j[f]&&(delete j[f],l?delete d[i]:typeof d.removeAttribute!==K?d.removeAttribute(i):d[i]=null,c.push(f))}}}),m.fn.extend({text:function(a){return V(this,function(a){return void 0===a?m.text(this):this.empty().append((this[0]&&this[0].ownerDocument||y).createTextNode(a))},null,a,arguments.length)},append:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=wa(this,a);b.appendChild(a)}})},prepend:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=wa(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},remove:function(a,b){for(var c,d=a?m.filter(a,this):this,e=0;null!=(c=d[e]);e++)b||1!==c.nodeType||m.cleanData(ua(c)),c.parentNode&&(b&&m.contains(c.ownerDocument,c)&&za(ua(c,"script")),c.parentNode.removeChild(c));return this},empty:function(){for(var a,b=0;null!=(a=this[b]);b++){1===a.nodeType&&m.cleanData(ua(a,!1));while(a.firstChild)a.removeChild(a.firstChild);a.options&&m.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 m.clone(this,a,b)})},html:function(a){return V(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a)return 1===b.nodeType?b.innerHTML.replace(fa,""):void 0;if(!("string"!=typeof a||ma.test(a)||!k.htmlSerialize&&ga.test(a)||!k.leadingWhitespace&&ha.test(a)||ra[(ja.exec(a)||["",""])[1].toLowerCase()])){a=a.replace(ia,"<$1>");try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(m.cleanData(ua(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=arguments[0];return this.domManip(arguments,function(b){a=this.parentNode,m.cleanData(ua(this)),a&&a.replaceChild(b,this)}),a&&(a.length||a.nodeType)?this:this.remove()},detach:function(a){return this.remove(a,!0)},domManip:function(a,b){a=e.apply([],a);var c,d,f,g,h,i,j=0,l=this.length,n=this,o=l-1,p=a[0],q=m.isFunction(p);if(q||l>1&&"string"==typeof p&&!k.checkClone&&na.test(p))return this.each(function(c){var d=n.eq(c);q&&(a[0]=p.call(this,c,d.html())),d.domManip(a,b)});if(l&&(i=m.buildFragment(a,this[0].ownerDocument,!1,this),c=i.firstChild,1===i.childNodes.length&&(i=c),c)){for(g=m.map(ua(i,"script"),xa),f=g.length;l>j;j++)d=i,j!==o&&(d=m.clone(d,!0,!0),f&&m.merge(g,ua(d,"script"))),b.call(this[j],d,j);if(f)for(h=g[g.length-1].ownerDocument,m.map(g,ya),j=0;f>j;j++)d=g[j],oa.test(d.type||"")&&!m._data(d,"globalEval")&&m.contains(h,d)&&(d.src?m._evalUrl&&m._evalUrl(d.src):m.globalEval((d.text||d.textContent||d.innerHTML||"").replace(qa,"")));i=c=null}return this}}),m.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){m.fn[a]=function(a){for(var c,d=0,e=[],g=m(a),h=g.length-1;h>=d;d++)c=d===h?this:this.clone(!0),m(g[d])[b](c),f.apply(e,c.get());return this.pushStack(e)}});var Ca,Da={};function Ea(b,c){var d,e=m(c.createElement(b)).appendTo(c.body),f=a.getDefaultComputedStyle&&(d=a.getDefaultComputedStyle(e[0]))?d.display:m.css(e[0],"display");return e.detach(),f}function Fa(a){var b=y,c=Da[a];return c||(c=Ea(a,b),"none"!==c&&c||(Ca=(Ca||m(" + +
    +
  • +
    CoderDojo DarEarca November 25, 6 PM to 8 PM @ Valentia Island Resource and Childcare Centre
    +
  • +
  • +
    MS Dublin Dojo November 27, 5 PM to 7 PM @ Microsoft Building 2, Leopardstown, Dublin
    + Usual weekly CoderDojo event. Welcome kids from 7 - 17 to attend and work with/learn a mix of Scratch, HTML, JavaScript and more. +
  • +
  • +
    CoderDojo Tullamore Friday Night Coding November 29, 6 PM to 9 PM @ St. Mary's Youth Centre, Tullamore
    +
  • +
  • +
    CoderDojo Clonakilty November 29, 6:30 - 8:30pm @ Quality Hotel Clonakilty
    +
  • +
  • +
    CoderDojo Athenry November 30, 12:00-14:00 in the VEC School in Athenry
    + Each week, 150-200 kids, parents and mentors come together to work on Beginners Scratch, Advanced Scratch, Python, Minecraft Modding in Java/JavaScript, and Web Development. + +
  • +
  • + + During Code Week, Scratch computer coding workshops will be taking place in the following schools and community groups: +
      +
    • +
      November 25th
      + Scoil Chiaraín Naofa, Doorus, Kinvara, county Galway (1pm). Contact Martina Tarpey at doorusns@gmail.com +
    • +
    • +
      November 26th
      + Scoil Kiltormer Kiltormer, county Galway (9am). Contact Grainne Dooley at grainnedooley@hotmail.com +
      + Cappataggle National School, Cappataggle, Ballinasloe, county Galway (11.30am). Contact Orla Gilmartin at orlagilmartin@gmail.com +
      + Galway Active Retired Primary Teachers' Association, Galway Education Centre, Wellpark, Galway city (4.30pm). Contact Mary Kyne at kynemary@gmail.com. +
    • +
    • +
      November 27th
      + Belmont National School , county Galway (1pm). Contact Eleanor Sheridan at belmontns@eircom.net +
    • +
    • +
      November 29th
      + Presentation College, Currylea, Tuam, county Galway (9.15am). Contact Esther Mannion at esthermannion@gmail.com +
      + Fohenagh National School Fohenagh, county Galway. (11.30am) Contact Anne Burke at fohenaghns@eircom.net. +
      + Scoil Naomh Clar, Glasson, Athlone, Co Westmeath. (1.30pm). Contact Sinead Lenehan at sineadlenehanl@gmail.com +
    • +
    • +
      November 30th
      + Codedojo Galway city at the National University of Galway. Galway city: 9.30am Scratch Level 1. INSIGHT Centre for Data Analytics, DERI Building, Dangan Business Park, NUI Galway 1pm. Scratch Level 1 and 2 (advanced), HTML, Javascript, 102/106, IT Buidling, NUI Galway. +
    • +
    +
  • +
  • + ... many more Irish events are listed on the Coding Map of Europe! +
  • +
-

No events yet. Why don't you get in touch with us and organize something great in your country?

Local ambassadors

@@ -13,10 +72,6 @@

Local ambassadors

  • Julie Cullen (@cullej29)
  • -

    Partners and sponsors

    - -

    Are you a local company or organization that wants to support #codeEU events? Drop us a line!

    -

    Other coding initiatives

      diff --git a/learn/italy/index.html b/learn/italy/index.html index dba81cc..0d81f11 100644 --- a/learn/italy/index.html +++ b/learn/italy/index.html @@ -3,17 +3,55 @@ title: Italy --- -

      #codeEU events in Italy

      +

      #codeEU events 2013 in Italy

      -

      No events yet, and no local ambassadors listed. Why don't you get in touch with us and organize something great in your country?

      +
        +
      • +
        Android Code Camp for beginners Novembre 28, 9:00 @ Urbino
        + Inizia in poche ore a sviluppare applicazioni Android e a farle funzionare sul tuo smartphone. Ideale per ragazzi fino a 20 anni con rudimenti di programmazione. +
      • +
      • + + Inizia in poche ore a sviluppare applicazioni Android e a farle funzionare sul tuo smartphone. Ideale per ragazzi fino a 20 anni con rudimenti di programmazione. Le istruzioni per il collegamento online verranno pubblicate sul sito dell'evento.
        + Gruppi di ascolto dell'Android Code Camp di Urbino saranno organizzati a: + +
      • +
      • +
        Visual Code Camp for Kids November 26, 16:00 @ Urbino
        + Impara giocando a sviluppare vere applicazioni per smartphone. Ideale per bambini fino a 14 anni. +
      • +
      • +
        Visual Code Camp for Kids online, November 26
        + Impara giocando a sviluppare vere applicazioni per smartphone. Ideale per bambini che si avvicinano alla programmazione insieme ai genitori. Le istruzioni per il collegamento online verranno pubblicate sul sito dell'evento. +
      • +
      • +
        Coderdojo @Codemotion Novembre 30, 9:30 @ Milano
        + Sessione di programmazione per bambini dai 7 ai 12 anni, organizzata dal CoderDojo di Milano in collaborazione con Codemotion Milano presso il Politecnico di Milano +
      • +
      -

      Local ambassadors

      +

      Local ambassadors

      -

      Are you in for the challenge? We're looking for volunteers to translate this page and help promote #codeEU throughout Italy. Send us an email if you want to help.

      +

      Partners and sponsors

      +

      Partners:

      + -

      Are you a local company or organization that wants to support #codeEU events? Drop us a line!

      Other coding initiatives

      diff --git a/learn/kosovo/index.html b/learn/kosovo/index.html new file mode 100644 index 0000000..e75caec --- /dev/null +++ b/learn/kosovo/index.html @@ -0,0 +1,17 @@ +--- +layout: country +title: Kosovo +--- + +

      #codeEU events 2013 in Kosovo

      + +
        +
      • +
        Coding with Youth at Innovations Lab Kosovo November 29 @ ILK, Priština
        + Basic Coding Skills and practical hand-on session with a few youngsters on the following: 1. HTML and CSS with Mozilla Webmaker; 2. Adding JavaScript interactivity and JSFiddle; 3. Producing Android app prototypes with PhoneGap, 4. Wordpress Customization +
      • +
      + +

      Other coding initiatives

      + +

      Know any? Send us an email or add your initiative to this page with a Pull request on GitHub!

      \ No newline at end of file diff --git a/learn/latvia/index.html b/learn/latvia/index.html index bd7dc23..6c200bf 100644 --- a/learn/latvia/index.html +++ b/learn/latvia/index.html @@ -3,18 +3,16 @@ title: Latvia --- -

      #codeEU events in Latvia

      +

      #codeEU events 2013 in Latvia

      -

      No events yet, and no local ambassadors listed. Why don't you get in touch with us and organize something great in your country?

      +

      No events listed :(

      -

      Local ambassadors

      - -

      Are you in for the challenge? We're looking for volunteers to translate this page and help promote #codeEU throughout Latvia. Send us an email if you want to help.

      - -

      Partners and sponsors

      - -

      Are you a local company or organization that wants to support #codeEU events? Drop us a line!

      Other coding initiatives

      + +

      Know any? Send us an email or add your initiative to this page with a Pull request on GitHub!

      \ No newline at end of file diff --git a/learn/lithuania/index.html b/learn/lithuania/index.html index 9b4d425..b4b7334 100644 --- a/learn/lithuania/index.html +++ b/learn/lithuania/index.html @@ -3,17 +3,10 @@ title: Lithuania --- -

      #codeEU events in Lithuania

      +

      #codeEU events 2013 in Lithuania

      -

      No events yet, and no local ambassadors listed. Why don't you get in touch with us and organize something great in your country?

      +

      No events listed :(

      -

      Local ambassadors

      - -

      Are you in for the challenge? We're looking for volunteers to translate this page and help promote #codeEU throughout Lithuania. Send us an email if you want to help.

      - -

      Partners and sponsors

      - -

      Are you a local company or organization that wants to support #codeEU events? Drop us a line!

      Other coding initiatives

      diff --git a/learn/luxembourg/index.html b/learn/luxembourg/index.html index d83334f..d20d64e 100644 --- a/learn/luxembourg/index.html +++ b/learn/luxembourg/index.html @@ -3,17 +3,37 @@ title: Luxembourg --- -

      #codeEU events in Luxembourg

      +

      #codeEU events 2013 in Luxembourg

      -

      No events yet, and no local ambassadors listed. Why don't you get in touch with us and organize something great in your country?

      +
        +
      • +
        Coding classes for Women: Intro to HTML and CSS October 28 - November 6, 2013 @ The Impactory
        + The classes will provide you a basic understanding of HTML and CSS which are the basic building block of any website. +
      • +
      • +
        Intro to Web Development for Women November 30, 2013 @ The Impactory
        + During this workshop you will learn the basics of programming using PHP, how to make a small web app that would enable data storage and retrieval, the basic of algorithmic. More info soon. +
      • +
      • +
        Coding Goûter for Europe Code Week December 1, 2013 @ The Impactory
        + Coding Goûter is a digital playdate for kids from ages 5 to 55. It’s a fun afternoon snack where kids and their parents can discover programming together, exploring coding tools and educational games with our help. It will be less structured than our usual workshops, which leaves more room to explore and be creative with computers and all things digital. +
      • +

      Local ambassadors

      -

      Are you in for the challenge? We're looking for volunteers to translate this page and help promote #codeEU throughout Luxembourg. Send us an email if you want to help.

      +

      Partners and sponsors

      -

      Are you a local company or organization that wants to support #codeEU events? Drop us a line!

      +
      +
      +

      #codeEU sponsor:

      + The Impactory +
      +

      Other coding initiatives

      diff --git a/learn/malta/index.html b/learn/malta/index.html index e09f4fe..f55d9ff 100644 --- a/learn/malta/index.html +++ b/learn/malta/index.html @@ -3,17 +3,28 @@ title: Malta --- -

      #codeEU events in Malta

      +

      #codeEU events 2013 in Malta

      -

      No events yet, and no local ambassadors listed. Why don't you get in touch with us and organize something great in your country?

      - -

      Local ambassadors

      - -

      Are you in for the challenge? We're looking for volunteers to translate this page and help promote #codeEU throughout Malta. Send us an email if you want to help.

      +
        +
      • + + MCA is organising a set of classes between the 27th and the 29th of November between 9.00 and 12pm. These classes will cover coding with HTML and web design. This initiative will be organised in collaboration with MCAST, which is the Malta College of Arts, Science and Technology; being the country’s leading vocational education and training institution. The classes will be paid for by MCA and will be aimed at students between the ages of 13 to 15 years. +
      • +

      Partners and sponsors

      -

      Are you a local company or organization that wants to support #codeEU events? Drop us a line!

      +
      +
      +

      #codeEU partner:

      + ICE Malta +
      +
      +

      #codeEU partner:

      + MCA - Malta Communications Authority +
      +
      +

      Other coding initiatives

      diff --git a/learn/netherlands/index.html b/learn/netherlands/index.html index 8833829..04ff496 100644 --- a/learn/netherlands/index.html +++ b/learn/netherlands/index.html @@ -3,20 +3,20 @@ title: Netherlands --- -

      #codeEU events in Netherlands

      +

      #codeEU events 2013 in Netherlands

      + + -

      No events yet. Why don't you get in touch with us and organize something great in your country?

      -

      Local ambassadors

      +

      Local ambassadors

      -

      Partners and sponsors

      - -

      Are you a local company or organization that wants to support #codeEU events? Drop us a line!

      Other coding initiatives

      -

      Know any? Send us an email or add your initiative to this page with a Pull request on GitHub!

      \ No newline at end of file +

      Know any? Send us an email or add your initiative to this page with a Pull request on GitHub!

      diff --git a/learn/poland/index.html b/learn/poland/index.html index 23a0c75..8b18f0c 100644 --- a/learn/poland/index.html +++ b/learn/poland/index.html @@ -3,9 +3,86 @@ title: Poland --- -

      #codeEU events in Poland

      +

      #codeEU events 2013 in Poland

      -

      No events yet. Why don't you get in touch with us and organize something great in your country?

      +
        +
      • +
        Geek Girls Carrots: WordPress Laboratory November 23 - 24, 10 AM to 4 PM @ 49/70 Tamka Str., Warsaw
        + It is a two-day workshop in creating websites on WordPress. The workshops is suitable for those who would like to set up or develop their blogs and websites using open source platform WordPress. We offer small groups, five students per one mentor. We organize the event in cooperation with Laboratorium EE. +
      • +
      • +
        Geek Girls Carrots: Scrum Carrots November 23, 10 AM to 4 PM @ 74C Zeromskiego Str, Lodz
        + It is a workshop in managing software projects and product or application development. Passionate mentors from TomTom company will teach beginners and intermediate how to implement Scrum in IT projects. +
      • +
      • +
        Microsoft Akademia programowania November 25, 6 PM to 7:30 PM @ online
        + No registration needed. Main audience: Pupils and all who want to learn C# from the beggining. + +
      • +
      • +
        Unraveling the mystery of VBA programming for dummies November 26, 5:15 PM to 7 PM @ Representation of European Commission in Warsaw, Jasna St. 14/16a
        + Are you stuck with cumbersome tasks in your sheet? Do you feel like crunching numbers and producing a report should be simple? Well, here is a first step to save you a few hours of boring work each week - basic programming in Excel! Organized by Data Next. +
      • +
      • +
        Microsoft IT Academic Day November 27 in 5 cities
        + Free and open conference for any IT enthusiast, taking place at Uniwersytet Marii Curie Skłodowskiej in Lublin, Akademia Górniczo-Hutnicza in Kraków, Politechnika Łódzka in Łódź, Politechnika Rzeszowska in Rzeszów, Akademia Techniczno-Humanistyczna in Bielsko-Biała. +
      • +
      • + + The set of lectures is an introduction to computer programming and its key ideas. It will be delivered by Professors at Informatics Institute at the University of Warsaw who also organize the National IT Olympics in Warsaw. Registration: online. +
          +
        • +
          Wednesday, November 27th at 5p.m. to 7.30 p.m., room 2180
          + Programming for Real Beginners by Jakub Radoszewski: + The result of this lecture will be co-creation of a simple computer program to exemplify basic coding functions present in all coding languages. +
          + What is a fast-working algorithm? By Krzysztof Diks: + For a well functioning program efficiency is the key feature. On examples we will demonstrate how to assess algorithm efficiency. +
        • +
        • +
          Thursday, November 28th at 5p.m. to 7.30 p.m., room 5440
          + Algorithmic Riddles by Jakub Radoszewski: + Problems to be solved look just like standard mathematic questions, but their solutions will lead us to algorithms that are fully programmable. +
          + Theory of Numbers and Cryptography by Jakub Pawlewicz: + It is hard to imagine today’s world without encryption and e-signatures. Why would banks care about the theory of numbers? We will describe their basic mechanisms that are a foundation of modern cryptography. +
        • +
        +
      • +
      • + + Developing and designing can be a form of modern patriotism. Thinking of those surrounded with new technology, a new special program was created, thanks to which they could use their skills for Poland. During Code Week, the following meetups of local brigade bringing local developers, graphic and officials to discuss ideas for civic innovation and bringing them to life will take place: +
          +
        • +
          27. 11. - Poznan codes for Poland
          +
        • +
        • +
          28. 11. - Olsztyn codes for Poland
          +
        • +
        • +
          29. 11. - Warsaw codes for Poland
          + +
        • +
        +
      • +
      • +
        SQL crash course November 27, 5:15 PM to 7 PM @ Representation of European Commission in Warsaw, Jasna St. 14/16a
        + SQL is the most popular tool for querying and analyzing any kind of databases. Whether it's a tiny Access database with your own music collection, MySQL database of a small online store, enormous telcom data warehouse or even internet giant's Hadoop deployment storing petabytes of data, you can slice and dice their content with a few lines of SQL. Organized by Data Next. +
      • +
      • +
        Geek Girls Carrots: Code Carrots November 27, 7 PM - 9 PM @ Polish Ministry of Administration and Digitization, 27 Krolewska Str., Warsaw
        + It is a series of workshops in programming for those who would like to start learning how to code. Experienced mentors are guiding beginners and intermediate in programming. Our mentors know Python, Django, C++, PHP, Java, Scala, iOS, Android and Flash. +
      • +
      • +
        Geek Girls Carrots Lodz November 26, 7 PM to 10 PM @ 102 Piotrkowska Str., Lodz
        +
        Geek Girls Carrots Poznan November 27, 6 PM to 9 PM @ 80/82 Sw. Marcina Str., Poznan
        + It is a regular meet-up for women in ICT. During the meet-up two female speakers will share their knowledge and experience with the community. After the official part there will be a networking session. +
      • +
      • + + Codility helps in hiring better coders and aims at increasing digital literacy worldwide. Codility runs coding tests and verifies the efficiency of solutions provided. Within the Europe Code Week you can enter 3 special challenges. Want to learn more? Try this quick coding course. +
      • +

      Local ambassadors

      @@ -15,8 +92,12 @@

      Local ambassadors

      Partners and sponsors

      -

      Are you a local company or organization that wants to support #codeEU events? Drop us a line!

      +

      #codeEU Poland is supported by the Broad Alliance for Digital Skills in Poland

      Other coding initiatives

      -

      Know any? Send us an email or add your initiative to this page with a Pull request on GitHub!

      \ No newline at end of file +
        +
      • Geek Girls Carrots: a community for women who love new technologies. GGC organizes regular meet-ups and workshops in programming, Scrum, WordPress, Usability and so on. They operate in twelve Polish cities and we soon will start our activities in Berlin, Germany.
      • +
      + +

      Know any other? Send us an email or add your initiative to this page with a Pull request on GitHub!

      \ No newline at end of file diff --git a/learn/portugal/index.html b/learn/portugal/index.html index b4c21a1..69b092f 100644 --- a/learn/portugal/index.html +++ b/learn/portugal/index.html @@ -3,18 +3,29 @@ title: Portugal --- -

      #codeEU events in Portugal

      +

      Eventos #codeEU 2013 em Portugal

      + + + +

      Embaixadores locais

      + + -

      No events yet, and no local ambassadors listed. Why don't you get in touch with us and organize something great in your country?

      +

      Outras iniciativas de programação

      -

      Local ambassadors

      - -

      Are you in for the challenge? We're looking for volunteers to translate this page and help promote #codeEU throughout Portugal. Send us an email if you want to help.

      - -

      Partners and sponsors

      - -

      Are you a local company or organization that wants to support #codeEU events? Drop us a line!

      - -

      Other coding initiatives

      - -

      Know any? Send us an email or add your initiative to this page with a Pull request on GitHub!

      \ No newline at end of file +

      Sabe de alguma? Envie-nos uma mensagem ou adicione a sua iniciativa a esta +página através de um Pull request no GitHub!

      diff --git a/learn/romania/index.html b/learn/romania/index.html index e45fd8d..40af8c2 100644 --- a/learn/romania/index.html +++ b/learn/romania/index.html @@ -3,18 +3,22 @@ title: Romania --- -

      #codeEU events in Romania

      +

      Evenimente #codeEU 2013 în România

      -

      No events yet, and no local ambassadors listed. Why don't you get in touch with us and organize something great in your country?

      +

      No events listed :(

      -

      Local ambassadors

      - -

      Are you in for the challenge? We're looking for volunteers to translate this page and help promote #codeEU throughout Romania. Send us an email if you want to help.

      +

      Ambasadori locali

      -

      Partners and sponsors

      + -

      Are you a local company or organization that wants to support #codeEU events? Drop us a line!

      +

      Alte inițiative legate de programare

      + +
        +
      • CoderDojo Timișoara: CoderDojo Timișoara face parte dintr-o mișcare internațională, gratuită, non-profit, care oferă copiilor oportunități pentru invatarea progrămării pe calculator cu ajutorul mentorilor voluntari.
      • +
      + +

      Cunoști asemenea inițiative? Trimite-ne un email sau adaugă inițiativa ta în această pagină cu un simplu Pull request la GitHub!

      -

      Other coding initiatives

      -

      Know any? Send us an email or add your initiative to this page with a Pull request on GitHub!

      \ No newline at end of file diff --git a/learn/slovakia/index.html b/learn/slovakia/index.html index decf724..97f078b 100644 --- a/learn/slovakia/index.html +++ b/learn/slovakia/index.html @@ -3,18 +3,23 @@ title: Slovakia --- -

      #codeEU events in Slovakia

      +

      #codeEU events 2013 in Slovakia

      -

      No events yet, and no local ambassadors listed. Why don't you get in touch with us and organize something great in your country?

      +

      Hack Camp projektu ReŠtart Slovensko. Hack Camp je podujatie v rámci projektu, ktorý je určený pre aktívnych občanov, študentov, mimovládne organizácie, neformálne skupiny, či startupistov, ktorí by radi rozbehli verejnoprospešný projekt v oblasti transparentnosti a efektívnosti spravovania vecí verejných, boja proti korupcii, podpory právneho štátu a otvorenosti spoločnosti v rôznych oblastiach. Cieľom projektu je podporiť čo najviac online riešení, ktoré iniciujú spoločenskú zmenu, a to aj formou mentoringu v oblasti programovania a dizajnovania riešenia. Viav info na http://www.cpf.sk/sk/restart-slovensko/

      +

      Žilinský IKT klaster Z@ict pripravil v dňoch 28.-29.11.2013 bezplatný workshop pre učiteľov stredných škôl, zameraný na implementáciu progresívnych programovacích jazykov do vzdelávacej praxe. Viac info na www.zaict.sk.

      + +

      Local ambassadors

      - -

      Are you in for the challenge? We're looking for volunteers to translate this page and help promote #codeEU throughout Slovakia. Send us an email if you want to help.

      + +

      Partners and sponsors

      -

      Are you a local company or organization that wants to support #codeEU events? Drop us a line!

      +

      IKT Klaster Z@ict

      Other coding initiatives

      -

      Know any? Send us an email or add your initiative to this page with a Pull request on GitHub!

      \ No newline at end of file +

      Know any? Send us an email or add your initiative to this page with a Pull request on GitHub!

      diff --git a/learn/slovenia/index.html b/learn/slovenia/index.html index e430e10..1f1021f 100644 --- a/learn/slovenia/index.html +++ b/learn/slovenia/index.html @@ -3,9 +3,35 @@ title: Slovenia --- -

      #codeEU dogodki v Sloveniji

      - -

      Zaenkrat še ni potrjenih dogodkov. Želiš organizirati delavnico, hackaton, začeti učno skupino ali kaj drugega? Piši nam!

      +

      #codeEU dogodki 2013 v Sloveniji

      +
        +
      • +
        Delavnica: Nežen uvod v igranje s podatki 25. november 2013 ob 18.00 @ Hekovnik, Ljubljana
        + Delavnica je namenjena čistim začetnikom pred katerimi se je znašel kup podatkov iz katerega bi radi potegnili kakšne uvide in zaključke. Delavnico vodi Simon Belak, za poskušino si lahko ogledaš posnetek njegovega predavanja Statistika za hekerje +
      • +
      • +
        Mozilla Webmaker 30. november 2013 @ Mozilla Space Novo mesto, Podbreznik 15, Novo mesto
        + + Si želiš narediti spletno stran, pa ne veš niti kako bi začel? Imaš noro idejo za startup, vendar si popoln začetnik? Potem imaš zdaj enkratno priložnost. Na delavnici Mozilla Webmaker, ki jo pripravlja neprofitna organizacija, ki je ustvarila brskalnik Firefox, te bomo spremenili iz uporabnika spleta v ustvarjalca. Pomagali ti bomo razumeti, kako splet deluje, in ti hkrati pokazati, kako lahko tudi sam postaneš njegov soustvarjalec. Potrebuješ samo prenosnik in dobro voljo.
        + +
      • +
      • +
        GoWeb: delavnice HTML5, CSS3 in jQuery 30. november 2013 @ e-Center Nova Gorica
        + Sklop intenzivnih delavnic izdelave in oblikovanja spletnih strani. Na delavnicah se boste naučili osnov programskih jezikov HTML5, CSS3 in jQuery. Končni rezultat vašega dela pa bo vaš osebni spletni CV, s katerim boste zagotovo izstopali pri iskanju dela! 30. novembra bo potekala prva izmed treh delavnic, tema bo HTML5. Več informacij in prijava na spletni strani. +
      • +
      • +
        CodeCatz vs Ustvarjalnik 27. november 2013 @ Zemanta, Ljubljana
        + Programerske mačke se bodo srečale s podjetnimi srednješolci in raziskale možnosti nadaljnjega sodelovanja. +
      • +
      • +
        Alumni klub FRI 28. november 2013 @ Ljubljana
        + Alumni klub FRI organizira letno srečanje članov, ki bo v četrtek 28. novembra 2013 ob 18. uri, v Atriju Pošte Slovenije na Čopovi ulici. Glavna tema dogodka bo #codeEU in predstavitev pobud za popularizacijo programiranja v Sloveniji. +
      • +
      • +
        Žvečenje številk - ustvarjanje pomena 22. november 2013 v Ljubljani
        + Praktična delavnica vizualizacije podatkov v sklopu novinarskega festivala Naprej/Forward: kako podatke uporabiti za različne zgodbe, kaj so dobri in kaj slabi primeri podatkovnega novinarstva. #naprej2013 +
      • +

      Kontaktne osebe

      @@ -13,17 +39,13 @@

      Kontaktne osebe

    • Alja Isaković (@iAlja)
    - -

    Partnerji in sponzorji

    - -

    Želite pomagati pri organizaciji in podpori dogodkov #codeEU po Sloveniji? Pišite nam!

    -

    Ostale iniciative

    • Internet Week Ljubljana: This October (21. 10 - 30. 10. 2013), for the first time in our beautiful capital, tech and business events are coming together in an effort to convince you that the future is NOW and bright.
    • CoderDojo Ljubljana: Tečaj programiranja za otroke in mladostnike
    • CodeCatz: Programming kittens learning to code. Mostly girls. A small coding club, hosted weekly by Zemanta or Celtra.
    • +
    • Č I P ke: V okviru iniciative se organizirajo različne delavnice odprtokodnih programov, njihovega programiranja, grafičnega oblikovanja, video montaže, elektronike in robotike za ženske.
    • Poletna šola FRI Ljubljana: Fakulteta za računalništvo in informatiko v poletnih mesecih organizira Poletno šolo FRI - brezplačne delavnice iz področja računalništva in informatike za srednješolce in študente.
    diff --git a/learn/spain/index.html b/learn/spain/index.html index 814665e..9f605ed 100644 --- a/learn/spain/index.html +++ b/learn/spain/index.html @@ -3,18 +3,32 @@ title: Spain --- -

    #codeEU events in Spain

    +

    Eventos #codeEU 2013 en España

    -

    No events yet, and no local ambassadors listed. Why don't you get in touch with us and organize something great in your country?

    +
      + +
    • +
      ACM UPV Valencia 28 de Noviembre
      + El capítulo de la Association for Computing Machinery de la Universidad Politécnica de Valencia se suma a la iniciativa #CodeWeekEU organizando un Taller de Iniciación a la Programación en Perl que tendrá lugar el Jueves, 28 de Noviembre a las 12:30h en el Aula Ada Byron de la Escuela Técnica Superior de Ingeniería Informática. + Inscribete aquí. +
    • +
    • + + La IEEE University of Valencia Student Branch os anima a participar en la Jornada de seminarios y difusión que tendrá lugar el 29 de Noviembre de 2013 en la ETSE-UV. De esta forma la Universitat de València participará, a través de la Rama IEEE de estudiantes de la ETSE-UV, en el evento de programación Europe Code Week que tendrá lugar del 25 al 30 de Noviembre con el objetivo de promover y fomentar la programación y sus plataformas. + Para apuntarte a este evento, envía un correo a ieee@uv.es indicando nombre, apellidos y titulación. +
    • +
    • +
      C++ Day: using std::cpp 2013 26 de noviembre en Madrid
      + using std::cpp 2013 pretende ser un foro de intercambio de experiencias de uso del lenguaje C++, prestando especial atención al reciente estándar C++11 y los próximos C++14 y C++17. El evento va dirigido a desarrolladores profesionales interesados en C++. +
    • +
    -

    Local ambassadors

    +

    Embajadores locales

    -

    Are you in for the challenge? We're looking for volunteers to translate this page and help promote #codeEU throughout Spain. Send us an email if you want to help.

    + -

    Partners and sponsors

    +

    Otras iniciativas de programación

    -

    Are you a local company or organization that wants to support #codeEU events? Drop us a line!

    - -

    Other coding initiatives

    - -

    Know any? Send us an email or add your initiative to this page with a Pull request on GitHub!

    \ No newline at end of file +

    ¿Conoces alguna? Envíanos un email o añade tu iniciativa a esta página mediante un Pull request en GitHub!

    diff --git a/learn/sweden/index.html b/learn/sweden/index.html index 5048420..19be79f 100644 --- a/learn/sweden/index.html +++ b/learn/sweden/index.html @@ -3,7 +3,7 @@ title: Sweden --- -

    #codeEU events in Sweden

    +

    #codeEU events 2013 in Sweden

    • @@ -18,20 +18,18 @@

      #codeEU events in Sweden

      Det är innehållet som räknas November 26, 09.00 - 16.45 @ Nils Ericsons Plan 4, Stockholm
      Alla kan publicera. I dag handlar det mer om vad man publicerar, hur man gör det och om någon faktiskt läser. På webbpubliceringsdagen pratar vi redaktionellt arbete, fungerande annonsmodeller, betalväggar, publiceringssystem, hur man sprider sitt innehåll och mycket mer.
    • +
    • +
      CoderDojo Lava Stockholm November 30, 10.00 - 12.00 @ Kulturhuset, Stockholm
      + Ni som vill lära er att skapa med datorn är varmt välkomna! Det kan vara webbsidor, dataspel, appar och mycket mer. Det är gratis att komma till CoderDojo, och du behöver inte kunna programmera i förväg. Just nu fokuserar vi mest på Scratch men det finns möjligheter att även prova på andra programmeringsspråk. Föranmälan krävs. +
    -

    Organising another event? Get in touch with us or send a Pull request on GitHub!

    -

    Local ambassadors

    -

    Partners and sponsors

    - -

    Are you a local company or organization that wants to support #codeEU events? Drop us a line!

    -

    Other coding initiatives

      @@ -40,6 +38,27 @@

      Other coding initiatives

    • CoderDojo Sthlm: Ni som vill lära er att skapa med datorn är varmt välkomna! Det kan vara webbsidor, dataspel, appar och mycket mer. Det är gratis att komma till CoderDojo TioTretton, och du behöver inte kunna programmera i förväg. Just nu fokuserar vi mest på Scratch men det finns möjligheter att även prova på andra programmeringsspråk. Arrangeras varje onsdag.
    • CoderDojo Malmö: CoderDojo är en rörelse för att lära barn och ungdomar programmera. I Malmö började vi våren 2012. Det är gratis att komma till CoderDojo Malmö och är öppet för alla mellan 7 och 17 år. Du kan få lära dig att programmera, göra appar, spel och hemsidor. Du behöver inte kunna programmera innan du kommer.
    • CoderDojo Lund: Vi riktar oss till dig som är 7 till 17 år och som vill lära sig att skapa med datorn. Det kan vara webbsidor, spel, appar, datoranimeringar, stop motion-film och mycket mer. Det är gratis att komma till CoderDojo Lund. Du behöver inte kunna programmera i förväg.
    • +
    • + Geek girl meetup: Geek girl meetup är en un-conference för geek girls intresserade av web, kod och affärsutveckling. Vårt syfte är att skapa nya nätverk och lyfta kvinnliga förebilder i branschen. Och ha kul så klart. Vi gör det genom att nästan alla deltagare är med och berättar om det som de är bra på. På så sätt skapas bra förutsättningar för kunskapsutbyte. +
    • +
    • + Geek Girl Mini: En möjlighet för 10-11åriga tjejer att träffas efter skolan och utforska datorer, programmering och annan teknik. Sjöstadsskolan Stockholm. +
    • +
    • + Framtidens Språk: Programmering är framtidens språk. Något som alla, oavsett kön, ålder eller intresse ska ha möjlighet att lära sig. Därför behöver vi din hjälp för att göra programmering till en del av utbildningen i Sveriges grundskola. Med det här initiativet vill vi få Sveriges beslutfattare att vakna och inse vikten av att våra framtida generationer får lära sig att programmera tidigt i skolan. Framtidens språk är ett initiativ framtaget av IT-Gymnasiet. Christine Johnson. +46-70-3453207 +
    • +
    • + CoderDojo Hbg: CoderDojo är en rörelse för att lära barn och ungdomar programmera. Det är gratis att komma till CoderDojo Helsingborg och är öppet för alla mellan 7 och 17 år. Du kan få lära dig att programmera, göra appar, spel och hemsidor. Du behöver inte kunna programmera innan du kommer. Mentorerna är programmerare som gör CoderDojo på sin fritid, utan att få betalt. Notera att om du är under 12 år så måste du ha en förälder med dig på våra träffar. Ta med egen bärbar dator! Susse Tinz. Mindpark (fd Ship), Bredgatan 11, Helsingborg +
    • +
    • + Kids Hack Day: Kids Hack Day har precis haft sitt första event i Stockholm; här är lite bilder från det www.instagram.com/kidshackday. Med start 12e oktober kommer man ha ett Kids Hack Day event varje lördag under 10 veckors tid på 6 olika kontinenter. Carl Bärstad, tel: +46733505707, carl@kidshackday.com. Office: Entreprenorskyrkan, Stockholm, Sweden +
    • +
    • + Torsdagsklubben: Torsdagsklubben är en meetup för dig som är kvinna och nyfiken på IT. Du är allt från nybörjaretill proffs. Du hänger på Netlights kontor med sköna människor och låter dig inspireras, inspirera och utvecklas. Du lär dig programmera på köpet. Frågor, tankar eller tips på vad vi borde göra? Hör av dig till torsdagsklubben@netlight.com. Idag har projektet strax över 300 engagerade tjejer. +
    • +
    • + Sunday Kids Hack Stockholm: Nystartad kodverksamhet för 8-10-åringar. Första tillfället av 4 gick av stapeln söndag den 17/11. Följ oss gärna för framtida kurser! En spin-off från Kids Hack Day och denna omgång fokuserar vi på att koda i Scratch, koppla med MakeyMakey samt kör introduktion till HTML. Kursen hålls i Stockholm Makerspace's lokaler. +

    Know any other? Send us an email or add your initiative to this page with a Pull request on GitHub!

    \ No newline at end of file diff --git a/learn/switzerland/index.html b/learn/switzerland/index.html new file mode 100644 index 0000000..189360e --- /dev/null +++ b/learn/switzerland/index.html @@ -0,0 +1,21 @@ +--- +layout: country +title: Switzerland +--- + +

    #codeEU events 2013 in Switzerland

    + +
      +
    • +
      CoderDojo Ticino November 30, 9.30 - 12.30
      + II primo corso gratuito di programmazione dedicato ai ragazzi dai 6 ai 12 anni. Il corso si svolgerà a partire da Sabato 16 Novembre dalle 9.30 fino alle 12.30. La frequenza sarà di alcuni sabati da Novembre 2013 a Marzo 2014. +
    • +
    • + + Throughout the week we shall be holding coding workshops for our whole learning community; students, parents, staff and teachers. Daily workshops include: Makey Makey, CodeAcademy, Mozilla Hackasaurus and Popcorn, Hopscotch, Arduino, Stop Motion Animation, Domino Rally, Minecraft and hack an old mobile phone. The week will build on current initiatives including Genius Hour and create the opportunity for everyone to learn something about building stuff. +
    • +
    + +

    Other coding initiatives

    + +

    Know any? Send us an email or add your initiative to this page with a Pull request on GitHub!

    \ No newline at end of file diff --git a/learn/united_kingdom/index.html b/learn/united_kingdom/index.html index e142e2b..0b1fdc1 100644 --- a/learn/united_kingdom/index.html +++ b/learn/united_kingdom/index.html @@ -3,18 +3,21 @@ title: United Kingdom --- -

    #codeEU events in United Kingdom

    +

    #codeEU events 2013 in United Kingdom

    -

    No events yet, and no local ambassadors listed. Why don't you get in touch with us and organize something great in your country?

    +

    No events listed :(

    -

    Local ambassadors

    - -

    Are you in for the challenge? We're looking for volunteers to translate this page and help promote #codeEU throughout United Kingdom. Send us an email if you want to help.

    +

    Local ambassadors

    + + -

    Partners and sponsors

    +

    Other coding initiatives

    -

    Are you a local company or organization that wants to support #codeEU events? Drop us a line!

    + -

    Other coding initiatives

    - -

    Know any? Send us an email or add your initiative to this page with a Pull request on GitHub!

    \ No newline at end of file +

    Know any? Send us an email or add your initiative to this page with a Pull request on GitHub!

    \ No newline at end of file diff --git a/map/index.html b/map/index.html index d442a49..3fdcfc1 100644 --- a/map/index.html +++ b/map/index.html @@ -1,10 +1,12 @@ --- layout: page -title: Map of initiatives +title: Map of initiatives 2013 --- -

    Find initiatives and organizations that can help you learn or master your coding skills!

    +
    Note: This is an archive page of the first Code Week, which took place from November 25 to 30, 2013. To add and view new events, please visit the new events website.
    - +

    Find initiatives and organizations that can help you learn or master your coding skills!

    -

    Do you know of any other awesome initiative in your city? Feel free to add it to your map! Just Sign In with your Google Account to access the map in edit mode. Once signed in, you should see a search bar that allows you to easily place pins to the map (editing help). \ No newline at end of file + + +

    Do you know of any other awesome initiative in your city? Feel free to add it to your map! Just Sign In with your Google Account to access the map in edit mode. Once signed in, you should see a search bar that allows you to easily place pins to the map (editing help). diff --git a/news/index.html b/news/index.html index d5ab703..aa4ba44 100644 --- a/news/index.html +++ b/news/index.html @@ -3,11 +3,74 @@ title: News --- - - {% for post in site.posts %} -


    -

    {{ post.title }}

    - Published on {{ post.date | date_to_string }} -

    {{ post.content }}

    - {% endfor %} +
    Note: This is an archive of news from the first Code Week. Visit our new blog for the latest updates.
    + + +
    + + + +{% for post in paginator.posts %} + +
    + {% if post.img | is not null %} +
    + Standard Post with Image +
    + {% else %} + {% if post.video | is not null %} +
    + +
    + {% endif %} + {% endif %} +
    +
    +

    {{ post.title }}

    +
    + +
    + {{ post.excerpt }} + Read More +
    +
    + +
    + + + +{% endfor %} +
    +
    + + + +
    + + + + + + diff --git a/odetocode/index.html b/odetocode/index.html new file mode 100644 index 0000000..a904977 --- /dev/null +++ b/odetocode/index.html @@ -0,0 +1,34 @@ +--- +layout: page +title: Ode To Code Video Contest +--- + +

    When Europe Code Week 2015 was announced in Urbino, two kids heard the tune that was playing from the smartphone of a girl nearby and decided that the music was much better than the presenter’s voice. They went by the mixer, switched to the music, and started to code a dance inspired by the rhythm. The results were surprising…

    + + + +
    +

    A similar phenomenon was observed in Amsterdam in August, when Europe Code Week and Africa Code Week were jointly presented at the Scratch Conference 2015. Then it happened again in Brussels during the Code Week Ambassadors meeting.

    + +

    The tune that had this effect has been recognized to be the “Ode to code” and it is expected to have the same effect on people, animals, and robots wherever it is heard. To collect evidence of this phenomenon CodeWeek has launched a video contest inviting any witness to record a short video showing the effects that the music has everywhere around the world. Observed effects include: unintentional robot dancing, open air programming, flash mobs, bubbles, …

    + +

    How to participate (your chance to robo-dance) ?

    + +

    To take part in the video contest:

    + +
      +
    1. Record your video using the original “Ode to Code” sound track or your own remix (maintaining the same bpm). All the resources you need for your project is available on http://codeweek.it/ode-to-code/
    2. +
    3. Upload your video to YouTube (using your own channel)
    4. +
    5. Fill in and submit the online form providing the short url of your video and the country and category it belongs to
    6. Update the description of your video following the instructions in the confirmation e-mail
    7. +
    8. Keep on having fun with coding, music, and dance!
    9. +
    + +

    Awards

    + +

    The contest will end on October 31, 2015. The most popular videos (those with most views, likes, and comments on YouTube by the end of the contest) will be displayed on Europe Code Week and Africa Code Week websites.

    + +

    The most popular videos in each category and country will be awarded with official certificates.

    + +

    Sponsors are invited to award prizes that will be announced Code Week EU website.

    + + diff --git a/petition/index.html b/petition/index.html new file mode 100644 index 0000000..c465040 --- /dev/null +++ b/petition/index.html @@ -0,0 +1,40 @@ +--- +layout: page +title: Petition for Algorithms as Intangible Cultural Heritage +--- + +

    The text of this petition was written in English by the Europe Code Week Ambassadors gathered in Brussels on September 12, 2017, to raise awareness on the importance of algorithms. The petition can be signed here.

    +

    Translations are available in the following languages: [DA][EN][IT][RS][TR]

    +

    + +

    Title

    + +

    Algorithms as Intangible Cultural Heritage

    + +

    Background

    + +

    Algorithms are intangible achievements of the human intelligence that produce huge tangible impacts on our lives and pave the way to the future. Known algorithms provide a deep understanding of the computational aspects of the world, enable a conscious use of technology, and provide the basis for innovation.

    + +

    An algorithm is an unambiguous, finite, executable procedure to solve a problem, to achieve a result, or to bring an idea to life.

    + +

    Any problem for which a known algorithm exists is no longer to be regarded as a problem. Rather, it is a task to be accomplished. The complexity of a task is set by the most efficient known algorithm to accomplish it. Whoever conceives an algorithm to solve a problem has solved that problem forever. Whoever conceives a faster algorithm to perform a task has made it simpler forever.

    + +

    In 1972 the United Nations Educational, Scientific and Cultural Organization (UNESCO) adopted a Convention concerning the Protection of the World Cultural and Natural Heritage, seeking to encourage the identification, protection and preservation of cultural and natural heritage around the world considered to be of outstanding value to humanity. According to UNESCO: “heritage is our legacy from the past, what we live with today, and what we pass on to future generations. What makes the concept of World Heritage exceptional is its universal application” (http://whc.unesco.org/en/about/, last accessed on Sept 12, 2017).

    + +

    In 2003, UNESCO recognized that cultural heritage does not end at monuments and collections of objects and adopted a new Convention for the Safeguarding of the Intangible Cultural Heritage, defined in Article 2 as the “practices, representations, expressions, knowledge, skills – as well as the instruments, objects, artefacts and cultural spaces associated therewith – that communities, groups and, in some cases, individuals recognize as part of their cultural heritage” (https://ich.unesco.org/en/convention last accessed on Sept 12, 2017).

    + +

    The second paragraphs of Article 2 of the Convention identifies, inter alia, 5 domains in which the intangible cultural heritage is manifested: (a) oral traditions and expressions, including language as a vehicle of the intangible cultural heritage; (b) performing arts; (c) social practices, rituals and festive events; (d) knowledge and practices concerning nature and the universe; + (e) traditional craftsmanship.

    + +

    The third paragraphs of Article 2 of the Convention defines “safeguarding” as “measures aimed at ensuring the viability of the intangible cultural heritage, including the identification, documentation, research, preservation, protection, promotion, enhancement, transmission, particularly through formal and non-formal education, as well as the revitalization of the various aspects of such heritage”. Safeguarding entails education, awareness-raising and capacity building at national level (Article 14), and maintaining representative lists at the international level (Article 16) “in order to ensure better visibility of the intangible cultural heritage and awareness of its significance.”

    + +

    Petition

    + +

    We, the undersigned, recognize that algorithms are among the highest achievements of humanity and that they are worth being regarded as part of our intangible cultural heritage.

    + +

    We, the undersigned, believe that safeguarding algorithms means enhancing their visibility, raising awareness of their significance, increasing their circulation, and contributing to building a knowledge society.

    + +

    We, the undersigned, call on UNESCO to add algorithms to the domains in which the intangible cultural heritage is manifested.

    + +

    SIGN THE PETITION

    + diff --git a/privacy/index.html b/privacy/index.html new file mode 100644 index 0000000..86b5257 --- /dev/null +++ b/privacy/index.html @@ -0,0 +1,52 @@ +--- +layout: page +title: Privacy policy +--- + +

    This Privacy Policy governs the manner in which Europe Code Week collects, uses, maintains and discloses information collected from users (each, a "User") of the http://codeweek.eu website ("Site"). This privacy policy applies to the Site and all products and services offered by Europe Code Week.

    + +

    Personal identification information

    + +

    We may collect personal identification information from Users in a variety of ways, including, but not limited to, when Users visit our site, register on the site, and in connection with other activities, services, features or resources we make available on our Site. Users may be asked for, as appropriate, name, email address. Users may, however, visit our Site anonymously. We will collect personal identification information from Users only if they voluntarily submit such information to us. Users can always refuse to supply personally identification information, except that it may prevent them from engaging in certain Site related activities.

    + +

    Non-personal identification information

    + +

    We may collect non-personal identification information about Users whenever they interact with our Site. Non-personal identification information may include the browser name, the type of computer and technical information about Users means of connection to our Site, such as the operating system and the Internet service providers utilized and other similar information.

    + +

    Web browser cookies

    + +

    Our Site may use "cookies" to enhance User experience. User's web browser places cookies on their hard drive for record-keeping purposes and sometimes to track information about them. User may choose to set their web browser to refuse cookies, or to alert you when cookies are being sent. If they do so, note that some parts of the Site may not function properly.

    + +

    How we use collected information

    + +

    Europe Code Week may collect and use Users personal information for the following purposes:

    +
      +
    • To improve customer service: + Information you provide helps us respond to your customer service requests and support needs more efficiently.
    • +
    • To personalize user experience: + We may use information in the aggregate to understand how our Users as a group use the services and resources provided on our Site.
    • +
    • To send periodic emails: +We may use the email address to respond to their inquiries, questions, and/or other requests.
    • +
    +

    How we protect your information

    + +

    We adopt appropriate data collection, storage and processing practices and security measures to protect against unauthorized access, alteration, disclosure or destruction of your personal information, username, password, transaction information and data stored on our Site.

    + +

    Sharing your personal information

    + +

    We do not sell, trade, or rent Users personal identification information to others. We may share generic aggregated demographic information not linked to any personal identification information regarding visitors and users with our business partners, trusted affiliates and advertisers for the purposes outlined above.We may use third party service providers to help us operate our business and the Site or administer activities on our behalf, such as sending out newsletters or surveys. We may share your information with these third parties for those limited purposes provided that you have given us your permission.

    + +

    Changes to this privacy policy

    + +

    Europe Code Week has the discretion to update this privacy policy at any time. When we do, we will revise the updated date at the bottom of this page. We encourage Users to frequently check this page for any changes to stay informed about how we are helping to protect the personal information we collect. You acknowledge and agree that it is your responsibility to review this privacy policy periodically and become aware of modifications.

    + +

    Your acceptance of these terms

    + +

    By using this Site, you signify your acceptance of this policy. If you do not agree to this policy, please do not use our Site. Your continued use of the Site following the posting of changes to this policy will be deemed your acceptance of those changes.

    + +

    Contacting us

    + +

    If you have any questions about this Privacy Policy, the practices of this site, or your dealings with this site, please contact us at: {{site.contact.email}}

    +

    This document was last updated on October 12, 2014

    + +
    Privacy policy created by Generate Privacy Policy
    diff --git a/resources/Europe_Code_Week-presentation_ENG.pdf b/resources/Europe_Code_Week-presentation_ENG.pdf deleted file mode 100644 index 604bde9..0000000 Binary files a/resources/Europe_Code_Week-presentation_ENG.pdf and /dev/null differ diff --git a/resources/Europe_Code_Week-presentation_ENG.pptx b/resources/Europe_Code_Week-presentation_ENG.pptx deleted file mode 100644 index 32fb3c3..0000000 Binary files a/resources/Europe_Code_Week-presentation_ENG.pptx and /dev/null differ diff --git a/resources/Europe_Code_Week-press_release_ENG.md b/resources/Europe_Code_Week-press_release_ENG.md deleted file mode 100644 index 26061fa..0000000 --- a/resources/Europe_Code_Week-press_release_ENG.md +++ /dev/null @@ -1,21 +0,0 @@ -# Europe Code Week: a week to celebrate coding all over Europe - -October 16, All over Europe - Computer programming is being heralded as the new literacy, yet it is still widely perceived as a skill that can only mastered with a computer science degree. With the wider availability of internet connectivity and freely available, easy to use technologies, this is no longer the case. To encourage more people to create our digital future, Europe Code Week is looking for events to celebrate coding between November 25 - 30, 2013. - -Coding is not just about building the next big mobile app. Computer programming is a fun, creative way of making ideas happen. Being able to talk to computers and understanding modern technology is becoming a competitive advantage. Which is why Europe Code Week is looking for events and initiatives that will encourage all Europeans, regardless of age, gender and profession, to learn more about the art and science of coding in the last week of November. - -Despite the increasing importance of the digital sector, there is a projected shortfall of up to 900,000 ICT professionals in Europe by 2015. Technology startups, a future pillar of European economy, are already facing a talent shortage, which is limiting their growth potential. In that context, it is worrying that most of our youngest Europeans still don't have access to coding classes that teach creative thinking, provide tools for creation and encourage them to start dreaming of the next big Facebook or Google. It is vital to engage children at an early age, introduce computer programming as interesting, relevant and accessible, and use the free connectivity offered by schools. - -The good news is that Europe is the home of successful global initiatives like [CoderDojo](http://coderdojo.com/), [Rails Girls](http://railsgirls.com/) and many more that haven't yet received the recognition they deserve. Many volunteer hours have already been invested in providing free, hands-on workshops and events for youth, women, and other groups that are still underrepresented in the world of technology. Initiatives like these need to be celebrated and promoted across Europe on a bigger scale to attract new partners that can encourage more citizens to use technology in creative ways. - -Europe Code Week welcomes any activities that aim to promote coding, highlight its history and the diversity of the applications. Primarily, Code Week is looking for participation in the form of events, ranging from programming workshops to company visits to lectures. The end goal is to improve the visibility of coding on a European scale, motivate people to start learning to code, and connect individuals, groups, organizations, and companies who are willing to share good practices and help more people experience the joy and relevance of coding. - -Europe Code Week was launched by Neelie Kroes' Young Advisors with the support from DG Connect at the European Commission. The Young Advisors will be working closely with their national Digital Champions as local ambassadors in different European countries. Ultimately, Europe Code Week is an open source project, so anyone is welcome to join and contribute either as ambassador or by providing content and technical skills. Existing initiatives are welcome to add themselves to the European Coding map on the Europe Code Week website, where Europe Code Week events will also be highlighted: http://codeweek.eu - -**Europe Code Week, taking place between November 25 and 30 all over Europe, is an open source initiative, aiming to connect initiatives that encourage European citizens to learn more about the art and science of computer programming.** - -Website: http://codeweek.eu - -Digital Agenda for Europe - Young Advisors: http://ec.europa.eu/digital-agenda/en/young-advisors - -Contact: europecodes@gmail.com \ No newline at end of file diff --git a/resources/README.md b/resources/README.md deleted file mode 100644 index f213f2d..0000000 --- a/resources/README.md +++ /dev/null @@ -1,10 +0,0 @@ -# Europe Code Week Resources - -This folder includes various resources that can be used to spread the word about Europe Code Week. - -Main press release: - -- [Europe Code Week press release](https://github.com/codeeu/codeeu.github.io/blob/master/resources/Europe_Code_Week-press_release_ENG.md) - -Local translations welcome, just add a folder here for your own language. - diff --git a/resources/austria/index.html b/resources/austria/index.html new file mode 100644 index 0000000..c35c722 --- /dev/null +++ b/resources/austria/index.html @@ -0,0 +1,70 @@ +--- +layout: resource +title: Austria +--- + +

    Beginners

    + +

    Werkzeuge und Trainings für „absolute Beginners“ (keine Programmierkenntnisse notwendig)

    + +
      +
    • CS First ist ein kostenloses Kursprogramm für Schüler, das sie an das Thema Informatik heranführt und sie dafür begeistert. +
      Material : +
        +
      • ist komplett kostenlos und online verfügbar
      • +
      • ist für Schüler von 9-14 Jahren geeignet
      • +
      • kann individuell an Zeitplan und Bedürfnisse angepasst werden
      • +
      • umfasst das blockbasierte Programmieren mit Scratch und beinhaltet verschiedene Themen, um Schüler mit unterschiedlichen Interessen anzusprechen
      • +
      +
    • +
    • Jeder kann programmieren Technologie hat eine Sprache: Sie heißt Code. Bei Apple sind wir überzeugt, dass Code schreiben bzw. Programmieren eine wichtige Fähigkeit ist. Durch Programmieren lernt man, wie man Probleme lösen und auf kreative Weise zusammenarbeiten kann. Und es hilft dabei, Apps zu entwickeln, die Ideen Wirklichkeit werden lassen. Wir glauben, dass alle die Chance haben sollten, etwas zu erschaffen, das die Welt verändern kann. Deshalb hat Apple eine Plattform entwickelt, mit der alle Programmieren lernen und unterrichten können.
    • +
    • Swift Playgrounds Swift Playgrounds ist eine revolutionäre iPad App, die Swift lernen interaktiv und unterhaltsam macht.
    • +
    • + Pocket Code - Catrobat - allows you to create your own games, animations, interactive music videos, and many kind of other apps, directly on your phone or tablet. (Für Jugendliche zwischen 10-14J) +
    • +
    • + Windows App Studio - in 10 Minuten zur eigenen App. + Trainings dazu: + Deutsch. +
    • +
    • + TouchDevelop lets you create apps on iPad, iPhone, Android, PC, Mac, Windows Phone. Our touch-friendly editor makes coding fun, even on your phone or tablet! + Trainings dazu: https://www.touchdevelop.com/hourofcode2. +
    • +
    • Code Avengers JavaScript Tutorial Die ersten Übungen werden die beibringen wie du ein einfaches „Quiz Spiel“ erstellst. Nach nur fünf Lektionen kannst du dieses bereits erstellen.
    • +
    + +

    Programmers

    + +

    Einführungskurse für Entwickler

    + + + +

    Game developers

    + +

    Speziell zum Thema Spieleentwickung

    + + + +

    Coding Contests

    + +

    für Kinder & Jugendliche

    + +
      +
    • + Catalysts Coding Contest + The Catalysts Coding Contest is an annual contest organized by Catalysts GmbH. + It takes place three times a year in Linz, Hagenberg and Vienna. +
    • +
    + +

    Suggest a resource

    + +

    Know any other resources? Send us an email or add links to this page with a Pull request on GitHub!

    diff --git a/resources/belarus/index.html b/resources/belarus/index.html new file mode 100644 index 0000000..1256f1a --- /dev/null +++ b/resources/belarus/index.html @@ -0,0 +1,13 @@ +--- +layout: resource +title: Belarus +--- + +

    Russian

    + +

    Code Avengers

    + + +

    Know any other resources? Send us an email or add links to this page with a Pull request on GitHub!

    diff --git a/resources/belgium/index.html b/resources/belgium/index.html new file mode 100644 index 0000000..4412561 --- /dev/null +++ b/resources/belgium/index.html @@ -0,0 +1,75 @@ +--- +layout: resource +title: Belgium +--- + +

    NEDERLANDS

    + +
      +
    • + Apple +

      Iedereen kan programmeren Technologie heeft een taal. En die heet: programmeercode. Bij Apple vinden we dat programmeren een essentiële vaardigheid is. Als je leert programmeren, leer je problemen oplossen en op een creatieve manier samenwerken. Bovendien leer je apps bouwen waarmee je ideeën tot leven komen. Wij zijn van mening dat iedereen de kans zou moeten krijgen om iets te maken dat de wereld kan veranderen. Daarom heeft Apple een programma ontworpen waarmee iedereen code kan leren, schrijven en onderwijzen.

      +

      Swift Playgrounds Met de vernieuwende iPad-app Swift Playgrounds leer je op een interactieve en leuke manier programmeren.

      +
    • +
    • + RoboMind Academy: +

      + Leer programmeren door een virtuele robot opdrachten te laten uitvoeren! Doe de online lessen met presentaties, filmpjes en quizvragen en haal heuse diploma's in "Computational Thinking". +

      + + RoboMind Academy + +

      + RoboMind Academy werkt op elk apparaat met een moderne browser en controleert automatisch of je een uitdaging goed hebt opgelost. Als je het nog niet helemaal goed hebt, krijg je hints om je zo verder te helpen. Op deze manier leer je niet enkel programmeren, maar ook logisch denken en krijg je een inleiding tot automatisering en techniek. De complete lessen zijn geschikt voor deelnemers van 8 tot 80 jaar en sluiten aan bij de SLO leerdoelen 4,23, 24, 44 en 45. +

      + +

      + Doe de volgende + Introductie Cursus als je direct gratis wilt beginnen, zonder in te loggen of een account aan te maken. +

      +
    • +
    • + Code Avengers +

      Leer hoe je je eigen game bouwt met Code Avengers In deze introductieles, die ongeveer 30 minuten duurt, bouw je je eigen game in de codetaal JavaScript. Natuurlijk kun je je game delen met je vrienden.

      +

      JavaScript Tutorial In deze les leer je de antwoorden op een JavaScript quiz game die aan het eind van 5 korte lessen.

    • + +
    + +

    FRANÇAIS

    +

    Ressouces généralistes

    + +
      +
    • CS First est un programme gratuit qui permet aux élèves de se familiariser avec l’informatique au moyen de programmes scolaires et périscolaires. Tous les clubs sont dirigés par des enseignants et/ou des bénévoles. +
      Supports pédagogiques : +
        +
      • sont entièrement gratuits et disponibles en ligne
      • +
      • ciblent les élèves du CM1 à la 3e (âgés de 9 à 14 ans)
      • +
      • peuvent s’adapter à votre emploi du temps et à vos besoins
      • +
      • s’articulent autour du codage par blocs en utilisant Scratch, et sont thématisés afin d'attirer des élèves ayant différents centres d’intérêt
      • +
      +
    • + +
    • + Le code à la portée de tous Les technologies ont leur propre langage : le code de programmation. Chez Apple, nous pensons que la programmation est une compétence fondamentale. Car apprendre à programmer, c’est aussi apprendre à résoudre des problèmes et à travailler avec les autres de manière créative. C’est un moyen de créer des apps qui donnent vie à ses idées. D’offrir à chacun l’opportunité d’imaginer quelque chose qui peut changer le monde. C’est pourquoi Apple a conçu une nouvelle manière d’aborder la programmation, permettant à quiconque d’apprendre à coder, d’écrire du code et de l’enseigner. +
    • +
    • + Swift Playgrounds Apprendre le code ? Un jeu d’enfant avec Swift Playgrounds pour iPad. +
    • +
    • France-ioi Apprendre la programmation et l'algorithmique par la pratique (en Python, C/C++, Java ou Caml), avec des cours et exercices évalués automatiquement.
    • +
    • Ensemble d'exercices et de jeux pour acquérir les bases de la programmation (En bas de la page, il faut sélectionner FRANCAIS pour avoir les questions en français)
    • +
    • Mozilla Webmaker Site pour + découvrir la programmation web via divers outils.
    • +
    • Human Coders News Site d'actualités et ressources pour développeurs
    • +
    • L'Heure de cours de JavaScript Ce tutoriel vous apprend à créer en 5 étapes un questionnaire en JavaScript.
    • +
    + +

    Ressouces liées au programme ISN

    + + + +

    Know any other resources? Send us an email or add links to this page with a Pull request on GitHub!

    diff --git a/resources/bulgaria/index.html b/resources/bulgaria/index.html new file mode 100644 index 0000000..7a6bb94 --- /dev/null +++ b/resources/bulgaria/index.html @@ -0,0 +1,32 @@ +--- +layout: resource +title: Bulgaria +--- + +

    За начинаещи

    + + + +

    За деца и ученици

    + +
      +
    • Scratch – безплатна платформа и език за програмиране, разработени от MIT, за създаване на интерактивни анимации, прости игри и програми. Подходящо за деца и хора без опит в програмирането.
    • +
    • Видео уроци по програмиране от "Детската академия на Телерик", 2013-2014, проведена в София.
    • +
    • Материали от училищната академия на Телерик – видеозаписи и онлайн материли, прицелени към ученици от 7-ми до 12-ти клас, за усвояване на базови умения и знания по разработка на софтуер и подготовка за Националната олимпиада по информационни технологии (НОИТ).
    • +
    + +

    За напреднали

    + + + +

    Suggest a resource

    + +

    Know any other resources? Send us an email or add links to this page with a Pull request on GitHub!

    diff --git a/resources/china/index.html b/resources/china/index.html new file mode 100644 index 0000000..7932d1b --- /dev/null +++ b/resources/china/index.html @@ -0,0 +1,17 @@ +--- +layout: resource +title: China +--- +

    Academy of Code

    + +

    Academy of Code provides a free collection of interactive tutorials for HTML, CSS, JavaScript, PHP and MySQL.

    + + +

    Know any other resources? Send us an email or add links to this page with a Pull request on GitHub!

    diff --git a/resources/codeEU-logo.png b/resources/codeEU-logo.png deleted file mode 100644 index d473666..0000000 Binary files a/resources/codeEU-logo.png and /dev/null differ diff --git a/resources/croatia/index.html b/resources/croatia/index.html new file mode 100644 index 0000000..ad99edd --- /dev/null +++ b/resources/croatia/index.html @@ -0,0 +1,29 @@ +--- +layout: resource +title: Croatia +--- + + + +

    Code Avengers

    + + +

    Znadete li za online materijale za učenje programiranja na hrvatskom jeziku? Javite nam elektroničkom poštom ili dodajte poveznice na ovu stranicu uz pomoć sustava GitHub!

    diff --git a/resources/cyprus/index.html b/resources/cyprus/index.html new file mode 100644 index 0000000..2a951d6 --- /dev/null +++ b/resources/cyprus/index.html @@ -0,0 +1,24 @@ +--- +layout: resource +title: Cyprus +--- + +
      +
    • Σελιδα για την Ευρ. Εβδομάδα Προγραμματισμου στην Κύπρο + +
    • +
    • Καταλογος Εκδηλώσεων + +
    • +
    • Περισσότερο υλικό για τις εκδηλώσεις σας στα Ελληνικά + +
    • +
    + +

    Know any other resources? Send us an email or add links to this page with a Pull request on GitHub!

    diff --git a/resources/czech_republic/index.html b/resources/czech_republic/index.html new file mode 100644 index 0000000..bf9d28a --- /dev/null +++ b/resources/czech_republic/index.html @@ -0,0 +1,26 @@ +--- +layout: resource +title: Czech Republic +--- +

    Podrobnější informace najdete na české stránce. Podívejte se také na hlavní stránku zdrojů (většinou v angličtině) a na zdroje slovenské.

    + +

    Úvod do programování

    + +
      +
    • Želva na stromě: Krátký úvodní kurz programování s namluveným výkladem, příklady a úlohami. První kurz ukazuje základy, ve druhém kurzu si účastníci vyzkouší tvořit 2D a 3D rekurzivní stromy.
    • +
    • Robotanik: Série stále obtížnějších úloh, ve kterých se lze seznámit s podmínkami, opakováním a především rekurzí. Prostředí umožňuje mj. učiteli sledovat pokrok žáků.
    • +
    • Angry Birds na Code.org: Série úloh s procházením bludištěm, programování pomocí přetahování a zapojování bloků.
    • +
    • Bobřík informatiky: Organizátoři soutěže Bobřík informatiky připravili speciální sadu úloh o programování a algoritmizaci. Sada bude dostupná v týdnu 11.-17. 10., tedy mimo čas hlavní soutěže (ta je v listopadu).
    • +
    + +

    Další zdroje

    + +
      +
    • Computer Science Unplugged: + Informatika je věda o zpracování informací, nikoliv o počítačích. Výborně to ilustruje tato celosvětově úspěšná sada aktivit. K dispozici je i český překlad příručky pro učitele.
    • +
    • Rekurzivní kreslení: + Od programování je na první pohled poměrně daleko. Právě tím má ale značnou šanci oslovit např. umělecky založené zájemce, kteří se přitom nenásilně naučí něco o rekurzi. Komu by scházela inspirace, může se podívat sem.
    • +
    + + +

    Know any other resources? Send us an email or add links to this page with a Pull request on GitHub!

    diff --git a/resources/denmark/index.html b/resources/denmark/index.html new file mode 100644 index 0000000..1c5041d --- /dev/null +++ b/resources/denmark/index.html @@ -0,0 +1,19 @@ +--- +layout: resource +title: Denmark +--- + +
      +
    • Alle kan kode Teknologien har sit helt eget sprog: kode. Og hos Apple mener vi, at kodning er en helt essentiel færdighed. Lærer du at kode, lærer du samtidig at løse problemer og samarbejde med andre på kreative måder. Og kodning hjælper dig også til at kunne lave apps, der gør dine idéer til virkelighed. Vi synes, at alle skal have mulighed for at skabe noget, der kan ændre verden. Derfor har Apple udviklet et helt særligt forløb, hvor alle kan lære at skrive, og undervise i, kode.
    • +
    • Swift Playgrounds er en revolutionerende iPad-app, hvor du kan lære Swift på en sjov og interaktiv måde.
    • +
    • App Academy afholder kurser og workshops i programmering for børn (og voksne)
    • +
    • Code Avengers I denne 40 minutters introduktion vil du komme til at bruge JavaScript til at bygge et spil som du kan dele med dine venner.
    • +
    • Coding Pirates - forening til at fremme børn og unges produktive og kreative it-kompetence
    • +
    • HTML-Hajen Tips, trick og workarounds til opbygning og desig af hjemmesider. Fra grundliggende HTML-koder til style sheets, JavaScripts og XML-databaser.
    • +
    • Kodeklub - dansk udgave af Code Club med dansksprogede værktøjer til at starte din egen kodeklub
    • +
    • Programmering i skolen - independently produced list of grade schools doing coding-activities (still being expanded, work in progress - join in!)
    • +
    • Programmering i skolen, projektidé - by @mathiaspoulsen and @mosgaard - grade school teachers planning potential Codeweek activities (work in progress - join in!)
    • +
    • Vejen til Teknolologi - ressourcer til brug i grundskolen
    • +
    + +

    Know any other resources? Send us an email or add links to this page with a Pull request on GitHub!

    diff --git a/resources/docs/DGD-Scratch-Teacher-Guide-Abrdgd.pdf b/resources/docs/DGD-Scratch-Teacher-Guide-Abrdgd.pdf new file mode 100644 index 0000000..271dd8e Binary files /dev/null and b/resources/docs/DGD-Scratch-Teacher-Guide-Abrdgd.pdf differ diff --git a/resources/docs/EUCodeWeek2016.pdf b/resources/docs/EUCodeWeek2016.pdf new file mode 100644 index 0000000..0707654 Binary files /dev/null and b/resources/docs/EUCodeWeek2016.pdf differ diff --git a/resources/docs/EUCodeWeek2016.pptx b/resources/docs/EUCodeWeek2016.pptx new file mode 100644 index 0000000..4dea083 Binary files /dev/null and b/resources/docs/EUCodeWeek2016.pptx differ diff --git a/resources/docs/EUCodeWeek2017.pdf b/resources/docs/EUCodeWeek2017.pdf new file mode 100644 index 0000000..0421bf3 Binary files /dev/null and b/resources/docs/EUCodeWeek2017.pdf differ diff --git a/resources/docs/EUCodeWeek2017.pptx b/resources/docs/EUCodeWeek2017.pptx new file mode 100644 index 0000000..dbbbbdc Binary files /dev/null and b/resources/docs/EUCodeWeek2017.pptx differ diff --git a/resources/docs/EUCodeWeek2018.pdf b/resources/docs/EUCodeWeek2018.pdf new file mode 100644 index 0000000..479bf41 Binary files /dev/null and b/resources/docs/EUCodeWeek2018.pdf differ diff --git a/resources/docs/EUCodeWeek2018.pptx b/resources/docs/EUCodeWeek2018.pptx new file mode 100644 index 0000000..aaa83df Binary files /dev/null and b/resources/docs/EUCodeWeek2018.pptx differ diff --git a/resources/docs/Howtoorganiseyourownevent2016.docx b/resources/docs/Howtoorganiseyourownevent2016.docx new file mode 100644 index 0000000..e35541a Binary files /dev/null and b/resources/docs/Howtoorganiseyourownevent2016.docx differ diff --git a/resources/docs/Howtoorganiseyourownevent2016.pdf b/resources/docs/Howtoorganiseyourownevent2016.pdf new file mode 100644 index 0000000..498e568 Binary files /dev/null and b/resources/docs/Howtoorganiseyourownevent2016.pdf differ diff --git a/resources/docs/codeeu_toolkit.pdf b/resources/docs/codeeu_toolkit.pdf new file mode 100644 index 0000000..b8ad204 Binary files /dev/null and b/resources/docs/codeeu_toolkit.pdf differ diff --git a/resources/estonia/index.html b/resources/estonia/index.html new file mode 100644 index 0000000..e641624 --- /dev/null +++ b/resources/estonia/index.html @@ -0,0 +1,19 @@ +--- +layout: resource +title: Estonia +--- + +
      +
    • Õppematerjalid ProgeTiigri kodulehel - ühele lehele on koondatud materjalid, mis on mõeldud nii lasteaialastele kui ka erinevate kooliastme õpilastele IT-alaste tundide läbiviimiseks.
    • +
    • Koolielu portaal - leheküljele on koondatud nende programmide ja veebikeskkondade tutvustused, mis sobivad õppetöösse. Samalt lehelt leiab ka palju muud vajalikku infot ning haridusega seotud uudiseid.
    • +
    • e-Koolikott - lehekülg koondab õppekava alusel märksõnastatult digitaalse õppevara ühte veebikeskkonda, sealt leiab palju kasulikke õppematerjale ka programmeerimise, robootika, 3D jm kohta.
    • +
    • NutiLaborid - leheküljele on koondatud viited materjalidele, mis aitavad arendada IKT-oskusi nii lastel, lastevanematel kui ka õpetajatel. Samuti leiab lehelt Vaata Maailma SA poolt korraldatavate IKT huviringide infot, kus õpetatakse programmeerimist, mobiiliäppide loomist ning robootikat.
    • +
    • Progekodu - Veebileht Kodu õppevahendeid.
    • +
    • Targalt internetis (www.targaltinternetis.ee) - veebilehelt leiab infot interneti targemaks ja turvalisemaks kasutamiseks. Vajalikku infot leiavad lapsed, lapsevanemad ja õpetajad.
    • +
    • Codecademy eesti keeles - eesti keelde tõlgitud populaarsed kursused, mille abil lapsed ja noored saavad omal käel programmeerimist õppida.
    • +
    • Targalt internetis - veebilehelt leiab infot interneti targemaks ja turvalisemaks kasutamiseks. Vajalikku infot leiavad lapsed, lapsevanemad ja õpetajad.
    • +
    • Progekodu - Veebileht Kodu õppevahendeid.
    • +
    • Päriselt ka või? materjal õpetajatele - e-õppematerjal koos tunnikavaga, mis toetab õpetajate teadmiste omandamist nutiseadmete võimalustest ja ohtudest.
    • +
    + +

    Know any other resources? Send us an email or add links to this page with a Pull request on GitHub!

    diff --git a/resources/finland/index.html b/resources/finland/index.html new file mode 100644 index 0000000..136a4de --- /dev/null +++ b/resources/finland/index.html @@ -0,0 +1,41 @@ +--- +layout: resource +title: Finland +--- +

    Apple

    + +
      +
    • Kaikki osaavat koodataTeknologialla on oma kielensä. Sitä kutsutaan koodiksi. Ja Apple uskoo, että koodaaminen on tärkeä taito. Koodin oppiminen opettaa ongelmanratkaisua ja muiden kanssa työskentelyä luovilla tavoilla. Se auttaa myös luomaan appeja, jotka herättävät ideasi eloon. Mielestämme kaikilla pitäisi olla mahdollisuus luoda jotain, mikä voi muuttaa maailmaa. Siksi Apple suunnitteli ohjelman, jonka avulla kuka tahansa voi opetella, kirjoittaa ja opettaa koodausta.
    • +
    • Swift Playgrounds tekee koodaamisen oppimisesta interaktiivista ja hauskaa.
    • +
    + +

    Kirjoja

    + + + +

    Verkkokursseja

    + +
      +
    • VIOPE - Maksuttomia ja maksullisia ohjelmointikursseja verkossa suomeksi ja englanniksi.
    • +
    • MOOC.fi - Maksuttomia massiivisia avoimia verkkokursseja suomeksi ja englanniksi (myös ohjelmointikursseja).
    • +
    • Koodiaapinen MOOC - Peruskoulun opettajille tarkoitettu verkkokurssi koodaamisen käyttöönottoon pedagogisesti mielekkäällä tavalla.
    • +
    + +

    Opasmateriaalia

    + +
      +
    • Scratch-klubi - Alakoulun oppilaille ja heitä vanhemmille sopiva harjoitustehtävien sarja Scratchin opiskeluun. Voitti Suomen Apps4Education-kilpailun keväällä 2015.
    • +
    • Koodaustunti - Suomennettu versio Hour of Code -sivustosta
    • +
    + +

    Verkostoja ja toimintaa

    + +
      +
    • Koodikerho - Koululaisille suunnattujen iltapäiväkerhojen järjestämisohjeet ja materiaalit.
    • +
    • Koodikoulu - Kokoaa yhteen kaikki koodioppaat ja koodiopetuksen Suomessa.
    • +
    • Koodiklinikka - Keskustelukanava (Slack) jonka tarkoituksena on tarjota apua ja uusia kontakteja ohjelmoinnista innostuneille nuorille.
    • +
    + +

    Know any other resources? Send us an email or add links to this page with a Pull request on GitHub!

    diff --git a/resources/france/index.html b/resources/france/index.html new file mode 100644 index 0000000..8eb3bb8 --- /dev/null +++ b/resources/france/index.html @@ -0,0 +1,45 @@ +--- +layout: resource +title: France +--- + +

    Cette page reprend les ressources présentées sur le wiki de jecode.org.

    + +

    Ressources généralistes

    + +
      +
    • CS First est un programme gratuit qui permet aux élèves de se familiariser avec l’informatique au moyen de programmes scolaires et périscolaires. Tous les clubs sont dirigés par des enseignants et/ou des bénévoles. +
      Supports pédagogiques : +
        +
      • sont entièrement gratuits et disponibles en ligne
      • +
      • ciblent les élèves du CM1 à la 3e (âgés de 9 à 14 ans)
      • +
      • peuvent s’adapter à votre emploi du temps et à vos besoins
      • +
      • s’articulent autour du codage par blocs en utilisant Scratch, et sont thématisés afin d'attirer des élèves ayant différents centres d’intérêt
      • +
      +
    • +
    • Le code à la portée de tous Les technologies ont leur propre langage : le code de programmation. Chez Apple, nous pensons que la programmation est une compétence fondamentale. Car apprendre à programmer, c’est aussi apprendre à résoudre des problèmes et à travailler avec les autres de manière créative. C’est un moyen de créer des apps qui donnent vie à ses idées. D’offrir à chacun l’opportunité d’imaginer quelque chose qui peut changer le monde. C’est pourquoi Apple a conçu une nouvelle manière d’aborder la programmation, permettant à quiconque d’apprendre à coder, d’écrire du code et de l’enseigner.
    • +
    • Swift Playgrounds Apprendre le code ? Un jeu d’enfant avec Swift Playgrounds pour iPad.
    • +
    • France-ioi Apprendre la programmation et l'algorithmique par la pratique (en Python, C/C++, Java ou Caml), avec des cours et exercices évalués automatiquement.
    • +
    • Programmer's Learning Machine
    • +
    • Teen-Code: tutoriels vidéo de création d'applications mobiles sous Android, pour débutants.
    • +
    • Silent Teacher par Toxicode, un outil d'initiation pas à pas
    • +
    • Scratch
    • +
    • Squeak
    • +
    • Adventure Game Studio
    • +
    • Prog and Play
    • +
    • Ensemble d'exercices et de jeux pour acquérir les bases de la programmation (En bas de la page, il faut sélectionner FRANCAIS pour avoir les questions en français)
    • +
    • Mozilla Webmaker Site pour découvrir la programmation web via divers outils
    • +
    • Human Coders News Site d'actualités et ressources pour développeurs
    • +
    + + +

    Ressouces liées au programme ISN

    + + + +

    Know any other resources? Send us an email or add links to this page with a Pull request on GitHub!

    diff --git a/resources/germany/index.html b/resources/germany/index.html new file mode 100644 index 0000000..66d2339 --- /dev/null +++ b/resources/germany/index.html @@ -0,0 +1,32 @@ +--- +layout: resource +title: Germany +--- + +
      +
    • Code Week Germany
    • +
    • CS First ist ein kostenloses Kursprogramm für Schüler, das sie an das Thema Informatik heranführt und sie dafür begeistert. +
      Material : +
        +
      • ist komplett kostenlos und online verfügbar
      • +
      • ist für Schüler von 9-14 Jahren geeignet
      • +
      • kann individuell an Zeitplan und Bedürfnisse angepasst werden
      • +
      • umfasst das blockbasierte Programmieren mit Scratch und beinhaltet verschiedene Themen, um Schüler mit unterschiedlichen Interessen anzusprechen
      • +
      +
    • +
    • Jeder kann programmieren Technologie hat eine Sprache: Sie heißt Code. Bei Apple sind wir überzeugt, dass Code schreiben bzw. Programmieren eine wichtige Fähigkeit ist. Durch Programmieren lernt man, wie man Probleme lösen und auf kreative Weise zusammenarbeiten kann. Und es hilft dabei, Apps zu entwickeln, die Ideen Wirklichkeit werden lassen. Wir glauben, dass alle die Chance haben sollten, etwas zu erschaffen, das die Welt verändern kann. Deshalb hat Apple eine Plattform entwickelt, mit der alle Programmieren lernen und unterrichten können.
    • +
    • Swift Playgrounds ist eine revolutionäre iPad App, die Swift lernen interaktiv und unterhaltsam macht.
    • +
    • Offene Lernmaterialien
    • +
    • Lerne Programmieren - einen Grundkurs im Coden gibt es hier
    • +
    • App Camps - Unterrichtsmaterialien für Lehrkräfte, damit diese selbstständig Programmier-Workshops an Schulen durchführen können.
    • +
    • Schrottküche - wie baut man Robert aus Mobiltelefonen? Unterrichtsmaterialen und Infos eines tollen Workshops der UDK Berlin findest du hier
    • +
    • Roberta - lernen mit Robotern - Ein umfassendes Angebot für Lehrerschulungen zum Thema Robotik
    • +
    • Drupal Resources List - eine Linksammlung von @drupalAT
    • +
    • Jeder kann Programmieren - Hier entsteht eine riesige online Plattform, die Coding anhand von Tutorials spielerisch vermitteln will und deutsche Linksammlungen aufbaut.
    • +
    • Allcancode - dieses Computspiel führt euch ans Programmieren heran - in den nächsten Tagen gibt es eine deutsche Version!
    • +
    • django-marcador - ein freies Django Tutorial für Einsteiger
    • +
    • Code Avengers JavaScript Tutorial - Die ersten Übungen werden die beibringen wie du ein einfaches „Quiz Spiel“ erstellst. Nach nur fünf Lektionen kannst du dieses bereits erstellen.
    • +
    • Jugend Programmiert - Eine Webseite mit Organisationen und Material zum Programmierenlernen
    • +
    + +

    Kennst du andere Materialien? Sende uns eine E-Mail oder schreibe Links auf diese Seite mittels einer Pull-Request auf GitHub!

    diff --git a/resources/greece/AppInventor_IDE.pdf b/resources/greece/AppInventor_IDE.pdf new file mode 100644 index 0000000..9e0de4b Binary files /dev/null and b/resources/greece/AppInventor_IDE.pdf differ diff --git a/resources/greece/AppInventor_NXT.pdf b/resources/greece/AppInventor_NXT.pdf new file mode 100644 index 0000000..8063129 Binary files /dev/null and b/resources/greece/AppInventor_NXT.pdf differ diff --git a/resources/greece/AppInventor_if.pdf b/resources/greece/AppInventor_if.pdf new file mode 100644 index 0000000..8184514 Binary files /dev/null and b/resources/greece/AppInventor_if.pdf differ diff --git a/resources/greece/AppInvnentor_DB.pdf b/resources/greece/AppInvnentor_DB.pdf new file mode 100644 index 0000000..652eecc Binary files /dev/null and b/resources/greece/AppInvnentor_DB.pdf differ diff --git a/resources/greece/AppInvnentor_Loop.pdf b/resources/greece/AppInvnentor_Loop.pdf new file mode 100644 index 0000000..b84d5e9 Binary files /dev/null and b/resources/greece/AppInvnentor_Loop.pdf differ diff --git a/resources/greece/Mole_Mash.pdf b/resources/greece/Mole_Mash.pdf new file mode 100644 index 0000000..2e0edf8 Binary files /dev/null and b/resources/greece/Mole_Mash.pdf differ diff --git a/resources/greece/fe1.pdf b/resources/greece/fe1.pdf new file mode 100644 index 0000000..e874a0f Binary files /dev/null and b/resources/greece/fe1.pdf differ diff --git a/resources/greece/fe2.pdf b/resources/greece/fe2.pdf new file mode 100644 index 0000000..09fa671 Binary files /dev/null and b/resources/greece/fe2.pdf differ diff --git a/resources/greece/fe3.pdf b/resources/greece/fe3.pdf new file mode 100644 index 0000000..e26e303 Binary files /dev/null and b/resources/greece/fe3.pdf differ diff --git a/resources/greece/fe4.pdf b/resources/greece/fe4.pdf new file mode 100644 index 0000000..f2eba2c Binary files /dev/null and b/resources/greece/fe4.pdf differ diff --git a/resources/greece/fe5.pdf b/resources/greece/fe5.pdf new file mode 100644 index 0000000..26501c5 Binary files /dev/null and b/resources/greece/fe5.pdf differ diff --git a/resources/greece/fe6.pdf b/resources/greece/fe6.pdf new file mode 100644 index 0000000..670c2b3 Binary files /dev/null and b/resources/greece/fe6.pdf differ diff --git a/resources/greece/index.html b/resources/greece/index.html new file mode 100644 index 0000000..11e4872 --- /dev/null +++ b/resources/greece/index.html @@ -0,0 +1,80 @@ +--- +layout: resource +title: Greece +--- + +

    Run Marco

    +

    Ένα Ελληνικό παιχνίδι περιπέτειας που διδάσκει προγραμματισμό σε παιδιά ηλικίας 6-12 ετών.

    + + +

    Υλικό για Python

    +

    Υλικό για την γλώσσα Python.

    + + +

    Υλικό για Scratch

    +

    Υλικό για το εργαλείο Scratch.

    + + +

    Υλικό για App Inventor

    +

    Υλικό για το εργαλείο App Inventor.

    + + +

    Υλικό για ανάπτυξη εφαρμογών Web

    +

    Υλικό για ανάπτυξη εφαρμογών σε τεχνολογίες του web.

    + + +

    Υλικό για δραστηριότητες χωρίς Η/Υ

    +

    Υλικό για δραστηριότητες χωρίς υπολογιστές.

    + + +

    Γενικό υλικό

    +
      +
    • Εκπαιδευτικό υλικό, από τον Σύλλογο Εκπαιδευτικών Πληροφορικής Χίου
    • +
    • What most schools don't teach, βίντεο από Code.org με Ελληνικούς υπότιτλους
    • +
    • Koduplay, βιβλίο και υλικό για τη δημιουργία παιχνιδιών με το MS Kodu
    • +
    • algo.pk, μία πλατφόρμα με ασκήσεις και προβλήματα στους αλγόριθμους για προγραμματισμό με τον διερμηνευτή του pseudoglossa.gr
    • +
    • Lightbot, το παιχνίδι προγραμματισμού lightbot μεταφρασμένο στα Ελληνικά, με επιπλέον πίστες
    • +
    • Hellenic Computing Olympiad εκμάθηση, εξάσκηση και online διαγωνισμοί για την αλγοριθμική επίλυση προβλημάτων με τις γλώσσες C/C++/Pascal. Επίσημη ιστοσελίδα προετοιμασίας των μαθητών στην Ελλάδα για τον ΠΔΠ (Πανελλήνιο Διαγωνισμό Πληροφορικής) και τη συμμετοχή τους στην Διεθνή Ολυμπιάδα Πληροφορικής (IOI) και τη Βαλκανική Ολυμπιάδα Πληροφορικής (ΒΟΙ). +
    + +

    Code Avengers

    + + +

    Know any other resources? Send us an email or add links to this page with a Pull request on GitHub!

    diff --git a/resources/greece/quiz_v2.pdf b/resources/greece/quiz_v2.pdf new file mode 100644 index 0000000..12e9839 Binary files /dev/null and b/resources/greece/quiz_v2.pdf differ diff --git a/resources/hungary/index.html b/resources/hungary/index.html new file mode 100644 index 0000000..20a6624 --- /dev/null +++ b/resources/hungary/index.html @@ -0,0 +1,14 @@ +--- +layout: resource +title: Hungary +--- + + + +

    Know any other resources? Send us an email or add links to this page with a Pull request on GitHub!

    diff --git a/resources/iceland/index.html b/resources/iceland/index.html new file mode 100644 index 0000000..33b3c93 --- /dev/null +++ b/resources/iceland/index.html @@ -0,0 +1,16 @@ +--- +layout: resource +title: Iceland +--- + +
      + +
    • Skema - öll námskeið Skema byggja á Skema aðferðafræðinni sem er sérstök kennsluaðferð studd af rannsóknum á sviði sálfræði, kennslufræði og tölvunarfræði. Markmið námskeiðanna er að þátttakendur sjái forrit verða að veruleika auk þess sem þátttakendur munu sjá hvað forritun getur verið skemmtileg og áhugaverð.
    • +
    • Promennt - fagmannlegt og framsækið fræðslufyrirtæki sem býður upp á hagnýta fræðslu fyrir byrjendur jafnt sem sérfræðinga. Markmið fyrirtækisins er að vera leiðandi í fræðslumálum (sí-/endurmenntun) í margvíslegum fagsviðum innan viðskiptafræðinnar ásamt í upplýsingatæknigeiranum.
    • +
    • Tækniskólinn - Tækniskólinn býður upp á fjölbreytt tækninámskeið fyrir einstaklinga og hópa
    • +
    • Appland - Appland er upplýsinga og fræðsluvefur um notkun á smáforritum í skólastarfi.
    • +
    • Snjallskolinn - Snjallskolinn safnar og miðlar upplýsingum til kennara og nemenda og annarra sem láta sig menntun varðar og leggja eitthvað af mörkum í umræðunni um skólastyarf á Íslandi í von um betri menntun og betri skóla.
    • + +
    + +

    Know any other resources? Send us an email or add links to this page with a Pull request on GitHub!

    diff --git a/resources/index.html b/resources/index.html new file mode 100644 index 0000000..6ce3124 --- /dev/null +++ b/resources/index.html @@ -0,0 +1,148 @@ +--- +layout: page +title: Resources and guides +--- + +

    EU Code Week is a grass-root movement run by volunteers who promote coding in their countries as Code Week Ambassadors. Anyone – schools, teachers, libraries, code clubs, businesses, public authorities – can organise a #CodeEU event and add it to the codeweek.eu map. To make organising and running coding events easier, we have prepared different toolkits and selected some of the best lesson plans, guides and other resources.

    + +

    How do I organise a Code Week event?

    + +

    + +

    +

    Presentations and toolkits

    + + +

    Local resources in your language

    + +
    + {% for cat in site.country-list-2014 %} + {% if cat == "czech_republic" %} + Czech Republic + {% elsif cat == "isle_of_man" %} + Isle of Man + {% elsif cat == "united_kingdom" %} + United Kingdom + {% else %} + {{ cat | capitalize }} + {% endif %}{% unless forloop.last %} - {% endunless %} + {% endfor %} +
    + +
    + +

    Coding lessons for beginners of all ages

    +
      + + + +
    • Javascript Cheat Sheet compiles many of the most basic and important operators, functions, principles, and methods. It provides a good overview of the language and a reference for both developers and learners.
    • +
    • This free Python coding / education resource for 11-14 age learners has been developed by the UK Council for the Curriculum, Examinations & Assessment (CCEA) in conjunction with Queen's University of Belfast, a leading centre in cyber security. It has tested with local business and industry, to ensure it met their needs also. The resource is available as PDF, for introduction modules, and then on-line via a managed Moodle service. If you use this resource please recognise CCEA for its work.
    • +
    • The JavaScript Tutorial introduces complete beginners to JavaScript, which is an open source and popular scripting language supported by all browsers. The class introduces you to basic concepts such as functions, cookies, DOM, and events in JavaScript as well as advanced topics like Object Oriented JavaScript, Internal & External JavaScript, and JavaScript Examples.
    • +
    • Swift Playgrounds: Swift Playgrounds is a revolutionary app for iPad that makes learning Swift interactive and fun.
    • +
    • Design Your First App with Build*: Learn to design your first app with a prototyping tool, SAP Build – the course and tool are provided free of charge.
    • +
    • Scratch ode to code: Multilingual Scratch tutorial for Europe Code Week
    • +
    • Codecademy: Learn to code interactively, for free, on the web.
    • +
    • Code School: Code School teaches web technologies in the comfort of your browser with video lessons, coding challenges, and screencasts.
    • +
    • Code Avengers: Learn to build websites, apps and games with HTML, CSS and JavaScript.
    • +
    • Code.org Tutorials: Simple tutorials for beginners that can be completed in an hour or less.
    • +
    • Computer Science Unplugged: A collection of free learning activities for the classroom or home that teaches Computer Science through engaging games and puzzles that use cards, string, crayons and lots of running around.
    • +
    • Angry Birds Fun Learning: Learn to code the fun way! Discover fun coding apps and courses for various difficulty levels.
    • +
    • Webmaker Web Literacy Map: A collection of resources for teaching and learning digital skills and web literacy, including a section on creating for the web.
    • +
    • W3Schools Online Web Tutorials: A collection of tutorials and references for web-related languages.
    • +
    • Academy of Code: A collection of free interactive tutorials for HTML, CSS, JavaScript, PHP and MySQL.
    • +
    • CodinGame: Play video games using code, learn programming in more than 20 programming languages.
    • +
    • Silent Teacher: a step by step and funny way to learn the basics.
    • +
    • CodeCombat: an online game that teaches programming. Students write code in real programming languages (Python, JavaScript, Lua, CofeeScript, Clojure).
    • +
    • CodeSpells revolves around the idea of crafting your own magical spells to interact with the world, solve problems, and fight off foe.
    • +
    • CodyRoby: Unplugged do-it-yourself card games and activities.
    • +
    + +

    Coding for young beginners

    + +
      +
    • CS First is a free online program that introduces kids to programming. It involves block-based coding using Scratch and are themed to attract students with varied interests. It is designed for 9-14 year olds. Available in English, Italian, French and German.
    • +
    • Scratch: With Scratch, you can program your own interactive stories, games, and animations — and share your creations with others in the online community. Primarily designed for 8 to 16 year olds, available in a variety of languages, can be used online or offline with the Scratch editor on Mac, Windows and Linux computers. Teachers should visit ScratchED, an online community where Scratch educators share stories, exchange resources, ask questions, and find people.
    • +
    • Hopscotch: iPad app recommended for kids ages 8 and above with simple, intuitive building blocks that can be used to create games, animations and apps in a colorful, interactive environment. Even younger coders can also try the Daisy the Dinosaur app.
    • +
    • ScratchJr: ScratchJr is an introductory programming language that enables young children (ages 5 to 7) to create their own interactive stories and games. ScratchJr was inspired by Scratch, but redesigned the interface and programming language to make them developmentally appropriate for younger children. Currently available as an iPad app, with an Android version scheduled to be released later in 2014, and a web-based version in 2015.
    • +
    • CoderDojo: The CoderDojo website features a variety of information for parents, kids and volunteers looking to start their own coding club for children. Part of the website is also a list of resources that can be used to teach a variety of programming languages to different age groups.
    • +
    • RoboMind Academy: By programming a virtual robot, the student is introduced to logic, automation and technology. Available as an online educator-friendly platform that can be used with students aged 8 years or older. A good start is the Hour of Code Tutorial.
    • +
    • Run Marco!: an adventure game for kids that teaches the basic of coding. Available as a browser game and an Android app, already translated in 13 European languages (more coming soon).
    • +
    • Pocket Code: An Android app that allows you to create your own games, animations, interactive music videos, and other kinds of apps, directly on your phone or tablet. An easy way to get started is the Skydiving Steve hour of code tutorial. Or you can follow Horst's step-by-step tutorial to transform your smartphone into an scanner for alien lifeforms.
    • +
    • Kodu: Kodu lets kids create games via a simple visual programming language. Kodu can be used to teach creativity, problem solving, storytelling, as well as programming. Available for Windows computers.
    • +
    • CodeMonkey: CodeMonkey is a fun online game that teaches you how to code. In this free technology and STEM game, students learn about computer coding concepts like functions and loops by programming a monkey to find bananas! Real world programming language. Write code. Catch bananas. Save the world.
    • +
    • CodyRoby: Unplugged games and activities.
    • +
    • iCode from iTeach: iCode is an initiative created by iTeach to provide schools with a structured programme to run a coding and programming club as an after school, extra curricular activity or as a structured programme within the school day.
    • +
    + +

    Full online courses for advanced learners

    +
      +
    • edX: EdX offers interactive online classes and MOOCs from the world’s best universities. Online courses from MITx, HarvardX, BerkeleyX, UTx and many other universities.
    • +
    • MIT OpenCourseWare: MIT OpenCourseWare (OCW) is a web-based publication of virtually all MIT course content. OCW is open and available to the world and is a permanent MIT activity.
    • +
    • Coursera: Coursera is an education platform that partners with top universities and organizations worldwide, to offer courses online for anyone to take, for free.
    • +
    • Udacity: Online education that bridges the gap between academic and real world skills. Taught by industry leaders excited to share their expertise from companies such as Google, Facebook, Cloudera, and MongoDB.
    • +
    + +

    Helping others learn to code

    +
      +
    • Everyone Can Code Technology has a language. It’s called code. At Apple we believe coding is an essential skill. Learning to code teaches you how to solve problems and work together in creative ways. And it helps you build apps that bring your ideas to life. We think everyone should have the opportunity to create something that can change the world. So Apple had designed a programme that lets anyone learn, write and teach code.
    • +
    • Code Week: Teaching Programming to Young Learners (Repeat Q3/2017) Get an introduction to Scratch, a free programming tool by MIT, to make coding fun for children aged 8-12 years old. Code Week : Enseigner la programmation aux enfants (Réédition Q3/2017)
    • +
    • Code Week: Teens Get Coding! (Repeat Q3/2017) With this course, teenagers can use Scratch to start creating apps and learn what’s behind the software they use, for example in video games. Code Week : Les ados se mettent au code ! (Réédition Q3/2017)
    • +
    • DeVry Bootcamp Coding Resource Center - lists free learning resources for different parts of the coding process such as HTML, CSS, and JavaScript.
    • +
    • Introducing computing in the classroom, by EU Schoolnet: Course designed by teachers for teachers which features interviews, presentations, and activities from teachers, professors, students and computing professionals.
    • +
    • Lesson plans for teachers: Lesson plans created to help primary and secondary education teachers introduce coding to students. They will make pupils understand coding concepts in a fun way and offer teachers many ideas and resources.
    • +
    + + + + diff --git a/resources/ireland/index.html b/resources/ireland/index.html new file mode 100644 index 0000000..b7d9c5d --- /dev/null +++ b/resources/ireland/index.html @@ -0,0 +1,25 @@ +--- +layout: resource +title: Ireland +--- + +

    CS First

    +
      +
    • CS First is a free program that increases student access and exposure to computer science (CS) education through after-school, in-school, and summer programs. All clubs are run by teachers and/or community volunteers. +
      Materials : +
        +
      • are completely free and available online
      • +
      • are targeted at students in grades 4th-8th (ages 9-14)
      • +
      • can be tailored to fit your schedule and needs
      • +
      • involve block-based coding using Scratch and are themed to attract students with varied interests
      • +
      +
    • +
    + +

    Apple

    +
      +
    • Everyone Can Code

      Technology has a language. It’s called code. At Apple we believe coding is an essential skill. Learning to code teaches you how to solve problems and work together in creative ways. And it helps you build apps that bring your ideas to life. We think everyone should have the opportunity to create something that can change the world. So Apple has designed a programme that lets anyone learn, write and teach code.

    • +
    • Swift Playgrounds

      Swift Playgrounds is a revolutionary app for iPad that makes learning Swift interactive and fun.

    • +
    + +

    Know any other resources? Send us an email or add links to this page with a Pull request on GitHub!

    diff --git a/resources/isle_of_man/index.html b/resources/isle_of_man/index.html new file mode 100644 index 0000000..5a2d95c --- /dev/null +++ b/resources/isle_of_man/index.html @@ -0,0 +1,10 @@ +--- +layout: resource +title: Isle of Man +--- + +
      +
    • No resources added yet.
    • +
    + +

    Know any other resources? Send us an email or add links to this page with a Pull request on GitHub!

    diff --git a/resources/italy/index.html b/resources/italy/index.html new file mode 100644 index 0000000..7c4b042 --- /dev/null +++ b/resources/italy/index.html @@ -0,0 +1,32 @@ +--- +layout: resource +title: Italy +--- + + + +

    Know any other resources? Send us an email or add links to this page with a Pull request on GitHub!

    diff --git a/resources/kosovo/index.html b/resources/kosovo/index.html new file mode 100644 index 0000000..e0d388f --- /dev/null +++ b/resources/kosovo/index.html @@ -0,0 +1,11 @@ +--- +layout: resource +title: Kosovo +--- + +

    Code Avengers

    +
      +
    • JavaScript туториал У овом туториалу научићете како да на JavaScript-у направите квиз у 5 кратких лекција.
    • +
    + +

    Know any other resources? Send us an email or add links to this page with a Pull request on GitHub!

    diff --git a/resources/latvia/index.html b/resources/latvia/index.html new file mode 100644 index 0000000..7cb3ade --- /dev/null +++ b/resources/latvia/index.html @@ -0,0 +1,10 @@ +--- +layout: resource +title: Latvia +--- + +
      +
    • No resources added yet.
    • +
    + +

    Know any other resources? Send us an email or add links to this page with a Pull request on GitHub!

    diff --git a/resources/lithuania/index.html b/resources/lithuania/index.html new file mode 100644 index 0000000..c43db45 --- /dev/null +++ b/resources/lithuania/index.html @@ -0,0 +1,30 @@ +--- +layout: resource +title: Lithuania +--- +

    Knygos

    + + +

    Vaikams - programavimas dėlionės būdu

    + + +

    Pradedantiesiems

    + + +

    Code Avengers

    + + +

    Know any other resources? Send us an email or add links to this page with a Pull request on GitHub!

    diff --git a/resources/luxembourg/index.html b/resources/luxembourg/index.html new file mode 100644 index 0000000..82bcdd3 --- /dev/null +++ b/resources/luxembourg/index.html @@ -0,0 +1,28 @@ +--- +layout: resource +title: Luxembourg +--- + +

    Et gi léider keng ressourcen op Lëtzebuergesch déi Aktuell sinn

    + +

    Ressouces généralistes

    + + + +

    Ressouces liées au programme ISN

    + + + +

    Know any other resources? Send us an email or add links to this page with a Pull request on GitHub!

    diff --git a/resources/malta/index.html b/resources/malta/index.html new file mode 100644 index 0000000..b78cb70 --- /dev/null +++ b/resources/malta/index.html @@ -0,0 +1,10 @@ +--- +layout: resource +title: Malta +--- + +
      +
    • No resources added yet.
    • +
    + +

    Know any other resources? Send us an email or add links to this page with a Pull request on GitHub!

    diff --git a/resources/moldova/index.html b/resources/moldova/index.html new file mode 100644 index 0000000..bba57c4 --- /dev/null +++ b/resources/moldova/index.html @@ -0,0 +1,10 @@ +--- +layout: resource +title: Moldova +--- +

    Code Avengers

    + + +

    Know any other resources? Send us an email or add links to this page with a Pull request on GitHub!

    diff --git a/resources/netherlands/index.html b/resources/netherlands/index.html new file mode 100644 index 0000000..e9450b4 --- /dev/null +++ b/resources/netherlands/index.html @@ -0,0 +1,60 @@ +--- +layout: resource +title: The Netherlands +--- + +
      +
    • CodeWeek.nl
    • + +
    • Apple resources: +
        +
      • Iedereen kan programmeren

        Technologie heeft een taal. En die heet: programmeercode. Bij Apple vinden we dat programmeren een essentiële vaardigheid is. Als je leert programmeren, leer je problemen oplossen en op een creatieve manier samenwerken. Bovendien leer je apps bouwen waarmee je ideeën tot leven komen. Wij zijn van mening dat iedereen de kans zou moeten krijgen om iets te maken dat de wereld kan veranderen. Daarom heeft Apple een programma ontworpen waarmee iedereen code kan leren, schrijven en onderwijzen.

      • +
      • Swift Playgrounds

        Met de vernieuwende iPad-app Swift Playgrounds leer je op een interactieve en leuke manier programmeren.

      • +
      +
    • +
    • Scratch(Jr) resources: + +
    • +
    • iQMaak | programmeeronderwijs en Topicus/ParnasSys: +

      Download gratis drie programmeerlesbrieven (gr. 1/2, 3/4 en 5 t/m 8) waarmee je direct aan de slag kunt.

      +

      iQMaak | programmeeronderwijs biedt (basis)scholen de handvatten om zelf aan de slag te gaan met programmeeronderwijs.

      +
    • +
    • + Codekinderen.nl: +

      Codekinderen laat basisschoolleerlingen van groep 3 tot en met 8 kennis maken met de 'achterkant' van de apparaten die ze dagelijks gebruiken. Met dit lespakket kunnen kinderen proeven van programmeren en zo hun digitale talenten ontdekken. Alles komt aan bod: van digitaal spelen tot het schrijven van code.

      +
    • +
    • + CS Unplugged (Informatica zonder draadjes) +

      Computers zijn overal. We leren ze van jongs af aan te gebruiken en velen van ons gebruiken ze dagelijks. Maar hoe werken ze eigenlijk? Hoe denken ze? En hoe maken mensen ze iedere keer sneller en beter? Informatica (computerkunde) is het boeiende vakgebied dat deze vragen onderzoekt. Door de toegankelijke en leuke opdrachten in dit boek, bedacht voor leerlingen van alle leeftijden, leren de leerlingen hoe de computer in basis werkt – zonder achter een computer te moeten zitten!

      +
    • +
    • + RoboMind Academy: +

      + Leer programmeren door een virtuele robot opdrachten te laten uitvoeren. Doe de online lessen met presentaties, filmpjes en quizzen en haal heuse diploma's in "Computational Thinking". +

      + + RoboMind Academy + +

      + RoboMind Academy werkt op elk apparaat met een moderne browser en controleert automatisch of je een uitdaging goed hebt opgelost. Als het nog niet helemaal goed hebt, krijg je hints om je zo verder te helpen. Op deze manier leer je programmeren, maar ook logische denken en iets over automatisering en techniek. De complete lessen zijn geschikt voor 8 tot 80 jaar en sluiten aan bij de SLO leerdoelen 4,23, 24, 44 en 45. +

      + +

      + Doe bijvoorbeeld de volgende + Introductie Cursus als je direct gratis wilt beginnen zonder in te loggen of een account aan te maken. +

      +
    • +
    • + Code Avengers +

      Leer hoe je je eigen game bouwt met Code Avengers In deze introductieles, die ongeveer 30 minuten duurt, bouw je je eigen game in de codetaal JavaScript. Natuurlijk kun je je game delen met je vrienden.

      +

      JavaScript Tutorial In deze les leer je de antwoorden op een JavaScript quiz game die aan het eind van 5 korte lessen.

    • + +
    + +

    Know any other resources? Send us an email or add links to this page with a Pull request on GitHub!

    + + diff --git a/resources/norway/index.html b/resources/norway/index.html new file mode 100644 index 0000000..ae11f01 --- /dev/null +++ b/resources/norway/index.html @@ -0,0 +1,13 @@ +--- +layout: resource +title: Norway +--- + +
      +
    • Alle kan kode Teknologi har et språk. Det kalles kode. Og Apple mener at koding er en grunnleggende ferdighet. Når du lærer å kode, lærer du å løse problemer og samarbeide med andre på kreative måter. Du kan utvikle apper og sette ideene dine ut i livet. Vi mener at alle bør få muligheten til å skape noe som kan forandre verden. Derfor har Apple utviklet et program som gjør at alle kan forstå og skrive kode – og undervise i det.
    • +
    • Swift Playgrounds er en banebrytende iPad-app hvor du lærer Swift på en interaktiv og morsom måte.
    • +
    • Lær Kidsa Koding: Verdinettverk for alle som vil at norske barn og ungdom skal få muligheten til å lære seg å programmere.
    • +
    • KoduKup Norge: 2015 KoduKup Norge nettportal
    • +
    + +

    Know any other resources? Send us an email or add links to this page with a Pull request on GitHub!

    diff --git a/resources/poland/index.html b/resources/poland/index.html new file mode 100644 index 0000000..86dc7a1 --- /dev/null +++ b/resources/poland/index.html @@ -0,0 +1,11 @@ +--- +layout: resource +title: Poland +--- + +

    Code Avengers

    +
      +
    • Stwórz grę razem z Code Avengers W tym 40- minutowym ćwiczeniu, będziesz posługiwał się językiem JavaScript by zbudować grę, w którą zagrasz wspólnie ze przyjaciółmi.
    • +
    + +

    Know any other resources? Send us an email or add links to this page with a Pull request on GitHub!

    diff --git a/resources/portugal/index.html b/resources/portugal/index.html new file mode 100644 index 0000000..eb57507 --- /dev/null +++ b/resources/portugal/index.html @@ -0,0 +1,18 @@ +--- +layout: resource +title: Portugal +--- + + + +

    Code Avengers

    + + +

    Know any other resources? Send us an email or add links to this page with a Pull request on GitHub!

    diff --git a/resources/romania/index.html b/resources/romania/index.html new file mode 100644 index 0000000..18b1448 --- /dev/null +++ b/resources/romania/index.html @@ -0,0 +1,19 @@ +--- +layout: resource +title: Romania +--- + +

    Resurse în limba română

    +
      +
    • Tutoriale video pentru cei ce vor să înveţe Scratch realizate de Mihai Agape. Având o durată între 2 şi 4 minute, aceste tutoriale sunt recomandate pentru învăţarea elementelor de bază.
    • +
    • Resurse pentru Cercurile de algoritmica si informatica, clasele 5-12, de Isabela Coman, Catalin & Cristian Francu. Resurse excelente pentru elevii care vor să fie stimulaţi continuu, precum şi grupuri de discuţii pe clase (V-XII).
    • +
    • Infobits oferă resurse educaţionale, cărţi şi articole gratuite în materie de programare, precum şi informaţii legate de concursuri şcolare.
    • +
    • Everyday JavaScript curs de introducere în JavaScript.
    • +
    + +

    Code Avengers

    + + +

    Know any other resources? Send us an email or add links to this page with a Pull request on GitHub!

    diff --git a/resources/serbia/index.html b/resources/serbia/index.html new file mode 100644 index 0000000..dec135e --- /dev/null +++ b/resources/serbia/index.html @@ -0,0 +1,16 @@ +--- +layout: resource +title: Serbia +--- + +

    Code Avengers

    +
      +
    • JavaScript туториал У овом туториалу научићете како да на JavaScript-у направите квиз у 5 кратких лекција.
    • +
    • Academy Of Code на српском језику Academy Of Code на српском језику тренутно нуди курсеве HTML-а и MySQL-а, док су остали у поступку превођења.
    • +
        +
      • HTML курс У оквиру курса, кроз 8 лекција можете стећи основна знања из HTML-a.
      • +
      • MySQL курс У оквиру курса, кроз 7 лекција можете стећи основна знања из MySQL-a.
      • +
      +
    + +

    Know any other resources? Send us an email or add links to this page with a Pull request on GitHub!

    diff --git a/resources/slovakia/index.html b/resources/slovakia/index.html new file mode 100644 index 0000000..39ffcfc --- /dev/null +++ b/resources/slovakia/index.html @@ -0,0 +1,37 @@ +--- +layout: resource +title: Slovakia +--- + +

    Programovanie pre deti

    +
      +
    • Programovanie v jazyku Scratch: Voľne dostupné podklady pre krúžok programovania v Scratchi.
    • +
    • Baltík 3: Detský programovací jazyk, ktorý jednoducho a názorne dokáže zasvätiť do tajov programovania všetkých od predškolského veku až po dospelých.
    • +
    • Baltie 4 C#: Objektovo orientovaný programovací nástroj založený na C#, DirectX a C#, umožňujúci jednoduché programovanie, určený pre deti a mládež od 10 rokov.
    • +
    • Robot Emil: Voľne šíriteľný program pre deti, ktorý formou hry rozvíja algoritmické myslenie.
    • +
    • Imagine Logo: Naučte sa programovať v Imagine, spoznajte korytnačiu grafiku a jazyk Logo. Pomocou zbierky návodov a prográmátorských trikov rýchlo zvládnete všetky projekty.
    • +
    • Imagine Tutoriál: Návody a vzorové projekty k Imagine.
    • +
    • Učebnice k výuke programovania: Autor: Anino Belan; určené len na nekomerčné použitie; CC-BY-NC-SA licencia.
    • +
    • Výskum základných kognitívnych operácií v primárnom edukačnom programovaní: Rigorózna práca; autor: Mgr. Monika Gujberová.
    • +
    • Zbierka úloh v Delphi 1: Autor: Jozef Piroško.
    • +
    • Zbierka úloh v Delphi 2: Autor: Jozef Piroško.
    • +
    • KODU Game Lab: Špecializovaný program Kodu Game Lab. Nemusíte byť ani pokročilými programátormi, aby ste si behom pár chvíľ vytvorili vlastnú hru, určili jej pravidla a definovali zložité podmienky.
    • + +
    + +

    Súťaže

    +
      +
    • Olympiáda v informatike: Predmetová olympiáda pre stredoškolákov.
    • +
    • iBobor: Informatická súťaž, ktorej hlavným cieľom je podporiť záujem o informačné a komunikačné technológie u všetkých žiakov.
    • +
    • Scratch Cup: Súťaž v programovaní v jazyku Scratch.
    • +
    • RoboCup: Súťaž v stavbe a programovaní robotov pre základné a stredné školy.
    • +
    • Korešpondenčný seminár z programovania: Súťaž v riešení algoritmických úloh, určená pre žiakov stredných škôl.
    • +
    • Špongia: Súťaž v programovaní počítačových hier pre žiakov a študentov základných a stredných škôl.
    • +
    • PALMA: Súťaž v programovaní určená študentom stredných škôl.
    • +
    • PALMA junior: súťaž v programovaní pomocou programovacieho prostredia Imagine pre žiakov druhého stupňa základných škôl, žiakov prímy až sexty osemročných gymnázií a žiakov 1. a 2. ročníka stredných škôl.
    • +
    • ProFIIT: Súťaž stredoškolákov v programovaní.
    • +
    • Kodu CUP: Súťaž v programovaní hier pre žiakov základných škôl a osemročných gymnázií./li> +
    + + +

    Know any other resources? Send us an email or add links to this page with a Pull request on GitHub!

    diff --git a/resources/slovenia/index.html b/resources/slovenia/index.html new file mode 100644 index 0000000..42ee835 --- /dev/null +++ b/resources/slovenia/index.html @@ -0,0 +1,25 @@ +--- +layout: resource +title: Slovenia +--- + +

    Gradiva za učenje programiranja v slovenščini:

    +
      +
    • Mozilla Webmaker: raznoliki viri za poučevanje spletne pismenosti. Orodja Webmaker preko spletnega brskalnika ponujajo možnost izdelave in predelave spletnih strani, ustvarjanje interaktivnih video posnetkov, mobilnih aplikacij in še več.
    • +
    • Računalništvo brez računalnika: učne ure, ki osnovne koncepte računalništva predstavijo na zabaven način, brez računalnikov. Idealno za pouk računalništva, pa tudi matematiko, v osnovni šoli.
    • +
    • Knjiga Scratch: knjiga, namenjena predvsem otrokom od 10. do 16. leta ter staršem in učiteljem, ki bi radi otrokom na zabaven način predstavili programiranje s programom Scratch.
    • +
    + +

    Zbirke povezav:

    +
      +
    • Naloge za CoderDojo vajence: različne programerske naloge, urejene po zahtevnosti, tudi za mlajše vajence.
    • +
    • Rails Girls Slovenija: priporočena gradiva za učenje programiranja in posnetki predavanj s preteklih delavnic.
    • +
    • Prvi koraki v programiranje: revija Monitor je pripravila predstavitev več razvojnih okolij za nadebudne programerje različnih starosti in interesov.
    • +
    + +

    Ostalo:

    + + +

    Poznaš še kakšna druga gradiva? Pošlji nam email ali dodaj povezave na to stran s Pull requestom na GitHub-u!

    diff --git a/resources/spain/guia-iniciacion-app-inventor.pdf b/resources/spain/guia-iniciacion-app-inventor.pdf new file mode 100644 index 0000000..c0d5ae9 Binary files /dev/null and b/resources/spain/guia-iniciacion-app-inventor.pdf differ diff --git a/resources/spain/index.html b/resources/spain/index.html new file mode 100644 index 0000000..019fbba --- /dev/null +++ b/resources/spain/index.html @@ -0,0 +1,62 @@ +--- +layout: resource +title: Spain +--- +

    Apple

    + +
      +
    • Programación para todos El lenguaje de la tecnología es la programación. En Apple, creemos que aprender a programar es una habilidad básica. ¿Por qué? Porque te enseña a resolver problemas y a trabajar en equipo de formas creativas. Además te ayuda a diseñar apps capaces de hacer realidad tus ideas. Todos deberíamos tener la oportunidad de crear algo que pueda cambiar el mundo. Por eso, Apple ha desarrollado un programa que permite a cualquier persona aprender y enseñar programación.
    • +
    +

    Comunidad Programamos

    +
      +
    • La Comunidad Programamos es una red social de personas que aprenden y enseñan a programar con cientos de recursos organizados por tecnologías.
    • +
    + +

    Recursos para aprender a programar con SCRATCH JR.

    + + +

    Recursos para aprender a programar con SCRATCH

    + +

    EN CATALÀ

    +
      +
    • Scratch Cards en català Fitxes per treballar de forma autònoma a partir d'un repte.
    • +
    • Vídeos curts Vídeos de cinc minuts amb solucions a diferents reptes.
    • +
    • Crear Jocs Vídeotutorials i explicacions per a crear diferents tipus de jocs amb l'Scratch (de 10 a 14 anys).
    • +
    + +

    Recursos para aprender a programar con AppInventor

    + + +

    Recursos para aprender a programar con SNAP!

    + + +

    Code Avengers

    + + +

    Web Development

    + + +

    Recursos para aprender a programar con Pixie

    +
      +
    • Pixie, aprende a programar Pixie es un sistema de apoyo para enseñar y aprender a programar inspirado en Scratch y basado en Blockly. Pixie ofrece un lenguaje visual para enseñar nuevos conceptos de programación a los alumnos paso a paso a través de retos y juegos diseñados por docentes. El sistema controla el avance de los estudiantes, mide su progreso y evalúa autimáticamente los resultados.
    • +
    + + +

    Know any other resources? Send us an email or add links to this page with a Pull request on GitHub!

    diff --git a/resources/sweden/barnhack.jpg b/resources/sweden/barnhack.jpg new file mode 100644 index 0000000..bc74a53 Binary files /dev/null and b/resources/sweden/barnhack.jpg differ diff --git a/resources/sweden/index.html b/resources/sweden/index.html new file mode 100644 index 0000000..0ff2a91 --- /dev/null +++ b/resources/sweden/index.html @@ -0,0 +1,36 @@ +--- +layout: resource +title: Sweden +--- + +

    Apple

    +
      +
    • Alla kan kodaTekniken har ett språk. Det kallas kod. Vi på Apple anser att det är otroligt viktigt att kunna koda. När du lär dig koda lär du dig också att lösa problem och samarbeta på kreativa sätt. Och det hjälper dig att bygga appar som förverkligar dina idéer. Vi tycker att alla ska ha möjlighet att skapa något som kan förändra världen. Därför har Apple utformat ett kursprogram som ger alla möjligheten att lära sig koda, skriva kod och lära ut kod.
    • +
    • Swift Playgrounds är en revolutionerande app till iPad som lär dig Swift på ett interaktivt och roligt sätt.
    • +
    + +

    Barnprogrammering på svenska

    +.SE:s barnprogrammeringskurs ”Kom igång med Scratch” på YouTube. I sju delar får du lära dig grunderna i Scratch och göra ett eget spel. Du hittar alla klippen i den inbäddade spellistan här. + + + +

    Barnhack!

    +

    – kom igång med programmering

    +Barnhack + +

    Det här är en Internetguide från .SE för dig som vill genomföra egna programmeringskurser. Eller laborera tillsammans hemma. +Läs eller ladda hem här. +https://www.iis.se/lar-dig-mer/guider/barnhack/ +

    + +

    XL-material som hör till guiden

    +

    Till guiden finns ett kursmaterial med utförliga steg-för-steg-instruktioner: Kom igång med Scratch del 1. Den är till för dig som är en nyfiken nybörjare när det gäller programmering och Scratch. Dokumentet är även en bra start om vill anordna ett Barnhack. +https://www.iis.se/docs/Barnhack-del1.pdf

    + +

    Code Avengers

    + + +

    Know any other resources? Send us an email or add links to this page with a Pull request on GitHub!

    diff --git a/resources/switzerland/index.html b/resources/switzerland/index.html new file mode 100644 index 0000000..c453f8a --- /dev/null +++ b/resources/switzerland/index.html @@ -0,0 +1,65 @@ +--- +layout: resource +title: Switzerland +--- + +

    German

    +
      +
    • CS First ist ein kostenloses Kursprogramm für Schüler, das sie an das Thema Informatik heranführt und sie dafür begeistert. +
      Material : +
        +
      • ist komplett kostenlos und online verfügbar
      • +
      • ist für Schüler von 9-14 Jahren geeignet
      • +
      • kann individuell an Zeitplan und Bedürfnisse angepasst werden
      • +
      • umfasst das blockbasierte Programmieren mit Scratch und beinhaltet verschiedene Themen, um Schüler mit unterschiedlichen Interessen anzusprechen
      • +
      +
    • +
    • Jeder kann programmieren Technologie hat eine Sprache: Sie heißt Code. Bei Apple sind wir überzeugt, dass Code schreiben bzw. Programmieren eine wichtige Fähigkeit ist. Durch Programmieren lernt man, wie man Probleme lösen und auf kreative Weise zusammenarbeiten kann. Und es hilft dabei, Apps zu entwickeln, die Ideen Wirklichkeit werden lassen. Wir glauben, dass alle die Chance haben sollten, etwas zu erschaffen, das die Welt verändern kann. Deshalb hat Apple eine Plattform entwickelt, mit der alle Programmieren lernen und unterrichten können.
    • +
    • Swift Playgrounds Swift Playgrounds ist eine revolutionäre iPad App, die Swift lernen interaktiv und unterhaltsam macht.
    • +
    • Lerne Programmieren - einen Grundkurs im Coden
    • +
    • Jeder kann Programmieren - Eine riesige online Plattform die Coding anhand von Tutorials spielerisch vermitteln will und deutsche Linksammlungen aufbaut.
    • +
    • Rails Girls Switzerland Bei einem zweitägigen, kostenlosen Programmierworkshop für Mädchen und junge Frauen tauchen wir ein in die magische Welt von Ruby on Rails
    • +
    • Run Marco! Spiel mit Marco und lern Programmieren!
    • +
    • django-marcador - ein freies Django Tutorial für Einsteiger
    • +
    • Code Avengers JavaScript Tutorial Die ersten Übungen werden die beibringen wie du ein einfaches „Quiz Spiel“ erstellst. Nach nur fünf Lektionen kannst du dieses bereits erstellen.
    • +
    + +

    French

    +
      +
    • CS First est un programme gratuit qui permet aux élèves de se familiariser avec l’informatique au moyen de programmes scolaires et périscolaires. Tous les clubs sont dirigés par des enseignants et/ou des bénévoles. +
      Supports pédagogiques : +
        +
      • sont entièrement gratuits et disponibles en ligne
      • +
      • ciblent les élèves du CM1 à la 3e (âgés de 9 à 14 ans)
      • +
      • peuvent s’adapter à votre emploi du temps et à vos besoins
      • +
      • s’articulent autour du codage par blocs en utilisant Scratch, et sont thématisés afin d'attirer des élèves ayant différents centres d’intérêt
      • +
      +
    • +
    • Le code à la portée de tous Les technologies ont leur propre langage : le code de programmation. Chez Apple, nous pensons que la programmation est une compétence fondamentale. Car apprendre à programmer, c’est aussi apprendre à résoudre des problèmes et à travailler avec les autres de manière créative. C’est un moyen de créer des apps qui donnent vie à ses idées. D’offrir à chacun l’opportunité d’imaginer quelque chose qui peut changer le monde. C’est pourquoi Apple a conçu une nouvelle manière d’aborder la programmation, permettant à quiconque d’apprendre à coder, d’écrire du code et de l’enseigner.
    • +
    • Swift Playgrounds Apprendre le code ? Un jeu d’enfant avec Swift Playgrounds pour iPad.
    • +
    • Code.org Ensemble d'exercices et de jeux pour acquérir les bases de la programmation (En bas de la page, il faut sélectionner FRANCAIS pour avoir les questions en français)
    • +
    • jecode Le site jecode.org rassemble des initiatives encourageant l'apprentissage de la programmation pour les enfants.
    • +
    • Mozilla Webmaker Apprendre le web avec la communauté Mozilla.
    • +
    • Run Marco! Joue avec Marco et apprend à programmer!
    • +
    • Code Avengers - L'Heure de cours de JavaScript Ce tutoriel vous apprend à créer en 5 étapes un questionnaire en JavaScript.
    • +
    + +

    Italian

    +
      +
    • Computer Science First è una piattaforma gratuita che permette agli studenti di avvicinarsi alla programmazione attraverso l'attività scolastica. Tutti i Club tematici di Computer Science First sono coordinati dagli insegnanti e tutti gli studenti possono parteciparvi nel contesto scolastico. +
      Materiali : +
        +
      • Sono gratuiti e accessibili online
      • +
      • Si rivolgono a studenti tra la quarta elementare e il primo anno delle superiori (9-14 anni)
      • +
      • Possono essere adattati a programmi ed esigenze specifiche
      • +
      • Si basano sulla piattaforma di programmazione Scratch e sviluppano diverse tematiche, per gli interessi di tutti
      • +
      +
    • +
    • Rails Girls Ticino workshop per avvicinare le ragazze alla programmazione con Ruby on Rails, durante i due giorni dell'evento verranno costruite applicazioni e siti web.
    • +
    • Programma il futuro! questa è la versione Italiana delle risorse Code.org per le scuole, curata da CINI e MIUR
    • +
    • Run Marco! Gioca con Marco e impara a programmare!
    • +
    • Impara a Sviluppare un videogioco con Code Avengers In questa introduzione da 40 minuti userai JavaScript per costruire un videogioco che potrai condividere con i tuoi amici.
    • +
    + + +

    Know any other resources? Send us an email or add links to this page with a Pull request on GitHub!

    diff --git a/resources/template/index.html b/resources/template/index.html new file mode 100644 index 0000000..7d029e6 --- /dev/null +++ b/resources/template/index.html @@ -0,0 +1,10 @@ +--- +layout: resource +title: Template +--- + +
      +
    • No resources added yet.
    • +
    + +

    Know any other resources? Send us an email or add links to this page with a Pull request on GitHub!

    diff --git a/resources/turkey/index.html b/resources/turkey/index.html new file mode 100644 index 0000000..18fd39e --- /dev/null +++ b/resources/turkey/index.html @@ -0,0 +1,12 @@ +--- +layout: resource +title: Turkey +--- + +

    Code Avengers

    + + +

    Know any other resources? Send us an email or add links to this page with a Pull request on GitHub!

    diff --git a/resources/ukraine/index.html b/resources/ukraine/index.html new file mode 100644 index 0000000..cb43089 --- /dev/null +++ b/resources/ukraine/index.html @@ -0,0 +1,11 @@ +--- +layout: resource +title: Ukraine +--- + +

    Code Avengers

    + + +

    Know any other resources? Send us an email or add links to this page with a Pull request on GitHub!

    diff --git a/resources/united_kingdom/index.html b/resources/united_kingdom/index.html new file mode 100644 index 0000000..337a1d7 --- /dev/null +++ b/resources/united_kingdom/index.html @@ -0,0 +1,82 @@ +--- +layout: resource +title: United Kingdom +--- + +

    General resources

    +
      +
    • Junior Computer Science: A great site with many exciting activity ideas and planning resources for teaching Computer Science.
    • +
    • Code Kingdoms: Code Kingdoms teaches Computer Science and programming in a way that’s fun for kids. The kids design their own game levels using real JavaScript code, which they can then share and challenge friends with.
    • +
    • Algorithms KS1 & KS2: Unplugged activity ideas for teaching children about algorithms.
    • +
    • Touch Develop – Scheme Of Work: Python to Touch Develop great resources for teaching programming concepts.
    • +
    • django-marcador - a free Django tutorial
    • +
    + +

    CS First

    +
      +
    • CS First is a free program that increases student access and exposure to computer science (CS) education through after-school, in-school, and summer programs. All clubs are run by teachers and/or community volunteers. +
      Materials : +
        +
      • are completely free and available online
      • +
      • are targeted at students in grades 4th-8th (ages 9-14)
      • +
      • can be tailored to fit your schedule and needs
      • +
      • involve block-based coding using Scratch and are themed to attract students with varied interests
      • +
      +
    • +
    +

    Apple

    +
      +
    • Everyone Can Code

      Technology has a language. It’s called code. At Apple we believe coding is an essential skill. Learning to code teaches you how to solve problems and work together in creative ways. And it helps you build apps that bring your ideas to life. We think everyone should have the opportunity to create something that can change the world. So Apple has designed a programme that lets anyone learn, write and teach code.

    • +
    • Swift Playgrounds

      Swift Playgrounds is a revolutionary app for iPad that makes learning Swift interactive and fun.

    • +
    + +

    Scratch

    +
      +
    • Scratch Learning Resources: Brilliant Primary and Post Primary lesson plans using Scratch developed by Irish Software Engineering Research Centre.
    • +
    + + + + +

    iCode by iTeach

    +
      +
    • iCode: iCode is an initiative created by iTeach to provide schools with a structured programme to run a coding and programming club as an after school, extra curricular activity or as a structured programme within the school day. A range of fantastic lesson plans, curriculum maps and resources are available to help teachers and school leaders embed coding, computing and computer science across the school.
    • +
    + +

    Alice

    +

    Alice is a free 3D java based drag and drop programming environment. The resources below provide tutorials for creating animations and making games using Alice: +

    + +

    AppInventor

    +

    MIT App Inventor is a blocks-based programming tool that allows everyone, even novices, to start programming and build fully functional apps for Android devices. These resources provide example projects to start building apps with your students.

    + + +

    Hopscotch

    +

    Hopscotch is a drag and drop coding app available on iPads. This resource provides activity ideas to start coding using Hopscotch linked to the curriculum and computer science concepts.

    + +

    Academy of Code

    +

    Academy of Code provides a free collection of interactive tutorials for HTML, CSS, JavaScript, PHP and MySQL.

    + +

    Know any other resources? Send us an email or add links to this page with a Pull request on GitHub!

    diff --git a/search.html b/search.html new file mode 100755 index 0000000..7a2f1c7 --- /dev/null +++ b/search.html @@ -0,0 +1,42 @@ +--- +layout: default +title: Europe Code Week +--- + + +
    + +
    +

    Search Results

    + +
    + +
    + + + +
    + +
    +
    + + +
    +
    + +
    + diff --git a/sorry/index.html b/sorry/index.html new file mode 100644 index 0000000..3385abd --- /dev/null +++ b/sorry/index.html @@ -0,0 +1,8 @@ +--- +layout: page +title: The Events Website is Under Maintenance +--- + +

    Be back soon...

    + +

    The Events Website is currently under maintenance. We'll bring it back online as soon as possible, thanks for your patience.

    diff --git a/css/bootstrap/css/bootstrap.css b/stylesheets/bootstrap.css similarity index 55% rename from css/bootstrap/css/bootstrap.css rename to stylesheets/bootstrap.css index bbda4ee..067391c 100755 --- a/css/bootstrap/css/bootstrap.css +++ b/stylesheets/bootstrap.css @@ -1,15 +1,18 @@ /*! - * Bootstrap v3.0.0 - * - * Copyright 2013 Twitter, Inc - * Licensed under the Apache License v2.0 - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Designed and built with all the love in the world by @mdo and @fat. + * Bootstrap v3.3.4 (http://getbootstrap.com) + * Copyright 2011-2015 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ -/*! normalize.css v2.1.0 | MIT License | git.io/normalize */ - +/*! normalize.css v3.0.2 | MIT License | git.io/normalize */ +html { + font-family: sans-serif; + -ms-text-size-adjust: 100%; + -webkit-text-size-adjust: 100%; +} +body { + margin: 0; +} article, aside, details, @@ -19,294 +22,269 @@ footer, header, hgroup, main, +menu, nav, section, summary { display: block; } - audio, canvas, +progress, video { display: inline-block; + vertical-align: baseline; } - audio:not([controls]) { display: none; height: 0; } - -[hidden] { +[hidden], +template { display: none; } - -html { - font-family: sans-serif; - -webkit-text-size-adjust: 100%; - -ms-text-size-adjust: 100%; -} - -body { - margin: 0; -} - -a:focus { - outline: thin dotted; +a { + background-color: transparent; } - a:active, a:hover { outline: 0; } - -h1 { - margin: 0.67em 0; - font-size: 2em; -} - abbr[title] { border-bottom: 1px dotted; } - b, strong { font-weight: bold; } - dfn { font-style: italic; } - -hr { - height: 0; - -moz-box-sizing: content-box; - box-sizing: content-box; +h1 { + font-size: 2em; + margin: 0.67em 0; } - mark { - color: #000; background: #ff0; + color: #000; } - -code, -kbd, -pre, -samp { - font-family: monospace, serif; - font-size: 1em; -} - -pre { - white-space: pre-wrap; -} - -q { - quotes: "\201C" "\201D" "\2018" "\2019"; -} - small { font-size: 80%; } - sub, sup { - position: relative; font-size: 75%; line-height: 0; + position: relative; vertical-align: baseline; } - sup { top: -0.5em; } - sub { bottom: -0.25em; } - img { border: 0; } - svg:not(:root) { overflow: hidden; } - figure { - margin: 0; + margin: 1em 40px; } - -fieldset { - padding: 0.35em 0.625em 0.75em; - margin: 0 2px; - border: 1px solid #c0c0c0; +hr { + -moz-box-sizing: content-box; + -webkit-box-sizing: content-box; + box-sizing: content-box; + height: 0; } - -legend { - padding: 0; - border: 0; +pre { + overflow: auto; +} +code, +kbd, +pre, +samp { + font-family: monospace, monospace; + font-size: 1em; } - button, input, +optgroup, select, textarea { + color: inherit; + font: inherit; margin: 0; - font-family: inherit; - font-size: 100%; } - -button, -input { - line-height: normal; +button { + overflow: visible; } - button, select { text-transform: none; } - button, html input[type="button"], input[type="reset"], input[type="submit"] { - cursor: pointer; -webkit-appearance: button; + cursor: pointer; } - button[disabled], html input[disabled] { cursor: default; } - +button::-moz-focus-inner, +input::-moz-focus-inner { + border: 0; + padding: 0; +} +input { + line-height: normal; +} input[type="checkbox"], input[type="radio"] { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; padding: 0; - box-sizing: border-box; } - +input[type="number"]::-webkit-inner-spin-button, +input[type="number"]::-webkit-outer-spin-button { + height: auto; +} input[type="search"] { - -webkit-box-sizing: content-box; - -moz-box-sizing: content-box; - box-sizing: content-box; -webkit-appearance: textfield; + -moz-box-sizing: content-box; + -webkit-box-sizing: content-box; + box-sizing: content-box; } - input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } - -button::-moz-focus-inner, -input::-moz-focus-inner { - padding: 0; +fieldset { + border: 1px solid #c0c0c0; + margin: 0 2px; + padding: 0.35em 0.625em 0.75em; +} +legend { border: 0; + padding: 0; } - textarea { overflow: auto; - vertical-align: top; } - +optgroup { + font-weight: bold; +} table { border-collapse: collapse; border-spacing: 0; } - +td, +th { + padding: 0; +} +/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ @media print { - * { - color: #000 !important; - text-shadow: none !important; - background: transparent !important; - box-shadow: none !important; + *, + *:before, + *:after { + background: transparent !important; + color: #000 !important; + -webkit-box-shadow: none !important; + box-shadow: none !important; + text-shadow: none !important; } a, a:visited { - text-decoration: underline; + text-decoration: underline; } a[href]:after { - content: " (" attr(href) ")"; + content: " (" attr(href) ")"; } abbr[title]:after { - content: " (" attr(title) ")"; + content: " (" attr(title) ")"; } - .ir a:after, - a[href^="javascript:"]:after, - a[href^="#"]:after { - content: ""; + a[href^="#"]:after, + a[href^="javascript:"]:after { + content: ""; } pre, blockquote { - border: 1px solid #999; - page-break-inside: avoid; + border: 1px solid #999; + page-break-inside: avoid; } thead { - display: table-header-group; + display: table-header-group; } tr, img { - page-break-inside: avoid; + page-break-inside: avoid; } img { - max-width: 100% !important; - } - @page { - margin: 2cm .5cm; + max-width: 100% !important; } p, h2, h3 { - orphans: 3; - widows: 3; + orphans: 3; + widows: 3; } h2, h3 { - page-break-after: avoid; + page-break-after: avoid; } - .navbar { - display: none; + select { + background: #fff !important; } - .table td, - .table th { - background-color: #fff !important; + .navbar { + display: none; } .btn > .caret, .dropup > .btn > .caret { - border-top-color: #000 !important; + border-top-color: #000 !important; } .label { - border: 1px solid #000; + border: 1px solid #000; } .table { - border-collapse: collapse !important; + border-collapse: collapse !important; + } + .table td, + .table th { + background-color: #fff !important; } .table-bordered th, .table-bordered td { - border: 1px solid #ddd !important; + border: 1px solid #ddd !important; } } - -*, +* { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} *:before, *:after { -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; } - html { - font-size: 62.5%; + font-size: 10px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } - body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; - line-height: 1.428571429; + line-height: 1.42857143; color: #333333; background-color: #ffffff; } - input, button, select, @@ -315,141 +293,76 @@ textarea { font-size: inherit; line-height: inherit; } - -button, -input, -select[multiple], -textarea { - background-image: none; -} - a { - color: #428bca; + color: #337ab7; text-decoration: none; } - -a:hover, -a:focus { - color: #2a6496; +a:hover { + color: #23527c; text-decoration: underline; } - -a:focus { - outline: thin dotted #333; - outline: 5px auto -webkit-focus-ring-color; - outline-offset: -2px; +figure { + margin: 0; } - img { vertical-align: middle; } - -.img-responsive { +.img-responsive, +.thumbnail > img, +.thumbnail a > img, +.carousel-inner > .item > img, +.carousel-inner > .item > a > img { display: block; - height: auto; max-width: 100%; + height: auto; } - .img-rounded { border-radius: 6px; } - .img-thumbnail { - display: inline-block; - height: auto; - max-width: 100%; padding: 4px; - line-height: 1.428571429; + line-height: 1.42857143; background-color: #ffffff; border: 1px solid #dddddd; border-radius: 4px; -webkit-transition: all 0.2s ease-in-out; - transition: all 0.2s ease-in-out; + -o-transition: all 0.2s ease-in-out; + transition: all 0.2s ease-in-out; + display: inline-block; + max-width: 100%; + height: auto; } - .img-circle { border-radius: 50%; } - hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eeeeee; } - .sr-only { position: absolute; width: 1px; height: 1px; - padding: 0; margin: -1px; + padding: 0; overflow: hidden; - clip: rect(0 0 0 0); + clip: rect(0, 0, 0, 0); border: 0; } - -p { - margin: 0 0 10px; -} - -.lead { - margin-bottom: 20px; - font-size: 16.099999999999998px; - font-weight: 200; - line-height: 1.4; -} - -@media (min-width: 768px) { - .lead { - font-size: 21px; - } -} - -small { - font-size: 85%; -} - -cite { - font-style: normal; -} - -.text-muted { - color: #999999; -} - -.text-primary { - color: #428bca; -} - -.text-warning { - color: #c09853; -} - -.text-danger { - color: #b94a48; -} - -.text-success { - color: #468847; -} - -.text-info { - color: #3a87ad; -} - -.text-left { - text-align: left; -} - -.text-right { - text-align: right; +.sr-only-focusable:active, +.sr-only-focusable:focus { + position: static; + width: auto; + height: auto; + margin: 0; + overflow: visible; + clip: auto; } - -.text-center { - text-align: center; +[role="button"] { + cursor: pointer; } - h1, h2, h3, @@ -462,11 +375,11 @@ h6, .h4, .h5, .h6 { - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: inherit; font-weight: 500; line-height: 1.1; + color: inherit; } - h1 small, h2 small, h3 small, @@ -478,982 +391,1102 @@ h6 small, .h3 small, .h4 small, .h5 small, -.h6 small { +.h6 small, +h1 .small, +h2 .small, +h3 .small, +h4 .small, +h5 .small, +h6 .small, +.h1 .small, +.h2 .small, +.h3 .small, +.h4 .small, +.h5 .small, +.h6 .small { font-weight: normal; line-height: 1; - color: #999999; + color: #777777; } - h1, +.h1, h2, -h3 { +.h2, +h3, +.h3 { margin-top: 20px; margin-bottom: 10px; } - +h1 small, +.h1 small, +h2 small, +.h2 small, +h3 small, +.h3 small, +h1 .small, +.h1 .small, +h2 .small, +.h2 .small, +h3 .small, +.h3 .small { + font-size: 65%; +} h4, +.h4, h5, -h6 { +.h5, +h6, +.h6 { margin-top: 10px; margin-bottom: 10px; } - +h4 small, +.h4 small, +h5 small, +.h5 small, +h6 small, +.h6 small, +h4 .small, +.h4 .small, +h5 .small, +.h5 .small, +h6 .small, +.h6 .small { + font-size: 75%; +} h1, .h1 { font-size: 36px; } - h2, .h2 { font-size: 30px; } - h3, .h3 { font-size: 24px; } - h4, .h4 { font-size: 18px; } - h5, .h5 { font-size: 14px; } - h6, .h6 { font-size: 12px; } - -h1 small, -.h1 small { - font-size: 24px; +p { + margin: 0 0 10px; } - -h2 small, -.h2 small { - font-size: 18px; +.lead { + margin-bottom: 20px; + font-size: 16px; + font-weight: 300; + line-height: 1.4; } - -h3 small, -.h3 small, -h4 small, -.h4 small { - font-size: 14px; +@media (min-width: 768px) { + .lead { + font-size: 21px; + } +} +small, +.small { + font-size: 85%; +} +mark, +.mark { + background-color: #fcf8e3; + padding: .2em; +} +.text-left { + text-align: left; +} +.text-right { + text-align: right; +} +.text-center { + text-align: center; +} +.text-justify { + text-align: justify; +} +.text-nowrap { + white-space: nowrap; +} +.text-lowercase { + text-transform: lowercase; +} +.text-uppercase { + text-transform: uppercase; +} +.text-capitalize { + text-transform: capitalize; +} +.text-muted { + color: #777777; +} +.text-primary { + color: #337ab7; +} +a.text-primary:hover { + color: #286090; +} +.text-success { + color: #3c763d; +} +a.text-success:hover { + color: #2b542c; +} +.text-info { + color: #31708f; +} +a.text-info:hover { + color: #245269; +} +.text-warning { + color: #8a6d3b; +} +a.text-warning:hover { + color: #66512c; +} +.text-danger { + color: #a94442; +} +a.text-danger:hover { + color: #843534; +} +.bg-primary { + color: #fff; + background-color: #337ab7; +} +a.bg-primary:hover { + background-color: #286090; +} +.bg-success { + background-color: #dff0d8; +} +a.bg-success:hover { + background-color: #c1e2b3; +} +.bg-info { + background-color: #d9edf7; +} +a.bg-info:hover { + background-color: #afd9ee; +} +.bg-warning { + background-color: #fcf8e3; +} +a.bg-warning:hover { + background-color: #f7ecb5; +} +.bg-danger { + background-color: #f2dede; +} +a.bg-danger:hover { + background-color: #e4b9b9; } - .page-header { padding-bottom: 9px; margin: 40px 0 20px; border-bottom: 1px solid #eeeeee; } - ul, ol { margin-top: 0; margin-bottom: 10px; } - ul ul, ol ul, ul ol, ol ol { margin-bottom: 0; } - .list-unstyled { padding-left: 0; list-style: none; } - .list-inline { padding-left: 0; list-style: none; + margin-left: -5px; } - .list-inline > li { display: inline-block; - padding-right: 5px; padding-left: 5px; + padding-right: 5px; } - dl { + margin-top: 0; margin-bottom: 20px; } - dt, dd { - line-height: 1.428571429; + line-height: 1.42857143; } - dt { font-weight: bold; } - dd { margin-left: 0; } - @media (min-width: 768px) { .dl-horizontal dt { - float: left; - width: 160px; - overflow: hidden; - clear: left; - text-align: right; - text-overflow: ellipsis; - white-space: nowrap; + float: left; + width: 160px; + clear: left; + text-align: right; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; } .dl-horizontal dd { - margin-left: 180px; - } - .dl-horizontal dd:before, - .dl-horizontal dd:after { - display: table; - content: " "; - } - .dl-horizontal dd:after { - clear: both; - } - .dl-horizontal dd:before, - .dl-horizontal dd:after { - display: table; - content: " "; - } - .dl-horizontal dd:after { - clear: both; + margin-left: 180px; } } - abbr[title], abbr[data-original-title] { cursor: help; - border-bottom: 1px dotted #999999; + border-bottom: 1px dotted #777777; } - -abbr.initialism { +.initialism { font-size: 90%; text-transform: uppercase; } - blockquote { padding: 10px 20px; margin: 0 0 20px; - border-left: 5px solid #eeeeee; -} - -blockquote p { font-size: 17.5px; - font-weight: 300; - line-height: 1.25; + border-left: 5px solid #eeeeee; } - -blockquote p:last-child { +blockquote p:last-child, +blockquote ul:last-child, +blockquote ol:last-child { margin-bottom: 0; } - -blockquote small { +blockquote footer, +blockquote small, +blockquote .small { display: block; - line-height: 1.428571429; - color: #999999; + font-size: 80%; + line-height: 1.42857143; + color: #777777; } - -blockquote small:before { +blockquote footer:before, +blockquote small:before, +blockquote .small:before { content: '\2014 \00A0'; } - +.blockquote-reverse, blockquote.pull-right { padding-right: 15px; padding-left: 0; border-right: 5px solid #eeeeee; border-left: 0; -} - -blockquote.pull-right p, -blockquote.pull-right small { text-align: right; } - -blockquote.pull-right small:before { +.blockquote-reverse footer:before, +blockquote.pull-right footer:before, +.blockquote-reverse small:before, +blockquote.pull-right small:before, +.blockquote-reverse .small:before, +blockquote.pull-right .small:before { content: ''; } - -blockquote.pull-right small:after { +.blockquote-reverse footer:after, +blockquote.pull-right footer:after, +.blockquote-reverse small:after, +blockquote.pull-right small:after, +.blockquote-reverse .small:after, +blockquote.pull-right .small:after { content: '\00A0 \2014'; } - -q:before, -q:after, -blockquote:before, -blockquote:after { - content: ""; -} - address { - display: block; margin-bottom: 20px; font-style: normal; - line-height: 1.428571429; + line-height: 1.42857143; } - code, -pre { - font-family: Monaco, Menlo, Consolas, "Courier New", monospace; +kbd, +pre, +samp { + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; } - code { padding: 2px 4px; font-size: 90%; color: #c7254e; - white-space: nowrap; background-color: #f9f2f4; border-radius: 4px; } - +kbd { + padding: 2px 4px; + font-size: 90%; + color: #ffffff; + background-color: #333333; + border-radius: 3px; + -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); + box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); +} +kbd kbd { + padding: 0; + font-size: 100%; + font-weight: bold; + -webkit-box-shadow: none; + box-shadow: none; +} pre { display: block; padding: 9.5px; margin: 0 0 10px; font-size: 13px; - line-height: 1.428571429; - color: #333333; + line-height: 1.42857143; word-break: break-all; word-wrap: break-word; + color: #333333; background-color: #f5f5f5; border: 1px solid #cccccc; border-radius: 4px; } - -pre.prettyprint { - margin-bottom: 20px; -} - pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; - border: 0; + border-radius: 0; } - .pre-scrollable { max-height: 340px; overflow-y: scroll; } - .container { - padding-right: 15px; - padding-left: 15px; margin-right: auto; margin-left: auto; + padding-left: 15px; + padding-right: 15px; } - -.container:before, -.container:after { - display: table; - content: " "; +@media (min-width: 768px) { + .container { + width: 750px; + } } - -.container:after { - clear: both; +@media (min-width: 992px) { + .container { + width: 970px; + } } - -.container:before, -.container:after { - display: table; - content: " "; +@media (min-width: 1200px) { + .container { + width: 1170px; + } } - -.container:after { - clear: both; +.container-fluid { + margin-right: auto; + margin-left: auto; + padding-left: 15px; + padding-right: 15px; } - .row { - margin-right: -15px; margin-left: -15px; + margin-right: -15px; } - -.row:before, -.row:after { - display: table; - content: " "; -} - -.row:after { - clear: both; -} - -.row:before, -.row:after { - display: table; - content: " "; -} - -.row:after { - clear: both; -} - -.col-xs-1, -.col-xs-2, -.col-xs-3, -.col-xs-4, -.col-xs-5, -.col-xs-6, -.col-xs-7, -.col-xs-8, -.col-xs-9, -.col-xs-10, -.col-xs-11, -.col-xs-12, -.col-sm-1, -.col-sm-2, -.col-sm-3, -.col-sm-4, -.col-sm-5, -.col-sm-6, -.col-sm-7, -.col-sm-8, -.col-sm-9, -.col-sm-10, -.col-sm-11, -.col-sm-12, -.col-md-1, -.col-md-2, -.col-md-3, -.col-md-4, -.col-md-5, -.col-md-6, -.col-md-7, -.col-md-8, -.col-md-9, -.col-md-10, -.col-md-11, -.col-md-12, -.col-lg-1, -.col-lg-2, -.col-lg-3, -.col-lg-4, -.col-lg-5, -.col-lg-6, -.col-lg-7, -.col-lg-8, -.col-lg-9, -.col-lg-10, -.col-lg-11, -.col-lg-12 { +.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; - padding-right: 15px; padding-left: 15px; + padding-right: 15px; } - -.col-xs-1, -.col-xs-2, -.col-xs-3, -.col-xs-4, -.col-xs-5, -.col-xs-6, -.col-xs-7, -.col-xs-8, -.col-xs-9, -.col-xs-10, -.col-xs-11 { +.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; } - -.col-xs-1 { - width: 8.333333333333332%; +.col-xs-12 { + width: 100%; } - -.col-xs-2 { - width: 16.666666666666664%; +.col-xs-11 { + width: 91.66666667%; } - -.col-xs-3 { - width: 25%; +.col-xs-10 { + width: 83.33333333%; } - -.col-xs-4 { - width: 33.33333333333333%; +.col-xs-9 { + width: 75%; } - -.col-xs-5 { - width: 41.66666666666667%; +.col-xs-8 { + width: 66.66666667%; +} +.col-xs-7 { + width: 58.33333333%; } - .col-xs-6 { width: 50%; } - -.col-xs-7 { - width: 58.333333333333336%; +.col-xs-5 { + width: 41.66666667%; } - -.col-xs-8 { - width: 66.66666666666666%; +.col-xs-4 { + width: 33.33333333%; } - -.col-xs-9 { - width: 75%; +.col-xs-3 { + width: 25%; } - -.col-xs-10 { - width: 83.33333333333334%; +.col-xs-2 { + width: 16.66666667%; } - -.col-xs-11 { - width: 91.66666666666666%; +.col-xs-1 { + width: 8.33333333%; } - -.col-xs-12 { - width: 100%; +.col-xs-pull-12 { + right: 100%; +} +.col-xs-pull-11 { + right: 91.66666667%; +} +.col-xs-pull-10 { + right: 83.33333333%; +} +.col-xs-pull-9 { + right: 75%; +} +.col-xs-pull-8 { + right: 66.66666667%; +} +.col-xs-pull-7 { + right: 58.33333333%; +} +.col-xs-pull-6 { + right: 50%; +} +.col-xs-pull-5 { + right: 41.66666667%; +} +.col-xs-pull-4 { + right: 33.33333333%; +} +.col-xs-pull-3 { + right: 25%; +} +.col-xs-pull-2 { + right: 16.66666667%; +} +.col-xs-pull-1 { + right: 8.33333333%; +} +.col-xs-pull-0 { + right: auto; +} +.col-xs-push-12 { + left: 100%; +} +.col-xs-push-11 { + left: 91.66666667%; +} +.col-xs-push-10 { + left: 83.33333333%; +} +.col-xs-push-9 { + left: 75%; +} +.col-xs-push-8 { + left: 66.66666667%; +} +.col-xs-push-7 { + left: 58.33333333%; +} +.col-xs-push-6 { + left: 50%; +} +.col-xs-push-5 { + left: 41.66666667%; +} +.col-xs-push-4 { + left: 33.33333333%; +} +.col-xs-push-3 { + left: 25%; +} +.col-xs-push-2 { + left: 16.66666667%; +} +.col-xs-push-1 { + left: 8.33333333%; +} +.col-xs-push-0 { + left: auto; +} +.col-xs-offset-12 { + margin-left: 100%; +} +.col-xs-offset-11 { + margin-left: 91.66666667%; +} +.col-xs-offset-10 { + margin-left: 83.33333333%; +} +.col-xs-offset-9 { + margin-left: 75%; +} +.col-xs-offset-8 { + margin-left: 66.66666667%; +} +.col-xs-offset-7 { + margin-left: 58.33333333%; +} +.col-xs-offset-6 { + margin-left: 50%; +} +.col-xs-offset-5 { + margin-left: 41.66666667%; +} +.col-xs-offset-4 { + margin-left: 33.33333333%; +} +.col-xs-offset-3 { + margin-left: 25%; +} +.col-xs-offset-2 { + margin-left: 16.66666667%; +} +.col-xs-offset-1 { + margin-left: 8.33333333%; +} +.col-xs-offset-0 { + margin-left: 0%; } - @media (min-width: 768px) { - .container { - max-width: 750px; - } - .col-sm-1, - .col-sm-2, - .col-sm-3, - .col-sm-4, - .col-sm-5, - .col-sm-6, - .col-sm-7, - .col-sm-8, - .col-sm-9, - .col-sm-10, + .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { + float: left; + } + .col-sm-12 { + width: 100%; + } .col-sm-11 { - float: left; + width: 91.66666667%; } - .col-sm-1 { - width: 8.333333333333332%; + .col-sm-10 { + width: 83.33333333%; } - .col-sm-2 { - width: 16.666666666666664%; + .col-sm-9 { + width: 75%; } - .col-sm-3 { - width: 25%; + .col-sm-8 { + width: 66.66666667%; } - .col-sm-4 { - width: 33.33333333333333%; + .col-sm-7 { + width: 58.33333333%; + } + .col-sm-6 { + width: 50%; } .col-sm-5 { - width: 41.66666666666667%; + width: 41.66666667%; } - .col-sm-6 { - width: 50%; + .col-sm-4 { + width: 33.33333333%; } - .col-sm-7 { - width: 58.333333333333336%; + .col-sm-3 { + width: 25%; } - .col-sm-8 { - width: 66.66666666666666%; + .col-sm-2 { + width: 16.66666667%; } - .col-sm-9 { - width: 75%; + .col-sm-1 { + width: 8.33333333%; } - .col-sm-10 { - width: 83.33333333333334%; + .col-sm-pull-12 { + right: 100%; } - .col-sm-11 { - width: 91.66666666666666%; + .col-sm-pull-11 { + right: 91.66666667%; } - .col-sm-12 { - width: 100%; + .col-sm-pull-10 { + right: 83.33333333%; } - .col-sm-push-1 { - left: 8.333333333333332%; + .col-sm-pull-9 { + right: 75%; } - .col-sm-push-2 { - left: 16.666666666666664%; + .col-sm-pull-8 { + right: 66.66666667%; } - .col-sm-push-3 { - left: 25%; + .col-sm-pull-7 { + right: 58.33333333%; } - .col-sm-push-4 { - left: 33.33333333333333%; + .col-sm-pull-6 { + right: 50%; } - .col-sm-push-5 { - left: 41.66666666666667%; + .col-sm-pull-5 { + right: 41.66666667%; } - .col-sm-push-6 { - left: 50%; + .col-sm-pull-4 { + right: 33.33333333%; } - .col-sm-push-7 { - left: 58.333333333333336%; + .col-sm-pull-3 { + right: 25%; } - .col-sm-push-8 { - left: 66.66666666666666%; + .col-sm-pull-2 { + right: 16.66666667%; } - .col-sm-push-9 { - left: 75%; + .col-sm-pull-1 { + right: 8.33333333%; } - .col-sm-push-10 { - left: 83.33333333333334%; + .col-sm-pull-0 { + right: auto; + } + .col-sm-push-12 { + left: 100%; } .col-sm-push-11 { - left: 91.66666666666666%; + left: 91.66666667%; } - .col-sm-pull-1 { - right: 8.333333333333332%; + .col-sm-push-10 { + left: 83.33333333%; } - .col-sm-pull-2 { - right: 16.666666666666664%; + .col-sm-push-9 { + left: 75%; } - .col-sm-pull-3 { - right: 25%; + .col-sm-push-8 { + left: 66.66666667%; } - .col-sm-pull-4 { - right: 33.33333333333333%; + .col-sm-push-7 { + left: 58.33333333%; } - .col-sm-pull-5 { - right: 41.66666666666667%; + .col-sm-push-6 { + left: 50%; } - .col-sm-pull-6 { - right: 50%; + .col-sm-push-5 { + left: 41.66666667%; } - .col-sm-pull-7 { - right: 58.333333333333336%; + .col-sm-push-4 { + left: 33.33333333%; } - .col-sm-pull-8 { - right: 66.66666666666666%; + .col-sm-push-3 { + left: 25%; } - .col-sm-pull-9 { - right: 75%; + .col-sm-push-2 { + left: 16.66666667%; } - .col-sm-pull-10 { - right: 83.33333333333334%; + .col-sm-push-1 { + left: 8.33333333%; } - .col-sm-pull-11 { - right: 91.66666666666666%; + .col-sm-push-0 { + left: auto; } - .col-sm-offset-1 { - margin-left: 8.333333333333332%; + .col-sm-offset-12 { + margin-left: 100%; } - .col-sm-offset-2 { - margin-left: 16.666666666666664%; + .col-sm-offset-11 { + margin-left: 91.66666667%; } - .col-sm-offset-3 { - margin-left: 25%; + .col-sm-offset-10 { + margin-left: 83.33333333%; } - .col-sm-offset-4 { - margin-left: 33.33333333333333%; + .col-sm-offset-9 { + margin-left: 75%; } - .col-sm-offset-5 { - margin-left: 41.66666666666667%; + .col-sm-offset-8 { + margin-left: 66.66666667%; + } + .col-sm-offset-7 { + margin-left: 58.33333333%; } .col-sm-offset-6 { - margin-left: 50%; + margin-left: 50%; } - .col-sm-offset-7 { - margin-left: 58.333333333333336%; + .col-sm-offset-5 { + margin-left: 41.66666667%; } - .col-sm-offset-8 { - margin-left: 66.66666666666666%; + .col-sm-offset-4 { + margin-left: 33.33333333%; } - .col-sm-offset-9 { - margin-left: 75%; + .col-sm-offset-3 { + margin-left: 25%; } - .col-sm-offset-10 { - margin-left: 83.33333333333334%; + .col-sm-offset-2 { + margin-left: 16.66666667%; } - .col-sm-offset-11 { - margin-left: 91.66666666666666%; + .col-sm-offset-1 { + margin-left: 8.33333333%; + } + .col-sm-offset-0 { + margin-left: 0%; } } - @media (min-width: 992px) { - .container { - max-width: 970px; - } - .col-md-1, - .col-md-2, - .col-md-3, - .col-md-4, - .col-md-5, - .col-md-6, - .col-md-7, - .col-md-8, - .col-md-9, - .col-md-10, + .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { + float: left; + } + .col-md-12 { + width: 100%; + } .col-md-11 { - float: left; + width: 91.66666667%; } - .col-md-1 { - width: 8.333333333333332%; + .col-md-10 { + width: 83.33333333%; } - .col-md-2 { - width: 16.666666666666664%; + .col-md-9 { + width: 75%; } - .col-md-3 { - width: 25%; + .col-md-8 { + width: 66.66666667%; } - .col-md-4 { - width: 33.33333333333333%; + .col-md-7 { + width: 58.33333333%; + } + .col-md-6 { + width: 50%; } .col-md-5 { - width: 41.66666666666667%; + width: 41.66666667%; } - .col-md-6 { - width: 50%; + .col-md-4 { + width: 33.33333333%; } - .col-md-7 { - width: 58.333333333333336%; + .col-md-3 { + width: 25%; } - .col-md-8 { - width: 66.66666666666666%; + .col-md-2 { + width: 16.66666667%; } - .col-md-9 { - width: 75%; + .col-md-1 { + width: 8.33333333%; } - .col-md-10 { - width: 83.33333333333334%; + .col-md-pull-12 { + right: 100%; } - .col-md-11 { - width: 91.66666666666666%; + .col-md-pull-11 { + right: 91.66666667%; } - .col-md-12 { - width: 100%; + .col-md-pull-10 { + right: 83.33333333%; } - .col-md-push-0 { - left: auto; + .col-md-pull-9 { + right: 75%; } - .col-md-push-1 { - left: 8.333333333333332%; + .col-md-pull-8 { + right: 66.66666667%; } - .col-md-push-2 { - left: 16.666666666666664%; + .col-md-pull-7 { + right: 58.33333333%; } - .col-md-push-3 { - left: 25%; + .col-md-pull-6 { + right: 50%; } - .col-md-push-4 { - left: 33.33333333333333%; + .col-md-pull-5 { + right: 41.66666667%; } - .col-md-push-5 { - left: 41.66666666666667%; + .col-md-pull-4 { + right: 33.33333333%; } - .col-md-push-6 { - left: 50%; + .col-md-pull-3 { + right: 25%; } - .col-md-push-7 { - left: 58.333333333333336%; + .col-md-pull-2 { + right: 16.66666667%; } - .col-md-push-8 { - left: 66.66666666666666%; + .col-md-pull-1 { + right: 8.33333333%; } - .col-md-push-9 { - left: 75%; + .col-md-pull-0 { + right: auto; } - .col-md-push-10 { - left: 83.33333333333334%; + .col-md-push-12 { + left: 100%; } .col-md-push-11 { - left: 91.66666666666666%; - } - .col-md-pull-0 { - right: auto; + left: 91.66666667%; } - .col-md-pull-1 { - right: 8.333333333333332%; + .col-md-push-10 { + left: 83.33333333%; } - .col-md-pull-2 { - right: 16.666666666666664%; + .col-md-push-9 { + left: 75%; } - .col-md-pull-3 { - right: 25%; + .col-md-push-8 { + left: 66.66666667%; } - .col-md-pull-4 { - right: 33.33333333333333%; + .col-md-push-7 { + left: 58.33333333%; } - .col-md-pull-5 { - right: 41.66666666666667%; + .col-md-push-6 { + left: 50%; } - .col-md-pull-6 { - right: 50%; + .col-md-push-5 { + left: 41.66666667%; } - .col-md-pull-7 { - right: 58.333333333333336%; + .col-md-push-4 { + left: 33.33333333%; } - .col-md-pull-8 { - right: 66.66666666666666%; + .col-md-push-3 { + left: 25%; } - .col-md-pull-9 { - right: 75%; + .col-md-push-2 { + left: 16.66666667%; } - .col-md-pull-10 { - right: 83.33333333333334%; + .col-md-push-1 { + left: 8.33333333%; } - .col-md-pull-11 { - right: 91.66666666666666%; + .col-md-push-0 { + left: auto; } - .col-md-offset-0 { - margin-left: 0; + .col-md-offset-12 { + margin-left: 100%; } - .col-md-offset-1 { - margin-left: 8.333333333333332%; + .col-md-offset-11 { + margin-left: 91.66666667%; } - .col-md-offset-2 { - margin-left: 16.666666666666664%; + .col-md-offset-10 { + margin-left: 83.33333333%; } - .col-md-offset-3 { - margin-left: 25%; + .col-md-offset-9 { + margin-left: 75%; } - .col-md-offset-4 { - margin-left: 33.33333333333333%; + .col-md-offset-8 { + margin-left: 66.66666667%; } - .col-md-offset-5 { - margin-left: 41.66666666666667%; + .col-md-offset-7 { + margin-left: 58.33333333%; } .col-md-offset-6 { - margin-left: 50%; + margin-left: 50%; } - .col-md-offset-7 { - margin-left: 58.333333333333336%; + .col-md-offset-5 { + margin-left: 41.66666667%; } - .col-md-offset-8 { - margin-left: 66.66666666666666%; + .col-md-offset-4 { + margin-left: 33.33333333%; } - .col-md-offset-9 { - margin-left: 75%; + .col-md-offset-3 { + margin-left: 25%; } - .col-md-offset-10 { - margin-left: 83.33333333333334%; + .col-md-offset-2 { + margin-left: 16.66666667%; } - .col-md-offset-11 { - margin-left: 91.66666666666666%; + .col-md-offset-1 { + margin-left: 8.33333333%; + } + .col-md-offset-0 { + margin-left: 0%; } } - @media (min-width: 1200px) { - .container { - max-width: 1170px; - } - .col-lg-1, - .col-lg-2, - .col-lg-3, - .col-lg-4, - .col-lg-5, - .col-lg-6, - .col-lg-7, - .col-lg-8, - .col-lg-9, - .col-lg-10, - .col-lg-11 { - float: left; - } - .col-lg-1 { - width: 8.333333333333332%; + .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { + float: left; } - .col-lg-2 { - width: 16.666666666666664%; + .col-lg-12 { + width: 100%; } - .col-lg-3 { - width: 25%; + .col-lg-11 { + width: 91.66666667%; } - .col-lg-4 { - width: 33.33333333333333%; + .col-lg-10 { + width: 83.33333333%; } - .col-lg-5 { - width: 41.66666666666667%; + .col-lg-9 { + width: 75%; } - .col-lg-6 { - width: 50%; + .col-lg-8 { + width: 66.66666667%; } .col-lg-7 { - width: 58.333333333333336%; + width: 58.33333333%; } - .col-lg-8 { - width: 66.66666666666666%; + .col-lg-6 { + width: 50%; } - .col-lg-9 { - width: 75%; + .col-lg-5 { + width: 41.66666667%; } - .col-lg-10 { - width: 83.33333333333334%; + .col-lg-4 { + width: 33.33333333%; } - .col-lg-11 { - width: 91.66666666666666%; + .col-lg-3 { + width: 25%; } - .col-lg-12 { - width: 100%; + .col-lg-2 { + width: 16.66666667%; } - .col-lg-push-0 { - left: auto; + .col-lg-1 { + width: 8.33333333%; } - .col-lg-push-1 { - left: 8.333333333333332%; + .col-lg-pull-12 { + right: 100%; } - .col-lg-push-2 { - left: 16.666666666666664%; + .col-lg-pull-11 { + right: 91.66666667%; } - .col-lg-push-3 { - left: 25%; + .col-lg-pull-10 { + right: 83.33333333%; } - .col-lg-push-4 { - left: 33.33333333333333%; + .col-lg-pull-9 { + right: 75%; } - .col-lg-push-5 { - left: 41.66666666666667%; + .col-lg-pull-8 { + right: 66.66666667%; } - .col-lg-push-6 { - left: 50%; + .col-lg-pull-7 { + right: 58.33333333%; } - .col-lg-push-7 { - left: 58.333333333333336%; + .col-lg-pull-6 { + right: 50%; } - .col-lg-push-8 { - left: 66.66666666666666%; + .col-lg-pull-5 { + right: 41.66666667%; } - .col-lg-push-9 { - left: 75%; + .col-lg-pull-4 { + right: 33.33333333%; } - .col-lg-push-10 { - left: 83.33333333333334%; + .col-lg-pull-3 { + right: 25%; } - .col-lg-push-11 { - left: 91.66666666666666%; + .col-lg-pull-2 { + right: 16.66666667%; + } + .col-lg-pull-1 { + right: 8.33333333%; } .col-lg-pull-0 { - right: auto; + right: auto; } - .col-lg-pull-1 { - right: 8.333333333333332%; + .col-lg-push-12 { + left: 100%; } - .col-lg-pull-2 { - right: 16.666666666666664%; + .col-lg-push-11 { + left: 91.66666667%; } - .col-lg-pull-3 { - right: 25%; + .col-lg-push-10 { + left: 83.33333333%; } - .col-lg-pull-4 { - right: 33.33333333333333%; + .col-lg-push-9 { + left: 75%; } - .col-lg-pull-5 { - right: 41.66666666666667%; + .col-lg-push-8 { + left: 66.66666667%; } - .col-lg-pull-6 { - right: 50%; + .col-lg-push-7 { + left: 58.33333333%; } - .col-lg-pull-7 { - right: 58.333333333333336%; + .col-lg-push-6 { + left: 50%; } - .col-lg-pull-8 { - right: 66.66666666666666%; + .col-lg-push-5 { + left: 41.66666667%; } - .col-lg-pull-9 { - right: 75%; + .col-lg-push-4 { + left: 33.33333333%; } - .col-lg-pull-10 { - right: 83.33333333333334%; + .col-lg-push-3 { + left: 25%; } - .col-lg-pull-11 { - right: 91.66666666666666%; + .col-lg-push-2 { + left: 16.66666667%; } - .col-lg-offset-0 { - margin-left: 0; + .col-lg-push-1 { + left: 8.33333333%; } - .col-lg-offset-1 { - margin-left: 8.333333333333332%; + .col-lg-push-0 { + left: auto; } - .col-lg-offset-2 { - margin-left: 16.666666666666664%; + .col-lg-offset-12 { + margin-left: 100%; } - .col-lg-offset-3 { - margin-left: 25%; + .col-lg-offset-11 { + margin-left: 91.66666667%; } - .col-lg-offset-4 { - margin-left: 33.33333333333333%; + .col-lg-offset-10 { + margin-left: 83.33333333%; } - .col-lg-offset-5 { - margin-left: 41.66666666666667%; + .col-lg-offset-9 { + margin-left: 75%; } - .col-lg-offset-6 { - margin-left: 50%; + .col-lg-offset-8 { + margin-left: 66.66666667%; } .col-lg-offset-7 { - margin-left: 58.333333333333336%; + margin-left: 58.33333333%; } - .col-lg-offset-8 { - margin-left: 66.66666666666666%; + .col-lg-offset-6 { + margin-left: 50%; } - .col-lg-offset-9 { - margin-left: 75%; + .col-lg-offset-5 { + margin-left: 41.66666667%; } - .col-lg-offset-10 { - margin-left: 83.33333333333334%; + .col-lg-offset-4 { + margin-left: 33.33333333%; } - .col-lg-offset-11 { - margin-left: 91.66666666666666%; + .col-lg-offset-3 { + margin-left: 25%; + } + .col-lg-offset-2 { + margin-left: 16.66666667%; + } + .col-lg-offset-1 { + margin-left: 8.33333333%; + } + .col-lg-offset-0 { + margin-left: 0%; } } - table { - max-width: 100%; background-color: transparent; } - +caption { + padding-top: 8px; + padding-bottom: 8px; + color: #777777; + text-align: left; +} th { text-align: left; } - .table { width: 100%; + max-width: 100%; margin-bottom: 20px; } - -.table thead > tr > th, -.table tbody > tr > th, -.table tfoot > tr > th, -.table thead > tr > td, -.table tbody > tr > td, -.table tfoot > tr > td { +.table > thead > tr > th, +.table > tbody > tr > th, +.table > tfoot > tr > th, +.table > thead > tr > td, +.table > tbody > tr > td, +.table > tfoot > tr > td { padding: 8px; - line-height: 1.428571429; + line-height: 1.42857143; vertical-align: top; border-top: 1px solid #dddddd; } - -.table thead > tr > th { +.table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #dddddd; } - -.table caption + thead tr:first-child th, -.table colgroup + thead tr:first-child th, -.table thead:first-child tr:first-child th, -.table caption + thead tr:first-child td, -.table colgroup + thead tr:first-child td, -.table thead:first-child tr:first-child td { +.table > caption + thead > tr:first-child > th, +.table > colgroup + thead > tr:first-child > th, +.table > thead:first-child > tr:first-child > th, +.table > caption + thead > tr:first-child > td, +.table > colgroup + thead > tr:first-child > td, +.table > thead:first-child > tr:first-child > td { border-top: 0; } - -.table tbody + tbody { +.table > tbody + tbody { border-top: 2px solid #dddddd; } - .table .table { background-color: #ffffff; } - -.table-condensed thead > tr > th, -.table-condensed tbody > tr > th, -.table-condensed tfoot > tr > th, -.table-condensed thead > tr > td, -.table-condensed tbody > tr > td, -.table-condensed tfoot > tr > td { +.table-condensed > thead > tr > th, +.table-condensed > tbody > tr > th, +.table-condensed > tfoot > tr > th, +.table-condensed > thead > tr > td, +.table-condensed > tbody > tr > td, +.table-condensed > tfoot > tr > td { padding: 5px; } - .table-bordered { border: 1px solid #dddddd; } - .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, @@ -1462,33 +1495,27 @@ th { .table-bordered > tfoot > tr > td { border: 1px solid #dddddd; } - .table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 2px; } - -.table-striped > tbody > tr:nth-child(odd) > td, -.table-striped > tbody > tr:nth-child(odd) > th { +.table-striped > tbody > tr:nth-of-type(odd) { background-color: #f9f9f9; } - -.table-hover > tbody > tr:hover > td, -.table-hover > tbody > tr:hover > th { +.table-hover > tbody > tr:hover { background-color: #f5f5f5; } - table col[class*="col-"] { - display: table-column; + position: static; float: none; + display: table-column; } - table td[class*="col-"], table th[class*="col-"] { - display: table-cell; + position: static; float: none; + display: table-cell; } - .table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, @@ -1503,7 +1530,13 @@ table th[class*="col-"] { .table > tfoot > tr.active > th { background-color: #f5f5f5; } - +.table-hover > tbody > tr > td.active:hover, +.table-hover > tbody > tr > th.active:hover, +.table-hover > tbody > tr.active:hover > td, +.table-hover > tbody > tr:hover > .active, +.table-hover > tbody > tr.active:hover > th { + background-color: #e8e8e8; +} .table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, @@ -1517,39 +1550,35 @@ table th[class*="col-"] { .table > tbody > tr.success > th, .table > tfoot > tr.success > th { background-color: #dff0d8; - border-color: #d6e9c6; } - .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, -.table-hover > tbody > tr.success:hover > td { +.table-hover > tbody > tr.success:hover > td, +.table-hover > tbody > tr:hover > .success, +.table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; - border-color: #c9e2b3; } - -.table > thead > tr > td.danger, -.table > tbody > tr > td.danger, -.table > tfoot > tr > td.danger, -.table > thead > tr > th.danger, -.table > tbody > tr > th.danger, -.table > tfoot > tr > th.danger, -.table > thead > tr.danger > td, -.table > tbody > tr.danger > td, -.table > tfoot > tr.danger > td, -.table > thead > tr.danger > th, -.table > tbody > tr.danger > th, -.table > tfoot > tr.danger > th { - background-color: #f2dede; - border-color: #eed3d7; +.table > thead > tr > td.info, +.table > tbody > tr > td.info, +.table > tfoot > tr > td.info, +.table > thead > tr > th.info, +.table > tbody > tr > th.info, +.table > tfoot > tr > th.info, +.table > thead > tr.info > td, +.table > tbody > tr.info > td, +.table > tfoot > tr.info > td, +.table > thead > tr.info > th, +.table > tbody > tr.info > th, +.table > tfoot > tr.info > th { + background-color: #d9edf7; } - -.table-hover > tbody > tr > td.danger:hover, -.table-hover > tbody > tr > th.danger:hover, -.table-hover > tbody > tr.danger:hover > td { - background-color: #ebcccc; - border-color: #e6c1c7; +.table-hover > tbody > tr > td.info:hover, +.table-hover > tbody > tr > th.info:hover, +.table-hover > tbody > tr.info:hover > td, +.table-hover > tbody > tr:hover > .info, +.table-hover > tbody > tr.info:hover > th { + background-color: #c4e3f3; } - .table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, @@ -1563,27 +1592,49 @@ table th[class*="col-"] { .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th { background-color: #fcf8e3; - border-color: #fbeed5; } - .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, -.table-hover > tbody > tr.warning:hover > td { +.table-hover > tbody > tr.warning:hover > td, +.table-hover > tbody > tr:hover > .warning, +.table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; - border-color: #f8e5be; } - -@media (max-width: 768px) { +.table > thead > tr > td.danger, +.table > tbody > tr > td.danger, +.table > tfoot > tr > td.danger, +.table > thead > tr > th.danger, +.table > tbody > tr > th.danger, +.table > tfoot > tr > th.danger, +.table > thead > tr.danger > td, +.table > tbody > tr.danger > td, +.table > tfoot > tr.danger > td, +.table > thead > tr.danger > th, +.table > tbody > tr.danger > th, +.table > tfoot > tr.danger > th { + background-color: #f2dede; +} +.table-hover > tbody > tr > td.danger:hover, +.table-hover > tbody > tr > th.danger:hover, +.table-hover > tbody > tr.danger:hover > td, +.table-hover > tbody > tr:hover > .danger, +.table-hover > tbody > tr.danger:hover > th { + background-color: #ebcccc; +} +.table-responsive { + overflow-x: auto; + min-height: 0.01%; +} +@media screen and (max-width: 767px) { .table-responsive { - width: 100%; - margin-bottom: 15px; - overflow-x: scroll; - overflow-y: hidden; - border: 1px solid #dddddd; + width: 100%; + margin-bottom: 15px; + overflow-y: hidden; + -ms-overflow-style: -ms-autohiding-scrollbar; + border: 1px solid #dddddd; } .table-responsive > .table { - margin-bottom: 0; - background-color: #fff; + margin-bottom: 0; } .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, @@ -1591,10 +1642,10 @@ table th[class*="col-"] { .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td { - white-space: nowrap; + white-space: nowrap; } .table-responsive > .table-bordered { - border: 0; + border: 0; } .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, @@ -1602,7 +1653,7 @@ table th[class*="col-"] { .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child { - border-left: 0; + border-left: 0; } .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, @@ -1610,24 +1661,21 @@ table th[class*="col-"] { .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child { - border-right: 0; + border-right: 0; } - .table-responsive > .table-bordered > thead > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, - .table-responsive > .table-bordered > thead > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td { - border-bottom: 0; + border-bottom: 0; } } - fieldset { padding: 0; margin: 0; border: 0; + min-width: 0; } - legend { display: block; width: 100%; @@ -1639,174 +1687,202 @@ legend { border: 0; border-bottom: 1px solid #e5e5e5; } - label { display: inline-block; + max-width: 100%; margin-bottom: 5px; font-weight: bold; } - input[type="search"] { -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; } - input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; - /* IE8-9 */ - line-height: normal; } - input[type="file"] { display: block; } - +input[type="range"] { + display: block; + width: 100%; +} select[multiple], select[size] { height: auto; } - -select optgroup { - font-family: inherit; - font-size: inherit; - font-style: inherit; -} - input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { - outline: thin dotted #333; + outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } - -input[type="number"]::-webkit-outer-spin-button, -input[type="number"]::-webkit-inner-spin-button { - height: auto; -} - -.form-control:-moz-placeholder { - color: #999999; -} - -.form-control::-moz-placeholder { - color: #999999; -} - -.form-control:-ms-input-placeholder { - color: #999999; -} - -.form-control::-webkit-input-placeholder { - color: #999999; +output { + display: block; + padding-top: 7px; + font-size: 14px; + line-height: 1.42857143; + color: #555555; } - .form-control { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; - line-height: 1.428571429; + line-height: 1.42857143; color: #555555; - vertical-align: middle; background-color: #ffffff; + background-image: none; border: 1px solid #cccccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; - transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; + -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; + transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; } - .form-control:focus { border-color: #66afe9; outline: 0; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); + -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); + box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); +} +.form-control::-moz-placeholder { + color: #999999; + opacity: 1; +} +.form-control:-ms-input-placeholder { + color: #999999; +} +.form-control::-webkit-input-placeholder { + color: #999999; } - .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { - cursor: not-allowed; background-color: #eeeeee; + opacity: 1; +} +.form-control[disabled], +fieldset[disabled] .form-control { + cursor: not-allowed; } - textarea.form-control { height: auto; } - +input[type="search"] { + -webkit-appearance: none; +} +@media screen and (-webkit-min-device-pixel-ratio: 0) { + input[type="date"], + input[type="time"], + input[type="datetime-local"], + input[type="month"] { + line-height: 34px; + } + input[type="date"].input-sm, + input[type="time"].input-sm, + input[type="datetime-local"].input-sm, + input[type="month"].input-sm, + .input-group-sm input[type="date"], + .input-group-sm input[type="time"], + .input-group-sm input[type="datetime-local"], + .input-group-sm input[type="month"] { + line-height: 30px; + } + input[type="date"].input-lg, + input[type="time"].input-lg, + input[type="datetime-local"].input-lg, + input[type="month"].input-lg, + .input-group-lg input[type="date"], + .input-group-lg input[type="time"], + .input-group-lg input[type="datetime-local"], + .input-group-lg input[type="month"] { + line-height: 46px; + } +} .form-group { margin-bottom: 15px; } - .radio, .checkbox { + position: relative; display: block; - min-height: 20px; - padding-left: 20px; margin-top: 10px; margin-bottom: 10px; - vertical-align: middle; } - .radio label, .checkbox label { - display: inline; + min-height: 20px; + padding-left: 20px; margin-bottom: 0; font-weight: normal; cursor: pointer; } - .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { - float: left; + position: absolute; margin-left: -20px; + margin-top: 4px \9; } - .radio + .radio, .checkbox + .checkbox { margin-top: -5px; } - .radio-inline, .checkbox-inline { + position: relative; display: inline-block; padding-left: 20px; margin-bottom: 0; - font-weight: normal; vertical-align: middle; + font-weight: normal; cursor: pointer; } - .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; } - input[type="radio"][disabled], input[type="checkbox"][disabled], -.radio[disabled], -.radio-inline[disabled], -.checkbox[disabled], -.checkbox-inline[disabled], +input[type="radio"].disabled, +input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], -fieldset[disabled] input[type="checkbox"], -fieldset[disabled] .radio, +fieldset[disabled] input[type="checkbox"] { + cursor: not-allowed; +} +.radio-inline.disabled, +.checkbox-inline.disabled, fieldset[disabled] .radio-inline, -fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline { cursor: not-allowed; } - +.radio.disabled label, +.checkbox.disabled label, +fieldset[disabled] .radio label, +fieldset[disabled] .checkbox label { + cursor: not-allowed; +} +.form-control-static { + padding-top: 7px; + padding-bottom: 7px; + margin-bottom: 0; + min-height: 34px; +} +.form-control-static.input-lg, +.form-control-static.input-sm { + padding-left: 0; + padding-right: 0; +} .input-sm { height: 30px; padding: 5px 10px; @@ -1814,251 +1890,363 @@ fieldset[disabled] .checkbox-inline { line-height: 1.5; border-radius: 3px; } - select.input-sm { height: 30px; line-height: 30px; } - -textarea.input-sm { +textarea.input-sm, +select[multiple].input-sm { height: auto; } - -.input-lg { - height: 45px; - padding: 10px 16px; - font-size: 18px; - line-height: 1.33; - border-radius: 6px; -} - +.form-group-sm .form-control { + height: 30px; + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; +} +select.form-group-sm .form-control { + height: 30px; + line-height: 30px; +} +textarea.form-group-sm .form-control, +select[multiple].form-group-sm .form-control { + height: auto; +} +.form-group-sm .form-control-static { + height: 30px; + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; + min-height: 32px; +} +.input-lg { + height: 46px; + padding: 10px 16px; + font-size: 18px; + line-height: 1.3333333; + border-radius: 6px; +} select.input-lg { - height: 45px; - line-height: 45px; + height: 46px; + line-height: 46px; } - -textarea.input-lg { +textarea.input-lg, +select[multiple].input-lg { height: auto; } - +.form-group-lg .form-control { + height: 46px; + padding: 10px 16px; + font-size: 18px; + line-height: 1.3333333; + border-radius: 6px; +} +select.form-group-lg .form-control { + height: 46px; + line-height: 46px; +} +textarea.form-group-lg .form-control, +select[multiple].form-group-lg .form-control { + height: auto; +} +.form-group-lg .form-control-static { + height: 46px; + padding: 10px 16px; + font-size: 18px; + line-height: 1.3333333; + min-height: 38px; +} +.has-feedback { + position: relative; +} +.has-feedback .form-control { + padding-right: 42.5px; +} +.form-control-feedback { + position: absolute; + top: 0; + right: 0; + z-index: 2; + display: block; + width: 34px; + height: 34px; + line-height: 34px; + text-align: center; + pointer-events: none; +} +.input-lg + .form-control-feedback { + width: 46px; + height: 46px; + line-height: 46px; +} +.input-sm + .form-control-feedback { + width: 30px; + height: 30px; + line-height: 30px; +} +.has-success .help-block, +.has-success .control-label, +.has-success .radio, +.has-success .checkbox, +.has-success .radio-inline, +.has-success .checkbox-inline, +.has-success.radio label, +.has-success.checkbox label, +.has-success.radio-inline label, +.has-success.checkbox-inline label { + color: #3c763d; +} +.has-success .form-control { + border-color: #3c763d; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); +} +.has-success .form-control:focus { + border-color: #2b542c; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; +} +.has-success .input-group-addon { + color: #3c763d; + border-color: #3c763d; + background-color: #dff0d8; +} +.has-success .form-control-feedback { + color: #3c763d; +} .has-warning .help-block, -.has-warning .control-label { - color: #c09853; +.has-warning .control-label, +.has-warning .radio, +.has-warning .checkbox, +.has-warning .radio-inline, +.has-warning .checkbox-inline, +.has-warning.radio label, +.has-warning.checkbox label, +.has-warning.radio-inline label, +.has-warning.checkbox-inline label { + color: #8a6d3b; } - .has-warning .form-control { - border-color: #c09853; + border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } - .has-warning .form-control:focus { - border-color: #a47e3c; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; + border-color: #66512c; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; } - .has-warning .input-group-addon { - color: #c09853; + color: #8a6d3b; + border-color: #8a6d3b; background-color: #fcf8e3; - border-color: #c09853; } - +.has-warning .form-control-feedback { + color: #8a6d3b; +} .has-error .help-block, -.has-error .control-label { - color: #b94a48; +.has-error .control-label, +.has-error .radio, +.has-error .checkbox, +.has-error .radio-inline, +.has-error .checkbox-inline, +.has-error.radio label, +.has-error.checkbox label, +.has-error.radio-inline label, +.has-error.checkbox-inline label { + color: #a94442; } - .has-error .form-control { - border-color: #b94a48; + border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } - .has-error .form-control:focus { - border-color: #953b39; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; + border-color: #843534; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; } - .has-error .input-group-addon { - color: #b94a48; + color: #a94442; + border-color: #a94442; background-color: #f2dede; - border-color: #b94a48; -} - -.has-success .help-block, -.has-success .control-label { - color: #468847; } - -.has-success .form-control { - border-color: #468847; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -} - -.has-success .form-control:focus { - border-color: #356635; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; +.has-error .form-control-feedback { + color: #a94442; } - -.has-success .input-group-addon { - color: #468847; - background-color: #dff0d8; - border-color: #468847; +.has-feedback label ~ .form-control-feedback { + top: 25px; } - -.form-control-static { - padding-top: 7px; - margin-bottom: 0; +.has-feedback label.sr-only ~ .form-control-feedback { + top: 0; } - .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #737373; } - @media (min-width: 768px) { .form-inline .form-group { - display: inline-block; - margin-bottom: 0; - vertical-align: middle; + display: inline-block; + margin-bottom: 0; + vertical-align: middle; } .form-inline .form-control { - display: inline-block; + display: inline-block; + width: auto; + vertical-align: middle; + } + .form-inline .form-control-static { + display: inline-block; + } + .form-inline .input-group { + display: inline-table; + vertical-align: middle; + } + .form-inline .input-group .input-group-addon, + .form-inline .input-group .input-group-btn, + .form-inline .input-group .form-control { + width: auto; + } + .form-inline .input-group > .form-control { + width: 100%; + } + .form-inline .control-label { + margin-bottom: 0; + vertical-align: middle; } .form-inline .radio, .form-inline .checkbox { - display: inline-block; - padding-left: 0; - margin-top: 0; - margin-bottom: 0; + display: inline-block; + margin-top: 0; + margin-bottom: 0; + vertical-align: middle; + } + .form-inline .radio label, + .form-inline .checkbox label { + padding-left: 0; } .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { - float: none; - margin-left: 0; + position: relative; + margin-left: 0; + } + .form-inline .has-feedback .form-control-feedback { + top: 0; } } - -.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { - padding-top: 7px; margin-top: 0; margin-bottom: 0; + padding-top: 7px; +} +.form-horizontal .radio, +.form-horizontal .checkbox { + min-height: 27px; } - .form-horizontal .form-group { - margin-right: -15px; margin-left: -15px; + margin-right: -15px; } - -.form-horizontal .form-group:before, -.form-horizontal .form-group:after { - display: table; - content: " "; -} - -.form-horizontal .form-group:after { - clear: both; +@media (min-width: 768px) { + .form-horizontal .control-label { + text-align: right; + margin-bottom: 0; + padding-top: 7px; + } } - -.form-horizontal .form-group:before, -.form-horizontal .form-group:after { - display: table; - content: " "; +.form-horizontal .has-feedback .form-control-feedback { + right: 15px; } - -.form-horizontal .form-group:after { - clear: both; +@media (min-width: 768px) { + .form-horizontal .form-group-lg .control-label { + padding-top: 14.333333px; + } } - @media (min-width: 768px) { - .form-horizontal .control-label { - text-align: right; + .form-horizontal .form-group-sm .control-label { + padding-top: 6px; } } - .btn { display: inline-block; - padding: 6px 12px; margin-bottom: 0; - font-size: 14px; font-weight: normal; - line-height: 1.428571429; text-align: center; - white-space: nowrap; vertical-align: middle; + -ms-touch-action: manipulation; + touch-action: manipulation; cursor: pointer; + background-image: none; border: 1px solid transparent; + white-space: nowrap; + padding: 6px 12px; + font-size: 14px; + line-height: 1.42857143; border-radius: 4px; -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - -o-user-select: none; - user-select: none; -} - -.btn:focus { - outline: thin dotted #333; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.btn:focus, +.btn:active:focus, +.btn.active:focus, +.btn.focus, +.btn:active.focus, +.btn.active.focus { + outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } - .btn:hover, -.btn:focus { +.btn:focus, +.btn.focus { color: #333333; text-decoration: none; } - .btn:active, .btn.active { - background-image: none; outline: 0; + background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } - .btn.disabled, .btn[disabled], fieldset[disabled] .btn { - pointer-events: none; cursor: not-allowed; + pointer-events: none; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; - box-shadow: none; + box-shadow: none; } - .btn-default { color: #333333; background-color: #ffffff; border-color: #cccccc; } - .btn-default:hover, .btn-default:focus, +.btn-default.focus, .btn-default:active, .btn-default.active, -.open .dropdown-toggle.btn-default { +.open > .dropdown-toggle.btn-default { color: #333333; - background-color: #ebebeb; + background-color: #e6e6e6; border-color: #adadad; } - .btn-default:active, .btn-default.active, -.open .dropdown-toggle.btn-default { +.open > .dropdown-toggle.btn-default { background-image: none; } - .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, @@ -2068,6 +2256,9 @@ fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, +.btn-default.disabled.focus, +.btn-default[disabled].focus, +fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, @@ -2077,29 +2268,30 @@ fieldset[disabled] .btn-default.active { background-color: #ffffff; border-color: #cccccc; } - +.btn-default .badge { + color: #ffffff; + background-color: #333333; +} .btn-primary { color: #ffffff; - background-color: #428bca; - border-color: #357ebd; + background-color: #337ab7; + border-color: #2e6da4; } - .btn-primary:hover, .btn-primary:focus, +.btn-primary.focus, .btn-primary:active, .btn-primary.active, -.open .dropdown-toggle.btn-primary { +.open > .dropdown-toggle.btn-primary { color: #ffffff; - background-color: #3276b1; - border-color: #285e8e; + background-color: #286090; + border-color: #204d74; } - .btn-primary:active, .btn-primary.active, -.open .dropdown-toggle.btn-primary { +.open > .dropdown-toggle.btn-primary { background-image: none; } - .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, @@ -2109,120 +2301,42 @@ fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, +.btn-primary.disabled.focus, +.btn-primary[disabled].focus, +fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active { - background-color: #428bca; - border-color: #357ebd; -} - -.btn-warning { - color: #ffffff; - background-color: #f0ad4e; - border-color: #eea236; -} - -.btn-warning:hover, -.btn-warning:focus, -.btn-warning:active, -.btn-warning.active, -.open .dropdown-toggle.btn-warning { - color: #ffffff; - background-color: #ed9c28; - border-color: #d58512; -} - -.btn-warning:active, -.btn-warning.active, -.open .dropdown-toggle.btn-warning { - background-image: none; -} - -.btn-warning.disabled, -.btn-warning[disabled], -fieldset[disabled] .btn-warning, -.btn-warning.disabled:hover, -.btn-warning[disabled]:hover, -fieldset[disabled] .btn-warning:hover, -.btn-warning.disabled:focus, -.btn-warning[disabled]:focus, -fieldset[disabled] .btn-warning:focus, -.btn-warning.disabled:active, -.btn-warning[disabled]:active, -fieldset[disabled] .btn-warning:active, -.btn-warning.disabled.active, -.btn-warning[disabled].active, -fieldset[disabled] .btn-warning.active { - background-color: #f0ad4e; - border-color: #eea236; -} - -.btn-danger { - color: #ffffff; - background-color: #d9534f; - border-color: #d43f3a; -} - -.btn-danger:hover, -.btn-danger:focus, -.btn-danger:active, -.btn-danger.active, -.open .dropdown-toggle.btn-danger { - color: #ffffff; - background-color: #d2322d; - border-color: #ac2925; -} - -.btn-danger:active, -.btn-danger.active, -.open .dropdown-toggle.btn-danger { - background-image: none; + background-color: #337ab7; + border-color: #2e6da4; } - -.btn-danger.disabled, -.btn-danger[disabled], -fieldset[disabled] .btn-danger, -.btn-danger.disabled:hover, -.btn-danger[disabled]:hover, -fieldset[disabled] .btn-danger:hover, -.btn-danger.disabled:focus, -.btn-danger[disabled]:focus, -fieldset[disabled] .btn-danger:focus, -.btn-danger.disabled:active, -.btn-danger[disabled]:active, -fieldset[disabled] .btn-danger:active, -.btn-danger.disabled.active, -.btn-danger[disabled].active, -fieldset[disabled] .btn-danger.active { - background-color: #d9534f; - border-color: #d43f3a; +.btn-primary .badge { + color: #337ab7; + background-color: #ffffff; } - .btn-success { color: #ffffff; background-color: #5cb85c; border-color: #4cae4c; } - .btn-success:hover, .btn-success:focus, +.btn-success.focus, .btn-success:active, .btn-success.active, -.open .dropdown-toggle.btn-success { +.open > .dropdown-toggle.btn-success { color: #ffffff; - background-color: #47a447; + background-color: #449d44; border-color: #398439; } - .btn-success:active, .btn-success.active, -.open .dropdown-toggle.btn-success { +.open > .dropdown-toggle.btn-success { background-image: none; } - .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, @@ -2232,6 +2346,9 @@ fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, +.btn-success.disabled.focus, +.btn-success[disabled].focus, +fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, @@ -2241,29 +2358,30 @@ fieldset[disabled] .btn-success.active { background-color: #5cb85c; border-color: #4cae4c; } - +.btn-success .badge { + color: #5cb85c; + background-color: #ffffff; +} .btn-info { color: #ffffff; background-color: #5bc0de; border-color: #46b8da; } - .btn-info:hover, .btn-info:focus, +.btn-info.focus, .btn-info:active, .btn-info.active, -.open .dropdown-toggle.btn-info { +.open > .dropdown-toggle.btn-info { color: #ffffff; - background-color: #39b3d7; + background-color: #31b0d5; border-color: #269abc; } - .btn-info:active, .btn-info.active, -.open .dropdown-toggle.btn-info { +.open > .dropdown-toggle.btn-info { background-image: none; } - .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, @@ -2273,6 +2391,9 @@ fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, +.btn-info.disabled.focus, +.btn-info[disabled].focus, +fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, @@ -2282,945 +2403,218 @@ fieldset[disabled] .btn-info.active { background-color: #5bc0de; border-color: #46b8da; } - -.btn-link { - font-weight: normal; - color: #428bca; - cursor: pointer; - border-radius: 0; -} - -.btn-link, -.btn-link:active, -.btn-link[disabled], -fieldset[disabled] .btn-link { - background-color: transparent; - -webkit-box-shadow: none; - box-shadow: none; +.btn-info .badge { + color: #5bc0de; + background-color: #ffffff; } - -.btn-link, +.btn-warning { + color: #ffffff; + background-color: #f0ad4e; + border-color: #eea236; +} +.btn-warning:hover, +.btn-warning:focus, +.btn-warning.focus, +.btn-warning:active, +.btn-warning.active, +.open > .dropdown-toggle.btn-warning { + color: #ffffff; + background-color: #ec971f; + border-color: #d58512; +} +.btn-warning:active, +.btn-warning.active, +.open > .dropdown-toggle.btn-warning { + background-image: none; +} +.btn-warning.disabled, +.btn-warning[disabled], +fieldset[disabled] .btn-warning, +.btn-warning.disabled:hover, +.btn-warning[disabled]:hover, +fieldset[disabled] .btn-warning:hover, +.btn-warning.disabled:focus, +.btn-warning[disabled]:focus, +fieldset[disabled] .btn-warning:focus, +.btn-warning.disabled.focus, +.btn-warning[disabled].focus, +fieldset[disabled] .btn-warning.focus, +.btn-warning.disabled:active, +.btn-warning[disabled]:active, +fieldset[disabled] .btn-warning:active, +.btn-warning.disabled.active, +.btn-warning[disabled].active, +fieldset[disabled] .btn-warning.active { + background-color: #f0ad4e; + border-color: #eea236; +} +.btn-warning .badge { + color: #f0ad4e; + background-color: #ffffff; +} +.btn-danger { + color: #ffffff; + background-color: #d9534f; + border-color: #d43f3a; +} +.btn-danger:hover, +.btn-danger:focus, +.btn-danger.focus, +.btn-danger:active, +.btn-danger.active, +.open > .dropdown-toggle.btn-danger { + color: #ffffff; + background-color: #c9302c; + border-color: #ac2925; +} +.btn-danger:active, +.btn-danger.active, +.open > .dropdown-toggle.btn-danger { + background-image: none; +} +.btn-danger.disabled, +.btn-danger[disabled], +fieldset[disabled] .btn-danger, +.btn-danger.disabled:hover, +.btn-danger[disabled]:hover, +fieldset[disabled] .btn-danger:hover, +.btn-danger.disabled:focus, +.btn-danger[disabled]:focus, +fieldset[disabled] .btn-danger:focus, +.btn-danger.disabled.focus, +.btn-danger[disabled].focus, +fieldset[disabled] .btn-danger.focus, +.btn-danger.disabled:active, +.btn-danger[disabled]:active, +fieldset[disabled] .btn-danger:active, +.btn-danger.disabled.active, +.btn-danger[disabled].active, +fieldset[disabled] .btn-danger.active { + background-color: #d9534f; + border-color: #d43f3a; +} +.btn-danger .badge { + color: #d9534f; + background-color: #ffffff; +} +.btn-link { + color: #337ab7; + font-weight: normal; + border-radius: 0; +} +.btn-link, +.btn-link:active, +.btn-link.active, +.btn-link[disabled], +fieldset[disabled] .btn-link { + background-color: transparent; + -webkit-box-shadow: none; + box-shadow: none; +} +.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; } - .btn-link:hover, .btn-link:focus { - color: #2a6496; + color: #23527c; text-decoration: underline; background-color: transparent; } - .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus { - color: #999999; + color: #777777; text-decoration: none; } - -.btn-lg { +.btn-lg, +.btn-group-lg > .btn { padding: 10px 16px; font-size: 18px; - line-height: 1.33; + line-height: 1.3333333; border-radius: 6px; } - .btn-sm, -.btn-xs { +.btn-group-sm > .btn { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } - -.btn-xs { +.btn-xs, +.btn-group-xs > .btn { padding: 1px 5px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; } - .btn-block { display: block; width: 100%; - padding-right: 0; - padding-left: 0; } - .btn-block + .btn-block { - margin-top: 5px; -} - -input[type="submit"].btn-block, -input[type="reset"].btn-block, -input[type="button"].btn-block { - width: 100%; -} - -.fade { - opacity: 0; - -webkit-transition: opacity 0.15s linear; - transition: opacity 0.15s linear; -} - -.fade.in { - opacity: 1; -} - -.collapse { - display: none; -} - -.collapse.in { - display: block; -} - -.collapsing { - position: relative; - height: 0; - overflow: hidden; - -webkit-transition: height 0.35s ease; - transition: height 0.35s ease; -} - -@font-face { - font-family: 'Glyphicons Halflings'; - src: url('../fonts/glyphicons-halflings-regular.eot'); - src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg'); -} - -.glyphicon { - position: relative; - top: 1px; - display: inline-block; - font-family: 'Glyphicons Halflings'; - -webkit-font-smoothing: antialiased; - font-style: normal; - font-weight: normal; - line-height: 1; -} - -.glyphicon-asterisk:before { - content: "\2a"; -} - -.glyphicon-plus:before { - content: "\2b"; -} - -.glyphicon-euro:before { - content: "\20ac"; -} - -.glyphicon-minus:before { - content: "\2212"; -} - -.glyphicon-cloud:before { - content: "\2601"; -} - -.glyphicon-envelope:before { - content: "\2709"; -} - -.glyphicon-pencil:before { - content: "\270f"; -} - -.glyphicon-glass:before { - content: "\e001"; -} - -.glyphicon-music:before { - content: "\e002"; -} - -.glyphicon-search:before { - content: "\e003"; -} - -.glyphicon-heart:before { - content: "\e005"; -} - -.glyphicon-star:before { - content: "\e006"; -} - -.glyphicon-star-empty:before { - content: "\e007"; -} - -.glyphicon-user:before { - content: "\e008"; -} - -.glyphicon-film:before { - content: "\e009"; -} - -.glyphicon-th-large:before { - content: "\e010"; -} - -.glyphicon-th:before { - content: "\e011"; -} - -.glyphicon-th-list:before { - content: "\e012"; -} - -.glyphicon-ok:before { - content: "\e013"; -} - -.glyphicon-remove:before { - content: "\e014"; -} - -.glyphicon-zoom-in:before { - content: "\e015"; -} - -.glyphicon-zoom-out:before { - content: "\e016"; -} - -.glyphicon-off:before { - content: "\e017"; -} - -.glyphicon-signal:before { - content: "\e018"; -} - -.glyphicon-cog:before { - content: "\e019"; -} - -.glyphicon-trash:before { - content: "\e020"; -} - -.glyphicon-home:before { - content: "\e021"; -} - -.glyphicon-file:before { - content: "\e022"; -} - -.glyphicon-time:before { - content: "\e023"; -} - -.glyphicon-road:before { - content: "\e024"; -} - -.glyphicon-download-alt:before { - content: "\e025"; -} - -.glyphicon-download:before { - content: "\e026"; -} - -.glyphicon-upload:before { - content: "\e027"; -} - -.glyphicon-inbox:before { - content: "\e028"; -} - -.glyphicon-play-circle:before { - content: "\e029"; -} - -.glyphicon-repeat:before { - content: "\e030"; -} - -.glyphicon-refresh:before { - content: "\e031"; -} - -.glyphicon-list-alt:before { - content: "\e032"; -} - -.glyphicon-flag:before { - content: "\e034"; -} - -.glyphicon-headphones:before { - content: "\e035"; -} - -.glyphicon-volume-off:before { - content: "\e036"; -} - -.glyphicon-volume-down:before { - content: "\e037"; -} - -.glyphicon-volume-up:before { - content: "\e038"; -} - -.glyphicon-qrcode:before { - content: "\e039"; -} - -.glyphicon-barcode:before { - content: "\e040"; -} - -.glyphicon-tag:before { - content: "\e041"; -} - -.glyphicon-tags:before { - content: "\e042"; -} - -.glyphicon-book:before { - content: "\e043"; -} - -.glyphicon-print:before { - content: "\e045"; -} - -.glyphicon-font:before { - content: "\e047"; -} - -.glyphicon-bold:before { - content: "\e048"; -} - -.glyphicon-italic:before { - content: "\e049"; -} - -.glyphicon-text-height:before { - content: "\e050"; -} - -.glyphicon-text-width:before { - content: "\e051"; -} - -.glyphicon-align-left:before { - content: "\e052"; -} - -.glyphicon-align-center:before { - content: "\e053"; -} - -.glyphicon-align-right:before { - content: "\e054"; -} - -.glyphicon-align-justify:before { - content: "\e055"; -} - -.glyphicon-list:before { - content: "\e056"; -} - -.glyphicon-indent-left:before { - content: "\e057"; -} - -.glyphicon-indent-right:before { - content: "\e058"; -} - -.glyphicon-facetime-video:before { - content: "\e059"; -} - -.glyphicon-picture:before { - content: "\e060"; -} - -.glyphicon-map-marker:before { - content: "\e062"; -} - -.glyphicon-adjust:before { - content: "\e063"; -} - -.glyphicon-tint:before { - content: "\e064"; -} - -.glyphicon-edit:before { - content: "\e065"; -} - -.glyphicon-share:before { - content: "\e066"; -} - -.glyphicon-check:before { - content: "\e067"; -} - -.glyphicon-move:before { - content: "\e068"; -} - -.glyphicon-step-backward:before { - content: "\e069"; -} - -.glyphicon-fast-backward:before { - content: "\e070"; -} - -.glyphicon-backward:before { - content: "\e071"; -} - -.glyphicon-play:before { - content: "\e072"; -} - -.glyphicon-pause:before { - content: "\e073"; -} - -.glyphicon-stop:before { - content: "\e074"; -} - -.glyphicon-forward:before { - content: "\e075"; -} - -.glyphicon-fast-forward:before { - content: "\e076"; -} - -.glyphicon-step-forward:before { - content: "\e077"; -} - -.glyphicon-eject:before { - content: "\e078"; -} - -.glyphicon-chevron-left:before { - content: "\e079"; -} - -.glyphicon-chevron-right:before { - content: "\e080"; -} - -.glyphicon-plus-sign:before { - content: "\e081"; -} - -.glyphicon-minus-sign:before { - content: "\e082"; -} - -.glyphicon-remove-sign:before { - content: "\e083"; -} - -.glyphicon-ok-sign:before { - content: "\e084"; -} - -.glyphicon-question-sign:before { - content: "\e085"; -} - -.glyphicon-info-sign:before { - content: "\e086"; -} - -.glyphicon-screenshot:before { - content: "\e087"; -} - -.glyphicon-remove-circle:before { - content: "\e088"; -} - -.glyphicon-ok-circle:before { - content: "\e089"; -} - -.glyphicon-ban-circle:before { - content: "\e090"; -} - -.glyphicon-arrow-left:before { - content: "\e091"; -} - -.glyphicon-arrow-right:before { - content: "\e092"; -} - -.glyphicon-arrow-up:before { - content: "\e093"; -} - -.glyphicon-arrow-down:before { - content: "\e094"; -} - -.glyphicon-share-alt:before { - content: "\e095"; -} - -.glyphicon-resize-full:before { - content: "\e096"; -} - -.glyphicon-resize-small:before { - content: "\e097"; -} - -.glyphicon-exclamation-sign:before { - content: "\e101"; -} - -.glyphicon-gift:before { - content: "\e102"; -} - -.glyphicon-leaf:before { - content: "\e103"; -} - -.glyphicon-eye-open:before { - content: "\e105"; -} - -.glyphicon-eye-close:before { - content: "\e106"; -} - -.glyphicon-warning-sign:before { - content: "\e107"; -} - -.glyphicon-plane:before { - content: "\e108"; -} - -.glyphicon-random:before { - content: "\e110"; -} - -.glyphicon-comment:before { - content: "\e111"; -} - -.glyphicon-magnet:before { - content: "\e112"; -} - -.glyphicon-chevron-up:before { - content: "\e113"; -} - -.glyphicon-chevron-down:before { - content: "\e114"; -} - -.glyphicon-retweet:before { - content: "\e115"; -} - -.glyphicon-shopping-cart:before { - content: "\e116"; -} - -.glyphicon-folder-close:before { - content: "\e117"; -} - -.glyphicon-folder-open:before { - content: "\e118"; -} - -.glyphicon-resize-vertical:before { - content: "\e119"; -} - -.glyphicon-resize-horizontal:before { - content: "\e120"; -} - -.glyphicon-hdd:before { - content: "\e121"; -} - -.glyphicon-bullhorn:before { - content: "\e122"; -} - -.glyphicon-certificate:before { - content: "\e124"; -} - -.glyphicon-thumbs-up:before { - content: "\e125"; -} - -.glyphicon-thumbs-down:before { - content: "\e126"; -} - -.glyphicon-hand-right:before { - content: "\e127"; -} - -.glyphicon-hand-left:before { - content: "\e128"; -} - -.glyphicon-hand-up:before { - content: "\e129"; -} - -.glyphicon-hand-down:before { - content: "\e130"; -} - -.glyphicon-circle-arrow-right:before { - content: "\e131"; -} - -.glyphicon-circle-arrow-left:before { - content: "\e132"; -} - -.glyphicon-circle-arrow-up:before { - content: "\e133"; -} - -.glyphicon-circle-arrow-down:before { - content: "\e134"; -} - -.glyphicon-globe:before { - content: "\e135"; -} - -.glyphicon-tasks:before { - content: "\e137"; -} - -.glyphicon-filter:before { - content: "\e138"; -} - -.glyphicon-fullscreen:before { - content: "\e140"; -} - -.glyphicon-dashboard:before { - content: "\e141"; -} - -.glyphicon-heart-empty:before { - content: "\e143"; -} - -.glyphicon-link:before { - content: "\e144"; -} - -.glyphicon-phone:before { - content: "\e145"; -} - -.glyphicon-usd:before { - content: "\e148"; -} - -.glyphicon-gbp:before { - content: "\e149"; -} - -.glyphicon-sort:before { - content: "\e150"; -} - -.glyphicon-sort-by-alphabet:before { - content: "\e151"; -} - -.glyphicon-sort-by-alphabet-alt:before { - content: "\e152"; -} - -.glyphicon-sort-by-order:before { - content: "\e153"; -} - -.glyphicon-sort-by-order-alt:before { - content: "\e154"; -} - -.glyphicon-sort-by-attributes:before { - content: "\e155"; -} - -.glyphicon-sort-by-attributes-alt:before { - content: "\e156"; -} - -.glyphicon-unchecked:before { - content: "\e157"; -} - -.glyphicon-expand:before { - content: "\e158"; -} - -.glyphicon-collapse-down:before { - content: "\e159"; -} - -.glyphicon-collapse-up:before { - content: "\e160"; -} - -.glyphicon-log-in:before { - content: "\e161"; -} - -.glyphicon-flash:before { - content: "\e162"; -} - -.glyphicon-log-out:before { - content: "\e163"; -} - -.glyphicon-new-window:before { - content: "\e164"; -} - -.glyphicon-record:before { - content: "\e165"; -} - -.glyphicon-save:before { - content: "\e166"; -} - -.glyphicon-open:before { - content: "\e167"; -} - -.glyphicon-saved:before { - content: "\e168"; -} - -.glyphicon-import:before { - content: "\e169"; -} - -.glyphicon-export:before { - content: "\e170"; -} - -.glyphicon-send:before { - content: "\e171"; -} - -.glyphicon-floppy-disk:before { - content: "\e172"; -} - -.glyphicon-floppy-saved:before { - content: "\e173"; -} - -.glyphicon-floppy-remove:before { - content: "\e174"; -} - -.glyphicon-floppy-save:before { - content: "\e175"; -} - -.glyphicon-floppy-open:before { - content: "\e176"; -} - -.glyphicon-credit-card:before { - content: "\e177"; -} - -.glyphicon-transfer:before { - content: "\e178"; -} - -.glyphicon-cutlery:before { - content: "\e179"; -} - -.glyphicon-header:before { - content: "\e180"; -} - -.glyphicon-compressed:before { - content: "\e181"; -} - -.glyphicon-earphone:before { - content: "\e182"; -} - -.glyphicon-phone-alt:before { - content: "\e183"; -} - -.glyphicon-tower:before { - content: "\e184"; -} - -.glyphicon-stats:before { - content: "\e185"; -} - -.glyphicon-sd-video:before { - content: "\e186"; -} - -.glyphicon-hd-video:before { - content: "\e187"; -} - -.glyphicon-subtitles:before { - content: "\e188"; -} - -.glyphicon-sound-stereo:before { - content: "\e189"; -} - -.glyphicon-sound-dolby:before { - content: "\e190"; -} - -.glyphicon-sound-5-1:before { - content: "\e191"; -} - -.glyphicon-sound-6-1:before { - content: "\e192"; -} - -.glyphicon-sound-7-1:before { - content: "\e193"; -} - -.glyphicon-copyright-mark:before { - content: "\e194"; -} - -.glyphicon-registration-mark:before { - content: "\e195"; -} - -.glyphicon-cloud-download:before { - content: "\e197"; -} - -.glyphicon-cloud-upload:before { - content: "\e198"; -} - -.glyphicon-tree-conifer:before { - content: "\e199"; -} - -.glyphicon-tree-deciduous:before { - content: "\e200"; -} - -.glyphicon-briefcase:before { - content: "\1f4bc"; -} - -.glyphicon-calendar:before { - content: "\1f4c5"; + margin-top: 5px; } - -.glyphicon-pushpin:before { - content: "\1f4cc"; +input[type="submit"].btn-block, +input[type="reset"].btn-block, +input[type="button"].btn-block { + width: 100%; } - -.glyphicon-paperclip:before { - content: "\1f4ce"; +.fade { + opacity: 0; + -webkit-transition: opacity 0.15s linear; + -o-transition: opacity 0.15s linear; + transition: opacity 0.15s linear; } - -.glyphicon-camera:before { - content: "\1f4f7"; +.fade.in { + opacity: 1; } - -.glyphicon-lock:before { - content: "\1f512"; +.collapse { + display: none; } - -.glyphicon-bell:before { - content: "\1f514"; +.collapse.in { + display: block; } - -.glyphicon-bookmark:before { - content: "\1f516"; +tr.collapse.in { + display: table-row; } - -.glyphicon-fire:before { - content: "\1f525"; +tbody.collapse.in { + display: table-row-group; } - -.glyphicon-wrench:before { - content: "\1f527"; +.collapsing { + position: relative; + height: 0; + overflow: hidden; + -webkit-transition-property: height, visibility; + -o-transition-property: height, visibility; + transition-property: height, visibility; + -webkit-transition-duration: 0.35s; + -o-transition-duration: 0.35s; + transition-duration: 0.35s; + -webkit-transition-timing-function: ease; + -o-transition-timing-function: ease; + transition-timing-function: ease; } - .caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; - border-top: 4px solid #000000; + border-top: 4px dashed; border-right: 4px solid transparent; - border-bottom: 0 dotted; border-left: 4px solid transparent; - content: ""; } - +.dropup, .dropdown { position: relative; } - .dropdown-toggle:focus { outline: 0; } - .dropdown-menu { position: absolute; top: 100%; @@ -3231,158 +2625,131 @@ input[type="button"].btn-block { min-width: 160px; padding: 5px 0; margin: 2px 0 0; - font-size: 14px; list-style: none; + font-size: 14px; + text-align: left; background-color: #ffffff; border: 1px solid #cccccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); - box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); - background-clip: padding-box; + box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); + -webkit-background-clip: padding-box; + background-clip: padding-box; } - .dropdown-menu.pull-right { right: 0; left: auto; } - .dropdown-menu .divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; } - .dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; - line-height: 1.428571429; + line-height: 1.42857143; color: #333333; white-space: nowrap; } - .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { - color: #ffffff; text-decoration: none; - background-color: #428bca; + color: #262626; + background-color: #f5f5f5; } - .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: #ffffff; text-decoration: none; - background-color: #428bca; outline: 0; + background-color: #337ab7; } - .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { - color: #999999; + color: #777777; } - .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { text-decoration: none; - cursor: not-allowed; background-color: transparent; background-image: none; - filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); + filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); + cursor: not-allowed; } - .open > .dropdown-menu { display: block; } - .open > a { outline: 0; } - +.dropdown-menu-right { + left: auto; + right: 0; +} +.dropdown-menu-left { + left: 0; + right: auto; +} .dropdown-header { display: block; padding: 3px 20px; font-size: 12px; - line-height: 1.428571429; - color: #999999; + line-height: 1.42857143; + color: #777777; + white-space: nowrap; } - .dropdown-backdrop { position: fixed; - top: 0; + left: 0; right: 0; bottom: 0; - left: 0; + top: 0; z-index: 990; } - .pull-right > .dropdown-menu { right: 0; left: auto; } - .dropup .caret, .navbar-fixed-bottom .dropdown .caret { - border-top: 0 dotted; - border-bottom: 4px solid #000000; + border-top: 0; + border-bottom: 4px solid; content: ""; } - .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; - margin-bottom: 1px; + margin-bottom: 2px; } - @media (min-width: 768px) { .navbar-right .dropdown-menu { - right: 0; - left: auto; + left: auto; + right: 0; + } + .navbar-right .dropdown-menu-left { + left: 0; + right: auto; } } - -.btn-default .caret { - border-top-color: #333333; -} - -.btn-primary .caret, -.btn-success .caret, -.btn-warning .caret, -.btn-danger .caret, -.btn-info .caret { - border-top-color: #fff; -} - -.dropup .btn-default .caret { - border-bottom-color: #333333; -} - -.dropup .btn-primary .caret, -.dropup .btn-success .caret, -.dropup .btn-warning .caret, -.dropup .btn-danger .caret, -.dropup .btn-info .caret { - border-bottom-color: #fff; -} - .btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; } - .btn-group > .btn, .btn-group-vertical > .btn { position: relative; float: left; } - .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, @@ -3393,175 +2760,95 @@ input[type="button"].btn-block { .btn-group-vertical > .btn.active { z-index: 2; } - -.btn-group > .btn:focus, -.btn-group-vertical > .btn:focus { - outline: none; -} - .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group { margin-left: -1px; } - -.btn-toolbar:before, -.btn-toolbar:after { - display: table; - content: " "; -} - -.btn-toolbar:after { - clear: both; -} - -.btn-toolbar:before, -.btn-toolbar:after { - display: table; - content: " "; -} - -.btn-toolbar:after { - clear: both; +.btn-toolbar { + margin-left: -5px; } - -.btn-toolbar .btn-group { +.btn-toolbar .btn-group, +.btn-toolbar .input-group { float: left; } - -.btn-toolbar > .btn + .btn, -.btn-toolbar > .btn-group + .btn, -.btn-toolbar > .btn + .btn-group, -.btn-toolbar > .btn-group + .btn-group { +.btn-toolbar > .btn, +.btn-toolbar > .btn-group, +.btn-toolbar > .input-group { margin-left: 5px; } - .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; } - .btn-group > .btn:first-child { margin-left: 0; } - .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { - border-top-right-radius: 0; border-bottom-right-radius: 0; + border-top-right-radius: 0; } - .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; } - .btn-group > .btn-group { float: left; } - .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } - -.btn-group > .btn-group:first-child > .btn:last-child, -.btn-group > .btn-group:first-child > .dropdown-toggle { - border-top-right-radius: 0; +.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, +.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; + border-top-right-radius: 0; } - -.btn-group > .btn-group:last-child > .btn:first-child { +.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { border-bottom-left-radius: 0; border-top-left-radius: 0; } - .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; } - -.btn-group-xs > .btn { - padding: 5px 10px; - padding: 1px 5px; - font-size: 12px; - line-height: 1.5; - border-radius: 3px; -} - -.btn-group-sm > .btn { - padding: 5px 10px; - font-size: 12px; - line-height: 1.5; - border-radius: 3px; -} - -.btn-group-lg > .btn { - padding: 10px 16px; - font-size: 18px; - line-height: 1.33; - border-radius: 6px; -} - .btn-group > .btn + .dropdown-toggle { - padding-right: 8px; padding-left: 8px; + padding-right: 8px; } - .btn-group > .btn-lg + .dropdown-toggle { - padding-right: 12px; padding-left: 12px; + padding-right: 12px; } - .btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.btn-group.open .dropdown-toggle.btn-link { + -webkit-box-shadow: none; + box-shadow: none; } - .btn .caret { margin-left: 0; } - .btn-lg .caret { border-width: 5px 5px 0; border-bottom-width: 0; } - .dropup .btn-lg .caret { border-width: 0 5px 5px; } - .btn-group-vertical > .btn, -.btn-group-vertical > .btn-group { +.btn-group-vertical > .btn-group, +.btn-group-vertical > .btn-group > .btn { display: block; float: none; width: 100%; max-width: 100%; } - -.btn-group-vertical > .btn-group:before, -.btn-group-vertical > .btn-group:after { - display: table; - content: " "; -} - -.btn-group-vertical > .btn-group:after { - clear: both; -} - -.btn-group-vertical > .btn-group:before, -.btn-group-vertical > .btn-group:after { - display: table; - content: " "; -} - -.btn-group-vertical > .btn-group:after { - clear: both; -} - .btn-group-vertical > .btn-group > .btn { float: none; } - .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, @@ -3569,96 +2856,97 @@ input[type="button"].btn-block { margin-top: -1px; margin-left: 0; } - .btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0; } - .btn-group-vertical > .btn:first-child:not(:last-child) { border-top-right-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } - .btn-group-vertical > .btn:last-child:not(:first-child) { - border-top-right-radius: 0; border-bottom-left-radius: 4px; + border-top-right-radius: 0; border-top-left-radius: 0; } - .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } - -.btn-group-vertical > .btn-group:first-child > .btn:last-child, -.btn-group-vertical > .btn-group:first-child > .dropdown-toggle { +.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, +.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } - -.btn-group-vertical > .btn-group:last-child > .btn:first-child { +.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-right-radius: 0; border-top-left-radius: 0; } - .btn-group-justified { display: table; width: 100%; - border-collapse: separate; table-layout: fixed; + border-collapse: separate; } - -.btn-group-justified .btn { - display: table-cell; +.btn-group-justified > .btn, +.btn-group-justified > .btn-group { float: none; + display: table-cell; width: 1%; } - -[data-toggle="buttons"] > .btn > input[type="radio"], -[data-toggle="buttons"] > .btn > input[type="checkbox"] { - display: none; +.btn-group-justified > .btn-group .btn { + width: 100%; +} +.btn-group-justified > .btn-group .dropdown-menu { + left: auto; +} +[data-toggle="buttons"] > .btn input[type="radio"], +[data-toggle="buttons"] > .btn-group > .btn input[type="radio"], +[data-toggle="buttons"] > .btn input[type="checkbox"], +[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { + position: absolute; + clip: rect(0, 0, 0, 0); + pointer-events: none; } - .input-group { position: relative; display: table; border-collapse: separate; } - -.input-group.col { +.input-group[class*="col-"] { float: none; - padding-right: 0; padding-left: 0; + padding-right: 0; } - .input-group .form-control { + position: relative; + z-index: 2; + float: left; width: 100%; margin-bottom: 0; } - .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { - height: 45px; + height: 46px; padding: 10px 16px; font-size: 18px; - line-height: 1.33; + line-height: 1.3333333; border-radius: 6px; } - select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn { - height: 45px; - line-height: 45px; + height: 46px; + line-height: 46px; } - textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, -textarea.input-group-lg > .input-group-btn > .btn { +textarea.input-group-lg > .input-group-btn > .btn, +select[multiple].input-group-lg > .form-control, +select[multiple].input-group-lg > .input-group-addon, +select[multiple].input-group-lg > .input-group-btn > .btn { height: auto; } - .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn { @@ -3668,946 +2956,830 @@ textarea.input-group-lg > .input-group-btn > .btn { line-height: 1.5; border-radius: 3px; } - select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn { height: 30px; line-height: 30px; } - textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, -textarea.input-group-sm > .input-group-btn > .btn { +textarea.input-group-sm > .input-group-btn > .btn, +select[multiple].input-group-sm > .form-control, +select[multiple].input-group-sm > .input-group-addon, +select[multiple].input-group-sm > .input-group-btn > .btn { height: auto; } - .input-group-addon, .input-group-btn, .input-group .form-control { display: table-cell; } - .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0; } - .input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; } - .input-group-addon { padding: 6px 12px; font-size: 14px; font-weight: normal; line-height: 1; + color: #555555; text-align: center; background-color: #eeeeee; border: 1px solid #cccccc; border-radius: 4px; } - .input-group-addon.input-sm { padding: 5px 10px; font-size: 12px; border-radius: 3px; } - .input-group-addon.input-lg { padding: 10px 16px; font-size: 18px; border-radius: 6px; } - .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] { margin-top: 0; } - .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, +.input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, -.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) { - border-top-right-radius: 0; +.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), +.input-group-btn:last-child > .btn-group:not(:last-child) > .btn { border-bottom-right-radius: 0; + border-top-right-radius: 0; } - .input-group-addon:first-child { border-right: 0; } - .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, +.input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, -.input-group-btn:first-child > .btn:not(:first-child) { +.input-group-btn:first-child > .btn:not(:first-child), +.input-group-btn:first-child > .btn-group:not(:first-child) > .btn { border-bottom-left-radius: 0; border-top-left-radius: 0; } - .input-group-addon:last-child { border-left: 0; } - .input-group-btn { position: relative; + font-size: 0; white-space: nowrap; } - .input-group-btn > .btn { position: relative; } - .input-group-btn > .btn + .btn { - margin-left: -4px; + margin-left: -1px; } - .input-group-btn > .btn:hover, +.input-group-btn > .btn:focus, .input-group-btn > .btn:active { z-index: 2; } - +.input-group-btn:first-child > .btn, +.input-group-btn:first-child > .btn-group { + margin-right: -1px; +} +.input-group-btn:last-child > .btn, +.input-group-btn:last-child > .btn-group { + margin-left: -1px; +} .nav { - padding-left: 0; margin-bottom: 0; + padding-left: 0; list-style: none; } - -.nav:before, -.nav:after { - display: table; - content: " "; -} - -.nav:after { - clear: both; -} - -.nav:before, -.nav:after { - display: table; - content: " "; -} - -.nav:after { - clear: both; -} - .nav > li { position: relative; display: block; } - .nav > li > a { position: relative; display: block; padding: 10px 15px; } - .nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: #eeeeee; } - .nav > li.disabled > a { - color: #999999; + color: #777777; } - .nav > li.disabled > a:hover, .nav > li.disabled > a:focus { - color: #999999; + color: #777777; text-decoration: none; - cursor: not-allowed; background-color: transparent; + cursor: not-allowed; } - .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #eeeeee; - border-color: #428bca; + border-color: #337ab7; } - .nav .nav-divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; } - .nav > li > a > img { max-width: none; } - .nav-tabs { border-bottom: 1px solid #dddddd; } - .nav-tabs > li { float: left; margin-bottom: -1px; } - .nav-tabs > li > a { margin-right: 2px; - line-height: 1.428571429; + line-height: 1.42857143; border: 1px solid transparent; border-radius: 4px 4px 0 0; } - .nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #dddddd; } - .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #555555; - cursor: default; background-color: #ffffff; border: 1px solid #dddddd; border-bottom-color: transparent; + cursor: default; } - .nav-tabs.nav-justified { width: 100%; border-bottom: 0; } - .nav-tabs.nav-justified > li { float: none; } - .nav-tabs.nav-justified > li > a { text-align: center; + margin-bottom: 5px; +} +.nav-tabs.nav-justified > .dropdown .dropdown-menu { + top: auto; + left: auto; } - @media (min-width: 768px) { .nav-tabs.nav-justified > li { - display: table-cell; - width: 1%; + display: table-cell; + width: 1%; + } + .nav-tabs.nav-justified > li > a { + margin-bottom: 0; } } - .nav-tabs.nav-justified > li > a { margin-right: 0; - border-bottom: 1px solid #dddddd; + border-radius: 4px; } - -.nav-tabs.nav-justified > .active > a { - border-bottom-color: #ffffff; +.nav-tabs.nav-justified > .active > a, +.nav-tabs.nav-justified > .active > a:hover, +.nav-tabs.nav-justified > .active > a:focus { + border: 1px solid #dddddd; +} +@media (min-width: 768px) { + .nav-tabs.nav-justified > li > a { + border-bottom: 1px solid #dddddd; + border-radius: 4px 4px 0 0; + } + .nav-tabs.nav-justified > .active > a, + .nav-tabs.nav-justified > .active > a:hover, + .nav-tabs.nav-justified > .active > a:focus { + border-bottom-color: #ffffff; + } } - .nav-pills > li { float: left; } - .nav-pills > li > a { - border-radius: 5px; + border-radius: 4px; } - .nav-pills > li + li { margin-left: 2px; } - .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { color: #ffffff; - background-color: #428bca; + background-color: #337ab7; } - .nav-stacked > li { float: none; } - .nav-stacked > li + li { margin-top: 2px; margin-left: 0; } - .nav-justified { width: 100%; } - .nav-justified > li { float: none; } - .nav-justified > li > a { text-align: center; + margin-bottom: 5px; +} +.nav-justified > .dropdown .dropdown-menu { + top: auto; + left: auto; } - @media (min-width: 768px) { .nav-justified > li { - display: table-cell; - width: 1%; + display: table-cell; + width: 1%; + } + .nav-justified > li > a { + margin-bottom: 0; } } - .nav-tabs-justified { border-bottom: 0; } - .nav-tabs-justified > li > a { margin-right: 0; - border-bottom: 1px solid #dddddd; -} - -.nav-tabs-justified > .active > a { - border-bottom-color: #ffffff; -} - -.tabbable:before, -.tabbable:after { - display: table; - content: " "; -} - -.tabbable:after { - clear: both; + border-radius: 4px; } - -.tabbable:before, -.tabbable:after { - display: table; - content: " "; +.nav-tabs-justified > .active > a, +.nav-tabs-justified > .active > a:hover, +.nav-tabs-justified > .active > a:focus { + border: 1px solid #dddddd; } - -.tabbable:after { - clear: both; +@media (min-width: 768px) { + .nav-tabs-justified > li > a { + border-bottom: 1px solid #dddddd; + border-radius: 4px 4px 0 0; + } + .nav-tabs-justified > .active > a, + .nav-tabs-justified > .active > a:hover, + .nav-tabs-justified > .active > a:focus { + border-bottom-color: #ffffff; + } } - -.tab-content > .tab-pane, -.pill-content > .pill-pane { +.tab-content > .tab-pane { display: none; } - -.tab-content > .active, -.pill-content > .active { +.tab-content > .active { display: block; } - -.nav .caret { - border-top-color: #428bca; - border-bottom-color: #428bca; -} - -.nav a:hover .caret { - border-top-color: #2a6496; - border-bottom-color: #2a6496; -} - .nav-tabs .dropdown-menu { margin-top: -1px; border-top-right-radius: 0; border-top-left-radius: 0; } - .navbar { position: relative; - z-index: 1000; min-height: 50px; margin-bottom: 20px; border: 1px solid transparent; } - -.navbar:before, -.navbar:after { - display: table; - content: " "; -} - -.navbar:after { - clear: both; -} - -.navbar:before, -.navbar:after { - display: table; - content: " "; -} - -.navbar:after { - clear: both; -} - @media (min-width: 768px) { .navbar { - border-radius: 4px; + border-radius: 4px; } } - -.navbar-header:before, -.navbar-header:after { - display: table; - content: " "; -} - -.navbar-header:after { - clear: both; -} - -.navbar-header:before, -.navbar-header:after { - display: table; - content: " "; -} - -.navbar-header:after { - clear: both; -} - @media (min-width: 768px) { .navbar-header { - float: left; + float: left; } } - .navbar-collapse { - max-height: 340px; + overflow-x: visible; padding-right: 15px; padding-left: 15px; - overflow-x: visible; border-top: 1px solid transparent; - box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); + -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch; } - -.navbar-collapse:before, -.navbar-collapse:after { - display: table; - content: " "; -} - -.navbar-collapse:after { - clear: both; -} - -.navbar-collapse:before, -.navbar-collapse:after { - display: table; - content: " "; -} - -.navbar-collapse:after { - clear: both; -} - .navbar-collapse.in { overflow-y: auto; } - @media (min-width: 768px) { .navbar-collapse { - width: auto; - border-top: 0; - box-shadow: none; + width: auto; + border-top: 0; + -webkit-box-shadow: none; + box-shadow: none; } .navbar-collapse.collapse { - display: block !important; - height: auto !important; - padding-bottom: 0; - overflow: visible !important; + display: block !important; + height: auto !important; + padding-bottom: 0; + overflow: visible !important; } .navbar-collapse.in { - overflow-y: visible; - } - .navbar-collapse .navbar-nav.navbar-left:first-child { - margin-left: -15px; + overflow-y: visible; } - .navbar-collapse .navbar-nav.navbar-right:last-child { - margin-right: -15px; + .navbar-fixed-top .navbar-collapse, + .navbar-static-top .navbar-collapse, + .navbar-fixed-bottom .navbar-collapse { + padding-left: 0; + padding-right: 0; } - .navbar-collapse .navbar-text:last-child { - margin-right: 0; +} +.navbar-fixed-top .navbar-collapse, +.navbar-fixed-bottom .navbar-collapse { + max-height: 340px; +} +@media (max-device-width: 480px) and (orientation: landscape) { + .navbar-fixed-top .navbar-collapse, + .navbar-fixed-bottom .navbar-collapse { + max-height: 200px; } } - .container > .navbar-header, -.container > .navbar-collapse { +.container-fluid > .navbar-header, +.container > .navbar-collapse, +.container-fluid > .navbar-collapse { margin-right: -15px; margin-left: -15px; } - @media (min-width: 768px) { .container > .navbar-header, - .container > .navbar-collapse { - margin-right: 0; - margin-left: 0; + .container-fluid > .navbar-header, + .container > .navbar-collapse, + .container-fluid > .navbar-collapse { + margin-right: 0; + margin-left: 0; } } - .navbar-static-top { + z-index: 1000; border-width: 0 0 1px; } - @media (min-width: 768px) { .navbar-static-top { - border-radius: 0; + border-radius: 0; } } - .navbar-fixed-top, .navbar-fixed-bottom { position: fixed; right: 0; left: 0; - border-width: 0 0 1px; + z-index: 1030; } - @media (min-width: 768px) { .navbar-fixed-top, .navbar-fixed-bottom { - border-radius: 0; + border-radius: 0; } } - .navbar-fixed-top { top: 0; - z-index: 1030; + border-width: 0 0 1px; } - .navbar-fixed-bottom { bottom: 0; margin-bottom: 0; + border-width: 1px 0 0; } - .navbar-brand { float: left; padding: 15px 15px; font-size: 18px; line-height: 20px; + height: 50px; } - .navbar-brand:hover, .navbar-brand:focus { text-decoration: none; } - +.navbar-brand > img { + display: block; +} @media (min-width: 768px) { - .navbar > .container .navbar-brand { - margin-left: -15px; + .navbar > .container .navbar-brand, + .navbar > .container-fluid .navbar-brand { + margin-left: -15px; } } - .navbar-toggle { position: relative; float: right; + margin-right: 15px; padding: 9px 10px; margin-top: 8px; - margin-right: 15px; margin-bottom: 8px; background-color: transparent; + background-image: none; border: 1px solid transparent; border-radius: 4px; } - +.navbar-toggle:focus { + outline: 0; +} .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; } - .navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; } - @media (min-width: 768px) { .navbar-toggle { - display: none; + display: none; } } - .navbar-nav { margin: 7.5px -15px; } - .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 20px; } - @media (max-width: 767px) { .navbar-nav .open .dropdown-menu { - position: static; - float: none; - width: auto; - margin-top: 0; - background-color: transparent; - border: 0; - box-shadow: none; + position: static; + float: none; + width: auto; + margin-top: 0; + background-color: transparent; + border: 0; + -webkit-box-shadow: none; + box-shadow: none; } .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header { - padding: 5px 15px 5px 25px; + padding: 5px 15px 5px 25px; } .navbar-nav .open .dropdown-menu > li > a { - line-height: 20px; + line-height: 20px; } .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus { - background-image: none; + background-image: none; } } - @media (min-width: 768px) { .navbar-nav { - float: left; - margin: 0; + float: left; + margin: 0; } .navbar-nav > li { - float: left; + float: left; } .navbar-nav > li > a { - padding-top: 15px; - padding-bottom: 15px; - } -} - -@media (min-width: 768px) { - .navbar-left { - float: left !important; - } - .navbar-right { - float: right !important; + padding-top: 15px; + padding-bottom: 15px; } } - .navbar-form { - padding: 10px 15px; - margin-top: 8px; - margin-right: -15px; - margin-bottom: 8px; margin-left: -15px; + margin-right: -15px; + padding: 10px 15px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); - box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); + margin-top: 8px; + margin-bottom: 8px; } - @media (min-width: 768px) { .navbar-form .form-group { - display: inline-block; - margin-bottom: 0; - vertical-align: middle; + display: inline-block; + margin-bottom: 0; + vertical-align: middle; } .navbar-form .form-control { - display: inline-block; + display: inline-block; + width: auto; + vertical-align: middle; + } + .navbar-form .form-control-static { + display: inline-block; + } + .navbar-form .input-group { + display: inline-table; + vertical-align: middle; + } + .navbar-form .input-group .input-group-addon, + .navbar-form .input-group .input-group-btn, + .navbar-form .input-group .form-control { + width: auto; + } + .navbar-form .input-group > .form-control { + width: 100%; + } + .navbar-form .control-label { + margin-bottom: 0; + vertical-align: middle; } .navbar-form .radio, .navbar-form .checkbox { - display: inline-block; - padding-left: 0; - margin-top: 0; - margin-bottom: 0; + display: inline-block; + margin-top: 0; + margin-bottom: 0; + vertical-align: middle; + } + .navbar-form .radio label, + .navbar-form .checkbox label { + padding-left: 0; } .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] { - float: none; - margin-left: 0; + position: relative; + margin-left: 0; + } + .navbar-form .has-feedback .form-control-feedback { + top: 0; } } - @media (max-width: 767px) { .navbar-form .form-group { - margin-bottom: 5px; + margin-bottom: 5px; + } + .navbar-form .form-group:last-child { + margin-bottom: 0; } } - @media (min-width: 768px) { .navbar-form { - width: auto; - padding-top: 0; - padding-bottom: 0; - margin-right: 0; - margin-left: 0; - border: 0; - -webkit-box-shadow: none; - box-shadow: none; + width: auto; + border: 0; + margin-left: 0; + margin-right: 0; + padding-top: 0; + padding-bottom: 0; + -webkit-box-shadow: none; + box-shadow: none; } } - .navbar-nav > li > .dropdown-menu { margin-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; } - .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { + margin-bottom: 0; + border-top-right-radius: 4px; + border-top-left-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } - -.navbar-nav.pull-right > li > .dropdown-menu, -.navbar-nav > li > .dropdown-menu.pull-right { - right: 0; - left: auto; -} - .navbar-btn { margin-top: 8px; margin-bottom: 8px; } - +.navbar-btn.btn-sm { + margin-top: 10px; + margin-bottom: 10px; +} +.navbar-btn.btn-xs { + margin-top: 14px; + margin-bottom: 14px; +} .navbar-text { - float: left; margin-top: 15px; margin-bottom: 15px; } - @media (min-width: 768px) { .navbar-text { - margin-right: 15px; - margin-left: 15px; + float: left; + margin-left: 15px; + margin-right: 15px; + } +} +@media (min-width: 768px) { + .navbar-left { + float: left !important; + } + .navbar-right { + float: right !important; + margin-right: -15px; + } + .navbar-right ~ .navbar-right { + margin-right: 0; } } - .navbar-default { background-color: #f8f8f8; border-color: #e7e7e7; } - .navbar-default .navbar-brand { color: #777777; } - .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #5e5e5e; background-color: transparent; } - .navbar-default .navbar-text { color: #777777; } - .navbar-default .navbar-nav > li > a { color: #777777; } - .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #333333; background-color: transparent; } - .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #555555; background-color: #e7e7e7; } - .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus { color: #cccccc; background-color: transparent; } - .navbar-default .navbar-toggle { border-color: #dddddd; } - .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #dddddd; } - .navbar-default .navbar-toggle .icon-bar { - background-color: #cccccc; + background-color: #888888; } - .navbar-default .navbar-collapse, .navbar-default .navbar-form { - border-color: #e6e6e6; -} - -.navbar-default .navbar-nav > .dropdown > a:hover .caret, -.navbar-default .navbar-nav > .dropdown > a:focus .caret { - border-top-color: #333333; - border-bottom-color: #333333; + border-color: #e7e7e7; } - .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { - color: #555555; background-color: #e7e7e7; + color: #555555; } - -.navbar-default .navbar-nav > .open > a .caret, -.navbar-default .navbar-nav > .open > a:hover .caret, -.navbar-default .navbar-nav > .open > a:focus .caret { - border-top-color: #555555; - border-bottom-color: #555555; -} - -.navbar-default .navbar-nav > .dropdown > a .caret { - border-top-color: #777777; - border-bottom-color: #777777; -} - @media (max-width: 767px) { .navbar-default .navbar-nav .open .dropdown-menu > li > a { - color: #777777; + color: #777777; } .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { - color: #333333; - background-color: transparent; + color: #333333; + background-color: transparent; } .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { - color: #555555; - background-color: #e7e7e7; + color: #555555; + background-color: #e7e7e7; } .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { - color: #cccccc; - background-color: transparent; + color: #cccccc; + background-color: transparent; } } - .navbar-default .navbar-link { color: #777777; } - .navbar-default .navbar-link:hover { color: #333333; } - +.navbar-default .btn-link { + color: #777777; +} +.navbar-default .btn-link:hover, +.navbar-default .btn-link:focus { + color: #333333; +} +.navbar-default .btn-link[disabled]:hover, +fieldset[disabled] .navbar-default .btn-link:hover, +.navbar-default .btn-link[disabled]:focus, +fieldset[disabled] .navbar-default .btn-link:focus { + color: #cccccc; +} .navbar-inverse { background-color: #222222; border-color: #080808; } - .navbar-inverse .navbar-brand { - color: #999999; + color: #9d9d9d; } - .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { color: #ffffff; background-color: transparent; } - .navbar-inverse .navbar-text { - color: #999999; + color: #9d9d9d; } - .navbar-inverse .navbar-nav > li > a { - color: #999999; + color: #9d9d9d; } - .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #ffffff; background-color: transparent; } - .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: #ffffff; background-color: #080808; } - .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus { color: #444444; background-color: transparent; } - .navbar-inverse .navbar-toggle { border-color: #333333; } - .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color: #333333; } - .navbar-inverse .navbar-toggle .icon-bar { background-color: #ffffff; } - .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: #101010; } - .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { - color: #ffffff; background-color: #080808; + color: #ffffff; } - -.navbar-inverse .navbar-nav > .dropdown > a:hover .caret { - border-top-color: #ffffff; - border-bottom-color: #ffffff; -} - -.navbar-inverse .navbar-nav > .dropdown > a .caret { - border-top-color: #999999; - border-bottom-color: #999999; -} - -.navbar-inverse .navbar-nav > .open > a .caret, -.navbar-inverse .navbar-nav > .open > a:hover .caret, -.navbar-inverse .navbar-nav > .open > a:focus .caret { - border-top-color: #ffffff; - border-bottom-color: #ffffff; -} - @media (max-width: 767px) { .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { - border-color: #080808; + border-color: #080808; + } + .navbar-inverse .navbar-nav .open .dropdown-menu .divider { + background-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { - color: #999999; + color: #9d9d9d; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { - color: #ffffff; - background-color: transparent; + color: #ffffff; + background-color: transparent; } .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { - color: #ffffff; - background-color: #080808; + color: #ffffff; + background-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { - color: #444444; - background-color: transparent; + color: #444444; + background-color: transparent; } } - .navbar-inverse .navbar-link { - color: #999999; + color: #9d9d9d; } - .navbar-inverse .navbar-link:hover { color: #ffffff; } - +.navbar-inverse .btn-link { + color: #9d9d9d; +} +.navbar-inverse .btn-link:hover, +.navbar-inverse .btn-link:focus { + color: #ffffff; +} +.navbar-inverse .btn-link[disabled]:hover, +fieldset[disabled] .navbar-inverse .btn-link:hover, +.navbar-inverse .btn-link[disabled]:focus, +fieldset[disabled] .navbar-inverse .btn-link:focus { + color: #444444; +} .breadcrumb { padding: 8px 15px; margin-bottom: 20px; @@ -4615,64 +3787,57 @@ textarea.input-group-sm > .input-group-btn > .btn { background-color: #f5f5f5; border-radius: 4px; } - .breadcrumb > li { display: inline-block; } - .breadcrumb > li + li:before { + content: "/\00a0"; padding: 0 5px; color: #cccccc; - content: "/\00a0"; } - .breadcrumb > .active { - color: #999999; + color: #777777; } - .pagination { display: inline-block; padding-left: 0; margin: 20px 0; border-radius: 4px; } - .pagination > li { display: inline; } - .pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px 12px; - margin-left: -1px; - line-height: 1.428571429; + line-height: 1.42857143; text-decoration: none; + color: #337ab7; background-color: #ffffff; border: 1px solid #dddddd; + margin-left: -1px; } - .pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-bottom-left-radius: 4px; border-top-left-radius: 4px; } - .pagination > li:last-child > a, .pagination > li:last-child > span { - border-top-right-radius: 4px; border-bottom-right-radius: 4px; + border-top-right-radius: 4px; } - .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { + color: #23527c; background-color: #eeeeee; + border-color: #dddddd; } - .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, @@ -4681,88 +3846,60 @@ textarea.input-group-sm > .input-group-btn > .btn { .pagination > .active > span:focus { z-index: 2; color: #ffffff; + background-color: #337ab7; + border-color: #337ab7; cursor: default; - background-color: #428bca; - border-color: #428bca; } - .pagination > .disabled > span, +.pagination > .disabled > span:hover, +.pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { - color: #999999; - cursor: not-allowed; + color: #777777; background-color: #ffffff; border-color: #dddddd; + cursor: not-allowed; } - .pagination-lg > li > a, .pagination-lg > li > span { padding: 10px 16px; font-size: 18px; } - .pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { border-bottom-left-radius: 6px; border-top-left-radius: 6px; } - .pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { - border-top-right-radius: 6px; border-bottom-right-radius: 6px; + border-top-right-radius: 6px; } - .pagination-sm > li > a, .pagination-sm > li > span { padding: 5px 10px; font-size: 12px; } - .pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span { border-bottom-left-radius: 3px; border-top-left-radius: 3px; } - .pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span { - border-top-right-radius: 3px; border-bottom-right-radius: 3px; + border-top-right-radius: 3px; } - .pager { padding-left: 0; margin: 20px 0; - text-align: center; list-style: none; + text-align: center; } - -.pager:before, -.pager:after { - display: table; - content: " "; -} - -.pager:after { - clear: both; -} - -.pager:before, -.pager:after { - display: table; - content: " "; -} - -.pager:after { - clear: both; -} - .pager li { display: inline; } - .pager li > a, .pager li > span { display: inline-block; @@ -4771,32 +3908,27 @@ textarea.input-group-sm > .input-group-btn > .btn { border: 1px solid #dddddd; border-radius: 15px; } - .pager li > a:hover, .pager li > a:focus { text-decoration: none; background-color: #eeeeee; } - .pager .next > a, .pager .next > span { float: right; } - .pager .previous > a, .pager .previous > span { float: left; } - .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span { - color: #999999; - cursor: not-allowed; + color: #777777; background-color: #ffffff; + cursor: not-allowed; } - .label { display: inline; padding: .2em .6em .3em; @@ -4809,438 +3941,390 @@ textarea.input-group-sm > .input-group-btn > .btn { vertical-align: baseline; border-radius: .25em; } - -.label[href]:hover, -.label[href]:focus { +a.label:hover, +a.label:focus { color: #ffffff; text-decoration: none; cursor: pointer; } - .label:empty { display: none; } - +.btn .label { + position: relative; + top: -1px; +} .label-default { - background-color: #999999; + background-color: #777777; } - .label-default[href]:hover, .label-default[href]:focus { - background-color: #808080; + background-color: #5e5e5e; } - .label-primary { - background-color: #428bca; + background-color: #337ab7; } - .label-primary[href]:hover, .label-primary[href]:focus { - background-color: #3071a9; + background-color: #286090; } - .label-success { background-color: #5cb85c; } - .label-success[href]:hover, .label-success[href]:focus { background-color: #449d44; } - .label-info { background-color: #5bc0de; } - .label-info[href]:hover, .label-info[href]:focus { background-color: #31b0d5; } - .label-warning { background-color: #f0ad4e; } - .label-warning[href]:hover, .label-warning[href]:focus { background-color: #ec971f; } - .label-danger { background-color: #d9534f; } - .label-danger[href]:hover, .label-danger[href]:focus { background-color: #c9302c; } - .badge { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: bold; - line-height: 1; color: #ffffff; - text-align: center; - white-space: nowrap; + line-height: 1; vertical-align: baseline; - background-color: #999999; + white-space: nowrap; + text-align: center; + background-color: #777777; border-radius: 10px; } - .badge:empty { display: none; } - +.btn .badge { + position: relative; + top: -1px; +} +.btn-xs .badge, +.btn-group-xs > .btn .badge { + top: 0; + padding: 1px 5px; +} a.badge:hover, a.badge:focus { color: #ffffff; text-decoration: none; cursor: pointer; } - -.btn .badge { - position: relative; - top: -1px; -} - -a.list-group-item.active > .badge, +.list-group-item.active > .badge, .nav-pills > .active > a > .badge { - color: #428bca; + color: #337ab7; background-color: #ffffff; } - +.list-group-item > .badge { + float: right; +} +.list-group-item > .badge + .badge { + margin-right: 5px; +} .nav-pills > li > a > .badge { margin-left: 3px; } - .jumbotron { - padding: 30px; + padding: 30px 15px; margin-bottom: 30px; - font-size: 21px; - font-weight: 200; - line-height: 2.1428571435; color: inherit; background-color: #eeeeee; } - -.jumbotron h1 { - line-height: 1; +.jumbotron h1, +.jumbotron .h1 { color: inherit; } - .jumbotron p { - line-height: 1.4; + margin-bottom: 15px; + font-size: 21px; + font-weight: 200; } - -.container .jumbotron { +.jumbotron > hr { + border-top-color: #d5d5d5; +} +.container .jumbotron, +.container-fluid .jumbotron { border-radius: 6px; } - +.jumbotron .container { + max-width: 100%; +} @media screen and (min-width: 768px) { .jumbotron { - padding-top: 48px; - padding-bottom: 48px; + padding: 48px 0; } - .container .jumbotron { - padding-right: 60px; - padding-left: 60px; + .container .jumbotron, + .container-fluid .jumbotron { + padding-left: 60px; + padding-right: 60px; } - .jumbotron h1 { - font-size: 63px; + .jumbotron h1, + .jumbotron .h1 { + font-size: 63px; } } - .thumbnail { - display: inline-block; display: block; - height: auto; - max-width: 100%; padding: 4px; - line-height: 1.428571429; + margin-bottom: 20px; + line-height: 1.42857143; background-color: #ffffff; border: 1px solid #dddddd; border-radius: 4px; - -webkit-transition: all 0.2s ease-in-out; - transition: all 0.2s ease-in-out; + -webkit-transition: border 0.2s ease-in-out; + -o-transition: border 0.2s ease-in-out; + transition: border 0.2s ease-in-out; } - -.thumbnail > img { - display: block; - height: auto; - max-width: 100%; +.thumbnail > img, +.thumbnail a > img { + margin-left: auto; + margin-right: auto; } - a.thumbnail:hover, -a.thumbnail:focus { - border-color: #428bca; -} - -.thumbnail > img { - margin-right: auto; - margin-left: auto; +a.thumbnail:focus, +a.thumbnail.active { + border-color: #337ab7; } - .thumbnail .caption { padding: 9px; color: #333333; } - .alert { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px; } - .alert h4 { margin-top: 0; color: inherit; } - .alert .alert-link { font-weight: bold; } - .alert > p, .alert > ul { margin-bottom: 0; } - .alert > p + p { margin-top: 5px; } - -.alert-dismissable { +.alert-dismissable, +.alert-dismissible { padding-right: 35px; } - -.alert-dismissable .close { +.alert-dismissable .close, +.alert-dismissible .close { position: relative; top: -2px; right: -21px; color: inherit; } - .alert-success { - color: #468847; background-color: #dff0d8; border-color: #d6e9c6; + color: #3c763d; } - .alert-success hr { border-top-color: #c9e2b3; } - .alert-success .alert-link { - color: #356635; + color: #2b542c; } - .alert-info { - color: #3a87ad; background-color: #d9edf7; border-color: #bce8f1; + color: #31708f; } - .alert-info hr { border-top-color: #a6e1ec; } - .alert-info .alert-link { - color: #2d6987; + color: #245269; } - .alert-warning { - color: #c09853; background-color: #fcf8e3; - border-color: #fbeed5; + border-color: #faebcc; + color: #8a6d3b; } - .alert-warning hr { - border-top-color: #f8e5be; + border-top-color: #f7e1b5; } - .alert-warning .alert-link { - color: #a47e3c; + color: #66512c; } - .alert-danger { - color: #b94a48; background-color: #f2dede; - border-color: #eed3d7; + border-color: #ebccd1; + color: #a94442; } - .alert-danger hr { - border-top-color: #e6c1c7; + border-top-color: #e4b9c0; } - .alert-danger .alert-link { - color: #953b39; + color: #843534; } - @-webkit-keyframes progress-bar-stripes { from { - background-position: 40px 0; + background-position: 40px 0; } to { - background-position: 0 0; + background-position: 0 0; } } - -@-moz-keyframes progress-bar-stripes { - from { - background-position: 40px 0; - } - to { - background-position: 0 0; - } -} - @-o-keyframes progress-bar-stripes { from { - background-position: 0 0; + background-position: 40px 0; } to { - background-position: 40px 0; + background-position: 0 0; } } - @keyframes progress-bar-stripes { from { - background-position: 40px 0; + background-position: 40px 0; } to { - background-position: 0 0; + background-position: 0 0; } } - .progress { + overflow: hidden; height: 20px; margin-bottom: 20px; - overflow: hidden; background-color: #f5f5f5; border-radius: 4px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); - box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); + box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); } - .progress-bar { float: left; - width: 0; + width: 0%; height: 100%; font-size: 12px; + line-height: 20px; color: #ffffff; text-align: center; - background-color: #428bca; + background-color: #337ab7; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); - box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); + box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -webkit-transition: width 0.6s ease; - transition: width 0.6s ease; + -o-transition: width 0.6s ease; + transition: width 0.6s ease; } - -.progress-striped .progress-bar { - background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); +.progress-striped .progress-bar, +.progress-bar-striped { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-size: 40px 40px; + -webkit-background-size: 40px 40px; + background-size: 40px 40px; } - -.progress.active .progress-bar { +.progress.active .progress-bar, +.progress-bar.active { -webkit-animation: progress-bar-stripes 2s linear infinite; - -moz-animation: progress-bar-stripes 2s linear infinite; - -ms-animation: progress-bar-stripes 2s linear infinite; - -o-animation: progress-bar-stripes 2s linear infinite; - animation: progress-bar-stripes 2s linear infinite; + -o-animation: progress-bar-stripes 2s linear infinite; + animation: progress-bar-stripes 2s linear infinite; } - .progress-bar-success { background-color: #5cb85c; } - .progress-striped .progress-bar-success { - background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } - .progress-bar-info { background-color: #5bc0de; } - .progress-striped .progress-bar-info { - background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } - .progress-bar-warning { background-color: #f0ad4e; } - .progress-striped .progress-bar-warning { - background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } - .progress-bar-danger { background-color: #d9534f; } - .progress-striped .progress-bar-danger { - background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } - -.media, -.media-body { - overflow: hidden; - zoom: 1; -} - -.media, -.media .media { +.media { margin-top: 15px; } - .media:first-child { margin-top: 0; } - +.media, +.media-body { + zoom: 1; + overflow: hidden; +} +.media-body { + width: 10000px; +} .media-object { display: block; } - -.media-heading { - margin: 0 0 5px; +.media-right, +.media > .pull-right { + padding-left: 10px; } - +.media-left, .media > .pull-left { - margin-right: 10px; + padding-right: 10px; } - -.media > .pull-right { - margin-left: 10px; +.media-left, +.media-right, +.media-body { + display: table-cell; + vertical-align: top; +} +.media-middle { + vertical-align: middle; +} +.media-bottom { + vertical-align: bottom; +} +.media-heading { + margin-top: 0; + margin-bottom: 5px; } - .media-list { padding-left: 0; list-style: none; } - .list-group { - padding-left: 0; margin-bottom: 20px; + padding-left: 0; } - .list-group-item { position: relative; display: block; @@ -5249,292 +4333,529 @@ a.thumbnail:focus { background-color: #ffffff; border: 1px solid #dddddd; } - .list-group-item:first-child { border-top-right-radius: 4px; border-top-left-radius: 4px; } - .list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } - -.list-group-item > .badge { - float: right; -} - -.list-group-item > .badge + .badge { - margin-right: 5px; -} - a.list-group-item { color: #555555; } - a.list-group-item .list-group-item-heading { color: #333333; } - a.list-group-item:hover, a.list-group-item:focus { text-decoration: none; + color: #555555; background-color: #f5f5f5; } - +.list-group-item.disabled, +.list-group-item.disabled:hover, +.list-group-item.disabled:focus { + background-color: #eeeeee; + color: #777777; + cursor: not-allowed; +} +.list-group-item.disabled .list-group-item-heading, +.list-group-item.disabled:hover .list-group-item-heading, +.list-group-item.disabled:focus .list-group-item-heading { + color: inherit; +} +.list-group-item.disabled .list-group-item-text, +.list-group-item.disabled:hover .list-group-item-text, +.list-group-item.disabled:focus .list-group-item-text { + color: #777777; +} .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { z-index: 2; color: #ffffff; - background-color: #428bca; - border-color: #428bca; + background-color: #337ab7; + border-color: #337ab7; } - .list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, -.list-group-item.active:focus .list-group-item-heading { +.list-group-item.active:focus .list-group-item-heading, +.list-group-item.active .list-group-item-heading > small, +.list-group-item.active:hover .list-group-item-heading > small, +.list-group-item.active:focus .list-group-item-heading > small, +.list-group-item.active .list-group-item-heading > .small, +.list-group-item.active:hover .list-group-item-heading > .small, +.list-group-item.active:focus .list-group-item-heading > .small { color: inherit; } - .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text { - color: #e1edf7; + color: #c7ddef; +} +.list-group-item-success { + color: #3c763d; + background-color: #dff0d8; +} +a.list-group-item-success { + color: #3c763d; +} +a.list-group-item-success .list-group-item-heading { + color: inherit; +} +a.list-group-item-success:hover, +a.list-group-item-success:focus { + color: #3c763d; + background-color: #d0e9c6; +} +a.list-group-item-success.active, +a.list-group-item-success.active:hover, +a.list-group-item-success.active:focus { + color: #fff; + background-color: #3c763d; + border-color: #3c763d; +} +.list-group-item-info { + color: #31708f; + background-color: #d9edf7; +} +a.list-group-item-info { + color: #31708f; +} +a.list-group-item-info .list-group-item-heading { + color: inherit; +} +a.list-group-item-info:hover, +a.list-group-item-info:focus { + color: #31708f; + background-color: #c4e3f3; +} +a.list-group-item-info.active, +a.list-group-item-info.active:hover, +a.list-group-item-info.active:focus { + color: #fff; + background-color: #31708f; + border-color: #31708f; +} +.list-group-item-warning { + color: #8a6d3b; + background-color: #fcf8e3; +} +a.list-group-item-warning { + color: #8a6d3b; +} +a.list-group-item-warning .list-group-item-heading { + color: inherit; +} +a.list-group-item-warning:hover, +a.list-group-item-warning:focus { + color: #8a6d3b; + background-color: #faf2cc; +} +a.list-group-item-warning.active, +a.list-group-item-warning.active:hover, +a.list-group-item-warning.active:focus { + color: #fff; + background-color: #8a6d3b; + border-color: #8a6d3b; +} +.list-group-item-danger { + color: #a94442; + background-color: #f2dede; +} +a.list-group-item-danger { + color: #a94442; +} +a.list-group-item-danger .list-group-item-heading { + color: inherit; +} +a.list-group-item-danger:hover, +a.list-group-item-danger:focus { + color: #a94442; + background-color: #ebcccc; +} +a.list-group-item-danger.active, +a.list-group-item-danger.active:hover, +a.list-group-item-danger.active:focus { + color: #fff; + background-color: #a94442; + border-color: #a94442; } - .list-group-item-heading { margin-top: 0; margin-bottom: 5px; } - .list-group-item-text { margin-bottom: 0; line-height: 1.3; } - .panel { margin-bottom: 20px; background-color: #ffffff; border: 1px solid transparent; border-radius: 4px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); } - .panel-body { padding: 15px; } - -.panel-body:before, -.panel-body:after { - display: table; - content: " "; +.panel-heading { + padding: 10px 15px; + border-bottom: 1px solid transparent; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } - -.panel-body:after { - clear: both; +.panel-heading > .dropdown .dropdown-toggle { + color: inherit; } - -.panel-body:before, -.panel-body:after { - display: table; - content: " "; +.panel-title { + margin-top: 0; + margin-bottom: 0; + font-size: 16px; + color: inherit; } - -.panel-body:after { - clear: both; +.panel-title > a, +.panel-title > small, +.panel-title > .small, +.panel-title > small > a, +.panel-title > .small > a { + color: inherit; } - -.panel > .list-group { +.panel-footer { + padding: 10px 15px; + background-color: #f5f5f5; + border-top: 1px solid #dddddd; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} +.panel > .list-group, +.panel > .panel-collapse > .list-group { margin-bottom: 0; } - -.panel > .list-group .list-group-item { +.panel > .list-group .list-group-item, +.panel > .panel-collapse > .list-group .list-group-item { border-width: 1px 0; + border-radius: 0; } - -.panel > .list-group .list-group-item:first-child { - border-top-right-radius: 0; - border-top-left-radius: 0; +.panel > .list-group:first-child .list-group-item:first-child, +.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { + border-top: 0; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } - -.panel > .list-group .list-group-item:last-child { +.panel > .list-group:last-child .list-group-item:last-child, +.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { border-bottom: 0; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } - .panel-heading + .list-group .list-group-item:first-child { border-top-width: 0; } - -.panel > .table { +.list-group + .panel-footer { + border-top-width: 0; +} +.panel > .table, +.panel > .table-responsive > .table, +.panel > .panel-collapse > .table { margin-bottom: 0; } - -.panel > .panel-body + .table { - border-top: 1px solid #dddddd; +.panel > .table caption, +.panel > .table-responsive > .table caption, +.panel > .panel-collapse > .table caption { + padding-left: 15px; + padding-right: 15px; } - -.panel-heading { - padding: 10px 15px; - border-bottom: 1px solid transparent; +.panel > .table:first-child, +.panel > .table-responsive:first-child > .table:first-child { border-top-right-radius: 3px; border-top-left-radius: 3px; } - -.panel-title { - margin-top: 0; - margin-bottom: 0; - font-size: 16px; +.panel > .table:first-child > thead:first-child > tr:first-child, +.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, +.panel > .table:first-child > tbody:first-child > tr:first-child, +.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } - -.panel-title > a { - color: inherit; +.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, +.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, +.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, +.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, +.panel > .table:first-child > thead:first-child > tr:first-child th:first-child, +.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, +.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, +.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { + border-top-left-radius: 3px; } - -.panel-footer { - padding: 10px 15px; - background-color: #f5f5f5; - border-top: 1px solid #dddddd; +.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, +.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, +.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, +.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, +.panel > .table:first-child > thead:first-child > tr:first-child th:last-child, +.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, +.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, +.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { + border-top-right-radius: 3px; +} +.panel > .table:last-child, +.panel > .table-responsive:last-child > .table:last-child { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } - +.panel > .table:last-child > tbody:last-child > tr:last-child, +.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, +.panel > .table:last-child > tfoot:last-child > tr:last-child, +.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; +} +.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, +.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, +.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, +.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, +.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, +.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, +.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, +.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { + border-bottom-left-radius: 3px; +} +.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, +.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, +.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, +.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, +.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, +.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, +.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, +.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { + border-bottom-right-radius: 3px; +} +.panel > .panel-body + .table, +.panel > .panel-body + .table-responsive, +.panel > .table + .panel-body, +.panel > .table-responsive + .panel-body { + border-top: 1px solid #dddddd; +} +.panel > .table > tbody:first-child > tr:first-child th, +.panel > .table > tbody:first-child > tr:first-child td { + border-top: 0; +} +.panel > .table-bordered, +.panel > .table-responsive > .table-bordered { + border: 0; +} +.panel > .table-bordered > thead > tr > th:first-child, +.panel > .table-responsive > .table-bordered > thead > tr > th:first-child, +.panel > .table-bordered > tbody > tr > th:first-child, +.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, +.panel > .table-bordered > tfoot > tr > th:first-child, +.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, +.panel > .table-bordered > thead > tr > td:first-child, +.panel > .table-responsive > .table-bordered > thead > tr > td:first-child, +.panel > .table-bordered > tbody > tr > td:first-child, +.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, +.panel > .table-bordered > tfoot > tr > td:first-child, +.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { + border-left: 0; +} +.panel > .table-bordered > thead > tr > th:last-child, +.panel > .table-responsive > .table-bordered > thead > tr > th:last-child, +.panel > .table-bordered > tbody > tr > th:last-child, +.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, +.panel > .table-bordered > tfoot > tr > th:last-child, +.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, +.panel > .table-bordered > thead > tr > td:last-child, +.panel > .table-responsive > .table-bordered > thead > tr > td:last-child, +.panel > .table-bordered > tbody > tr > td:last-child, +.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, +.panel > .table-bordered > tfoot > tr > td:last-child, +.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { + border-right: 0; +} +.panel > .table-bordered > thead > tr:first-child > td, +.panel > .table-responsive > .table-bordered > thead > tr:first-child > td, +.panel > .table-bordered > tbody > tr:first-child > td, +.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, +.panel > .table-bordered > thead > tr:first-child > th, +.panel > .table-responsive > .table-bordered > thead > tr:first-child > th, +.panel > .table-bordered > tbody > tr:first-child > th, +.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { + border-bottom: 0; +} +.panel > .table-bordered > tbody > tr:last-child > td, +.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, +.panel > .table-bordered > tfoot > tr:last-child > td, +.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, +.panel > .table-bordered > tbody > tr:last-child > th, +.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, +.panel > .table-bordered > tfoot > tr:last-child > th, +.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { + border-bottom: 0; +} +.panel > .table-responsive { + border: 0; + margin-bottom: 0; +} +.panel-group { + margin-bottom: 20px; +} .panel-group .panel { margin-bottom: 0; - overflow: hidden; border-radius: 4px; } - .panel-group .panel + .panel { margin-top: 5px; } - .panel-group .panel-heading { border-bottom: 0; } - -.panel-group .panel-heading + .panel-collapse .panel-body { +.panel-group .panel-heading + .panel-collapse > .panel-body, +.panel-group .panel-heading + .panel-collapse > .list-group { border-top: 1px solid #dddddd; } - .panel-group .panel-footer { border-top: 0; } - .panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #dddddd; } - .panel-default { border-color: #dddddd; } - .panel-default > .panel-heading { color: #333333; background-color: #f5f5f5; border-color: #dddddd; } - -.panel-default > .panel-heading + .panel-collapse .panel-body { +.panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: #dddddd; } - -.panel-default > .panel-footer + .panel-collapse .panel-body { +.panel-default > .panel-heading .badge { + color: #f5f5f5; + background-color: #333333; +} +.panel-default > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #dddddd; } - .panel-primary { - border-color: #428bca; + border-color: #337ab7; } - .panel-primary > .panel-heading { color: #ffffff; - background-color: #428bca; - border-color: #428bca; + background-color: #337ab7; + border-color: #337ab7; } - -.panel-primary > .panel-heading + .panel-collapse .panel-body { - border-top-color: #428bca; +.panel-primary > .panel-heading + .panel-collapse > .panel-body { + border-top-color: #337ab7; } - -.panel-primary > .panel-footer + .panel-collapse .panel-body { - border-bottom-color: #428bca; +.panel-primary > .panel-heading .badge { + color: #337ab7; + background-color: #ffffff; +} +.panel-primary > .panel-footer + .panel-collapse > .panel-body { + border-bottom-color: #337ab7; } - .panel-success { border-color: #d6e9c6; } - .panel-success > .panel-heading { - color: #468847; + color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } - -.panel-success > .panel-heading + .panel-collapse .panel-body { +.panel-success > .panel-heading + .panel-collapse > .panel-body { border-top-color: #d6e9c6; } - -.panel-success > .panel-footer + .panel-collapse .panel-body { +.panel-success > .panel-heading .badge { + color: #dff0d8; + background-color: #3c763d; +} +.panel-success > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #d6e9c6; } - +.panel-info { + border-color: #bce8f1; +} +.panel-info > .panel-heading { + color: #31708f; + background-color: #d9edf7; + border-color: #bce8f1; +} +.panel-info > .panel-heading + .panel-collapse > .panel-body { + border-top-color: #bce8f1; +} +.panel-info > .panel-heading .badge { + color: #d9edf7; + background-color: #31708f; +} +.panel-info > .panel-footer + .panel-collapse > .panel-body { + border-bottom-color: #bce8f1; +} .panel-warning { - border-color: #fbeed5; + border-color: #faebcc; } - .panel-warning > .panel-heading { - color: #c09853; + color: #8a6d3b; background-color: #fcf8e3; - border-color: #fbeed5; + border-color: #faebcc; } - -.panel-warning > .panel-heading + .panel-collapse .panel-body { - border-top-color: #fbeed5; +.panel-warning > .panel-heading + .panel-collapse > .panel-body { + border-top-color: #faebcc; } - -.panel-warning > .panel-footer + .panel-collapse .panel-body { - border-bottom-color: #fbeed5; +.panel-warning > .panel-heading .badge { + color: #fcf8e3; + background-color: #8a6d3b; +} +.panel-warning > .panel-footer + .panel-collapse > .panel-body { + border-bottom-color: #faebcc; } - .panel-danger { - border-color: #eed3d7; + border-color: #ebccd1; } - .panel-danger > .panel-heading { - color: #b94a48; + color: #a94442; background-color: #f2dede; - border-color: #eed3d7; + border-color: #ebccd1; } - -.panel-danger > .panel-heading + .panel-collapse .panel-body { - border-top-color: #eed3d7; +.panel-danger > .panel-heading + .panel-collapse > .panel-body { + border-top-color: #ebccd1; } - -.panel-danger > .panel-footer + .panel-collapse .panel-body { - border-bottom-color: #eed3d7; +.panel-danger > .panel-heading .badge { + color: #f2dede; + background-color: #a94442; } - -.panel-info { - border-color: #bce8f1; +.panel-danger > .panel-footer + .panel-collapse > .panel-body { + border-bottom-color: #ebccd1; } - -.panel-info > .panel-heading { - color: #3a87ad; - background-color: #d9edf7; - border-color: #bce8f1; +.embed-responsive { + position: relative; + display: block; + height: 0; + padding: 0; + overflow: hidden; } - -.panel-info > .panel-heading + .panel-collapse .panel-body { - border-top-color: #bce8f1; +.embed-responsive .embed-responsive-item, +.embed-responsive iframe, +.embed-responsive embed, +.embed-responsive object, +.embed-responsive video { + position: absolute; + top: 0; + left: 0; + bottom: 0; + height: 100%; + width: 100%; + border: 0; } - -.panel-info > .panel-footer + .panel-collapse .panel-body { - border-bottom-color: #bce8f1; +.embed-responsive-16by9 { + padding-bottom: 56.25%; +} +.embed-responsive-4by3 { + padding-bottom: 75%; } - .well { min-height: 20px; padding: 19px; @@ -5543,24 +4864,20 @@ a.list-group-item:focus { border: 1px solid #e3e3e3; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } - .well blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, 0.15); } - .well-lg { padding: 24px; border-radius: 6px; } - .well-sm { padding: 9px; border-radius: 3px; } - .close { float: right; font-size: 21px; @@ -5571,7 +4888,6 @@ a.list-group-item:focus { opacity: 0.2; filter: alpha(opacity=20); } - .close:hover, .close:focus { color: #000000; @@ -5580,7 +4896,6 @@ a.list-group-item:focus { opacity: 0.5; filter: alpha(opacity=50); } - button.close { padding: 0; cursor: pointer; @@ -5588,195 +4903,161 @@ button.close { border: 0; -webkit-appearance: none; } - .modal-open { overflow: hidden; } - -body.modal-open, -.modal-open .navbar-fixed-top, -.modal-open .navbar-fixed-bottom { - margin-right: 15px; -} - .modal { + display: none; + overflow: hidden; position: fixed; top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 1040; - display: none; - overflow: auto; - overflow-y: scroll; + right: 0; + bottom: 0; + left: 0; + z-index: 1050; + -webkit-overflow-scrolling: touch; + outline: 0; } - .modal.fade .modal-dialog { -webkit-transform: translate(0, -25%); - -ms-transform: translate(0, -25%); - transform: translate(0, -25%); + -ms-transform: translate(0, -25%); + -o-transform: translate(0, -25%); + transform: translate(0, -25%); -webkit-transition: -webkit-transform 0.3s ease-out; - -moz-transition: -moz-transform 0.3s ease-out; - -o-transition: -o-transform 0.3s ease-out; - transition: transform 0.3s ease-out; + -o-transition: -o-transform 0.3s ease-out; + transition: transform 0.3s ease-out; } - .modal.in .modal-dialog { -webkit-transform: translate(0, 0); - -ms-transform: translate(0, 0); - transform: translate(0, 0); + -ms-transform: translate(0, 0); + -o-transform: translate(0, 0); + transform: translate(0, 0); +} +.modal-open .modal { + overflow-x: hidden; + overflow-y: auto; } - .modal-dialog { - z-index: 1050; + position: relative; width: auto; - padding: 10px; - margin-right: auto; - margin-left: auto; + margin: 10px; } - .modal-content { position: relative; background-color: #ffffff; border: 1px solid #999999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; - outline: none; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); - box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); - background-clip: padding-box; + box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); + -webkit-background-clip: padding-box; + background-clip: padding-box; + outline: 0; } - .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; - z-index: 1030; + z-index: 1040; background-color: #000000; } - .modal-backdrop.fade { opacity: 0; filter: alpha(opacity=0); } - .modal-backdrop.in { opacity: 0.5; filter: alpha(opacity=50); } - .modal-header { - min-height: 16.428571429px; padding: 15px; border-bottom: 1px solid #e5e5e5; + min-height: 16.42857143px; } - .modal-header .close { margin-top: -2px; } - .modal-title { margin: 0; - line-height: 1.428571429; + line-height: 1.42857143; } - .modal-body { position: relative; - padding: 20px; + padding: 15px; } - .modal-footer { - padding: 19px 20px 20px; - margin-top: 15px; + padding: 15px; text-align: right; border-top: 1px solid #e5e5e5; } - -.modal-footer:before, -.modal-footer:after { - display: table; - content: " "; -} - -.modal-footer:after { - clear: both; -} - -.modal-footer:before, -.modal-footer:after { - display: table; - content: " "; -} - -.modal-footer:after { - clear: both; -} - .modal-footer .btn + .btn { - margin-bottom: 0; margin-left: 5px; + margin-bottom: 0; } - .modal-footer .btn-group .btn + .btn { margin-left: -1px; } - .modal-footer .btn-block + .btn-block { margin-left: 0; } - -@media screen and (min-width: 768px) { +.modal-scrollbar-measure { + position: absolute; + top: -9999px; + width: 50px; + height: 50px; + overflow: scroll; +} +@media (min-width: 768px) { .modal-dialog { - right: auto; - left: 50%; - width: 600px; - padding-top: 30px; - padding-bottom: 30px; + width: 600px; + margin: 30px auto; } .modal-content { - -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); - box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); + -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); + box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); + } + .modal-sm { + width: 300px; + } +} +@media (min-width: 992px) { + .modal-lg { + width: 900px; } } - .tooltip { position: absolute; - z-index: 1030; + z-index: 1070; display: block; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; + font-weight: normal; line-height: 1.4; opacity: 0; filter: alpha(opacity=0); - visibility: visible; } - .tooltip.in { opacity: 0.9; filter: alpha(opacity=90); } - .tooltip.top { - padding: 5px 0; margin-top: -3px; + padding: 5px 0; } - .tooltip.right { - padding: 0 5px; margin-left: 3px; + padding: 0 5px; } - .tooltip.bottom { - padding: 5px 0; margin-top: 3px; + padding: 5px 0; } - .tooltip.left { - padding: 0 5px; margin-left: -3px; + padding: 0 5px; } - .tooltip-inner { max-width: 200px; padding: 3px 8px; @@ -5786,7 +5067,6 @@ body.modal-open, background-color: #000000; border-radius: 4px; } - .tooltip-arrow { position: absolute; width: 0; @@ -5794,119 +5074,110 @@ body.modal-open, border-color: transparent; border-style: solid; } - .tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; - border-top-color: #000000; border-width: 5px 5px 0; + border-top-color: #000000; } - .tooltip.top-left .tooltip-arrow { bottom: 0; - left: 5px; - border-top-color: #000000; + right: 5px; + margin-bottom: -5px; border-width: 5px 5px 0; + border-top-color: #000000; } - .tooltip.top-right .tooltip-arrow { - right: 5px; bottom: 0; - border-top-color: #000000; + left: 5px; + margin-bottom: -5px; border-width: 5px 5px 0; + border-top-color: #000000; } - .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; - border-right-color: #000000; border-width: 5px 5px 5px 0; + border-right-color: #000000; } - .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; - border-left-color: #000000; border-width: 5px 0 5px 5px; + border-left-color: #000000; } - .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; - border-bottom-color: #000000; border-width: 0 5px 5px; + border-bottom-color: #000000; } - .tooltip.bottom-left .tooltip-arrow { top: 0; - left: 5px; - border-bottom-color: #000000; + right: 5px; + margin-top: -5px; border-width: 0 5px 5px; + border-bottom-color: #000000; } - .tooltip.bottom-right .tooltip-arrow { top: 0; - right: 5px; - border-bottom-color: #000000; + left: 5px; + margin-top: -5px; border-width: 0 5px 5px; + border-bottom-color: #000000; } - .popover { position: absolute; top: 0; left: 0; - z-index: 1010; + z-index: 1060; display: none; max-width: 276px; padding: 1px; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-size: 14px; + font-weight: normal; + line-height: 1.42857143; text-align: left; - white-space: normal; background-color: #ffffff; + -webkit-background-clip: padding-box; + background-clip: padding-box; border: 1px solid #cccccc; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); - box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); - background-clip: padding-box; + box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); + white-space: normal; } - .popover.top { margin-top: -10px; } - .popover.right { margin-left: 10px; } - .popover.bottom { margin-top: 10px; } - .popover.left { margin-left: -10px; } - .popover-title { - padding: 8px 14px; margin: 0; + padding: 8px 14px; font-size: 14px; - font-weight: normal; - line-height: 18px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 5px 5px 0 0; } - .popover-content { padding: 9px 14px; } - -.popover .arrow, -.popover .arrow:after { +.popover > .arrow, +.popover > .arrow:after { position: absolute; display: block; width: 0; @@ -5914,252 +5185,258 @@ body.modal-open, border-color: transparent; border-style: solid; } - -.popover .arrow { +.popover > .arrow { border-width: 11px; } - -.popover .arrow:after { +.popover > .arrow:after { border-width: 10px; content: ""; } - -.popover.top .arrow { - bottom: -11px; +.popover.top > .arrow { left: 50%; margin-left: -11px; + border-bottom-width: 0; border-top-color: #999999; border-top-color: rgba(0, 0, 0, 0.25); - border-bottom-width: 0; + bottom: -11px; } - -.popover.top .arrow:after { +.popover.top > .arrow:after { + content: " "; bottom: 1px; margin-left: -10px; - border-top-color: #ffffff; border-bottom-width: 0; - content: " "; + border-top-color: #ffffff; } - -.popover.right .arrow { +.popover.right > .arrow { top: 50%; left: -11px; margin-top: -11px; + border-left-width: 0; border-right-color: #999999; border-right-color: rgba(0, 0, 0, 0.25); - border-left-width: 0; } - -.popover.right .arrow:after { - bottom: -10px; +.popover.right > .arrow:after { + content: " "; left: 1px; - border-right-color: #ffffff; + bottom: -10px; border-left-width: 0; - content: " "; + border-right-color: #ffffff; } - -.popover.bottom .arrow { - top: -11px; +.popover.bottom > .arrow { left: 50%; margin-left: -11px; + border-top-width: 0; border-bottom-color: #999999; border-bottom-color: rgba(0, 0, 0, 0.25); - border-top-width: 0; + top: -11px; } - -.popover.bottom .arrow:after { +.popover.bottom > .arrow:after { + content: " "; top: 1px; margin-left: -10px; - border-bottom-color: #ffffff; border-top-width: 0; - content: " "; + border-bottom-color: #ffffff; } - -.popover.left .arrow { +.popover.left > .arrow { top: 50%; right: -11px; margin-top: -11px; + border-right-width: 0; border-left-color: #999999; border-left-color: rgba(0, 0, 0, 0.25); - border-right-width: 0; } - -.popover.left .arrow:after { +.popover.left > .arrow:after { + content: " "; right: 1px; - bottom: -10px; - border-left-color: #ffffff; border-right-width: 0; - content: " "; + border-left-color: #ffffff; + bottom: -10px; } - .carousel { position: relative; } - .carousel-inner { position: relative; - width: 100%; overflow: hidden; + width: 100%; } - .carousel-inner > .item { - position: relative; display: none; + position: relative; -webkit-transition: 0.6s ease-in-out left; - transition: 0.6s ease-in-out left; + -o-transition: 0.6s ease-in-out left; + transition: 0.6s ease-in-out left; } - .carousel-inner > .item > img, .carousel-inner > .item > a > img { - display: block; - height: auto; - max-width: 100%; line-height: 1; } - +@media all and (transform-3d), (-webkit-transform-3d) { + .carousel-inner > .item { + -webkit-transition: -webkit-transform 0.6s ease-in-out; + -o-transition: -o-transform 0.6s ease-in-out; + transition: transform 0.6s ease-in-out; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + -webkit-perspective: 1000; + perspective: 1000; + } + .carousel-inner > .item.next, + .carousel-inner > .item.active.right { + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + left: 0; + } + .carousel-inner > .item.prev, + .carousel-inner > .item.active.left { + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + left: 0; + } + .carousel-inner > .item.next.left, + .carousel-inner > .item.prev.right, + .carousel-inner > .item.active { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + left: 0; + } +} .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev { display: block; } - .carousel-inner > .active { left: 0; } - .carousel-inner > .next, .carousel-inner > .prev { position: absolute; top: 0; width: 100%; } - .carousel-inner > .next { left: 100%; } - .carousel-inner > .prev { left: -100%; } - .carousel-inner > .next.left, .carousel-inner > .prev.right { left: 0; } - .carousel-inner > .active.left { left: -100%; } - .carousel-inner > .active.right { left: 100%; } - .carousel-control { position: absolute; top: 0; - bottom: 0; left: 0; + bottom: 0; width: 15%; + opacity: 0.5; + filter: alpha(opacity=50); font-size: 20px; color: #ffffff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); - opacity: 0.5; - filter: alpha(opacity=50); } - .carousel-control.left { - background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001))); - background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%)); - background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%); - background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%); + background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); + background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); + background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001))); + background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); } - .carousel-control.right { - right: 0; left: auto; - background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5))); - background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%)); - background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%); - background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%); + right: 0; + background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); + background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); + background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5))); + background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); } - .carousel-control:hover, .carousel-control:focus { + outline: 0; color: #ffffff; text-decoration: none; opacity: 0.9; filter: alpha(opacity=90); } - .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right { position: absolute; top: 50%; - left: 50%; z-index: 5; display: inline-block; } - +.carousel-control .icon-prev, +.carousel-control .glyphicon-chevron-left { + left: 50%; + margin-left: -10px; +} +.carousel-control .icon-next, +.carousel-control .glyphicon-chevron-right { + right: 50%; + margin-right: -10px; +} .carousel-control .icon-prev, .carousel-control .icon-next { width: 20px; height: 20px; margin-top: -10px; - margin-left: -10px; + line-height: 1; font-family: serif; } - .carousel-control .icon-prev:before { content: '\2039'; } - .carousel-control .icon-next:before { content: '\203a'; } - .carousel-indicators { position: absolute; bottom: 10px; left: 50%; z-index: 15; width: 60%; - padding-left: 0; margin-left: -30%; - text-align: center; + padding-left: 0; list-style: none; + text-align: center; } - .carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; - cursor: pointer; border: 1px solid #ffffff; border-radius: 10px; + cursor: pointer; + background-color: #000 \9; + background-color: rgba(0, 0, 0, 0); } - .carousel-indicators .active { + margin: 0; width: 12px; height: 12px; - margin: 0; background-color: #ffffff; } - .carousel-caption { position: absolute; + left: 15%; right: 15%; bottom: 20px; - left: 15%; z-index: 10; padding-top: 20px; padding-bottom: 20px; @@ -6167,60 +5444,106 @@ body.modal-open, text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } - .carousel-caption .btn { text-shadow: none; } - @media screen and (min-width: 768px) { + .carousel-control .glyphicon-chevron-left, + .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next { - width: 30px; - height: 30px; - margin-top: -15px; - margin-left: -15px; - font-size: 30px; + width: 30px; + height: 30px; + margin-top: -15px; + font-size: 30px; + } + .carousel-control .glyphicon-chevron-left, + .carousel-control .icon-prev { + margin-left: -15px; + } + .carousel-control .glyphicon-chevron-right, + .carousel-control .icon-next { + margin-right: -15px; } .carousel-caption { - right: 20%; - left: 20%; - padding-bottom: 30px; + left: 20%; + right: 20%; + padding-bottom: 30px; } .carousel-indicators { - bottom: 20px; + bottom: 20px; } } - .clearfix:before, -.clearfix:after { - display: table; +.clearfix:after, +.dl-horizontal dd:before, +.dl-horizontal dd:after, +.container:before, +.container:after, +.container-fluid:before, +.container-fluid:after, +.row:before, +.row:after, +.form-horizontal .form-group:before, +.form-horizontal .form-group:after, +.btn-toolbar:before, +.btn-toolbar:after, +.btn-group-vertical > .btn-group:before, +.btn-group-vertical > .btn-group:after, +.nav:before, +.nav:after, +.navbar:before, +.navbar:after, +.navbar-header:before, +.navbar-header:after, +.navbar-collapse:before, +.navbar-collapse:after, +.pager:before, +.pager:after, +.panel-body:before, +.panel-body:after, +.modal-footer:before, +.modal-footer:after { content: " "; + display: table; } - -.clearfix:after { +.clearfix:after, +.dl-horizontal dd:after, +.container:after, +.container-fluid:after, +.row:after, +.form-horizontal .form-group:after, +.btn-toolbar:after, +.btn-group-vertical > .btn-group:after, +.nav:after, +.navbar:after, +.navbar-header:after, +.navbar-collapse:after, +.pager:after, +.panel-body:after, +.modal-footer:after { clear: both; } - +.center-block { + display: block; + margin-left: auto; + margin-right: auto; +} .pull-right { float: right !important; } - .pull-left { float: left !important; } - .hide { display: none !important; } - .show { display: block !important; } - .invisible { visibility: hidden; } - .text-hide { font: 0/0 a; color: transparent; @@ -6228,578 +5551,220 @@ body.modal-open, background-color: transparent; border: 0; } - +.hidden { + display: none !important; +} .affix { position: fixed; } - @-ms-viewport { width: device-width; } - -@media screen and (max-width: 400px) { - @-ms-viewport { - width: 320px; - } -} - -.hidden { - display: none !important; - visibility: hidden !important; -} - -.visible-xs { - display: none !important; -} - -tr.visible-xs { +.visible-xs, +.visible-sm, +.visible-md, +.visible-lg { display: none !important; } - -th.visible-xs, -td.visible-xs { +.visible-xs-block, +.visible-xs-inline, +.visible-xs-inline-block, +.visible-sm-block, +.visible-sm-inline, +.visible-sm-inline-block, +.visible-md-block, +.visible-md-inline, +.visible-md-inline-block, +.visible-lg-block, +.visible-lg-inline, +.visible-lg-inline-block { display: none !important; } - @media (max-width: 767px) { .visible-xs { - display: block !important; + display: block !important; + } + table.visible-xs { + display: table; } tr.visible-xs { - display: table-row !important; + display: table-row !important; } th.visible-xs, td.visible-xs { - display: table-cell !important; - } -} - -@media (min-width: 768px) and (max-width: 991px) { - .visible-xs.visible-sm { - display: block !important; - } - tr.visible-xs.visible-sm { - display: table-row !important; - } - th.visible-xs.visible-sm, - td.visible-xs.visible-sm { - display: table-cell !important; + display: table-cell !important; } } - -@media (min-width: 992px) and (max-width: 1199px) { - .visible-xs.visible-md { - display: block !important; - } - tr.visible-xs.visible-md { - display: table-row !important; - } - th.visible-xs.visible-md, - td.visible-xs.visible-md { - display: table-cell !important; +@media (max-width: 767px) { + .visible-xs-block { + display: block !important; } } - -@media (min-width: 1200px) { - .visible-xs.visible-lg { - display: block !important; - } - tr.visible-xs.visible-lg { - display: table-row !important; - } - th.visible-xs.visible-lg, - td.visible-xs.visible-lg { - display: table-cell !important; +@media (max-width: 767px) { + .visible-xs-inline { + display: inline !important; } } - -.visible-sm { - display: none !important; -} - -tr.visible-sm { - display: none !important; -} - -th.visible-sm, -td.visible-sm { - display: none !important; -} - @media (max-width: 767px) { - .visible-sm.visible-xs { - display: block !important; - } - tr.visible-sm.visible-xs { - display: table-row !important; - } - th.visible-sm.visible-xs, - td.visible-sm.visible-xs { - display: table-cell !important; + .visible-xs-inline-block { + display: inline-block !important; } } - @media (min-width: 768px) and (max-width: 991px) { .visible-sm { - display: block !important; + display: block !important; + } + table.visible-sm { + display: table; } tr.visible-sm { - display: table-row !important; + display: table-row !important; } th.visible-sm, td.visible-sm { - display: table-cell !important; + display: table-cell !important; } } - -@media (min-width: 992px) and (max-width: 1199px) { - .visible-sm.visible-md { - display: block !important; - } - tr.visible-sm.visible-md { - display: table-row !important; - } - th.visible-sm.visible-md, - td.visible-sm.visible-md { - display: table-cell !important; - } -} - -@media (min-width: 1200px) { - .visible-sm.visible-lg { - display: block !important; - } - tr.visible-sm.visible-lg { - display: table-row !important; - } - th.visible-sm.visible-lg, - td.visible-sm.visible-lg { - display: table-cell !important; +@media (min-width: 768px) and (max-width: 991px) { + .visible-sm-block { + display: block !important; } } - -.visible-md { - display: none !important; -} - -tr.visible-md { - display: none !important; -} - -th.visible-md, -td.visible-md { - display: none !important; -} - -@media (max-width: 767px) { - .visible-md.visible-xs { - display: block !important; - } - tr.visible-md.visible-xs { - display: table-row !important; - } - th.visible-md.visible-xs, - td.visible-md.visible-xs { - display: table-cell !important; +@media (min-width: 768px) and (max-width: 991px) { + .visible-sm-inline { + display: inline !important; } } - @media (min-width: 768px) and (max-width: 991px) { - .visible-md.visible-sm { - display: block !important; - } - tr.visible-md.visible-sm { - display: table-row !important; - } - th.visible-md.visible-sm, - td.visible-md.visible-sm { - display: table-cell !important; + .visible-sm-inline-block { + display: inline-block !important; } } - @media (min-width: 992px) and (max-width: 1199px) { .visible-md { - display: block !important; + display: block !important; + } + table.visible-md { + display: table; } tr.visible-md { - display: table-row !important; + display: table-row !important; } th.visible-md, td.visible-md { - display: table-cell !important; - } -} - -@media (min-width: 1200px) { - .visible-md.visible-lg { - display: block !important; - } - tr.visible-md.visible-lg { - display: table-row !important; - } - th.visible-md.visible-lg, - td.visible-md.visible-lg { - display: table-cell !important; + display: table-cell !important; } } - -.visible-lg { - display: none !important; -} - -tr.visible-lg { - display: none !important; -} - -th.visible-lg, -td.visible-lg { - display: none !important; -} - -@media (max-width: 767px) { - .visible-lg.visible-xs { - display: block !important; - } - tr.visible-lg.visible-xs { - display: table-row !important; - } - th.visible-lg.visible-xs, - td.visible-lg.visible-xs { - display: table-cell !important; +@media (min-width: 992px) and (max-width: 1199px) { + .visible-md-block { + display: block !important; } } - -@media (min-width: 768px) and (max-width: 991px) { - .visible-lg.visible-sm { - display: block !important; - } - tr.visible-lg.visible-sm { - display: table-row !important; - } - th.visible-lg.visible-sm, - td.visible-lg.visible-sm { - display: table-cell !important; +@media (min-width: 992px) and (max-width: 1199px) { + .visible-md-inline { + display: inline !important; } } - @media (min-width: 992px) and (max-width: 1199px) { - .visible-lg.visible-md { - display: block !important; - } - tr.visible-lg.visible-md { - display: table-row !important; - } - th.visible-lg.visible-md, - td.visible-lg.visible-md { - display: table-cell !important; + .visible-md-inline-block { + display: inline-block !important; } } - @media (min-width: 1200px) { .visible-lg { - display: block !important; + display: block !important; + } + table.visible-lg { + display: table; } tr.visible-lg { - display: table-row !important; + display: table-row !important; } th.visible-lg, td.visible-lg { - display: table-cell !important; - } -} - -.hidden-xs { - display: block !important; -} - -tr.hidden-xs { - display: table-row !important; -} - -th.hidden-xs, -td.hidden-xs { - display: table-cell !important; -} - -@media (max-width: 767px) { - .hidden-xs { - display: none !important; - } - tr.hidden-xs { - display: none !important; - } - th.hidden-xs, - td.hidden-xs { - display: none !important; - } -} - -@media (min-width: 768px) and (max-width: 991px) { - .hidden-xs.hidden-sm { - display: none !important; - } - tr.hidden-xs.hidden-sm { - display: none !important; - } - th.hidden-xs.hidden-sm, - td.hidden-xs.hidden-sm { - display: none !important; - } -} - -@media (min-width: 992px) and (max-width: 1199px) { - .hidden-xs.hidden-md { - display: none !important; - } - tr.hidden-xs.hidden-md { - display: none !important; - } - th.hidden-xs.hidden-md, - td.hidden-xs.hidden-md { - display: none !important; + display: table-cell !important; } } - @media (min-width: 1200px) { - .hidden-xs.hidden-lg { - display: none !important; - } - tr.hidden-xs.hidden-lg { - display: none !important; - } - th.hidden-xs.hidden-lg, - td.hidden-xs.hidden-lg { - display: none !important; - } -} - -.hidden-sm { - display: block !important; -} - -tr.hidden-sm { - display: table-row !important; -} - -th.hidden-sm, -td.hidden-sm { - display: table-cell !important; -} - -@media (max-width: 767px) { - .hidden-sm.hidden-xs { - display: none !important; - } - tr.hidden-sm.hidden-xs { - display: none !important; - } - th.hidden-sm.hidden-xs, - td.hidden-sm.hidden-xs { - display: none !important; - } -} - -@media (min-width: 768px) and (max-width: 991px) { - .hidden-sm { - display: none !important; - } - tr.hidden-sm { - display: none !important; - } - th.hidden-sm, - td.hidden-sm { - display: none !important; + .visible-lg-block { + display: block !important; } } - -@media (min-width: 992px) and (max-width: 1199px) { - .hidden-sm.hidden-md { - display: none !important; - } - tr.hidden-sm.hidden-md { - display: none !important; - } - th.hidden-sm.hidden-md, - td.hidden-sm.hidden-md { - display: none !important; +@media (min-width: 1200px) { + .visible-lg-inline { + display: inline !important; } } - @media (min-width: 1200px) { - .hidden-sm.hidden-lg { - display: none !important; + .visible-lg-inline-block { + display: inline-block !important; } - tr.hidden-sm.hidden-lg { - display: none !important; - } - th.hidden-sm.hidden-lg, - td.hidden-sm.hidden-lg { - display: none !important; - } -} - -.hidden-md { - display: block !important; -} - -tr.hidden-md { - display: table-row !important; -} - -th.hidden-md, -td.hidden-md { - display: table-cell !important; } - @media (max-width: 767px) { - .hidden-md.hidden-xs { - display: none !important; - } - tr.hidden-md.hidden-xs { - display: none !important; - } - th.hidden-md.hidden-xs, - td.hidden-md.hidden-xs { - display: none !important; + .hidden-xs { + display: none !important; } } - @media (min-width: 768px) and (max-width: 991px) { - .hidden-md.hidden-sm { - display: none !important; - } - tr.hidden-md.hidden-sm { - display: none !important; - } - th.hidden-md.hidden-sm, - td.hidden-md.hidden-sm { - display: none !important; + .hidden-sm { + display: none !important; } } - @media (min-width: 992px) and (max-width: 1199px) { .hidden-md { - display: none !important; - } - tr.hidden-md { - display: none !important; - } - th.hidden-md, - td.hidden-md { - display: none !important; + display: none !important; } } - @media (min-width: 1200px) { - .hidden-md.hidden-lg { - display: none !important; - } - tr.hidden-md.hidden-lg { - display: none !important; - } - th.hidden-md.hidden-lg, - td.hidden-md.hidden-lg { - display: none !important; + .hidden-lg { + display: none !important; } } - -.hidden-lg { - display: block !important; -} - -tr.hidden-lg { - display: table-row !important; -} - -th.hidden-lg, -td.hidden-lg { - display: table-cell !important; +.visible-print { + display: none !important; } - -@media (max-width: 767px) { - .hidden-lg.hidden-xs { - display: none !important; - } - tr.hidden-lg.hidden-xs { - display: none !important; - } - th.hidden-lg.hidden-xs, - td.hidden-lg.hidden-xs { - display: none !important; +@media print { + .visible-print { + display: block !important; } -} - -@media (min-width: 768px) and (max-width: 991px) { - .hidden-lg.hidden-sm { - display: none !important; + table.visible-print { + display: table; } - tr.hidden-lg.hidden-sm { - display: none !important; + tr.visible-print { + display: table-row !important; } - th.hidden-lg.hidden-sm, - td.hidden-lg.hidden-sm { - display: none !important; + th.visible-print, + td.visible-print { + display: table-cell !important; } } - -@media (min-width: 992px) and (max-width: 1199px) { - .hidden-lg.hidden-md { - display: none !important; - } - tr.hidden-lg.hidden-md { - display: none !important; - } - th.hidden-lg.hidden-md, - td.hidden-lg.hidden-md { - display: none !important; - } +.visible-print-block { + display: none !important; } - -@media (min-width: 1200px) { - .hidden-lg { - display: none !important; - } - tr.hidden-lg { - display: none !important; - } - th.hidden-lg, - td.hidden-lg { - display: none !important; +@media print { + .visible-print-block { + display: block !important; } } - -.visible-print { +.visible-print-inline { display: none !important; } - -tr.visible-print { - display: none !important; +@media print { + .visible-print-inline { + display: inline !important; + } } - -th.visible-print, -td.visible-print { +.visible-print-inline-block { display: none !important; } - @media print { - .visible-print { - display: block !important; - } - tr.visible-print { - display: table-row !important; - } - th.visible-print, - td.visible-print { - display: table-cell !important; + .visible-print-inline-block { + display: inline-block !important; } +} +@media print { .hidden-print { - display: none !important; + display: none !important; } - tr.hidden-print { - display: none !important; - } - th.hidden-print, - td.hidden-print { - display: none !important; - } -} \ No newline at end of file +} + diff --git a/stylesheets/core.css b/stylesheets/core.css new file mode 100644 index 0000000..827cc98 --- /dev/null +++ b/stylesheets/core.css @@ -0,0 +1,424 @@ +@import url(//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css); +@import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css); +@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700); + +/* +Code Week Blue: #4489ca +*/ + +body { + background: #f2f8ff; + font-family: 'Open Sans', Helvetica, Arial, sans-serif; + font-size: 100%; + letter-spacing: 0.5px; +} + +.wrap, .inner { + width: 1020px; + margin: 0 auto; +} + +.note { + font-size: 0.8em; + color: gray; + margin-top: -10px; +} + +.fa-inverse { + color: #4489ca; +} + +@media (max-width: 1020px){ + .wrap, .inner { + width: 100%; + padding-left: 16px; + padding-right: 16px; + } +} + + +/* Tidbits */ + +.button-well { + padding: 20px 0; +} + +@media (max-width: 1020px){ + .button-well { + padding: 10px 0; + } +} + +.button, a.button, + a.button:link, a.button:visited { + display: inline-block; + background: #4489ca; + text-decoration: none; + color: #fff; + padding: 5px 24px; + text-shadow: #083e6f 0px 1px 1px; + box-shadow: #d0d0d0 0px 2px 2px; + border-top: 2px solid #4489ca; + border-bottom: 2px solid transparent; +} + +a.button:hover { + background: #4e832f; + border-top-color: #4e832f; + text-shadow: #31521e 0px 1px 1px; +} + +a.button:active { + border-top-color: #f2f8ff; + border-bottom-color: #4e832f; + padding-top: 7px; + padding-bottom: 3px; + box-shadow: none; +} + +section { + font-size: 18px; + line-height: 28px; + padding: 10px 0; + margin: 0; +} +section p { + padding: 8px 0; + margin: 0; +} +section h1 { + font-size: 34px; + padding: 15px 0; + text-transform: uppercase; +} + +@media (max-width: 1020px){ + section h1 { + padding: 0; + font-size: 22px; + margin-top: 10px; + } +} + +a, a:link, a:visited { + color: #0f6abc; + text-decoration: underline; +} +a:hover, a:active { + color: #073762; +} + +/* Header */ + +header.small { + background: #4489ca; + display: block; + color: #fff; + height: 80px; +} +header.small .inner { + overflow: hidden; + padding: 0; + margin: 0 auto 20px; + position: relative; + height: 80px; +} +header.small h1 { + margin: 0; + padding: 18px 0 0; + float: left; +} +header.small h1 a, header.small h1 a:link, header.small h1 a:visited { + display: block; + height: 45px; + width: 240px; + padding: 0; + text-indent: -9999px; + background: url('/images/small-logo.png') no-repeat center left; +} +header.small h2 { + float: right; + text-align: right; + font-size: 15px; + line-height: 22px; + margin: 15px 0 0; +} + +header h2 a, header h2 a:link, header h2 a:visited { + color: #fff; +} +header h2 a:hover, header h2 a:active { + color: #bcdbff; +} + +.active { + font-weight: bold; +} + +@media (max-width: 1020px){ + header.small, header.small .inner { + height: auto; + overflow: visible; + } + header.small h1 { + float: none; + } + header.small h1 a { + margin: 0 auto; + } + header.small h2 { + float: none; + text-align: center; + margin-top: 10px; + } +} + +/* Intro */ + +#intro { + height: 600px; + padding: 0; + background: #4489ca; + color: #fff; + font-size: 27px; + line-height: 49px; + font-weight: 400; + margin-bottom: 15px; +} + +#intro .inner { + width: 1020px; + margin: 0 auto 20px; + padding: 50px 0; + overflow: hidden; +} + +#intro header { + display: block; + color: #fff; + text-align: left; +} + +#intro header h1 { + margin: 0; + padding: 0; +} + +#intro header h1 { + display: block; + height: 290px; + width: 200px; + text-indent: -9999px; + background: url('/images/intro-logo.png') no-repeat top left; +} + +#intro header h1 span { + color: #bcdbff; +} + +#intro header h2 { + padding: 10px 0; + font-size: 23px; +} + +#intro header h2 a { + display: block; + margin-top: 10px; +} + +#intro p:first-of-type { + padding-top: 0; +} + +#intro .button, #intro a.button, + #intro a.button:link, #intro a.button:visited { + background: #fff; + color: #000; + padding: 5px 24px; + text-shadow: #fafafa 0px 1px 1px; + box-shadow: #3875af 0px 2px 2px; + border-top: 2px solid #fff; +} + +#intro a.button:hover { + background: #bcdbff; + text-shadow: #a0bde0 0px 1px 1px; + border-color: #bcdbff; +} + +#intro a.button:active { + border-top: 2px solid #4489ca; + border-bottom: 2px solid #bcdbff; + padding-top: 7px; + padding-bottom: 3px; + box-shadow: none; +} + +#intro-description { + padding-top: 30px; +} + +@media (max-width: 1020px){ + #intro { + font-size: 16px; + line-height: 24px; + height: auto; + } + + #intro .inner { + width: 100%; + padding: 0px; + } + + #intro header { + margin-top: 20px; + } + + #intro header h1 { + background: url('/images/small-logo.png') no-repeat top center; + height: 45px; + width: 240px; + margin: 0 auto; + } + + #intro header h2 { + font-size: 16px; + text-align: center; + padding-top: 10px; + margin-top: 0; + } + #intro header h2 a { + display: inline; + margin-top: 6px; + } + #intro header h2 a:before { + content: "•"; + text-decoration: none; + padding-right: 4px; + display: inline-block; + } + + #intro-description { + padding-top: 8px; + padding-bottom: 8px; + } +} + + +/* Small Nav */ + +nav { + position: absolute; + bottom: 0; + right: 0; + font-size: 16px; +} +nav ul { + text-align: right; +} +nav ul li { + display: inline-block; + padding: 0 6px 6px; +} +nav ul li a, nav ul li a:link, nav ul li a:visited { + color: #fff +} + +/* Intro nav */ + +#intro nav { + position: absolute; + top: 0; + right: 0; + padding: 10px; + font-size: 14px; + line-height: 20px; +} + +#intro nav li { + padding: 6px 8px; +} + +#intro nav li a, #intro nav li a:link, #intro nav li a:visited { + color: #bcdbff; +} + +@media (max-width: 1020px){ + nav, #intro nav { + position: static; + margin: 10px 16px; + padding: 0; + font-size: 14px; + } + nav ul { + text-align: center; + padding: 0; + margin: 0; + } + nav li, #intro nav li { + padding: 0 4px; + } + nav ul li a, nav ul li a:link, nav ul li a:visited { + color: #bcdbff; + } +} + +/* Footer */ + +footer { + background: #4489ca; + color: #fff; + margin-top: 40px; + padding-top: 25px; + padding-bottom: 10px; +} + +footer .team { + font-size: 16px; + line-height: 25px; + text-align: right; +} + +@media (max-width: 1020px){ + footer .team { + text-align: center; + } +} + +footer a, footer a:link, footer a:visited { + color: #bcdbff; +} + +footer ul.links { + margin-left: 0px; +} + +footer ul.links li { + font-size: 16px; + margin-bottom: 5px; +} + +footer ul.links li a, footer ul.links li a:visited { + color: #fff; + text-decoration: none; +} + +footer ul.links li a:hover { + text-decoration: underline; +} + +@media (max-width: 1020px){ + footer ul.links { + text-align: center; + margin: 0 auto; + padding: 25px 0 10px; + } + footer ul.links li { + display: inline-block; + padding: 0px 10px; + } + footer ul.links li a { + display: inline-block; + padding-left: 0px; + } +} diff --git a/stylesheets/customizations.css b/stylesheets/customizations.css new file mode 100755 index 0000000..7a6d31a --- /dev/null +++ b/stylesheets/customizations.css @@ -0,0 +1,15 @@ +body { + font-size: 18px; +} + +ul, ol { + padding-left: 1.6em; +} + +.fancy-title h1, .fancy-title h2, .fancy-title h3, .fancy-title h4, .fancy-title h5, .fancy-title h6 { + background-color: #f9f9f9; +} + +.feature-box.fbox-center p { + font-size: 16px; +} \ No newline at end of file diff --git a/stylesheets/font-icons.css b/stylesheets/font-icons.css new file mode 100755 index 0000000..144037c --- /dev/null +++ b/stylesheets/font-icons.css @@ -0,0 +1,3061 @@ +@font-face { + font-family: 'font-icons'; + src:url('fonts/font-icons.eot'); + src:url('fonts/font-icons.eot') format('embedded-opentype'), + url('fonts/font-icons.woff') format('woff'), + url('fonts/font-icons.ttf') format('truetype'), + url('fonts/font-icons.svg') format('svg'); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: 'lined-icons'; + src:url('fonts/lined-icons.eot'); + src:url('fonts/lined-icons.eot') format('embedded-opentype'), + url('fonts/lined-icons.woff') format('woff'), + url('fonts/lined-icons.ttf') format('truetype'), + url('fonts/lined-icons.svg') format('svg'); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: 'Simple-Line-Icons'; + src:url('fonts/Simple-Line-Icons.eot'); + src:url('fonts/Simple-Line-Icons.eot?#iefix') format('embedded-opentype'), + url('fonts/Simple-Line-Icons.woff') format('woff'), + url('fonts/Simple-Line-Icons.ttf') format('truetype'), + url('fonts/Simple-Line-Icons.svg#Simple-Line-Icons') format('svg'); + font-weight: normal; + font-style: normal; +} + +[class^="icon-"], [class*=" icon-"], +[class^="icon-line-"], [class*=" icon-line-"], +[class^="icon-line2-"], [class*=" icon-line2-"], +.side-header #primary-menu ul > li.sub-menu > a:after { + display: inline-block; + font-family: 'font-icons'; + speak: none; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: inherit; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +[class^="icon-line-"], [class*=" icon-line-"] { font-family: 'lined-icons'; } + +[class^="icon-line2-"], [class*=" icon-line2-"] { font-family: 'Simple-Line-Icons'; } + +.icon-lg { + font-size: 1.3333333333333333em; + line-height: 0.75em; + vertical-align: -15%; +} +.icon-2x { + font-size: 2em; +} +.icon-3x { + font-size: 3em; +} +.icon-4x { + font-size: 4em; +} +.icon-5x { + font-size: 5em; +} +.icon-fw { + width: 1.2857142857142858em; + text-align: center; +} + +.iconlist { + padding-left: 0; + margin-left: 1.75em; + list-style-type: none; +} + +.iconlist li { position: relative; } + +.iconlist ul { + list-style-type: none; + margin: 5px 0 5px 25px; +} + +.iconlist > li [class^="icon-"]:first-child, .iconlist > li [class*=" icon-"]:first-child { + position: absolute; + left: -1.75em; + width: 1.75em; + text-align: center; + top: 1px; + width: 14px; +} + +.iconlist.iconlist-large { font-size: 16px; } + +.iconlist.iconlist-large li { margin: 4px 0; } + +.iconlist.iconlist-large > li [class^="icon-"], .iconlist.iconlist-large > li [class*=" icon-"] { + width: 16px; + margin-right: 5px; +} + +.iconlist-color li i { color: #1ABC9C; } + +.icon-border { + padding: .2em .25em .15em; + border: solid 0.08em #eeeeee; + border-radius: .1em; +} +.icon.pull-left { + margin-right: .3em; +} +.icon.pull-right { + margin-left: .3em; +} +.icon-spin { + -webkit-animation: spin 2s infinite linear; + -moz-animation: spin 2s infinite linear; + -o-animation: spin 2s infinite linear; + animation: spin 2s infinite linear; +} +@-moz-keyframes spin { + 0% { + -moz-transform: rotate(0deg); + } + 100% { + -moz-transform: rotate(359deg); + } +} +@-webkit-keyframes spin { + 0% { + -webkit-transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + } +} +@-o-keyframes spin { + 0% { + -o-transform: rotate(0deg); + } + 100% { + -o-transform: rotate(359deg); + } +} +@-ms-keyframes spin { + 0% { + -ms-transform: rotate(0deg); + } + 100% { + -ms-transform: rotate(359deg); + } +} +@keyframes spin { + 0% { + transform: rotate(0deg); + } + 100% { + transform: rotate(359deg); + } +} +.icon-rotate-90 { + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); + -webkit-transform: rotate(90deg); + -moz-transform: rotate(90deg); + -ms-transform: rotate(90deg); + -o-transform: rotate(90deg); + transform: rotate(90deg); +} +.icon-rotate-180 { + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); + -webkit-transform: rotate(180deg); + -moz-transform: rotate(180deg); + -ms-transform: rotate(180deg); + -o-transform: rotate(180deg); + transform: rotate(180deg); +} +.icon-rotate-270 { + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); + -webkit-transform: rotate(270deg); + -moz-transform: rotate(270deg); + -ms-transform: rotate(270deg); + -o-transform: rotate(270deg); + transform: rotate(270deg); +} +.icon-flip-horizontal { + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1); + -webkit-transform: scale(-1, 1); + -moz-transform: scale(-1, 1); + -ms-transform: scale(-1, 1); + -o-transform: scale(-1, 1); + transform: scale(-1, 1); +} +.icon-flip-vertical { + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1); + -webkit-transform: scale(1, -1); + -moz-transform: scale(1, -1); + -ms-transform: scale(1, -1); + -o-transform: scale(1, -1); + transform: scale(1, -1); +} +.icon-stacked { + position: relative; + display: inline-block; + width: 2em; + height: 2em; + line-height: 2em; + vertical-align: middle; +} +.icon-stacked-1x, +.icon-stacked-2x { + position: absolute; + left: 0; + width: 100%; + text-align: center; +} +.icon-stacked-1x { + line-height: inherit; +} +.icon-stacked-2x { + font-size: 2em; +} +.icon-inverse { + color: #ffffff; +} + +.icon-type:before { + content: "\e600"; +} +.icon-box:before { + content: "\e601"; +} +.icon-archive:before { + content: "\e602"; +} +.icon-envelope:before { + content: "\e603"; +} +.icon-email:before { + content: "\e604"; +} +.icon-files:before { + content: "\e605"; +} +.icon-printer2:before { + content: "\e606"; +} +.icon-folder-add:before { + content: "\e607"; +} +.icon-folder-settings:before { + content: "\e608"; +} +.icon-folder-check:before { + content: "\e609"; +} +.icon-wifi-low:before { + content: "\e60a"; +} +.icon-wifi-mid:before { + content: "\e60b"; +} +.icon-wifi-full:before { + content: "\e60c"; +} +.icon-connection-empty:before { + content: "\e60d"; +} +.icon-battery-full:before { + content: "\e60e"; +} +.icon-settings:before { + content: "\e60f"; +} +.icon-arrow-left:before { + content: "\e610"; +} +.icon-arrow-up:before { + content: "\e611"; +} +.icon-arrow-down:before { + content: "\e612"; +} +.icon-arrow-right:before { + content: "\e613"; +} +.icon-reload:before { + content: "\e614"; +} +.icon-download:before { + content: "\e615"; +} +.icon-tag:before { + content: "\e616"; +} +.icon-trashcan:before { + content: "\e617"; +} +.icon-search:before { + content: "\e618"; +} +.icon-zoom-in:before { + content: "\e619"; +} +.icon-zoom-out:before { + content: "\e61a"; +} +.icon-chat:before { + content: "\e61b"; +} +.icon-clock:before { + content: "\e61c"; +} +.icon-printer:before { + content: "\e61d"; +} +.icon-home:before { + content: "\e61e"; +} +.icon-flag:before { + content: "\e61f"; +} +.icon-meter:before { + content: "\e620"; +} +.icon-switch:before { + content: "\e621"; +} +.icon-forbidden:before { + content: "\e622"; +} +.icon-phone-landscape:before { + content: "\e623"; +} +.icon-tablet:before { + content: "\e624"; +} +.icon-tablet-landscape:before { + content: "\e625"; +} +.icon-laptop:before { + content: "\e626"; +} +.icon-camera:before { + content: "\e627"; +} +.icon-microwave-oven:before { + content: "\e628"; +} +.icon-credit-cards:before { + content: "\e629"; +} +.icon-map-marker:before { + content: "\e62a"; +} +.icon-map:before { + content: "\e62b"; +} +.icon-support:before { + content: "\e62c"; +} +.icon-newspaper2:before { + content: "\e62d"; +} +.icon-barbell:before { + content: "\e62e"; +} +.icon-stopwatch:before { + content: "\e62f"; +} +.icon-atom:before { + content: "\e630"; +} +.icon-image:before { + content: "\e631"; +} +.icon-cube:before { + content: "\e632"; +} +.icon-bars:before { + content: "\e633"; +} +.icon-chart:before { + content: "\e634"; +} +.icon-pencil:before { + content: "\e635"; +} +.icon-measure:before { + content: "\e636"; +} +.icon-eyedropper:before { + content: "\e637"; +} +.icon-file-settings:before { + content: "\e638"; +} +.icon-file-add:before { + content: "\e639"; +} +.icon-file:before { + content: "\e63a"; +} +.icon-align-left:before { + content: "\e63b"; +} +.icon-align-right:before { + content: "\e63c"; +} +.icon-align-center:before { + content: "\e63d"; +} +.icon-align-justify:before { + content: "\e63e"; +} +.icon-file-broken:before { + content: "\e63f"; +} +.icon-browser:before { + content: "\e640"; +} +.icon-windows:before { + content: "\e641"; +} +.icon-window:before { + content: "\e642"; +} +.icon-folder:before { + content: "\e643"; +} +.icon-connection-25:before { + content: "\e644"; +} +.icon-connection-50:before { + content: "\e645"; +} +.icon-connection-75:before { + content: "\e646"; +} +.icon-connection-full:before { + content: "\e647"; +} +.icon-list:before { + content: "\e648"; +} +.icon-grid:before { + content: "\e649"; +} +.icon-stack3:before { + content: "\e64a"; +} +.icon-battery-charging:before { + content: "\e64b"; +} +.icon-battery-empty:before { + content: "\e64c"; +} +.icon-battery-25:before { + content: "\e64d"; +} +.icon-battery-50:before { + content: "\e64e"; +} +.icon-battery-75:before { + content: "\e64f"; +} +.icon-refresh:before { + content: "\e650"; +} +.icon-volume:before { + content: "\e651"; +} +.icon-volume-increase:before { + content: "\e652"; +} +.icon-volume-decrease:before { + content: "\e653"; +} +.icon-mute:before { + content: "\e654"; +} +.icon-microphone:before { + content: "\e655"; +} +.icon-microphone-off:before { + content: "\e656"; +} +.icon-book:before { + content: "\e657"; +} +.icon-checkmark:before { + content: "\e658"; +} +.icon-checkbox-checked:before { + content: "\e659"; +} +.icon-checkbox:before { + content: "\e65a"; +} +.icon-paperclip:before { + content: "\e65b"; +} +.icon-chat-1:before { + content: "\e65c"; +} +.icon-chat-2:before { + content: "\e65d"; +} +.icon-chat-3:before { + content: "\e65e"; +} +.icon-comment:before { + content: "\e65f"; +} +.icon-calendar:before { + content: "\e660"; +} +.icon-bookmark:before { + content: "\e661"; +} +.icon-email2:before { + content: "\e662"; +} +.icon-heart:before { + content: "\e663"; +} +.icon-enter:before { + content: "\e664"; +} +.icon-cloud:before { + content: "\e665"; +} +.icon-book2:before { + content: "\e666"; +} +.icon-star:before { + content: "\e667"; +} +.icon-lock:before { + content: "\e668"; +} +.icon-unlocked:before { + content: "\e669"; +} +.icon-unlocked2:before { + content: "\e66a"; +} +.icon-users:before { + content: "\e66b"; +} +.icon-user:before { + content: "\e66c"; +} +.icon-users2:before { + content: "\e66d"; +} +.icon-user2:before { + content: "\e66e"; +} +.icon-bullhorn:before { + content: "\e66f"; +} +.icon-share:before { + content: "\e670"; +} +.icon-screen:before { + content: "\e671"; +} +.icon-phone:before { + content: "\e672"; +} +.icon-phone-portrait:before { + content: "\e673"; +} +.icon-calculator:before { + content: "\e674"; +} +.icon-bag:before { + content: "\e675"; +} +.icon-diamond:before { + content: "\e676"; +} +.icon-drink:before { + content: "\e677"; +} +.icon-shorts:before { + content: "\e678"; +} +.icon-vcard:before { + content: "\e679"; +} +.icon-sun:before { + content: "\e67a"; +} +.icon-bill:before { + content: "\e67b"; +} +.icon-coffee:before { + content: "\e67c"; +} +.icon-tv2:before { + content: "\e67d"; +} +.icon-newspaper:before { + content: "\e67e"; +} +.icon-stack:before { + content: "\e67f"; +} +.icon-syringe:before { + content: "\e680"; +} +.icon-health:before { + content: "\e681"; +} +.icon-bolt:before { + content: "\e682"; +} +.icon-pill:before { + content: "\e683"; +} +.icon-bones:before { + content: "\e684"; +} +.icon-lab:before { + content: "\e685"; +} +.icon-clipboard:before { + content: "\e686"; +} +.icon-mug:before { + content: "\e687"; +} +.icon-bucket:before { + content: "\e688"; +} +.icon-select:before { + content: "\e689"; +} +.icon-graph:before { + content: "\e68a"; +} +.icon-crop:before { + content: "\e68b"; +} +.icon-heart2:before { + content: "\e68c"; +} +.icon-cloud2:before { + content: "\e68d"; +} +.icon-star2:before { + content: "\e68e"; +} +.icon-pen:before { + content: "\e68f"; +} +.icon-diamond2:before { + content: "\e690"; +} +.icon-display:before { + content: "\e691"; +} +.icon-paperplane:before { + content: "\e692"; +} +.icon-params:before { + content: "\e693"; +} +.icon-banknote:before { + content: "\e694"; +} +.icon-vynil:before { + content: "\e695"; +} +.icon-truck:before { + content: "\e696"; +} +.icon-world:before { + content: "\e697"; +} +.icon-tv:before { + content: "\e698"; +} +.icon-sound:before { + content: "\e699"; +} +.icon-video:before { + content: "\e69a"; +} +.icon-trash:before { + content: "\e69b"; +} +.icon-user3:before { + content: "\e69c"; +} +.icon-key:before { + content: "\e69d"; +} +.icon-search2:before { + content: "\e69e"; +} +.icon-settings2:before { + content: "\e69f"; +} +.icon-camera2:before { + content: "\e6a0"; +} +.icon-tag2:before { + content: "\e6a1"; +} +.icon-lock2:before { + content: "\e6a2"; +} +.icon-bulb:before { + content: "\e6a3"; +} +.icon-location:before { + content: "\e6a4"; +} +.icon-eye:before { + content: "\e6a5"; +} +.icon-bubble:before { + content: "\e6a6"; +} +.icon-stack2:before { + content: "\e6a7"; +} +.icon-cup:before { + content: "\e6a8"; +} +.icon-phone2:before { + content: "\e6a9"; +} +.icon-news:before { + content: "\e6aa"; +} +.icon-mail:before { + content: "\e6ab"; +} +.icon-like:before { + content: "\e6ac"; +} +.icon-photo:before { + content: "\e6ad"; +} +.icon-note:before { + content: "\e6ae"; +} +.icon-clock2:before { + content: "\e6af"; +} +.icon-data:before { + content: "\e6b0"; +} +.icon-music:before { + content: "\e6b1"; +} +.icon-megaphone:before { + content: "\e6b2"; +} +.icon-study:before { + content: "\e6b3"; +} +.icon-lab2:before { + content: "\e6b4"; +} +.icon-food:before { + content: "\e6b5"; +} +.icon-t-shirt:before { + content: "\e6b6"; +} +.icon-fire:before { + content: "\e6b7"; +} +.icon-clip:before { + content: "\e6b8"; +} +.icon-shop:before { + content: "\e6b9"; +} +.icon-calendar2:before { + content: "\e6ba"; +} +.icon-wallet:before { + content: "\e6bb"; +} +.icon-duckduckgo:before { + content: "\e830"; +} +.icon-lkdto:before { + content: "\e896"; +} +.icon-delicious:before { + content: "\e832"; +} +.icon-paypal:before { + content: "\e833"; +} +.icon-flattr:before { + content: "\e834"; +} +.icon-android:before { + content: "\e835"; +} +.icon-eventful:before { + content: "\e836"; +} +.icon-smashmag:before { + content: "\e837"; +} +.icon-gplus:before { + content: "\e838"; +} +.icon-wikipedia:before { + content: "\e839"; +} +.icon-lanyrd:before { + content: "\e83a"; +} +.icon-calendar-1:before { + content: "\e83b"; +} +.icon-stumbleupon:before { + content: "\e83c"; +} +.icon-bitcoin:before { + content: "\e83f"; +} +.icon-w3c:before { + content: "\e840"; +} +.icon-foursquare:before { + content: "\e841"; +} +.icon-html5:before { + content: "\e842"; +} +.icon-ie:before { + content: "\e843"; +} +.icon-call:before { + content: "\e844"; +} +.icon-grooveshark:before { + content: "\e845"; +} +.icon-ninetyninedesigns:before { + content: "\e846"; +} +.icon-forrst:before { + content: "\e847"; +} +.icon-digg:before { + content: "\e848"; +} +.icon-spotify:before { + content: "\e849"; +} +.icon-reddit:before { + content: "\e84a"; +} +.icon-guest:before { + content: "\e84b"; +} +.icon-blogger:before { + content: "\e84e"; +} +.icon-cc:before { + content: "\e84f"; +} +.icon-dribbble:before { + content: "\e850"; +} +.icon-evernote:before { + content: "\e851"; +} +.icon-flickr:before { + content: "\e852"; +} +.icon-google:before { + content: "\e853"; +} +.icon-viadeo:before { + content: "\e854"; +} +.icon-instapaper:before { + content: "\e855"; +} +.icon-weibo:before { + content: "\e856"; +} +.icon-klout:before { + content: "\e857"; +} +.icon-linkedin:before { + content: "\e858"; +} +.icon-meetup:before { + content: "\e859"; +} +.icon-vk:before { + content: "\e85a"; +} +.icon-rss:before { + content: "\e85d"; +} +.icon-skype:before { + content: "\e85e"; +} +.icon-twitter:before { + content: "\e85f"; +} +.icon-youtube:before { + content: "\e860"; +} +.icon-vimeo:before { + content: "\e861"; +} +.icon-windows2:before { + content: "\e862"; +} +.icon-aim:before { + content: "\e831"; +} +.icon-yahoo:before { + content: "\e864"; +} +.icon-chrome:before { + content: "\e865"; +} +.icon-email3:before { + content: "\e866"; +} +.icon-macstore:before { + content: "\e867"; +} +.icon-myspace:before { + content: "\e868"; +} +.icon-podcast:before { + content: "\e869"; +} +.icon-cloudapp:before { + content: "\e86c"; +} +.icon-dropbox:before { + content: "\e86d"; +} +.icon-ebay:before { + content: "\e86e"; +} +.icon-facebook:before { + content: "\e86f"; +} +.icon-github:before { + content: "\e870"; +} +.icon-github-circled:before { + content: "\e871"; +} +.icon-googleplay:before { + content: "\e872"; +} +.icon-itunes:before { + content: "\e873"; +} +.icon-plurk:before { + content: "\e874"; +} +.icon-songkick:before { + content: "\e875"; +} +.icon-lastfm:before { + content: "\e876"; +} +.icon-gmail:before { + content: "\e877"; +} +.icon-pinboard:before { + content: "\e878"; +} +.icon-soundcloud:before { + content: "\e87b"; +} +.icon-tumblr:before { + content: "\e87c"; +} +.icon-eventasaurus:before { + content: "\e87d"; +} +.icon-wordpress:before { + content: "\e87e"; +} +.icon-yelp:before { + content: "\e87f"; +} +.icon-intensedebate:before { + content: "\e880"; +} +.icon-eventbrite:before { + content: "\e881"; +} +.icon-scribd:before { + content: "\e882"; +} +.icon-posterous:before { + content: "\e883"; +} +.icon-stripe:before { + content: "\e884"; +} +.icon-opentable:before { + content: "\e885"; +} +.icon-cart:before { + content: "\e886"; +} +.icon-print:before { + content: "\e887"; +} +.icon-dwolla:before { + content: "\e88a"; +} +.icon-appnet:before { + content: "\e88b"; +} +.icon-statusnet:before { + content: "\e88c"; +} +.icon-acrobat:before { + content: "\e88d"; +} +.icon-drupal:before { + content: "\e88e"; +} +.icon-buffer:before { + content: "\e88f"; +} +.icon-pocket:before { + content: "\e890"; +} +.icon-bitbucket:before { + content: "\e891"; +} +.icon-lego:before { + content: "\e892"; +} +.icon-login:before { + content: "\e893"; +} +.icon-stackoverflow:before { + content: "\e894"; +} +.icon-hackernews:before { + content: "\e895"; +} +.icon-xing:before { + content: "\e863"; +} +.icon-instagram:before { + content: "\e889"; +} +.icon-angellist:before { + content: "\e888"; +} +.icon-quora:before { + content: "\e87a"; +} +.icon-openid:before { + content: "\e879"; +} +.icon-steam:before { + content: "\e86b"; +} +.icon-amazon:before { + content: "\e86a"; +} +.icon-disqus:before { + content: "\e85c"; +} +.icon-plancast:before { + content: "\e85b"; +} +.icon-appstore:before { + content: "\e84d"; +} +.icon-gowalla:before { + content: "\e84c"; +} +.icon-pinterest:before { + content: "\e83e"; +} +.icon-fivehundredpx:before { + content: "\e83d"; +} +.icon-glass:before { + content: "\e6bc"; +} +.icon-music2:before { + content: "\e6bd"; +} +.icon-search3:before { + content: "\e6be"; +} +.icon-envelope2:before { + content: "\e6bf"; +} +.icon-heart3:before { + content: "\e6c0"; +} +.icon-star3:before { + content: "\e6c1"; +} +.icon-star-empty:before { + content: "\e6c2"; +} +.icon-user4:before { + content: "\e6c3"; +} +.icon-film:before { + content: "\e6c4"; +} +.icon-th-large:before { + content: "\e6c5"; +} +.icon-th:before { + content: "\e6c6"; +} +.icon-th-list:before { + content: "\e6c7"; +} +.icon-ok:before { + content: "\e6c8"; +} +.icon-remove:before { + content: "\e6c9"; +} +.icon-zoom-in2:before { + content: "\e6ca"; +} +.icon-zoom-out2:before { + content: "\e6cb"; +} +.icon-off:before { + content: "\e6cc"; +} +.icon-signal:before { + content: "\e6cd"; +} +.icon-cog:before { + content: "\e6ce"; +} +.icon-trash2:before { + content: "\e6cf"; +} +.icon-home2:before { + content: "\e6d0"; +} +.icon-file2:before { + content: "\e6d1"; +} +.icon-time:before { + content: "\e6d2"; +} +.icon-road:before { + content: "\e6d3"; +} +.icon-download-alt:before { + content: "\e6d4"; +} +.icon-download2:before { + content: "\e6d5"; +} +.icon-upload:before { + content: "\e6d6"; +} +.icon-inbox:before { + content: "\e6d7"; +} +.icon-play-circle:before { + content: "\e6d8"; +} +.icon-repeat:before { + content: "\e6d9"; +} +.icon-refresh2:before { + content: "\e6da"; +} +.icon-list-alt:before { + content: "\e6db"; +} +.icon-lock3:before { + content: "\e6dc"; +} +.icon-flag2:before { + content: "\e6dd"; +} +.icon-headphones:before { + content: "\e6de"; +} +.icon-volume-off:before { + content: "\e6df"; +} +.icon-volume-down:before { + content: "\e6e0"; +} +.icon-volume-up:before { + content: "\e6e1"; +} +.icon-qrcode:before { + content: "\e6e2"; +} +.icon-barcode:before { + content: "\e6e3"; +} +.icon-tag3:before { + content: "\e6e4"; +} +.icon-tags:before { + content: "\e6e5"; +} +.icon-book3:before { + content: "\e6e6"; +} +.icon-bookmark2:before { + content: "\e6e7"; +} +.icon-print2:before { + content: "\e6e8"; +} +.icon-camera3:before { + content: "\e6e9"; +} +.icon-font:before { + content: "\e6ea"; +} +.icon-bold:before { + content: "\e6eb"; +} +.icon-italic:before { + content: "\e6ec"; +} +.icon-text-height:before { + content: "\e6ed"; +} +.icon-text-width:before { + content: "\e6ee"; +} +.icon-align-left2:before { + content: "\e6ef"; +} +.icon-align-center2:before { + content: "\e6f0"; +} +.icon-align-right2:before { + content: "\e6f1"; +} +.icon-align-justify2:before { + content: "\e6f2"; +} +.icon-list2:before { + content: "\e6f3"; +} +.icon-indent-left:before { + content: "\e6f4"; +} +.icon-indent-right:before { + content: "\e6f5"; +} +.icon-facetime-video:before { + content: "\e6f6"; +} +.icon-picture:before { + content: "\e6f7"; +} +.icon-pencil2:before { + content: "\e6f8"; +} +.icon-map-marker2:before { + content: "\e6f9"; +} +.icon-adjust:before { + content: "\e6fa"; +} +.icon-tint:before { + content: "\e6fb"; +} +.icon-edit:before { + content: "\e6fc"; +} +.icon-share2:before { + content: "\e6fd"; +} +.icon-check:before { + content: "\e6fe"; +} +.icon-move:before { + content: "\e6ff"; +} +.icon-step-backward:before { + content: "\e700"; +} +.icon-fast-backward:before { + content: "\e701"; +} +.icon-backward:before { + content: "\e702"; +} +.icon-play:before { + content: "\e703"; +} +.icon-pause:before { + content: "\e704"; +} +.icon-stop:before { + content: "\e705"; +} +.icon-forward:before { + content: "\e706"; +} +.icon-fast-forward:before { + content: "\e707"; +} +.icon-step-forward:before { + content: "\e708"; +} +.icon-eject:before { + content: "\e709"; +} +.icon-chevron-left:before { + content: "\e70a"; +} +.icon-chevron-right:before { + content: "\e70b"; +} +.icon-plus-sign:before { + content: "\e70c"; +} +.icon-minus-sign:before { + content: "\e70d"; +} +.icon-remove-sign:before { + content: "\e70e"; +} +.icon-ok-sign:before { + content: "\e70f"; +} +.icon-question-sign:before { + content: "\e710"; +} +.icon-info-sign:before { + content: "\e711"; +} +.icon-screenshot:before { + content: "\e712"; +} +.icon-remove-circle:before { + content: "\e713"; +} +.icon-ok-circle:before { + content: "\e714"; +} +.icon-ban-circle:before { + content: "\e715"; +} +.icon-arrow-left2:before { + content: "\e716"; +} +.icon-arrow-right2:before { + content: "\e717"; +} +.icon-arrow-up2:before { + content: "\e718"; +} +.icon-arrow-down2:before { + content: "\e719"; +} +.icon-share-alt:before { + content: "\e71a"; +} +.icon-resize-full:before { + content: "\e71b"; +} +.icon-resize-small:before { + content: "\e71c"; +} +.icon-plus:before { + content: "\e71d"; +} +.icon-minus:before { + content: "\e71e"; +} +.icon-asterisk:before { + content: "\e71f"; +} +.icon-exclamation-sign:before { + content: "\e720"; +} +.icon-gift:before { + content: "\e721"; +} +.icon-leaf:before { + content: "\e722"; +} +.icon-fire2:before { + content: "\e723"; +} +.icon-eye-open:before { + content: "\e724"; +} +.icon-eye-close:before { + content: "\e725"; +} +.icon-warning-sign:before { + content: "\e726"; +} +.icon-plane:before { + content: "\e727"; +} +.icon-calendar3:before { + content: "\e728"; +} +.icon-random:before { + content: "\e729"; +} +.icon-comment2:before { + content: "\e72a"; +} +.icon-magnet:before { + content: "\e72b"; +} +.icon-chevron-up:before { + content: "\e72c"; +} +.icon-chevron-down:before { + content: "\e72d"; +} +.icon-retweet:before { + content: "\e72e"; +} +.icon-shopping-cart:before { + content: "\e72f"; +} +.icon-folder-close:before { + content: "\e730"; +} +.icon-folder-open:before { + content: "\e731"; +} +.icon-resize-vertical:before { + content: "\e732"; +} +.icon-resize-horizontal:before { + content: "\e733"; +} +.icon-bar-chart:before { + content: "\e734"; +} +.icon-twitter-sign:before { + content: "\e735"; +} +.icon-facebook-sign:before { + content: "\e736"; +} +.icon-camera-retro:before { + content: "\e737"; +} +.icon-key2:before { + content: "\e738"; +} +.icon-cogs:before { + content: "\e739"; +} +.icon-comments:before { + content: "\e73a"; +} +.icon-thumbs-up:before { + content: "\e73b"; +} +.icon-thumbs-down:before { + content: "\e73c"; +} +.icon-star-half:before { + content: "\e73d"; +} +.icon-heart-empty:before { + content: "\e73e"; +} +.icon-signout:before { + content: "\e73f"; +} +.icon-linkedin-sign:before { + content: "\e740"; +} +.icon-pushpin:before { + content: "\e741"; +} +.icon-external-link:before { + content: "\e742"; +} +.icon-signin:before { + content: "\e743"; +} +.icon-trophy:before { + content: "\e744"; +} +.icon-github-sign:before { + content: "\e745"; +} +.icon-upload-alt:before { + content: "\e746"; +} +.icon-lemon:before { + content: "\e747"; +} +.icon-phone3:before { + content: "\e748"; +} +.icon-check-empty:before { + content: "\e749"; +} +.icon-bookmark-empty:before { + content: "\e74a"; +} +.icon-phone-sign:before { + content: "\e74b"; +} +.icon-twitter2:before { + content: "\e74c"; +} +.icon-facebook2:before { + content: "\e74d"; +} +.icon-github2:before { + content: "\e74e"; +} +.icon-unlock:before { + content: "\e74f"; +} +.icon-credit:before { + content: "\e750"; +} +.icon-rss2:before { + content: "\e751"; +} +.icon-hdd:before { + content: "\e752"; +} +.icon-bullhorn2:before { + content: "\e753"; +} +.icon-bell:before { + content: "\e754"; +} +.icon-certificate:before { + content: "\e755"; +} +.icon-hand-right:before { + content: "\e756"; +} +.icon-hand-left:before { + content: "\e757"; +} +.icon-hand-up:before { + content: "\e758"; +} +.icon-hand-down:before { + content: "\e759"; +} +.icon-circle-arrow-left:before { + content: "\e75a"; +} +.icon-circle-arrow-right:before { + content: "\e75b"; +} +.icon-circle-arrow-up:before { + content: "\e75c"; +} +.icon-circle-arrow-down:before { + content: "\e75d"; +} +.icon-globe:before { + content: "\e75e"; +} +.icon-wrench:before { + content: "\e75f"; +} +.icon-tasks:before { + content: "\e760"; +} +.icon-filter:before { + content: "\e761"; +} +.icon-briefcase:before { + content: "\e762"; +} +.icon-fullscreen:before { + content: "\e763"; +} +.icon-group:before { + content: "\e764"; +} +.icon-link:before { + content: "\e765"; +} +.icon-cloud3:before { + content: "\e766"; +} +.icon-beaker:before { + content: "\e767"; +} +.icon-cut:before { + content: "\e768"; +} +.icon-copy:before { + content: "\e769"; +} +.icon-paper-clip:before { + content: "\e76a"; +} +.icon-save:before { + content: "\e76b"; +} +.icon-sign-blank:before { + content: "\e76c"; +} +.icon-reorder:before { + content: "\e76d"; +} +.icon-list-ul:before { + content: "\e76e"; +} +.icon-list-ol:before { + content: "\e76f"; +} +.icon-strikethrough:before { + content: "\e770"; +} +.icon-underline:before { + content: "\e771"; +} +.icon-table:before { + content: "\e772"; +} +.icon-magic:before { + content: "\e773"; +} +.icon-truck2:before { + content: "\e774"; +} +.icon-pinterest2:before { + content: "\e775"; +} +.icon-pinterest-sign:before { + content: "\e776"; +} +.icon-google-plus-sign:before { + content: "\e777"; +} +.icon-google-plus:before { + content: "\e778"; +} +.icon-money:before { + content: "\e779"; +} +.icon-caret-down:before { + content: "\e77a"; +} +.icon-caret-up:before { + content: "\e77b"; +} +.icon-caret-left:before { + content: "\e77c"; +} +.icon-caret-right:before { + content: "\e77d"; +} +.icon-columns:before { + content: "\e77e"; +} +.icon-sort:before { + content: "\e77f"; +} +.icon-sort-down:before { + content: "\e780"; +} +.icon-sort-up:before { + content: "\e781"; +} +.icon-envelope-alt:before { + content: "\e782"; +} +.icon-linkedin2:before { + content: "\e783"; +} +.icon-undo:before { + content: "\e784"; +} +.icon-legal:before { + content: "\e785"; +} +.icon-dashboard:before { + content: "\e786"; +} +.icon-comment-alt:before { + content: "\e787"; +} +.icon-comments-alt:before { + content: "\e788"; +} +.icon-bolt2:before { + content: "\e789"; +} +.icon-sitemap:before { + content: "\e78a"; +} +.icon-umbrella:before { + content: "\e78b"; +} +.icon-paste:before { + content: "\e78c"; +} +.icon-lightbulb:before { + content: "\e78d"; +} +.icon-exchange:before { + content: "\e78e"; +} +.icon-cloud-download:before { + content: "\e78f"; +} +.icon-cloud-upload:before { + content: "\e790"; +} +.icon-user-md:before { + content: "\e791"; +} +.icon-stethoscope:before { + content: "\e792"; +} +.icon-suitcase:before { + content: "\e793"; +} +.icon-bell-alt:before { + content: "\e794"; +} +.icon-coffee2:before { + content: "\e795"; +} +.icon-food2:before { + content: "\e796"; +} +.icon-file-alt:before { + content: "\e797"; +} +.icon-building:before { + content: "\e798"; +} +.icon-hospital:before { + content: "\e799"; +} +.icon-ambulance:before { + content: "\e79a"; +} +.icon-medkit:before { + content: "\e79b"; +} +.icon-fighter-jet:before { + content: "\e79c"; +} +.icon-beer:before { + content: "\e79d"; +} +.icon-h-sign:before { + content: "\e79e"; +} +.icon-plus-sign2:before { + content: "\e79f"; +} +.icon-double-angle-left:before { + content: "\e7a0"; +} +.icon-double-angle-right:before { + content: "\e7a1"; +} +.icon-double-angle-up:before { + content: "\e7a2"; +} +.icon-double-angle-down:before { + content: "\e7a3"; +} +.icon-angle-left:before { + content: "\e7a4"; +} +.icon-angle-right:before { + content: "\e7a5"; +} +.icon-angle-up:before { + content: "\e7a6"; +} +.icon-angle-down:before { + content: "\e7a7"; +} +.icon-desktop:before { + content: "\e7a8"; +} +.icon-laptop2:before { + content: "\e7a9"; +} +.icon-tablet2:before { + content: "\e7aa"; +} +.icon-mobile:before { + content: "\e7ab"; +} +.icon-circle-blank:before { + content: "\e7ac"; +} +.icon-quote-left:before { + content: "\e7ad"; +} +.icon-quote-right:before { + content: "\e7ae"; +} +.icon-spinner:before { + content: "\e7af"; +} +.icon-circle:before { + content: "\e7b0"; +} +.icon-reply:before { + content: "\e7b1"; +} +.icon-github-alt:before { + content: "\e7b2"; +} +.icon-folder-close-alt:before { + content: "\e7b3"; +} +.icon-folder-open-alt:before { + content: "\e7b4"; +} +.icon-expand-alt:before { + content: "\e7b5"; +} +.icon-collapse-alt:before { + content: "\e7b6"; +} +.icon-smile:before { + content: "\e7b7"; +} +.icon-frown:before { + content: "\e7b8"; +} +.icon-meh:before { + content: "\e7b9"; +} +.icon-gamepad:before { + content: "\e7ba"; +} +.icon-keyboard:before { + content: "\e7bb"; +} +.icon-flag-alt:before { + content: "\e7bc"; +} +.icon-flag-checkered:before { + content: "\e7bd"; +} +.icon-terminal:before { + content: "\e7be"; +} +.icon-code:before { + content: "\e7bf"; +} +.icon-reply-all:before { + content: "\e7c0"; +} +.icon-star-half-full:before { + content: "\e7c1"; +} +.icon-location-arrow:before { + content: "\e7c2"; +} +.icon-crop2:before { + content: "\e7c3"; +} +.icon-code-fork:before { + content: "\e7c4"; +} +.icon-unlink:before { + content: "\e7c5"; +} +.icon-question:before { + content: "\e7c6"; +} +.icon-info:before { + content: "\e7c7"; +} +.icon-exclamation:before { + content: "\e7c8"; +} +.icon-superscript:before { + content: "\e7c9"; +} +.icon-subscript:before { + content: "\e7ca"; +} +.icon-eraser:before { + content: "\e7cb"; +} +.icon-puzzle:before { + content: "\e7cc"; +} +.icon-microphone2:before { + content: "\e7cd"; +} +.icon-microphone-off2:before { + content: "\e7ce"; +} +.icon-shield:before { + content: "\e7cf"; +} +.icon-calendar-empty:before { + content: "\e7d0"; +} +.icon-fire-extinguisher:before { + content: "\e7d1"; +} +.icon-rocket:before { + content: "\e7d2"; +} +.icon-maxcdn:before { + content: "\e7d3"; +} +.icon-chevron-sign-left:before { + content: "\e7d4"; +} +.icon-chevron-sign-right:before { + content: "\e7d5"; +} +.icon-chevron-sign-up:before { + content: "\e7d6"; +} +.icon-chevron-sign-down:before { + content: "\e7d7"; +} +.icon-html52:before { + content: "\e7d8"; +} +.icon-css3:before { + content: "\e7d9"; +} +.icon-anchor:before { + content: "\e7da"; +} +.icon-unlock-alt:before { + content: "\e7db"; +} +.icon-bullseye:before { + content: "\e7dc"; +} +.icon-ellipsis-horizontal:before { + content: "\e7dd"; +} +.icon-ellipsis-vertical:before { + content: "\e7de"; +} +.icon-rss-sign:before { + content: "\e7df"; +} +.icon-play-sign:before { + content: "\e7e0"; +} +.icon-ticket:before { + content: "\e7e1"; +} +.icon-minus-sign-alt:before { + content: "\e7e2"; +} +.icon-check-minus:before { + content: "\e7e3"; +} +.icon-level-up:before { + content: "\e7e4"; +} +.icon-level-down:before { + content: "\e7e5"; +} +.icon-check-sign:before { + content: "\e7e6"; +} +.icon-edit-sign:before { + content: "\e7e7"; +} +.icon-external-link-sign:before { + content: "\e7e8"; +} +.icon-share-sign:before { + content: "\e7e9"; +} +.icon-compass:before { + content: "\e7ea"; +} +.icon-collapse:before { + content: "\e7eb"; +} +.icon-collapse-top:before { + content: "\e7ec"; +} +.icon-expand:before { + content: "\e7ed"; +} +.icon-euro:before { + content: "\e7ee"; +} +.icon-gbp:before { + content: "\e7ef"; +} +.icon-dollar:before { + content: "\e7f0"; +} +.icon-rupee:before { + content: "\e7f1"; +} +.icon-yen:before { + content: "\e7f2"; +} +.icon-renminbi:before { + content: "\e7f3"; +} +.icon-won:before { + content: "\e7f4"; +} +.icon-bitcoin2:before { + content: "\e7f5"; +} +.icon-file3:before { + content: "\e7f6"; +} +.icon-file-text:before { + content: "\e7f7"; +} +.icon-sort-by-alphabet:before { + content: "\e7f8"; +} +.icon-sort-by-alphabet-alt:before { + content: "\e7f9"; +} +.icon-sort-by-attributes:before { + content: "\e7fa"; +} +.icon-sort-by-attributes-alt:before { + content: "\e7fb"; +} +.icon-sort-by-order:before { + content: "\e7fc"; +} +.icon-sort-by-order-alt:before { + content: "\e7fd"; +} +.icon-thumbs-up2:before { + content: "\e7fe"; +} +.icon-thumbs-down2:before { + content: "\e7ff"; +} +.icon-youtube-sign:before { + content: "\e800"; +} +.icon-youtube2:before { + content: "\e801"; +} +.icon-xing2:before { + content: "\e802"; +} +.icon-xing-sign:before { + content: "\e803"; +} +.icon-youtube-play:before { + content: "\e804"; +} +.icon-dropbox2:before { + content: "\e805"; +} +.icon-stackexchange:before { + content: "\e806"; +} +.icon-instagram2:before { + content: "\e807"; +} +.icon-flickr2:before { + content: "\e808"; +} +.icon-adn:before { + content: "\e809"; +} +.icon-bitbucket2:before { + content: "\e80a"; +} +.icon-bitbucket-sign:before { + content: "\e80b"; +} +.icon-tumblr2:before { + content: "\e80c"; +} +.icon-tumblr-sign:before { + content: "\e80d"; +} +.icon-long-arrow-down:before { + content: "\e80e"; +} +.icon-long-arrow-up:before { + content: "\e80f"; +} +.icon-long-arrow-left:before { + content: "\e810"; +} +.icon-long-arrow-right:before { + content: "\e811"; +} +.icon-apple:before { + content: "\e812"; +} +.icon-windows3:before { + content: "\e813"; +} +.icon-android2:before { + content: "\e814"; +} +.icon-linux:before { + content: "\e815"; +} +.icon-dribbble2:before { + content: "\e816"; +} +.icon-skype2:before { + content: "\e817"; +} +.icon-foursquare2:before { + content: "\e818"; +} +.icon-trello:before { + content: "\e819"; +} +.icon-female:before { + content: "\e81a"; +} +.icon-male:before { + content: "\e81b"; +} +.icon-gittip:before { + content: "\e81c"; +} +.icon-sun2:before { + content: "\e81d"; +} +.icon-moon:before { + content: "\e81e"; +} +.icon-archive2:before { + content: "\e81f"; +} +.icon-bug:before { + content: "\e820"; +} +.icon-renren:before { + content: "\e821"; +} +.icon-weibo2:before { + content: "\e822"; +} +.icon-vk2:before { + content: "\e823"; +} + +.icon-line-eye:before { + content: "\e000"; +} +.icon-line-paper-clip:before { + content: "\e001"; +} +.icon-line-mail:before { + content: "\e002"; +} +.icon-line-toggle:before { + content: "\e003"; +} +.icon-line-layout:before { + content: "\e004"; +} +.icon-line-link:before { + content: "\e005"; +} +.icon-line-bell:before { + content: "\e006"; +} +.icon-line-lock:before { + content: "\e007"; +} +.icon-line-unlock:before { + content: "\e008"; +} +.icon-line-ribbon:before { + content: "\e009"; +} +.icon-line-image:before { + content: "\e010"; +} +.icon-line-signal:before { + content: "\e011"; +} +.icon-line-target:before { + content: "\e012"; +} +.icon-line-clipboard:before { + content: "\e013"; +} +.icon-line-clock:before { + content: "\e014"; +} +.icon-line-watch:before { + content: "\e015"; +} +.icon-line-air-play:before { + content: "\e016"; +} +.icon-line-camera:before { + content: "\e017"; +} +.icon-line-video:before { + content: "\e018"; +} +.icon-line-disc:before { + content: "\e019"; +} +.icon-line-printer:before { + content: "\e020"; +} +.icon-line-monitor:before { + content: "\e021"; +} +.icon-line-server:before { + content: "\e022"; +} +.icon-line-cog:before { + content: "\e023"; +} +.icon-line-heart:before { + content: "\e024"; +} +.icon-line-paragraph:before { + content: "\e025"; +} +.icon-line-align-justify:before { + content: "\e026"; +} +.icon-line-align-left:before { + content: "\e027"; +} +.icon-line-align-center:before { + content: "\e028"; +} +.icon-line-align-right:before { + content: "\e029"; +} +.icon-line-book:before { + content: "\e030"; +} +.icon-line-layers:before { + content: "\e031"; +} +.icon-line-stack:before { + content: "\e032"; +} +.icon-line-stack-2:before { + content: "\e033"; +} +.icon-line-paper:before { + content: "\e034"; +} +.icon-line-paper-stack:before { + content: "\e035"; +} +.icon-line-search:before { + content: "\e036"; +} +.icon-line-zoom-in:before { + content: "\e037"; +} +.icon-line-zoom-out:before { + content: "\e038"; +} +.icon-line-reply:before { + content: "\e039"; +} +.icon-line-circle-plus:before { + content: "\e040"; +} +.icon-line-circle-minus:before { + content: "\e041"; +} +.icon-line-circle-check:before { + content: "\e042"; +} +.icon-line-circle-cross:before { + content: "\e043"; +} +.icon-line-square-plus:before { + content: "\e044"; +} +.icon-line-square-minus:before { + content: "\e045"; +} +.icon-line-square-check:before { + content: "\e046"; +} +.icon-line-square-cross:before { + content: "\e047"; +} +.icon-line-microphone:before { + content: "\e048"; +} +.icon-line-record:before { + content: "\e049"; +} +.icon-line-skip-back:before { + content: "\e050"; +} +.icon-line-rewind:before { + content: "\e051"; +} +.icon-line-play:before { + content: "\e052"; +} +.icon-line-pause:before { + content: "\e053"; +} +.icon-line-stop:before { + content: "\e054"; +} +.icon-line-fast-forward:before { + content: "\e055"; +} +.icon-line-skip-forward:before { + content: "\e056"; +} +.icon-line-shuffle:before { + content: "\e057"; +} +.icon-line-repeat:before { + content: "\e058"; +} +.icon-line-folder:before { + content: "\e059"; +} +.icon-line-umbrella:before { + content: "\e060"; +} +.icon-line-moon:before { + content: "\e061"; +} +.icon-line-thermometer:before { + content: "\e062"; +} +.icon-line-drop:before { + content: "\e063"; +} +.icon-line-sun:before { + content: "\e064"; +} +.icon-line-cloud:before { + content: "\e065"; +} +.icon-line-cloud-upload:before { + content: "\e066"; +} +.icon-line-cloud-download:before { + content: "\e067"; +} +.icon-line-upload:before { + content: "\e068"; +} +.icon-line-download:before { + content: "\e069"; +} +.icon-line-location:before { + content: "\e070"; +} +.icon-line-location-2:before { + content: "\e071"; +} +.icon-line-map:before { + content: "\e072"; +} +.icon-line-battery:before { + content: "\e073"; +} +.icon-line-head:before { + content: "\e074"; +} +.icon-line-briefcase:before { + content: "\e075"; +} +.icon-line-speech-bubble:before { + content: "\e076"; +} +.icon-line-anchor:before { + content: "\e077"; +} +.icon-line-globe:before { + content: "\e078"; +} +.icon-line-box:before { + content: "\e079"; +} +.icon-line-reload:before { + content: "\e080"; +} +.icon-line-share:before { + content: "\e081"; +} +.icon-line-marquee:before { + content: "\e082"; +} +.icon-line-marquee-plus:before { + content: "\e083"; +} +.icon-line-marquee-minus:before { + content: "\e084"; +} +.icon-line-tag:before { + content: "\e085"; +} +.icon-line-power:before { + content: "\e086"; +} +.icon-line-command:before { + content: "\e087"; +} +.icon-line-alt:before { + content: "\e088"; +} +.icon-line-esc:before { + content: "\e089"; +} +.icon-line-bar-graph:before { + content: "\e090"; +} +.icon-line-bar-graph-2:before { + content: "\e091"; +} +.icon-line-pie-graph:before { + content: "\e092"; +} +.icon-line-star:before { + content: "\e093"; +} +.icon-line-arrow-left:before { + content: "\e094"; +} +.icon-line-arrow-right:before { + content: "\e095"; +} +.icon-line-arrow-up:before { + content: "\e096"; +} +.icon-line-arrow-down:before { + content: "\e097"; +} +.icon-line-volume:before { + content: "\e098"; +} +.icon-line-mute:before { + content: "\e099"; +} +.icon-line-content-right:before { + content: "\e100"; +} +.icon-line-content-left:before { + content: "\e101"; +} +.icon-line-grid:before { + content: "\e102"; +} +.icon-line-grid-2:before { + content: "\e103"; +} +.icon-line-columns:before { + content: "\e104"; +} +.icon-line-loader:before { + content: "\e105"; +} +.icon-line-bag:before { + content: "\e106"; +} +.icon-line-ban:before { + content: "\e107"; +} +.icon-line-flag:before { + content: "\e108"; +} +.icon-line-trash:before { + content: "\e109"; +} +.icon-line-expand:before { + content: "\e110"; +} +.icon-line-contract:before { + content: "\e111"; +} +.icon-line-maximize:before { + content: "\e112"; +} +.icon-line-minimize:before { + content: "\e113"; +} +.icon-line-plus:before { + content: "\e114"; +} +.icon-line-minus:before { + content: "\e115"; +} +.icon-line-check:before { + content: "\e116"; +} +.icon-line-cross:before { + content: "\e117"; +} +.icon-line-move:before { + content: "\e118"; +} +.icon-line-delete:before { + content: "\e119"; +} +.icon-line-menu:before { + content: "\e120"; +} +.icon-line-archive:before { + content: "\e121"; +} +.icon-line-inbox:before { + content: "\e122"; +} +.icon-line-outbox:before { + content: "\e123"; +} +.icon-line-file:before { + content: "\e124"; +} +.icon-line-file-add:before { + content: "\e125"; +} +.icon-line-file-subtract:before { + content: "\e126"; +} +.icon-line-help:before { + content: "\e127"; +} +.icon-line-open:before { + content: "\e128"; +} +.icon-line-ellipsis:before { + content: "\e129"; +} + +.icon-line2-user-female:before { + content: "\e000"; +} +.icon-line2-user-follow:before { + content: "\e002"; +} +.icon-line2-user-following:before { + content: "\e003"; +} +.icon-line2-user-unfollow:before { + content: "\e004"; +} +.icon-line2-trophy:before { + content: "\e006"; +} +.icon-line2-screen-smartphone:before { + content: "\e010"; +} +.icon-line2-screen-desktop:before { + content: "\e011"; +} +.icon-line2-plane:before { + content: "\e012"; +} +.icon-line2-notebook:before { + content: "\e013"; +} +.icon-line2-moustache:before { + content: "\e014"; +} +.icon-line2-mouse:before { + content: "\e015"; +} +.icon-line2-magnet:before { + content: "\e016"; +} +.icon-line2-energy:before { + content: "\e020"; +} +.icon-line2-emoticon-smile:before { + content: "\e021"; +} +.icon-line2-disc:before { + content: "\e022"; +} +.icon-line2-cursor-move:before { + content: "\e023"; +} +.icon-line2-crop:before { + content: "\e024"; +} +.icon-line2-credit-card:before { + content: "\e025"; +} +.icon-line2-chemistry:before { + content: "\e026"; +} +.icon-line2-user:before { + content: "\e005"; +} +.icon-line2-speedometer:before { + content: "\e007"; +} +.icon-line2-social-youtube:before { + content: "\e008"; +} +.icon-line2-social-twitter:before { + content: "\e009"; +} +.icon-line2-social-tumblr:before { + content: "\e00a"; +} +.icon-line2-social-facebook:before { + content: "\e00b"; +} +.icon-line2-social-dropbox:before { + content: "\e00c"; +} +.icon-line2-social-dribbble:before { + content: "\e00d"; +} +.icon-line2-shield:before { + content: "\e00e"; +} +.icon-line2-screen-tablet:before { + content: "\e00f"; +} +.icon-line2-magic-wand:before { + content: "\e017"; +} +.icon-line2-hourglass:before { + content: "\e018"; +} +.icon-line2-graduation:before { + content: "\e019"; +} +.icon-line2-ghost:before { + content: "\e01a"; +} +.icon-line2-game-controller:before { + content: "\e01b"; +} +.icon-line2-fire:before { + content: "\e01c"; +} +.icon-line2-eyeglasses:before { + content: "\e01d"; +} +.icon-line2-envelope-open:before { + content: "\e01e"; +} +.icon-line2-envelope-letter:before { + content: "\e01f"; +} +.icon-line2-bell:before { + content: "\e027"; +} +.icon-line2-badge:before { + content: "\e028"; +} +.icon-line2-anchor:before { + content: "\e029"; +} +.icon-line2-wallet:before { + content: "\e02a"; +} +.icon-line2-vector:before { + content: "\e02b"; +} +.icon-line2-speech:before { + content: "\e02c"; +} +.icon-line2-puzzle:before { + content: "\e02d"; +} +.icon-line2-printer:before { + content: "\e02e"; +} +.icon-line2-present:before { + content: "\e02f"; +} +.icon-line2-playlist:before { + content: "\e030"; +} +.icon-line2-pin:before { + content: "\e031"; +} +.icon-line2-picture:before { + content: "\e032"; +} +.icon-line2-map:before { + content: "\e033"; +} +.icon-line2-layers:before { + content: "\e034"; +} +.icon-line2-handbag:before { + content: "\e035"; +} +.icon-line2-globe-alt:before { + content: "\e036"; +} +.icon-line2-globe:before { + content: "\e037"; +} +.icon-line2-frame:before { + content: "\e038"; +} +.icon-line2-folder-alt:before { + content: "\e039"; +} +.icon-line2-film:before { + content: "\e03a"; +} +.icon-line2-feed:before { + content: "\e03b"; +} +.icon-line2-earphones-alt:before { + content: "\e03c"; +} +.icon-line2-earphones:before { + content: "\e03d"; +} +.icon-line2-drop:before { + content: "\e03e"; +} +.icon-line2-drawer:before { + content: "\e03f"; +} +.icon-line2-docs:before { + content: "\e040"; +} +.icon-line2-directions:before { + content: "\e041"; +} +.icon-line2-direction:before { + content: "\e042"; +} +.icon-line2-diamond:before { + content: "\e043"; +} +.icon-line2-cup:before { + content: "\e044"; +} +.icon-line2-compass:before { + content: "\e045"; +} +.icon-line2-call-out:before { + content: "\e046"; +} +.icon-line2-call-in:before { + content: "\e047"; +} +.icon-line2-call-end:before { + content: "\e048"; +} +.icon-line2-calculator:before { + content: "\e049"; +} +.icon-line2-bubbles:before { + content: "\e04a"; +} +.icon-line2-briefcase:before { + content: "\e04b"; +} +.icon-line2-book-open:before { + content: "\e04c"; +} +.icon-line2-basket-loaded:before { + content: "\e04d"; +} +.icon-line2-basket:before { + content: "\e04e"; +} +.icon-line2-bag:before { + content: "\e04f"; +} +.icon-line2-action-undo:before { + content: "\e050"; +} +.icon-line2-action-redo:before { + content: "\e051"; +} +.icon-line2-wrench:before { + content: "\e052"; +} +.icon-line2-umbrella:before { + content: "\e053"; +} +.icon-line2-trash:before { + content: "\e054"; +} +.icon-line2-tag:before { + content: "\e055"; +} +.icon-line2-support:before { + content: "\e056"; +} +.icon-line2-size-fullscreen:before { + content: "\e057"; +} +.icon-line2-size-actual:before { + content: "\e058"; +} +.icon-line2-shuffle:before { + content: "\e059"; +} +.icon-line2-share-alt:before { + content: "\e05a"; +} +.icon-line2-share:before { + content: "\e05b"; +} +.icon-line2-rocket:before { + content: "\e05c"; +} +.icon-line2-question:before { + content: "\e05d"; +} +.icon-line2-pie-chart:before { + content: "\e05e"; +} +.icon-line2-pencil:before { + content: "\e05f"; +} +.icon-line2-note:before { + content: "\e060"; +} +.icon-line2-music-tone-alt:before { + content: "\e061"; +} +.icon-line2-music-tone:before { + content: "\e062"; +} +.icon-line2-microphone:before { + content: "\e063"; +} +.icon-line2-loop:before { + content: "\e064"; +} +.icon-line2-logout:before { + content: "\e065"; +} +.icon-line2-login:before { + content: "\e066"; +} +.icon-line2-list:before { + content: "\e067"; +} +.icon-line2-like:before { + content: "\e068"; +} +.icon-line2-home:before { + content: "\e069"; +} +.icon-line2-grid:before { + content: "\e06a"; +} +.icon-line2-graph:before { + content: "\e06b"; +} +.icon-line2-equalizer:before { + content: "\e06c"; +} +.icon-line2-dislike:before { + content: "\e06d"; +} +.icon-line2-cursor:before { + content: "\e06e"; +} +.icon-line2-control-start:before { + content: "\e06f"; +} +.icon-line2-control-rewind:before { + content: "\e070"; +} +.icon-line2-control-play:before { + content: "\e071"; +} +.icon-line2-control-pause:before { + content: "\e072"; +} +.icon-line2-control-forward:before { + content: "\e073"; +} +.icon-line2-control-end:before { + content: "\e074"; +} +.icon-line2-calendar:before { + content: "\e075"; +} +.icon-line2-bulb:before { + content: "\e076"; +} +.icon-line2-bar-chart:before { + content: "\e077"; +} +.icon-line2-arrow-up:before { + content: "\e078"; +} +.icon-line2-arrow-right:before { + content: "\e079"; +} +.icon-line2-arrow-left:before { + content: "\e07a"; +} +.icon-line2-arrow-down:before { + content: "\e07b"; +} +.icon-line2-ban:before { + content: "\e07c"; +} +.icon-line2-bubble:before { + content: "\e07d"; +} +.icon-line2-camcorder:before { + content: "\e07e"; +} +.icon-line2-camera:before { + content: "\e07f"; +} +.icon-line2-check:before { + content: "\e080"; +} +.icon-line2-clock:before { + content: "\e081"; +} +.icon-line2-close:before { + content: "\e082"; +} +.icon-line2-cloud-download:before { + content: "\e083"; +} +.icon-line2-cloud-upload:before { + content: "\e084"; +} +.icon-line2-doc:before { + content: "\e085"; +} +.icon-line2-envelope:before { + content: "\e086"; +} +.icon-line2-eye:before { + content: "\e087"; +} +.icon-line2-flag:before { + content: "\e088"; +} +.icon-line2-folder:before { + content: "\e089"; +} +.icon-line2-heart:before { + content: "\e08a"; +} +.icon-line2-info:before { + content: "\e08b"; +} +.icon-line2-key:before { + content: "\e08c"; +} +.icon-line2-link:before { + content: "\e08d"; +} +.icon-line2-lock:before { + content: "\e08e"; +} +.icon-line2-lock-open:before { + content: "\e08f"; +} +.icon-line2-magnifier:before { + content: "\e090"; +} +.icon-line2-magnifier-add:before { + content: "\e091"; +} +.icon-line2-magnifier-remove:before { + content: "\e092"; +} +.icon-line2-paper-clip:before { + content: "\e093"; +} +.icon-line2-paper-plane:before { + content: "\e094"; +} +.icon-line2-plus:before { + content: "\e095"; +} +.icon-line2-pointer:before { + content: "\e096"; +} +.icon-line2-power:before { + content: "\e097"; +} +.icon-line2-refresh:before { + content: "\e098"; +} +.icon-line2-reload:before { + content: "\e099"; +} +.icon-line2-settings:before { + content: "\e09a"; +} +.icon-line2-star:before { + content: "\e09b"; +} +.icon-line2-symbol-female:before { + content: "\e09c"; +} +.icon-line2-symbol-male:before { + content: "\e09d"; +} +.icon-line2-target:before { + content: "\e09e"; +} +.icon-line2-volume-1:before { + content: "\e09f"; +} +.icon-line2-volume-2:before { + content: "\e0a0"; +} +.icon-line2-volume-off:before { + content: "\e0a1"; +} +.icon-line2-users:before { + content: "\e001"; +} \ No newline at end of file diff --git a/stylesheets/fonts/Simple-Line-Icons.dev.svg b/stylesheets/fonts/Simple-Line-Icons.dev.svg new file mode 100755 index 0000000..d8a4b3a --- /dev/null +++ b/stylesheets/fonts/Simple-Line-Icons.dev.svg @@ -0,0 +1,1369 @@ + + + + +This is a custom SVG font generated by IcoMoon. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/stylesheets/fonts/Simple-Line-Icons.eot b/stylesheets/fonts/Simple-Line-Icons.eot new file mode 100755 index 0000000..d258f62 Binary files /dev/null and b/stylesheets/fonts/Simple-Line-Icons.eot differ diff --git a/stylesheets/fonts/Simple-Line-Icons.svg b/stylesheets/fonts/Simple-Line-Icons.svg new file mode 100755 index 0000000..6c9f7c5 --- /dev/null +++ b/stylesheets/fonts/Simple-Line-Icons.svg @@ -0,0 +1,1369 @@ + + + + +This is a custom SVG font generated by IcoMoon. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/stylesheets/fonts/Simple-Line-Icons.ttf b/stylesheets/fonts/Simple-Line-Icons.ttf new file mode 100755 index 0000000..2194f1f Binary files /dev/null and b/stylesheets/fonts/Simple-Line-Icons.ttf differ diff --git a/stylesheets/fonts/Simple-Line-Icons.woff b/stylesheets/fonts/Simple-Line-Icons.woff new file mode 100755 index 0000000..50df1e4 Binary files /dev/null and b/stylesheets/fonts/Simple-Line-Icons.woff differ diff --git a/stylesheets/fonts/font-icons.eot b/stylesheets/fonts/font-icons.eot new file mode 100755 index 0000000..7279e8d Binary files /dev/null and b/stylesheets/fonts/font-icons.eot differ diff --git a/stylesheets/fonts/font-icons.svg b/stylesheets/fonts/font-icons.svg new file mode 100755 index 0000000..be16e71 --- /dev/null +++ b/stylesheets/fonts/font-icons.svg @@ -0,0 +1,661 @@ + + + +Generated by IcoMoon + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/stylesheets/fonts/font-icons.ttf b/stylesheets/fonts/font-icons.ttf new file mode 100755 index 0000000..e962b28 Binary files /dev/null and b/stylesheets/fonts/font-icons.ttf differ diff --git a/stylesheets/fonts/font-icons.woff b/stylesheets/fonts/font-icons.woff new file mode 100755 index 0000000..9280c52 Binary files /dev/null and b/stylesheets/fonts/font-icons.woff differ diff --git a/stylesheets/fonts/lined-icons.eot b/stylesheets/fonts/lined-icons.eot new file mode 100755 index 0000000..4fffe89 Binary files /dev/null and b/stylesheets/fonts/lined-icons.eot differ diff --git a/stylesheets/fonts/lined-icons.svg b/stylesheets/fonts/lined-icons.svg new file mode 100755 index 0000000..d3e8b6f --- /dev/null +++ b/stylesheets/fonts/lined-icons.svg @@ -0,0 +1,140 @@ + + + +Generated by IcoMoon + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/stylesheets/fonts/lined-icons.ttf b/stylesheets/fonts/lined-icons.ttf new file mode 100755 index 0000000..7baed0c Binary files /dev/null and b/stylesheets/fonts/lined-icons.ttf differ diff --git a/stylesheets/fonts/lined-icons.woff b/stylesheets/fonts/lined-icons.woff new file mode 100755 index 0000000..df969d4 Binary files /dev/null and b/stylesheets/fonts/lined-icons.woff differ diff --git a/stylesheets/images/icons/dotted.png b/stylesheets/images/icons/dotted.png new file mode 100644 index 0000000..e33a8de --- /dev/null +++ b/stylesheets/images/icons/dotted.png @@ -0,0 +1,17 @@ + + +500 Internal Server Error + +

    Internal Server Error

    +

    The server encountered an internal error or +misconfiguration and was unable to complete +your request.

    +

    Please contact the server administrator, + webmaster@codeweek.programamos.es and inform them of the time the error occurred, +and anything you might have done that may have +caused the error.

    +

    More information about this error may be available +in the server error log.

    +

    Additionally, a 500 Internal Server Error +error was encountered while trying to use an ErrorDocument to handle the request.

    + diff --git a/stylesheets/images/pattern2.png b/stylesheets/images/pattern2.png new file mode 100644 index 0000000..e33a8de --- /dev/null +++ b/stylesheets/images/pattern2.png @@ -0,0 +1,17 @@ + + +500 Internal Server Error + +

    Internal Server Error

    +

    The server encountered an internal error or +misconfiguration and was unable to complete +your request.

    +

    Please contact the server administrator, + webmaster@codeweek.programamos.es and inform them of the time the error occurred, +and anything you might have done that may have +caused the error.

    +

    More information about this error may be available +in the server error log.

    +

    Additionally, a 500 Internal Server Error +error was encountered while trying to use an ErrorDocument to handle the request.

    + diff --git a/stylesheets/reset.css b/stylesheets/reset.css new file mode 100644 index 0000000..d9f27b5 --- /dev/null +++ b/stylesheets/reset.css @@ -0,0 +1,48 @@ +/* http://meyerweb.com/eric/tools/css/reset/ + v2.0 | 20110126 + License: none (public domain) +*/ + +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; + vertical-align: baseline; +} +/* HTML5 display-role reset for older browsers */ +article, aside, details, figcaption, figure, +footer, header, hgroup, menu, nav, section { + display: block; +} +body { + line-height: 1; +} +ol, ul { + 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; +} diff --git a/video-contest/index.htm b/video-contest/index.htm new file mode 100644 index 0000000..cf4ab9d --- /dev/null +++ b/video-contest/index.htm @@ -0,0 +1,38 @@ +--- +layout: page +title: CodeWeekEU 2015 Storytelling and Video Contest +--- + +

    Europe Code Week ambassadors encourage all event organizers to tell their CodeWeek stories by making short videos and sharing them on YouTube.

    + +

    The CodeWeekEU-2015 Video Contest provides an additional motivation to share and promote the videos in order to keep raising awareness of the importance of computational thinking beyond Code Week.

    + +

    You can take participate with three kinds of videos: +

    +The "Ode to code" is an open source music made to celebrate Europe Code Week 2015. It can be freely added as a sound track to your videos, or remixed to make your own sound track. All the resources you need for your project are available on http://codeweek.it/ode-to-code/

    + +
    + +

    How to participate

    + +

    To take part in the video contest:

    + +
      +
    1. Make your video
    2. +
    3. Upload your video to YouTube (using your own channel)
    4. +
    5. Fill in and submit the online form providing the short URL of your video and the country and category it belongs to. In case your video refers to a CodeWeek event or to a Scratch project, provide also the URL of the event or of the project.
    6. +
    7. Update the description of your video following the instructions in the confirmation e-mail
    8. +
    9. Keep on having fun with coding, music, and dance!
    10. +
    + +

    Awards

    + +

    The first round of the contest ended on October 31, 2015, but videos can be submitted (and liked) until December 31, 2015 to take part in the second round! The most popular videos (those with most views, likes, and comments on YouTube by the end of the contest) will be displayed on Europe Code Week website.

    + +

    The most popular videos in each country will be awarded with official certificates.

    + +

    Additional prizes can be offered by sponsors.