├── 20210122 └── e51922e8a6da05ef69459dcbec14708a.jpg (1920×1080).67t12sqxw4s0.jpg ├── Potatso-Lite └── ipa.plist ├── README.md ├── Shadowrocket ├── Shadowrocket.ipa ├── a │ └── s └── ipa.plist ├── Tenon ├── README.md ├── TenonVPN.ipa ├── assets │ ├── css │ │ ├── bootstrap.min.css │ │ ├── my.css │ │ └── style.css │ ├── images │ │ ├── favicon.ico │ │ ├── icon.jpg │ │ ├── logo.jpg │ │ └── ua-tip.png │ └── js │ │ └── jquery-1.7.2.min.js ├── index.html └── ipa.plist └── index.html /20210122/e51922e8a6da05ef69459dcbec14708a.jpg (1920×1080).67t12sqxw4s0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anran-world/ios-ssr/1f66486b58b7fcbf4c8bf623025fa6c6bd3cfccf/20210122/e51922e8a6da05ef69459dcbec14708a.jpg (1920×1080).67t12sqxw4s0.jpg -------------------------------------------------------------------------------- /Potatso-Lite/ipa.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | items 6 | 7 | 8 | assets 9 | 10 | 11 | kind 12 | software-package 13 | url 14 | https://raw.githubusercontent.com/xcxnig/ssr-download/master/potatso-lite.ipa 15 | 16 | 17 | metadata 18 | 19 | bundle-identifier 20 | com.touchingapp.potatsolite 21 | bundle-version 22 | 2.4.0 23 | kind 24 | software 25 | title 26 | Potatso Lite 27 | 28 | 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # 公众号:失心人,获取最新推送 2 | 3 | ## Shadowrocket(小火箭)、Potatso-Lite在线安装,无需登录海外ID 4 | ## 网址:7758520.ga 5 | -------------------------------------------------------------------------------- /Shadowrocket/Shadowrocket.ipa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anran-world/ios-ssr/1f66486b58b7fcbf4c8bf623025fa6c6bd3cfccf/Shadowrocket/Shadowrocket.ipa -------------------------------------------------------------------------------- /Shadowrocket/a/s: -------------------------------------------------------------------------------- 1 | s 2 | -------------------------------------------------------------------------------- /Shadowrocket/ipa.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | items 5 | 6 | 7 | assets 8 | 9 | 10 | kind 11 | software-package 12 | url 13 | https://cdn.jsdelivr.net/gh/anran-world/ios-ssr@main/Shadowrocket/Shadowrocket.ipa 14 | 15 | 16 | metadata 17 | 18 | bundle-identifier 19 | live.yremp.Shadowrocket 20 | bundle-version 21 | 2.1.12 22 | kind 23 | software 24 | title 25 | Shadowrocket 26 | 27 | 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /Tenon/README.md: -------------------------------------------------------------------------------- 1 | 2 | ### 最新版本 3 | 最新版本可以关注一下微信公众号:是Anran呀 ,提供美区小火箭账号 4 | 5 | ### 使用说明 6 | 7 | 1. Shadowrocket v2.1.12 ,版本低一点但是不影响正常使用,主要是为大家提供免验证版本,安装即可使用 8 | 2. 此版本仅供大家体验使用,觉得不错还是建议购买正版支持一下软件作者,总的来说这款软件还是蛮良心的 9 | 10 | 11 | -------------------------------------------------------------------------------- /Tenon/TenonVPN.ipa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anran-world/ios-ssr/1f66486b58b7fcbf4c8bf623025fa6c6bd3cfccf/Tenon/TenonVPN.ipa -------------------------------------------------------------------------------- /Tenon/assets/css/my.css: -------------------------------------------------------------------------------- 1 | html,body { 2 | height: 100%; 3 | } 4 | button { 5 | height: 40px; width: 100%; 6 | font-size: x-large; 7 | margin-top: 13px; 8 | } 9 | .wrap { 10 | min-height: 100%; 11 | } 12 | .main { 13 | padding-bottom:90px; 14 | } 15 | .uatip { 16 | background: rgba(0,0,0,0.8); 17 | text-align: center; position: fixed; 18 | left:0; 19 | top: 0; 20 | width: 100%; 21 | height: 100%; 22 | z-index: 998; 23 | display: none; 24 | } 25 | .uatip-icon { 26 | width: 52px; 27 | height: 67px; 28 | background: url(../images/ua-tip.png) no-repeat; 29 | display: block; 30 | position: absolute; 31 | right: 20px; 32 | top: 20px; 33 | } 34 | .uatip-txt { 35 | margin-top: 36 | 107px; 37 | color: #fff; 38 | font-size: 16px; 39 | line-height: 1.5; 40 | } 41 | .polaroid { 42 | margin: auto; 43 | width: 119px; 44 | box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 45 | margin-bottom: 20px; 46 | border-radius: 50%; 47 | } 48 | .logo { 49 | -webkit-transition: 0.4s; 50 | -webkit-transition:-webkit-transform 0.4s ease-out; 51 | transition: transform 0.4s ease-out; 52 | -moz-transition: -moz-transform 0.4s ease-out; 53 | } 54 | .logo:hover { 55 | transform: rotateZ(360deg); 56 | -webkit-transform: rotateZ(360deg); 57 | -moz-transform: rotateZ(360deg); 58 | } 59 | .footer { 60 | margin-top: -50px; 61 | height: 50px;z-index: 9999; 62 | padding: 15px 0 15px; 63 | } 64 | .btn-circle { 65 | border-radius: 50px; 66 | box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2); 67 | } 68 | .id { 69 | width: 300px; 70 | margin:0 auto; 71 | } 72 | -------------------------------------------------------------------------------- /Tenon/assets/css/style.css: -------------------------------------------------------------------------------- 1 | 2 | body{ 3 | 4 | font-family: NotoSansHans-Regular, AvenirNext-Regular, "proxima-nova", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", "Open Sans", "Helvetica Neue", Arial, sans-serif; 5 | 6 | } 7 | 8 | .wrapper { 9 | 10 | background: #fff; 11 | 12 | } 13 | 14 | 15 | 16 | .boxed-layout { 17 | 18 | padding: 0; 19 | 20 | box-shadow: 0 0 5px #ccc; 21 | 22 | margin-left: auto !important; 23 | 24 | margin-right: auto !important; 25 | 26 | background: url(../img/patterns/15.png) repeat; 27 | 28 | } 29 | 30 | 31 | 32 | /*Parallax Backgrounds 33 | 34 | ------------------------------------*/ 35 | 36 | .parallax-bg { 37 | 38 | background: url(../img/blur/img1.jpg) 50% 0 repeat fixed; 39 | 40 | } 41 | 42 | 43 | 44 | /*Parallax Counter Block*/ 45 | 46 | .parallax-counter { 47 | 48 | padding: 60px 0; 49 | 50 | background: url(../img/bg/9.jpg) 50% 0 no-repeat fixed; 51 | 52 | } 53 | 54 | 55 | 56 | .parallax-counter h4 { 57 | 58 | color: #fff; 59 | 60 | font-size: 18px; 61 | 62 | } 63 | 64 | 65 | 66 | .parallax-counter .counters { 67 | 68 | color: #fff; 69 | 70 | padding: 20px 0; 71 | 72 | font-weight: 200; 73 | 74 | background: rgba(0,0,0,0.6); 75 | 76 | } 77 | 78 | 79 | 80 | /*Parallax Team*/ 81 | 82 | .parallax-team { 83 | 84 | background: url(../img/team/faces.jpg) 50% 0 repeat fixed; 85 | 86 | } 87 | 88 | 89 | 90 | .parallax-team, 91 | 92 | .parallax-team .title-box-v2 { 93 | 94 | position: relative; 95 | 96 | } 97 | 98 | 99 | 100 | .parallax-team:before { 101 | 102 | top: 0; 103 | 104 | left: 0; 105 | 106 | width: 100%; 107 | 108 | height: 100%; 109 | 110 | content: " "; 111 | 112 | position: absolute; 113 | 114 | background: rgba(255,255,255,0.9); 115 | 116 | } 117 | 118 | 119 | 120 | /*Top Bar (login, search etc.) 121 | 122 | ------------------------------------*/ 123 | 124 | .topbar { 125 | 126 | z-index: 12; 127 | 128 | padding: 8px 0 16px 0; 129 | 130 | position: relative; 131 | 132 | } 133 | 134 | 135 | 136 | .topbar ul.loginbar { 137 | 138 | margin: 0; 139 | 140 | } 141 | 142 | 143 | 144 | .topbar ul.loginbar > li { 145 | 146 | display: inline; 147 | 148 | list-style: none; 149 | 150 | position: relative; 151 | 152 | padding-bottom: 15px; 153 | 154 | } 155 | 156 | 157 | 158 | .topbar ul.loginbar > li > a, 159 | 160 | .topbar ul.loginbar > li > a:hover { 161 | 162 | color: #7c8082; 163 | 164 | /* font-size: 11px; */ 165 | 166 | /* text-transform: uppercase; */ 167 | 168 | } 169 | 170 | 171 | 172 | .topbar ul.loginbar li i.fa { 173 | 174 | color: #bbb; 175 | 176 | } 177 | 178 | 179 | 180 | .topbar ul.loginbar li.topbar-devider { 181 | 182 | top: -1px; 183 | 184 | padding: 0; 185 | 186 | font-size: 8px; 187 | 188 | position: relative; 189 | 190 | margin: 0 9px 0 5px; 191 | 192 | font-family: Tahoma; 193 | 194 | border-right: solid 1px #bbb; 195 | 196 | } 197 | 198 | 199 | 200 | /*Lenguages*/ 201 | 202 | .topbar ul.lenguages { 203 | 204 | top: 25px; 205 | 206 | left: -5px; 207 | 208 | display: none; 209 | 210 | padding: 4px 0; 211 | 212 | padding-left: 0; 213 | 214 | list-style: none; 215 | 216 | min-width: 100px; 217 | 218 | position: absolute; 219 | 220 | background: #f0f0f0; 221 | 222 | } 223 | 224 | 225 | 226 | .topbar li:hover ul.lenguages { 227 | 228 | display: block; 229 | 230 | } 231 | 232 | 233 | 234 | .topbar ul.lenguages:after { 235 | 236 | top: -4px; 237 | 238 | width: 0; 239 | 240 | height: 0; 241 | 242 | left: 8px; 243 | 244 | content: " "; 245 | 246 | display: block; 247 | 248 | position: absolute; 249 | 250 | border-bottom: 6px solid #f0f0f0; 251 | 252 | border-left: 6px solid transparent; 253 | 254 | border-right: 6px solid transparent; 255 | 256 | border-left-style: inset; /*FF fixes*/ 257 | 258 | border-right-style: inset; /*FF fixes*/ 259 | 260 | } 261 | 262 | 263 | 264 | .topbar ul.lenguages li a { 265 | 266 | color: #555; 267 | 268 | display: block; 269 | 270 | font-size: 12px; 271 | 272 | padding: 2px 12px; 273 | 274 | margin-bottom: 1px; 275 | 276 | text-transform: uppercase; 277 | 278 | } 279 | 280 | 281 | 282 | .topbar ul.lenguages li.active a i { 283 | 284 | color: #999; 285 | 286 | float: right; 287 | 288 | margin-top: 2px; 289 | 290 | } 291 | 292 | 293 | 294 | .topbar ul.lenguages li a:hover, 295 | 296 | .topbar ul.lenguages li.active a { 297 | 298 | background: #fafafa; 299 | 300 | } 301 | 302 | 303 | 304 | .topbar ul.lenguages li a:hover { 305 | 306 | text-decoration: none; 307 | 308 | } 309 | 310 | 311 | 312 | /*Top Bar v1 (login, search etc.) 313 | 314 | ------------------------------------*/ 315 | 316 | .topbar-v1 { 317 | 318 | background: #fdfdfd; 319 | 320 | border-bottom: solid 1px #f0f0f0; 321 | 322 | } 323 | 324 | 325 | 326 | /*Top Contacts*/ 327 | 328 | .topbar-v1 ul { 329 | 330 | margin: 0; 331 | 332 | } 333 | 334 | 335 | 336 | .topbar-v1 .top-v1-contacts li { 337 | 338 | color: #666; 339 | 340 | padding: 5px 0; 341 | 342 | font-size: 12px; 343 | 344 | margin-right: 15px; 345 | 346 | display: inline-block; 347 | 348 | } 349 | 350 | 351 | 352 | .topbar-v1 .top-v1-contacts i { 353 | 354 | color: #999; 355 | 356 | font-size: 13px; 357 | 358 | margin-right: 3px; 359 | 360 | } 361 | 362 | 363 | 364 | /*Top Data*/ 365 | 366 | .topbar-v1 .top-v1-data { 367 | 368 | text-align: right; 369 | 370 | } 371 | 372 | 373 | 374 | .topbar-v1 .top-v1-data li { 375 | 376 | padding: 5px 11px; 377 | 378 | display: inline-block; 379 | 380 | border-right: solid 1px #eee; 381 | 382 | } 383 | 384 | 385 | 386 | .topbar-v1 .top-v1-data li:first-child { 387 | 388 | border-left: solid 1px #eee; 389 | 390 | } 391 | 392 | 393 | 394 | .topbar-v1 .top-v1-data li a { 395 | 396 | font-size: 12px; 397 | 398 | } 399 | 400 | 401 | 402 | .topbar-v1 .top-v1-data li a:hover { 403 | 404 | text-decoration: none; 405 | 406 | } 407 | 408 | 409 | 410 | .topbar-v1 .top-v1-data li i { 411 | 412 | color: #777; 413 | 414 | font-size: 13px; 415 | 416 | } 417 | 418 | 419 | 420 | .topbar-v1 .top-v1-data li a:hover i { 421 | 422 | color: #72c02c; 423 | 424 | } 425 | 426 | 427 | 428 | /*Responsive Topbar v1*/ 429 | 430 | @media (max-width: 992px) { 431 | 432 | .topbar-v1 ul { 433 | 434 | text-align: center !important; 435 | 436 | } 437 | 438 | 439 | 440 | .topbar-v1 .top-v1-contacts { 441 | 442 | margin: 10px 0; 443 | 444 | } 445 | 446 | 447 | 448 | .topbar-v1 .top-v1-data li { 449 | 450 | top: 1px; 451 | 452 | padding: 6px 16px; 453 | 454 | margin-left: -5px; 455 | 456 | position: relative; 457 | 458 | border: solid 1px #eee; 459 | 460 | } 461 | 462 | } 463 | 464 | 465 | 466 | /*Header Default 467 | 468 | ------------------------------------*/ 469 | 470 | .header { 471 | 472 | z-index: 99; 473 | 474 | position: relative; 475 | 476 | border-bottom: solid 2px #eee; 477 | 478 | } 479 | 480 | 481 | 482 | .header .navbar { 483 | 484 | margin: 0; 485 | 486 | min-height: inherit; 487 | 488 | } 489 | 490 | 491 | 492 | .header .navbar-default { 493 | 494 | border: none; 495 | 496 | background: none; 497 | 498 | } 499 | 500 | 501 | 502 | .header .navbar-collapse { 503 | 504 | position: relative; 505 | 506 | /*max-height: inherit;*/ 507 | 508 | } 509 | 510 | 511 | 512 | /*Brand*/ 513 | 514 | .header .navbar-brand { 515 | 516 | z-index: 1; 517 | 518 | top: -8px; 519 | 520 | position: relative; 521 | 522 | padding: 0 10px 10px; 523 | 524 | } 525 | 526 | 527 | 528 | @media (max-width: 992px) { 529 | 530 | .header .navbar-brand { 531 | 532 | top: 0; 533 | 534 | height: 40px; 535 | 536 | } 537 | 538 | } 539 | 540 | 541 | 542 | /*Navbar*/ 543 | 544 | @media (min-width: 992px) { 545 | 546 | .header .navbar-nav { 547 | 548 | float: right; 549 | 550 | } 551 | 552 | } 553 | 554 | 555 | 556 | .header .navbar-default .navbar-nav > li > a { 557 | 558 | color: #687074; 559 | 560 | font-size: 15px; 561 | 562 | font-weight:400; 563 | 564 | text-transform: uppercase; 565 | 566 | } 567 | 568 | 569 | 570 | .header .navbar-default .navbar-nav > .active > a { 571 | 572 | color: #72c02c; 573 | 574 | } 575 | 576 | 577 | 578 | /*Dropdown*/ 579 | 580 | .header .navbar-right .dropdown-menu { 581 | 582 | right: inherit; 583 | 584 | } 585 | 586 | 587 | 588 | /*Navbar Toggle*/ 589 | 590 | /*.navbar-toggle, 591 | 592 | .navbar-default .navbar-toggle:hover, 593 | 594 | .navbar-default .navbar-toggle:focus { 595 | 596 | background: #72c02c; 597 | 598 | padding: 6px 10px 2px; 599 | 600 | } 601 | 602 | 603 | 604 | .navbar-default .navbar-toggle { 605 | 606 | border-color: #5fb611; 607 | 608 | } 609 | 610 | 611 | 612 | .navbar-default .navbar-toggle:hover { 613 | 614 | background: #5fb611; 615 | 616 | } 617 | 618 | 619 | 620 | .navbar-default .navbar-toggle .fa { 621 | 622 | color: #fff; 623 | 624 | font-size: 19px; 625 | 626 | } 627 | 628 | */ 629 | 630 | 631 | 632 | /*Responsive Navbar*/ 633 | 634 | @media (max-width: 767px) { 635 | 636 | .header .navbar-default .navbar-nav > li > a { 637 | 638 | font-size: 14px; 639 | 640 | padding: 9px 10px; 641 | 642 | } 643 | 644 | 645 | 646 | .header .navbar-default .navbar-nav > li a { 647 | 648 | /*margin-bottom: 1px;*/ 649 | 650 | border-bottom: solid 1px #eee; 651 | 652 | } 653 | 654 | 655 | 656 | .header .navbar-default .navbar-nav > li > a:focus { 657 | 658 | background: none; 659 | 660 | } 661 | 662 | 663 | 664 | .header .navbar-default .navbar-nav > li > a:hover { 665 | 666 | color: #72c02c; 667 | 668 | } 669 | 670 | 671 | 672 | .header .navbar-default .navbar-nav > .active > a, 673 | 674 | .header .navbar-default .navbar-nav > .active > a:hover, 675 | 676 | .header .navbar-default .navbar-nav > .active > a:focus { 677 | 678 | color: #fff; 679 | 680 | background: #72c02c; 681 | 682 | /*border-bottom: solid 2px #72c02c;*/ 683 | 684 | } 685 | 686 | 687 | 688 | } 689 | 690 | 691 | 692 | @media (min-width: 767px) { 693 | 694 | /*Navbar Collapse*/ 695 | 696 | .header .navbar-collapse { 697 | 698 | padding: 0; 699 | 700 | } 701 | 702 | 703 | 704 | /*Navbar*/ 705 | 706 | .header .navbar-nav { 707 | 708 | top: 2px; 709 | 710 | position: relative; 711 | 712 | } 713 | 714 | 715 | 716 | .header .navbar-default .navbar-nav > li > a { 717 | 718 | padding: 9px 30px 9px 20px; 719 | 720 | } 721 | 722 | 723 | 724 | .header .navbar-default .navbar-nav > li > a, 725 | 726 | .header .navbar-default .navbar-nav > li > a:focus { 727 | 728 | border-bottom: solid 2px transparent; 729 | 730 | } 731 | 732 | 733 | 734 | .header .navbar-default .navbar-nav > li > a:hover, 735 | 736 | .header .navbar-default .navbar-nav > .active > a { 737 | 738 | border-bottom: solid 2px #72c02c; 739 | 740 | } 741 | 742 | 743 | 744 | .header .navbar-default .navbar-nav > li > a, 745 | 746 | .header .navbar-default .navbar-nav > li > a:hover, 747 | 748 | .header .navbar-default .navbar-nav > li > a:focus, 749 | 750 | .header .navbar-default .navbar-nav > .active > a, 751 | 752 | .header .navbar-default .navbar-nav > .active > a:hover, 753 | 754 | .header .navbar-default .navbar-nav > .active > a:focus { 755 | 756 | background: none; 757 | 758 | } 759 | 760 | 761 | 762 | 763 | 764 | .header .navbar-default .navbar-nav > .open > a, 765 | 766 | .header .navbar-default .navbar-nav > .open > a:hover, 767 | 768 | .header .navbar-default .navbar-nav > .open > a:focus { 769 | 770 | color: #687074; 771 | 772 | } 773 | 774 | 775 | 776 | 777 | 778 | } 779 | 780 | 781 | 782 | /*Search Box*/ 783 | 784 | .header .navbar .nav > li > .search { 785 | 786 | color: #aaa; 787 | 788 | cursor: pointer; 789 | 790 | min-width: 35px; 791 | 792 | font-size: 15px; 793 | 794 | text-align: center; 795 | 796 | background: #f7f7f7; 797 | 798 | padding: 11px 0 12px; 799 | 800 | display: inline-block; 801 | 802 | border-bottom: solid 2px #aaa; 803 | 804 | } 805 | 806 | 807 | 808 | .header .navbar .nav > li > .search:hover { 809 | 810 | color: #72c02c; 811 | 812 | background: #f7f7f7; 813 | 814 | border-bottom-color: #72c02c; 815 | 816 | } 817 | 818 | 819 | 820 | .header .navbar .search-open { 821 | 822 | right: 0; 823 | 824 | top: 38px; 825 | 826 | display: none; 827 | 828 | padding: 14px; 829 | 830 | position: absolute; 831 | 832 | background: #fcfcfc; 833 | 834 | border-top: solid 2px #eee; 835 | 836 | box-shadow: 0 1px 3px #ddd; 837 | 838 | } 839 | 840 | 841 | 842 | .header .navbar .search-open form { 843 | 844 | margin: 0; 845 | 846 | } 847 | 848 | 849 | 850 | @media (min-width: 767px) { 851 | 852 | .header .navbar .search-open { 853 | 854 | width: 330px; 855 | 856 | } 857 | 858 | 859 | 860 | 861 | 862 | } 863 | 864 | 865 | 866 | @media (max-width: 767px) { 867 | 868 | .header .navbar .nav > li > .search { 869 | 870 | color: #999; 871 | 872 | width: 35px; 873 | 874 | height: 34px; 875 | 876 | line-height: 12px; 877 | 878 | text-align: left; 879 | 880 | text-align: center; 881 | 882 | margin: 5px 10px 0; 883 | 884 | background: #eee; 885 | 886 | border-bottom: none; 887 | 888 | } 889 | 890 | 891 | 892 | .header .navbar .nav > li > .search:hover { 893 | 894 | background: #5fb611; 895 | 896 | color: #fff !important; 897 | 898 | } 899 | 900 | 901 | 902 | .header .navbar .search-open { 903 | 904 | top: 5px; 905 | 906 | padding: 0; 907 | 908 | left: 48px; 909 | 910 | border-top: none; 911 | 912 | box-shadow: none; 913 | 914 | background: none; 915 | 916 | margin-right: 10px; 917 | 918 | } 919 | 920 | } 921 | 922 | 923 | 924 | /*Header v1 925 | 926 | ------------------------------------*/ 927 | 928 | .header-v1 { 929 | 930 | border-bottom: none; 931 | 932 | } 933 | 934 | 935 | 936 | /*Brand*/ 937 | 938 | .header-v1 .navbar-brand { 939 | 940 | top: 2px; 941 | 942 | padding: 0 10px 10px; 943 | 944 | } 945 | 946 | 947 | 948 | /*Search Box*/ 949 | 950 | .header-v1 .navbar .search-open { 951 | 952 | background: #f8f8f8; 953 | 954 | } 955 | 956 | 957 | 958 | @media (max-width: 767px) { 959 | 960 | .header-v1 .navbar .search-open { 961 | 962 | bottom: -6px; 963 | 964 | } 965 | 966 | } 967 | 968 | 969 | 970 | .header-v1 .navbar .nav > li > .search { 971 | 972 | padding: 11px; 973 | 974 | border: none; 975 | 976 | min-width: 37px; 977 | 978 | } 979 | 980 | 981 | 982 | .header-v1 .navbar .nav > li > .search:hover { 983 | 984 | background: #72c02c; 985 | 986 | color: #fff !important; 987 | 988 | } 989 | 990 | 991 | 992 | /*Toggle*/ 993 | 994 | .header-v1 .navbar-toggle { 995 | 996 | margin-top: 3px; 997 | 998 | } 999 | 1000 | 1001 | 1002 | /*Responsive Header v1*/ 1003 | 1004 | @media (min-width: 767px) and (max-width: 992px) { 1005 | 1006 | /*Brand*/ 1007 | 1008 | .header-v1 .navbar-brand { 1009 | 1010 | margin-bottom: 15px; 1011 | 1012 | } 1013 | 1014 | } 1015 | 1016 | 1017 | 1018 | @media (min-width: 767px) { 1019 | 1020 | /*Navbar*/ 1021 | 1022 | .header-v1 .navbar-default .navbar-nav > li { 1023 | 1024 | margin-left: 1px; 1025 | 1026 | } 1027 | 1028 | 1029 | 1030 | .header-v1 .navbar-default .navbar-nav > li > a { 1031 | 1032 | padding: 9px 30px 6px 20px; 1033 | 1034 | } 1035 | 1036 | 1037 | 1038 | .header-v1 .navbar-default .navbar-nav > .active > a, 1039 | 1040 | .header-v1 .navbar-default .navbar-nav > li > a:hover, 1041 | 1042 | .header-v1 .navbar-default .navbar-nav > li > a:focus { 1043 | 1044 | color: #fff !important; 1045 | 1046 | background: #72c02c !important; 1047 | 1048 | } 1049 | 1050 | 1051 | 1052 | .header-v1 .navbar-default .navbar-nav > .open > a, 1053 | 1054 | .header-v1 .navbar-default .navbar-nav > .open > a:hover, 1055 | 1056 | .header-v1 .navbar-default .navbar-nav > .open > a:focus { 1057 | 1058 | color: #fff; 1059 | 1060 | background: #72c02c; 1061 | 1062 | } 1063 | 1064 | 1065 | 1066 | /*Dropdown Menu*/ 1067 | 1068 | .header-v1 .dropdown-menu { 1069 | 1070 | background: #fafafa; 1071 | 1072 | } 1073 | 1074 | } 1075 | 1076 | 1077 | 1078 | /*Header Fixed 1079 | 1080 | ------------------------------------*/ 1081 | 1082 | /*Header*/ 1083 | 1084 | .header-fixed .header { 1085 | 1086 | height: 78px; 1087 | 1088 | } 1089 | 1090 | 1091 | 1092 | .header-fixed .header.header-fixed-shrink { 1093 | 1094 | top: 0; 1095 | 1096 | left: 0; 1097 | 1098 | width: 100%; 1099 | 1100 | height: 95px; 1101 | 1102 | z-index: 9999; 1103 | 1104 | position: fixed; 1105 | 1106 | margin-top: -35px; 1107 | 1108 | background: rgba(255,255,255, 0.9); 1109 | 1110 | border-bottom-color: #f5f5f5; 1111 | 1112 | -webkit-transition: height 0.6s; 1113 | 1114 | -moz-transition: height 0.6s; 1115 | 1116 | transition: height 0.6s; 1117 | 1118 | } 1119 | 1120 | 1121 | 1122 | /*Brand*/ 1123 | 1124 | .header-fixed .header.header-fixed-shrink .navbar-brand { 1125 | 1126 | top: 10px; 1127 | 1128 | z-index: 1; 1129 | 1130 | position: relative; 1131 | 1132 | padding: 0 10px 10px; 1133 | 1134 | } 1135 | 1136 | 1137 | 1138 | .header-fixed .header.header-fixed-shrink .navbar-brand img { 1139 | 1140 | width: 90%; 1141 | 1142 | } 1143 | 1144 | 1145 | 1146 | .header-fixed .header.header-fixed-shrink .search, 1147 | 1148 | .header-fixed .header.header-fixed-shrink .active a { 1149 | 1150 | border-bottom: none !important; 1151 | 1152 | } 1153 | 1154 | 1155 | 1156 | .header-fixed .header.header-fixed-shrink .dropdown > a:after { 1157 | 1158 | top: 19px; 1159 | 1160 | } 1161 | 1162 | 1163 | 1164 | /*Toggle*/ 1165 | 1166 | .header-fixed .navbar-toggle { 1167 | 1168 | margin-top: 5px; 1169 | 1170 | } 1171 | 1172 | 1173 | 1174 | /*Search Bar*/ 1175 | 1176 | .header-fixed .header.header-fixed-shrink .search { 1177 | 1178 | margin-top: 12px; 1179 | 1180 | padding: 8px !important; 1181 | 1182 | color: #585f69 !important; 1183 | 1184 | background: none !important; 1185 | 1186 | } 1187 | 1188 | 1189 | 1190 | .header-fixed .header.header-fixed-shrink .search-open { 1191 | 1192 | border-top: none; 1193 | 1194 | background: rgba(255,255,255, 0.9); 1195 | 1196 | } 1197 | 1198 | 1199 | 1200 | /*Responsive Fixed Header*/ 1201 | 1202 | @media (max-width: 992px) { 1203 | 1204 | /*Header*/ 1205 | 1206 | .header-fixed .header { 1207 | 1208 | height: 118px; 1209 | 1210 | } 1211 | 1212 | 1213 | 1214 | .header-fixed .header.header-fixed-shrink { 1215 | 1216 | height: 135px; 1217 | 1218 | } 1219 | 1220 | } 1221 | 1222 | 1223 | 1224 | @media (max-width: 767px) { 1225 | 1226 | /*Header*/ 1227 | 1228 | .header-fixed .header, 1229 | 1230 | .header-fixed .header.header-fixed-shrink { 1231 | 1232 | height: 88px; 1233 | 1234 | } 1235 | 1236 | 1237 | 1238 | /*Navbar*/ 1239 | 1240 | .header-fixed .header .navbar-nav { 1241 | 1242 | background: #fff; 1243 | 1244 | padding: 6px 0; 1245 | 1246 | margin-top: 0px; 1247 | 1248 | border: solid 1px #eee; 1249 | 1250 | } 1251 | 1252 | 1253 | 1254 | .header-fixed .header .navbar-default .navbar-collapse, 1255 | 1256 | .header-fixed .header .navbar-default .navbar-form { 1257 | 1258 | border: none; 1259 | 1260 | } 1261 | 1262 | 1263 | 1264 | /*Toggle*/ 1265 | 1266 | .header-fixed .navbar-toggle { 1267 | 1268 | margin-top: 9px; 1269 | 1270 | } 1271 | 1272 | 1273 | 1274 | /*Search*/ 1275 | 1276 | .header-fixed .header.header-fixed-shrink .navbar .nav > li > .search { 1277 | 1278 | top: 5px; 1279 | 1280 | position: relative; 1281 | 1282 | } 1283 | 1284 | } 1285 | 1286 | 1287 | 1288 | @media (min-width: 767px) { 1289 | 1290 | /*Navbar*/ 1291 | 1292 | .header-fixed .header.header-fixed-shrink .navbar-nav > li > a { 1293 | 1294 | padding: 19px 30px 18px 20px; 1295 | 1296 | border-bottom: solid 1px transparent !important; 1297 | 1298 | } 1299 | 1300 | 1301 | 1302 | /*Search Bar*/ 1303 | 1304 | .header-fixed .header.header-fixed-shrink .search-open { 1305 | 1306 | top: 56px; 1307 | 1308 | } 1309 | 1310 | } 1311 | 1312 | 1313 | 1314 | /*Dropdown Submenu for BS3 1315 | 1316 | ------------------------------------*/ 1317 | 1318 | .dropdown-submenu { 1319 | 1320 | position: relative; 1321 | 1322 | } 1323 | 1324 | 1325 | 1326 | .dropdown > a:after, 1327 | 1328 | .dropdown-submenu > a:after { 1329 | 1330 | top: 8px; 1331 | 1332 | right: 9px; 1333 | 1334 | font-size: 11px; 1335 | 1336 | content: "\f105"; 1337 | 1338 | position: absolute; 1339 | 1340 | font-weight: normal; 1341 | 1342 | display: inline-block; 1343 | 1344 | font-family: FontAwesome; 1345 | 1346 | } 1347 | 1348 | 1349 | 1350 | @media (max-width: 767px) { 1351 | 1352 | .dropdown-submenu > a:after { 1353 | 1354 | content: " "; 1355 | 1356 | } 1357 | 1358 | } 1359 | 1360 | 1361 | 1362 | .dropdown > a:after { 1363 | 1364 | top: 9px; 1365 | 1366 | right: 15px; 1367 | 1368 | content: "\f107"; 1369 | 1370 | } 1371 | 1372 | 1373 | 1374 | .dropdown-submenu > .dropdown-menu { 1375 | 1376 | top: 0; 1377 | 1378 | left: 100%; 1379 | 1380 | margin-top: -5px; 1381 | 1382 | margin-left: 0px; 1383 | 1384 | } 1385 | 1386 | 1387 | 1388 | .dropdown-submenu:hover > .dropdown-menu { 1389 | 1390 | display: block; 1391 | 1392 | } 1393 | 1394 | 1395 | 1396 | @media (max-width: 767px) { 1397 | 1398 | .dropdown-submenu > .dropdown-menu { 1399 | 1400 | display: block; 1401 | 1402 | margin-left: 15px; 1403 | 1404 | } 1405 | 1406 | } 1407 | 1408 | 1409 | 1410 | .dropdown-submenu.pull-left { 1411 | 1412 | float: none; 1413 | 1414 | } 1415 | 1416 | 1417 | 1418 | .dropdown-submenu.pull-left > .dropdown-menu { 1419 | 1420 | left: -100%; 1421 | 1422 | margin-left: 10px; 1423 | 1424 | } 1425 | 1426 | 1427 | 1428 | .dropdown-menu li [class^="fa-"], 1429 | 1430 | .dropdown-menu li [class*=" fa-"] { 1431 | 1432 | left: -3px; 1433 | 1434 | width: 1.25em; 1435 | 1436 | margin-right: 1px; 1437 | 1438 | position: relative; 1439 | 1440 | text-align: center; 1441 | 1442 | display: inline-block; 1443 | 1444 | } 1445 | 1446 | .dropdown-menu li [class^="fa-"].fa-lg, 1447 | 1448 | .dropdown-menu li [class*=" fa-"].fa-lg { 1449 | 1450 | /* increased font size for fa-lg */ 1451 | 1452 | width: 1.5625em; 1453 | 1454 | } 1455 | 1456 | 1457 | 1458 | /*Menu Icons*/ 1459 | 1460 | .menu-icon { 1461 | 1462 | margin-right: 10px; 1463 | 1464 | font-weight: 200; 1465 | 1466 | } 1467 | 1468 | 1469 | 1470 | /*Dropdown Show*/ 1471 | 1472 | .dropdown-show { 1473 | 1474 | position: relative; 1475 | 1476 | display: inline-block; 1477 | 1478 | box-shadow: 0 0 4px #eee; 1479 | 1480 | } 1481 | 1482 | 1483 | 1484 | /*Main Styles 1485 | 1486 | ------------------------------------*/ 1487 | 1488 | /*Purchase Block*/ 1489 | 1490 | .purchase { 1491 | 1492 | padding: 25px 0 30px; 1493 | 1494 | border-bottom: solid 1px #eee; 1495 | 1496 | /*background: url(../img/breadcrumbs.png) repeat;*/ 1497 | 1498 | } 1499 | 1500 | .purchase p { 1501 | 1502 | margin-bottom: 0; 1503 | 1504 | } 1505 | 1506 | .purchase span { 1507 | 1508 | color: #666; 1509 | 1510 | display: block; 1511 | 1512 | font-size: 24px; 1513 | 1514 | line-height: 35px; 1515 | 1516 | font-weight: normal; 1517 | 1518 | margin-bottom: 12px; 1519 | 1520 | font-family: 'Open Sans', sans-serif; 1521 | 1522 | } 1523 | 1524 | 1525 | 1526 | .purchase .btn-buy { 1527 | 1528 | text-align: center; 1529 | 1530 | } 1531 | 1532 | 1533 | 1534 | .purchase .btn-buy a { 1535 | 1536 | margin-top: 27px; 1537 | 1538 | } 1539 | 1540 | 1541 | 1542 | .purchase .btn-buy a i { 1543 | 1544 | margin-right: 5px; 1545 | 1546 | } 1547 | 1548 | 1549 | 1550 | @media (max-width: 992px) { 1551 | 1552 | .purchase { 1553 | 1554 | text-align: center; 1555 | 1556 | } 1557 | 1558 | 1559 | 1560 | .purchase span { 1561 | 1562 | font-size: 22px; 1563 | 1564 | line-height: 29px; 1565 | 1566 | } 1567 | 1568 | 1569 | 1570 | .purchase .btn-buy a { 1571 | 1572 | margin-top: 25px; 1573 | 1574 | font-size: 16px; 1575 | 1576 | } 1577 | 1578 | } 1579 | 1580 | 1581 | 1582 | /*Service*/ 1583 | 1584 | .service { 1585 | 1586 | overflow: hidden; 1587 | 1588 | margin-bottom: 10px; 1589 | 1590 | padding: 15px 15px 10px; 1591 | 1592 | } 1593 | 1594 | .service:hover { 1595 | 1596 | background: #fcfcfc; 1597 | 1598 | box-shadow: 0 0 5px #ddd; 1599 | 1600 | -webkit-transition: box-shadow 0.2s ease-in-out; 1601 | 1602 | -moz-transition: box-shadow 0.2s ease-in-out; 1603 | 1604 | -o-transition: box-shadow 0.2s ease-in-out; 1605 | 1606 | transition: box-shadow 0.2s ease-in-out; 1607 | 1608 | } 1609 | 1610 | .service:hover i { 1611 | 1612 | color: #656565; 1613 | 1614 | } 1615 | 1616 | 1617 | 1618 | .service .desc { 1619 | 1620 | padding: 0 15px; 1621 | 1622 | overflow: hidden; 1623 | 1624 | } 1625 | 1626 | .service .desc h4 { 1627 | 1628 | font-size: 22px; 1629 | 1630 | line-height: 25px; 1631 | 1632 | } 1633 | 1634 | 1635 | 1636 | .service .service-icon { 1637 | 1638 | float: left; 1639 | 1640 | padding: 10px; 1641 | 1642 | color: #72c02c; 1643 | 1644 | font-size: 35px; 1645 | 1646 | text-align: center; 1647 | 1648 | -webkit-transition: all 0.4s ease-in-out; 1649 | 1650 | -moz-transition: all 0.4s ease-in-out; 1651 | 1652 | -o-transition: all 0.4s ease-in-out; 1653 | 1654 | transition: all 0.4s ease-in-out; 1655 | 1656 | } 1657 | 1658 | .service .service-icon.icon-cogs { 1659 | 1660 | font-size: 37px; 1661 | 1662 | } 1663 | 1664 | .service .service-icon.icon-plane { 1665 | 1666 | font-size: 43px; 1667 | 1668 | } 1669 | 1670 | 1671 | 1672 | /* Recent Work */ 1673 | 1674 | .recent-work a { 1675 | 1676 | text-align: center; 1677 | 1678 | background: #fcfcfc; 1679 | 1680 | display: inline-block; 1681 | 1682 | } 1683 | 1684 | 1685 | 1686 | .recent-work a:hover { 1687 | 1688 | text-decoration: none; 1689 | 1690 | } 1691 | 1692 | 1693 | 1694 | .recent-work a:hover strong { 1695 | 1696 | color: #555; 1697 | 1698 | } 1699 | 1700 | 1701 | 1702 | .recent-work em.overflow-hidden { 1703 | 1704 | display: block; 1705 | 1706 | } 1707 | 1708 | 1709 | 1710 | .recent-work a span { 1711 | 1712 | display: block; 1713 | 1714 | padding: 10px; 1715 | 1716 | border-bottom: solid 2px #eee; 1717 | 1718 | } 1719 | 1720 | 1721 | 1722 | .recent-work a strong { 1723 | 1724 | color: #555; 1725 | 1726 | display: block; 1727 | 1728 | } 1729 | 1730 | 1731 | 1732 | .recent-work a i { 1733 | 1734 | color: #777; 1735 | 1736 | } 1737 | 1738 | 1739 | 1740 | .recent-work a img { 1741 | 1742 | -webkit-transition: all 0.8s ease-in-out; 1743 | 1744 | -moz-transition: all 0.8s ease-in-out; 1745 | 1746 | -o-transition: all 0.8s ease-in-out; 1747 | 1748 | -ms-transition: all 0.8s ease-in-out; 1749 | 1750 | transition: all 0.8s ease-in-out; 1751 | 1752 | } 1753 | 1754 | 1755 | 1756 | .recent-work a:hover img { 1757 | 1758 | opacity: 0.8; 1759 | 1760 | -webkit-transform: scale(1.2) rotate(3deg); 1761 | 1762 | -moz-transform: scale(1.2) rotate(3deg); 1763 | 1764 | -o-transform: scale(1.0) rotate(3deg); 1765 | 1766 | -ms-transform: scale(1.2) rotate(3deg); 1767 | 1768 | transform: scale(1.2) rotate(3deg); 1769 | 1770 | } 1771 | 1772 | 1773 | 1774 | .recent-work a:hover span { 1775 | 1776 | border-bottom: solid 2px #72c02c; 1777 | 1778 | -webkit-transition: all 0.2s ease-in-out; 1779 | 1780 | -moz-transition: all 0.3s ease-in-out; 1781 | 1782 | -o-transition: all 0.2s ease-in-out; 1783 | 1784 | transition: all 0.3s ease-in-out; 1785 | 1786 | } 1787 | 1788 | 1789 | 1790 | /* Work */ 1791 | 1792 | .work { 1793 | 1794 | margin-top: 6px; 1795 | 1796 | } 1797 | 1798 | .work .details { 1799 | 1800 | padding: 10px; 1801 | 1802 | } 1803 | 1804 | .work .caption { 1805 | 1806 | display: block; 1807 | 1808 | padding-top: 5px; 1809 | 1810 | color: #585f69 !important; 1811 | 1812 | font-size: 18px !important; 1813 | 1814 | } 1815 | 1816 | .work .caption:hover { 1817 | 1818 | cursor: pointer; 1819 | 1820 | color: #444 !important; 1821 | 1822 | text-decoration: underline; 1823 | 1824 | } 1825 | 1826 | 1827 | 1828 | /*Footer*/ 1829 | 1830 | .footer { 1831 | 1832 | color: #dadada; 1833 | 1834 | background: #585f69; 1835 | 1836 | padding: 20px 0 30px; 1837 | 1838 | font-size:14px; 1839 | 1840 | line-height:25px; 1841 | 1842 | } 1843 | 1844 | 1845 | 1846 | .footer.margin-top-0 { 1847 | 1848 | margin-top: 0; 1849 | 1850 | } 1851 | 1852 | 1853 | 1854 | .footer p, 1855 | 1856 | .footer a { 1857 | 1858 | font-size: 14px; 1859 | 1860 | } 1861 | 1862 | .footer p { 1863 | 1864 | color: #dadada; 1865 | 1866 | } 1867 | 1868 | 1869 | 1870 | .footer a { 1871 | 1872 | color: #72c02c; 1873 | 1874 | font-size:14px; 1875 | 1876 | } 1877 | 1878 | .footer a:hover { 1879 | 1880 | color: #a8f85f; 1881 | 1882 | -webkit-transition: all 0.4s ease-in-out; 1883 | 1884 | -moz-transition: all 0.4s ease-in-out; 1885 | 1886 | -o-transition: all 0.4s ease-in-out; 1887 | 1888 | transition: all 0.4s ease-in-out; 1889 | 1890 | } 1891 | 1892 | .footer ul { 1893 | 1894 | list-style-type: none; 1895 | 1896 | margin:0; 1897 | 1898 | padding:0; 1899 | 1900 | } 1901 | 1902 | 1903 | 1904 | .footer li { 1905 | 1906 | color: #dadada; 1907 | 1908 | } 1909 | 1910 | 1911 | 1912 | .footer h2, 1913 | 1914 | .footer h3, 1915 | 1916 | .footer h4 { 1917 | 1918 | color: #e4e4e4; 1919 | 1920 | background: none; 1921 | 1922 | text-shadow: none; 1923 | 1924 | } 1925 | 1926 | 1927 | 1928 | .footer .headline { 1929 | 1930 | border-bottom: none; 1931 | 1932 | margin: 10px 0 15px 0; 1933 | 1934 | } 1935 | 1936 | 1937 | 1938 | .footer .headline h2 { 1939 | 1940 | font-size:14px; 1941 | 1942 | border-bottom:none; 1943 | 1944 | font-weight:bold; 1945 | 1946 | } 1947 | 1948 | 1949 | 1950 | /*Footer Subsribe*/ 1951 | 1952 | .footer .footer-subsribe { 1953 | 1954 | width: 85%; 1955 | 1956 | } 1957 | 1958 | 1959 | 1960 | /*Footer Blog Posts*/ 1961 | 1962 | .footer .blog-list { 1963 | 1964 | margin: 0; 1965 | 1966 | padding: 0; 1967 | 1968 | color: #dadada; 1969 | 1970 | list-style: none; 1971 | 1972 | } 1973 | 1974 | 1975 | 1976 | .footer .blog-list li { 1977 | 1978 | padding: 0 0; 1979 | 1980 | margin-bottom: 7px; 1981 | 1982 | } 1983 | 1984 | .footer .blog-list li span { 1985 | 1986 | color: #818488; 1987 | 1988 | } 1989 | 1990 | 1991 | 1992 | .footer .dl-horizontal, 1993 | 1994 | .footer .dl-horizontal:hover { 1995 | 1996 | border: none !important; 1997 | 1998 | background: none !important; 1999 | 2000 | } 2001 | 2002 | .footer .posts .dl-horizontal a { 2003 | 2004 | color: #dadada; 2005 | 2006 | } 2007 | 2008 | .footer .dl-horizontal a:hover { 2009 | 2010 | color: #a8f85f !important; 2011 | 2012 | } 2013 | 2014 | .footer .dl-horizontal img { 2015 | 2016 | border-color: #888 !important; 2017 | 2018 | } 2019 | 2020 | 2021 | 2022 | .copyright { 2023 | 2024 | color:#777 !important; 2025 | 2026 | font-size: 14px; 2027 | 2028 | padding: 30px 0; 2029 | 2030 | background: #e8e8e8; 2031 | 2032 | 2033 | } 2034 | 2035 | 2036 | 2037 | .copyright p { 2038 | 2039 | color: #dadada; 2040 | 2041 | margin-top: 12px; 2042 | 2043 | } 2044 | 2045 | 2046 | 2047 | .copyright a { 2048 | 2049 | margin: 0px; 2050 | 2051 | color: #1abc9c !important; 2052 | 2053 | } 2054 | 2055 | .copyright a:hover { 2056 | 2057 | color: #a8f85f; 2058 | 2059 | } 2060 | 2061 | 2062 | 2063 | .copyright a img { 2064 | 2065 | margin-top: -2px; 2066 | 2067 | } 2068 | 2069 | 2070 | 2071 | .topbread { 2072 | 2073 | overflow: hidden; 2074 | 2075 | padding: 10px 0 6px; 2076 | 2077 | border-bottom: solid 1px #eee; 2078 | 2079 | /*background: url(../img/breadcrumbs.png) repeat;*/ 2080 | 2081 | } 2082 | 2083 | .topbread h1 { 2084 | 2085 | color: #666; 2086 | 2087 | font-size: 22px; 2088 | 2089 | margin-top: 8px; 2090 | 2091 | } 2092 | 2093 | 2094 | 2095 | .breadcrumb { 2096 | 2097 | top: 10px; 2098 | 2099 | padding-right: 0; 2100 | 2101 | background: none; 2102 | 2103 | position: relative; 2104 | 2105 | } 2106 | 2107 | .breadcrumb a { 2108 | 2109 | color: #777; 2110 | 2111 | } 2112 | 2113 | .breadcrumb li.active, 2114 | 2115 | .breadcrumb li a:hover { 2116 | 2117 | color: #72c02c; 2118 | 2119 | text-decoration: none; 2120 | 2121 | } 2122 | 2123 | 2124 | 2125 | @media (max-width: 550px) { 2126 | 2127 | .breadcrumbs h1.pull-left, 2128 | 2129 | .breadcrumbs ul.pull-right { 2130 | 2131 | width: 100%; 2132 | 2133 | text-align: center; 2134 | 2135 | } 2136 | 2137 | 2138 | 2139 | .breadcrumbs h1.pull-left { 2140 | 2141 | margin-bottom: 0; 2142 | 2143 | } 2144 | 2145 | 2146 | 2147 | .breadcrumbs .breadcrumb { 2148 | 2149 | top: 0; 2150 | 2151 | margin-bottom: 10px; 2152 | 2153 | } 2154 | 2155 | } 2156 | 2157 | 2158 | 2159 | /*Thumbnails 2160 | 2161 | ------------------------------------*/ 2162 | 2163 | a.thumbnail { 2164 | 2165 | padding: 0; 2166 | 2167 | border: none; 2168 | 2169 | margin-bottom: 15px; 2170 | 2171 | } 2172 | 2173 | 2174 | 2175 | .thumbnail-style { 2176 | 2177 | padding: 7px; 2178 | 2179 | margin-bottom: 20px; 2180 | 2181 | } 2182 | 2183 | .thumbnail-style:hover { 2184 | 2185 | /* 2186 | 2187 | box-shadow: 0 0 8px #ddd; 2188 | 2189 | -webkit-transition: box-shadow 0.2s ease-in-out; 2190 | 2191 | -moz-transition: box-shadow 0.2s ease-in-out; 2192 | 2193 | -o-transition: box-shadow 0.2s ease-in-out; 2194 | 2195 | transition: box-shadow 0.2s ease-in-out; 2196 | 2197 | */ 2198 | 2199 | } 2200 | 2201 | 2202 | 2203 | .thumbnail h3, 2204 | 2205 | .thumbnail-style h3 { 2206 | 2207 | margin: 6px 0 8px 0; 2208 | 2209 | } 2210 | 2211 | 2212 | 2213 | .thumbnail h3 a, 2214 | 2215 | .thumbnail-style h3 a { 2216 | 2217 | color: #585f69; 2218 | 2219 | font-size: 16px; 2220 | 2221 | } 2222 | 2223 | 2224 | 2225 | .thumbnail h3 a:hover, 2226 | 2227 | .thumbnail-style h3 a:hover { 2228 | 2229 | color: #72c02c; 2230 | 2231 | text-decoration: none; 2232 | 2233 | } 2234 | 2235 | 2236 | 2237 | .thumbnail-style .thumbnail-img { 2238 | 2239 | position: relative; 2240 | 2241 | margin-bottom: 11px; 2242 | 2243 | } 2244 | 2245 | 2246 | 2247 | .thumbnail-style a.btn-more { 2248 | 2249 | right: -10px; 2250 | 2251 | bottom: 10px; 2252 | 2253 | color: #fff; 2254 | 2255 | padding: 1px 6px; 2256 | 2257 | position: absolute; 2258 | 2259 | background: #72c02c; 2260 | 2261 | display: inline-block; 2262 | 2263 | } 2264 | 2265 | .thumbnail-style a.btn-more:hover { 2266 | 2267 | text-decoration: none; 2268 | 2269 | box-shadow: 0 0 0 2px #377500; 2270 | 2271 | } 2272 | 2273 | .thumbnail-style:hover a.btn-more { 2274 | 2275 | right: 10px; 2276 | 2277 | } 2278 | 2279 | 2280 | 2281 | .thumbnail-kenburn img { 2282 | 2283 | left: 10px; 2284 | 2285 | margin-left: -10px; 2286 | 2287 | position: relative; 2288 | 2289 | -webkit-transition: all 0.8s ease-in-out; 2290 | 2291 | -moz-transition: all 0.8s ease-in-out; 2292 | 2293 | -o-transition: all 0.8s ease-in-out; 2294 | 2295 | -ms-transition: all 0.8s ease-in-out; 2296 | 2297 | transition: all 0.8s ease-in-out; 2298 | 2299 | } 2300 | 2301 | .thumbnail-kenburn:hover img { 2302 | 2303 | -webkit-transform: scale(1.2) rotate(2deg); 2304 | 2305 | -moz-transform: scale(1.2) rotate(2deg); 2306 | 2307 | -o-transform: scale(1.2) rotate(2deg); 2308 | 2309 | -ms-transform: scale(1.2) rotate(2deg); 2310 | 2311 | transform: scale(1.2) rotate(2deg); 2312 | 2313 | } 2314 | 2315 | 2316 | 2317 | /*Servive Blocks 2318 | 2319 | ------------------------------------*/ 2320 | 2321 | /*Service Alternative Block*/ 2322 | 2323 | .service-alternative .service:hover { 2324 | 2325 | background: #76ca2c; 2326 | 2327 | -webkit-transition: all 0.4s ease-in-out; 2328 | 2329 | -moz-transition: all 0.4s ease-in-out; 2330 | 2331 | -o-transition: all 0.4s ease-in-out; 2332 | 2333 | transition: all 0.4s ease-in-out; 2334 | 2335 | } 2336 | 2337 | .service-alternative .service:hover i, 2338 | 2339 | .service-alternative .service:hover p, 2340 | 2341 | .service-alternative .service:hover h4 { 2342 | 2343 | color: #fff; 2344 | 2345 | } 2346 | 2347 | 2348 | 2349 | /*Servive Block Versions*/ 2350 | 2351 | .service-v1 h2 { 2352 | 2353 | margin: 15px 0 10px; 2354 | 2355 | font-size: 20px; 2356 | 2357 | line-height: 28px; 2358 | 2359 | } 2360 | 2361 | 2362 | 2363 | .service-v1 p { 2364 | 2365 | text-align: justify; 2366 | 2367 | } 2368 | 2369 | 2370 | 2371 | /*Blog Posts 2372 | 2373 | ------------------------------------*/ 2374 | 2375 | .posts .dl-horizontal a { 2376 | 2377 | color: #555; 2378 | 2379 | } 2380 | 2381 | 2382 | 2383 | .posts .dl-horizontal { 2384 | 2385 | margin-bottom: 15px; 2386 | 2387 | overflow: hidden; 2388 | 2389 | } 2390 | 2391 | 2392 | 2393 | .posts .dl-horizontal dt { 2394 | 2395 | width: 60px; 2396 | 2397 | float: left; 2398 | 2399 | } 2400 | 2401 | 2402 | 2403 | .posts .dl-horizontal dt img { 2404 | 2405 | width: 60px; 2406 | 2407 | height: 60px; 2408 | 2409 | padding: 2px; 2410 | 2411 | margin-top: 2px; 2412 | 2413 | border: solid 1px #ddd; 2414 | 2415 | } 2416 | 2417 | 2418 | 2419 | .posts .dl-horizontal dd { 2420 | 2421 | margin-left: 70px; 2422 | 2423 | } 2424 | 2425 | 2426 | 2427 | .posts .dl-horizontal dd p { 2428 | 2429 | margin: 0; 2430 | 2431 | } 2432 | 2433 | 2434 | 2435 | .posts .dl-horizontal dd a { 2436 | 2437 | font-size: 14px; 2438 | 2439 | line-height: 16px !important; 2440 | 2441 | } 2442 | 2443 | 2444 | 2445 | .posts .dl-horizontal dd a:hover { 2446 | 2447 | color: #72c02c; 2448 | 2449 | text-decoration: none; 2450 | 2451 | } 2452 | 2453 | 2454 | 2455 | .posts .dl-horizontal:hover dt img, 2456 | 2457 | .posts .dl-horizontal:hover dd a { 2458 | 2459 | color: #72c02c; 2460 | 2461 | border-color: #72c02c !important; 2462 | 2463 | -webkit-transition: all 0.4s ease-in-out; 2464 | 2465 | -moz-transition: all 0.4s ease-in-out; 2466 | 2467 | -o-transition: all 0.4s ease-in-out; 2468 | 2469 | transition: all 0.4s ease-in-out; 2470 | 2471 | } 2472 | 2473 | 2474 | 2475 | /*About Page 2476 | 2477 | ------------------------------------*/ 2478 | 2479 | .team ul.team-socail { 2480 | 2481 | text-align: right; 2482 | 2483 | } 2484 | 2485 | 2486 | 2487 | .team ul.team-socail li { 2488 | 2489 | padding: 0 !important; 2490 | 2491 | margin: 0 !important; 2492 | 2493 | } 2494 | 2495 | 2496 | 2497 | .team ul.team-socail li a, 2498 | 2499 | .team ul.team-socail li a:hover { 2500 | 2501 | text-decoration: none; 2502 | 2503 | } 2504 | 2505 | 2506 | 2507 | .team ul.team-socail li i { 2508 | 2509 | color: #aaa; 2510 | 2511 | padding: 3px; 2512 | 2513 | min-width: 30px; 2514 | 2515 | font-size: 20px; 2516 | 2517 | text-align: center; 2518 | 2519 | background: #f7f7f7; 2520 | 2521 | display: inline-block; 2522 | 2523 | } 2524 | 2525 | 2526 | 2527 | .team ul.team-socail li i:hover { 2528 | 2529 | color: #fff; 2530 | 2531 | background: #72c02c; 2532 | 2533 | -webkit-transition: all 0.2s ease-in-out; 2534 | 2535 | -moz-transition: all 0.2s ease-in-out; 2536 | 2537 | -o-transition: all 0.2s ease-in-out; 2538 | 2539 | transition: all 0.2s ease-in-out; 2540 | 2541 | } 2542 | 2543 | 2544 | 2545 | .team .thumbnail-style { 2546 | 2547 | padding: 12px; 2548 | 2549 | } 2550 | 2551 | 2552 | 2553 | .team .thumbnail-style img { 2554 | 2555 | margin-bottom: 7px; 2556 | 2557 | } 2558 | 2559 | 2560 | 2561 | .team .thumbnail-style h3 { 2562 | 2563 | margin-bottom-bottom: 5px; 2564 | 2565 | } 2566 | 2567 | 2568 | 2569 | .team .thumbnail-style:hover h3 a { 2570 | 2571 | color: #72c02c !important; 2572 | 2573 | } 2574 | 2575 | 2576 | 2577 | .team .thumbnail-style small { 2578 | 2579 | display: block; 2580 | 2581 | margin-top: 5px; 2582 | 2583 | font-size: 12px; 2584 | 2585 | } 2586 | 2587 | 2588 | 2589 | /*About Me Page 2590 | 2591 | ------------------------------------*/ 2592 | 2593 | .about-me { 2594 | 2595 | overflow: hidden; 2596 | 2597 | } 2598 | 2599 | 2600 | 2601 | .about-me h2 { 2602 | 2603 | margin: 0; 2604 | 2605 | font-size: 20px; 2606 | 2607 | text-transform: uppercase; 2608 | 2609 | } 2610 | 2611 | 2612 | 2613 | .about-me span { 2614 | 2615 | color: #999; 2616 | 2617 | display: block; 2618 | 2619 | font-size: 14px; 2620 | 2621 | margin-bottom: 10px; 2622 | 2623 | } 2624 | 2625 | 2626 | 2627 | .about-me .social-icons { 2628 | 2629 | margin-top: 7px; 2630 | 2631 | } 2632 | 2633 | 2634 | 2635 | /*About My Goals*/ 2636 | 2637 | .about-my-goals h2 { 2638 | 2639 | text-transform: uppercase; 2640 | 2641 | } 2642 | 2643 | 2644 | 2645 | /*About Skills*/ 2646 | 2647 | .about-skills { 2648 | 2649 | padding: 40px 0; 2650 | 2651 | border-top: 1px solid #eee; 2652 | 2653 | border-bottom: 1px solid #eee; 2654 | 2655 | /*background: url(../img/breadcrumbs.png) repeat;*/ 2656 | 2657 | } 2658 | 2659 | 2660 | 2661 | /*Gallery Page 2662 | 2663 | ------------------------------------*/ 2664 | 2665 | .gallery-page .thumbnail, 2666 | 2667 | .gallery-page .thumbnail:hover { 2668 | 2669 | padding: 0; 2670 | 2671 | border: none; 2672 | 2673 | box-shadow: none; 2674 | 2675 | } 2676 | 2677 | .gallery-page .thumbnails { 2678 | 2679 | margin-bottom:6px; 2680 | 2681 | } 2682 | 2683 | 2684 | 2685 | /*Privacy Page 2686 | 2687 | ------------------------------------*/ 2688 | 2689 | .privacy a { 2690 | 2691 | text-decoration: underline; 2692 | 2693 | } 2694 | 2695 | .privacy a:hover { 2696 | 2697 | color: #72c02c; 2698 | 2699 | text-decoration: none; 2700 | 2701 | } 2702 | 2703 | 2704 | 2705 | /*Portfolio Item Page v1 2706 | 2707 | ------------------------------------*/ 2708 | 2709 | .portfolio-item h2 { 2710 | 2711 | color: #555; 2712 | 2713 | font-size: 24px; 2714 | 2715 | margin: 0 0 15px; 2716 | 2717 | } 2718 | 2719 | .portfolio-item li { 2720 | 2721 | padding: 3px 0; 2722 | 2723 | } 2724 | 2725 | .portfolio-item p a { 2726 | 2727 | text-decoration: underline; 2728 | 2729 | } 2730 | 2731 | .portfolio-item p a:hover { 2732 | 2733 | text-decoration: none; 2734 | 2735 | } 2736 | 2737 | 2738 | 2739 | /*Portfolio Item v1*/ 2740 | 2741 | .portfolio-item1 ul { 2742 | 2743 | margin: 10px 0 20px; 2744 | 2745 | } 2746 | 2747 | 2748 | 2749 | .portfolio-item1 li { 2750 | 2751 | font-size: 16px; 2752 | 2753 | margin-bottom: 3px; 2754 | 2755 | } 2756 | 2757 | 2758 | 2759 | .portfolio-item1 li i { 2760 | 2761 | font-size: 18px; 2762 | 2763 | margin-right: 4px; 2764 | 2765 | } 2766 | 2767 | 2768 | 2769 | /*Sidebar Features 2770 | 2771 | ------------------------------------*/ 2772 | 2773 | /*Blog Tags*/ 2774 | 2775 | ul.blog-tags li { 2776 | 2777 | display: inline-block; 2778 | 2779 | } 2780 | 2781 | 2782 | 2783 | ul.blog-tags a { 2784 | 2785 | font-size :13px; 2786 | 2787 | padding: 2px 7px; 2788 | 2789 | background: #f7f7f7; 2790 | 2791 | margin: 0 3px 6px 0; 2792 | 2793 | display: inline-block; 2794 | 2795 | } 2796 | 2797 | 2798 | 2799 | ul.blog-tags a i { 2800 | 2801 | color: #666; 2802 | 2803 | } 2804 | 2805 | 2806 | 2807 | ul.blog-tags a:hover { 2808 | 2809 | background: #72c02c; 2810 | 2811 | } 2812 | 2813 | 2814 | 2815 | ul.blog-tags a:hover, 2816 | 2817 | ul.blog-tags a:hover i { 2818 | 2819 | color: #fff !important; 2820 | 2821 | text-decoration: none; 2822 | 2823 | -webkit-transition: all 0.2s ease-in-out; 2824 | 2825 | -moz-transition: all 0.2s ease-in-out; 2826 | 2827 | -o-transition: all 0.2s ease-in-out; 2828 | 2829 | transition: all 0.2s ease-in-out; 2830 | 2831 | } 2832 | 2833 | 2834 | 2835 | /*Blog Photo Stream*/ 2836 | 2837 | .blog-photos li { 2838 | 2839 | display: inline; 2840 | 2841 | } 2842 | 2843 | .blog-photos li img { 2844 | 2845 | opacity: 0.6; 2846 | 2847 | width: 58px; 2848 | 2849 | height: 58px; 2850 | 2851 | margin: 0 2px 8px; 2852 | 2853 | } 2854 | 2855 | .blog-photos li img:hover { 2856 | 2857 | opacity: 1; 2858 | 2859 | box-shadow: 0 0 0 2px #72c02c; 2860 | 2861 | } 2862 | 2863 | 2864 | 2865 | /*Blog Latest Tweets*/ 2866 | 2867 | .blog-twitter .blog-twitter-inner { 2868 | 2869 | padding: 10px; 2870 | 2871 | background: #f7f7f7; 2872 | 2873 | position: relative; 2874 | 2875 | margin-bottom: 10px; 2876 | 2877 | /*border-top: solid 2px #eee;*/ 2878 | 2879 | } 2880 | 2881 | 2882 | 2883 | .blog-twitter .blog-twitter-inner, 2884 | 2885 | .blog-twitter .blog-twitter-inner:after, 2886 | 2887 | .blog-twitter .blog-twitter-inner:before { 2888 | 2889 | transition: all 0.3s ease-in-out; 2890 | 2891 | -o-transition: all 0.3s ease-in-out; 2892 | 2893 | -ms-transition: all 0.3s ease-in-out; 2894 | 2895 | -moz-transition: all 0.3s ease-in-out; 2896 | 2897 | -webkit-transition: all 0.3s ease-in-out; 2898 | 2899 | } 2900 | 2901 | 2902 | 2903 | .blog-twitter .blog-twitter-inner:after, 2904 | 2905 | .blog-twitter .blog-twitter-inner:before { 2906 | 2907 | width: 0; 2908 | 2909 | height: 0; 2910 | 2911 | right: 0px; 2912 | 2913 | bottom: 0px; 2914 | 2915 | content: " "; 2916 | 2917 | display: block; 2918 | 2919 | position: absolute; 2920 | 2921 | } 2922 | 2923 | 2924 | 2925 | .blog-twitter .blog-twitter-inner:after { 2926 | 2927 | border-top: 15px solid #eee; 2928 | 2929 | border-right: 15px solid transparent; 2930 | 2931 | border-left: 0px solid transparent; 2932 | 2933 | border-left-style: inset; /*FF fixes*/ 2934 | 2935 | border-right-style: inset; /*FF fixes*/ 2936 | 2937 | } 2938 | 2939 | .blog-twitter .blog-twitter-inner:before { 2940 | 2941 | border-bottom: 15px solid #fff; 2942 | 2943 | border-right: 0 solid transparent; 2944 | 2945 | border-left: 15px solid transparent; 2946 | 2947 | border-left-style: inset; /*FF fixes*/ 2948 | 2949 | border-bottom-style: inset; /*FF fixes*/ 2950 | 2951 | } 2952 | 2953 | 2954 | 2955 | .blog-twitter .blog-twitter-inner:hover { 2956 | 2957 | border-color: #72c02c; 2958 | 2959 | border-top-color: #72c02c; 2960 | 2961 | } 2962 | 2963 | .blog-twitter .blog-twitter-inner:hover:after { 2964 | 2965 | border-top-color: #72c02c; 2966 | 2967 | } 2968 | 2969 | 2970 | 2971 | .blog-twitter .blog-twitter-inner span.twitter-time { 2972 | 2973 | color: #777; 2974 | 2975 | display: block; 2976 | 2977 | font-size: 11px; 2978 | 2979 | } 2980 | 2981 | 2982 | 2983 | .blog-twitter .blog-twitter-inner a { 2984 | 2985 | color: #72c02c; 2986 | 2987 | text-decoration: none; 2988 | 2989 | } 2990 | 2991 | .blog-twitter .blog-twitter-inner a:hover { 2992 | 2993 | text-decoration: underline; 2994 | 2995 | } 2996 | 2997 | 2998 | 2999 | .blog-twitter .blog-twitter-inner i.fa { 3000 | 3001 | top: 2px; 3002 | 3003 | color: #bbb; 3004 | 3005 | font-size: 18px; 3006 | 3007 | position: relative; 3008 | 3009 | } 3010 | 3011 | 3012 | 3013 | /*Choose Block*/ 3014 | 3015 | .who li { 3016 | 3017 | margin-bottom: 6px; 3018 | 3019 | } 3020 | 3021 | .who li i { 3022 | 3023 | color: #72c02c; 3024 | 3025 | font-size: 13px; 3026 | 3027 | margin-right: 8px; 3028 | 3029 | position: relative; 3030 | 3031 | } 3032 | 3033 | .who li:hover i, 3034 | 3035 | .who li:hover a { 3036 | 3037 | color: #777; 3038 | 3039 | } 3040 | 3041 | .who li:hover a:hover { 3042 | 3043 | text-decoration: none; 3044 | 3045 | } 3046 | 3047 | 3048 | 3049 | /*Promo Page 3050 | 3051 | ------------------------------------*/ 3052 | 3053 | /*Slider Part*/ 3054 | 3055 | .fullwidthbanner-container.slider-promo { 3056 | 3057 | max-height: 460px !important; 3058 | 3059 | } 3060 | 3061 | 3062 | 3063 | .slider-promo-info-bg { 3064 | 3065 | padding: 25px 20px 20px; 3066 | 3067 | background: url(../img/bg-black.png) repeat; 3068 | 3069 | } 3070 | 3071 | 3072 | 3073 | .slider-promo-info span.big-size { 3074 | 3075 | color: #fff; 3076 | 3077 | display: block; 3078 | 3079 | font-size: 30px; 3080 | 3081 | margin-bottom: 25px; 3082 | 3083 | text-shadow: 0 !important; 3084 | 3085 | } 3086 | 3087 | 3088 | 3089 | .slider-promo-info p { 3090 | 3091 | color: #fff; 3092 | 3093 | font-size: 16px; 3094 | 3095 | margin-bottom: 0; 3096 | 3097 | } 3098 | 3099 | 3100 | 3101 | /*Promo Box*/ 3102 | 3103 | .promo-box { 3104 | 3105 | padding: 20px; 3106 | 3107 | margin: 25px 0 20px; 3108 | 3109 | text-align: center; 3110 | 3111 | } 3112 | 3113 | 3114 | 3115 | .promo-box i { 3116 | 3117 | display: block; 3118 | 3119 | font-size: 50px; 3120 | 3121 | } 3122 | 3123 | 3124 | 3125 | .promo-box p { 3126 | 3127 | font-size: 14px; 3128 | 3129 | margin-bottom: 0; 3130 | 3131 | } 3132 | 3133 | 3134 | 3135 | .promo-box strong, 3136 | 3137 | .promo-box strong a { 3138 | 3139 | color: #555; 3140 | 3141 | display: block; 3142 | 3143 | font-size: 20px; 3144 | 3145 | font-weight: 200; 3146 | 3147 | margin: 20px 0 15px; 3148 | 3149 | } 3150 | 3151 | 3152 | 3153 | .promo-box:hover strong, 3154 | 3155 | .promo-box:hover strong a { 3156 | 3157 | color: #72c02c; 3158 | 3159 | } 3160 | 3161 | 3162 | 3163 | /*Promo Service*/ 3164 | 3165 | .promo-service { 3166 | 3167 | margin-bottom: 20px; 3168 | 3169 | } 3170 | 3171 | 3172 | 3173 | .promo-service li { 3174 | 3175 | margin-bottom: 5px; 3176 | 3177 | } 3178 | 3179 | 3180 | 3181 | .promo-service a.btn-u { 3182 | 3183 | margin: 0 20px 10px 0; 3184 | 3185 | } 3186 | 3187 | 3188 | 3189 | /*Promo Elements*/ 3190 | 3191 | .title-box { 3192 | 3193 | font-size: 16px; 3194 | 3195 | text-align: center; 3196 | 3197 | padding: 10px 0 10px; 3198 | 3199 | } 3200 | 3201 | 3202 | 3203 | .title-box .title-box-text { 3204 | 3205 | color: #555; 3206 | 3207 | display: block; 3208 | 3209 | font-size: 35px; 3210 | 3211 | font-weight: 200; 3212 | 3213 | } 3214 | 3215 | 3216 | 3217 | @media (max-width: 768px) { 3218 | 3219 | .title-box .title-box-text { 3220 | 3221 | font-size: 26px; 3222 | 3223 | line-height: 34px; 3224 | 3225 | margin-bottom: 10px; 3226 | 3227 | } 3228 | 3229 | .title-box p { 3230 | 3231 | font-size: 15px; 3232 | 3233 | } 3234 | 3235 | } 3236 | 3237 | 3238 | 3239 | .block-blockquote { 3240 | 3241 | margin: 20px 0; 3242 | 3243 | text-align: center; 3244 | 3245 | border: dashed 1px #ccc; 3246 | 3247 | } 3248 | 3249 | 3250 | 3251 | .block-blockquote-inner { 3252 | 3253 | padding: 15px; 3254 | 3255 | } 3256 | 3257 | 3258 | 3259 | .block-blockquote p { 3260 | 3261 | font-size: 26px; 3262 | 3263 | margin-bottom: 0; 3264 | 3265 | } 3266 | 3267 | 3268 | 3269 | /*Info Blocks*/ 3270 | 3271 | .info-blocks { 3272 | 3273 | margin-bottom: 15px; 3274 | 3275 | } 3276 | 3277 | 3278 | 3279 | .info-blocks:hover i.icon-info-blocks { 3280 | 3281 | color: #72c02c; 3282 | 3283 | -webkit-transition:all 0.2s ease-in-out; 3284 | 3285 | -moz-transition:all 0.2s ease-in-out; 3286 | 3287 | -o-transition:all 0.2s ease-in-out; 3288 | 3289 | transition:all 0.2s ease-in-out; 3290 | 3291 | } 3292 | 3293 | 3294 | 3295 | .info-blocks i.icon-info-blocks { 3296 | 3297 | float: left; 3298 | 3299 | color: #777; 3300 | 3301 | font-size: 30px; 3302 | 3303 | min-width: 50px; 3304 | 3305 | margin-top: 10px; 3306 | 3307 | text-align: center; 3308 | 3309 | } 3310 | 3311 | 3312 | 3313 | .info-blocks .info-blocks-in { 3314 | 3315 | padding: 0 10px; 3316 | 3317 | overflow: hidden; 3318 | 3319 | } 3320 | 3321 | 3322 | 3323 | .info-blocks .info-blocks-in h3 { 3324 | 3325 | color: #555; 3326 | 3327 | font-size: 20px; 3328 | 3329 | line-height: 28px; 3330 | 3331 | } 3332 | 3333 | 3334 | 3335 | .info-blocks .info-blocks-in p { 3336 | 3337 | font-size: 12px; 3338 | 3339 | } 3340 | 3341 | 3342 | 3343 | /*Brand Page 3344 | 3345 | ------------------------------------*/ 3346 | 3347 | .brand-page .btn { 3348 | 3349 | margin-bottom: 10px; 3350 | 3351 | } 3352 | 3353 | 3354 | 3355 | /*Form Pages 3356 | 3357 | ------------------------------------*/ 3358 | 3359 | .form-page input, 3360 | 3361 | .form-page select { 3362 | 3363 | margin-bottom: 10px; 3364 | 3365 | } 3366 | 3367 | 3368 | 3369 | /*Labels and Badges Page 3370 | 3371 | ------------------------------------*/ 3372 | 3373 | ul.labels-demo { 3374 | 3375 | margin: 5px 0; 3376 | 3377 | } 3378 | 3379 | 3380 | 3381 | ul.labels-demo li { 3382 | 3383 | list-style: none; 3384 | 3385 | display: inline-block; 3386 | 3387 | margin: 0 5px 2px 0; 3388 | 3389 | } 3390 | 3391 | 3392 | 3393 | .badge-sidebar { 3394 | 3395 | border-left: solid 1px #eee; 3396 | 3397 | } 3398 | 3399 | 3400 | 3401 | @media (max-width: 991px) { 3402 | 3403 | .badge-sidebar { 3404 | 3405 | border-left: none; 3406 | 3407 | } 3408 | 3409 | } 3410 | 3411 | 3412 | 3413 | /*Line Icon Page 3414 | 3415 | ------------------------------------*/ 3416 | 3417 | .line-icon-page .item-box { 3418 | 3419 | width: 25%; 3420 | 3421 | float: left; 3422 | 3423 | height: 90px; 3424 | 3425 | text-align: center; 3426 | 3427 | padding: 20px 10px; 3428 | 3429 | margin: 0 -1px -1px 0; 3430 | 3431 | border: 1px solid #ddd; 3432 | 3433 | word-wrap: break-word; 3434 | 3435 | } 3436 | 3437 | 3438 | 3439 | @media (max-width: 768px) { 3440 | 3441 | .line-icon-page .item-box { 3442 | 3443 | height: 115px; 3444 | 3445 | } 3446 | 3447 | } 3448 | 3449 | 3450 | 3451 | @media (max-width: 450px) { 3452 | 3453 | .line-icon-page .item-box { 3454 | 3455 | height: 130px; 3456 | 3457 | } 3458 | 3459 | } 3460 | 3461 | 3462 | 3463 | .line-icon-page .item-box:hover { 3464 | 3465 | background: #fafafa; 3466 | 3467 | } 3468 | 3469 | 3470 | 3471 | .line-icon-page .item span { 3472 | 3473 | display: block; 3474 | 3475 | font-size: 28px; 3476 | 3477 | margin-bottom: 10px; 3478 | 3479 | } 3480 | 3481 | 3482 | 3483 | .line-icon-page .item:hover { 3484 | 3485 | color: #72c02c; 3486 | 3487 | } 3488 | 3489 | 3490 | 3491 | /*GLYPHICONS Icons Page 3492 | 3493 | ------------------------------------*/ 3494 | 3495 | /*Special styles for displaying the icons and their classes*/ 3496 | 3497 | .bs-glyphicons { 3498 | 3499 | padding-left: 0; 3500 | 3501 | list-style: none; 3502 | 3503 | overflow: hidden; 3504 | 3505 | padding-bottom: 1px; 3506 | 3507 | margin-bottom: 20px; 3508 | 3509 | } 3510 | 3511 | 3512 | 3513 | .bs-glyphicons li { 3514 | 3515 | width: 25%; 3516 | 3517 | float: left; 3518 | 3519 | height: 115px; 3520 | 3521 | padding: 10px; 3522 | 3523 | font-size: 12px; 3524 | 3525 | line-height: 1.4; 3526 | 3527 | text-align: center; 3528 | 3529 | margin: 0 -1px -1px 0; 3530 | 3531 | border: 1px solid #ddd; 3532 | 3533 | } 3534 | 3535 | 3536 | 3537 | .bs-glyphicons .glyphicon { 3538 | 3539 | display: block; 3540 | 3541 | font-size: 24px; 3542 | 3543 | margin: 5px auto 10px; 3544 | 3545 | } 3546 | 3547 | 3548 | 3549 | .bs-glyphicons li:hover { 3550 | 3551 | color: #72c02c; 3552 | 3553 | background-color: #fafafa; 3554 | 3555 | } 3556 | 3557 | 3558 | 3559 | @media (min-width: 768px) { 3560 | 3561 | .bs-glyphicons li { 3562 | 3563 | width: 12.5%; 3564 | 3565 | } 3566 | 3567 | } 3568 | 3569 | 3570 | 3571 | /*Contact Pages 3572 | 3573 | ------------------------------------*/ 3574 | 3575 | .map { 3576 | 3577 | width: 100%; 3578 | 3579 | height: 350px; 3580 | 3581 | border-top: solid 1px #eee; 3582 | 3583 | border-bottom: solid 1px #eee; 3584 | 3585 | } 3586 | 3587 | 3588 | 3589 | .gm-style-iw { 3590 | 3591 | /*overflow: inherit !important;*/ 3592 | 3593 | } 3594 | 3595 | 3596 | 3597 | .map-box { 3598 | 3599 | height: 250px; 3600 | 3601 | } 3602 | 3603 | 3604 | 3605 | .map-box-space { 3606 | 3607 | margin-top: 15px; 3608 | 3609 | } 3610 | 3611 | 3612 | 3613 | .map-box-space1 { 3614 | 3615 | margin-top: 7px; 3616 | 3617 | } 3618 | 3619 | 3620 | 3621 | /*Background Opacity 3622 | 3623 | ------------------------------------*/ 3624 | 3625 | .service-or { 3626 | 3627 | overflow: hidden; 3628 | 3629 | position: relative; 3630 | 3631 | } 3632 | 3633 | 3634 | 3635 | .service-bg { 3636 | 3637 | background-color: rgba(255,255,255,0.1); 3638 | 3639 | width: 250px; 3640 | 3641 | padding: 60px; 3642 | 3643 | position: absolute; 3644 | 3645 | top: -10px; 3646 | 3647 | right: -100px; 3648 | 3649 | transform: rotate(55deg); 3650 | 3651 | -o-transform: rotate(55deg); 3652 | 3653 | -ms-transform: rotate(55deg); 3654 | 3655 | -moz-transform: rotate(55deg); 3656 | 3657 | -webkit-transform: rotate(55deg); 3658 | 3659 | } 3660 | 3661 | 3662 | 3663 | /*Service Block v2 3664 | 3665 | ------------------------------------*/ 3666 | 3667 | .servive-block-v2 .servive-block-in { 3668 | 3669 | padding: 20px 30px; 3670 | 3671 | text-align: center; 3672 | 3673 | margin-bottom: 15px; 3674 | 3675 | background: rgba(255,255,255,0.2); 3676 | 3677 | } 3678 | 3679 | 3680 | 3681 | .servive-block-v2 .servive-block-in img { 3682 | 3683 | width: 100%; 3684 | 3685 | margin-bottom: 15px; 3686 | 3687 | } 3688 | 3689 | 3690 | 3691 | .servive-block-v2 .servive-block-in i { 3692 | 3693 | font-size: 40px; 3694 | 3695 | } 3696 | 3697 | 3698 | 3699 | .servive-block-v2 .servive-block-in h4 { 3700 | 3701 | line-height: 25px; 3702 | 3703 | } 3704 | 3705 | 3706 | 3707 | .servive-block-v2 .servive-block-in p { 3708 | 3709 | margin-bottom: 20px; 3710 | 3711 | } 3712 | 3713 | 3714 | 3715 | .servive-block-v2 .servive-block-in i, 3716 | 3717 | .servive-block-v2 .servive-block-in h4, 3718 | 3719 | .servive-block-v2 .servive-block-in p { 3720 | 3721 | color: #fff; 3722 | 3723 | } 3724 | 3725 | 3726 | 3727 | /*Easy Block 3728 | 3729 | ------------------------------------*/ 3730 | 3731 | .easy-block-v1 { 3732 | 3733 | position: relative; 3734 | 3735 | } 3736 | 3737 | 3738 | 3739 | .easy-block-v1 img { 3740 | 3741 | width: 100%; 3742 | 3743 | } 3744 | 3745 | 3746 | 3747 | .easy-block-v1 .overflow-h h3 { 3748 | 3749 | width: 60%; 3750 | 3751 | float: left; 3752 | 3753 | font-size: 18px; 3754 | 3755 | line-height: 24px; 3756 | 3757 | margin-bottom: 5px; 3758 | 3759 | } 3760 | 3761 | 3762 | 3763 | .easy-block-v1 .easy-block-v1-badge { 3764 | 3765 | left: 0px; 3766 | 3767 | top: 10px; 3768 | 3769 | z-index: 1; 3770 | 3771 | color: #fff; 3772 | 3773 | padding: 4px 10px; 3774 | 3775 | position: absolute; 3776 | 3777 | } 3778 | 3779 | 3780 | 3781 | /*Easy Block v2 3782 | 3783 | ------------------------------------*/ 3784 | 3785 | .easy-block-v2 { 3786 | 3787 | overflow: hidden; 3788 | 3789 | position: relative; 3790 | 3791 | margin-bottom: 20px; 3792 | 3793 | } 3794 | 3795 | 3796 | 3797 | .easy-block-v2 img { 3798 | 3799 | width: 100%; 3800 | 3801 | } 3802 | 3803 | 3804 | 3805 | .easy-bg-v2 { 3806 | 3807 | top: 5px; 3808 | 3809 | color: #fff; 3810 | 3811 | width: 100px; 3812 | 3813 | padding: 5px; 3814 | 3815 | right: -32px; 3816 | 3817 | font-size: 13px; 3818 | 3819 | position: absolute; 3820 | 3821 | text-align: center; 3822 | 3823 | letter-spacing: 2px; 3824 | 3825 | transform: rotate(45deg); 3826 | 3827 | -o-transform: rotate(45deg); 3828 | 3829 | -ms-transform: rotate(45deg); 3830 | 3831 | -moz-transform: rotate(45deg); 3832 | 3833 | -webkit-transform: rotate(45deg); 3834 | 3835 | } 3836 | 3837 | 3838 | 3839 | .rgba-red { background-color: rgba(231,76,60,0.8);} 3840 | 3841 | .rgba-blue{ background-color: rgba(52,152,219,0.8);} 3842 | 3843 | .rgba-default { background-color: rgba(114,192,44,0.8);} 3844 | 3845 | .rgba-purple { background-color: rgba(155,107,204,0.8);} 3846 | 3847 | 3848 | 3849 | /*Easy Block v3 3850 | 3851 | ------------------------------------*/ 3852 | 3853 | .easy-block-v3 { 3854 | 3855 | text-align: left; 3856 | 3857 | background: #585f69; 3858 | 3859 | margin-bottom: 10px; 3860 | 3861 | padding: 30px 20px 20px; 3862 | 3863 | } 3864 | 3865 | 3866 | 3867 | .easy-block-v3.first { 3868 | 3869 | background: #696f77; 3870 | 3871 | } 3872 | 3873 | .easy-block-v3.second { 3874 | 3875 | background: #707780; 3876 | 3877 | } 3878 | 3879 | .easy-block-v3.third { 3880 | 3881 | background: #787f88; 3882 | 3883 | } 3884 | 3885 | 3886 | 3887 | .easy-block-v3 i { 3888 | 3889 | color: #fff; 3890 | 3891 | float: left; 3892 | 3893 | font-size: 30px; 3894 | 3895 | min-width: 45px; 3896 | 3897 | padding-top: 10px; 3898 | 3899 | } 3900 | 3901 | 3902 | 3903 | .easy-block-v3 .inner-faq-b { 3904 | 3905 | overflow: hidden; 3906 | 3907 | } 3908 | 3909 | 3910 | 3911 | .easy-block-v3 .inner-faq-b h2, 3912 | 3913 | .easy-block-v3 .inner-faq-b h3 { 3914 | 3915 | font-size: 21px; 3916 | 3917 | margin-bottom: 8px; 3918 | 3919 | } 3920 | 3921 | 3922 | 3923 | .easy-block-v3 .inner-faq-b h4 { 3924 | 3925 | color: #fff; 3926 | 3927 | font-size: 17px; 3928 | 3929 | margin-bottom: 2px; 3930 | 3931 | } 3932 | 3933 | 3934 | 3935 | .easy-block-v3 .inner-faq-b h2, 3936 | 3937 | .easy-block-v3 .inner-faq-b h3, 3938 | 3939 | .easy-block-v3 .inner-faq-b p { 3940 | 3941 | color: #fff; 3942 | 3943 | } 3944 | 3945 | 3946 | 3947 | /*Full Width Block 3948 | 3949 | ------------------------------------*/ 3950 | 3951 | .full-w-block { 3952 | 3953 | padding: 30px 0; 3954 | 3955 | background: #282828; 3956 | 3957 | } 3958 | 3959 | 3960 | 3961 | .full-w-block .info-blocks i, 3962 | 3963 | .full-w-block .info-blocks-in h3 { 3964 | 3965 | color: #fff; 3966 | 3967 | } 3968 | 3969 | 3970 | 3971 | .full-w-block .info-blocks-in p { 3972 | 3973 | color: #ccc; 3974 | 3975 | } 3976 | 3977 | 3978 | 3979 | .full-w-block .info-blocks:hover i.icon-info-blocks { 3980 | 3981 | color: #fff; 3982 | 3983 | } 3984 | 3985 | 3986 | 3987 | /*Team v2 3988 | 3989 | ------------------------------------*/ 3990 | 3991 | .team-v2 { 3992 | 3993 | position: relative; 3994 | 3995 | margin-bottom: 20px; 3996 | 3997 | } 3998 | 3999 | 4000 | 4001 | .team-v2 img { 4002 | 4003 | width: 100%; 4004 | 4005 | } 4006 | 4007 | 4008 | 4009 | .team-v2 .inner-team { 4010 | 4011 | padding: 20px; 4012 | 4013 | background: #fff; 4014 | 4015 | text-align: center; 4016 | 4017 | } 4018 | 4019 | 4020 | 4021 | .team-v2 .inner-team h3 { 4022 | 4023 | margin: 0; 4024 | 4025 | } 4026 | 4027 | 4028 | 4029 | .team-v2 .inner-team small { 4030 | 4031 | display: block; 4032 | 4033 | font-size: 12px; 4034 | 4035 | margin-bottom: 7px; 4036 | 4037 | } 4038 | 4039 | 4040 | 4041 | .team-v2 .inner-team p { 4042 | 4043 | font-size: 13px; 4044 | 4045 | } 4046 | 4047 | 4048 | 4049 | .team-v2 .inner-team hr { 4050 | 4051 | margin: 10px 0 15px; 4052 | 4053 | } 4054 | 4055 | 4056 | 4057 | /*Team-Social ---- Temporary*/ 4058 | 4059 | .team-social { 4060 | 4061 | margin-bottom: 0; 4062 | 4063 | } 4064 | 4065 | 4066 | 4067 | .team-social li { 4068 | 4069 | padding: 0 2px; 4070 | 4071 | } 4072 | 4073 | 4074 | 4075 | .team-social li a { 4076 | 4077 | font-size: 14px; 4078 | 4079 | padding: 6px 4px; 4080 | 4081 | border-radius: 50% !important; 4082 | 4083 | } 4084 | 4085 | 4086 | 4087 | .team-social li i { 4088 | 4089 | min-width: 20px; 4090 | 4091 | } 4092 | 4093 | 4094 | 4095 | .team-social li a.fb { 4096 | 4097 | color: #4862a3; 4098 | 4099 | border: 1px solid #4862a3; 4100 | 4101 | } 4102 | 4103 | 4104 | 4105 | .team-social li a.tw { 4106 | 4107 | color: #159ceb; 4108 | 4109 | border: 1px solid #159ceb; 4110 | 4111 | } 4112 | 4113 | 4114 | 4115 | .team-social li a.gp { 4116 | 4117 | color: #dc4a38; 4118 | 4119 | border: 1px solid #dc4a38; 4120 | 4121 | } 4122 | 4123 | 4124 | 4125 | .team-social li a:hover { 4126 | 4127 | text-decoration: none; 4128 | 4129 | } 4130 | 4131 | 4132 | 4133 | .team-social li a.fb:hover { 4134 | 4135 | color: #fff; 4136 | 4137 | background: #4862a3; 4138 | 4139 | } 4140 | 4141 | 4142 | 4143 | .team-social li a.tw:hover { 4144 | 4145 | color: #fff; 4146 | 4147 | background: #159ceb; 4148 | 4149 | } 4150 | 4151 | 4152 | 4153 | .team-social li a.gp:hover { 4154 | 4155 | color: #fff; 4156 | 4157 | background: #dc4a38; 4158 | 4159 | } 4160 | 4161 | 4162 | 4163 | /*Simple Block 4164 | 4165 | ------------------------------------*/ 4166 | 4167 | .simple-block { 4168 | 4169 | margin-bottom: 20px; 4170 | 4171 | } 4172 | 4173 | 4174 | 4175 | .simple-block img { 4176 | 4177 | width: 100%; 4178 | 4179 | } 4180 | 4181 | 4182 | 4183 | .simple-block p { 4184 | 4185 | text-align: center; 4186 | 4187 | } 4188 | 4189 | 4190 | 4191 | .simple-block .carousel-indicators { 4192 | 4193 | top: 10px; 4194 | 4195 | left: 65%; 4196 | 4197 | text-align: right; 4198 | 4199 | } 4200 | 4201 | 4202 | 4203 | .simple-block .carousel-indicators .active { 4204 | 4205 | background: #555; 4206 | 4207 | } 4208 | 4209 | 4210 | 4211 | .simple-block .carousel-indicators li { 4212 | 4213 | border-color: #555; 4214 | 4215 | } 4216 | 4217 | 4218 | 4219 | .simple-block .carousel-inner > .item { 4220 | 4221 | margin: 0; 4222 | 4223 | } 4224 | 4225 | 4226 | 4227 | /*Two Blocks 4228 | 4229 | ------------------------------------*/ 4230 | 4231 | .two-blocks { 4232 | 4233 | text-align: center; 4234 | 4235 | } 4236 | 4237 | 4238 | 4239 | .two-blocks-in { 4240 | 4241 | margin-bottom: 30px; 4242 | 4243 | } 4244 | 4245 | 4246 | 4247 | .two-blocks-in i { 4248 | 4249 | color: #fff; 4250 | 4251 | padding: 11px; 4252 | 4253 | font-size: 30px; 4254 | 4255 | min-width: 50px; 4256 | 4257 | text-align: center; 4258 | 4259 | background: #585f69; 4260 | 4261 | margin-bottom: 10px; 4262 | 4263 | display: inline-block; 4264 | 4265 | } 4266 | 4267 | 4268 | 4269 | /*Three Blocks 4270 | 4271 | ------------------------------------*/ 4272 | 4273 | .three-blocks { 4274 | 4275 | text-align: center; 4276 | 4277 | } 4278 | 4279 | 4280 | 4281 | .three-blocks-in { 4282 | 4283 | margin-bottom: 30px; 4284 | 4285 | } 4286 | 4287 | 4288 | 4289 | .three-blocks-in i { 4290 | 4291 | color: #777; 4292 | 4293 | padding: 9px 6px; 4294 | 4295 | font-size: 20px; 4296 | 4297 | min-width: 40px; 4298 | 4299 | margin-bottom: 10px; 4300 | 4301 | border: 1px solid #777; 4302 | 4303 | } 4304 | 4305 | 4306 | 4307 | .three-blocks-in h3 { 4308 | 4309 | font-size: 20px; 4310 | 4311 | margin-bottom: 7px; 4312 | 4313 | } 4314 | 4315 | 4316 | 4317 | /*Temperory Classes 4318 | 4319 | ------------------------------------*/ 4320 | 4321 | /*Banner-info*/ 4322 | 4323 | .banner-info { 4324 | 4325 | margin-bottom: 10px; 4326 | 4327 | } 4328 | 4329 | 4330 | 4331 | .banner-info i { 4332 | 4333 | float: left; 4334 | 4335 | color: #fff; 4336 | 4337 | padding: 11px; 4338 | 4339 | /*min-width works with line-icon*/ 4340 | 4341 | min-width: 40px; 4342 | 4343 | font-size: 22px; 4344 | 4345 | text-align: center; 4346 | 4347 | margin: 7px 20px 0 0; 4348 | 4349 | } 4350 | 4351 | 4352 | 4353 | /*min-width works with FontAwesome*/ 4354 | 4355 | .banner-info i.fa { 4356 | 4357 | min-width: 46px; 4358 | 4359 | } 4360 | 4361 | 4362 | 4363 | .banner-info.light i { 4364 | 4365 | border: 1px solid #fff; 4366 | 4367 | } 4368 | 4369 | 4370 | 4371 | .banner-info.dark i { 4372 | 4373 | background: #585f69; 4374 | 4375 | } 4376 | 4377 | 4378 | 4379 | .banner-info h3 { 4380 | 4381 | font-size: 21px; 4382 | 4383 | margin-bottom: 5px; 4384 | 4385 | } 4386 | 4387 | 4388 | 4389 | .banner-info.light h3 { color: #fff; } 4390 | 4391 | .banner-info.light p { color: #eee; } 4392 | 4393 | 4394 | 4395 | /*Breadcrumb-V2*/ 4396 | 4397 | .breadcrumbs-v2 { 4398 | 4399 | text-align: center; 4400 | 4401 | position: relative; 4402 | 4403 | background: url(../img/bg/11.jpg) no-repeat center; 4404 | 4405 | } 4406 | 4407 | 4408 | 4409 | .breadcrumbs-v2-in { 4410 | 4411 | padding: 60px 0; 4412 | 4413 | position: relative; 4414 | 4415 | } 4416 | 4417 | 4418 | 4419 | .breadcrumbs-v2 h1 { 4420 | 4421 | color: #fff; 4422 | 4423 | text-transform: uppercase; 4424 | 4425 | } 4426 | 4427 | 4428 | 4429 | .breadcrumb-v2 li a, 4430 | 4431 | .breadcrumb-v2 li.active { 4432 | 4433 | color: #fff; 4434 | 4435 | } 4436 | 4437 | 4438 | 4439 | .breadcrumb-v2 li i { 4440 | 4441 | color: #fff; 4442 | 4443 | min-width: 19px; 4444 | 4445 | padding: 3px 7px; 4446 | 4447 | margin-right: 5px; 4448 | 4449 | text-align: center; 4450 | 4451 | border: 1px solid #fff; 4452 | 4453 | } 4454 | 4455 | 4456 | 4457 | /*Breadcrumbs-v3*/ 4458 | 4459 | .breadcrumbs-v3 { 4460 | 4461 | padding: 10px 0; 4462 | 4463 | background: #585f69; 4464 | 4465 | border-bottom: 1px solid #eee; 4466 | 4467 | } 4468 | 4469 | 4470 | 4471 | .breadcrumbs-v3 h1 { 4472 | 4473 | color: #fff; 4474 | 4475 | margin: 3px 0; 4476 | 4477 | font-size: 22px; 4478 | 4479 | font-weight: 200; 4480 | 4481 | } 4482 | 4483 | 4484 | 4485 | .breadcrumbs-v3 .breadcrumb { 4486 | 4487 | padding: 0; 4488 | 4489 | margin-top: 2px; 4490 | 4491 | margin-bottom: 0; 4492 | 4493 | } 4494 | 4495 | 4496 | 4497 | .breadcrumbs-v3 .breadcrumb li a { 4498 | 4499 | color: #fff; 4500 | 4501 | } 4502 | 4503 | 4504 | 4505 | /*Title-Box-V2*/ 4506 | 4507 | .title-box-v2 { 4508 | 4509 | text-align: center; 4510 | 4511 | margin-bottom: 40px; 4512 | 4513 | } 4514 | 4515 | 4516 | 4517 | .title-box-v2 h2 { 4518 | 4519 | font-size: 25px; 4520 | 4521 | text-transform: uppercase; 4522 | 4523 | } 4524 | 4525 | 4526 | 4527 | .title-box-v2 p { 4528 | 4529 | font-size: 13px; 4530 | 4531 | } 4532 | 4533 | 4534 | 4535 | /*remove padding from "Col-"*/ 4536 | 4537 | .no-space { 4538 | 4539 | padding: 0; 4540 | 4541 | } 4542 | 4543 | 4544 | 4545 | /*List Style v1*/ 4546 | 4547 | .list-style-v1 li { 4548 | 4549 | margin-bottom: 7px; 4550 | 4551 | } 4552 | 4553 | 4554 | 4555 | .list-style-v1 i { 4556 | 4557 | margin-right: 5px; 4558 | 4559 | } 4560 | 4561 | 4562 | 4563 | .editableform-loading { 4564 | 4565 | background: url(../img/loading.gif) center center no-repeat; 4566 | 4567 | height: 25px; 4568 | 4569 | width: auto; 4570 | 4571 | min-width: 25px; 4572 | 4573 | } 4574 | 4575 | 4576 | 4577 | /* Recent */ 4578 | 4579 | .recent .titles { 4580 | 4581 | text-align:center; 4582 | 4583 | text-align:center; 4584 | 4585 | padding: 20px 0; 4586 | 4587 | font-size: 20px; 4588 | 4589 | } 4590 | 4591 | 4592 | 4593 | .recent .titles a { 4594 | 4595 | color:#585f69; 4596 | 4597 | margin: 0 10px; 4598 | 4599 | } 4600 | 4601 | 4602 | 4603 | .recent .titles a.selected { 4604 | 4605 | color:#72c02c; 4606 | 4607 | } 4608 | 4609 | 4610 | 4611 | /************fashion-footer***************/ 4612 | 4613 | .bacgrey { 4614 | 4615 | background: #eeeeee; 4616 | 4617 | } 4618 | 4619 | 4620 | 4621 | .pading-b80{ 4622 | 4623 | padding-bottom:80px; 4624 | 4625 | } 4626 | 4627 | .font-18{ 4628 | 4629 | font-size:18px; 4630 | 4631 | } 4632 | 4633 | .mt-10{ 4634 | 4635 | margin-top:10px; 4636 | 4637 | } 4638 | 4639 | .container .about .mt-35{ 4640 | 4641 | margin-top:35px; 4642 | 4643 | } 4644 | 4645 | .container .about p { 4646 | 4647 | text-align: left; 4648 | 4649 | color:#555; 4650 | 4651 | } 4652 | 4653 | .container .about p span { 4654 | 4655 | border-bottom: 2px solid #1abc9c; 4656 | 4657 | padding: 5px 0; 4658 | 4659 | } 4660 | 4661 | 4662 | 4663 | .container .about ul { 4664 | 4665 | list-style: none; 4666 | 4667 | text-align: left; 4668 | 4669 | margin: 0; 4670 | 4671 | padding: 0; 4672 | 4673 | margin-top: 20px; 4674 | 4675 | width:40%; 4676 | 4677 | float:left; 4678 | 4679 | } 4680 | 4681 | 4682 | 4683 | .container .about ul li { 4684 | 4685 | line-height: 26px; 4686 | 4687 | font-size: 14px; 4688 | 4689 | color: #555 !important; 4690 | 4691 | text-align: left; 4692 | 4693 | line-height: 26px; 4694 | 4695 | } 4696 | 4697 | .padding-tb55 { 4698 | 4699 | padding: 55px 0; 4700 | 4701 | } 4702 | 4703 | .container .about ul li a { 4704 | 4705 | color: #777; 4706 | 4707 | font-size: 14px; 4708 | 4709 | text-decoration: none !important; 4710 | 4711 | } 4712 | 4713 | .container .about ul li a:hover { 4714 | 4715 | color: #1abc9c; 4716 | 4717 | } 4718 | 4719 | .container .about ul li .btn-default { 4720 | 4721 | background: #aaa; 4722 | 4723 | border: #aaa; 4724 | 4725 | color: #fff !important; 4726 | 4727 | font-size: 14px; 4728 | 4729 | padding: 3px 15px; 4730 | 4731 | } 4732 | 4733 | .container .about ul li .btn-default:hover { 4734 | 4735 | background: #1abc9c; 4736 | 4737 | } 4738 | 4739 | .container .about ul li a img { 4740 | 4741 | margin-bottom: 3px; 4742 | 4743 | margin-right: 5px; 4744 | 4745 | } 4746 | 4747 | 4748 | 4749 | 4750 | 4751 | footer .container{ 4752 | 4753 | border-top:1px solid #3a3a3a; 4754 | 4755 | padding:0px; 4756 | 4757 | padding-top:15px; 4758 | 4759 | padding-bottom:10px; 4760 | 4761 | } 4762 | 4763 | 4764 | 4765 | footer a.pgy { 4766 | 4767 | color: #1abc9c !important; 4768 | 4769 | text-decoration: none !important; 4770 | 4771 | } 4772 | 4773 | 4774 | 4775 | footer p { 4776 | 4777 | font-size: 14px !important; 4778 | 4779 | color:#555 !important; 4780 | 4781 | } 4782 | 4783 | .container .about .f-chat { 4784 | 4785 | width: 48px; 4786 | 4787 | height: 48px; 4788 | 4789 | background: url(../img/footer_wechat.png) no-repeat; 4790 | 4791 | display: inline-block; 4792 | 4793 | } 4794 | 4795 | .container .about .f-chat:hover { 4796 | 4797 | width: 48px; 4798 | 4799 | height: 48px; 4800 | 4801 | background: url(../img/footer_wechat_hover.png) no-repeat; 4802 | 4803 | } 4804 | 4805 | .container .about .f-sina { 4806 | 4807 | width: 48px; 4808 | 4809 | height: 48px; 4810 | 4811 | background: url(../img/footer_sina.png) no-repeat; 4812 | 4813 | display: inline-block; 4814 | 4815 | margin-left:10px; 4816 | 4817 | } 4818 | 4819 | .container .about .f-sina:hover { 4820 | 4821 | width: 48px; 4822 | 4823 | height: 48px; 4824 | 4825 | background: url(../img/footer_sina_hover.png) no-repeat; 4826 | 4827 | } 4828 | 4829 | 4830 | 4831 | 4832 | 4833 | /**********fashion_header**********/ 4834 | 4835 | .topbar { 4836 | 4837 | z-index: 12; 4838 | 4839 | padding: 8px 30px 0px 0px; 4840 | 4841 | position: relative; 4842 | 4843 | } 4844 | 4845 | .topbar ul.loginbar { 4846 | 4847 | margin: 0; 4848 | 4849 | } 4850 | 4851 | .topbar ul.loginbar li { 4852 | 4853 | display: inline; 4854 | 4855 | list-style: none; 4856 | 4857 | position: relative; 4858 | 4859 | padding-bottom: 15px; 4860 | 4861 | } 4862 | 4863 | .topbar ul li i { 4864 | 4865 | color: #555 !important; 4866 | 4867 | } 4868 | 4869 | .topbar ul.loginbar li.Iota { 4870 | 4871 | padding: 0 5px; 4872 | 4873 | color: #555 !important; 4874 | 4875 | } 4876 | 4877 | .topbar ul.loginbar li a { 4878 | 4879 | color: #555; 4880 | 4881 | font-size: 14px; 4882 | 4883 | text-decoration: none; 4884 | 4885 | } 4886 | 4887 | .topbar ul.loginbar li a:hover { 4888 | 4889 | color: #1abc9c; 4890 | 4891 | } 4892 | 4893 | header .container { 4894 | 4895 | padding-right: 0px; 4896 | 4897 | padding-left: 0px; 4898 | 4899 | } 4900 | 4901 | .navbar .nav li a { 4902 | 4903 | font-size: 15px; 4904 | 4905 | color: #555; 4906 | 4907 | display:block; 4908 | 4909 | height:50px; 4910 | 4911 | } 4912 | 4913 | 4914 | 4915 | .navbar .nav li a:hover, .navbar .nav li.active a:hover{ 4916 | 4917 | background:none; 4918 | 4919 | color: #1abc9c !important; 4920 | 4921 | border-bottom:2px solid #1abc9c; 4922 | 4923 | } 4924 | 4925 | 4926 | 4927 | .navbar .nav li.active a{ 4928 | 4929 | background:none; 4930 | 4931 | font-size: 15px; 4932 | 4933 | color: #1abc9c !important; 4934 | 4935 | border-bottom:2px solid #1abc9c; 4936 | 4937 | } 4938 | 4939 | 4940 | 4941 | .navbar-default { 4942 | 4943 | background: #fff; 4944 | 4945 | border: none; 4946 | 4947 | } 4948 | 4949 | 4950 | 4951 | .navbar { 4952 | 4953 | margin-bottom: 0px; 4954 | 4955 | margin-top: 20px; 4956 | 4957 | padding-bottom: 0px; 4958 | 4959 | } 4960 | 4961 | 4962 | 4963 | 4964 | 4965 | @media screen and (max-width: 768px) { 4966 | 4967 | .navbar .nav li a { 4968 | 4969 | min-height: 45px; 4970 | 4971 | line-height: 45px; 4972 | 4973 | padding-bottom: 0px; 4974 | 4975 | padding-top: 0px; 4976 | 4977 | font-size: 15px; 4978 | 4979 | color: #555; 4980 | 4981 | } 4982 | 4983 | .navbar-header { 4984 | 4985 | padding-left:30px; 4986 | 4987 | padding-top:10px; 4988 | 4989 | margin-left:0px !important; 4990 | 4991 | margin-right:0px !important; 4992 | 4993 | } 4994 | 4995 | 4996 | 4997 | .navbar-header a img { 4998 | 4999 | margin-bottom:10px; 5000 | 5001 | } 5002 | 5003 | 5004 | 5005 | .navbar-toggle { 5006 | 5007 | margin-right:32px !important; 5008 | 5009 | } 5010 | 5011 | } 5012 | 5013 | 5014 | 5015 | .navbar-toggle { 5016 | 5017 | background: #1abc9c !important; 5018 | 5019 | color: #fff; 5020 | 5021 | padding: 5px 10px; 5022 | 5023 | border: none; 5024 | 5025 | margin-right: 35px; 5026 | 5027 | margin-top:0px; 5028 | 5029 | } 5030 | 5031 | 5032 | 5033 | .navbar-toggle:hover { 5034 | 5035 | background: #56bc94 !important; 5036 | 5037 | } 5038 | 5039 | 5040 | 5041 | .navbar .nav li { 5042 | 5043 | text-align: center; 5044 | 5045 | } 5046 | 5047 | .navbar .nav li a:hover { 5048 | 5049 | color: #1abc9c; 5050 | 5051 | } 5052 | 5053 | .breadcrumbs{ 5054 | 5055 | border-top:2px solid #eee; 5056 | 5057 | } 5058 | 5059 | 5060 | 5061 | .back-333{ background:#333;} 5062 | 5063 | .mt-70{ margin-top:70px; } 5064 | 5065 | .color-wthite{ color:#fff !important;} 5066 | 5067 | .color-777{ color:#777 !important;} 5068 | 5069 | 5070 | 5071 | .back-333 .container .row ul{ 5072 | 5073 | list-style:none; 5074 | 5075 | padding-left:0; 5076 | 5077 | padding-right:0; 5078 | 5079 | } 5080 | 5081 | .back-333 .container .row ul li{ 5082 | 5083 | color:#777; 5084 | 5085 | font-size:14px; 5086 | 5087 | } 5088 | 5089 | 5090 | 5091 | .back-333 .container .row ul li a{ 5092 | 5093 | color:#777; 5094 | 5095 | text-decoration:none; 5096 | 5097 | } 5098 | 5099 | 5100 | 5101 | .back-333 .container .row ul li a:hover { 5102 | 5103 | color:#1abc9c; 5104 | 5105 | } 5106 | 5107 | 5108 | 5109 | .back-333 .container .row p a:hover { 5110 | 5111 | color:#777; 5112 | 5113 | } 5114 | 5115 | 5116 | 5117 | 5118 | 5119 | .back-333 .row p.font-14{ 5120 | 5121 | font-size:14px !important; 5122 | 5123 | } 5124 | 5125 | 5126 | 5127 | .back-333 .row div{ padding-left:25px; padding-right:25px; } 5128 | 5129 | 5130 | 5131 | a.color-1abc9c{ color:#1abc9c; text-decoration:none !important; } 5132 | 5133 | 5134 | 5135 | 5136 | 5137 | .back-2f2f2f{ 5138 | 5139 | background:#312f2f; 5140 | 5141 | } 5142 | 5143 | .mt-25 { 5144 | 5145 | margin-top: 25px; 5146 | 5147 | } 5148 | 5149 | /*****install-loading******/ 5150 | 5151 | @-webkit-keyframes rotate { 5152 | 5153 | 0% { 5154 | 5155 | -webkit-transform:rotate(0); 5156 | 5157 | transform:rotate(0) 5158 | 5159 | } 5160 | 5161 | 100% { 5162 | 5163 | -webkit-transform:rotate(360deg); 5164 | 5165 | transform:rotate(360deg) 5166 | 5167 | } 5168 | 5169 | } 5170 | 5171 | @keyframes rotate { 5172 | 5173 | 0% { 5174 | 5175 | -webkit-transform:rotate(0); 5176 | 5177 | transform:rotate(0) 5178 | 5179 | } 5180 | 5181 | 100% { 5182 | 5183 | -webkit-transform:rotate(360deg); 5184 | 5185 | transform:rotate(360deg) 5186 | 5187 | } 5188 | 5189 | } 5190 | 5191 | 5192 | 5193 | .loading { 5194 | 5195 | display:none; 5196 | 5197 | background-color: transparent; 5198 | 5199 | width:45px; 5200 | 5201 | height:45px; 5202 | 5203 | border: 1px solid #1abc9c; 5204 | 5205 | border-radius: 50%; 5206 | 5207 | border-top-color: transparent; 5208 | 5209 | border-left-color: transparent; 5210 | 5211 | -webkit-transition: all .25s; 5212 | 5213 | transition: all .25s; 5214 | 5215 | -webkit-animation: rotate .6s linear infinite; 5216 | 5217 | animation: rotate .6s linear infinite 5218 | 5219 | } 5220 | 5221 | 5222 | 5223 | #showtext { 5224 | 5225 | display:none; 5226 | 5227 | text-align:center; 5228 | 5229 | color:#1abc9c; 5230 | 5231 | font-size:14px; 5232 | 5233 | } 5234 | 5235 | .jianju { 5236 | 5237 | height:45px; 5238 | 5239 | text-align:center; 5240 | 5241 | } 5242 | 5243 | .browser_notice { 5244 | 5245 | background-color:#d9534f; 5246 | 5247 | padding: 10px; 5248 | 5249 | color: #fff; 5250 | 5251 | text-align:center; 5252 | 5253 | } 5254 | 5255 | 5256 | 5257 | @media screen and (max-width: 768px) { 5258 | 5259 | 5260 | 5261 | .copyright .container .row div.col-md-6{ 5262 | 5263 | /* padding-left:5px !important; 5264 | 5265 | padding-right:5px !important;*/ 5266 | 5267 | text-align:center; 5268 | 5269 | margin-bottom:10px; 5270 | 5271 | } 5272 | 5273 | 5274 | 5275 | 5276 | 5277 | } 5278 | -------------------------------------------------------------------------------- /Tenon/assets/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anran-world/ios-ssr/1f66486b58b7fcbf4c8bf623025fa6c6bd3cfccf/Tenon/assets/images/favicon.ico -------------------------------------------------------------------------------- /Tenon/assets/images/icon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anran-world/ios-ssr/1f66486b58b7fcbf4c8bf623025fa6c6bd3cfccf/Tenon/assets/images/icon.jpg -------------------------------------------------------------------------------- /Tenon/assets/images/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anran-world/ios-ssr/1f66486b58b7fcbf4c8bf623025fa6c6bd3cfccf/Tenon/assets/images/logo.jpg -------------------------------------------------------------------------------- /Tenon/assets/images/ua-tip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anran-world/ios-ssr/1f66486b58b7fcbf4c8bf623025fa6c6bd3cfccf/Tenon/assets/images/ua-tip.png -------------------------------------------------------------------------------- /Tenon/assets/js/jquery-1.7.2.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery v1.7.2 jquery.com | jquery.org/license */ 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | (function(a,b){function cy(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cu(a){if(!cj[a]){var b=c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){ck||(ck=c.createElement("iframe"),ck.frameBorder=ck.width=ck.height=0),b.appendChild(ck);if(!cl||!ck.createElement)cl=(ck.contentWindow||ck.contentDocument).document,cl.write((f.support.boxModel?"":"")+""),cl.close();d=cl.createElement(a),cl.body.appendChild(d),e=f.css(d,"display"),b.removeChild(ck)}cj[a]=e}return cj[a]}function ct(a,b){var c={};f.each(cp.concat.apply([],cp.slice(0,b)),function(){c[this]=a});return c}function cs(){cq=b}function cr(){setTimeout(cs,0);return cq=f.now()}function ci(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function ch(){try{return new a.XMLHttpRequest}catch(b){}}function cb(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var d=a.dataTypes,e={},g,h,i=d.length,j,k=d[0],l,m,n,o,p;for(g=1;g0){if(c!=="border")for(;e=0===c})}function S(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function K(){return!0}function J(){return!1}function n(a,b,c){var d=b+"defer",e=b+"queue",g=b+"mark",h=f._data(a,d);h&&(c==="queue"||!f._data(a,e))&&(c==="mark"||!f._data(a,g))&&setTimeout(function(){!f._data(a,e)&&!f._data(a,g)&&(f.removeData(a,d,!0),h.fire())},0)}function m(a){for(var b in a){if(b==="data"&&f.isEmptyObject(a[b]))continue;if(b!=="toJSON")return!1}return!0}function l(a,c,d){if(d===b&&a.nodeType===1){var e="data-"+c.replace(k,"-$1").toLowerCase();d=a.getAttribute(e);if(typeof d=="string"){try{d=d==="true"?!0:d==="false"?!1:d==="null"?null:f.isNumeric(d)?+d:j.test(d)?f.parseJSON(d):d}catch(g){}f.data(a,c,d)}else d=b}return d}function h(a){var b=g[a]={},c,d;a=a.split(/\s+/);for(c=0,d=a.length;c)[^>]*$|#([\w\-]*)$)/,j=/\S/,k=/^\s+/,l=/\s+$/,m=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,n=/^[\],:{}\s]*$/,o=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,p=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,q=/(?:^|:|,)(?:\s*\[)+/g,r=/(webkit)[ \/]([\w.]+)/,s=/(opera)(?:.*version)?[ \/]([\w.]+)/,t=/(msie) ([\w.]+)/,u=/(mozilla)(?:.*? rv:([\w.]+))?/,v=/-([a-z]|[0-9])/ig,w=/^-ms-/,x=function(a,b){return(b+"").toUpperCase()},y=d.userAgent,z,A,B,C=Object.prototype.toString,D=Object.prototype.hasOwnProperty,E=Array.prototype.push,F=Array.prototype.slice,G=String.prototype.trim,H=Array.prototype.indexOf,I={};e.fn=e.prototype={constructor:e,init:function(a,d,f){var g,h,j,k;if(!a)return this;if(a.nodeType){this.context=this[0]=a,this.length=1;return this}if(a==="body"&&!d&&c.body){this.context=c,this[0]=c.body,this.selector=a,this.length=1;return this}if(typeof a=="string"){a.charAt(0)!=="<"||a.charAt(a.length-1)!==">"||a.length<3?g=i.exec(a):g=[null,a,null];if(g&&(g[1]||!d)){if(g[1]){d=d instanceof e?d[0]:d,k=d?d.ownerDocument||d:c,j=m.exec(a),j?e.isPlainObject(d)?(a=[c.createElement(j[1])],e.fn.attr.call(a,d,!0)):a=[k.createElement(j[1])]:(j=e.buildFragment([g[1]],[k]),a=(j.cacheable?e.clone(j.fragment):j.fragment).childNodes);return e.merge(this,a)}h=c.getElementById(g[2]);if(h&&h.parentNode){if(h.id!==g[2])return f.find(a);this.length=1,this[0]=h}this.context=c,this.selector=a;return this}return!d||d.jquery?(d||f).find(a):this.constructor(d).find(a)}if(e.isFunction(a))return f.ready(a);a.selector!==b&&(this.selector=a.selector,this.context=a.context);return e.makeArray(a,this)},selector:"",jquery:"1.7.2",length:0,size:function(){return this.length},toArray:function(){return F.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this[this.length+a]:this[a]},pushStack:function(a,b,c){var d=this.constructor();e.isArray(a)?E.apply(d,a):e.merge(d,a),d.prevObject=this,d.context=this.context,b==="find"?d.selector=this.selector+(this.selector?" ":"")+c:b&&(d.selector=this.selector+"."+b+"("+c+")");return d},each:function(a,b){return e.each(this,a,b)},ready:function(a){e.bindReady(),A.add(a);return this},eq:function(a){a=+a;return a===-1?this.slice(a):this.slice(a,a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(F.apply(this,arguments),"slice",F.call(arguments).join(","))},map:function(a){return this.pushStack(e.map(this,function(b,c){return a.call(b,c,b)}))},end:function(){return this.prevObject||this.constructor(null)},push:E,sort:[].sort,splice:[].splice},e.fn.init.prototype=e.fn,e.extend=e.fn.extend=function(){var a,c,d,f,g,h,i=arguments[0]||{},j=1,k=arguments.length,l=!1;typeof i=="boolean"&&(l=i,i=arguments[1]||{},j=2),typeof i!="object"&&!e.isFunction(i)&&(i={}),k===j&&(i=this,--j);for(;j0)return;A.fireWith(c,[e]),e.fn.trigger&&e(c).trigger("ready").off("ready")}},bindReady:function(){if(!A){A=e.Callbacks("once memory");if(c.readyState==="complete")return setTimeout(e.ready,1);if(c.addEventListener)c.addEventListener("DOMContentLoaded",B,!1),a.addEventListener("load",e.ready,!1);else if(c.attachEvent){c.attachEvent("onreadystatechange",B),a.attachEvent("onload",e.ready);var b=!1;try{b=a.frameElement==null}catch(d){}c.documentElement.doScroll&&b&&J()}}},isFunction:function(a){return e.type(a)==="function"},isArray:Array.isArray||function(a){return e.type(a)==="array"},isWindow:function(a){return a!=null&&a==a.window},isNumeric:function(a){return!isNaN(parseFloat(a))&&isFinite(a)},type:function(a){return a==null?String(a):I[C.call(a)]||"object"},isPlainObject:function(a){if(!a||e.type(a)!=="object"||a.nodeType||e.isWindow(a))return!1;try{if(a.constructor&&!D.call(a,"constructor")&&!D.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}var d;for(d in a);return d===b||D.call(a,d)},isEmptyObject:function(a){for(var b in a)return!1;return!0},error:function(a){throw new Error(a)},parseJSON:function(b){if(typeof b!="string"||!b)return null;b=e.trim(b);if(a.JSON&&a.JSON.parse)return a.JSON.parse(b);if(n.test(b.replace(o,"@").replace(p,"]").replace(q,"")))return(new Function("return "+b))();e.error("Invalid JSON: "+b)},parseXML:function(c){if(typeof c!="string"||!c)return null;var d,f;try{a.DOMParser?(f=new DOMParser,d=f.parseFromString(c,"text/xml")):(d=new ActiveXObject("Microsoft.XMLDOM"),d.async="false",d.loadXML(c))}catch(g){d=b}(!d||!d.documentElement||d.getElementsByTagName("parsererror").length)&&e.error("Invalid XML: "+c);return d},noop:function(){},globalEval:function(b){b&&j.test(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(w,"ms-").replace(v,x)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,c,d){var f,g=0,h=a.length,i=h===b||e.isFunction(a);if(d){if(i){for(f in a)if(c.apply(a[f],d)===!1)break}else for(;g0&&a[0]&&a[j-1]||j===0||e.isArray(a));if(k)for(;i1?i.call(arguments,0):b,j.notifyWith(k,e)}}function l(a){return function(c){b[a]=arguments.length>1?i.call(arguments,0):c,--g||j.resolveWith(j,b)}}var b=i.call(arguments,0),c=0,d=b.length,e=Array(d),g=d,h=d,j=d<=1&&a&&f.isFunction(a.promise)?a:f.Deferred(),k=j.promise();if(d>1){for(;c
a",d=p.getElementsByTagName("*"),e=p.getElementsByTagName("a")[0];if(!d||!d.length||!e)return{};g=c.createElement("select"),h=g.appendChild(c.createElement("option")),i=p.getElementsByTagName("input")[0],b={leadingWhitespace:p.firstChild.nodeType===3,tbody:!p.getElementsByTagName("tbody").length,htmlSerialize:!!p.getElementsByTagName("link").length,style:/top/.test(e.getAttribute("style")),hrefNormalized:e.getAttribute("href")==="/a",opacity:/^0.55/.test(e.style.opacity),cssFloat:!!e.style.cssFloat,checkOn:i.value==="on",optSelected:h.selected,getSetAttribute:p.className!=="t",enctype:!!c.createElement("form").enctype,html5Clone:c.createElement("nav").cloneNode(!0).outerHTML!=="<:nav>",submitBubbles:!0,changeBubbles:!0,focusinBubbles:!1,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0,pixelMargin:!0},f.boxModel=b.boxModel=c.compatMode==="CSS1Compat",i.checked=!0,b.noCloneChecked=i.cloneNode(!0).checked,g.disabled=!0,b.optDisabled=!h.disabled;try{delete p.test}catch(r){b.deleteExpando=!1}!p.addEventListener&&p.attachEvent&&p.fireEvent&&(p.attachEvent("onclick",function(){b.noCloneEvent=!1}),p.cloneNode(!0).fireEvent("onclick")),i=c.createElement("input"),i.value="t",i.setAttribute("type","radio"),b.radioValue=i.value==="t",i.setAttribute("checked","checked"),i.setAttribute("name","t"),p.appendChild(i),j=c.createDocumentFragment(),j.appendChild(p.lastChild),b.checkClone=j.cloneNode(!0).cloneNode(!0).lastChild.checked,b.appendChecked=i.checked,j.removeChild(i),j.appendChild(p);if(p.attachEvent)for(n in{submit:1,change:1,focusin:1})m="on"+n,o=m in p,o||(p.setAttribute(m,"return;"),o=typeof p[m]=="function"),b[n+"Bubbles"]=o;j.removeChild(p),j=g=h=p=i=null,f(function(){var d,e,g,h,i,j,l,m,n,q,r,s,t,u=c.getElementsByTagName("body")[0];!u||(m=1,t="padding:0;margin:0;border:",r="position:absolute;top:0;left:0;width:1px;height:1px;",s=t+"0;visibility:hidden;",n="style='"+r+t+"5px solid #000;",q="
"+""+"
",d=c.createElement("div"),d.style.cssText=s+"width:0;height:0;position:static;top:0;margin-top:"+m+"px",u.insertBefore(d,u.firstChild),p=c.createElement("div"),d.appendChild(p),p.innerHTML="
t
",k=p.getElementsByTagName("td"),o=k[0].offsetHeight===0,k[0].style.display="",k[1].style.display="none",b.reliableHiddenOffsets=o&&k[0].offsetHeight===0,a.getComputedStyle&&(p.innerHTML="",l=c.createElement("div"),l.style.width="0",l.style.marginRight="0",p.style.width="2px",p.appendChild(l),b.reliableMarginRight=(parseInt((a.getComputedStyle(l,null)||{marginRight:0}).marginRight,10)||0)===0),typeof p.style.zoom!="undefined"&&(p.innerHTML="",p.style.width=p.style.padding="1px",p.style.border=0,p.style.overflow="hidden",p.style.display="inline",p.style.zoom=1,b.inlineBlockNeedsLayout=p.offsetWidth===3,p.style.display="block",p.style.overflow="visible",p.innerHTML="
",b.shrinkWrapBlocks=p.offsetWidth!==3),p.style.cssText=r+s,p.innerHTML=q,e=p.firstChild,g=e.firstChild,i=e.nextSibling.firstChild.firstChild,j={doesNotAddBorder:g.offsetTop!==5,doesAddBorderForTableAndCells:i.offsetTop===5},g.style.position="fixed",g.style.top="20px",j.fixedPosition=g.offsetTop===20||g.offsetTop===15,g.style.position=g.style.top="",e.style.overflow="hidden",e.style.position="relative",j.subtractsBorderForOverflowNotVisible=g.offsetTop===-5,j.doesNotIncludeMarginInBodyOffset=u.offsetTop!==m,a.getComputedStyle&&(p.style.marginTop="1%",b.pixelMargin=(a.getComputedStyle(p,null)||{marginTop:0}).marginTop!=="1%"),typeof d.style.zoom!="undefined"&&(d.style.zoom=1),u.removeChild(d),l=p=d=null,f.extend(b,j))});return b}();var j=/^(?:\{.*\}|\[.*\])$/,k=/([A-Z])/g;f.extend({cache:{},uuid:0,expando:"jQuery"+(f.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(a){a=a.nodeType?f.cache[a[f.expando]]:a[f.expando];return!!a&&!m(a)},data:function(a,c,d,e){if(!!f.acceptData(a)){var g,h,i,j=f.expando,k=typeof c=="string",l=a.nodeType,m=l?f.cache:a,n=l?a[j]:a[j]&&j,o=c==="events";if((!n||!m[n]||!o&&!e&&!m[n].data)&&k&&d===b)return;n||(l?a[j]=n=++f.uuid:n=j),m[n]||(m[n]={},l||(m[n].toJSON=f.noop));if(typeof c=="object"||typeof c=="function")e?m[n]=f.extend(m[n],c):m[n].data=f.extend(m[n].data,c);g=h=m[n],e||(h.data||(h.data={}),h=h.data),d!==b&&(h[f.camelCase(c)]=d);if(o&&!h[c])return g.events;k?(i=h[c],i==null&&(i=h[f.camelCase(c)])):i=h;return i}},removeData:function(a,b,c){if(!!f.acceptData(a)){var d,e,g,h=f.expando,i=a.nodeType,j=i?f.cache:a,k=i?a[h]:h;if(!j[k])return;if(b){d=c?j[k]:j[k].data;if(d){f.isArray(b)||(b in d?b=[b]:(b=f.camelCase(b),b in d?b=[b]:b=b.split(" ")));for(e=0,g=b.length;e1,null,!1)},removeData:function(a){return this.each(function(){f.removeData(this,a)})}}),f.extend({_mark:function(a,b){a&&(b=(b||"fx")+"mark",f._data(a,b,(f._data(a,b)||0)+1))},_unmark:function(a,b,c){a!==!0&&(c=b,b=a,a=!1);if(b){c=c||"fx";var d=c+"mark",e=a?0:(f._data(b,d)||1)-1;e?f._data(b,d,e):(f.removeData(b,d,!0),n(b,c,"mark"))}},queue:function(a,b,c){var d;if(a){b=(b||"fx")+"queue",d=f._data(a,b),c&&(!d||f.isArray(c)?d=f._data(a,b,f.makeArray(c)):d.push(c));return d||[]}},dequeue:function(a,b){b=b||"fx";var c=f.queue(a,b),d=c.shift(),e={};d==="inprogress"&&(d=c.shift()),d&&(b==="fx"&&c.unshift("inprogress"),f._data(a,b+".run",e),d.call(a,function(){f.dequeue(a,b)},e)),c.length||(f.removeData(a,b+"queue "+b+".run",!0),n(a,b,"queue"))}}),f.fn.extend({queue:function(a,c){var d=2;typeof a!="string"&&(c=a,a="fx",d--);if(arguments.length1)},removeAttr:function(a){return this.each(function(){f.removeAttr(this,a)})},prop:function(a,b){return f.access(this,f.prop,a,b,arguments.length>1)},removeProp:function(a){a=f.propFix[a]||a;return this.each(function(){try{this[a]=b,delete this[a]}catch(c){}})},addClass:function(a){var b,c,d,e,g,h,i;if(f.isFunction(a))return this.each(function(b){f(this).addClass(a.call(this,b,this.className))});if(a&&typeof a=="string"){b=a.split(p);for(c=0,d=this.length;c-1)return!0;return!1},val:function(a){var c,d,e,g=this[0];{if(!!arguments.length){e=f.isFunction(a);return this.each(function(d){var g=f(this),h;if(this.nodeType===1){e?h=a.call(this,d,g.val()):h=a,h==null?h="":typeof h=="number"?h+="":f.isArray(h)&&(h=f.map(h,function(a){return a==null?"":a+""})),c=f.valHooks[this.type]||f.valHooks[this.nodeName.toLowerCase()];if(!c||!("set"in c)||c.set(this,h,"value")===b)this.value=h}})}if(g){c=f.valHooks[g.type]||f.valHooks[g.nodeName.toLowerCase()];if(c&&"get"in c&&(d=c.get(g,"value"))!==b)return d;d=g.value;return typeof d=="string"?d.replace(q,""):d==null?"":d}}}}),f.extend({valHooks:{option:{get:function(a){var b=a.attributes.value;return!b||b.specified?a.value:a.text}},select:{get:function(a){var b,c,d,e,g=a.selectedIndex,h=[],i=a.options,j=a.type==="select-one";if(g<0)return null;c=j?g:0,d=j?g+1:i.length;for(;c=0}),c.length||(a.selectedIndex=-1);return c}}},attrFn:{val:!0,css:!0,html:!0,text:!0,data:!0,width:!0,height:!0,offset:!0},attr:function(a,c,d,e){var g,h,i,j=a.nodeType;if(!!a&&j!==3&&j!==8&&j!==2){if(e&&c in f.attrFn)return f(a)[c](d);if(typeof a.getAttribute=="undefined")return f.prop(a,c,d);i=j!==1||!f.isXMLDoc(a),i&&(c=c.toLowerCase(),h=f.attrHooks[c]||(u.test(c)?x:w));if(d!==b){if(d===null){f.removeAttr(a,c);return}if(h&&"set"in h&&i&&(g=h.set(a,d,c))!==b)return g;a.setAttribute(c,""+d);return d}if(h&&"get"in h&&i&&(g=h.get(a,c))!==null)return g;g=a.getAttribute(c);return g===null?b:g}},removeAttr:function(a,b){var c,d,e,g,h,i=0;if(b&&a.nodeType===1){d=b.toLowerCase().split(p),g=d.length;for(;i=0}})});var z=/^(?:textarea|input|select)$/i,A=/^([^\.]*)?(?:\.(.+))?$/,B=/(?:^|\s)hover(\.\S+)?\b/,C=/^key/,D=/^(?:mouse|contextmenu)|click/,E=/^(?:focusinfocus|focusoutblur)$/,F=/^(\w*)(?:#([\w\-]+))?(?:\.([\w\-]+))?$/,G=function( 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | a){var b=F.exec(a);b&&(b[1]=(b[1]||"").toLowerCase(),b[3]=b[3]&&new RegExp("(?:^|\\s)"+b[3]+"(?:\\s|$)"));return b},H=function(a,b){var c=a.attributes||{};return(!b[1]||a.nodeName.toLowerCase()===b[1])&&(!b[2]||(c.id||{}).value===b[2])&&(!b[3]||b[3].test((c["class"]||{}).value))},I=function(a){return f.event.special.hover?a:a.replace(B,"mouseenter$1 mouseleave$1")};f.event={add:function(a,c,d,e,g){var h,i,j,k,l,m,n,o,p,q,r,s;if(!(a.nodeType===3||a.nodeType===8||!c||!d||!(h=f._data(a)))){d.handler&&(p=d,d=p.handler,g=p.selector),d.guid||(d.guid=f.guid++),j=h.events,j||(h.events=j={}),i=h.handle,i||(h.handle=i=function(a){return typeof f!="undefined"&&(!a||f.event.triggered!==a.type)?f.event.dispatch.apply(i.elem,arguments):b},i.elem=a),c=f.trim(I(c)).split(" ");for(k=0;k=0&&(h=h.slice(0,-1),k=!0),h.indexOf(".")>=0&&(i=h.split("."),h=i.shift(),i.sort());if((!e||f.event.customEvent[h])&&!f.event.global[h])return;c=typeof c=="object"?c[f.expando]?c:new f.Event(h,c):new f.Event(h),c.type=h,c.isTrigger=!0,c.exclusive=k,c.namespace=i.join("."),c.namespace_re=c.namespace?new RegExp("(^|\\.)"+i.join("\\.(?:.*\\.)?")+"(\\.|$)"):null,o=h.indexOf(":")<0?"on"+h:"";if(!e){j=f.cache;for(l in j)j[l].events&&j[l].events[h]&&f.event.trigger(c,d,j[l].handle.elem,!0);return}c.result=b,c.target||(c.target=e),d=d!=null?f.makeArray(d):[],d.unshift(c),p=f.event.special[h]||{};if(p.trigger&&p.trigger.apply(e,d)===!1)return;r=[[e,p.bindType||h]];if(!g&&!p.noBubble&&!f.isWindow(e)){s=p.delegateType||h,m=E.test(s+h)?e:e.parentNode,n=null;for(;m;m=m.parentNode)r.push([m,s]),n=m;n&&n===e.ownerDocument&&r.push([n.defaultView||n.parentWindow||a,s])}for(l=0;le&&j.push({elem:this,matches:d.slice(e)});for(k=0;k0?this.on(b,null,a,c):this.trigger(b)},f.attrFn&&(f.attrFn[b]=!0),C.test(b)&&(f.event.fixHooks[b]=f.event.keyHooks),D.test(b)&&(f.event.fixHooks[b]=f.event.mouseHooks)}),function(){function x(a,b,c,e,f,g){for(var h=0,i=e.length;h0){k=j;break}}j=j[a]}e[h]=k}}}function w(a,b,c,e,f,g){for(var h=0,i=e.length;h+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,d="sizcache"+(Math.random()+"").replace(".",""),e=0,g=Object.prototype.toString,h=!1,i=!0,j=/\\/g,k=/\r\n/g,l=/\W/;[0,0].sort(function(){i=!1;return 0});var m=function(b,d,e,f){e=e||[],d=d||c;var h=d;if(d.nodeType!==1&&d.nodeType!==9)return[];if(!b||typeof b!="string")return e;var i,j,k,l,n,q,r,t,u=!0,v=m.isXML(d),w=[],x=b;do{a.exec(""),i=a.exec(x);if(i){x=i[3],w.push(i[1]);if(i[2]){l=i[3];break}}}while(i);if(w.length>1&&p.exec(b))if(w.length===2&&o.relative[w[0]])j=y(w[0]+w[1],d,f);else{j=o.relative[w[0]]?[d]:m(w.shift(),d);while(w.length)b=w.shift(),o.relative[b]&&(b+=w.shift()),j=y(b,j,f)}else{!f&&w.length>1&&d.nodeType===9&&!v&&o.match.ID.test(w[0])&&!o.match.ID.test(w[w.length-1])&&(n=m.find(w.shift(),d,v),d=n.expr?m.filter(n.expr,n.set)[0]:n.set[0]);if(d){n=f?{expr:w.pop(),set:s(f)}:m.find(w.pop(),w.length===1&&(w[0]==="~"||w[0]==="+")&&d.parentNode?d.parentNode:d,v),j=n.expr?m.filter(n.expr,n.set):n.set,w.length>0?k=s(j):u=!1;while(w.length)q=w.pop(),r=q,o.relative[q]?r=w.pop():q="",r==null&&(r=d),o.relative[q](k,r,v)}else k=w=[]}k||(k=j),k||m.error(q||b);if(g.call(k)==="[object Array]")if(!u)e.push.apply(e,k);else if(d&&d.nodeType===1)for(t=0;k[t]!=null;t++)k[t]&&(k[t]===!0||k[t].nodeType===1&&m.contains(d,k[t]))&&e.push(j[t]);else for(t=0;k[t]!=null;t++)k[t]&&k[t].nodeType===1&&e.push(j[t]);else s(k,e);l&&(m(l,h,e,f),m.uniqueSort(e));return e};m.uniqueSort=function(a){if(u){h=i,a.sort(u);if(h)for(var b=1;b0},m.find=function(a,b,c){var d,e,f,g,h,i;if(!a)return[];for(e=0,f=o.order.length;e":function(a,b){var c,d=typeof b=="string",e=0,f=a.length;if(d&&!l.test(b)){b=b.toLowerCase();for(;e=0)?c||d.push(h):c&&(b[g]=!1));return!1},ID:function(a){return a[1].replace(j,"")},TAG:function(a,b){return a[1].replace(j,"").toLowerCase()},CHILD:function(a){if(a[1]==="nth"){a[2]||m.error(a[0]),a[2]=a[2].replace(/^\+|\s*/g,"");var b=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(a[2]==="even"&&"2n"||a[2]==="odd"&&"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=b[1]+(b[2]||1)-0,a[3]=b[3]-0}else a[2]&&m.error(a[0]);a[0]=e++;return a},ATTR:function(a,b,c,d,e,f){var g=a[1]=a[1].replace(j,"");!f&&o.attrMap[g]&&(a[1]=o.attrMap[g]),a[4]=(a[4]||a[5]||"").replace(j,""),a[2]==="~="&&(a[4]=" "+a[4]+" ");return a},PSEUDO:function(b,c,d,e,f){if(b[1]==="not")if((a.exec(b[3])||"").length>1||/^\w/.test(b[3]))b[3]=m(b[3],null,null,c);else{var g=m.filter(b[3],c,d,!0^f);d||e.push.apply(e,g);return!1}else if(o.match.POS.test(b[0])||o.match.CHILD.test(b[0]))return!0;return b},POS:function(a){a.unshift(!0);return a}},filters:{enabled:function(a){return a.disabled===!1&&a.type!=="hidden"},disabled:function(a){return a.disabled===!0},checked:function(a){return a.checked===!0},selected:function(a){a.parentNode&&a.parentNode.selectedIndex;return a.selected===!0},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(a,b,c){return!!m(c[3],a).length},header:function(a){return/h\d/i.test(a.nodeName)},text:function(a){var b=a.getAttribute("type"),c=a.type;return a.nodeName.toLowerCase()==="input"&&"text"===c&&(b===c||b===null)},radio:function(a){return a.nodeName.toLowerCase()==="input"&&"radio"===a.type},checkbox:function(a){return a.nodeName.toLowerCase()==="input"&&"checkbox"===a.type},file:function(a){return a.nodeName.toLowerCase()==="input"&&"file"===a.type},password:function(a){return a.nodeName.toLowerCase()==="input"&&"password"===a.type},submit:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"submit"===a.type},image:function(a){return a.nodeName.toLowerCase()==="input"&&"image"===a.type},reset:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"reset"===a.type},button:function(a){var b=a.nodeName.toLowerCase();return b==="input"&&"button"===a.type||b==="button"},input:function(a){return/input|select|textarea|button/i.test(a.nodeName)},focus:function(a){return a===a.ownerDocument.activeElement}},setFilters:{first:function(a,b){return b===0},last:function(a,b,c,d){return b===d.length-1},even:function(a,b){return b%2===0},odd:function(a,b){return b%2===1},lt:function(a,b,c){return bc[3]-0},nth:function(a,b,c){return c[3]-0===b},eq:function(a,b,c){return c[3]-0===b}},filter:{PSEUDO:function(a,b,c,d){var e=b[1],f=o.filters[e];if(f)return f(a,c,b,d);if(e==="contains")return(a.textContent||a.innerText||n([a])||"").indexOf(b[3])>=0;if(e==="not"){var g=b[3];for(var h=0,i=g.length;h=0}},ID:function(a,b){return a.nodeType===1&&a.getAttribute("id")===b},TAG:function(a,b){return b==="*"&&a.nodeType===1||!!a.nodeName&&a.nodeName.toLowerCase()===b},CLASS:function(a,b){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(b)>-1},ATTR:function(a,b){var c=b[1],d=m.attr?m.attr(a,c):o.attrHandle[c]?o.attrHandle[c](a):a[c]!=null?a[c]:a.getAttribute(c),e=d+"",f=b[2],g=b[4];return d==null?f==="!=":!f&&m.attr?d!=null:f==="="?e===g:f==="*="?e.indexOf(g)>=0:f==="~="?(" "+e+" ").indexOf(g)>=0:g?f==="!="?e!==g:f==="^="?e.indexOf(g)===0:f==="$="?e.substr(e.length-g.length)===g:f==="|="?e===g||e.substr(0,g.length+1)===g+"-":!1:e&&d!==!1},POS:function(a,b,c,d){var e=b[2],f=o.setFilters[e];if(f)return f(a,c,b,d)}}},p=o.match.POS,q=function(a,b){return"\\"+(b-0+1)};for(var r in o.match)o.match[r]=new RegExp(o.match[r].source+/(?![^\[]*\])(?![^\(]*\))/.source),o.leftMatch[r]=new RegExp(/(^(?:.|\r|\n)*?)/.source+o.match[r].source.replace(/\\(\d+)/g,q));o.match.globalPOS=p;var s=function(a,b){a=Array.prototype.slice.call(a,0);if(b){b.push.apply(b,a);return b}return a};try{Array.prototype.slice.call(c.documentElement.childNodes,0)[0].nodeType}catch(t){s=function(a,b){var c=0,d=b||[];if(g.call(a)==="[object Array]")Array.prototype.push.apply(d,a);else if(typeof a.length=="number")for(var e=a.length;c",e.insertBefore(a,e.firstChild),c.getElementById(d)&&(o.find.ID=function(a,c,d){if(typeof c.getElementById!="undefined"&&!d){var e=c.getElementById(a[1]);return e?e.id===a[1]||typeof e.getAttributeNode!="undefined"&&e.getAttributeNode("id").nodeValue===a[1]?[e]:b:[]}},o.filter.ID=function(a,b){var c=typeof a.getAttributeNode!="undefined"&&a.getAttributeNode("id");return a.nodeType===1&&c&&c.nodeValue===b}),e.removeChild(a),e=a=null}(),function(){var a=c.createElement("div");a.appendChild(c.createComment("")),a.getElementsByTagName("*").length>0&&(o.find.TAG=function(a,b){var c=b.getElementsByTagName(a[1]);if(a[1]==="*"){var d=[];for(var e=0;c[e];e++)c[e].nodeType===1&&d.push(c[e]);c=d}return c}),a.innerHTML="",a.firstChild&&typeof a.firstChild.getAttribute!="undefined"&&a.firstChild.getAttribute("href")!=="#"&&(o.attrHandle.href=function(a){return a.getAttribute("href",2)}),a=null}(),c.querySelectorAll&&function(){var a=m,b=c.createElement("div"),d="__sizzle__";b.innerHTML="

";if(!b.querySelectorAll||b.querySelectorAll(".TEST").length!==0){m=function(b,e,f,g){e=e||c;if(!g&&!m.isXML(e)){var h=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(b);if(h&&(e.nodeType===1||e.nodeType===9)){if(h[1])return s(e.getElementsByTagName(b),f);if(h[2]&&o.find.CLASS&&e.getElementsByClassName)return s(e.getElementsByClassName(h[2]),f)}if(e.nodeType===9){if(b==="body"&&e.body)return s([e.body],f);if(h&&h[3]){var i=e.getElementById(h[3]);if(!i||!i.parentNode)return s([],f);if(i.id===h[3])return s([i],f)}try{return s(e.querySelectorAll(b),f)}catch(j){}}else if(e.nodeType===1&&e.nodeName.toLowerCase()!=="object"){var k=e,l=e.getAttribute("id"),n=l||d,p=e.parentNode,q=/^\s*[+~]/.test(b);l?n=n.replace(/'/g,"\\$&"):e.setAttribute("id",n),q&&p&&(e=e.parentNode);try{if(!q||p)return s(e.querySelectorAll("[id='"+n+"'] "+b),f)}catch(r){}finally{l||k.removeAttribute("id")}}}return a(b,e,f,g)};for(var e in a)m[e]=a[e];b=null}}(),function(){var a=c.documentElement,b=a.matchesSelector||a.mozMatchesSelector||a.webkitMatchesSelector||a.msMatchesSelector;if(b){var d=!b.call(c.createElement("div"),"div"),e=!1;try{b.call(c.documentElement,"[test!='']:sizzle")}catch(f){e=!0}m.matchesSelector=function(a,c){c=c.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!m.isXML(a))try{if(e||!o.match.PSEUDO.test(c)&&!/!=/.test(c)){var f=b.call(a,c);if(f||!d||a.document&&a.document.nodeType!==11)return f}}catch(g){}return m(c,null,null,[a]).length>0}}}(),function(){var a=c.createElement("div");a.innerHTML="
";if(!!a.getElementsByClassName&&a.getElementsByClassName("e").length!==0){a.lastChild.className="e";if(a.getElementsByClassName("e").length===1)return;o.order.splice(1,0,"CLASS"),o.find.CLASS=function(a,b,c){if(typeof b.getElementsByClassName!="undefined"&&!c)return b.getElementsByClassName(a[1])},a=null}}(),c.documentElement.contains?m.contains=function(a,b){return a!==b&&(a.contains?a.contains(b):!0)}:c.documentElement.compareDocumentPosition?m.contains=function(a,b){return!!(a.compareDocumentPosition(b)&16)}:m.contains=function(){return!1},m.isXML=function(a){var b=(a?a.ownerDocument||a:0).documentElement;return b?b.nodeName!=="HTML":!1};var y=function(a,b,c){var d,e=[],f="",g=b.nodeType?[b]:b;while(d=o.match.PSEUDO.exec(a))f+=d[0],a=a.replace(o.match.PSEUDO,"");a=o.relative[a]?a+"*":a;for(var h=0,i=g.length;h0)for(h=g;h=0:f.filter(a,this).length>0:this.filter(a).length>0)},closest:function(a,b){var c=[],d,e,g=this[0];if(f.isArray(a)){var h=1;while(g&&g.ownerDocument&&g!==b){for(d=0;d-1:f.find.matchesSelector(g,a)){c.push(g);break}g=g.parentNode;if(!g||!g.ownerDocument||g===b||g.nodeType===11)break}}c=c.length>1?f.unique(c):c;return this.pushStack(c,"closest",a)},index:function(a){if(!a)return this[0]&&this[0].parentNode?this.prevAll().length:-1;if(typeof a=="string")return f.inArray(this[0],f(a));return f.inArray(a.jquery?a[0]:a,this)},add:function(a,b){var c=typeof a=="string"?f(a,b):f.makeArray(a&&a.nodeType?[a]:a),d=f.merge(this.get(),c);return this.pushStack(S(c[0])||S(d[0])?d:f.unique(d))},andSelf:function(){return this.add(this.prevObject)}}),f.each({parent:function(a){var b=a.parentNode;return b&&b.nodeType!==11?b:null},parents:function(a){return f.dir(a,"parentNode")},parentsUntil:function(a,b,c){return f.dir(a,"parentNode",c)},next:function(a){return f.nth(a,2,"nextSibling")},prev:function(a){return f.nth(a,2,"previousSibling")},nextAll:function(a){return f.dir(a,"nextSibling")},prevAll:function(a){return f.dir(a,"previousSibling")},nextUntil:function(a,b,c){return f.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return f.dir(a,"previousSibling",c)},siblings:function(a){return f.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return f.sibling(a.firstChild)},contents:function(a){return f.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:f.makeArray(a.childNodes)}},function(a,b){f.fn[a]=function(c,d){var e=f.map(this,b,c);L.test(a)||(d=c),d&&typeof d=="string"&&(e=f.filter(d,e)),e=this.length>1&&!R[a]?f.unique(e):e,(this.length>1||N.test(d))&&M.test(a)&&(e=e.reverse());return this.pushStack(e,a,P.call(arguments).join(","))}}),f.extend({filter:function(a,b,c){c&&(a=":not("+a+")");return b.length===1?f.find.matchesSelector(b[0],a)?[b[0]]:[]:f.find.matches(a,b)},dir:function(a,c,d){var e=[],g=a[c];while(g&&g.nodeType!==9&&(d===b||g.nodeType!==1||!f(g).is(d)))g.nodeType===1&&e.push(g),g=g[c];return e},nth:function(a,b,c,d){b=b||1;var e=0;for(;a;a=a[c])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){var c=[];for(;a;a=a.nextSibling)a.nodeType===1&&a!==b&&c.push(a);return c}});var V="abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",W=/ jQuery\d+="(?:\d+|null)"/g,X=/^\s+/,Y=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,Z=/<([\w:]+)/,$=/]","i"),bd=/checked\s*(?:[^=]|=\s*.checked.)/i,be=/\/(java|ecma)script/i,bf=/^\s*",""],legend:[1,"
","
"],thead:[1,"","
"],tr:[2,"","
"],td:[3,"","
"],col:[2,"","
"],area:[1,"",""],_default:[0,"",""]},bh=U(c);bg.optgroup=bg.option,bg.tbody=bg.tfoot=bg.colgroup=bg.caption=bg.thead,bg.th=bg.td,f.support.htmlSerialize||(bg._default=[1,"div
","
"]),f.fn.extend({text:function(a){return f.access(this,function(a){return a===b?f.text(this):this.empty().append((this[0]&&this[0].ownerDocument||c).createTextNode(a))},null,a,arguments.length)},wrapAll:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapAll(a.call(this,b))});if(this[0]){var b=f(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&a.firstChild.nodeType===1)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapInner(a.call(this,b))});return this.each(function(){var b=f(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=f.isFunction(a);return this.each(function(c){f(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){f.nodeName(this,"body")||f(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this)});if(arguments.length){var a=f 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | .clean(arguments);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this.nextSibling)});if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,f.clean(arguments));return a}},remove:function(a,b){for(var c=0,d;(d=this[c])!=null;c++)if(!a||f.filter(a,[d]).length)!b&&d.nodeType===1&&(f.cleanData(d.getElementsByTagName("*")),f.cleanData([d])),d.parentNode&&d.parentNode.removeChild(d);return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++){b.nodeType===1&&f.cleanData(b.getElementsByTagName("*"));while(b.firstChild)b.removeChild(b.firstChild)}return this},clone:function(a,b){a=a==null?!1:a,b=b==null?a:b;return this.map(function(){return f.clone(this,a,b)})},html:function(a){return f.access(this,function(a){var c=this[0]||{},d=0,e=this.length;if(a===b)return c.nodeType===1?c.innerHTML.replace(W,""):null;if(typeof a=="string"&&!ba.test(a)&&(f.support.leadingWhitespace||!X.test(a))&&!bg[(Z.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Y,"<$1>");try{for(;d1&&l0?this.clone(!0):this).get();f(e[h])[b](j),d=d.concat(j)}return this.pushStack(d,a,e.selector)}}),f.extend({clone:function(a,b,c){var d,e,g,h=f.support.html5Clone||f.isXMLDoc(a)||!bc.test("<"+a.nodeName+">")?a.cloneNode(!0):bo(a);if((!f.support.noCloneEvent||!f.support.noCloneChecked)&&(a.nodeType===1||a.nodeType===11)&&!f.isXMLDoc(a)){bk(a,h),d=bl(a),e=bl(h);for(g=0;d[g];++g)e[g]&&bk(d[g],e[g])}if(b){bj(a,h);if(c){d=bl(a),e=bl(h);for(g=0;d[g];++g)bj(d[g],e[g])}}d=e=null;return h},clean:function(a,b,d,e){var g,h,i,j=[];b=b||c,typeof b.createElement=="undefined"&&(b=b.ownerDocument||b[0]&&b[0].ownerDocument||c);for(var k=0,l;(l=a[k])!=null;k++){typeof l=="number"&&(l+="");if(!l)continue;if(typeof l=="string")if(!_.test(l))l=b.createTextNode(l);else{l=l.replace(Y,"<$1>");var m=(Z.exec(l)||["",""])[1].toLowerCase(),n=bg[m]||bg._default,o=n[0],p=b.createElement("div"),q=bh.childNodes,r;b===c?bh.appendChild(p):U(b).appendChild(p),p.innerHTML=n[1]+l+n[2];while(o--)p=p.lastChild;if(!f.support.tbody){var s=$.test(l),t=m==="table"&&!s?p.firstChild&&p.firstChild.childNodes:n[1]===""&&!s?p.childNodes:[];for(i=t.length-1;i>=0;--i)f.nodeName(t[i],"tbody")&&!t[i].childNodes.length&&t[i].parentNode.removeChild(t[i])}!f.support.leadingWhitespace&&X.test(l)&&p.insertBefore(b.createTextNode(X.exec(l)[0]),p.firstChild),l=p.childNodes,p&&(p.parentNode.removeChild(p),q.length>0&&(r=q[q.length-1],r&&r.parentNode&&r.parentNode.removeChild(r)))}var u;if(!f.support.appendChecked)if(l[0]&&typeof (u=l.length)=="number")for(i=0;i1)},f.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=by(a,"opacity");return c===""?"1":c}return a.style.opacity}}},cssNumber:{fillOpacity:!0,fontWeight:!0,lineHeight:!0,opacity:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":f.support.cssFloat?"cssFloat":"styleFloat"},style:function(a,c,d,e){if(!!a&&a.nodeType!==3&&a.nodeType!==8&&!!a.style){var g,h,i=f.camelCase(c),j=a.style,k=f.cssHooks[i];c=f.cssProps[i]||i;if(d===b){if(k&&"get"in k&&(g=k.get(a,!1,e))!==b)return g;return j[c]}h=typeof d,h==="string"&&(g=bu.exec(d))&&(d=+(g[1]+1)*+g[2]+parseFloat(f.css(a,c)),h="number");if(d==null||h==="number"&&isNaN(d))return;h==="number"&&!f.cssNumber[i]&&(d+="px");if(!k||!("set"in k)||(d=k.set(a,d))!==b)try{j[c]=d}catch(l){}}},css:function(a,c,d){var e,g;c=f.camelCase(c),g=f.cssHooks[c],c=f.cssProps[c]||c,c==="cssFloat"&&(c="float");if(g&&"get"in g&&(e=g.get(a,!0,d))!==b)return e;if(by)return by(a,c)},swap:function(a,b,c){var d={},e,f;for(f in b)d[f]=a.style[f],a.style[f]=b[f];e=c.call(a);for(f in b)a.style[f]=d[f];return e}}),f.curCSS=f.css,c.defaultView&&c.defaultView.getComputedStyle&&(bz=function(a,b){var c,d,e,g,h=a.style;b=b.replace(br,"-$1").toLowerCase(),(d=a.ownerDocument.defaultView)&&(e=d.getComputedStyle(a,null))&&(c=e.getPropertyValue(b),c===""&&!f.contains(a.ownerDocument.documentElement,a)&&(c=f.style(a,b))),!f.support.pixelMargin&&e&&bv.test(b)&&bt.test(c)&&(g=h.width,h.width=c,c=e.width,h.width=g);return c}),c.documentElement.currentStyle&&(bA=function(a,b){var c,d,e,f=a.currentStyle&&a.currentStyle[b],g=a.style;f==null&&g&&(e=g[b])&&(f=e),bt.test(f)&&(c=g.left,d=a.runtimeStyle&&a.runtimeStyle.left,d&&(a.runtimeStyle.left=a.currentStyle.left),g.left=b==="fontSize"?"1em":f,f=g.pixelLeft+"px",g.left=c,d&&(a.runtimeStyle.left=d));return f===""?"auto":f}),by=bz||bA,f.each(["height","width"],function(a,b){f.cssHooks[b]={get:function(a,c,d){if(c)return a.offsetWidth!==0?bB(a,b,d):f.swap(a,bw,function(){return bB(a,b,d)})},set:function(a,b){return bs.test(b)?b+"px":b}}}),f.support.opacity||(f.cssHooks.opacity={get:function(a,b){return bq.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentStyle,e=f.isNumeric(b)?"alpha(opacity="+b*100+")":"",g=d&&d.filter||c.filter||"";c.zoom=1;if(b>=1&&f.trim(g.replace(bp,""))===""){c.removeAttribute("filter");if(d&&!d.filter)return}c.filter=bp.test(g)?g.replace(bp,e):g+" "+e}}),f(function(){f.support.reliableMarginRight||(f.cssHooks.marginRight={get:function(a,b){return f.swap(a,{display:"inline-block"},function(){return b?by(a,"margin-right"):a.style.marginRight})}})}),f.expr&&f.expr.filters&&(f.expr.filters.hidden=function(a){var b=a.offsetWidth,c=a.offsetHeight;return b===0&&c===0||!f.support.reliableHiddenOffsets&&(a.style&&a.style.display||f.css(a,"display"))==="none"},f.expr.filters.visible=function(a){return!f.expr.filters.hidden(a)}),f.each({margin:"",padding:"",border:"Width"},function(a,b){f.cssHooks[a+b]={expand:function(c){var d,e=typeof c=="string"?c.split(" "):[c],f={};for(d=0;d<4;d++)f[a+bx[d]+b]=e[d]||e[d-2]||e[0];return f}}});var bC=/%20/g,bD=/\[\]$/,bE=/\r?\n/g,bF=/#.*$/,bG=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,bH=/^(?:color|date|datetime|datetime-local|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,bI=/^(?:about|app|app\-storage|.+\-extension|file|res|widget):$/,bJ=/^(?:GET|HEAD)$/,bK=/^\/\//,bL=/\?/,bM=/)<[^<]*)*<\/script>/gi,bN=/^(?:select|textarea)/i,bO=/\s+/,bP=/([?&])_=[^&]*/,bQ=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/,bR=f.fn.load,bS={},bT={},bU,bV,bW=["*/"]+["*"];try{bU=e.href}catch(bX){bU=c.createElement("a"),bU.href="",bU=bU.href}bV=bQ.exec(bU.toLowerCase())||[],f.fn.extend({load:function(a,c,d){if(typeof a!="string"&&bR)return bR.apply(this,arguments);if(!this.length)return this;var e=a.indexOf(" ");if(e>=0){var g=a.slice(e,a.length);a=a.slice(0,e)}var h="GET";c&&(f.isFunction(c)?(d=c,c=b):typeof c=="object"&&(c=f.param(c,f.ajaxSettings.traditional),h="POST"));var i=this;f.ajax({url:a,type:h,dataType:"html",data:c,complete:function(a,b,c){c=a.responseText,a.isResolved()&&(a.done(function(a){c=a}),i.html(g?f("
").append(c.replace(bM,"")).find(g):c)),d&&i.each(d,[c,b,a])}});return this},serialize:function(){return f.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?f.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||bN.test(this.nodeName)||bH.test(this.type))}).map(function(a,b){var c=f(this).val();return c==null?null:f.isArray(c)?f.map(c,function(a,c){return{name:b.name,value:a.replace(bE,"\r\n")}}):{name:b.name,value:c.replace(bE,"\r\n")}}).get()}}),f.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){f.fn[b]=function(a){return this.on(b,a)}}),f.each(["get","post"],function(a,c){f[c]=function(a,d,e,g){f.isFunction(d)&&(g=g||e,e=d,d=b);return f.ajax({type:c,url:a,data:d,success:e,dataType:g})}}),f.extend({getScript:function(a,c){return f.get(a,b,c,"script")},getJSON:function(a,b,c){return f.get(a,b,c,"json")},ajaxSetup:function(a,b){b?b$(a,f.ajaxSettings):(b=a,a=f.ajaxSettings),b$(a,b);return a},ajaxSettings:{url:bU,isLocal:bI.test(bV[1]),global:!0,type:"GET",contentType:"application/x-www-form-urlencoded; charset=UTF-8",processData:!0,async:!0,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":bW},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":a.String,"text html":!0,"text json":f.parseJSON,"text xml":f.parseXML},flatOptions:{context:!0,url:!0}},ajaxPrefilter:bY(bS),ajaxTransport:bY(bT),ajax:function(a,c){function w(a,c,l,m){if(s!==2){s=2,q&&clearTimeout(q),p=b,n=m||"",v.readyState=a>0?4:0;var o,r,u,w=c,x=l?ca(d,v,l):b,y,z;if(a>=200&&a<300||a===304){if(d.ifModified){if(y=v.getResponseHeader("Last-Modified"))f.lastModified[k]=y;if(z=v.getResponseHeader("Etag"))f.etag[k]=z}if(a===304)w="notmodified",o=!0;else try{r=cb(d,x),w="success",o=!0}catch(A){w="parsererror",u=A}}else{u=w;if(!w||a)w="error",a<0&&(a=0)}v.status=a,v.statusText=""+(c||w),o?h.resolveWith(e,[r,w,v]):h.rejectWith(e,[v,w,u]),v.statusCode(j),j=b,t&&g.trigger("ajax"+(o?"Success":"Error"),[v,d,o?r:u]),i.fireWith(e,[v,w]),t&&(g.trigger("ajaxComplete",[v,d]),--f.active||f.event.trigger("ajaxStop"))}}typeof a=="object"&&(c=a,a=b),c=c||{};var d=f.ajaxSetup({},c),e=d.context||d,g=e!==d&&(e.nodeType||e instanceof f)?f(e):f.event,h=f.Deferred(),i=f.Callbacks("once memory"),j=d.statusCode||{},k,l={},m={},n,o,p,q,r,s=0,t,u,v={readyState:0,setRequestHeader:function(a,b){if(!s){var c=a.toLowerCase();a=m[c]=m[c]||a,l[a]=b}return this},getAllResponseHeaders:function(){return s===2?n:null},getResponseHeader:function(a){var c;if(s===2){if(!o){o={};while(c=bG.exec(n))o[c[1].toLowerCase()]=c[2]}c=o[a.toLowerCase()]}return c===b?null:c},overrideMimeType:function(a){s||(d.mimeType=a);return this},abort:function(a){a=a||"abort",p&&p.abort(a),w(0,a);return this}};h.promise(v),v.success=v.done,v.error=v.fail,v.complete=i.add,v.statusCode=function(a){if(a){var b;if(s<2)for(b in a)j[b]=[j[b],a[b]];else b=a[v.status],v.then(b,b)}return this},d.url=((a||d.url)+"").replace(bF,"").replace(bK,bV[1]+"//"),d.dataTypes=f.trim(d.dataType||"*").toLowerCase().split(bO),d.crossDomain==null&&(r=bQ.exec(d.url.toLowerCase()),d.crossDomain=!(!r||r[1]==bV[1]&&r[2]==bV[2]&&(r[3]||(r[1]==="http:"?80:443))==(bV[3]||(bV[1]==="http:"?80:443)))),d.data&&d.processData&&typeof d.data!="string"&&(d.data=f.param(d.data,d.traditional)),bZ(bS,d,c,v);if(s===2)return!1;t=d.global,d.type=d.type.toUpperCase(),d.hasContent=!bJ.test(d.type),t&&f.active++===0&&f.event.trigger("ajaxStart");if(!d.hasContent){d.data&&(d.url+=(bL.test(d.url)?"&":"?")+d.data,delete d.data),k=d.url;if(d.cache===!1){var x=f.now(),y=d.url.replace(bP,"$1_="+x);d.url=y+(y===d.url?(bL.test(d.url)?"&":"?")+"_="+x:"")}}(d.data&&d.hasContent&&d.contentType!==!1||c.contentType)&&v.setRequestHeader("Content-Type",d.contentType),d.ifModified&&(k=k||d.url,f.lastModified[k]&&v.setRequestHeader("If-Modified-Since",f.lastModified[k]),f.etag[k]&&v.setRequestHeader("If-None-Match",f.etag[k])),v.setRequestHeader("Accept",d.dataTypes[0]&&d.accepts[d.dataTypes[0]]?d.accepts[d.dataTypes[0]]+(d.dataTypes[0]!=="*"?", "+bW+"; q=0.01":""):d.accepts["*"]);for(u in d.headers)v.setRequestHeader(u,d.headers[u]);if(d.beforeSend&&(d.beforeSend.call(e,v,d)===!1||s===2)){v.abort();return!1}for(u in{success:1,error:1,complete:1})v[u](d[u]);p=bZ(bT,d,c,v);if(!p)w(-1,"No Transport");else{v.readyState=1,t&&g.trigger("ajaxSend",[v,d]),d.async&&d.timeout>0&&(q=setTimeout(function(){v.abort("timeout")},d.timeout));try{s=1,p.send(l,w)}catch(z){if(s<2)w(-1,z);else throw z}}return v},param:function(a,c){var d=[],e=function(a,b){b=f.isFunction(b)?b():b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};c===b&&(c=f.ajaxSettings.traditional);if(f.isArray(a)||a.jquery&&!f.isPlainObject(a))f.each(a,function(){e(this.name,this.value)});else for(var g in a)b_(g,a[g],c,e);return d.join("&").replace(bC,"+")}}),f.extend({active:0,lastModified:{},etag:{}});var cc=f.now(),cd=/(\=)\?(&|$)|\?\?/i;f.ajaxSetup({jsonp:"callback",jsonpCallback:function(){return f.expando+"_"+cc++}}),f.ajaxPrefilter("json jsonp",function(b,c,d){var e=typeof b.data=="string"&&/^application\/x\-www\-form\-urlencoded/.test(b.contentType);if(b.dataTypes[0]==="jsonp"||b.jsonp!==!1&&(cd.test(b.url)||e&&cd.test(b.data))){var g,h=b.jsonpCallback=f.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,i=a[h],j=b.url,k=b.data,l="$1"+h+"$2";b.jsonp!==!1&&(j=j.replace(cd,l),b.url===j&&(e&&(k=k.replace(cd,l)),b.data===k&&(j+=(/\?/.test(j)?"&":"?")+b.jsonp+"="+h))),b.url=j,b.data=k,a[h]=function(a){g=[a]},d.always(function(){a[h]=i,g&&f.isFunction(i)&&a[h](g[0])}),b.converters["script json"]=function(){g||f.error(h+" was not called");return g[0]},b.dataTypes[0]="json";return"script"}}),f.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(a){f.globalEval(a);return a}}}),f.ajaxPrefilter("script",function(a){a.cache===b&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),f.ajaxTransport("script",function(a){if(a.crossDomain){var d,e=c.head||c.getElementsByTagName("head")[0]||c.documentElement;return{send:function(f,g){d=c.createElement("script"),d.async="async",a.scriptCharset&&(d.charset=a.scriptCharset),d.src=a.url,d.onload=d.onreadystatechange=function(a,c){if(c||!d.readyState||/loaded|complete/.test(d.readyState))d.onload=d.onreadystatechange=null,e&&d.parentNode&&e.removeChild(d),d=b,c||g(200,"success")},e.insertBefore(d,e.firstChild)},abort:function(){d&&d.onload(0,1)}}}});var ce=a.ActiveXObject?function(){for(var a in cg)cg[a](0,1)}:!1,cf=0,cg;f.ajaxSettings.xhr=a.ActiveXObject?function(){return!this.isLocal&&ch()||ci()}:ch,function(a){f.extend(f.support,{ajax:!!a,cors:!!a&&"withCredentials"in a})}(f.ajaxSettings.xhr()),f.support.ajax&&f.ajaxTransport(function(c){if(!c.crossDomain||f.support.cors){var d;return{send:function(e,g){var h=c.xhr(),i,j;c.username?h.open(c.type,c.url,c.async,c.username,c.password):h.open(c.type,c.url,c.async);if(c.xhrFields)for(j in c.xhrFields)h[j]=c.xhrFields[j];c.mimeType&&h.overrideMimeType&&h.overrideMimeType(c.mimeType),!c.crossDomain&&!e["X-Requested-With"]&&(e["X-Requested-With"]="XMLHttpRequest");try{for(j in e)h.setRequestHeader(j,e[j])}catch(k){}h.send(c.hasContent&&c.data||null),d=function(a,e){var j,k,l,m,n;try{if(d&&(e||h.readyState===4)){d=b,i&&(h.onreadystatechange=f.noop,ce&&delete cg[i]);if(e)h.readyState!==4&&h.abort();else{j=h.status,l=h.getAllResponseHeaders(),m={},n=h.responseXML,n&&n.documentElement&&(m.xml=n);try{m.text=h.responseText}catch(a){}try{k=h.statusText}catch(o){k=""}!j&&c.isLocal&&!c.crossDomain?j=m.text?200:404:j===1223&&(j=204)}}}catch(p){e||g(-1,p)}m&&g(j,k,m,l)},!c.async||h.readyState===4?d():(i=++cf,ce&&(cg||(cg={},f(a).unload(ce)),cg[i]=d),h.onreadystatechange=d)},abort:function(){d&&d(0,1)}}}});var cj={},ck,cl,cm=/^(?:toggle|show|hide)$/,cn=/^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,co,cp=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]],cq;f.fn.extend({show:function(a,b,c){var d,e;if(a||a===0)return this.animate(ct("show",3),a,b,c);for(var g=0,h=this.length;g=i.duration+this.startTime){this.now=this.end,this.pos=this.state=1,this.update(),i.animatedProperties[this.prop]=!0;for(b in i.animatedProperties)i.animatedProperties[b]!==!0&&(g=!1);if(g){i.overflow!=null&&!f.support.shrinkWrapBlocks&&f.each(["","X","Y"],function(a,b){h.style["overflow"+b]=i.overflow[a]}),i.hide&&f(h).hide();if(i.hide||i.show)for(b in i.animatedProperties)f.style(h,b,i.orig[b]),f.removeData(h,"fxshow"+b,!0),f.removeData(h,"toggle"+b,!0);d=i.complete,d&&(i.complete=!1,d.call(h))}return!1}i.duration==Infinity?this.now=e:(c=e-this.startTime,this.state=c/i.duration,this.pos=f.easing[i.animatedProperties[this.prop]](this.state,c,0,1,i.duration),this.now=this.start+(this.end-this.start)*this.pos),this.update();return!0}},f.extend(f.fx,{tick:function(){var a,b=f.timers,c=0;for(;c-1,k={},l={},m,n;j?(l=e.position(),m=l.top,n=l.left):(m=parseFloat(h)||0,n=parseFloat(i)||0),f.isFunction(b)&&(b=b.call(a,c,g)),b.top!=null&&(k.top=b.top-g.top+m),b.left!=null&&(k.left=b.left-g.left+n),"using"in b?b.using.call(a,k):e.css(k)}},f.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),c=this.offset(),d=cx.test(b[0].nodeName)?{top:0,left:0}:b.offset();c.top-=parseFloat(f.css(a,"marginTop"))||0,c.left-=parseFloat(f.css(a,"marginLeft"))||0,d.top+=parseFloat(f.css(b[0],"borderTopWidth"))||0,d.left+=parseFloat(f.css(b[0],"borderLeftWidth"))||0;return{top:c.top-d.top,left:c.left-d.left}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||c.body;while(a&&!cx.test(a.nodeName)&&f.css(a,"position")==="static")a=a.offsetParent;return a})}}),f.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(a,c){var d=/Y/.test(c);f.fn[a]=function(e){return f.access(this,function(a,e,g){var h=cy(a);if(g===b)return h?c in h?h[c]:f.support.boxModel&&h.document.documentElement[e]||h.document.body[e]:a[e];h?h.scrollTo(d?f(h).scrollLeft():g,d?g:f(h).scrollTop()):a[e]=g},a,e,arguments.length,null)}}),f.each({Height:"height",Width:"width"},function(a,c){var d="client"+a,e="scroll"+a,g="offset"+a;f.fn["inner"+a]=function(){var a=this[0];return a?a.style?parseFloat(f.css(a,c,"padding")):this[c]():null},f.fn["outer"+a]=function(a){var b=this[0];return b?b.style?parseFloat(f.css(b,c,a?"margin":"border")):this[c]():null},f.fn[c]=function(a){return f.access(this,function(a,c,h){var i,j,k,l;if(f.isWindow(a)){i=a.document,j=i.documentElement[d];return f.support.boxModel&&j||i.body&&i.body[d]||j}if(a.nodeType===9){i=a.documentElement;if(i[d]>=i[e])return i[d];return Math.max(a.body[e],i[e],a.body[g],i[g])}if(h===b){k=f.css(a,c),l=parseFloat(k);return f.isNumeric(l)?l:k}f(a).css(c,h)},c,a,arguments.length,null)}}),a.jQuery=a.$=f,typeof define=="function"&&define.amd&&define.amd.jQuery&&define("jquery",[],function(){return f})})(window); 41 | -------------------------------------------------------------------------------- /Tenon/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | Shadowrocket(小火箭)在线安装 - shadowrocket-Help 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 |
19 |
20 |
21 |

