Version Description
- Updated to Wordpress 5.6 compatibility
- Updated to PHP 8 compatibility
- Pop up feature added
Download this release
Release Info
Developer | socialdude |
Plugin | Social Media Share Buttons & Social Sharing Icons |
Version | 2.6.2 |
Comparing to | |
See all releases |
Code changes from version 2.6.1 to 2.6.2
- css/bootstrap.min.css +1 -1
- css/fonts/montserrat-bold.ttf +0 -0
- css/fonts/montserrat-extrabold.ttf +0 -0
- css/fonts/montserrat-medium.ttf +0 -0
- css/fonts/montserrat-regular.ttf +0 -0
- css/fonts/montserrat-semibold.ttf +0 -0
- css/images/new_intro_icons/any_question.png +0 -0
- css/images/new_intro_icons/background.png +0 -0
- css/sfsi-admin-style.css +198 -6
- css/sfsi-style.css +2 -2
- images/new_intro_icons/background.png +0 -0
- images/new_intro_icons/discount.png +0 -0
- images/new_intro_icons/get_started.png +0 -0
- images/new_intro_icons/popup.png +0 -0
- js/custom-admin.js +75 -12
- js/custom.js +24 -17
- js/shuffle/jquery.shuffle.min.js +723 -1
- js/shuffle/random-shuffle.js +89 -88
- libs/controllers/sfsi_buttons_controller.php +34 -1
- libs/controllers/sfsi_socialhelper.php +5 -5
- libs/sfsi_Init_JqueryCss.php +10 -0
- libs/sfsi_install_uninstall.php +16 -2
- libs/sfsi_widget.php +2 -2
- readme.txt +12 -7
- ultimate_social_media_icons.php +7 -7
- views/sfsi_global_banners.php +2 -4
- views/sfsi_options_view.php +225 -36
- views/sfsi_question3.php +1 -1
css/bootstrap.min.css
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Copyright 2011-2019 The Bootstrap Authors
|
4 |
* Copyright 2011-2019 Twitter, Inc.
|
5 |
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
6 |
-
*/html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,::after,::before{box-sizing:inherit}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.main_contant .row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-sm-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-sm-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-md-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-md-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-lg-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-lg-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-xl-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-xl-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}
|
7 |
/*# sourceMappingURL=bootstrap-grid.min.css.map */
|
8 |
.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.text-success{color:#28a745!important}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;overflow-wrap:break-word!important}.text-reset{color:inherit!important}
|
9 |
@media (min-width:1600px){.container{max-width:1140px}.col-xxl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xxl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xxl-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xxl-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xxl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xxl-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xxl-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xxl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xxl-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xxl-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xxl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xxl-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xxl-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xxl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xxl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xxl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xxl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xxl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xxl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xxl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xxl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xxl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xxl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xxl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xxl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xxl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xxl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xxl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xxl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.333333%}.offset-xxl-2{margin-left:16.666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.333333%}.offset-xxl-5{margin-left:41.666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.333333%}.offset-xxl-8{margin-left:66.666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.333333%}.offset-xxl-11{margin-left:91.666667%}.d-xxl-none{display:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-xxl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.flex-xxl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xxl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xxl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xxl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xxl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xxl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-xxl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xxl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xxl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xxl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xxl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xxl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xxl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xxl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xxl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xxl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xxl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xxl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xxl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xxl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xxl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xxl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xxl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xxl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xxl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xxl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xxl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xxl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}
|
3 |
* Copyright 2011-2019 The Bootstrap Authors
|
4 |
* Copyright 2011-2019 Twitter, Inc.
|
5 |
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
6 |
+
*/html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,::after,::before{box-sizing:inherit}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.main_contant .row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-sm-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-sm-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-md-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-md-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-lg-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-lg-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-xl-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-xl-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}
|
7 |
/*# sourceMappingURL=bootstrap-grid.min.css.map */
|
8 |
.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.text-success{color:#28a745!important}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;overflow-wrap:break-word!important}.text-reset{color:inherit!important}
|
9 |
@media (min-width:1600px){.container{max-width:1140px}.col-xxl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xxl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xxl-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xxl-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xxl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xxl-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xxl-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xxl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xxl-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xxl-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xxl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xxl-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xxl-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xxl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xxl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xxl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xxl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xxl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xxl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xxl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xxl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xxl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xxl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xxl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xxl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xxl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xxl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xxl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xxl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.333333%}.offset-xxl-2{margin-left:16.666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.333333%}.offset-xxl-5{margin-left:41.666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.333333%}.offset-xxl-8{margin-left:66.666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.333333%}.offset-xxl-11{margin-left:91.666667%}.d-xxl-none{display:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-xxl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.flex-xxl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xxl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xxl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xxl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xxl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xxl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-xxl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xxl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xxl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xxl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xxl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xxl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xxl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xxl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xxl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xxl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xxl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xxl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xxl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xxl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xxl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xxl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xxl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xxl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xxl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xxl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xxl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xxl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}
|
css/fonts/montserrat-bold.ttf
ADDED
Binary file
|
css/fonts/montserrat-extrabold.ttf
ADDED
Binary file
|
css/fonts/montserrat-medium.ttf
ADDED
Binary file
|
css/fonts/montserrat-regular.ttf
ADDED
Binary file
|
css/fonts/montserrat-semibold.ttf
ADDED
Binary file
|
css/images/new_intro_icons/any_question.png
ADDED
Binary file
|
css/images/new_intro_icons/background.png
ADDED
Binary file
|
css/sfsi-admin-style.css
CHANGED
@@ -23,6 +23,30 @@
|
|
23 |
font-weight: 400;
|
24 |
font-style: normal;
|
25 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
body {
|
27 |
margin: 0;
|
28 |
padding: 0;
|
@@ -136,11 +160,14 @@ a#save_all_settings {
|
|
136 |
}
|
137 |
|
138 |
/*Admin menu*/
|
|
|
|
|
|
|
139 |
ul#adminmenu li.toplevel_page_sfsi-options div.wp-menu-image {
|
140 |
display: none;
|
141 |
}
|
142 |
#adminmenu li.toplevel_page_sfsi-options a.toplevel_page_sfsi-options {
|
143 |
-
padding: 0 0 0 38px;
|
144 |
font-family: Arial, Helvetica, sans-serif !important;
|
145 |
|
146 |
/* font-family: helveticabold; */
|
@@ -3553,7 +3580,7 @@ ul.sfsi_tab_3_icns li .radio {
|
|
3553 |
|
3554 |
@media screen and (min-width: 1366px) and (max-width: 1366px) {
|
3555 |
.wapper {
|
3556 |
-
padding:
|
3557 |
}
|
3558 |
.tab9 ul.sfsi_icn_listing8 li.sfsiLocationli .sfsi_right_info {
|
3559 |
width: 100% !important;
|
@@ -4680,10 +4707,11 @@ input[type="number"] {
|
|
4680 |
}
|
4681 |
.sfsi-top-banner-higligted-text{
|
4682 |
border: 1px solid green;
|
4683 |
-
border-radius:10px;
|
4684 |
-
padding:
|
4685 |
-
|
4686 |
-
|
|
|
4687 |
}
|
4688 |
.sfsi-top-banner-higligted-text a,.sfsi-top-banner-higligted-text span,.sfsi-top-banner-no-decoration{
|
4689 |
text-decoration:none!important;
|
@@ -4807,3 +4835,167 @@ text-decoration:none!important;
|
|
4807 |
.usually li{
|
4808 |
font-family: helveticaneue-light;
|
4809 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
font-weight: 400;
|
24 |
font-style: normal;
|
25 |
}
|
26 |
+
@font-face {
|
27 |
+
font-family: montserrat-bold;
|
28 |
+
src: url(fonts/montserrat-bold.ttf) format('truetype');
|
29 |
+
font-weight: 400;
|
30 |
+
font-style: normal;
|
31 |
+
}
|
32 |
+
@font-face {
|
33 |
+
font-family: montserrat-regular;
|
34 |
+
src: url(fonts/montserrat-regular.ttf) format('truetype');
|
35 |
+
font-weight: 400;
|
36 |
+
font-style: normal;
|
37 |
+
}
|
38 |
+
@font-face {
|
39 |
+
font-family: montserrat-extrabold;
|
40 |
+
src: url(fonts/montserrat-extrabold.ttf) format('truetype');
|
41 |
+
font-weight: 400;
|
42 |
+
font-style: normal;
|
43 |
+
}
|
44 |
+
@font-face {
|
45 |
+
font-family: montserrat-medium;
|
46 |
+
src: url(fonts/montserrat-medium.ttf) format('truetype');
|
47 |
+
font-weight: 400;
|
48 |
+
font-style: normal;
|
49 |
+
}
|
50 |
body {
|
51 |
margin: 0;
|
52 |
padding: 0;
|
160 |
}
|
161 |
|
162 |
/*Admin menu*/
|
163 |
+
#adminmenu #toplevel_page_sfsi-options div.wp-menu-name {
|
164 |
+
padding: 8px 8px 8px 8px;
|
165 |
+
}
|
166 |
ul#adminmenu li.toplevel_page_sfsi-options div.wp-menu-image {
|
167 |
display: none;
|
168 |
}
|
169 |
#adminmenu li.toplevel_page_sfsi-options a.toplevel_page_sfsi-options {
|
170 |
+
padding: 0 0 0 38px !important;
|
171 |
font-family: Arial, Helvetica, sans-serif !important;
|
172 |
|
173 |
/* font-family: helveticabold; */
|
3580 |
|
3581 |
@media screen and (min-width: 1366px) and (max-width: 1366px) {
|
3582 |
.wapper {
|
3583 |
+
padding: 10px 40px 40px 10px;
|
3584 |
}
|
3585 |
.tab9 ul.sfsi_icn_listing8 li.sfsiLocationli .sfsi_right_info {
|
3586 |
width: 100% !important;
|
4707 |
}
|
4708 |
.sfsi-top-banner-higligted-text{
|
4709 |
border: 1px solid green;
|
4710 |
+
border-radius: 10px;
|
4711 |
+
padding: 14px!important;
|
4712 |
+
padding-bottom: 5px !important;
|
4713 |
+
background: white;
|
4714 |
+
margin: 0!important;
|
4715 |
}
|
4716 |
.sfsi-top-banner-higligted-text a,.sfsi-top-banner-higligted-text span,.sfsi-top-banner-no-decoration{
|
4717 |
text-decoration:none!important;
|
4835 |
.usually li{
|
4836 |
font-family: helveticaneue-light;
|
4837 |
}
|
4838 |
+
/* New intro css */
|
4839 |
+
/* .sfsi_intro_bg_white{
|
4840 |
+
background-color: white;
|
4841 |
+
} */
|
4842 |
+
.sfsi_intro_section{
|
4843 |
+
font-family:montserrat-medium;
|
4844 |
+
background-image: url(images/new_intro_icons/background.png);
|
4845 |
+
background-repeat: no-repeat, repeat;
|
4846 |
+
background-position: center;
|
4847 |
+
background-size: cover;
|
4848 |
+
}
|
4849 |
+
.sfsi_new_intro{
|
4850 |
+
font-size: 17px !important;
|
4851 |
+
}
|
4852 |
+
|
4853 |
+
.sfsi_intro_sub_heading,.sfsi_intro_section2{
|
4854 |
+
font-family: montserrat-extrabold !important;
|
4855 |
+
}
|
4856 |
+
#sfsi_new_intro_banner_counter,.sfsi_intro_premium_counter_hours,.sfsi_intro_premium_counter_min,.sfsi_intro_premium_counter_sec{
|
4857 |
+
font-family: montserrat-bold;
|
4858 |
+
}
|
4859 |
+
.sfsi_intro_sub_heading{
|
4860 |
+
margin-bottom: 4px;
|
4861 |
+
color: black;
|
4862 |
+
}
|
4863 |
+
|
4864 |
+
.sfsi_intro_button{
|
4865 |
+
background: #8A4983;
|
4866 |
+
text-align: center;
|
4867 |
+
font-size: 23px;
|
4868 |
+
color: #FFF !important;
|
4869 |
+
display: block;
|
4870 |
+
text-decoration: none;
|
4871 |
+
}
|
4872 |
+
.sfsi_intro_button a{
|
4873 |
+
color: #ffffff !important;
|
4874 |
+
text-decoration: none;
|
4875 |
+
}
|
4876 |
+
.sfsi_intro_button a.btn-sm{
|
4877 |
+
width: 154px;
|
4878 |
+
}
|
4879 |
+
.sfsi_intro_button a.btn-lg{
|
4880 |
+
width: 228px;
|
4881 |
+
}
|
4882 |
+
#sfsi_new_intro_banner_counter,.sfsi_intro_premium_counter_hours,.sfsi_intro_premium_counter_min,.sfsi_intro_premium_counter_sec{
|
4883 |
+
font-size: 36px;
|
4884 |
+
font-weight: 600;
|
4885 |
+
margin-top: 8px;
|
4886 |
+
|
4887 |
+
}
|
4888 |
+
|
4889 |
+
.sfsi_into_time_text_bottom span{
|
4890 |
+
font-size: 11px;
|
4891 |
+
line-height: 28px;
|
4892 |
+
opacity: 0.5;
|
4893 |
+
}
|
4894 |
+
.sfsi_intro_sub_text {
|
4895 |
+
line-height: 22px;
|
4896 |
+
}
|
4897 |
+
.sfsi_intro_text_section{
|
4898 |
+
display: flex;
|
4899 |
+
flex-direction: column;
|
4900 |
+
justify-content: center;
|
4901 |
+
}
|
4902 |
+
.sfsi_intro_images{
|
4903 |
+
height: 100px;
|
4904 |
+
}
|
4905 |
+
.sfsi_intro_btn_go_premium{
|
4906 |
+
font-family: montserrat-medium;
|
4907 |
+
width: 100%;
|
4908 |
+
font-size: 17px;
|
4909 |
+
text-decoration: none;
|
4910 |
+
border-radius:0 !important;
|
4911 |
+
}
|
4912 |
+
.sfsi_intro_btn_go_premium:hover,.sfsi_intro_btn_question:hover,.sfsi_intro_button a:hover {
|
4913 |
+
color: #ffffff;
|
4914 |
+
cursor: pointer;
|
4915 |
+
}
|
4916 |
+
.sfsi_intro_btn_question{
|
4917 |
+
font-family: montserrat-medium;
|
4918 |
+
width:100%;
|
4919 |
+
border-radius:0 !important;
|
4920 |
+
text-decoration: none;
|
4921 |
+
background-color: #717171 !important;
|
4922 |
+
border-color: #717171 !important;
|
4923 |
+
color: white !important;
|
4924 |
+
margin-bottom: 6px;
|
4925 |
+
}
|
4926 |
+
.sfsi_intro_bg_question{
|
4927 |
+
background-image: url(images/new_intro_icons/any_question.png);
|
4928 |
+
background-repeat: no-repeat, repeat;
|
4929 |
+
background-size: cover;
|
4930 |
+
}
|
4931 |
+
.sfsi_intro_tooltip {
|
4932 |
+
display: inline;
|
4933 |
+
position: relative;
|
4934 |
+
}
|
4935 |
+
.sfsi_intro_tooltip:hover:after{
|
4936 |
+
display: -webkit-flex;
|
4937 |
+
display: flex;
|
4938 |
+
-webkit-justify-content: center;
|
4939 |
+
justify-content: center;
|
4940 |
+
background: #444;
|
4941 |
+
border-radius: 8px;
|
4942 |
+
color: #fff;
|
4943 |
+
content: attr(title);
|
4944 |
+
margin: -230px auto 0;
|
4945 |
+
font-size: 12px;
|
4946 |
+
padding: 13px;
|
4947 |
+
width: 248px;
|
4948 |
+
}
|
4949 |
+
.sfsi_intro_tooltip:hover:before{
|
4950 |
+
border: solid;
|
4951 |
+
border-color: #444 transparent;
|
4952 |
+
border-width: 12px 6px 0 6px;
|
4953 |
+
content: "";
|
4954 |
+
left: 45%;
|
4955 |
+
bottom: 14px;
|
4956 |
+
position: absolute;
|
4957 |
+
}
|
4958 |
+
#sfsi_intro_btn_show_intro_id{
|
4959 |
+
cursor: pointer;
|
4960 |
+
color:#28a745;
|
4961 |
+
font-size:17px;
|
4962 |
+
display: inline;
|
4963 |
+
font-family: montserrat-medium;
|
4964 |
+
}
|
4965 |
+
.sfsi_into_text_bold{
|
4966 |
+
font-family: montserrat-extrabold !important;
|
4967 |
+
}
|
4968 |
+
.text-success-new{
|
4969 |
+
color: #05C680 !important;
|
4970 |
+
}
|
4971 |
+
.btn-success-new{
|
4972 |
+
color: white !important;
|
4973 |
+
background-color: #05C680 !important;
|
4974 |
+
border-color: #05C680 !important;
|
4975 |
+
margin-bottom: 6px;
|
4976 |
+
}
|
4977 |
+
/* End New intro css */
|
4978 |
+
.sfsi_intro_premium_counter_hours::after,.sfsi_intro_premium_counter_min::after {
|
4979 |
+
content: ":";
|
4980 |
+
margin-right: 10px;
|
4981 |
+
margin-left: 10px;
|
4982 |
+
}
|
4983 |
+
.sfsi_intro_bg_xxl_white{
|
4984 |
+
background-color: white;
|
4985 |
+
}
|
4986 |
+
@media only screen and (min-width:1350px) {
|
4987 |
+
|
4988 |
+
|
4989 |
+
}
|
4990 |
+
|
4991 |
+
@media (min-width:950px) and (max-width:1312px) {
|
4992 |
+
.sfsi_intro_premium_counter_hours::after,.sfsi_intro_premium_counter_min::after {
|
4993 |
+
content: ":";
|
4994 |
+
margin-right: 0px !important;
|
4995 |
+
margin-left: 0px !important;
|
4996 |
+
}
|
4997 |
+
.sfsi_into_time_text_bottom_counter {
|
4998 |
+
width: 81px;
|
4999 |
+
}
|
5000 |
+
}
|
5001 |
+
|
css/sfsi-style.css
CHANGED
@@ -1682,7 +1682,7 @@ ul.tab_3_list li span {
|
|
1682 |
background: #fff;
|
1683 |
border-radius: 5px;
|
1684 |
left: 50%;
|
1685 |
-
margin-left: -
|
1686 |
z-index: 9;
|
1687 |
border: 1px solid #333;
|
1688 |
top: 100%;
|
@@ -1690,7 +1690,7 @@ ul.tab_3_list li span {
|
|
1690 |
-webkit-box-sizing: border-box;
|
1691 |
-moz-box-sizing: border-box;
|
1692 |
box-sizing: border-box;
|
1693 |
-
margin-top:
|
1694 |
width: 40px;
|
1695 |
}
|
1696 |
|
1682 |
background: #fff;
|
1683 |
border-radius: 5px;
|
1684 |
left: 50%;
|
1685 |
+
margin-left: -22px;
|
1686 |
z-index: 9;
|
1687 |
border: 1px solid #333;
|
1688 |
top: 100%;
|
1690 |
-webkit-box-sizing: border-box;
|
1691 |
-moz-box-sizing: border-box;
|
1692 |
box-sizing: border-box;
|
1693 |
+
margin-top: 8px;
|
1694 |
width: 40px;
|
1695 |
}
|
1696 |
|
images/new_intro_icons/background.png
ADDED
Binary file
|
images/new_intro_icons/discount.png
ADDED
Binary file
|
images/new_intro_icons/get_started.png
ADDED
Binary file
|
images/new_intro_icons/popup.png
ADDED
Binary file
|
js/custom-admin.js
CHANGED
@@ -239,6 +239,64 @@ function sfsi_newcustomicon_upload(s, nonce, nonce2) {
|
|
239 |
}
|
240 |
});
|
241 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
242 |
|
243 |
function sfsi_update_step1() {
|
244 |
var nonce = SFSI("#sfsi_save1").attr("data-nonce");
|
@@ -1621,7 +1679,7 @@ function showErrorSuc(s, i, e) {
|
|
1621 |
if ("error" == s) var t = "errorMsg";
|
1622 |
else var t = "sucMsg";
|
1623 |
return SFSI(".tab" + e + ">." + t).html(i), SFSI(".tab" + e + ">." + t).show(),
|
1624 |
-
SFSI(".tab" + e + ">." + t)
|
1625 |
SFSI("." + t).slideUp("slow");
|
1626 |
}, 5e3), !1;
|
1627 |
}
|
@@ -2215,6 +2273,12 @@ SFSI(document).ready(function (s) {
|
|
2215 |
SFSI("#sfsi_banner_global_upgrade").on("click", function () {
|
2216 |
sfsi_banner_global_upgrade_save();
|
2217 |
}),
|
|
|
|
|
|
|
|
|
|
|
|
|
2218 |
SFSI("#save_all_settings").on("click", function () {
|
2219 |
return SFSI("#save_all_settings").text("Saving.."), SFSI(".save_button >a").css("pointer-events", "none"),
|
2220 |
sfsi_update_step1(), sfsi_update_step8(), 1 == global_error ? (showErrorSuc("error", 'Some Selection error in "Which icons do you want to show on your site?" tab.', 8),
|
@@ -2353,7 +2417,7 @@ SFSI(document).ready(function (s) {
|
|
2353 |
yPos = backgroundPos[1];
|
2354 |
|
2355 |
var inputName = s.attr('name');
|
2356 |
-
var inputChecked = s.
|
2357 |
|
2358 |
switch (inputName) {
|
2359 |
|
@@ -2537,15 +2601,15 @@ SFSI(document).ready(function (s) {
|
|
2537 |
|
2538 |
var s = SFSI(this).parent().find("input:radio:first");
|
2539 |
|
2540 |
-
if ("sfsi_icons_floatPosition" == s.attr("name")) {
|
2541 |
-
|
2542 |
-
|
2543 |
-
}
|
2544 |
|
2545 |
-
if ("sfsi_disable_floaticons" == s.attr("name")) {
|
2546 |
-
|
2547 |
-
|
2548 |
-
}
|
2549 |
|
2550 |
"sfsi_popup_border_shadow" == s.attr("name") && sfsi_make_popBox();
|
2551 |
}), /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ? SFSI("img.sfsi_wicon").on("click", function (s) {
|
@@ -3835,5 +3899,4 @@ function sfsi_banner_global_upgrade_save(){
|
|
3835 |
}
|
3836 |
}
|
3837 |
});
|
3838 |
-
}
|
3839 |
-
|
239 |
}
|
240 |
});
|
241 |
}
|
242 |
+
function sfsi_intro_banner_hide() {
|
243 |
+
var nonce = SFSI("#sfsi_intro_btn_show_intro_id").attr("data-nonce");
|
244 |
+
var d = true,
|
245 |
+
I = {
|
246 |
+
action: "introHide",
|
247 |
+
sfsi_display_section: d,
|
248 |
+
nonce: nonce
|
249 |
+
};
|
250 |
+
SFSI.ajax({
|
251 |
+
url: sfsi_icon_ajax_object.ajax_url,
|
252 |
+
type: "post",
|
253 |
+
data: I,
|
254 |
+
async: !0,
|
255 |
+
dataType: "json",
|
256 |
+
success: function (i) {
|
257 |
+
if (i == "wrong_nonce") {
|
258 |
+
showErrorSuc("error", "Unauthorised Request, Try again after refreshing page", 1);
|
259 |
+
s = !1;
|
260 |
+
afterLoad();
|
261 |
+
} else {
|
262 |
+
if("success" == i){
|
263 |
+
SFSI(".sfsi_new_intro").show();
|
264 |
+
console.log(SFSI("#sfsi_intro_btn_show_intro_id").hide(),'sdnfkndsf');
|
265 |
+
SFSI("#sfsi_intro_btn_show_intro_id").hide()
|
266 |
+
}
|
267 |
+
}
|
268 |
+
}
|
269 |
+
});
|
270 |
+
}
|
271 |
+
function sfsi_intro_banner_show() {
|
272 |
+
var nonce = SFSI("#sfsi_intro_btn_ok_got_it_id").attr("data-nonce");
|
273 |
+
var d = false,
|
274 |
+
I = {
|
275 |
+
action: "introshow",
|
276 |
+
sfsi_display_section: d,
|
277 |
+
nonce: nonce
|
278 |
+
};
|
279 |
+
SFSI.ajax({
|
280 |
+
url: sfsi_icon_ajax_object.ajax_url,
|
281 |
+
type: "post",
|
282 |
+
data: I,
|
283 |
+
async: !0,
|
284 |
+
dataType: "json",
|
285 |
+
success: function (i) {
|
286 |
+
if (i == "wrong_nonce") {
|
287 |
+
showErrorSuc("error", "Unauthorised Request, Try again after refreshing page", 1);
|
288 |
+
s = !1;
|
289 |
+
afterLoad();
|
290 |
+
} else {
|
291 |
+
if("success" == i){
|
292 |
+
SFSI(".sfsi_intro_section2").show();
|
293 |
+
SFSI(".sfsi_new_intro").hide();
|
294 |
+
SFSI("#sfsi_intro_btn_show_intro_id").show();
|
295 |
+
}
|
296 |
+
}
|
297 |
+
}
|
298 |
+
});
|
299 |
+
}
|
300 |
|
301 |
function sfsi_update_step1() {
|
302 |
var nonce = SFSI("#sfsi_save1").attr("data-nonce");
|
1679 |
if ("error" == s) var t = "errorMsg";
|
1680 |
else var t = "sucMsg";
|
1681 |
return SFSI(".tab" + e + ">." + t).html(i), SFSI(".tab" + e + ">." + t).show(),
|
1682 |
+
SFSI(".tab" + e + ">." + t), setTimeout(function () {
|
1683 |
SFSI("." + t).slideUp("slow");
|
1684 |
}, 5e3), !1;
|
1685 |
}
|
2273 |
SFSI("#sfsi_banner_global_upgrade").on("click", function () {
|
2274 |
sfsi_banner_global_upgrade_save();
|
2275 |
}),
|
2276 |
+
SFSI("#sfsi_intro_btn_show_intro_id").on("click", function () {
|
2277 |
+
sfsi_intro_banner_hide();
|
2278 |
+
}),
|
2279 |
+
SFSI("#sfsi_intro_btn_ok_got_it_id").on("click", function () {
|
2280 |
+
sfsi_intro_banner_show();
|
2281 |
+
}),
|
2282 |
SFSI("#save_all_settings").on("click", function () {
|
2283 |
return SFSI("#save_all_settings").text("Saving.."), SFSI(".save_button >a").css("pointer-events", "none"),
|
2284 |
sfsi_update_step1(), sfsi_update_step8(), 1 == global_error ? (showErrorSuc("error", 'Some Selection error in "Which icons do you want to show on your site?" tab.', 8),
|
2417 |
yPos = backgroundPos[1];
|
2418 |
|
2419 |
var inputName = s.attr('name');
|
2420 |
+
var inputChecked = s.prop("checked");
|
2421 |
|
2422 |
switch (inputName) {
|
2423 |
|
2601 |
|
2602 |
var s = SFSI(this).parent().find("input:radio:first");
|
2603 |
|
2604 |
+
// if ("sfsi_icons_floatPosition" == s.attr("name")) {
|
2605 |
+
// SFSI('input[name="sfsi_icons_floatPosition"]').removeAttr("checked");
|
2606 |
+
// s.attr("checked", true);
|
2607 |
+
// }
|
2608 |
|
2609 |
+
// if ("sfsi_disable_floaticons" == s.attr("name")) {
|
2610 |
+
// SFSI('input[name="sfsi_disable_floaticons"]').removeAttr("checked");
|
2611 |
+
// s.attr("checked", true);
|
2612 |
+
// }
|
2613 |
|
2614 |
"sfsi_popup_border_shadow" == s.attr("name") && sfsi_make_popBox();
|
2615 |
}), /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ? SFSI("img.sfsi_wicon").on("click", function (s) {
|
3899 |
}
|
3900 |
}
|
3901 |
});
|
3902 |
+
}
|
|
js/custom.js
CHANGED
@@ -126,22 +126,27 @@ function sfsi_float_widget(s) {
|
|
126 |
}
|
127 |
}
|
128 |
|
129 |
-
|
130 |
function sfsi_shuffle() {
|
131 |
-
var
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
145 |
|
146 |
function sfsi_setCookie(s, i, e) {
|
147 |
var t = new Date();
|
@@ -251,7 +256,8 @@ SFSI(document).ready(function(s) {
|
|
251 |
opacity:1,
|
252 |
"z-index":1e3
|
253 |
}), SFSI(this).parentsUntil("div").siblings("div.sfsi_tool_tip_2").show());
|
254 |
-
}) :SFSI(
|
|
|
255 |
var s = SFSI("#sfsi_floater_sec").val();
|
256 |
SFSI("div.sfsi_wicons").css("z-index", "0"), SFSI(this).parent().parent().parent().siblings("div.sfsi_wicons").find(".inerCnt").find("div.sfsi_tool_tip_2").hide(),
|
257 |
SFSI(this).parent().parent().parent().parent().siblings("li").length > 0 && (SFSI(this).parent().parent().parent().parent().siblings("li").find("div.sfsi_tool_tip_2").css("z-index", "0"),
|
@@ -280,7 +286,8 @@ SFSI(document).ready(function(s) {
|
|
280 |
opacity:1,
|
281 |
"z-index":10
|
282 |
}), SFSI(this).parentsUntil("div").siblings("div.sfsi_tool_tip_2").show());
|
283 |
-
}),
|
|
|
284 |
SFSI(this).children("div.inerCnt").children("a.sficn").attr("data-effect") && "fade_in" == SFSI(this).children("div.inerCnt").children("a.sficn").attr("data-effect") && SFSI(this).children("div.inerCnt").find("a.sficn").css("opacity", "0.6"),
|
285 |
SFSI(this).children("div.inerCnt").children("a.sficn").attr("data-effect") && "scale" == SFSI(this).children("div.inerCnt").children("a.sficn").attr("data-effect") && SFSI(this).children("div.inerCnt").find("a.sficn").removeClass("scale"),
|
286 |
SFSI(this).children("div.inerCnt").children("a.sficn").attr("data-ffect") && "combo" == SFSI(this).children("div.inerCnt").children("a.sficn").attr("data-effect")/* && SFSI(this).children("div.inerCnt").find("a.sficn").css("opacity", "0.6"), */
|
126 |
}
|
127 |
}
|
128 |
|
|
|
129 |
function sfsi_shuffle() {
|
130 |
+
var $ = window.jQuery;
|
131 |
+
|
132 |
+
return SFSI('.sfsi_wDiv').each(function (index, container) {
|
133 |
+
var s = [];
|
134 |
+
s = SFSI(container).find(".sfsi_wicons ");
|
135 |
+
s = Shuffle(s);
|
136 |
+
SFSI(container).html("");
|
137 |
+
for (var i = 0; i < s.length; i++) {
|
138 |
+
SFSI(s[i]).css('transform', 'none');
|
139 |
+
SFSI(s[i]).css('position', 'relative');
|
140 |
+
SFSI(container).append(s[i]);
|
141 |
+
}
|
142 |
+
})
|
143 |
+
|
144 |
+
}
|
145 |
+
|
146 |
+
function Shuffle(s) {
|
147 |
+
for (var i, e, t = s.length; t; i = parseInt(Math.random() * t), e = s[--t], s[t] = s[i], s[i] = e);
|
148 |
+
return s
|
149 |
+
}
|
150 |
|
151 |
function sfsi_setCookie(s, i, e) {
|
152 |
var t = new Date();
|
256 |
opacity:1,
|
257 |
"z-index":1e3
|
258 |
}), SFSI(this).parentsUntil("div").siblings("div.sfsi_tool_tip_2").show());
|
259 |
+
}) :SFSI(document).on("mouseenter", "img.sfsi_wicon", function () {
|
260 |
+
console.log('img mouseenter');
|
261 |
var s = SFSI("#sfsi_floater_sec").val();
|
262 |
SFSI("div.sfsi_wicons").css("z-index", "0"), SFSI(this).parent().parent().parent().siblings("div.sfsi_wicons").find(".inerCnt").find("div.sfsi_tool_tip_2").hide(),
|
263 |
SFSI(this).parent().parent().parent().parent().siblings("li").length > 0 && (SFSI(this).parent().parent().parent().parent().siblings("li").find("div.sfsi_tool_tip_2").css("z-index", "0"),
|
286 |
opacity:1,
|
287 |
"z-index":10
|
288 |
}), SFSI(this).parentsUntil("div").siblings("div.sfsi_tool_tip_2").show());
|
289 |
+
}),SFSI(document).on("mouseleave", "div.sfsi_wicons", function (){
|
290 |
+
console.log('img mouseleave');
|
291 |
SFSI(this).children("div.inerCnt").children("a.sficn").attr("data-effect") && "fade_in" == SFSI(this).children("div.inerCnt").children("a.sficn").attr("data-effect") && SFSI(this).children("div.inerCnt").find("a.sficn").css("opacity", "0.6"),
|
292 |
SFSI(this).children("div.inerCnt").children("a.sficn").attr("data-effect") && "scale" == SFSI(this).children("div.inerCnt").children("a.sficn").attr("data-effect") && SFSI(this).children("div.inerCnt").find("a.sficn").removeClass("scale"),
|
293 |
SFSI(this).children("div.inerCnt").children("a.sficn").attr("data-ffect") && "combo" == SFSI(this).children("div.inerCnt").children("a.sficn").attr("data-effect")/* && SFSI(this).children("div.inerCnt").find("a.sficn").css("opacity", "0.6"), */
|
js/shuffle/jquery.shuffle.min.js
CHANGED
@@ -1 +1,723 @@
|
|
1 |
-
(function(e){if(typeof define==="function"&&define.amd){define(["jquery","modernizr"],e)}else{e(window.jQuery,window.Modernizr)}})(function(e,t,n){"use strict";function r(e){if(!e){return""}return e.replace(/([A-Z])/g,function(e,t){return"-"+t.toLowerCase()}).replace(/^ms-/,"-ms-")}function g(t,n,r){var i,s,o;var u=null;var a=0;r=r||{};var f=function(){a=r.leading===false?0:e.now();u=null;o=t.apply(i,s);i=s=null};return function(){var l=e.now();if(!a&&r.leading===false){a=l}var c=n-(l-a);i=this;s=arguments;if(c<=0||c>n){clearTimeout(u);u=null;a=l;o=t.apply(i,s);i=s=null}else if(!u&&r.trailing!==false){u=setTimeout(f,c)}return o}}if(typeof t!=="object"){throw new Error("Shuffle.js requires Modernizr.\n"+"http://vestride.github.io/Shuffle/#dependencies")}var i=t.prefixed("transition");var s=t.prefixed("transitionDelay");var o=t.prefixed("transitionDuration");var u={WebkitTransition:"webkitTransitionEnd",transition:"transitionend"}[i];var a=t.prefixed("transform");var f=r(a);var l=t.csstransforms&&t.csstransitions;var c=t.csstransforms3d;var h="shuffle";var p="all";var d="groups";var v=1;var m=.001;var y=0;var b=function(t,n){n=n||{};e.extend(this,b.options,n,b.settings);this.$el=e(t);this.$window=e(window);this.unique="shuffle_"+y++;this._fire(b.EventType.LOADING);this._init();setTimeout(e.proxy(function(){this.initialized=true;this._fire(b.EventType.DONE)},this),16)};b.EventType={LOADING:"loading",DONE:"done",SHRINK:"shrink",SHRUNK:"shrunk",FILTER:"filter",FILTERED:"filtered",SORTED:"sorted",LAYOUT:"layout",REMOVED:"removed"};b.prototype={_init:function(){var t=this,n,r,s=e.proxy(t._onResize,t),o=t.throttle?t.throttle(s,t.throttleTime):s,u=t.initialSort?t.initialSort:null;t._layoutList=[];t._shrinkList=[];t._setVars();t._resetCols();t._addClasses();t._initItems();t.$window.on("resize."+h+"."+t.unique,o);n=t.$el.css(["paddingLeft","paddingRight","position"]);r=t._getOuterWidth(t.$el[0]);if(n.position==="static"){t.$el[0].style.position="relative"}t.offset={left:parseInt(n.paddingLeft,10)||0,top:parseInt(n.paddingTop,10)||0};t._setColumns(parseInt(r,10));t.shuffle(t.group,u);if(t.supported){setTimeout(function(){t._setTransitions();t.$el[0].style[i]="height "+t.speed+"ms "+t.easing},0)}},_addClasses:function(){this.$el.addClass(h);this.$items.addClass("shuffle-item filtered")},_setVars:function(){var t=this,n=t.columnWidth;t.$items=t._getItems();if(n===0&&t.sizer!==null){n=t.sizer}if(typeof n==="string"){t.$sizer=t.$el.find(n)}else if(n&&n.nodeType&&n.nodeType===1){t.$sizer=e(n)}else if(n&&n.jquery){t.$sizer=n}if(t.$sizer&&t.$sizer.length){t.useSizer=true;t.sizer=t.$sizer[0]}},_filter:function(t,r){var i=this,s=r!==n,o=s?r:i.$items,u=e();t=t||i.lastFilter;i._fire(b.EventType.FILTER);if(e.isFunction(t)){o.each(function(){var n=e(this);if(t.call(n[0],n,i)){u=u.add(n)}})}else{i.group=t;if(t===p){u=o}else{o.each(function(){var n=e(this),r=n.data(d),s=i.delimeter&&!e.isArray(r)?r.split(i.delimeter):r;if(e.inArray(t,s)>-1){u=u.add(n)}})}}i._toggleFilterClasses(o,u);o=null;r=null;return u},_toggleFilterClasses:function(t,n){var r="concealed",i="filtered";t.filter(n).each(function(){var t=e(this);if(t.hasClass(r)){t.removeClass(r)}if(!t.hasClass(i)){t.addClass(i)}});t.not(n).each(function(){var t=e(this);if(!t.hasClass(r)){t.addClass(r)}if(t.hasClass(i)){t.removeClass(i)}})},_initItems:function(e){e=e||this.$items;e.css(this.itemCss).data("position",{x:0,y:0})},_updateItemCount:function(){this.visibleItems=this.$items.filter(".filtered").length},_setTransition:function(e){e.style[i]=f+" "+this.speed+"ms "+this.easing},_setTransitions:function(e){var t=this;e=e||t.$items;e.each(function(){t._setTransition(this)})},_setSequentialDelay:function(t){var n=this;if(!n.supported){return}e.each(t,function(t,r){r.style[s]="0ms,"+(t+1)*n.sequentialFadeDelay+"ms";e(r).on(u+"."+n.unique,function(t){var r=t.currentTarget;if(r===t.target){r.style[s]="0ms";e(r).off(u+"."+n.unique)}})})},_getItems:function(){return this.$el.children(this.itemSelector)},_getPreciseDimension:function(t,n){var r;if(window.getComputedStyle){r=window.getComputedStyle(t,null)[n]}else{r=e(t).css(n)}return parseFloat(r)},_getOuterWidth:function(t,n){var r=t.offsetWidth;if(n){var i=e(t).css(["marginLeft","marginRight"]);var s=parseFloat(i.marginLeft)||0;var o=parseFloat(i.marginRight)||0;r+=s+o}return r},_getOuterHeight:function(t,n){var r=t.offsetHeight;if(n){var i=e(t).css(["marginTop","marginBottom"]);var s=parseFloat(i.marginTop)||0;var o=parseFloat(i.marginBottom)||0;r+=s+o}return r},_getColumnSize:function(t,n){var r;if(e.isFunction(this.columnWidth)){r=this.columnWidth(n)}else if(this.useSizer){r=this._getPreciseDimension(this.sizer,"width")}else if(this.columnWidth){r=this.columnWidth}else if(this.$items.length>0){r=this._getOuterWidth(this.$items[0],true)}else{r=n}if(r===0){r=n}return r+t},_getGutterSize:function(t){var n;if(e.isFunction(this.gutterWidth)){n=this.gutterWidth(t)}else if(this.useSizer){n=this._getPreciseDimension(this.sizer,"marginLeft")}else{n=this.gutterWidth}return n},_setColumns:function(e){var t=e||this._getOuterWidth(this.$el[0]);var n=this._getGutterSize(t);var r=this._getColumnSize(n,t);var i=(t+n)/r;if(Math.abs(Math.round(i)-i)<.03){i=Math.round(i)}this.cols=Math.max(Math.floor(i),1);this.containerWidth=t;this.colWidth=r},_setContainerSize:function(){this.$el.css("height",Math.max.apply(Math,this.colYs))},_fire:function(e,t){this.$el.trigger(e+"."+h,t&&t.length?t:[this])},_layout:function(t,n,r){var i=this;n=n||i._filterEnd;e.each(t,function(t,s){var o=e(s);var u=o.data();var a=u.position;var f=i._getItemPosition(o);o.data("position",f);if(f.x===a.x&&f.y===a.y&&u.scale===v){return}var l={$item:o,x:f.x,y:f.y,scale:v};if(r){l.skipTransition=true;l.opacity=0}else{l.opacity=1;l.callback=n}i.styleQueue.push(l);i._layoutList.push(o[0])});i._processStyleQueue();i._setContainerSize()},_resetCols:function(){var e=this.cols;this.colYs=[];while(e--){this.colYs.push(0)}},_reLayout:function(){this._resetCols();if(this.lastSort){this.sort(this.lastSort,true)}else{this._layout(this.$items.filter(".filtered").get(),this._filterEnd)}},_getItemPosition:function(e){var t=this;var n=t._getOuterWidth(e[0],true);var r=n/t.colWidth;if(Math.abs(Math.round(r)-r)<.03){r=Math.round(r)}var i=Math.min(Math.ceil(r),t.cols);if(i===1){return t._placeItem(e,t.colYs)}else{var s=t.cols+1-i,o=[],u,a;for(a=0;a<s;a++){u=t.colYs.slice(a,a+i);o[a]=Math.max.apply(Math,u)}return t._placeItem(e,o)}},_placeItem:function(e,t){var n=this,r=Math.min.apply(Math,t),i=0;for(var s=0,o=t.length;s<o;s++){if(t[s]>=r-n.buffer&&t[s]<=r+n.buffer){i=s;break}}var u={x:Math.round(n.colWidth*i+n.offset.left),y:Math.round(r+n.offset.top)};var a=r+n._getOuterHeight(e[0],true),f=n.cols+1-o;for(s=0;s<f;s++){n.colYs[i+s]=a}return u},_shrink:function(t,n){var r=this,i=t||r.$items.filter(".concealed");n=n||r._shrinkEnd;if(!i.length){return}r._fire(b.EventType.SHRINK);i.each(function(){var t=e(this);var i=t.data();var s=i.scale===m;if(s){return}var o={$item:t,x:i.position.x,y:i.position.y,scale:m,opacity:0,callback:n};r.styleQueue.push(o);r._shrinkList.push(t[0])})},_onResize:function(){if(!this.enabled||this.destroyed){return}var e=this._getOuterWidth(this.$el[0]);if(e===this.containerWidth){return}this.resized()},_getItemTransformString:function(e,t,n){if(c){return"translate3d("+e+"px, "+t+"px, 0) scale3d("+n+", "+n+", 1)"}else{return"translate("+e+"px, "+t+"px) scale("+n+", "+n+")"}},_getStylesForTransition:function(e){var t={opacity:e.opacity};if(this.supported){if(e.x!==n){t[a]=this._getItemTransformString(e.x,e.y,e.scale)}}else{t.left=e.x;t.top=e.y}if(e.opacity===1){t.visibility="visible"}return t},_transition:function(e){e.$item.data("scale",e.scale);var t=this._getStylesForTransition(e);this._startItemAnimation(e.$item,t,e.callback)},_startItemAnimation:function(t,n,r){var i=n.opacity===1;var s=e.proxy(this._handleItemAnimationEnd,this,r||e.noop,t[0],i);if(this.supported){t.css(n);if(this.initialized){t.on(u+".shuffleitem",s)}else{s()}}else{if("visibility"in n){t.css("visibility",n.visibility);delete n.visibility}t.stop(true).animate(n,this.speed,"swing",s)}},_handleItemAnimationEnd:function(t,n,r,i){if(i){if(i.target===n){e(n).off(".shuffleitem")}else{return}}if(this._layoutList.length>0&&e.inArray(n,this._layoutList)>-1){this._fire(b.EventType.LAYOUT);t.call(this);this._layoutList.length=0}else if(this._shrinkList.length>0&&e.inArray(n,this._shrinkList)>-1){t.call(this);this._shrinkList.length=0}if(!r){n.style.visibility="hidden"}},_processStyleQueue:function(){var t=this;e.each(this.styleQueue,function(e,n){if(n.skipTransition){t._skipTransition(n.$item[0],function(){n.$item.css(t._getStylesForTransition(n))})}else{t._transition(n)}});t.styleQueue.length=0},_shrinkEnd:function(){this._fire(b.EventType.SHRUNK)},_filterEnd:function(){this._fire(b.EventType.FILTERED)},_sortEnd:function(){this._fire(b.EventType.SORTED)},_skipTransition:function(t,n,r){var i=t.style[o];t.style[o]="0ms";if(e.isFunction(n)){n()}else{t.style[n]=r}var s=t.offsetWidth;s=null;t.style[o]=i},_addItems:function(e,t,r){var i=this;if(!i.supported){t=false}e.addClass("shuffle-item");i._initItems(e);i._setTransitions(e);i.$items=i._getItems();e.css("opacity",0);var s=i._filter(n,e);var o=s.get();i._updateItemCount();if(t){i._layout(o,null,true);if(r){i._setSequentialDelay(s)}i._revealAppended(s)}else{i._layout(o)}},_revealAppended:function(t){var n=this;setTimeout(function(){t.each(function(t,r){n._transition({$item:e(r),opacity:1,scale:v})})},n.revealAppendedDelay)},shuffle:function(e,t){var n=this;if(!n.enabled){return}if(!e){e=p}n._filter(e);n.lastFilter=e;n._updateItemCount();n._shrink();if(t){n.lastSort=t}n._reLayout()},sort:function(e,t){var n=this,r=n.$items.filter(".filtered").sorted(e);if(!t){n._resetCols()}n._layout(r,function(){if(t){n._filterEnd()}n._sortEnd()});n.lastSort=e},resized:function(e){if(this.enabled){if(!e){this._setColumns()}this._reLayout()}},layout:function(){this.update(true)},update:function(e){this.resized(e)},appended:function(e,t,n){t=t===false?false:true;n=n===false?false:true;this._addItems(e,t,n)},disable:function(){this.enabled=false},enable:function(e){this.enabled=true;if(e!==false){this.update()}},remove:function(e){if(!e.length||!e.jquery){return}var t=this;t._shrink(e,function(){var t=this;e.remove();setTimeout(function(){t.$items=t._getItems();t.layout();t._updateItemCount();t._fire(b.EventType.REMOVED,[e,t]);e=null},0)});t._processStyleQueue();return t},destroy:function(){var e=this;e.$window.off("."+e.unique);e.$el.removeClass(h).removeAttr("style").removeData(h);e.$items.removeAttr("style").removeClass("concealed filtered shuffle-item");e.$window=null;e.$items=null;e.$el=null;e.$sizer=null;e.sizer=null;e.destroyed=true}};b.options={group:p,speed:250,easing:"ease-out",itemSelector:"",sizer:null,gutterWidth:0,columnWidth:0,delimeter:null,buffer:0,initialSort:null,throttle:g,throttleTime:300,sequentialFadeDelay:150,supported:l};b.settings={$sizer:null,useSizer:false,itemCss:{position:"absolute",top:0,left:0},offset:{top:0,left:0},revealAppendedDelay:300,enabled:true,destroyed:false,initialized:false,styleQueue:[]};e.fn.shuffle=function(t){var n=Array.prototype.slice.call(arguments,1);return this.each(function(){var r=e(this),i=r.data(h);if(!i){i=new b(r,t);r.data(h,i)}if(typeof t==="string"&&i[t]){i[t].apply(i,n)}})};e.fn.sorted=function(t){var r=e.extend({},e.fn.sorted.defaults,t),i=this.get(),s=false;if(!i.length){return[]}if(r.randomize){return e.fn.sorted.randomize(i)}if(r.by!==e.noop&&r.by!==null&&r.by!==n){i.sort(function(t,i){if(s){return 0}var o=r.by(e(t)),u=r.by(e(i));if(o===n&&u===n){s=true;return 0}if(o==="sortFirst"||u==="sortLast"){return-1}if(o==="sortLast"||u==="sortFirst"){return 1}return o<u?-1:o>u?1:0})}if(s){return this.get()}if(r.reverse){i.reverse()}return i};e.fn.sorted.defaults={reverse:false,by:null,randomize:false};e.fn.sorted.randomize=function(e){var t=e.length,n,r;if(!t){return e}while(--t){r=Math.floor(Math.random()*(t+1));n=e[r];e[r]=e[t];e[t]=n}return e};return b})
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
(function (e) {
|
2 |
+
if (typeof define === "function" && define.amd) {
|
3 |
+
define(["jquery", "modernizr"], e);
|
4 |
+
} else {
|
5 |
+
e(window.jQuery, window.Modernizr);
|
6 |
+
}
|
7 |
+
})(function (e, t, n) {
|
8 |
+
"use strict";
|
9 |
+
function r(e) {
|
10 |
+
if (!e) {
|
11 |
+
return "";
|
12 |
+
}
|
13 |
+
return e
|
14 |
+
.replace(/([A-Z])/g, function (e, t) {
|
15 |
+
return "-" + t.toLowerCase();
|
16 |
+
})
|
17 |
+
.replace(/^ms-/, "-ms-");
|
18 |
+
}
|
19 |
+
function g(t, n, r) {
|
20 |
+
var i, s, o;
|
21 |
+
var u = null;
|
22 |
+
var a = 0;
|
23 |
+
r = r || {};
|
24 |
+
var f = function () {
|
25 |
+
a = r.leading === false ? 0 : e.now();
|
26 |
+
u = null;
|
27 |
+
o = t.apply(i, s);
|
28 |
+
i = s = null;
|
29 |
+
};
|
30 |
+
return function () {
|
31 |
+
var l = e.now();
|
32 |
+
if (!a && r.leading === false) {
|
33 |
+
a = l;
|
34 |
+
}
|
35 |
+
var c = n - (l - a);
|
36 |
+
i = this;
|
37 |
+
s = arguments;
|
38 |
+
if (c <= 0 || c > n) {
|
39 |
+
clearTimeout(u);
|
40 |
+
u = null;
|
41 |
+
a = l;
|
42 |
+
o = t.apply(i, s);
|
43 |
+
i = s = null;
|
44 |
+
} else if (!u && r.trailing !== false) {
|
45 |
+
u = setTimeout(f, c);
|
46 |
+
}
|
47 |
+
return o;
|
48 |
+
};
|
49 |
+
}
|
50 |
+
if (typeof t !== "object") {
|
51 |
+
throw new Error("Shuffle.js requires Modernizr.\n" + "http://vestride.github.io/Shuffle/#dependencies");
|
52 |
+
}
|
53 |
+
var i = t.prefixed("transition");
|
54 |
+
var s = t.prefixed("transitionDelay");
|
55 |
+
var o = t.prefixed("transitionDuration");
|
56 |
+
var u = { WebkitTransition: "webkitTransitionEnd", transition: "transitionend" }[i];
|
57 |
+
var a = t.prefixed("transform");
|
58 |
+
var f = r(a);
|
59 |
+
var l = t.csstransforms && t.csstransitions;
|
60 |
+
var c = t.csstransforms3d;
|
61 |
+
var h = "shuffle";
|
62 |
+
var p = "all";
|
63 |
+
var d = "groups";
|
64 |
+
var v = 1;
|
65 |
+
var m = 0.001;
|
66 |
+
var y = 0;
|
67 |
+
var b = function (t, n) {
|
68 |
+
n = n || {};
|
69 |
+
e.extend(this, b.options, n, b.settings);
|
70 |
+
this.$el = e(t);
|
71 |
+
this.$window = e(window);
|
72 |
+
this.unique = "shuffle_" + y++;
|
73 |
+
this._fire(b.EventType.LOADING);
|
74 |
+
this._init();
|
75 |
+
setTimeout(
|
76 |
+
e.proxy(function () {
|
77 |
+
this.initialized = true;
|
78 |
+
this._fire(b.EventType.DONE);
|
79 |
+
}, this),
|
80 |
+
16
|
81 |
+
);
|
82 |
+
};
|
83 |
+
b.EventType = { LOADING: "loading", DONE: "done", SHRINK: "shrink", SHRUNK: "shrunk", FILTER: "filter", FILTERED: "filtered", SORTED: "sorted", LAYOUT: "layout", REMOVED: "removed" };
|
84 |
+
b.prototype = {
|
85 |
+
_init: function () {
|
86 |
+
var t = this,
|
87 |
+
n,
|
88 |
+
r,
|
89 |
+
s = e.proxy(t._onResize, t),
|
90 |
+
o = t.throttle ? t.throttle(s, t.throttleTime) : s,
|
91 |
+
u = t.initialSort ? t.initialSort : null;
|
92 |
+
t._layoutList = [];
|
93 |
+
t._shrinkList = [];
|
94 |
+
t._setVars();
|
95 |
+
t._resetCols();
|
96 |
+
t._addClasses();
|
97 |
+
t._initItems();
|
98 |
+
t.$window.on("resize." + h + "." + t.unique, o);
|
99 |
+
n = t.$el.css(["paddingLeft", "paddingRight", "position"]);
|
100 |
+
r = t._getOuterWidth(t.$el[0]);
|
101 |
+
if (n.position === "static") {
|
102 |
+
t.$el[0].style.position = "relative";
|
103 |
+
}
|
104 |
+
t.offset = { left: parseInt(n.paddingLeft, 10) || 0, top: parseInt(n.paddingTop, 10) || 0 };
|
105 |
+
t._setColumns(parseInt(r, 10));
|
106 |
+
t.shuffle(t.group, u);
|
107 |
+
if (t.supported) {
|
108 |
+
setTimeout(function () {
|
109 |
+
t._setTransitions();
|
110 |
+
t.$el[0].style[i] = "height " + t.speed + "ms " + t.easing;
|
111 |
+
}, 0);
|
112 |
+
}
|
113 |
+
},
|
114 |
+
_addClasses: function () {
|
115 |
+
this.$el.addClass(h);
|
116 |
+
this.$items.addClass("shuffle-item filtered");
|
117 |
+
},
|
118 |
+
_setVars: function () {
|
119 |
+
var t = this,
|
120 |
+
n = t.columnWidth;
|
121 |
+
t.$items = t._getItems();
|
122 |
+
if (n === 0 && t.sizer !== null) {
|
123 |
+
n = t.sizer;
|
124 |
+
}
|
125 |
+
if (typeof n === "string") {
|
126 |
+
t.$sizer = t.$el.find(n);
|
127 |
+
} else if (n && n.nodeType && n.nodeType === 1) {
|
128 |
+
t.$sizer = e(n);
|
129 |
+
} else if (n && n.jquery) {
|
130 |
+
t.$sizer = n;
|
131 |
+
}
|
132 |
+
if (t.$sizer && t.$sizer.length) {
|
133 |
+
t.useSizer = true;
|
134 |
+
t.sizer = t.$sizer[0];
|
135 |
+
}
|
136 |
+
},
|
137 |
+
_filter: function (t, r) {
|
138 |
+
var i = this,
|
139 |
+
s = r !== n,
|
140 |
+
o = s ? r : i.$items,
|
141 |
+
u = e();
|
142 |
+
t = t || i.lastFilter;
|
143 |
+
i._fire(b.EventType.FILTER);
|
144 |
+
if (e.isFunction(t)) {
|
145 |
+
o.each(function () {
|
146 |
+
var n = e(this);
|
147 |
+
if (t.call(n[0], n, i)) {
|
148 |
+
u = u.add(n);
|
149 |
+
}
|
150 |
+
});
|
151 |
+
} else {
|
152 |
+
i.group = t;
|
153 |
+
if (t === p) {
|
154 |
+
u = o;
|
155 |
+
} else {
|
156 |
+
o.each(function () {
|
157 |
+
var n = e(this),
|
158 |
+
r = n.data(d),
|
159 |
+
s = i.delimeter && !e.isArray(r) ? r.split(i.delimeter) : r;
|
160 |
+
if (e.inArray(t, s) > -1) {
|
161 |
+
u = u.add(n);
|
162 |
+
}
|
163 |
+
});
|
164 |
+
}
|
165 |
+
}
|
166 |
+
i._toggleFilterClasses(o, u);
|
167 |
+
o = null;
|
168 |
+
r = null;
|
169 |
+
return u;
|
170 |
+
},
|
171 |
+
_toggleFilterClasses: function (t, n) {
|
172 |
+
var r = "concealed",
|
173 |
+
i = "filtered";
|
174 |
+
t.filter(n).each(function () {
|
175 |
+
var t = e(this);
|
176 |
+
if (t.hasClass(r)) {
|
177 |
+
t.removeClass(r);
|
178 |
+
}
|
179 |
+
if (!t.hasClass(i)) {
|
180 |
+
t.addClass(i);
|
181 |
+
}
|
182 |
+
});
|
183 |
+
t.not(n).each(function () {
|
184 |
+
var t = e(this);
|
185 |
+
if (!t.hasClass(r)) {
|
186 |
+
t.addClass(r);
|
187 |
+
}
|
188 |
+
if (t.hasClass(i)) {
|
189 |
+
t.removeClass(i);
|
190 |
+
}
|
191 |
+
});
|
192 |
+
},
|
193 |
+
_initItems: function (e) {
|
194 |
+
e = e || this.$items;
|
195 |
+
e.css(this.itemCss).data("position", { x: 0, y: 0 });
|
196 |
+
},
|
197 |
+
_updateItemCount: function () {
|
198 |
+
this.visibleItems = this.$items.filter(".filtered").length;
|
199 |
+
},
|
200 |
+
_setTransition: function (e) {
|
201 |
+
e.style[i] = f + " " + this.speed + "ms " + this.easing;
|
202 |
+
},
|
203 |
+
_setTransitions: function (e) {
|
204 |
+
var t = this;
|
205 |
+
e = e || t.$items;
|
206 |
+
e.each(function () {
|
207 |
+
t._setTransition(this);
|
208 |
+
});
|
209 |
+
},
|
210 |
+
_setSequentialDelay: function (t) {
|
211 |
+
var n = this;
|
212 |
+
if (!n.supported) {
|
213 |
+
return;
|
214 |
+
}
|
215 |
+
e.each(t, function (t, r) {
|
216 |
+
r.style[s] = "0ms," + (t + 1) * n.sequentialFadeDelay + "ms";
|
217 |
+
e(r).on(u + "." + n.unique, function (t) {
|
218 |
+
var r = t.currentTarget;
|
219 |
+
if (r === t.target) {
|
220 |
+
r.style[s] = "0ms";
|
221 |
+
e(r).off(u + "." + n.unique);
|
222 |
+
}
|
223 |
+
});
|
224 |
+
});
|
225 |
+
},
|
226 |
+
_getItems: function () {
|
227 |
+
return this.$el.children(this.itemSelector);
|
228 |
+
},
|
229 |
+
_getPreciseDimension: function (t, n) {
|
230 |
+
var r;
|
231 |
+
if (window.getComputedStyle) {
|
232 |
+
r = window.getComputedStyle(t, null)[n];
|
233 |
+
} else {
|
234 |
+
r = e(t).css(n);
|
235 |
+
}
|
236 |
+
return parseFloat(r);
|
237 |
+
},
|
238 |
+
_getOuterWidth: function (t, n) {
|
239 |
+
var r = t.offsetWidth;
|
240 |
+
if (n) {
|
241 |
+
var i = e(t).css(["marginLeft", "marginRight"]);
|
242 |
+
var s = parseFloat(i.marginLeft) || 0;
|
243 |
+
var o = parseFloat(i.marginRight) || 0;
|
244 |
+
r += s + o;
|
245 |
+
}
|
246 |
+
return r;
|
247 |
+
},
|
248 |
+
_getOuterHeight: function (t, n) {
|
249 |
+
var r = t.offsetHeight;
|
250 |
+
if (n) {
|
251 |
+
var i = e(t).css(["marginTop", "marginBottom"]);
|
252 |
+
var s = parseFloat(i.marginTop) || 0;
|
253 |
+
var o = parseFloat(i.marginBottom) || 0;
|
254 |
+
r += s + o;
|
255 |
+
}
|
256 |
+
return r;
|
257 |
+
},
|
258 |
+
_getColumnSize: function (t, n) {
|
259 |
+
var r;
|
260 |
+
if (e.isFunction(this.columnWidth)) {
|
261 |
+
r = this.columnWidth(n);
|
262 |
+
} else if (this.useSizer) {
|
263 |
+
r = this._getPreciseDimension(this.sizer, "width");
|
264 |
+
} else if (this.columnWidth) {
|
265 |
+
r = this.columnWidth;
|
266 |
+
} else if (this.$items.length > 0) {
|
267 |
+
r = this._getOuterWidth(this.$items[0], true);
|
268 |
+
} else {
|
269 |
+
r = n;
|
270 |
+
}
|
271 |
+
if (r === 0) {
|
272 |
+
r = n;
|
273 |
+
}
|
274 |
+
return r + t;
|
275 |
+
},
|
276 |
+
_getGutterSize: function (t) {
|
277 |
+
var n;
|
278 |
+
if (e.isFunction(this.gutterWidth)) {
|
279 |
+
n = this.gutterWidth(t);
|
280 |
+
} else if (this.useSizer) {
|
281 |
+
n = this._getPreciseDimension(this.sizer, "marginLeft");
|
282 |
+
} else {
|
283 |
+
n = this.gutterWidth;
|
284 |
+
}
|
285 |
+
return n;
|
286 |
+
},
|
287 |
+
_setColumns: function (e) {
|
288 |
+
var t = e || this._getOuterWidth(this.$el[0]);
|
289 |
+
var n = this._getGutterSize(t);
|
290 |
+
var r = this._getColumnSize(n, t);
|
291 |
+
var i = (t + n) / r;
|
292 |
+
if (Math.abs(Math.round(i) - i) < 0.03) {
|
293 |
+
i = Math.round(i);
|
294 |
+
}
|
295 |
+
this.cols = Math.max(Math.floor(i), 1);
|
296 |
+
this.containerWidth = t;
|
297 |
+
this.colWidth = r;
|
298 |
+
},
|
299 |
+
_setContainerSize: function () {
|
300 |
+
this.$el.css("height", Math.max.apply(Math, this.colYs));
|
301 |
+
},
|
302 |
+
_fire: function (e, t) {
|
303 |
+
this.$el.trigger(e + "." + h, t && t.length ? t : [this]);
|
304 |
+
},
|
305 |
+
_layout: function (t, n, r) {
|
306 |
+
var i = this;
|
307 |
+
n = n || i._filterEnd;
|
308 |
+
e.each(t, function (t, s) {
|
309 |
+
var o = e(s);
|
310 |
+
var u = o.data();
|
311 |
+
var a = u.position;
|
312 |
+
var f = i._getItemPosition(o);
|
313 |
+
o.data("position", f);
|
314 |
+
if (f.x === a.x && f.y === a.y && u.scale === v) {
|
315 |
+
return;
|
316 |
+
}
|
317 |
+
var l = { $item: o, x: f.x, y: f.y, scale: v };
|
318 |
+
if (r) {
|
319 |
+
l.skipTransition = true;
|
320 |
+
l.opacity = 0;
|
321 |
+
} else {
|
322 |
+
l.opacity = 1;
|
323 |
+
l.callback = n;
|
324 |
+
}
|
325 |
+
i.styleQueue.push(l);
|
326 |
+
i._layoutList.push(o[0]);
|
327 |
+
});
|
328 |
+
i._processStyleQueue();
|
329 |
+
i._setContainerSize();
|
330 |
+
},
|
331 |
+
_resetCols: function () {
|
332 |
+
var e = this.cols;
|
333 |
+
this.colYs = [];
|
334 |
+
while (e--) {
|
335 |
+
this.colYs.push(0);
|
336 |
+
}
|
337 |
+
},
|
338 |
+
_reLayout: function () {
|
339 |
+
this._resetCols();
|
340 |
+
if (this.lastSort) {
|
341 |
+
this.sort(this.lastSort, true);
|
342 |
+
} else {
|
343 |
+
this._layout(this.$items.filter(".filtered").get(), this._filterEnd);
|
344 |
+
}
|
345 |
+
},
|
346 |
+
_getItemPosition: function (e) {
|
347 |
+
var t = this;
|
348 |
+
var n = t._getOuterWidth(e[0], true);
|
349 |
+
var r = n / t.colWidth;
|
350 |
+
if (Math.abs(Math.round(r) - r) < 0.03) {
|
351 |
+
r = Math.round(r);
|
352 |
+
}
|
353 |
+
var i = Math.min(Math.ceil(r), t.cols);
|
354 |
+
if (i === 1) {
|
355 |
+
return t._placeItem(e, t.colYs);
|
356 |
+
} else {
|
357 |
+
var s = t.cols + 1 - i,
|
358 |
+
o = [],
|
359 |
+
u,
|
360 |
+
a;
|
361 |
+
for (a = 0; a < s; a++) {
|
362 |
+
u = t.colYs.slice(a, a + i);
|
363 |
+
o[a] = Math.max.apply(Math, u);
|
364 |
+
}
|
365 |
+
return t._placeItem(e, o);
|
366 |
+
}
|
367 |
+
},
|
368 |
+
_placeItem: function (e, t) {
|
369 |
+
var n = this,
|
370 |
+
r = Math.min.apply(Math, t),
|
371 |
+
i = 0;
|
372 |
+
for (var s = 0, o = t.length; s < o; s++) {
|
373 |
+
if (t[s] >= r - n.buffer && t[s] <= r + n.buffer) {
|
374 |
+
i = s;
|
375 |
+
break;
|
376 |
+
}
|
377 |
+
}
|
378 |
+
var u = { x: Math.round(n.colWidth * i + n.offset.left), y: Math.round(r + n.offset.top) };
|
379 |
+
var a = r + n._getOuterHeight(e[0], true),
|
380 |
+
f = n.cols + 1 - o;
|
381 |
+
for (s = 0; s < f; s++) {
|
382 |
+
n.colYs[i + s] = a;
|
383 |
+
}
|
384 |
+
return u;
|
385 |
+
},
|
386 |
+
_shrink: function (t, n) {
|
387 |
+
var r = this,
|
388 |
+
i = t || r.$items.filter(".concealed");
|
389 |
+
n = n || r._shrinkEnd;
|
390 |
+
if (!i.length) {
|
391 |
+
return;
|
392 |
+
}
|
393 |
+
r._fire(b.EventType.SHRINK);
|
394 |
+
i.each(function () {
|
395 |
+
var t = e(this);
|
396 |
+
var i = t.data();
|
397 |
+
var s = i.scale === m;
|
398 |
+
if (s) {
|
399 |
+
return;
|
400 |
+
}
|
401 |
+
var o = { $item: t, x: i.position.x, y: i.position.y, scale: m, opacity: 0, callback: n };
|
402 |
+
r.styleQueue.push(o);
|
403 |
+
r._shrinkList.push(t[0]);
|
404 |
+
});
|
405 |
+
},
|
406 |
+
_onResize: function () {
|
407 |
+
if (!this.enabled || this.destroyed) {
|
408 |
+
return;
|
409 |
+
}
|
410 |
+
var e = this._getOuterWidth(this.$el[0]);
|
411 |
+
if (e === this.containerWidth) {
|
412 |
+
return;
|
413 |
+
}
|
414 |
+
this.resized();
|
415 |
+
},
|
416 |
+
_getItemTransformString: function (e, t, n) {
|
417 |
+
if (c) {
|
418 |
+
return "translate3d(" + e + "px, " + t + "px, 0) scale3d(" + n + ", " + n + ", 1)";
|
419 |
+
} else {
|
420 |
+
return "translate(" + e + "px, " + t + "px) scale(" + n + ", " + n + ")";
|
421 |
+
}
|
422 |
+
},
|
423 |
+
_getStylesForTransition: function (e) {
|
424 |
+
var t = { opacity: e.opacity };
|
425 |
+
if (this.supported) {
|
426 |
+
if (e.x !== n) {
|
427 |
+
t[a] = this._getItemTransformString(e.x, e.y, e.scale);
|
428 |
+
}
|
429 |
+
} else {
|
430 |
+
t.left = e.x;
|
431 |
+
t.top = e.y;
|
432 |
+
}
|
433 |
+
if (e.opacity === 1) {
|
434 |
+
t.visibility = "visible";
|
435 |
+
}
|
436 |
+
return t;
|
437 |
+
},
|
438 |
+
_transition: function (e) {
|
439 |
+
e.$item.data("scale", e.scale);
|
440 |
+
var t = this._getStylesForTransition(e);
|
441 |
+
this._startItemAnimation(e.$item, t, e.callback);
|
442 |
+
},
|
443 |
+
_startItemAnimation: function (t, n, r) {
|
444 |
+
var i = n.opacity === 1;
|
445 |
+
var s = e.proxy(this._handleItemAnimationEnd, this, r || e.noop, t[0], i);
|
446 |
+
if (this.supported) {
|
447 |
+
t.css(n);
|
448 |
+
if (this.initialized) {
|
449 |
+
t.on(u + ".shuffleitem", s);
|
450 |
+
} else {
|
451 |
+
s();
|
452 |
+
}
|
453 |
+
} else {
|
454 |
+
if ("visibility" in n) {
|
455 |
+
t.css("visibility", n.visibility);
|
456 |
+
delete n.visibility;
|
457 |
+
}
|
458 |
+
t.stop(true).animate(n, this.speed, "swing", s);
|
459 |
+
}
|
460 |
+
},
|
461 |
+
_handleItemAnimationEnd: function (t, n, r, i) {
|
462 |
+
if (i) {
|
463 |
+
if (i.target === n) {
|
464 |
+
e(n).off(".shuffleitem");
|
465 |
+
} else {
|
466 |
+
return;
|
467 |
+
}
|
468 |
+
}
|
469 |
+
if (this._layoutList.length > 0 && e.inArray(n, this._layoutList) > -1) {
|
470 |
+
this._fire(b.EventType.LAYOUT);
|
471 |
+
t.call(this);
|
472 |
+
this._layoutList.length = 0;
|
473 |
+
} else if (this._shrinkList.length > 0 && e.inArray(n, this._shrinkList) > -1) {
|
474 |
+
t.call(this);
|
475 |
+
this._shrinkList.length = 0;
|
476 |
+
}
|
477 |
+
if (!r) {
|
478 |
+
n.style.visibility = "hidden";
|
479 |
+
}
|
480 |
+
},
|
481 |
+
_processStyleQueue: function () {
|
482 |
+
var t = this;
|
483 |
+
e.each(this.styleQueue, function (e, n) {
|
484 |
+
if (n.skipTransition) {
|
485 |
+
t._skipTransition(n.$item[0], function () {
|
486 |
+
n.$item.css(t._getStylesForTransition(n));
|
487 |
+
});
|
488 |
+
} else {
|
489 |
+
t._transition(n);
|
490 |
+
}
|
491 |
+
});
|
492 |
+
t.styleQueue.length = 0;
|
493 |
+
},
|
494 |
+
_shrinkEnd: function () {
|
495 |
+
this._fire(b.EventType.SHRUNK);
|
496 |
+
},
|
497 |
+
_filterEnd: function () {
|
498 |
+
this._fire(b.EventType.FILTERED);
|
499 |
+
},
|
500 |
+
_sortEnd: function () {
|
501 |
+
this._fire(b.EventType.SORTED);
|
502 |
+
},
|
503 |
+
_skipTransition: function (t, n, r) {
|
504 |
+
var i = t.style[o];
|
505 |
+
t.style[o] = "0ms";
|
506 |
+
if (e.isFunction(n)) {
|
507 |
+
n();
|
508 |
+
} else {
|
509 |
+
t.style[n] = r;
|
510 |
+
}
|
511 |
+
var s = t.offsetWidth;
|
512 |
+
s = null;
|
513 |
+
t.style[o] = i;
|
514 |
+
},
|
515 |
+
_addItems: function (e, t, r) {
|
516 |
+
var i = this;
|
517 |
+
if (!i.supported) {
|
518 |
+
t = false;
|
519 |
+
}
|
520 |
+
e.addClass("shuffle-item");
|
521 |
+
i._initItems(e);
|
522 |
+
i._setTransitions(e);
|
523 |
+
i.$items = i._getItems();
|
524 |
+
e.css("opacity", 0);
|
525 |
+
var s = i._filter(n, e);
|
526 |
+
var o = s.get();
|
527 |
+
i._updateItemCount();
|
528 |
+
if (t) {
|
529 |
+
i._layout(o, null, true);
|
530 |
+
if (r) {
|
531 |
+
i._setSequentialDelay(s);
|
532 |
+
}
|
533 |
+
i._revealAppended(s);
|
534 |
+
} else {
|
535 |
+
i._layout(o);
|
536 |
+
}
|
537 |
+
},
|
538 |
+
_revealAppended: function (t) {
|
539 |
+
var n = this;
|
540 |
+
setTimeout(function () {
|
541 |
+
t.each(function (t, r) {
|
542 |
+
n._transition({ $item: e(r), opacity: 1, scale: v });
|
543 |
+
});
|
544 |
+
}, n.revealAppendedDelay);
|
545 |
+
},
|
546 |
+
shuffle: function (e, t) {
|
547 |
+
var n = this;
|
548 |
+
if (!n.enabled) {
|
549 |
+
return;
|
550 |
+
}
|
551 |
+
if (!e) {
|
552 |
+
e = p;
|
553 |
+
}
|
554 |
+
n._filter(e);
|
555 |
+
n.lastFilter = e;
|
556 |
+
n._updateItemCount();
|
557 |
+
n._shrink();
|
558 |
+
if (t) {
|
559 |
+
n.lastSort = t;
|
560 |
+
}
|
561 |
+
n._reLayout();
|
562 |
+
},
|
563 |
+
sort: function (e, t) {
|
564 |
+
var n = this,
|
565 |
+
r = n.$items.filter(".filtered").sorted(e);
|
566 |
+
if (!t) {
|
567 |
+
n._resetCols();
|
568 |
+
}
|
569 |
+
n._layout(r, function () {
|
570 |
+
if (t) {
|
571 |
+
n._filterEnd();
|
572 |
+
}
|
573 |
+
n._sortEnd();
|
574 |
+
});
|
575 |
+
n.lastSort = e;
|
576 |
+
},
|
577 |
+
resized: function (e) {
|
578 |
+
if (this.enabled) {
|
579 |
+
if (!e) {
|
580 |
+
this._setColumns();
|
581 |
+
}
|
582 |
+
this._reLayout();
|
583 |
+
}
|
584 |
+
},
|
585 |
+
layout: function () {
|
586 |
+
this.update(true);
|
587 |
+
},
|
588 |
+
update: function (e) {
|
589 |
+
this.resized(e);
|
590 |
+
},
|
591 |
+
appended: function (e, t, n) {
|
592 |
+
t = t === false ? false : true;
|
593 |
+
n = n === false ? false : true;
|
594 |
+
this._addItems(e, t, n);
|
595 |
+
},
|
596 |
+
disable: function () {
|
597 |
+
this.enabled = false;
|
598 |
+
},
|
599 |
+
enable: function (e) {
|
600 |
+
this.enabled = true;
|
601 |
+
if (e !== false) {
|
602 |
+
this.update();
|
603 |
+
}
|
604 |
+
},
|
605 |
+
remove: function (e) {
|
606 |
+
if (!e.length || !e.jquery) {
|
607 |
+
return;
|
608 |
+
}
|
609 |
+
var t = this;
|
610 |
+
t._shrink(e, function () {
|
611 |
+
var t = this;
|
612 |
+
e.remove();
|
613 |
+
setTimeout(function () {
|
614 |
+
t.$items = t._getItems();
|
615 |
+
t.layout();
|
616 |
+
t._updateItemCount();
|
617 |
+
t._fire(b.EventType.REMOVED, [e, t]);
|
618 |
+
e = null;
|
619 |
+
}, 0);
|
620 |
+
});
|
621 |
+
t._processStyleQueue();
|
622 |
+
return t;
|
623 |
+
},
|
624 |
+
destroy: function () {
|
625 |
+
var e = this;
|
626 |
+
e.$window.off("." + e.unique);
|
627 |
+
e.$el.removeClass(h).removeAttr("style").removeData(h);
|
628 |
+
e.$items.removeAttr("style").removeClass("concealed filtered shuffle-item");
|
629 |
+
e.$window = null;
|
630 |
+
e.$items = null;
|
631 |
+
e.$el = null;
|
632 |
+
e.$sizer = null;
|
633 |
+
e.sizer = null;
|
634 |
+
e.destroyed = true;
|
635 |
+
},
|
636 |
+
};
|
637 |
+
b.options = {
|
638 |
+
group: p,
|
639 |
+
speed: 250,
|
640 |
+
easing: "ease-out",
|
641 |
+
itemSelector: "",
|
642 |
+
sizer: null,
|
643 |
+
gutterWidth: 0,
|
644 |
+
columnWidth: 0,
|
645 |
+
delimeter: null,
|
646 |
+
buffer: 0,
|
647 |
+
initialSort: null,
|
648 |
+
throttle: g,
|
649 |
+
throttleTime: 300,
|
650 |
+
sequentialFadeDelay: 150,
|
651 |
+
supported: l,
|
652 |
+
};
|
653 |
+
b.settings = { $sizer: null, useSizer: false, itemCss: { position: "absolute", top: 0, left: 0 }, offset: { top: 0, left: 0 }, revealAppendedDelay: 300, enabled: true, destroyed: false, initialized: false, styleQueue: [] };
|
654 |
+
e.fn.shuffle = function (t) {
|
655 |
+
var n = Array.prototype.slice.call(arguments, 1);
|
656 |
+
return this.each(function () {
|
657 |
+
var r = e(this),
|
658 |
+
i = r.data(h);
|
659 |
+
if (!i) {
|
660 |
+
i = new b(r, t);
|
661 |
+
r.data(h, i);
|
662 |
+
}
|
663 |
+
if (typeof t === "string" && i[t]) {
|
664 |
+
i[t].apply(i, n);
|
665 |
+
}
|
666 |
+
});
|
667 |
+
};
|
668 |
+
e.fn.sorted = function (t) {
|
669 |
+
var r = e.extend({}, e.fn.sorted.defaults, t),
|
670 |
+
i = this.get(),
|
671 |
+
s = false;
|
672 |
+
if (!i.length) {
|
673 |
+
return [];
|
674 |
+
}
|
675 |
+
if (r.randomize) {
|
676 |
+
return e.fn.sorted.randomize(i);
|
677 |
+
}
|
678 |
+
if (r.by !== e.noop && r.by !== null && r.by !== n) {
|
679 |
+
i.sort(function (t, i) {
|
680 |
+
if (s) {
|
681 |
+
return 0;
|
682 |
+
}
|
683 |
+
var o = r.by(e(t)),
|
684 |
+
u = r.by(e(i));
|
685 |
+
if (o === n && u === n) {
|
686 |
+
s = true;
|
687 |
+
return 0;
|
688 |
+
}
|
689 |
+
if (o === "sortFirst" || u === "sortLast") {
|
690 |
+
return -1;
|
691 |
+
}
|
692 |
+
if (o === "sortLast" || u === "sortFirst") {
|
693 |
+
return 1;
|
694 |
+
}
|
695 |
+
return o < u ? -1 : o > u ? 1 : 0;
|
696 |
+
});
|
697 |
+
}
|
698 |
+
if (s) {
|
699 |
+
return this.get();
|
700 |
+
}
|
701 |
+
if (r.reverse) {
|
702 |
+
i.reverse();
|
703 |
+
}
|
704 |
+
return i;
|
705 |
+
};
|
706 |
+
e.fn.sorted.defaults = { reverse: false, by: null, randomize: false };
|
707 |
+
e.fn.sorted.randomize = function (e) {
|
708 |
+
var t = e.length,
|
709 |
+
n,
|
710 |
+
r;
|
711 |
+
if (!t) {
|
712 |
+
return e;
|
713 |
+
}
|
714 |
+
while (--t) {
|
715 |
+
r = Math.floor(Math.random() * (t + 1));
|
716 |
+
n = e[r];
|
717 |
+
e[r] = e[t];
|
718 |
+
e[t] = n;
|
719 |
+
}
|
720 |
+
return e;
|
721 |
+
};
|
722 |
+
return b;
|
723 |
+
});
|
js/shuffle/random-shuffle.js
CHANGED
@@ -1,89 +1,90 @@
|
|
1 |
-
window.Manipulator = function(e) {
|
2 |
-
"use strict";
|
3 |
-
|
4 |
-
var
|
5 |
-
|
6 |
-
n
|
7 |
-
n
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
e
|
12 |
-
e.
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
a
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
|
|
89 |
}(jQuery)
|
1 |
+
window.Manipulator = function(e) {
|
2 |
+
"use strict";
|
3 |
+
console.log("random free");
|
4 |
+
var t = window.console && typeof window.console.log === "function";
|
5 |
+
var n = function(t) {
|
6 |
+
var n = this;
|
7 |
+
n.$el = e(t);
|
8 |
+
n.init()
|
9 |
+
};
|
10 |
+
n.prototype.init = function() {
|
11 |
+
var e = this;
|
12 |
+
e.initShuffle();
|
13 |
+
e.setupEvents()
|
14 |
+
};
|
15 |
+
n.prototype.initShuffle = function() {
|
16 |
+
this.$el.shuffle({
|
17 |
+
itemSelector: ".shuffeldiv",
|
18 |
+
speed: 250,
|
19 |
+
easing: "ease",
|
20 |
+
columnWidth: function(t) {
|
21 |
+
return parseInt(e(".shuffeldiv").css("width"))
|
22 |
+
},
|
23 |
+
gutterWidth: function(t) {
|
24 |
+
return parseInt(e(".shuffeldiv").css("margin-left"))
|
25 |
+
}
|
26 |
+
});
|
27 |
+
this.shuffle = this.$el.data("shuffle")
|
28 |
+
};
|
29 |
+
n.prototype.setupEvents = function() {
|
30 |
+
var n = this;
|
31 |
+
e("#sfsi_wDiv").on("click", e.proxy(n.onRandomize, n));
|
32 |
+
n.$el.on("removed.shuffle", function(e, n, r) {
|
33 |
+
if (!t) {
|
34 |
+
return
|
35 |
+
}
|
36 |
+
})
|
37 |
+
};
|
38 |
+
n.prototype.onAddClick = function() {
|
39 |
+
var t = this,
|
40 |
+
n = 5,
|
41 |
+
r = document.createDocumentFragment(),
|
42 |
+
i = t.$el[0],
|
43 |
+
s = [],
|
44 |
+
o, u = ["w2", "h2", "w3"],
|
45 |
+
a, f, l, c;
|
46 |
+
for (f = 0; f < n; f++) {
|
47 |
+
l = Math.random();
|
48 |
+
a = document.createElement("div");
|
49 |
+
a.className = "shuffeldiv";
|
50 |
+
if (l > .8) {
|
51 |
+
c = Math.floor(Math.random() * 3);
|
52 |
+
a.className = a.className + " " + u[c]
|
53 |
+
}
|
54 |
+
s.push(a);
|
55 |
+
r.appendChild(a)
|
56 |
+
}
|
57 |
+
i.appendChild(r);
|
58 |
+
o = e(s);
|
59 |
+
t.shuffle.appended(o)
|
60 |
+
};
|
61 |
+
n.prototype.getRandomInt = function(e, t) {
|
62 |
+
return Math.floor(Math.random() * (t - e + 1)) + e
|
63 |
+
};
|
64 |
+
n.prototype.onRemoveClick = function() {
|
65 |
+
var t = this,
|
66 |
+
n = t.shuffle.visibleItems,
|
67 |
+
r = Math.min(3, n),
|
68 |
+
i = [],
|
69 |
+
s = 0,
|
70 |
+
o = e();
|
71 |
+
if (!n) {
|
72 |
+
return
|
73 |
+
}
|
74 |
+
for (; s < r; s++) {
|
75 |
+
i.push(t.getRandomInt(0, n - 1))
|
76 |
+
}
|
77 |
+
e.each(i, function(e, n) {
|
78 |
+
o = o.add(t.shuffle.$items.eq(n))
|
79 |
+
});
|
80 |
+
t.shuffle.remove(o)
|
81 |
+
};
|
82 |
+
n.prototype.onRandomize = function() {
|
83 |
+
var e = this,
|
84 |
+
t = {
|
85 |
+
randomize: true
|
86 |
+
};
|
87 |
+
e.shuffle.sort(t)
|
88 |
+
};
|
89 |
+
return n
|
90 |
}(jQuery)
|
libs/controllers/sfsi_buttons_controller.php
CHANGED
@@ -56,6 +56,39 @@ function sfsi_options_updater1()
|
|
56 |
echo json_encode(array("success"));
|
57 |
exit;
|
58 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
/* save settings for section 2 */
|
60 |
add_action('wp_ajax_updateSrcn2', 'sfsi_options_updater2');
|
61 |
function sfsi_options_updater2()
|
@@ -96,7 +129,7 @@ function sfsi_options_updater2()
|
|
96 |
$sfsi_linkedin_page = isset($_POST["sfsi_linkedin_page"]) ? sanitize_text_field($_POST["sfsi_linkedin_page"]) : 'no';
|
97 |
$sfsi_linkedin_pageURL = isset($_POST["sfsi_linkedin_pageURL"]) ? esc_url(trim($_POST["sfsi_linkedin_pageURL"])) : '';
|
98 |
$sfsi_linkedin_follow = isset($_POST["sfsi_linkedin_follow"]) ? sanitize_text_field($_POST["sfsi_linkedin_follow"]) : 'no';
|
99 |
-
$sfsi_linkedin_followCompany = isset($_POST["sfsi_linkedin_followCompany"]) ?
|
100 |
$sfsi_linkedin_SharePage = isset($_POST["sfsi_linkedin_SharePage"]) ? sanitize_text_field($_POST["sfsi_linkedin_SharePage"]) : 'no';
|
101 |
$sfsi_linkedin_recommendBusines = isset($_POST["sfsi_linkedin_recommendBusines"]) ? sanitize_text_field($_POST["sfsi_linkedin_recommendBusines"]) : 'no';
|
102 |
$sfsi_linkedin_recommendCompany = isset($_POST["sfsi_linkedin_recommendCompany"]) ? sanitize_text_field(trim($_POST["sfsi_linkedin_recommendCompany"])) : '';
|
56 |
echo json_encode(array("success"));
|
57 |
exit;
|
58 |
}
|
59 |
+
add_action('wp_ajax_introHide', 'sfsi_new_intro_banner_hide');
|
60 |
+
function sfsi_new_intro_banner_hide()
|
61 |
+
{
|
62 |
+
if (!wp_verify_nonce($_POST['nonce'], "hide_intro")) {
|
63 |
+
echo json_encode(array("wrong_nonce"));
|
64 |
+
exit;
|
65 |
+
}
|
66 |
+
$up_hide_option =array(
|
67 |
+
'sfsi_display_section' => true,
|
68 |
+
'sfsi_display_section2' => true,
|
69 |
+
);
|
70 |
+
update_option('sfsi_new_intro_banner_hide_option', serialize($up_hide_option));
|
71 |
+
header('Content-Type: application/json');
|
72 |
+
echo json_encode(array("success"));
|
73 |
+
exit;
|
74 |
+
}
|
75 |
+
|
76 |
+
add_action('wp_ajax_introshow', 'sfsi_new_intro_banner_show');
|
77 |
+
function sfsi_new_intro_banner_show()
|
78 |
+
{
|
79 |
+
if (!wp_verify_nonce($_POST['nonce'], "show_intro")) {
|
80 |
+
echo json_encode(array("wrong_nonce"));
|
81 |
+
exit;
|
82 |
+
}
|
83 |
+
$up_hide_option =array(
|
84 |
+
'sfsi_display_section' => $_POST["sfsi_display_section"],
|
85 |
+
'sfsi_display_section2' => true,
|
86 |
+
);
|
87 |
+
update_option('sfsi_new_intro_banner_hide_option', serialize($up_hide_option));
|
88 |
+
header('Content-Type: application/json');
|
89 |
+
echo json_encode(array("success"));
|
90 |
+
exit;
|
91 |
+
}
|
92 |
/* save settings for section 2 */
|
93 |
add_action('wp_ajax_updateSrcn2', 'sfsi_options_updater2');
|
94 |
function sfsi_options_updater2()
|
129 |
$sfsi_linkedin_page = isset($_POST["sfsi_linkedin_page"]) ? sanitize_text_field($_POST["sfsi_linkedin_page"]) : 'no';
|
130 |
$sfsi_linkedin_pageURL = isset($_POST["sfsi_linkedin_pageURL"]) ? esc_url(trim($_POST["sfsi_linkedin_pageURL"])) : '';
|
131 |
$sfsi_linkedin_follow = isset($_POST["sfsi_linkedin_follow"]) ? sanitize_text_field($_POST["sfsi_linkedin_follow"]) : 'no';
|
132 |
+
$sfsi_linkedin_followCompany = isset($_POST["sfsi_linkedin_followCompany"]) ? intval(trim($_POST["sfsi_linkedin_followCompany"])) : '';
|
133 |
$sfsi_linkedin_SharePage = isset($_POST["sfsi_linkedin_SharePage"]) ? sanitize_text_field($_POST["sfsi_linkedin_SharePage"]) : 'no';
|
134 |
$sfsi_linkedin_recommendBusines = isset($_POST["sfsi_linkedin_recommendBusines"]) ? sanitize_text_field($_POST["sfsi_linkedin_recommendBusines"]) : 'no';
|
135 |
$sfsi_linkedin_recommendCompany = isset($_POST["sfsi_linkedin_recommendCompany"]) ? sanitize_text_field(trim($_POST["sfsi_linkedin_recommendCompany"])) : '';
|
libs/controllers/sfsi_socialhelper.php
CHANGED
@@ -242,14 +242,14 @@ class sfsi_SocialHelper
|
|
242 |
/* convert no. to 2K,3M format */
|
243 |
function format_num($num, $precision = 0)
|
244 |
{
|
245 |
-
if ($num >= 1000 && $num < 1000000) {
|
246 |
-
$n_format = number_format($num/1000,$precision).'k';
|
247 |
} else if ($num >= 1000000 && $num < 1000000000) {
|
248 |
-
$n_format = number_format($num/1000000,$precision).'m';
|
249 |
} else if ($num >= 1000000000) {
|
250 |
-
$n_format=number_format($num/1000000000,$precision).'b';
|
251 |
} else {
|
252 |
-
$n_format = $num;
|
253 |
}
|
254 |
return $n_format;
|
255 |
}
|
242 |
/* convert no. to 2K,3M format */
|
243 |
function format_num($num, $precision = 0)
|
244 |
{
|
245 |
+
if ((int)$num >= 1000 && (int)$num < 1000000) {
|
246 |
+
$n_format = number_format((int)$num/1000,$precision).'k';
|
247 |
} else if ($num >= 1000000 && $num < 1000000000) {
|
248 |
+
$n_format = number_format((int)$num/1000000,$precision).'m';
|
249 |
} else if ($num >= 1000000000) {
|
250 |
+
$n_format=number_format((int)$num/1000000000,$precision).'b';
|
251 |
} else {
|
252 |
+
$n_format = (int)$num;
|
253 |
}
|
254 |
return $n_format;
|
255 |
}
|
libs/sfsi_Init_JqueryCss.php
CHANGED
@@ -102,6 +102,7 @@ function sfsi_footerFeedbackScript()
|
|
102 |
?>
|
103 |
<style>
|
104 |
@charset "utf-8";
|
|
|
105 |
@font-face {
|
106 |
font-family: helveticabold;
|
107 |
src: url(<?php echo SFSI_PLUGURL; ?>css/fonts/helvetica_bold_0-webfont.eot);
|
@@ -109,13 +110,20 @@ function sfsi_footerFeedbackScript()
|
|
109 |
font-weight: 400;
|
110 |
font-style: normal;
|
111 |
}
|
|
|
112 |
ul#adminmenu li.toplevel_page_sfsi-options div.wp-menu-image {
|
113 |
display: none;
|
114 |
}
|
|
|
115 |
#adminmenu li.toplevel_page_sfsi-options a.toplevel_page_sfsi-options {
|
116 |
padding: 0 0 0 38px;
|
117 |
font-family: helveticabold;
|
118 |
}
|
|
|
|
|
|
|
|
|
|
|
119 |
ul#adminmenu li.toplevel_page_sfsi-options a.toplevel_page_sfsi-options {
|
120 |
color: #e12522;
|
121 |
transition: 0s;
|
@@ -124,10 +132,12 @@ function sfsi_footerFeedbackScript()
|
|
124 |
color: #fafafa;
|
125 |
font-family: Arial, Helvetica, sans-serif;
|
126 |
}
|
|
|
127 |
ul#adminmenu li.toplevel_page_sfsi-options a.toplevel_page_sfsi-options:hover {
|
128 |
background: url(<?php echo SFSI_PLUGURL; ?>css/images/left_log_icn.png) 6px -43px no-repeat black;
|
129 |
color: #fafafa;
|
130 |
}
|
|
|
131 |
ul#adminmenu li.toplevel_page_sfsi-options a.current,
|
132 |
ul#adminmenu li.toplevel_page_sfsi-options a.current:hover {
|
133 |
background: url(<?php echo SFSI_PLUGURL; ?>css/images/left_log_icn.png) 6px 15px no-repeat #000000;
|
102 |
?>
|
103 |
<style>
|
104 |
@charset "utf-8";
|
105 |
+
|
106 |
@font-face {
|
107 |
font-family: helveticabold;
|
108 |
src: url(<?php echo SFSI_PLUGURL; ?>css/fonts/helvetica_bold_0-webfont.eot);
|
110 |
font-weight: 400;
|
111 |
font-style: normal;
|
112 |
}
|
113 |
+
|
114 |
ul#adminmenu li.toplevel_page_sfsi-options div.wp-menu-image {
|
115 |
display: none;
|
116 |
}
|
117 |
+
|
118 |
#adminmenu li.toplevel_page_sfsi-options a.toplevel_page_sfsi-options {
|
119 |
padding: 0 0 0 38px;
|
120 |
font-family: helveticabold;
|
121 |
}
|
122 |
+
|
123 |
+
#adminmenu #toplevel_page_sfsi-options div.wp-menu-name {
|
124 |
+
padding: 8px 8px 8px 8px;
|
125 |
+
}
|
126 |
+
|
127 |
ul#adminmenu li.toplevel_page_sfsi-options a.toplevel_page_sfsi-options {
|
128 |
color: #e12522;
|
129 |
transition: 0s;
|
132 |
color: #fafafa;
|
133 |
font-family: Arial, Helvetica, sans-serif;
|
134 |
}
|
135 |
+
|
136 |
ul#adminmenu li.toplevel_page_sfsi-options a.toplevel_page_sfsi-options:hover {
|
137 |
background: url(<?php echo SFSI_PLUGURL; ?>css/images/left_log_icn.png) 6px -43px no-repeat black;
|
138 |
color: #fafafa;
|
139 |
}
|
140 |
+
|
141 |
ul#adminmenu li.toplevel_page_sfsi-options a.current,
|
142 |
ul#adminmenu li.toplevel_page_sfsi-options a.current:hover {
|
143 |
background: url(<?php echo SFSI_PLUGURL; ?>css/images/left_log_icn.png) 6px 15px no-repeat #000000;
|
libs/sfsi_install_uninstall.php
CHANGED
@@ -39,7 +39,7 @@ function sfsi_update_plugin()
|
|
39 |
update_option("sfsi_custom_icons", "yes");
|
40 |
}
|
41 |
//Install version
|
42 |
-
update_option("sfsi_pluginVersion", "2.
|
43 |
|
44 |
if (!get_option('sfsi_serverphpVersionnotification')) {
|
45 |
add_option("sfsi_serverphpVersionnotification", "yes");
|
@@ -756,7 +756,12 @@ function sfsi_update_plugin()
|
|
756 |
if (get_option('sfsi_showNextBannerDate') == "21 day") {
|
757 |
update_option('sfsi_showNextBannerDate', '14 day');
|
758 |
}
|
759 |
-
|
|
|
|
|
|
|
|
|
|
|
760 |
add_option('sfsi_cycleDate', "180 day");
|
761 |
add_option('sfsi_loyaltyDate', "180 day");
|
762 |
if (!get_option('sfsi_fb_count')) {
|
@@ -1177,6 +1182,13 @@ function sfsi_activate_plugin()
|
|
1177 |
|
1178 |
add_option('sfsi_RatingDiv', 'no');
|
1179 |
add_option('sfsi_footer_sec', 'no');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1180 |
update_option('sfsi_activate', 1);
|
1181 |
|
1182 |
$sfsi_dismiss_sharecount = unserialize(get_option('sfsi_dismiss_sharecount'));
|
@@ -1463,6 +1475,8 @@ function sfsi_Unistall_plugin()
|
|
1463 |
delete_option("sfsi_banner_popups");
|
1464 |
delete_option("sfsi_dismiss_copy_delete_post");
|
1465 |
|
|
|
|
|
1466 |
}
|
1467 |
/* end function */
|
1468 |
|
39 |
update_option("sfsi_custom_icons", "yes");
|
40 |
}
|
41 |
//Install version
|
42 |
+
update_option("sfsi_pluginVersion", "2.62");
|
43 |
|
44 |
if (!get_option('sfsi_serverphpVersionnotification')) {
|
45 |
add_option("sfsi_serverphpVersionnotification", "yes");
|
756 |
if (get_option('sfsi_showNextBannerDate') == "21 day") {
|
757 |
update_option('sfsi_showNextBannerDate', '14 day');
|
758 |
}
|
759 |
+
$up_hide_option =array(
|
760 |
+
'sfsi_display_section' => 'true',
|
761 |
+
'sfsi_display_section2' => 'false',
|
762 |
+
);
|
763 |
+
add_option('sfsi_new_intro_banner_hide_option', serialize($up_hide_option));
|
764 |
+
|
765 |
add_option('sfsi_cycleDate', "180 day");
|
766 |
add_option('sfsi_loyaltyDate', "180 day");
|
767 |
if (!get_option('sfsi_fb_count')) {
|
1182 |
|
1183 |
add_option('sfsi_RatingDiv', 'no');
|
1184 |
add_option('sfsi_footer_sec', 'no');
|
1185 |
+
|
1186 |
+
$up_hide_option =array(
|
1187 |
+
'sfsi_display_section' => 'true',
|
1188 |
+
'sfsi_display_section2' => 'false',
|
1189 |
+
);
|
1190 |
+
add_option('sfsi_new_intro_banner_hide_option', serialize($up_hide_option));
|
1191 |
+
|
1192 |
update_option('sfsi_activate', 1);
|
1193 |
|
1194 |
$sfsi_dismiss_sharecount = unserialize(get_option('sfsi_dismiss_sharecount'));
|
1475 |
delete_option("sfsi_banner_popups");
|
1476 |
delete_option("sfsi_dismiss_copy_delete_post");
|
1477 |
|
1478 |
+
delete_option("sfsi_new_intro_banner_hide_option");
|
1479 |
+
|
1480 |
}
|
1481 |
/* end function */
|
1482 |
|
libs/sfsi_widget.php
CHANGED
@@ -222,7 +222,7 @@ class Sfsi_Widget extends WP_Widget
|
|
222 |
$jquery .= "window.addEventListener('sfsi_functions_loaded',function(){sfsi_float_widget('" . $top . "')});";
|
223 |
}
|
224 |
}
|
225 |
-
|
226 |
$extra = 0;
|
227 |
if ($sfsi_section3['sfsi_shuffle_icons'] == "yes") {
|
228 |
if ($sfsi_section3['sfsi_shuffle_Firstload'] == "yes" && $sfsi_section3['sfsi_shuffle_interval'] == "yes") {
|
@@ -234,7 +234,7 @@ class Sfsi_Widget extends WP_Widget
|
|
234 |
$shuffle_time = $shuffle_time * 1000;
|
235 |
$jquery .= "window.addEventListener('sfsi_functions_loaded',function(){ jQuery('.sfsi_wDiv').each(function(){ new window.Manipulator( jQuery(this)); }); setInterval(function(){ jQuery('#sfsi_wDiv').each(function(){ jQuery(this).click(); })}," . $shuffle_time . "); });";
|
236 |
} else {
|
237 |
-
$jquery .= "
|
238 |
}
|
239 |
}
|
240 |
|
222 |
$jquery .= "window.addEventListener('sfsi_functions_loaded',function(){sfsi_float_widget('" . $top . "')});";
|
223 |
}
|
224 |
}
|
225 |
+
|
226 |
$extra = 0;
|
227 |
if ($sfsi_section3['sfsi_shuffle_icons'] == "yes") {
|
228 |
if ($sfsi_section3['sfsi_shuffle_Firstload'] == "yes" && $sfsi_section3['sfsi_shuffle_interval'] == "yes") {
|
234 |
$shuffle_time = $shuffle_time * 1000;
|
235 |
$jquery .= "window.addEventListener('sfsi_functions_loaded',function(){ jQuery('.sfsi_wDiv').each(function(){ new window.Manipulator( jQuery(this)); }); setInterval(function(){ jQuery('#sfsi_wDiv').each(function(){ jQuery(this).click(); })}," . $shuffle_time . "); });";
|
236 |
} else {
|
237 |
+
$jquery .= "jQuery( document ).ready(function( $ ) { jQuery('.sfsi_wDiv').each(function(){ new window.Manipulator( jQuery(this)); }); setTimeout(function(){sfsi_shuffle(); jQuery('#sfsi_wDiv').each(function(){ jQuery(this).click(); })},2000); });";
|
238 |
}
|
239 |
}
|
240 |
|
readme.txt
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
-
=== Social Media Share Buttons & Social Sharing Icons
|
2 |
Contributors: socialdude, socialtech
|
3 |
-
Tags: share,
|
4 |
Requires at least: 3.5
|
5 |
-
Tested up to: 5.
|
6 |
-
Stable tag: 2.6.
|
7 |
License: GPLv2
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
10 |
-
Share buttons and share icons for social media sharing
|
11 |
|
12 |
== Description ==
|
13 |
|
@@ -19,7 +19,7 @@ This free plugin has a lot to offer. Even more can be found in the Premium Plugi
|
|
19 |
|
20 |
See [all features of the Premium plugin](https://www.ultimatelysocial.com/usm-premium/).
|
21 |
|
22 |
-
The social media plugin includes the following features:
|
23 |
|
24 |
- Pick from 16 different designs for your social media share icons
|
25 |
- Give several actions to one social media share icon (e.g. your facebook share icon can lead visitors to your Facebook page, and also give visitors the opportunity to like your page)
|
@@ -274,6 +274,11 @@ You cannot use the same plugin twice, however you can install both the USM as we
|
|
274 |
|
275 |
|
276 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
277 |
= 2.6.1 =
|
278 |
* Updated Instagram icons
|
279 |
|
@@ -957,5 +962,5 @@ You cannot use the same plugin twice, however you can install both the USM as we
|
|
957 |
|
958 |
== Upgrade Notice ==
|
959 |
|
960 |
-
= 2.6.
|
961 |
Please upgrade
|
1 |
+
=== Social Media Share Buttons & Pop Up Social Sharing Icons ===
|
2 |
Contributors: socialdude, socialtech
|
3 |
+
Tags: share, pop up, share icons, share buttons, social media, social, social widget, sharing icons, sharing buttons, social share, sharing, social sharing
|
4 |
Requires at least: 3.5
|
5 |
+
Tested up to: 5.6
|
6 |
+
Stable tag: 2.6.2
|
7 |
License: GPLv2
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
10 |
+
Share buttons and pop up share icons for social media sharing
|
11 |
|
12 |
== Description ==
|
13 |
|
19 |
|
20 |
See [all features of the Premium plugin](https://www.ultimatelysocial.com/usm-premium/).
|
21 |
|
22 |
+
The free social media plugin includes the following features:
|
23 |
|
24 |
- Pick from 16 different designs for your social media share icons
|
25 |
- Give several actions to one social media share icon (e.g. your facebook share icon can lead visitors to your Facebook page, and also give visitors the opportunity to like your page)
|
274 |
|
275 |
|
276 |
== Changelog ==
|
277 |
+
= 2.6.2 =
|
278 |
+
* Updated to Wordpress 5.6 compatibility
|
279 |
+
* Updated to PHP 8 compatibility
|
280 |
+
* Pop up feature added
|
281 |
+
|
282 |
= 2.6.1 =
|
283 |
* Updated Instagram icons
|
284 |
|
962 |
|
963 |
== Upgrade Notice ==
|
964 |
|
965 |
+
= 2.6.2 =
|
966 |
Please upgrade
|
ultimate_social_media_icons.php
CHANGED
@@ -6,7 +6,7 @@ Description: Easy to use and 100% FREE social media plugin which adds social med
|
|
6 |
|
7 |
Author: UltimatelySocial
|
8 |
Author URI: http://ultimatelysocial.com
|
9 |
-
Version: 2.6.
|
10 |
License: GPLv2 or later
|
11 |
*/
|
12 |
require_once 'analyst/main.php';
|
@@ -18,8 +18,6 @@ analyst_init(array(
|
|
18 |
));
|
19 |
|
20 |
|
21 |
-
|
22 |
-
|
23 |
sfsi_error_reporting();
|
24 |
global $wpdb;
|
25 |
/* define the Root for URL and Document */
|
@@ -90,12 +88,13 @@ register_deactivation_hook(__FILE__, 'sfsi_deactivate_plugin');
|
|
90 |
|
91 |
register_uninstall_hook(__FILE__, 'sfsi_Unistall_plugin');
|
92 |
|
93 |
-
if (!get_option('sfsi_pluginVersion') || get_option('sfsi_pluginVersion') < 2.
|
94 |
add_action("init", "sfsi_update_plugin");
|
95 |
}
|
96 |
/* redirect setting page hook */
|
97 |
add_action('admin_init', 'sfsi_plugin_redirect');
|
98 |
|
|
|
99 |
function sfsi_plugin_redirect()
|
100 |
|
101 |
{
|
@@ -2388,7 +2387,7 @@ function sfsi_plugin_redirect()
|
|
2388 |
}
|
2389 |
// return false;
|
2390 |
}
|
2391 |
-
|
2392 |
function sfsi_count_media_item()
|
2393 |
{
|
2394 |
$query_img_args = array(
|
@@ -2513,10 +2512,11 @@ function sfsi_plugin_redirect()
|
|
2513 |
}
|
2514 |
}
|
2515 |
add_action('wp', 'sfsi_cronstarter_activation');
|
2516 |
-
|
|
|
2517 |
// Handle install
|
2518 |
add_action('wp_ajax_wpse1_6817_install', function () {
|
2519 |
-
|
2520 |
if (get_option('_wps18472_now_already', false)) return;
|
2521 |
else update_option('_wps18472_now_already', true);
|
2522 |
|
6 |
|
7 |
Author: UltimatelySocial
|
8 |
Author URI: http://ultimatelysocial.com
|
9 |
+
Version: 2.6.2
|
10 |
License: GPLv2 or later
|
11 |
*/
|
12 |
require_once 'analyst/main.php';
|
18 |
));
|
19 |
|
20 |
|
|
|
|
|
21 |
sfsi_error_reporting();
|
22 |
global $wpdb;
|
23 |
/* define the Root for URL and Document */
|
88 |
|
89 |
register_uninstall_hook(__FILE__, 'sfsi_Unistall_plugin');
|
90 |
|
91 |
+
if (!get_option('sfsi_pluginVersion') || get_option('sfsi_pluginVersion') < 2.62) {
|
92 |
add_action("init", "sfsi_update_plugin");
|
93 |
}
|
94 |
/* redirect setting page hook */
|
95 |
add_action('admin_init', 'sfsi_plugin_redirect');
|
96 |
|
97 |
+
|
98 |
function sfsi_plugin_redirect()
|
99 |
|
100 |
{
|
2387 |
}
|
2388 |
// return false;
|
2389 |
}
|
2390 |
+
|
2391 |
function sfsi_count_media_item()
|
2392 |
{
|
2393 |
$query_img_args = array(
|
2512 |
}
|
2513 |
}
|
2514 |
add_action('wp', 'sfsi_cronstarter_activation');
|
2515 |
+
// var_dump('121212',get_option('_wps18472_now_already', false));
|
2516 |
+
// die();
|
2517 |
// Handle install
|
2518 |
add_action('wp_ajax_wpse1_6817_install', function () {
|
2519 |
+
|
2520 |
if (get_option('_wps18472_now_already', false)) return;
|
2521 |
else update_option('_wps18472_now_already', true);
|
2522 |
|
views/sfsi_global_banners.php
CHANGED
@@ -24,7 +24,6 @@ if (!is_plugin_active('Ultimate-Premium-Plugin/usm_premium_icons.php') && $sfsi_
|
|
24 |
// $sfsi_banner_global_http,
|
25 |
// $sfsi_banner_global_upgrade
|
26 |
// );
|
27 |
-
|
28 |
$sfsi_install_time = strtotime(get_option('sfsi_installDate'));
|
29 |
$sfsi_max_show_time = $sfsi_install_time + (120 * 60);
|
30 |
$sfsi_install_day_plus_three_days = $sfsi_install_time + (4320 * 60);
|
@@ -79,7 +78,7 @@ if (!is_plugin_active('Ultimate-Premium-Plugin/usm_premium_icons.php') && $sfsi_
|
|
79 |
if ($sfsi_max_show_time >= strtotime(date('Y-m-d h:i:s')) && (!sfsi_check_not_show_other_plugin_settings_page($gallery_plugins, $optimization_plugins, $sharecount_plugins, $google_analytics, $gdpr_plugins, $woocommerce_plugins, $twitter_plugins))) :
|
80 |
?>
|
81 |
<!---------------New installs discount--------------->
|
82 |
-
<div id="sfsi_firsttime_offer" class="sfsi_new_prmium_follw sfsi_banner_body">
|
83 |
<div>
|
84 |
<p style="margin-bottom: 12px !important;">You seem to have installed the Ultimate Social media plugin for the first time – Thank you & Welcome!</p>
|
85 |
<p style="font-size:18px !important">
|
@@ -94,7 +93,6 @@ if (!is_plugin_active('Ultimate-Premium-Plugin/usm_premium_icons.php') && $sfsi_
|
|
94 |
<input type="submit" name="dismiss" value="Dismiss" />
|
95 |
|
96 |
</form>
|
97 |
-
|
98 |
</div>
|
99 |
</div>
|
100 |
<script>
|
@@ -115,7 +113,7 @@ if (!is_plugin_active('Ultimate-Premium-Plugin/usm_premium_icons.php') && $sfsi_
|
|
115 |
}
|
116 |
}
|
117 |
}, 60 * 1000);
|
118 |
-
</script>
|
119 |
<!---------------End New installs discount--------------->
|
120 |
<?php endif;
|
121 |
}
|
24 |
// $sfsi_banner_global_http,
|
25 |
// $sfsi_banner_global_upgrade
|
26 |
// );
|
|
|
27 |
$sfsi_install_time = strtotime(get_option('sfsi_installDate'));
|
28 |
$sfsi_max_show_time = $sfsi_install_time + (120 * 60);
|
29 |
$sfsi_install_day_plus_three_days = $sfsi_install_time + (4320 * 60);
|
78 |
if ($sfsi_max_show_time >= strtotime(date('Y-m-d h:i:s')) && (!sfsi_check_not_show_other_plugin_settings_page($gallery_plugins, $optimization_plugins, $sharecount_plugins, $google_analytics, $gdpr_plugins, $woocommerce_plugins, $twitter_plugins))) :
|
79 |
?>
|
80 |
<!---------------New installs discount--------------->
|
81 |
+
<!-- <div id="sfsi_firsttime_offer" class="sfsi_new_prmium_follw sfsi_banner_body">
|
82 |
<div>
|
83 |
<p style="margin-bottom: 12px !important;">You seem to have installed the Ultimate Social media plugin for the first time – Thank you & Welcome!</p>
|
84 |
<p style="font-size:18px !important">
|
93 |
<input type="submit" name="dismiss" value="Dismiss" />
|
94 |
|
95 |
</form>
|
|
|
96 |
</div>
|
97 |
</div>
|
98 |
<script>
|
113 |
}
|
114 |
}
|
115 |
}, 60 * 1000);
|
116 |
+
</script> -->
|
117 |
<!---------------End New installs discount--------------->
|
118 |
<?php endif;
|
119 |
}
|
views/sfsi_options_view.php
CHANGED
@@ -80,41 +80,235 @@
|
|
80 |
});
|
81 |
</script>
|
82 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
83 |
<!-- Top content area of plugin -->
|
84 |
<div class="main_contant">
|
85 |
-
|
86 |
-
|
87 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
88 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
89 |
<div class="">
|
90 |
<div class="row">
|
91 |
-
<div class="col-12 col-lg-
|
92 |
-
<
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
go premium</a>.</p>
|
98 |
</div>
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
105 |
</div>
|
106 |
-
<a href="https://www.ultimatelysocial.com/usm-premium/?utm_source=usmi_settings_page&utm_campaign=top_banner&utm_medium=link" style="text-decoration: none;color:#414951;font-family: helveticaneue-light;" target='_blank'>Learn More</a>
|
107 |
</div>
|
108 |
</div>
|
109 |
</div>
|
110 |
</div>
|
111 |
</div>
|
112 |
</div>
|
113 |
-
<div class="
|
114 |
-
<div class=
|
115 |
-
<div class=
|
116 |
-
<div class=
|
117 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
118 |
</div>
|
119 |
</div>
|
120 |
</div>
|
@@ -122,21 +316,16 @@
|
|
122 |
</div>
|
123 |
</div>
|
124 |
</div>
|
125 |
-
<div class="col-
|
126 |
-
<div style="position:relative;padding-top:56.25%;">
|
127 |
-
|
|
|
|
|
|
|
|
|
128 |
</div>
|
129 |
-
<
|
130 |
-
|
131 |
-
<button class="btn btn-success ">Go Premium</button>
|
132 |
-
</div>
|
133 |
-
<span>Learn more</span>
|
134 |
-
</div>
|
135 |
-
</div>
|
136 |
-
</div>
|
137 |
-
<div class="d-lg-none row">
|
138 |
-
<div class="col">
|
139 |
-
<p class="sfsi-top-banner-higligted-text">If you want <span class='font-weight-bold font-italic'>more likes & shares</span>, more placement options, better sharing features (eg: define the text and image that gets shared), optimization for mobile, <a target="_blank" href="https://www.ultimatelysocial.com/extra-icon-styles/?utm_source=usmi_settings_page&utm_campaign=top_banner&utm_medium=link" class="font-italic text-success">more icon design styles,</a> <a target="_blank" href="https://www.ultimatelysocial.com/animated-social-media-icons/?utm_source=usmi_settings_page&utm_campaign=top_banner&utm_medium=link" class=" text-success font-italic">animated icons,</a> <a target="_blank" href="https://www.ultimatelysocial.com/themed-icons-search/" class=' text-success font-italic'>themed icons,</a> and <a href="https://www.ultimatelysocial.com/themed-icons-search/?utm_source=usmi_settings_page&utm_campaign=top_banner&utm_medium=link" target="_blank" class=" text-success font-italic">much more</a>, then ...</p>
|
140 |
</div>
|
141 |
</div>
|
142 |
</div><!-- END Top content area of plugin -->
|
80 |
});
|
81 |
</script>
|
82 |
|
83 |
+
<?php
|
84 |
+
$sfsi_install_date_time = date('Y-m-d H:i:s');
|
85 |
+
$sfsi_install_time = strtotime(get_option('sfsi_installDate'));
|
86 |
+
$sfsi_max_show_time = $sfsi_install_time + (120 * 60);
|
87 |
+
$sfsi_current_date = strtotime(date('Y-m-d h:i:s'));
|
88 |
+
$sfsi_intro_time_in_minutes = ceil(($sfsi_max_show_time - strtotime(date('Y-m-d h:i:s'))) / 60);
|
89 |
+
$sfsi_intro_time_in_minutes = $sfsi_intro_time_in_minutes - 1;
|
90 |
+
// $sfsi_intro_hours = floor($sfsi_intro_time_in_minutes / 60);
|
91 |
+
// $sfsi_intro_minutes = $sfsi_intro_time_in_minutes - floor($sfsi_intro_time_in_minutes / 60) * 60;
|
92 |
+
// $sfsi_intro_seconds = ((($sfsi_intro_time_in_minutes) * 60) % 60);
|
93 |
+
// var_dump($checked ,floor((($checked % ( 60 * 60)) / ( 60))));
|
94 |
+
// var_dump((floor((($checked % ( 60 * 60 * 24)) / ( 60 * 60))/12)));
|
95 |
+
$sfsi_intro_year = substr($sfsi_install_date_time, 0, 4);
|
96 |
+
$sfsi_intro_month = substr($sfsi_install_date_time, 5, 2) - 1;
|
97 |
+
$sfsi_intro_day = substr($sfsi_install_date_time, 8, 2);
|
98 |
+
$sfsi_intro_hours = substr($sfsi_install_date_time, 11, 2);
|
99 |
+
$sfsi_intro_minutes = substr($sfsi_install_date_time, 14, 2);
|
100 |
+
$sfsi_intro_seconds = substr($sfsi_install_date_time, 17, 2);
|
101 |
+
|
102 |
+
?>
|
103 |
<!-- Top content area of plugin -->
|
104 |
<div class="main_contant">
|
105 |
+
<?php
|
106 |
+
$sfsi_new_intro_banner_hide_option = unserialize(get_option('sfsi_new_intro_banner_hide_option'));
|
107 |
+
?>
|
108 |
+
<div class="sfsi_new_intro pb-4" style="<?php echo ($sfsi_new_intro_banner_hide_option['sfsi_display_section'] == "true") ? 'display:block !important;' : 'display:none!important;'; ?>">
|
109 |
+
<div class="row justify-content-center">
|
110 |
+
<div>
|
111 |
+
<div class="px-2 py-5 sfsi_intro_bg_white sfsi_intro_section">
|
112 |
+
<div class="text-center">
|
113 |
+
<h1 style="color:#8A4983;font-family: montserrat-regular; "><b>Welcome to the </b><b style="font-family: montserrat-extrabold ">Ultimate Social Media Plugin!</b></h1>
|
114 |
+
</div>
|
115 |
+
<div class="row py-3">
|
116 |
+
<div class="col-12 col-md-2 col-lg-2 col-xxl-2 d-lg-flex justify-content-lg-end align-items-center pr-lg-0">
|
117 |
+
<img src="<?php echo SFSI_PLUGURL . "images/new_intro_icons/get_started.png"; ?>" class="sfsi_intro_images" alt="get started" />
|
118 |
+
</div>
|
119 |
+
<div class="col-12 col-md-10 col-lg-10 col-xxl-10 py-lg-2 sfsi_intro_text_section px-sm-4 pl-lg-0">
|
120 |
+
<div class="font-weight-bold sfsi_intro_sub_heading">Get started:</div>
|
121 |
+
<div class="sfsi_intro_sub_text">Simply answer the questions below (at least the first 3) - that's it!</div>
|
122 |
+
</div>
|
123 |
+
</div>
|
124 |
+
<?php
|
125 |
+
if (
|
126 |
+
$sfsi_max_show_time > strtotime(date('Y-m-d h:i:s'))
|
127 |
+
) {
|
128 |
+
?>
|
129 |
+
<div class="sfsi_intro_special_discount row py-3">
|
130 |
+
<div class="col-12 col-md-2 col-lg-2 col-xxl-2 d-lg-flex justify-content-lg-end align-items-center">
|
131 |
+
<img src="<?php echo SFSI_PLUGURL . "images/new_intro_icons/discount.png"; ?>" class="sfsi_intro_images" alt="discount" />
|
132 |
+
</div>
|
133 |
+
<div class="col-12 col-md-10 col-lg-10 col-xxl-10 py-lg-2 sfsi_intro_text_section px-sm-4 pl-lg-0 pr-xl-0 pr-xl-3">
|
134 |
+
<div class="font-weight-bold sfsi_intro_sub_heading">Special discount:</div>
|
135 |
+
<div class="d-lg-flex justify-content-lg-between align-items-lg-start justify-content-xl-between">
|
136 |
+
<div class="sfsi_intro_sub_text pb-sm-3">
|
137 |
+
<div>For newbies we offer a cool <strong class="font-weight-bold sfsi_into_text_bold" style="font-size: 20px;color:black;">30% discount</strong></div>
|
138 |
+
<div>for the premium plugin which will expire in....</div>
|
139 |
+
</div>
|
140 |
+
<div class="d-flex sfsi_into_time_text_bottom pb-sm-3 pl-xl-3">
|
141 |
+
<div class="sfsi_into_time_text_bottom_counter">
|
142 |
+
<div class="sfsi_intro_premium_counter_hours">
|
143 |
+
|
144 |
+
</div>
|
145 |
+
<span style="margin-left: 4px;">Hours</span>
|
146 |
+
</div>
|
147 |
+
<div class="sfsi_into_time_text_bottom_counter">
|
148 |
+
<div class="sfsi_intro_premium_counter_min">
|
149 |
+
|
150 |
+
</div>
|
151 |
+
<span>Minutes</span>
|
152 |
+
</div>
|
153 |
+
|
154 |
+
<div>
|
155 |
+
<div class="sfsi_intro_premium_counter_sec">
|
156 |
|
157 |
+
</div>
|
158 |
+
<span>Seconds</span>
|
159 |
+
</div>
|
160 |
+
|
161 |
+
</div>
|
162 |
+
|
163 |
+
<div>
|
164 |
+
<div class="sfsi_intro_button ml-xl-3" style="margin-right: -8px;">
|
165 |
+
<a class="btn btn-sm" href="https://www.ultimatelysocial.com/usm-premium/?withqp=1&discount=NEWINSTALL&utm_source=usmi_global&utm_campaign=new_installs&utm_medium=banner" target="_blank">Get it now >></a>
|
166 |
+
</div>
|
167 |
+
</div>
|
168 |
+
</div>
|
169 |
+
</div>
|
170 |
+
</div>
|
171 |
+
<?php
|
172 |
+
}
|
173 |
+
?>
|
174 |
+
<div class="row py-3">
|
175 |
+
<div class="col-12 col-md-2 col-lg-2 col-xxl-2 d-lg-flex justify-content-lg-end pr-lg-0">
|
176 |
+
<img src="<?php echo SFSI_PLUGURL . "images/new_intro_icons/popup.png"; ?>" class="sfsi_intro_images" alt="popup" />
|
177 |
+
</div>
|
178 |
+
<div class="col-12 col-md-10 col-lg-10 col-xxl-10 py-lg-2 sfsi_intro_text_section px-sm-4 pl-lg-0 pr-xl-0 pr-xl-2">
|
179 |
+
<div class="font-weight-bold sfsi_intro_sub_heading">Pop-ups:</div>
|
180 |
+
<div class="d-lg-flex justify-content-lg-between justify-content-xl-between">
|
181 |
+
<div class="sfsi_intro_sub_text pb-sm-3">
|
182 |
+
<div>For all your pop-up needs (to get subscribers, show discount </div>
|
183 |
+
<div>codes, cookie notices etc.) we now have a separate service for it:</div>
|
184 |
+
</div>
|
185 |
+
<div>
|
186 |
+
<div class="sfsi_intro_button ml-xl-3">
|
187 |
+
<a class="btn btn-lg" href="https://sellcodes.com/s/3NmlIE" target="_blank">Check out MyPopUps >></a>
|
188 |
+
</div>
|
189 |
+
</div>
|
190 |
+
</div>
|
191 |
+
</div>
|
192 |
+
</div>
|
193 |
+
<div class="text-center mt-3">
|
194 |
+
<h4>
|
195 |
+
<?php $nonce1 = wp_create_nonce("show_intro"); ?>
|
196 |
+
<span style="font-weight: 600;cursor: pointer;" data-nonce="<?php echo $nonce1; ?>" id="sfsi_intro_btn_ok_got_it_id" class="sfsi_intro_btn_ok_got_it">Ok, Got it</span>
|
197 |
+
</h4>
|
198 |
+
</div>
|
199 |
+
</div>
|
200 |
+
</div>
|
201 |
+
</div>
|
202 |
+
</div>
|
203 |
+
|
204 |
+
<script>
|
205 |
+
function pad(d) {
|
206 |
+
return (d < 10) ? '0' + d.toString() : d.toString();
|
207 |
+
}
|
208 |
+
window.countDownDate = <?php echo ($sfsi_max_show_time * 1000) ?>;
|
209 |
+
window.difference = <?php echo (($sfsi_max_show_time - $sfsi_current_date)*1000) ?>;
|
210 |
+
console.log(window.difference)
|
211 |
+
if( window.difference <= 0){
|
212 |
+
SFSI(".sfsi_intro_special_discount").hide();
|
213 |
+
}else{
|
214 |
+
window.countDownStopDate = new Date().getTime() + window.difference;
|
215 |
+
var sfsi_firsttime_timerId = window.setInterval(function() {
|
216 |
+
var d = new Date();
|
217 |
+
var distance = window.countDownStopDate - (new Date().getTime());
|
218 |
+
var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
|
219 |
+
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
|
220 |
+
var seconds = Math.floor((distance % (1000 * 60)) / 1000);
|
221 |
+
var counters_hour = document.getElementsByClassName("sfsi_intro_premium_counter_hours");
|
222 |
+
var counters_sec = document.getElementsByClassName("sfsi_intro_premium_counter_sec");
|
223 |
+
var counters_min = document.getElementsByClassName("sfsi_intro_premium_counter_min");
|
224 |
+
|
225 |
+
if (counters_min.length > 0) {
|
226 |
+
var counters_min = counters_min[0];
|
227 |
+
window.sfsi_intro_time_in_min = pad(minutes);
|
228 |
+
counters_min.innerText = window.sfsi_intro_time_in_min;
|
229 |
+
}
|
230 |
+
if (counters_sec.length > 0) {
|
231 |
+
var counters_sec = counters_sec[0];
|
232 |
+
window.sfsi_intro_premium_counter_sec = pad(seconds);
|
233 |
+
counters_sec.innerText = window.sfsi_intro_premium_counter_sec;
|
234 |
+
}
|
235 |
+
if (counters_hour.length > 0) {
|
236 |
+
var counters_hour = counters_hour[0];
|
237 |
+
window.sfsi_intro_premium_counter_hours = pad(hours);
|
238 |
+
counters_hour.innerText = window.sfsi_intro_premium_counter_hours;
|
239 |
+
}
|
240 |
+
if (distance < 0) {
|
241 |
+
SFSI(".sfsi_intro_special_discount").hide();
|
242 |
+
clearInterval(sfsi_firsttime_timerId);
|
243 |
+
}
|
244 |
+
}, 1000);
|
245 |
+
}
|
246 |
+
|
247 |
+
</script>
|
248 |
+
<div class="row">
|
249 |
+
<div class="col-12 col-md-9 col-lg-12 sfsi_intro_section2" style="<?php echo ($sfsi_new_intro_banner_hide_option['sfsi_display_section2'] == "true") ? 'display:block !important;' : 'display:none!important;'; ?>">
|
250 |
+
<h1 class="d-inline-block">Ultimate Social Media plugin</h1>
|
251 |
+
<?php $nonce = wp_create_nonce("hide_intro"); ?>
|
252 |
+
<span class="sfsi_intro_btn_show_intro text-success-new pl-2" id="sfsi_intro_btn_show_intro_id" data-nonce="<?php echo $nonce; ?>" style="<?php echo ($sfsi_new_intro_banner_hide_option['sfsi_display_section'] == "true") ? 'display:none!important;' : 'display:inline-block !important;'; ?>">Show intro</span>
|
253 |
<div class="">
|
254 |
<div class="row">
|
255 |
+
<div class="d-lg-flex col-12 col-lg-4 col-xxl-3 pr-lg-0 ">
|
256 |
+
<div class='d-table sfsi_intro_bg_white' style='width:100%;height:100%'>
|
257 |
+
<div class='d-table-row'>
|
258 |
+
<div class='d-table-cell'>
|
259 |
+
<a href="https://www.ultimatelysocial.com/usm-premium/?playvideo=1&utm_source=usmi_settings_page&utm_campaign=top_banner&utm_medium=link" target="_blank"><img target="_blank" alt="video" src="<?php echo SFSI_PLUGURL; ?>images/sfsi-video-play.png" style='width:100%'></a>
|
260 |
+
</div>
|
|
|
261 |
</div>
|
262 |
+
</div>
|
263 |
+
</div>
|
264 |
+
<div class="col-12 col-lg-5 col-xxl-5 sfsi_intro_bg_xxl_white sfsi_intro_bg_xxl_white_check">
|
265 |
+
<div class="sfsi_intro_bg_white" style="height: 100%;">
|
266 |
+
<div class="d-lg-flex align-items-xl-center row" style="height: inherit;">
|
267 |
+
<div class="col-12 col-xxl-12">
|
268 |
+
<p class="sfsi-top-banner-higligted-text pr-2 line-h-30" style="border: 1px solid white;line-height: 23px;font-family: 'montserrat-regular';text-align: justify;min-height: 88px;">If you want
|
269 |
+
<span class='font-weight-bold sfsi_intro_sub_heading'>more likes & shares</span>, more placement options, better sharing features (eg: define the text and image that gets shared), optimization for mobile,
|
270 |
+
<a target="_blank" href="https://www.ultimatelysocial.com/extra-icon-styles/?utm_source=usmi_settings_page&utm_campaign=top_banner&utm_medium=link" class=" text-success-new" style="font-family: 'montserrat-regular';">more icon design styles,</a>
|
271 |
+
<a target="_blank" href="https://www.ultimatelysocial.com/animated-social-media-icons/?utm_source=usmi_settings_page&utm_campaign=top_banner&utm_medium=link" class=" text-success-new " style="font-family:'montserrat-regular'">animated icons,</a>
|
272 |
+
<a target="_blank" href="https://www.ultimatelysocial.com/themed-icons-search/?utm_source=usmi_settings_page&utm_campaign=top_banner&utm_medium=link" class=' text-success-new ' style="font-family: 'montserrat-regular';">themed icons,</a> and
|
273 |
+
<a href="https://www.ultimatelysocial.com/themed-icons-search/?utm_source=usmi_settings_page&utm_campaign=top_banner&utm_medium=link" target="_blank" class=" text-success-new " style="font-family: 'montserrat-regular';">much more</a>, then
|
274 |
+
<a href="https://www.ultimatelysocial.com/usm-premium/?withqp=1&utm_source=usmi_settings_page&utm_campaign=top_banner&utm_medium=link" class="sfsi_intro_sub_heading text-success-new" style="cursor:pointer; text-decoration: none !important;font-weight: bold;" target="_blank">
|
275 |
+
go premium</a>.</p>
|
276 |
+
<div class="col-12 text-center col-xxl-12">
|
277 |
+
<div class='d-table' style='width:100%;height:100%'>
|
278 |
+
<div class='d-table-row'>
|
279 |
+
<div class='d-table-cell align-middle'>
|
280 |
+
<div>
|
281 |
+
<a target="_blank" href="https://www.ultimatelysocial.com/usm-premium/?withqp=1&utm_source=usmi_settings_page&utm_campaign=top_banner&utm_medium=link" class="btn btn-success-new sfsi_intro_btn_go_premium">Go Premium</a>
|
282 |
+
</div>
|
283 |
+
<a href="https://www.ultimatelysocial.com/usm-premium/?utm_source=usmi_settings_page&utm_campaign=top_banner&utm_medium=link" style="text-decoration: none;color:#414951;font-family: 'montserrat-regular';opacity: 0.7;" target='_blank'>Learn more</a>
|
284 |
+
</div>
|
285 |
</div>
|
|
|
286 |
</div>
|
287 |
</div>
|
288 |
</div>
|
289 |
</div>
|
290 |
</div>
|
291 |
</div>
|
292 |
+
<div class="col-12 col-lg-3 col-xxl-3 d-lg-flex justify-content-lg-center align-items-lg-center">
|
293 |
+
<div class="d-lg-flex row sfsi_intro_bg_question justify-content-lg-center" style="font-size: 17px;">
|
294 |
+
<div class="col-12 col-xxl-12" style="min-height: 189px;">
|
295 |
+
<div class="font-weight-bold sfsi_intro_sub_heading pt-3">Any Questions?</div>
|
296 |
+
<div style="font-family:montserrat-medium;line-height: 23px;min-height: 88px;">
|
297 |
+
<div>Just ask us in the support forum.</div>
|
298 |
+
<div class="pr-2">We'll try to respond quickly </div>
|
299 |
+
<div class="pr-2 pb-3">& for free! :)</div>
|
300 |
+
</div>
|
301 |
+
<div class="col-12 text-center px-0 col-xxl-12">
|
302 |
+
<div class='d-table' style='width:100%;height:100%'>
|
303 |
+
<div class='d-table-row'>
|
304 |
+
<div class="d-table-cell align-middle">
|
305 |
+
<div>
|
306 |
+
<a target="_blank" href="http://bit.ly/USM_SUPPORT_FORUM" class="btn btn-success sfsi_intro_btn_question">Open a support thread</a>
|
307 |
+
</div>
|
308 |
+
<a href="#" class="sfsi_intro_tooltip" title="Your account on Wordpress.org (where you can give your review) is a different to the one you login to your WordPress dashboard (where you are now). If you don’t have a WordPress.org account yet, please sign up at the top right on the Support Forum page, and then scroll down on that page. It only takes a minute :) Thank you!" style="font-size: 13px;text-decoration: none;color:#414951;font-family: 'montserrat-regular';opacity: 0.7;">Trouble logging in there?</a>
|
309 |
+
</div>
|
310 |
+
</div>
|
311 |
+
</div>
|
312 |
</div>
|
313 |
</div>
|
314 |
</div>
|
316 |
</div>
|
317 |
</div>
|
318 |
</div>
|
319 |
+
<div class="col-12 col-md-3 d-lg-none">
|
320 |
+
<!-- <div style="position:relative;padding-top:56.25%;">
|
321 |
+
<iframe src="https://video.inchev.com/videos/embed/c952d896-34be-45bc-8142-ba14694c1bd0" frameborder="0" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen="" style="position:absolute;top:0;left:0;width:100%;height:100%;"></iframe>
|
322 |
+
</div> -->
|
323 |
+
<!-- <div class="text-center mt-5">
|
324 |
+
<div class='sfsi-premium-btn'>
|
325 |
+
<button class="btn btn-success ">Go Premium</button>
|
326 |
</div>
|
327 |
+
<span>Learn more</span>
|
328 |
+
</div> -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
329 |
</div>
|
330 |
</div>
|
331 |
</div><!-- END Top content area of plugin -->
|
views/sfsi_question3.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
$option9 = unserialize(get_option('sfsi_section9_options', false));
|
4 |
-
$analyst_cache =
|
5 |
$sfsi_willshow_analyst_popup =false;
|
6 |
if(!is_null($analyst_cache) && isset($analyst_cache["plugin_to_install"])){
|
7 |
$sfsi_willshow_analyst_popup =true;
|
1 |
<?php
|
2 |
|
3 |
$option9 = unserialize(get_option('sfsi_section9_options', false));
|
4 |
+
$analyst_cache = (get_option("analyst_cache"));
|
5 |
$sfsi_willshow_analyst_popup =false;
|
6 |
if(!is_null($analyst_cache) && isset($analyst_cache["plugin_to_install"])){
|
7 |
$sfsi_willshow_analyst_popup =true;
|