Shadowrocket(小火箭)

22 |
23 |
24 |
25 |
26 |
27 | 30 |
31 | 35 |
36 | 47 | 48 | 在线安装 49 |
50 | 51 |

点击右上角
选择在Safari中打开

52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 | 68 |
69 |
70 | 75 | 76 | 96 | 97 | 98 | 99 | 100 | -------------------------------------------------------------------------------- /Tenon/ipa.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | items 5 | 6 | 7 | assets 8 | 9 | 10 | kind 11 | software-package 12 | url 13 | https://cdn.jsdelivr.net/gh/anran-world/anran-world.github.io@main/Tenon/TenonVPN.ipa 14 | 15 | 16 | metadata 17 | 18 | bundle-identifier 19 | com.tenon.tenonvpn 20 | bundle-version 21 | 3.3.3 22 | kind 23 | software 24 | title 25 | TenonVPN 26 | 27 | 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Shadowrocket(小火箭)在线安装 - shadowrocket-Help 9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 |
17 |
18 |
19 |

Shadowrocket(小火箭)

20 |
21 |
22 |
23 |
24 |
25 | 28 |
29 | 33 |
34 | 45 | 在线安装 46 |
47 | 48 |

点击右上角
选择在Safari中打开

49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 | 66 | 67 | 87 | 88 | 89 | --------------------------------------------------------------------------------